.browse-matches{margin-top:80px;position:relative}.browse-matches__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;background:rgba(0,0,0,0);cursor:default}.browse-matches__error,.browse-matches__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.browse-matches__error p,.browse-matches__loading p{font-family:Montserrat,sans-serif;font-size:16px;color:#4b5563;margin:0}.browse-matches__loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2e8bd8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}.browse-matches__header{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}@media only screen and (min-width:768px){.browse-matches__header{flex-direction:row;justify-content:space-between;align-items:center;gap:20px}}.browse-matches__title{font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:112%;letter-spacing:.5px;color:#111827;margin:0}@media only screen and (min-width:768px){.browse-matches__title{font-size:36px}}.browse-matches__filters{display:flex;flex-wrap:nowrap;gap:12px}@media only screen and (min-width:768px){.browse-matches__filters{gap:20px}}.browse-matches__filter-chip{display:flex;align-items:center;gap:6px;padding:8px 12px;background-color:#fff;border:1px solid #d1d5db;border-radius:100px;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media only screen and (min-width:768px){.browse-matches__filter-chip{gap:8px;padding:10px 16px}}.browse-matches__filter-chip:hover{border-color:#9ca3af;background-color:#f9fafb}.browse-matches__filter-chip-icon{display:flex;align-items:center;justify-content:center}.browse-matches__filter-chip-icon svg{width:14px;height:14px}@media only screen and (min-width:768px){.browse-matches__filter-chip-icon svg{width:16px;height:16px}}.browse-matches__filter-chip-icon svg path{stroke:#4b5563}.browse-matches__filter-chip-label{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:18px;color:#374151}@media only screen and (min-width:768px){.browse-matches__filter-chip-label{font-size:14px;line-height:20px}}.browse-matches__filter-chip-arrow{display:flex;align-items:center;justify-content:center}.browse-matches__filter-chip-arrow svg{width:14px;height:14px}@media only screen and (min-width:768px){.browse-matches__filter-chip-arrow svg{width:16px;height:16px}}.browse-matches__filter-chip-arrow svg path{stroke:#4b5563}.browse-matches__teams-section{margin-top:24px}.browse-matches__teams-label{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#374151;margin:0 0 16px}@media only screen and (min-width:768px){.browse-matches__teams-label{font-size:16px;line-height:24px}}.browse-matches__teams-container{overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.browse-matches__teams-container::-webkit-scrollbar{display:none}.browse-matches__teams-list{display:flex;gap:16px}@media only screen and (min-width:768px){.browse-matches__teams-list{gap:24px}}.browse-matches__team-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100px;height:100px;min-width:100px;padding:16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:9px;cursor:pointer;transition:all .2s ease;position:relative}@media only screen and (min-width:768px){.browse-matches__team-card{width:165px;height:165px;min-width:160px;gap:16px;padding:24px}}.browse-matches__team-card:hover{border-color:#d1d5db;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08)}.browse-matches__team-card--selected{border-color:#4c515f;border-width:.75px}.browse-matches__team-card--selected:hover{border-color:#4c515f}.browse-matches__team-card-remove{position:absolute;top:6px;right:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}@media only screen and (min-width:768px){.browse-matches__team-card-remove{top:8px;right:8px}}.browse-matches__team-card-remove svg{width:16px;height:16px}@media only screen and (min-width:768px){.browse-matches__team-card-remove svg{width:20px;height:20px}}.browse-matches__team-card-remove:hover svg circle{fill:#374151}.browse-matches__team-card-flag{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;aspect-ratio:1/1;border:1px solid #eeeef1}@media only screen and (min-width:768px){.browse-matches__team-card-flag{width:80px;height:80px;min-width:80px;min-height:80px}}.browse-matches__team-card-flag img{width:100%;height:100%;object-fit:cover;object-position:center}.browse-matches__team-card-name{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#1f2937;text-align:center}@media only screen and (min-width:768px){.browse-matches__team-card-name{font-size:14px;line-height:20px}}.browse-matches__results-count{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%;color:#4c515f;margin:32px 0 0}.browse-matches__table-section{margin-top:24px;margin-bottom:80px}.match-table{display:flex;flex-direction:column;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.match-table::-webkit-scrollbar{display:none}.match-row{display:flex;align-items:stretch;background-color:#fff;position:relative;height:95px;min-width:-webkit-max-content;min-width:max-content;flex-shrink:0}.match-row:nth-child(odd){background-color:#f5f7ff}.match-row:nth-child(2n){background-color:#fff}.match-row:hover{background-color:#f3f4f6}.match-row__scrollable{display:flex;align-items:center;flex:1 1;min-width:0;padding:12px;gap:24px;position:relative;z-index:1}@media only screen and (min-width:768px){.match-row__scrollable{gap:32px;padding:12px}}.match-row__match-no{flex-shrink:0;min-width:48px;padding-left:16px}.match-row__match-no span{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#374151;background-color:#fff}.match-row__teams{flex-shrink:0;min-width:280px;display:flex;flex-direction:column;gap:4px}@media only screen and (min-width:768px){.match-row__teams{min-width:320px}}.match-row__group{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;font-style:italic;color:#00061a}@media only screen and (min-width:768px){.match-row__group{font-size:13px}}.match-row__team-a,.match-row__teams-content{display:flex;align-items:center;justify-content:flex-start}.match-row__team-a{gap:8px;flex-direction:row;width:130px;flex-shrink:0}@media only screen and (min-width:768px){.match-row__team-a{gap:10px;width:160px}}.match-row__vs{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280;text-transform:uppercase;flex-shrink:0;width:34px;text-align:center}@media only screen and (min-width:768px){.match-row__vs{font-size:13px;width:44px}}.match-row__team-b{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-direction:row;width:130px;flex-shrink:0}@media only screen and (min-width:768px){.match-row__team-b{gap:10px;width:160px}}.match-row__flag{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1px solid #e5e7eb}@media only screen and (min-width:768px){.match-row__flag{width:40px;height:40px}}.match-row__flag img{width:100%;height:100%;object-fit:cover}.match-row__name{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap}@media only screen and (min-width:768px){.match-row__name{font-size:15px}}.match-row__date{flex-shrink:0;min-width:100px;display:flex;flex-direction:column;gap:2px;margin-left:15px}@media only screen and (min-width:768px){.match-row__date{min-width:120px}}.match-row__date-main{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap}@media only screen and (min-width:768px){.match-row__date-main{font-size:15px}}.match-row__date-day{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280}@media only screen and (min-width:768px){.match-row__date-day{font-size:13px}}.match-row__location{flex-shrink:0;min-width:150px;display:flex;flex-direction:column;gap:2px}@media only screen and (min-width:768px){.match-row__location{min-width:180px}}.match-row__location-city{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap}@media only screen and (min-width:768px){.match-row__location-city{font-size:15px}}.match-row__location-stadium{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280;white-space:nowrap}@media only screen and (min-width:768px){.match-row__location-stadium{font-size:13px}}.match-row__price{flex-shrink:0;min-width:120px;display:flex;flex-direction:column;gap:2px;padding-right:16px;margin-left:auto}@media only screen and (min-width:768px){.match-row__price{min-width:150px;padding-right:24px}}.match-row__price-label{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280}@media only screen and (min-width:768px){.match-row__price-label{font-size:13px}}.match-row__price-value{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#111827;white-space:nowrap}@media only screen and (min-width:768px){.match-row__price-value{font-size:18px}}.match-row__price-unit{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280}@media only screen and (min-width:768px){.match-row__price-unit{font-size:13px}}.match-row__price-request{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:140%;color:#1b1d22;font-feature-settings:"liga" off,"clig" off;white-space:nowrap}.match-row__action{flex-shrink:0;display:flex;align-items:center;padding:12px 12px 12px 32px;background:inherit;position:-webkit-sticky;position:sticky;right:0;z-index:10}.match-row__action:before{content:"";position:absolute;left:0;top:0;bottom:0;width:24px;background:linear-gradient(90deg,rgba(0,0,0,.15),transparent);pointer-events:none}@media only screen and (min-width:768px){.match-row__action{padding:12px 24px}.match-row__action:before{display:none}}.match-row__enquire-btn{display:flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#111827;color:#fff;border:none;border-radius:6px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.match-row__enquire-btn:hover{background-color:#1f2937}.match-row__enquire-btn:active{background-color:#374151}@media only screen and (min-width:768px){.match-row__enquire-btn{padding:12px 32px}}.match-table--desktop{display:none}@media only screen and (min-width:768px){.match-table--desktop{display:flex;flex-direction:column}}.match-cards--mobile{display:flex;flex-direction:column;gap:20px}@media only screen and (min-width:768px){.match-cards--mobile{display:none}}.match-card{background-color:#fff;border-radius:12px;padding:40px 16px 16px;min-height:228px;box-shadow:0 0 24px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;position:relative}.match-card__header{position:absolute;top:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center}.match-card__header-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#eeeef1;border-radius:0 0 6px 6px}.match-card__match-no{font-family:Roboto,sans-serif;font-size:14px;font-weight:600;color:#1f2937}.match-card__divider{color:#9ca3af;font-weight:300}.match-card__group{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;font-style:italic;color:#4b5563}.match-card__teams{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.match-card__team-a{justify-content:flex-start}.match-card__team-a,.match-card__team-b{display:flex;align-items:center;gap:10px}.match-card__team-b{justify-content:flex-end;flex-direction:row}.match-card__flag{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;overflow:hidden;border:1px solid #e5e7eb}.match-card__flag img{width:100%;height:100%;object-fit:cover;object-position:center}.match-card__team-name{font-family:Roboto,sans-serif;font-size:15px;font-weight:500;color:#1f2937}.match-card__vs{font-family:Roboto,sans-serif;font-size:13px;font-weight:400;color:#6b7280;text-transform:uppercase;flex-shrink:0}.match-card__info-row{display:flex;justify-content:space-between;margin-bottom:16px}.match-card__date,.match-card__location{display:flex;flex-direction:column;gap:2px}.match-card__location{text-align:right}.match-card__date-main,.match-card__location-city{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#1f2937}.match-card__date-day,.match-card__location-stadium{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280}.match-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.match-card__price{display:flex;flex-direction:column;gap:2px}.match-card__price-label{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280}.match-card__price-value{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#111827}.match-card__price-unit{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#6b7280}.match-card__price-request{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:140%;color:#1b1d22;font-feature-settings:"liga" off,"clig" off}.match-card__enquire-btn{display:flex;align-items:center;justify-content:center;padding:12px 28px;background-color:#111827;color:#fff;border:none;border-radius:6px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;margin-left:auto;cursor:pointer;transition:all .2s ease}.match-card__enquire-btn:hover{background-color:#1f2937}.match-card__enquire-btn:active{background-color:#374151}.show-more--desktop{display:none;justify-content:center;margin-top:56px}@media only screen and (min-width:768px){.show-more--desktop{display:flex}}.show-more__btn{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#f4f4f6;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#1f2937;width:255px;height:56px}.show-more__btn:hover{background-color:hsl(240,10%,91.0784313725%)}.show-more__btn:active{background-color:rgb(215.95,215.95,223.05)}.show-more__btn svg{width:16px;height:16px}.show-more__btn svg path{stroke:#374151}.show-more__btn--mobile{display:flex;width:100%;height:48px;margin-top:20px;border-radius:8px}@media only screen and (min-width:768px){.show-more__btn--mobile{display:none}}.show-more__btn--enquire{background-color:#131416;color:#fff}.show-more__btn--enquire:hover{background-color:hsl(220,7.3170731707%,18.0392156863%)}.show-more__btn--enquire:active{background-color:hsl(220,7.3170731707%,13.0392156863%)}.venue-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:259px;height:469px;background-color:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12);z-index:100;overflow:hidden}.venue-dropdown__content{height:100%;overflow-y:auto;padding:16px}.venue-dropdown__content::-webkit-scrollbar{width:4px}.venue-dropdown__content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.venue-dropdown__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.venue-dropdown__section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.venue-dropdown__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.venue-dropdown__region{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 0}.venue-dropdown__region-name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#0027a8}.venue-dropdown__venues{display:flex;flex-direction:column;gap:4px;padding-left:28px}.venue-dropdown__venue{display:flex;align-items:center;gap:12px;cursor:pointer;padding:10px 0;border-radius:6px;transition:background-color .2s ease}.venue-dropdown__venue:hover{background-color:#f9fafb}.venue-dropdown__venue-name{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#1f2937}.venue-dropdown__checkbox{position:absolute;opacity:0;width:0;height:0}.venue-dropdown__checkbox-custom{position:relative;width:20px;height:20px;min-width:20px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;transition:all .2s ease}.venue-dropdown__checkbox-custom:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.venue-dropdown__checkbox:checked+.venue-dropdown__checkbox-custom{background-color:#1f2937;border-color:#1f2937}.venue-dropdown__checkbox:checked+.venue-dropdown__checkbox-custom:after{display:block}.venue-dropdown__checkbox:indeterminate+.venue-dropdown__checkbox-custom{background-color:#1f2937;border-color:#1f2937}.venue-dropdown__checkbox:indeterminate+.venue-dropdown__checkbox-custom:after{display:block;left:4px;top:7px;width:10px;height:2px;border:none;background-color:#fff;transform:none}.venue-dropdown__checkbox:focus+.venue-dropdown__checkbox-custom{box-shadow:0 0 0 3px rgba(31,41,55,.2)}.browse-matches__filter-wrapper{position:relative;z-index:60}.browse-matches__filter-chip{position:relative}.browse-matches__filter-chip--active{background-color:#f3f4f6;border-color:#002f8c}.browse-matches__filter-chip--has-selection{border-color:#131416}.browse-matches__filter-chip-dot{position:absolute;top:-2px;right:2px;width:12px;height:12px;background-color:#144bfc;border-radius:50%;border:2px solid #fff}.browse-matches__filter-chip-arrow{transition:transform .2s ease}.browse-matches__filter-chip-arrow--rotated{transform:rotate(180deg)}.stage-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:220px;height:380px;background-color:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12);z-index:100;overflow:hidden}.stage-dropdown__content{height:100%;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:4px}.stage-dropdown__content::-webkit-scrollbar{width:4px}.stage-dropdown__content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.stage-dropdown__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.stage-dropdown__option{display:flex;align-items:center;gap:12px;cursor:pointer;padding:10px 0;border-radius:6px;transition:background-color .2s ease}.stage-dropdown__option:hover{background-color:#f9fafb}.stage-dropdown__option-name{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#1f2937}.stage-dropdown__checkbox{position:absolute;opacity:0;width:0;height:0}.stage-dropdown__checkbox-custom{position:relative;width:20px;height:20px;min-width:20px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;transition:all .2s ease}.stage-dropdown__checkbox-custom:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.stage-dropdown__checkbox:checked+.stage-dropdown__checkbox-custom{background-color:#1f2937;border-color:#1f2937}.stage-dropdown__checkbox:checked+.stage-dropdown__checkbox-custom:after{display:block}.stage-dropdown__checkbox:focus+.stage-dropdown__checkbox-custom{box-shadow:0 0 0 3px rgba(31,41,55,.2)}.teams-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:229px;height:464px;background-color:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12);z-index:100;overflow:hidden}.teams-dropdown__content{height:100%;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:4px}.teams-dropdown__content::-webkit-scrollbar{width:4px}.teams-dropdown__content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.teams-dropdown__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.teams-dropdown__option{display:flex;align-items:center;gap:12px;cursor:pointer;padding:10px 0;border-radius:6px;transition:background-color .2s ease}.teams-dropdown__option:hover{background-color:#f9fafb}.teams-dropdown__option-name{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#1f2937}.teams-dropdown__checkbox{position:absolute;opacity:0;width:0;height:0}.teams-dropdown__checkbox-custom{position:relative;width:20px;height:20px;min-width:20px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;transition:all .2s ease}.teams-dropdown__checkbox-custom:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.teams-dropdown__checkbox:checked+.teams-dropdown__checkbox-custom{background-color:#1f2937;border-color:#1f2937}.teams-dropdown__checkbox:checked+.teams-dropdown__checkbox-custom:after{display:block}.teams-dropdown__checkbox:focus+.teams-dropdown__checkbox-custom{box-shadow:0 0 0 3px rgba(31,41,55,.2)}.styles_stickyCTA__OOhyN{position:fixed;bottom:0;left:0;right:0;z-index:100;justify-content:center;align-items:center;display:flex;padding:12px 20px calc(12px + env(safe-area-inset-bottom, 0px));background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.08);transform:translateY(100%);transition:transform .3s ease-out}@media(min-width:992px){.styles_stickyCTA__OOhyN{display:none}}.styles_show__osidh{transform:translateY(0)}.styles_stickyCTAButton__1ks7Q{color:#fff;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:600;text-align:center;text-transform:none;cursor:pointer;display:flex;width:100%;height:48px;padding:12px 36px;justify-content:center;align-items:center;gap:12px;border-radius:100px;background:#144bfc;border:none;transition:background-color .3s ease,color .3s ease}.styles_stickyCTAButton__1ks7Q:hover{background:#0432c8}.styles_stickyCTAButton__1ks7Q:active{transform:scale(.98)}.styles_phoneIcon__pkq8r{flex-shrink:0;color:#fff}.styles_phoneIcon__pkq8r svg path{fill:#fff}