:root{--bg:#fcfcfa;--paper:#fff;--surface:#f3f5f1;--surface-2:#eaeee7;--border:#e4e7e0;--border-strong:#cfd5cb;--ink-line:#16211c;--text:#131c18;--text-muted:#586b60;--text-subtle:#7d8a82;--primary:#0a7a40;--primary-hover:#096e3a;--primary-press:#075f31;--primary-bright:#119a53;--primary-soft:#e8f5ec;--accent:#c7f24e;--accent-ink:#1a3a14;--amber:#7a520f;--amber-soft:#fbeed2;--rose:#b62f35;--rose-soft:#fbe6e6;--info:#1f6fc4;--info-soft:#e6f0fb;--focus:#0a7a40;--radius-sm:4px;--radius-md:6px;--radius-lg:9px;--radius-pill:999px;--dur-fast:.12s;--dur:.2s;--dur-slow:.32s;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.34, 1.4, .64, 1);--maxw:84rem;--gut:clamp(1rem, 4vw, 2.25rem);--header-h:3.5rem;--radius:var(--radius-md);--line:var(--border);--ink:var(--text);--muted-color:var(--text-muted)}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans), system-ui, -apple-system, "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr);min-height:100dvh;font-size:15px;line-height:1.55;display:grid;overflow-x:clip}a{color:var(--primary);text-decoration:none}::selection{background:var(--accent);color:var(--accent-ink)}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}h1,h2,h3,h4{font-family:var(--font-display), var(--font-sans), system-ui, sans-serif;letter-spacing:-.02em;color:var(--text);text-wrap:balance;margin:0;line-height:1.08}h1{font-size:clamp(1.7rem,3.2vw,2.35rem);font-weight:800}h2{font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:700}h3{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}h4{font-size:.92rem;font-weight:700}p{margin:0 0 .6rem}.muted{color:var(--text-muted)}.eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.13em;color:var(--text-subtle);align-items:center;gap:.45rem;margin:0 0 .5rem;font-size:.66rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--border-strong);width:1.4rem;height:1px}.num,.mono{font-variant-numeric:tabular-nums;letter-spacing:-.01em}main{width:100%;max-width:27rem;padding:0 var(--gut);animation:fade-up var(--dur-slow) var(--ease-out) both;margin:2rem auto 4rem}main.wide{max-width:var(--maxw);margin-top:1.75rem}main.home{max-width:100%;margin:0 0 3rem;padding:0}.page-head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1.5rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.page-head p{margin:.25rem 0 0}.site-header{z-index:50;height:var(--header-h);padding:0 var(--gut);border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 90%, transparent);-webkit-backdrop-filter:saturate(1.2)blur(6px);backdrop-filter:saturate(1.2)blur(6px);align-items:center;gap:clamp(.75rem,2vw,1.5rem);display:flex;position:sticky;top:0}.desktop-nav{align-items:center;gap:clamp(.5rem,1.6vw,1.1rem);margin-left:auto;font-size:.85rem;font-weight:600;display:none}.desktop-nav a{color:var(--text);padding:.25rem 0;position:relative}.desktop-nav a:after{content:"";background:var(--primary);height:2px;transition:right var(--dur) var(--ease-out);position:absolute;bottom:-2px;left:0;right:100%}.desktop-nav a:hover:after{right:0}@media (min-width:880px){.desktop-nav{display:flex}}.brand{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;display:inline-flex}.brand-mark{border-radius:var(--radius-sm);background:var(--primary);color:#fff;place-items:center;width:1.75rem;height:1.75rem;font-size:.95rem;font-weight:800;display:grid}.topbar-search{flex:1;max-width:24rem;display:none;position:relative}.topbar-search input{border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);width:100%;height:2.2rem;font:inherit;color:var(--text);padding:0 .9rem 0 2.45rem;font-size:.85rem}.site-header .topbar-search input{border-radius:var(--radius-pill);background:var(--surface);padding:0 2.6rem 0 1rem;font-size:.85rem}.topbar-search .search-icon{color:var(--text-subtle);pointer-events:none;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.topbar-search input:focus{border-color:var(--primary);background:var(--paper);outline:none}.topbar-search input:focus+.search-icon{color:var(--primary)}.topbar-search input::-webkit-search-decoration{appearance:none}.topbar-search input::-webkit-search-cancel-button{appearance:none}@media (min-width:820px){.topbar-search{display:block}}.session-email{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;max-width:12rem;font-size:.78rem;font-weight:500;display:none;overflow:hidden}@media (min-width:980px){.session-email{display:inline}}.btn,.hero-search button,.search-filters button,.form button,.listing-form button,.profile-form button,.dispute-form button,.review-form button,.deliver-form button,.confirm-form button,.simulate-form button,.stripe-payment button,.status-actions button{appearance:none;border:1px solid var(--primary);border-radius:var(--radius-md);background:var(--primary);color:#fff;font:inherit;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);justify-content:center;align-items:center;gap:.45rem;margin:0;padding:.6rem 1.1rem;font-size:.88rem;font-weight:600;display:inline-flex}.btn:hover,.hero-search button:hover,.search-filters button:hover,.form button:hover,.listing-form button:hover,.profile-form button:hover,.dispute-form button:hover,.review-form button:hover,.deliver-form button:hover,.confirm-form button:hover,.simulate-form button:hover,.stripe-payment button:hover,.status-actions button:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn:active,.form button:active,.status-actions button:active,.stripe-payment button:active{background:var(--primary-press);transform:scale(.98)}.btn:disabled,button:disabled{opacity:.5;cursor:progress}.form button,.listing-form button,.profile-form button,.dispute-form button,.review-form button,.deliver-form button,.confirm-form button,.simulate-form button,.stripe-payment button{margin-top:.85rem}.btn-secondary,.logout-button{appearance:none;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--paper);color:var(--text);font:inherit;cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);align-items:center;gap:.4rem;margin:0;padding:.45rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.btn-secondary:hover,.logout-button:hover{background:var(--surface);border-color:var(--ink-line)}.btn-ghost{color:var(--primary);align-items:center;gap:.3rem;font-size:.85rem;font-weight:700;display:inline-flex}.btn-ghost svg,.btn-ghost .arrow{transition:transform var(--dur) var(--ease-out)}.btn-ghost:hover{text-decoration:none}.btn-ghost:hover .arrow{transform:translate(3px)}.card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);margin-top:1rem;padding:1.1rem 1.2rem}.links{flex-wrap:wrap;gap:.5rem 1.1rem;margin-top:1.25rem;font-size:.9rem;font-weight:600;display:flex}.links a{border-bottom:1px solid #0000}.links a:hover{border-color:var(--primary);text-decoration:none}main.auth{max-width:30rem;padding:0 var(--gut);margin:clamp(2rem,6vw,4rem) auto 4rem}.auth-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);padding:clamp(1.5rem,4vw,2.25rem)}.auth-brand{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);align-items:center;gap:.5rem;margin-bottom:1.4rem;font-size:1rem;font-weight:800;display:inline-flex}.auth-brand:hover{text-decoration:none}.auth-card h1{font-size:clamp(1.4rem,3vw,1.6rem)}.auth-sub{color:var(--text-muted);margin-top:.45rem;font-size:.92rem}.auth-sub p{margin:0}.auth-card .form{margin-top:1.3rem}.auth-card .links{border-top:1px solid var(--border);justify-content:space-between;margin-top:1.4rem;padding-top:1.15rem}.form{flex-direction:column;gap:.25rem;margin-top:1.25rem;display:flex}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.75rem;margin:1.1rem 0 .9rem;font-size:.8rem;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.google-signin{flex-direction:column;gap:.6rem;display:flex}.google-btn{border-radius:var(--radius-md);width:100%;height:42px;position:relative}.google-btn__face{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--paper);color:var(--text);letter-spacing:-.01em;pointer-events:none;transition:background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);justify-content:center;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;display:flex;position:absolute;inset:0}.google-btn:hover .google-btn__face{background:var(--paper-2,color-mix(in srgb, var(--text) 4%, var(--paper)));border-color:color-mix(in srgb, var(--text) 22%, var(--border))}.google-btn[data-pending=true] .google-btn__face{opacity:.6}.google-btn__gsi{opacity:0;position:absolute;inset:0;overflow:hidden}.google-btn__gsi>div,.google-btn__gsi iframe{width:100%!important;height:100%!important}.form label,.listing-form label,.profile-form label,.dispute-form label,.review-form label{color:var(--text);margin-top:.6rem;font-size:.78rem;font-weight:600}.form input,.listing-form input,.listing-form select,.listing-form textarea,.profile-form input,.dispute-form textarea,.review-form textarea,.review-form select,.search-filters select,.search-filters input,.inline-filter input,.topbar-search input{border:1px solid var(--border-strong);border-radius:var(--radius-md);font:inherit;background:var(--paper);color:var(--text);transition:border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);padding:.55rem .7rem;font-size:.88rem}.form input:focus,.listing-form input:focus,.listing-form select:focus,.listing-form textarea:focus,.profile-form input:focus,.search-filters select:focus,.search-filters input:focus{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);outline:none}.listing-form,.profile-form{flex-direction:column;gap:.3rem;max-width:34rem;display:flex}.listing-form label.checkbox,.checkbox{align-items:center;gap:.4rem;margin-top:.2rem;font-weight:500;display:inline-flex}.form-error{color:var(--rose);background:var(--rose-soft);border:1px solid color-mix(in srgb, var(--rose) 28%, transparent);border-radius:var(--radius-md);padding:.55rem .8rem;font-size:.88rem;font-weight:500}.form-ok{color:var(--primary-press);background:var(--primary-soft);border:1px solid color-mix(in srgb, var(--primary) 22%, transparent);border-radius:var(--radius-md);padding:.55rem .8rem;font-size:.88rem;font-weight:500}.hero{border-bottom:1px solid var(--border);background:var(--surface);position:relative;overflow:hidden}.hero-inner{max-width:var(--maxw);padding:clamp(2.25rem, 5vw, 3.75rem) var(--gut) clamp(1.5rem, 3vw, 2.25rem);margin:0 auto;position:relative}.hero-grid{align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}@media (min-width:900px){.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr)}}.hero-copy{min-width:0}.hero-visual{animation:hero-pop var(--dur-slow) var(--ease-out) .12s both;align-self:stretch;position:relative}.hero-img{border-radius:var(--radius-lg);border:1px solid var(--border-strong);width:100%;height:auto;display:block}.hero-float{border-radius:var(--radius-md);background:var(--paper);border:1px solid var(--border-strong);align-items:center;gap:.55rem;padding:.6rem .85rem;display:flex;position:absolute}.hero-float .num{font-family:var(--font-display);font-weight:800}.hero-float-rating{animation:float-badge 5s var(--ease-out) infinite;bottom:1.5rem;left:-.9rem}.hero-float-rating .hf-text{color:var(--text-muted);font-size:.74rem;font-weight:600}.hero-float-price{animation:float-badge 5.6s var(--ease-out) .4s infinite;flex-direction:column;align-items:flex-end;gap:0;top:1.4rem;right:-.7rem}.hero-float-price .hf-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);font-size:.58rem;font-weight:800}.hero-float-price .num{color:var(--primary-press);font-size:1.2rem}@media (max-width:560px){.hero-float{display:none}}.hero-reveal>*{animation:fade-up var(--dur-slow) var(--ease-out) both}.hero-reveal>:first-child{animation-delay:40ms}.hero-reveal>:nth-child(2){animation-delay:.11s}.hero-reveal>:nth-child(3){animation-delay:.18s}.hero-reveal>:nth-child(4){animation-delay:.25s}.hero-reveal>:nth-child(5){animation-delay:.32s}.hero h1{max-width:18ch;margin-bottom:.6rem;font-size:clamp(2.1rem,5.5vw,3.4rem)}.hero .lede{color:var(--text-muted);max-width:50ch;margin-bottom:1.25rem;font-size:clamp(.98rem,1.5vw,1.1rem)}.hero-mark{color:var(--primary)}.hero-search{flex-wrap:wrap;gap:.5rem;max-width:34rem;display:flex}.hero-search input{border:1px solid var(--border-strong);border-radius:var(--radius-md);min-width:13rem;height:2.75rem;font:inherit;background:var(--paper);color:var(--text);flex:1;padding:0 1rem;font-size:.95rem}.hero-search input:focus{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);outline:none}.hero-search button{height:2.75rem;margin:0;padding:0 1.4rem}.hero-chips{color:var(--text-muted);flex-wrap:wrap;gap:.4rem 1.1rem;margin-top:1rem;font-size:.82rem;font-weight:600;display:flex}.hero-chips span{align-items:center;gap:.4rem;display:inline-flex}.tick{border-radius:var(--radius-pill);background:var(--primary);flex:none;width:1.05rem;height:1.05rem;font-size:0;display:inline-block;position:relative}.tick:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.26rem;height:.5rem;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.stat-strip{max-width:var(--maxw);border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));margin:0 auto;display:grid}.stat-strip>*{padding:.85rem var(--gut);border-right:1px solid var(--border)}.stat-strip>:last-child{border-right:none}.stat-strip .k{font-family:var(--font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;display:block}.stat-strip .l{text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);margin-top:.1rem;font-size:.72rem;font-weight:600;display:block}.ticker{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);white-space:nowrap;overflow:hidden}.ticker-track{will-change:transform;align-items:center;gap:2rem;padding:.55rem 0;animation:38s linear infinite marquee;display:inline-flex}.ticker:hover .ticker-track{animation-play-state:paused}.ticker-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.ticker-item b{color:var(--text);font-weight:700}.ticker-item:before{content:"";background:var(--primary);border-radius:50%;width:5px;height:5px}.section{max-width:var(--maxw);padding:0 var(--gut);margin:clamp(2rem,4vw,3rem) auto 0}.section-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.1rem;padding-bottom:.75rem;display:flex}.section-head p{color:var(--text-muted);margin:.2rem 0 0;font-size:.9rem}.fixture-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,17.5rem),1fr));gap:.75rem;display:grid}.fixture-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);flex-direction:column;gap:.6rem;padding:.95rem 1rem;display:flex;position:relative}.fixture-card:after{content:"";border-radius:var(--radius-pill);background:var(--primary);transform-origin:top;width:2px;transition:transform var(--dur) var(--ease-out);position:absolute;top:.95rem;bottom:.95rem;left:0;transform:scaleY(0)}.fixture-card:hover{border-color:var(--border-strong);background:var(--paper);text-decoration:none}.fixture-card:hover:after{transform:scaleY(1)}.fixture-card .card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.fixture-card .comp-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.35rem;font-size:.68rem;font-weight:700;display:inline-flex;overflow:hidden}.fixture-card .when{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.72rem;font-weight:700}.match{flex-direction:column;gap:.35rem;display:flex}.match-row{align-items:center;gap:.55rem;display:flex}.crest{border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--border);width:1.5rem;height:1.5rem;color:var(--text-muted);object-fit:contain;flex:none;place-items:center;font-size:.62rem;font-weight:800;display:grid;overflow:hidden}.crest-lg{width:1.85rem;height:1.85rem;font-size:.68rem}.crest-xl{background:var(--surface);width:2.75rem;height:2.75rem;font-size:.82rem}.crest-club{background:var(--paper);border-color:var(--border-strong);width:3rem;height:3rem;font-size:.85rem}.match-row .name{font-family:var(--font-display);letter-spacing:-.01em;font-size:1rem;font-weight:700;line-height:1.15}.match-vs{letter-spacing:.1em;color:var(--text-subtle);text-transform:uppercase;margin-left:.35rem;font-size:.66rem;font-weight:700}.fixture-card .meta{color:var(--text-muted);font-size:.8rem}.fixture-card .foot{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:.75rem;margin-top:auto;padding-top:.65rem;display:flex}.fixture-card .from{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:800;line-height:1}.fixture-card .from small{color:var(--text-subtle);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.1rem;font-size:.62rem;font-weight:700;display:block}.fixture-card .count{color:var(--text-subtle);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.flag{background:var(--accent);color:var(--accent-ink);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-sm);align-items:center;gap:.25rem;padding:.12rem .45rem;font-size:.62rem;font-weight:800;display:inline-flex}.fixture-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);grid-template-columns:1fr auto;align-items:center;gap:.5rem 1rem;padding:.7rem .95rem;display:grid}.fixture-row:hover{border-color:var(--border-strong);background:var(--surface);text-decoration:none}.fixture-row .teams-line{font-family:var(--font-display);align-items:center;gap:.45rem;font-size:.98rem;font-weight:700;display:flex}.fixture-row .row-meta{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:.78rem}.fixture-row .chev{vertical-align:middle;color:var(--text-subtle);transition:transform var(--dur) var(--ease-out);align-items:center;margin-left:.45rem;display:inline-flex}.fixture-row:hover .chev{color:var(--primary);transform:translate(3px)}.trust-band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:clamp(2rem,4vw,3rem)}.trust-inner{max-width:var(--maxw);grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));margin:0 auto;display:grid}.trust-item{padding:1.3rem var(--gut);border-right:1px solid var(--border);align-items:flex-start;gap:.8rem;display:flex}.trust-item:last-child{border-right:none}.trust-item .ico{border-radius:var(--radius-md);background:var(--paper);border:1px solid var(--border-strong);width:2.1rem;height:2.1rem;color:var(--primary);flex:none;place-items:center;font-size:1rem;display:grid}.trust-item h3{margin:0 0 .2rem;font-size:.95rem}.trust-item p{color:var(--text-muted);margin:0;font-size:.84rem}.feature-grid{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem;display:grid}.feature{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);padding:1.1rem 1.2rem}.feature .step{counter-increment:step;border-radius:var(--radius-sm);border:1px solid var(--border-strong);width:1.8rem;height:1.8rem;color:var(--primary);font-family:var(--font-display);font-variant-numeric:tabular-nums;place-items:center;margin-bottom:.6rem;font-weight:800;display:inline-grid}.feature .step:before{content:counter(step, decimal-leading-zero)}.feature h3{margin-bottom:.25rem}.feature p{color:var(--text-muted);margin:0;font-size:.86rem}.listing-list{gap:.4rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.listing-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--paper);transition:border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem 1.5rem;padding:.85rem 1rem;display:grid}.listing-row:hover{border-color:var(--border-strong);background:var(--surface)}.listing-row.is-highlight{border-color:var(--primary);background:var(--primary-soft)}.lr-info{flex-direction:column;gap:.45rem;min-width:0;display:flex}.lr-title{flex-direction:column;gap:.12rem;min-width:0;display:flex}.lr-title .seat{letter-spacing:-.01em;color:var(--text);font-size:.95rem;font-weight:700}.lr-title a.seat:hover{color:var(--primary);text-decoration:none}.lr-title .sub{color:var(--text-subtle);font-size:.78rem;font-weight:500}.lr-tags{flex-wrap:wrap;gap:.3rem;display:flex}.lr-action{justify-self:end;align-items:center;gap:1.1rem;display:flex}.lr-price{text-align:right;line-height:1.05}.lr-price .num{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:800}.lr-price small{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.07em;margin-top:.15rem;font-size:.6rem;font-weight:700;display:block}.lr-price.is-below .num{color:var(--primary-press)}.lr-eyebrow{text-transform:uppercase;letter-spacing:.07em;color:var(--text-subtle);font-size:.62rem;font-weight:800}.lr-view{color:var(--primary);white-space:nowrap;align-items:center;gap:.2rem;font-size:.82rem;font-weight:700;display:inline-flex}.lr-view svg{transition:transform var(--dur) var(--ease-out)}.lr-view:hover{text-decoration:none}.listing-row:hover .lr-view svg{transform:translate(2px)}.search-count{color:var(--text-muted);margin:0 0 .85rem;font-size:.85rem;font-weight:500}.search-count strong{font-family:var(--font-display);color:var(--text);margin-right:.15rem;font-size:1.05rem;font-weight:800}.empty-state{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);text-align:center;padding:2rem 1.25rem}.empty-state .es-title{font-family:var(--font-display);margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.empty-state .muted{margin:0}@media (max-width:640px){.listing-row{grid-template-columns:1fr}.lr-action{border-top:1px solid var(--border);justify-content:space-between;justify-self:stretch;padding-top:.65rem}}ul.listing-list>li.card{margin-top:0}.chip{letter-spacing:.02em;border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-muted);align-items:center;gap:.25rem;padding:.12rem .55rem;font-size:.68rem;font-weight:700;display:inline-flex}.chip-verified{border-color:color-mix(in srgb, var(--primary) 35%, transparent);background:var(--primary-soft);color:var(--primary-press)}.chip-info{border-color:color-mix(in srgb, var(--info) 30%, transparent);background:var(--info-soft);color:var(--info)}.pill{border-radius:var(--radius-pill);align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.pill:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.pill-available{background:var(--primary-soft);color:var(--primary-press)}.pill-limited{background:var(--amber-soft);color:var(--amber)}.pill-sold{background:var(--rose-soft);color:var(--rose)}.inline-filter{flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin:1rem 0;display:flex}.search-filters{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.7rem .85rem;margin:0 0 1.25rem;padding:1.1rem 1.2rem 1.2rem;display:grid}@media (min-width:720px){.search-filters{grid-template-columns:repeat(4,minmax(0,1fr))}}.fp-head{border-bottom:1px solid var(--border);grid-column:1/-1;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.1rem;padding-bottom:.85rem;display:flex}.fp-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.02rem;font-weight:800}.fp-clear{color:var(--text-muted);font-size:.8rem;font-weight:700}.fp-clear:hover{color:var(--primary);text-decoration:none}.fp-actions{grid-column:1/-1;justify-content:flex-end;gap:.5rem;margin-top:.2rem;display:flex}.search-filters label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-subtle);flex-direction:column;gap:.25rem;font-size:.68rem;font-weight:700;display:flex}.search-filters label select,.search-filters label input{text-transform:none;letter-spacing:normal;font-weight:500}.search-filters button[type=submit]{min-width:9rem;height:2.5rem;margin:0}.browse-layout{align-items:start;gap:1.25rem;display:grid}@media (min-width:980px){.browse-layout{grid-template-columns:minmax(0,1fr) 17rem;gap:1.5rem 2rem}}.browse-main{min-width:0}.browse-aside{flex-direction:column;gap:1rem;display:flex}@media (min-width:980px){.browse-aside{top:calc(var(--header-h) + 1rem);position:sticky}}.aside-nav{flex-direction:column;display:flex}.aside-nav a{border-top:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.88rem;font-weight:600;display:flex}.aside-nav a:first-child{border-top:none;padding-top:0}.aside-nav a:hover{color:var(--primary);text-decoration:none}.aside-nav .cnt{color:var(--text-subtle);font-variant-numeric:tabular-nums;flex:none;font-size:.76rem;font-weight:700}.aside-nav .arrow{color:var(--text-subtle);transition:transform var(--dur) var(--ease-out), color var(--dur) var(--ease-out)}.aside-nav a:hover .arrow{color:var(--primary);transform:translate(3px)}.aside-points{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.aside-points li{color:var(--text-muted);align-items:center;gap:.55rem;font-size:.85rem;font-weight:600;display:flex}.buy-form{align-items:center;gap:.5rem;margin:0;display:inline-flex}.buy-form button{white-space:nowrap;margin:0;padding:.5rem .95rem;font-size:.85rem}.holdtimer{--tone:var(--primary);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);box-shadow:0 1px 2px color-mix(in srgb, var(--ink-line) 6%, transparent);animation:ht-in var(--dur-slow) var(--ease-spring) both;align-items:center;gap:.6rem;padding:.45rem .85rem .45rem .5rem;display:inline-flex}.holdtimer[data-urgent]{border-color:color-mix(in srgb, var(--tone) 55%, transparent);background:color-mix(in srgb, var(--tone) 8%, var(--paper));animation:ht-in var(--dur-slow) var(--ease-spring) both, ht-nudge 1.1s var(--ease-out) .4s infinite}.ht-ring-wrap{flex:none;place-items:center;width:2rem;height:2rem;display:inline-grid;position:relative}.ht-ring{transform:rotate(-90deg)}.ht-ring-track{fill:none;stroke:color-mix(in srgb, var(--tone) 16%, transparent);stroke-width:3px}.ht-ring-arc{fill:none;stroke:var(--tone);stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset .95s linear,stroke .95s linear}.ht-dot{border-radius:var(--radius-pill);background:var(--tone);width:.4rem;height:.4rem;animation:ht-pulse 1.8s var(--ease-out) infinite;position:absolute}.holdtimer[data-urgent] .ht-dot{animation-duration:.9s}.holdtimer[data-expired] .ht-dot,.holdtimer[data-loading] .ht-dot{opacity:.5;animation:none}.ht-body{flex-direction:column;gap:.05rem;line-height:1;display:flex}.ht-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);font-size:.6rem;font-weight:800}.holdtimer[data-urgent] .ht-eyebrow{color:var(--tone)}.ht-time{font-family:var(--font-display);font-variant-numeric:tabular-nums;color:var(--text);letter-spacing:.01em;align-items:center;font-size:1.18rem;font-weight:800;display:inline-flex}.ht-time--idle{color:var(--text-muted);font-size:.82rem;font-weight:700}.holdtimer[data-expired] .ht-time--idle{color:var(--rose)}.ht-digit{width:1ch;height:1em;display:inline-block;position:relative;overflow:hidden}.ht-roll{transition:transform .55s var(--ease-spring);flex-direction:column;display:flex}.ht-cell{justify-content:center;align-items:center;height:1em;display:flex}.ht-colon{padding:0 .04em;animation:1s step-end infinite ht-blink}@keyframes ht-in{0%{opacity:0;transform:translateY(6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ht-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--tone) 55%, transparent)}70%,to{box-shadow:0 0 0 .5rem color-mix(in srgb, var(--tone) 0%, transparent)}}@keyframes ht-blink{0%,49%{opacity:1}50%,to{opacity:.3}}@keyframes ht-nudge{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.checkout-grid{align-items:start;gap:1.25rem;display:grid}@media (min-width:860px){.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(0,23rem)}.checkout-grid>[data-testid=order-summary]{top:calc(var(--header-h) + 1rem);position:sticky}}.order-fixture{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-top:.85rem;padding:.85rem .9rem}.order-fixture .of-match{font-family:var(--font-display), var(--font-sans), system-ui, sans-serif;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.order-fixture .of-v{font-family:var(--font-sans), system-ui, sans-serif;text-transform:uppercase;letter-spacing:.04em;color:var(--text-subtle);margin:0 .4rem;font-size:.72rem;font-weight:600}.order-fixture .of-meta{color:var(--text-muted);align-items:center;gap:.4rem;margin:.4rem 0 0;font-size:.8rem;display:flex}.order-fixture .of-meta svg{width:.9rem;height:.9rem;color:var(--primary);flex:none}.assurance-bar{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));margin:1.1rem 0 0;padding:0;list-style:none;display:grid;overflow:hidden}.assurance-bar .ab-item{border-right:1px solid var(--border);align-items:center;gap:.7rem;padding:.85rem 1.1rem;display:flex}.assurance-bar .ab-item:last-child{border-right:none}.ab-ico{border-radius:var(--radius-md);background:var(--primary-soft);width:2rem;height:2rem;color:var(--primary);flex:none;place-items:center;display:grid}.ab-ico svg{width:1.05rem;height:1.05rem}.ab-text{flex-direction:column;gap:.05rem;display:flex}.ab-text strong{letter-spacing:-.01em;color:var(--text);font-size:.84rem;font-weight:600}.ab-text small{color:var(--text-muted);font-size:.76rem;line-height:1.35}@media (max-width:640px){.assurance-bar .ab-item{border-right:none;border-bottom:1px solid var(--border)}.assurance-bar .ab-item:last-child{border-bottom:none}}.trust-points{border-top:1px solid var(--border);gap:.85rem;margin:1.1rem 0 0;padding:1.1rem 0 0;list-style:none;display:grid}.trust-points li{align-items:flex-start;gap:.65rem;display:flex}.trust-points .tp-ico{border-radius:var(--radius-md);background:var(--primary-soft);width:1.9rem;height:1.9rem;color:var(--primary);flex:none;place-items:center;display:grid}.trust-points .tp-ico svg{width:1.05rem;height:1.05rem}.trust-points .tp-body{flex-direction:column;gap:.1rem;display:flex}.trust-points .tp-body strong{letter-spacing:-.01em;color:var(--text);font-size:.85rem;font-weight:600}.trust-points .tp-body small{color:var(--text-muted);font-size:.78rem;line-height:1.4}.pay-strip{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-top:1rem;padding:.85rem .9rem}.pay-badges{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.pay-chip{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--paper);letter-spacing:.03em;justify-content:center;align-items:center;height:1.55rem;padding:0 .5rem;font-size:.72rem;font-weight:800;display:inline-flex}.pay-chip svg{width:auto;height:.95rem}.pc-visa{color:#1434cb;font-style:italic}.pc-amex{color:#1f72cf}.pc-text{letter-spacing:0;color:var(--text-subtle);border-style:dashed;font-weight:600}.pc-stripe{letter-spacing:0;color:#635bff}.footer-pay{align-items:center;gap:.55rem;display:flex}.secure-note{letter-spacing:.01em;color:var(--text-subtle);align-items:center;gap:.4rem;margin:.7rem 0 0;font-size:.74rem;font-weight:600;display:flex}.secure-note svg{width:.85rem;height:.85rem;color:var(--primary);flex:none}.stripe-mark{color:#635bff;font-weight:700}.file-drop{border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);align-items:center;gap:.75rem;margin-top:.6rem;padding:.7rem .85rem;display:flex;position:relative}.file-drop:hover{border-color:var(--primary);background:var(--primary-soft)}.file-drop:focus-within{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 22%, transparent)}.file-drop[data-filled]{border-style:solid;border-color:color-mix(in srgb, var(--primary) 55%, transparent);background:var(--primary-soft)}.file-drop-input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.file-drop-icon{border-radius:var(--radius-md);width:2.25rem;height:2.25rem;color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, var(--paper));transition:color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), transform var(--dur) var(--ease-spring);flex:none;justify-content:center;align-items:center;display:inline-flex}.file-drop:hover .file-drop-icon{transform:translateY(-1px)}.file-drop[data-filled] .file-drop-icon{color:var(--paper);background:var(--primary);animation:file-pop var(--dur) var(--ease-spring) both}.file-drop-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.file-drop-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:700;overflow:hidden}.file-drop-hint{color:var(--text-subtle);font-size:.72rem;font-weight:600}@keyframes file-pop{0%{transform:scale(.7)}60%{transform:scale(1.08)}to{transform:scale(1)}}.fixture-header{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;margin:.85rem 0 0;padding:.85rem 0;font-size:.82rem;font-weight:600;display:flex}.fixture-header .stat b{color:var(--text);font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:1.05rem}.fixture-header .stat span{text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);font-size:.66rem;font-weight:700;display:block}.fixture-browser{gap:1rem;margin-top:1.25rem;display:grid}@media (min-width:900px){.fixture-browser{grid-template-columns:24rem 1fr;align-items:start}}.map-pane{top:calc(var(--header-h) + .75rem);position:sticky}.map-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);gap:.7rem;padding:.9rem;display:grid}.map-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.map-eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--text-subtle);margin:0;font-size:.62rem;font-weight:700}.map-title{margin:.12rem 0 0;font-size:1.05rem}.map-kind-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--primary-press);background:var(--primary-soft);border:1px solid color-mix(in srgb, var(--primary) 25%, transparent);border-radius:var(--radius-pill);flex:none;padding:.22rem .6rem;font-size:.62rem;font-weight:700}.stadium-map{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;padding:.45rem;overflow:hidden}.stadium-map svg{width:100%;height:auto;display:block}.stadium-map [data-seat]{transition:fill .16s var(--ease-out), opacity .16s var(--ease-out), stroke-width .16s var(--ease-out)}.stadium-map [data-seat].sm-seat{cursor:pointer}.stadium-map [data-seat].av-none{fill:#e9ede8!important}.stadium-map [data-seat].av-low{fill:#f4dca0!important}.stadium-map [data-seat].av-mid{fill:#c4e9d4!important}.stadium-map [data-seat].av-high{fill:#93dab0!important}.stadium-map [data-seat].sm-seat:hover,.stadium-map [data-seat].is-hover{stroke:#06402199;stroke-width:1.6px;fill:#1f9d57!important}.stadium-map [data-seat].is-selected{stroke:#06402199;stroke-width:1.6px;fill:var(--primary)!important}.stadium-map-loading{aspect-ratio:1;animation:map-pulse 1.2s var(--ease-out) infinite alternate}@keyframes map-pulse{0%{background:var(--surface)}to{background:var(--paper)}}.map-readout{border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);flex-direction:column;justify-content:center;gap:.08rem;min-height:2.5rem;padding:.45rem .7rem;display:flex}.mr-name{color:var(--text);font-size:.86rem;font-weight:700}.mr-meta{color:var(--text-muted);font-size:.78rem}.mr-meta strong{color:var(--primary-press)}.mr-hint{color:var(--text-subtle);font-size:.78rem}.map-legend{color:var(--text-muted);flex-wrap:wrap;gap:.4rem 1rem;font-size:.74rem;font-weight:600;display:flex}.map-legend span{align-items:center;gap:.35rem;display:inline-flex}.map-legend i{border:1px solid var(--border-strong);border-radius:3px;width:.7rem;height:.7rem}.map-legend .lg-high{background:#93dab0}.map-legend .lg-mid{background:#c4e9d4}.map-legend .lg-low{background:#f4dca0}.map-legend .lg-none{background:#e9ede8}.map-note{color:var(--text-subtle);margin:0;font-size:.72rem;font-style:italic}.section-filter{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);flex-wrap:wrap;align-items:center;gap:.45rem;padding:.85rem .95rem;display:flex}.section-filter legend{text-transform:uppercase;letter-spacing:.08em;width:100%;color:var(--text-subtle);padding:0 0 .5rem;font-size:.7rem;font-weight:700}.section-toggle{border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--paper);cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.82rem;font-weight:600;display:inline-flex}.section-toggle:hover{border-color:var(--ink-line)}.section-toggle input{opacity:0;width:0;height:0;position:absolute}.section-toggle:has(input:checked){background:var(--primary-soft);border-color:var(--primary);color:var(--primary-press)}.section-toggle:has(input:checked):before{content:"✓";font-size:.7rem;font-weight:800}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.6rem;margin:1.25rem 0;display:grid}.stat-grid .card{border-radius:var(--radius-lg);margin:0}.stat-grid .card strong{font-family:var(--font-display);font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:1.6rem;font-weight:800;display:block}.dashboard-nav{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0;display:flex}.dashboard-nav a{border:1px solid var(--border-strong);border-radius:var(--radius-pill);color:var(--text);background:var(--paper);transition:background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);padding:.4rem .95rem;font-size:.85rem;font-weight:600}.dashboard-nav a:hover{background:var(--surface);border-color:var(--ink-line);text-decoration:none}.section-block{margin-top:clamp(1.75rem,4vw,2.5rem)}.pill-info{background:var(--info-soft);color:var(--info)}.pill-neutral{background:var(--surface-2);color:var(--text-muted)}.order-list{gap:.75rem;display:grid}.order-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);overflow:hidden}.order-head{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem 1rem;padding:.8rem 1.1rem;display:flex}.order-head-main{flex-wrap:wrap;align-items:center;gap:.6rem;min-width:0;display:flex}.order-ref{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600}.order-total{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:800}.order-items{gap:.75rem;padding:1rem 1.1rem;display:grid}.order-item{flex-direction:column;gap:.2rem;min-width:0;display:flex}.order-item+.order-item{border-top:1px solid var(--border);padding-top:.75rem}.oi-match{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.02rem;font-weight:700}.oi-match .match-vs{margin:0 .15rem}.oi-meta{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.82rem}.order-foot{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem 1rem;padding:.8rem 1.1rem;display:flex}.order-delivery{color:var(--text-muted);font-size:.84rem;font-weight:600}.dash-nav-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,14rem),1fr));gap:.75rem;display:grid}.dash-nav-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);flex-direction:column;gap:.3rem;padding:1rem 1.1rem;display:flex}.dash-nav-card:hover{border-color:var(--primary);background:var(--surface);text-decoration:none}.dnc-title{font-family:var(--font-display);justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;display:flex}.dnc-title .arrow{color:var(--text-subtle);transition:transform var(--dur) var(--ease-out), color var(--dur) var(--ease-out)}.dash-nav-card:hover .dnc-title .arrow{color:var(--primary);transform:translate(3px)}.dnc-desc{color:var(--text-muted);font-size:.82rem}.subnav{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.4rem;margin:0 0 1.25rem;padding-bottom:.85rem;display:flex}.subnav-link{border-radius:var(--radius-pill);color:var(--text-muted);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border:1px solid #0000;padding:.4rem .9rem;font-size:.85rem;font-weight:600}.subnav-link:hover{background:var(--surface);color:var(--text);text-decoration:none}.subnav-link.is-active{background:var(--primary-soft);border-color:color-mix(in srgb, var(--primary) 30%, transparent);color:var(--primary-press)}.status-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.status-actions button{margin:0}.inline-form{display:inline}.dispute-form,.review-form,.deliver-form,.confirm-form{flex-direction:column;gap:.3rem;max-width:34rem;display:flex}.stripe-payment{flex-direction:column;gap:.75rem;display:flex}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:clamp(2.5rem,6vw,4rem)}.site-footer .footer-inner{max-width:var(--maxw);padding:2rem var(--gut);grid-template-columns:minmax(14rem,1.4fr) repeat(auto-fit,minmax(8rem,1fr));align-items:flex-start;gap:1.5rem 2rem;margin:0 auto;display:grid}.footer-col h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);margin:0 0 .7rem;font-size:.7rem}.footer-col a{color:var(--text-muted);padding:.18rem 0;font-size:.86rem;font-weight:500;display:block}.footer-col a:hover{color:var(--text);text-decoration:none}.site-footer .footer-links{flex-wrap:wrap;gap:.5rem 1.25rem;font-weight:600;display:flex}.site-footer .footer-bar{max-width:var(--maxw);padding:1rem var(--gut);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;margin:0 auto;display:flex}.site-footer small{color:var(--text-subtle);font-size:.78rem}.nav-divider{background:var(--border-strong);width:1px;height:1.4rem;margin:0 .15rem}.site-header .nav-login{border-radius:var(--radius-pill);color:var(--text);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);align-items:center;padding:.4rem .85rem;font-weight:700;display:inline-flex}.site-header .nav-login:after{display:none}.site-header .nav-login:hover{background:var(--surface-2)}.site-header .nav-cta{border:1px solid var(--primary);border-radius:var(--radius-pill);background:var(--primary);color:#fff;letter-spacing:-.01em;white-space:nowrap;transition:background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);align-items:center;gap:.35rem;margin:0;padding:.46rem 1rem;font-size:.84rem;font-weight:700;display:inline-flex}.site-header .nav-cta:after{display:none}.site-header .nav-cta .arrow{transition:transform var(--dur) var(--ease-out)}.site-header .nav-cta:hover{background:var(--primary-hover);border-color:var(--primary-hover);text-decoration:none}.site-header .nav-cta:hover .arrow{transform:translate(2px)}.nav-avatar{border-radius:var(--radius-pill);background:var(--primary-soft);width:1.85rem;height:1.85rem;color:var(--primary-press);border:1px solid color-mix(in srgb, var(--primary) 25%, transparent);text-transform:uppercase;place-items:center;font-size:.78rem;font-weight:800;display:inline-grid}.nav-avatar:hover{text-decoration:none}.mobile-nav{align-items:center;margin-left:auto;display:flex}@media (min-width:880px){.mobile-nav{display:none}}.nav-toggle{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--paper);width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;transition:background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);place-items:center;padding:0;display:inline-grid}.nav-toggle:hover{background:var(--surface);border-color:var(--ink-line)}.nav-toggle svg{width:1.4rem;height:1.4rem}.nav-scrim{z-index:60;background:color-mix(in srgb, var(--ink-line) 42%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;animation:nav-scrim-in var(--dur) var(--ease-out);border:0;margin:0;padding:0;position:fixed;inset:0}.nav-drawer{z-index:70;background:var(--paper);border-left:1px solid var(--border-strong);visibility:hidden;overscroll-behavior:contain;width:min(87vw,21rem);height:100dvh;transition:transform var(--dur-slow) var(--ease-out), visibility 0s linear var(--dur-slow);flex-direction:column;gap:.15rem;padding:.8rem 1rem 1.3rem;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-drawer[data-open=true]{visibility:visible;transition:transform var(--dur-slow) var(--ease-out);transform:translate(0)}.nav-drawer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.45rem;padding:.15rem .2rem .65rem;display:flex}.nav-drawer-title{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--text-subtle);font-size:.66rem;font-weight:700}.nav-drawer-close{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--paper);width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);place-items:center;padding:0;display:inline-grid}.nav-drawer-close:hover{background:var(--surface);color:var(--text)}.nav-drawer-close svg{width:1.1rem;height:1.1rem}.nav-drawer-search{margin:.15rem 0 .55rem;position:relative}.nav-drawer-search input{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);width:100%;height:2.65rem;font:inherit;color:var(--text);padding:0 .9rem 0 2.5rem;font-size:.95rem}.nav-drawer-search input:focus{border-color:var(--primary);background:var(--paper);outline:none}.nav-drawer-search .nds-icon{color:var(--text-subtle);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.nav-drawer-links{flex-direction:column;gap:.1rem;display:flex}.nav-drawer-links a{border-radius:var(--radius-md);color:var(--text);transition:background var(--dur-fast) var(--ease-out);align-items:center;gap:.6rem;padding:.85rem .75rem;font-size:1rem;font-weight:600;display:flex}.nav-drawer-links a:after{content:"›";color:var(--text-subtle);margin-left:auto;font-size:1.25rem;line-height:1}.nav-drawer-links a:hover{background:var(--surface);text-decoration:none}.nav-drawer-foot{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.85rem;display:flex}.nav-drawer-foot .nd-dash{border-radius:var(--radius-md);color:var(--text);background:var(--surface);align-items:center;padding:.85rem .75rem;font-size:1rem;font-weight:600;display:flex}.nav-drawer-foot .nd-dash:hover{background:var(--surface-2);text-decoration:none}.nav-drawer-foot .nd-email{color:var(--text-subtle);word-break:break-all;padding:0 .2rem;font-size:.78rem;font-weight:500}.nav-drawer-foot form{margin:0}.nav-drawer-foot .logout-button{justify-content:center;width:100%;padding:.7rem;font-size:.9rem}.nav-drawer-foot .nd-login{border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--text);justify-content:center;align-items:center;padding:.8rem;font-weight:700;display:flex}.nav-drawer-foot .nd-login:hover{background:var(--surface);text-decoration:none}.nav-drawer .nd-cta{border-radius:var(--radius-md);justify-content:center;width:100%;padding:.85rem;font-size:.95rem}@keyframes nav-scrim-in{0%{opacity:0}to{opacity:1}}.flist{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.flist>li{list-style:none}.flist-row{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);grid-template-columns:auto minmax(0,1fr) auto 2.65rem;grid-template-areas:"date main price chev";align-items:center;gap:0 1.25rem;display:grid;position:relative;overflow:hidden}.flist-row:hover{border-color:var(--border-strong);background:var(--surface);text-decoration:none}.flist-row.is-featured{border-color:color-mix(in srgb, var(--primary) 30%, var(--border));background:color-mix(in srgb, var(--accent) 9%, var(--paper))}.flist-date{background:var(--surface);min-width:4.6rem;transition:background var(--dur) var(--ease-out);flex-direction:column;grid-area:date;justify-content:center;align-self:stretch;align-items:center;padding:.7rem 1rem;display:flex;position:relative}.flist-date:after{content:"";background:var(--border-strong);transform-origin:50%;width:2px;height:100%;transition:transform var(--dur) var(--ease-spring), background var(--dur) var(--ease-out);position:absolute;top:50%;right:0;transform:translateY(-50%)scaleY(.5)}.flist-row:hover .flist-date{background:var(--surface-2)}.flist-row:hover .flist-date:after,.flist-row.is-featured .flist-date:after{background:var(--primary);transform:translateY(-50%)scaleY(1)}.flist-date .w,.flist-date .m{letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);font-size:.6rem;font-weight:700}.flist-date .d{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;line-height:1.05}.flist-main{flex-direction:column;grid-area:main;gap:.3rem;min-width:0;padding:.7rem 0;display:flex}.flist-teams{font-family:var(--font-display);letter-spacing:-.01em;flex-wrap:wrap;align-items:center;gap:.35rem .55rem;font-size:1.05rem;font-weight:700;display:flex}.flist-team{align-items:center;gap:.45rem;min-width:0;display:inline-flex}.flist-team .t{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.flist-teams .match-vs{margin:0}.flist-sub{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;display:flex}.flist-sub .fs-comp{color:var(--text);font-weight:700}.flist-sub .dot{background:var(--border-strong);border-radius:50%;width:3px;height:3px}.flist-price{text-align:right;flex-direction:column;grid-area:price;align-items:flex-end;padding:.7rem 0;line-height:1.1;display:flex}.flist-price small{text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);font-size:.58rem;font-weight:800}.flist-price b{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:1.3rem;font-weight:800}.fp-stock{color:var(--text-subtle);font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:.66rem;font-weight:700}.fp-stock.is-low{color:var(--amber);background:var(--amber-soft);border-radius:var(--radius-pill);padding:.05rem .5rem}.flist-row .chev{border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:var(--paper);width:1.75rem;height:1.75rem;color:var(--text-muted);transition:background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out), transform var(--dur) var(--ease-spring);grid-area:chev;justify-self:end;place-items:center;margin-right:.9rem;font-size:.92rem;line-height:1;display:grid}.flist-row:hover .chev{background:var(--primary);border-color:var(--primary);color:#fff;transform:translate(2px)}@media (max-width:640px){.flist{gap:.7rem}.flist-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"date price""main main";align-items:stretch;gap:0}.flist-date{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:row;grid-area:date;justify-content:flex-start;align-items:center;gap:.4rem;min-width:0;padding:.6rem .5rem .6rem .95rem}.flist-date:after{display:none}.flist-date .w,.flist-date .m{letter-spacing:.04em;color:var(--text-muted);font-size:.74rem}.flist-date .d{font-size:1.05rem;line-height:1}.flist-price{text-align:right;background:var(--surface);border-bottom:1px solid var(--border);grid-area:price;align-items:flex-end;padding:.55rem .95rem .55rem .5rem}.flist-price b{font-size:1.2rem}.flist-row.is-featured .flist-date,.flist-row.is-featured .flist-price{background:color-mix(in srgb, var(--accent) 16%, var(--paper));border-bottom-color:color-mix(in srgb, var(--primary) 22%, var(--border))}.flist-main{grid-area:main;gap:.45rem;padding:.8rem .95rem .85rem}.flist-teams{gap:.25rem .5rem;font-size:1.12rem}.flist-team .t{white-space:normal}.flist-row .chev{display:none}}.filter-bar{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);gap:.85rem;padding:.95rem 1rem;display:grid}.filter-bar-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;display:flex}.fb-count{color:var(--text-muted);font-size:.85rem;font-weight:500}.fb-count strong{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;margin-right:.15rem;font-size:1.05rem;font-weight:800}.fb-sort{text-transform:uppercase;letter-spacing:.07em;color:var(--text-subtle);align-items:center;gap:.5rem;font-size:.66rem;font-weight:700;display:inline-flex}.fb-sort select{border:1px solid var(--border-strong);border-radius:var(--radius-md);font:inherit;text-transform:none;letter-spacing:normal;color:var(--text);background:var(--paper);cursor:pointer;padding:.4rem .6rem;font-size:.82rem;font-weight:600}.fb-controls{border-top:1px solid var(--border);flex-wrap:wrap;gap:.75rem 1.75rem;padding-top:.85rem;display:flex}.fb-group{align-items:center;gap:.55rem;display:flex}.fb-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);font-size:.64rem;font-weight:700}.seg{border:1px solid var(--border-strong);border-radius:var(--radius-md);display:inline-flex;overflow:hidden}.seg button{appearance:none;border:none;border-right:1px solid var(--border);background:var(--paper);color:var(--text-muted);font:inherit;cursor:pointer;transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);margin:0;padding:.35rem .7rem;font-size:.8rem;font-weight:600}.seg button:last-child{border-right:none}.seg button:hover{background:var(--surface)}.seg button[aria-pressed=true]{background:var(--primary-soft);color:var(--primary-press)}.filter-bar .section-filter{border:none;border-top:1px solid var(--border);background:0 0;border-radius:0;padding:.85rem 0 0}.breadcrumb{color:var(--text-subtle);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.7rem;font-size:.76rem;font-weight:600;display:flex}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--text);text-decoration:none}.breadcrumb .sep{color:var(--border-strong)}.match-hero{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);margin-bottom:1.25rem;padding:clamp(1.1rem,3vw,1.6rem) clamp(1.1rem,3vw,1.75rem);position:relative;overflow:hidden}.match-hero>*{position:relative}.mh-title{letter-spacing:-.025em;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:.4rem;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;display:flex}.mh-team{align-items:center;gap:.6rem;display:inline-flex}.mh-crest{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-2);object-fit:contain;width:2.4rem;height:2.4rem;font-family:var(--font-sans);color:var(--text-muted);flex:none;place-items:center;font-size:.8rem;font-weight:800;display:grid}.mh-vs{font-family:var(--font-sans);color:var(--text-subtle);text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;font-weight:700}.mh-meta{color:var(--text-muted);margin:.6rem 0 0;font-size:.92rem}.totals{border-top:1px solid var(--border);gap:.4rem;margin-top:.9rem;padding-top:.8rem;display:grid}.totals .row{color:var(--text-muted);justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9rem;display:flex}.totals .row .num{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.totals .row.grand{border-top:1px solid var(--border);color:var(--text);margin-top:.3rem;padding-top:.6rem}.totals .row.grand .num{font-family:var(--font-display);font-size:1.25rem;font-weight:800}.cta-band{border-top:1px solid var(--border);background:var(--surface);margin-top:clamp(2rem,4vw,3rem)}.cta-inner{max-width:var(--maxw);padding:clamp(1.75rem, 4vw, 2.75rem) var(--gut);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem 2rem;margin:0 auto;display:flex}.cta-inner h2{margin-bottom:.3rem}.cta-inner p{color:var(--text-muted);max-width:46ch;margin:0}.cta-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.cta-actions .btn,.cta-actions .btn-secondary{padding:.65rem 1.3rem;font-size:.9rem}.guarantee-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem;display:grid}.guarantee{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);padding:1.1rem 1.2rem}.guarantee .q{font-family:var(--font-display);font-variant-numeric:tabular-nums;color:var(--primary);font-size:1.6rem;font-weight:800;line-height:1}.guarantee h3{margin:.5rem 0 .2rem;font-size:.98rem}.guarantee p{color:var(--text-muted);margin:0;font-size:.85rem}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:.75rem 1.5rem;display:grid}.faq{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);padding:1rem 1.1rem}.faq h3{margin:0 0 .35rem;font-size:.98rem}.faq p{color:var(--text-muted);margin:0;font-size:.86rem}.league-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,15rem),1fr));gap:.75rem;display:grid}.league-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);grid-template-columns:auto 1fr;align-items:center;gap:.5rem .85rem;padding:.95rem 1rem;display:grid;position:relative;overflow:hidden}.league-card:hover{border-color:var(--primary);background:var(--surface);text-decoration:none}.lg-badge{border-radius:var(--radius-md);background:var(--primary);color:#fff;width:2.6rem;height:2.6rem;font-family:var(--font-display);letter-spacing:-.02em;place-items:center;font-size:.95rem;font-weight:800;display:grid}.lg-body{flex-direction:column;min-width:0;display:flex}.lg-name{font-family:var(--font-display);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:1.02rem;font-weight:700;overflow:hidden}.lg-country{color:var(--text-subtle);font-size:.76rem;font-weight:600}.lg-meta{border-top:1px solid var(--border);color:var(--text-muted);grid-column:1/-1;gap:1.1rem;margin-top:.1rem;padding-top:.7rem;font-size:.78rem;font-weight:600;display:flex}.lg-meta b{font-family:var(--font-display);color:var(--text);margin-right:.2rem;font-weight:800}.comp-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,14.5rem),1fr));gap:.6rem;display:grid}.comp-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:1rem 1.1rem;display:grid}.comp-card:hover{border-color:var(--primary);background:var(--surface);text-decoration:none}.comp-badge{border-radius:var(--radius-md);background:var(--primary);color:#fff;width:2.85rem;height:2.85rem;font-family:var(--font-display);letter-spacing:-.02em;flex:none;place-items:center;font-size:1rem;font-weight:800;display:grid}.comp-body{flex-direction:column;min-width:0;display:flex}.comp-name{font-family:var(--font-display);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:700;line-height:1.2;overflow:hidden}.comp-country{color:var(--text-subtle);font-size:.78rem;font-weight:600}.comp-meta{color:var(--text-muted);gap:.9rem;margin-top:.4rem;font-size:.74rem;font-weight:600;display:flex}.comp-meta b{font-family:var(--font-display);color:var(--text);margin-right:.15rem;font-weight:800}.comp-arrow{border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:var(--paper);width:1.9rem;height:1.9rem;color:var(--text-muted);transition:background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out), transform var(--dur) var(--ease-spring);flex:none;place-items:center;display:grid}.comp-card:hover .comp-arrow,.comp-row:hover .comp-arrow{background:var(--primary);border-color:var(--primary);color:#fff;transform:translate(2px)}.comp-list{gap:.5rem;display:grid}.comp-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:0 1.25rem;padding:.8rem 1.1rem;display:grid}.comp-row:hover{border-color:var(--primary);background:var(--surface);text-decoration:none}.comp-row .comp-body{flex-direction:column;min-width:0;display:flex}.comp-row .comp-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.comp-row-meta{color:var(--text-muted);white-space:nowrap;gap:1.4rem;font-size:.82rem;font-weight:600;display:flex}.comp-row-meta b{font-family:var(--font-display);color:var(--text);font-variant-numeric:tabular-nums;margin-right:.25rem;font-weight:800}@media (max-width:560px){.comp-row{grid-template-columns:auto minmax(0,1fr) auto}.comp-row-meta{display:none}}.browse-main>:first-child{margin-top:0}.club-rail{scroll-snap-type:x proximity;scrollbar-width:thin;grid-auto-columns:8.5rem;grid-auto-flow:column;gap:.65rem;padding-bottom:.5rem;display:grid;overflow-x:auto}.club-chip{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);text-align:center;scroll-snap-align:start;transition:border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);flex-direction:column;align-items:center;gap:.5rem;padding:1.1rem .75rem;display:flex}.club-chip:hover{border-color:var(--primary);background:var(--surface);text-decoration:none}.club-chip .crest-club{transition:transform var(--dur) var(--ease-spring)}.club-chip:hover .crest-club{transform:scale(1.06)}.club-name{font-family:var(--font-display);letter-spacing:-.01em;font-size:.9rem;font-weight:700;line-height:1.15}.club-league{color:var(--text-subtle);font-size:.68rem;font-weight:600}.crest[data-fallback=true]{background:var(--surface-2);color:var(--text-muted);letter-spacing:.01em}.crest-club[data-fallback=true],.crest-xl[data-fallback=true]{background:var(--primary-soft);border-color:color-mix(in srgb, var(--primary) 22%, var(--border));color:var(--primary-press)}.stars{color:var(--border-strong);gap:.08rem;font-size:.92rem;line-height:1;display:inline-flex}.stars .star.is-on{color:#f4b740}.rating-badge{border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--paper);color:var(--text-muted);white-space:nowrap;align-items:center;gap:.55rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex}.rating-badge b{font-family:var(--font-display);color:var(--text);font-weight:800}.testimonial-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),1fr));gap:.75rem;display:grid}.testimonial{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);transition:border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);flex-direction:column;gap:.7rem;margin:0;padding:1.15rem 1.2rem;display:flex}.testimonial:hover{border-color:var(--border-strong)}.testimonial blockquote{color:var(--text);margin:0;font-size:.92rem;line-height:1.55}.testimonial figcaption{align-items:center;gap:.6rem;margin-top:auto;padding-top:.3rem;display:flex}.tm-avatar{border-radius:var(--radius-pill);background:var(--primary-soft);width:2.2rem;height:2.2rem;color:var(--primary-press);border:1px solid color-mix(in srgb, var(--primary) 22%, transparent);flex:none;place-items:center;font-size:.78rem;font-weight:800;display:grid}.tm-who{flex-direction:column;min-width:0;display:flex}.tm-who b{font-size:.88rem;font-weight:700}.tm-meta{color:var(--text-subtle);font-size:.75rem}.blog-grid{grid-template-columns:minmax(0,1fr);gap:.85rem;display:grid}@media (min-width:640px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.blog-card:hover{border-color:var(--primary);text-decoration:none}.blog-card:hover .bc-title{color:var(--primary)}.bc-cover,.bl-cover,.article-cover{background:var(--primary);display:block;position:relative;overflow:hidden}.bc-cover:after,.bl-cover:after,.article-cover:after{content:"";background:#ffffff0f;border:2px solid #ffffff2e;border-radius:50%;width:9.5rem;height:9.5rem;position:absolute;bottom:-3.5rem;right:-2.75rem}.bc-cover{height:10rem}.bc-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bc-cover:has(.bc-img):after{display:none}.bl-cover:has(.bc-img):after{display:none}.article-cover:has(.bc-img):after{display:none}.bc-cover[data-cat=Matchday\ Tips],.bl-cover[data-cat=Matchday\ Tips],.article-cover[data-cat=Matchday\ Tips]{background:var(--info)}.bc-cover[data-cat=Selling],.bl-cover[data-cat=Selling],.article-cover[data-cat=Selling]{background:var(--amber)}.bc-cat,.bl-cover .bc-cat{z-index:1;border-radius:var(--radius-pill);color:var(--text);text-transform:uppercase;letter-spacing:.06em;background:#ffffffe6;padding:.2rem .65rem;font-size:.64rem;font-weight:800;display:inline-flex;position:absolute;top:.85rem;bottom:auto;left:.85rem}.bc-body{flex-direction:column;flex:1;gap:.4rem;padding:.95rem 1.05rem 1.1rem;display:flex}.bc-title{font-family:var(--font-display);letter-spacing:-.01em;transition:color var(--dur-fast) var(--ease-out);font-size:1.02rem;font-weight:700;line-height:1.2}.bc-excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.5;display:-webkit-box;overflow:hidden}.bc-foot{color:var(--text-subtle);justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.6rem;font-size:.72rem;font-weight:600;display:flex}.bc-read{color:var(--primary);white-space:nowrap;align-items:center;gap:.25rem;font-weight:700;display:inline-flex}.bc-read .arrow{transition:transform var(--dur) var(--ease-out)}.blog-card:hover .bc-read .arrow,.blog-lead:hover .bc-read .arrow{transform:translate(3px)}.blog-lead{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);color:var(--text);transition:border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);grid-template-columns:1fr;display:grid;overflow:hidden}.blog-lead:hover{border-color:var(--primary);text-decoration:none}@media (min-width:760px){.blog-lead{grid-template-columns:1.1fr 1fr;align-items:stretch}}.bl-cover{min-height:12rem}.bl-body{flex-direction:column;gap:.5rem;padding:1.3rem 1.4rem;display:flex}.bl-title{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.25rem,2.6vw,1.6rem);font-weight:800;line-height:1.15}.bl-excerpt{color:var(--text-muted);font-size:.92rem;line-height:1.55}.article-layout{align-items:start;gap:1.75rem 2.5rem;margin-top:.5rem;display:grid}@media (min-width:920px){.article-layout{grid-template-columns:minmax(0,1fr) 19rem}}.article-main{min-width:0;max-width:46rem}.article-head h1{margin:.2rem 0 .5rem}.article-meta{color:var(--text-subtle);font-size:.85rem;font-weight:600}.article-cover{border-radius:var(--radius-lg);border:1px solid var(--border);height:clamp(10rem,30vw,17rem);margin:1.1rem 0 1.5rem}.article-body{color:var(--text);font-size:1.02rem;line-height:1.7}.article-body p{margin:0 0 1rem}.article-lede{color:var(--text);font-size:1.12rem;font-weight:600}.article-foot{border-top:1px solid var(--border);margin-top:1.75rem;padding-top:1.25rem}.article-foot .btn-ghost .arrow{transition:transform var(--dur) var(--ease-out)}.article-foot .btn-ghost:hover .arrow{transform:translate(-3px)}.article-aside{flex-direction:column;gap:1rem;display:flex}@media (min-width:920px){.article-aside{top:calc(var(--header-h) + 1rem);position:sticky}}.aside-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--paper);padding:1rem 1.1rem}.aside-title{text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);margin:0 0 .75rem;font-size:.66rem;font-weight:800}.aside-author{align-items:center;gap:.7rem;display:flex}.aside-author .av{border-radius:var(--radius-pill);background:var(--primary-soft);width:2.6rem;height:2.6rem;color:var(--primary-press);border:1px solid color-mix(in srgb, var(--primary) 22%, transparent);flex:none;place-items:center;font-size:.85rem;font-weight:800;display:grid}.aside-author>span{flex-direction:column;min-width:0;display:flex}.aside-author b{font-size:.9rem;font-weight:700}.aside-author .muted{font-size:.74rem}.aside-related{flex-direction:column;display:flex}.aside-post{border-top:1px solid var(--border);color:var(--text);flex-direction:column;gap:.15rem;padding:.75rem 0;display:flex}.aside-post:first-child{border-top:none;padding-top:0}.aside-post:last-child{padding-bottom:0}.aside-post:hover{text-decoration:none}.aside-post .ap-cat{text-transform:uppercase;letter-spacing:.07em;color:var(--primary);font-size:.6rem;font-weight:800}.aside-post .ap-title{font-family:var(--font-display);transition:color var(--dur-fast) var(--ease-out);font-size:.92rem;font-weight:700;line-height:1.25}.aside-post:hover .ap-title{color:var(--primary)}.aside-post .ap-meta{color:var(--text-subtle);font-size:.72rem;font-weight:600}.aside-cta .muted{margin:0 0 .85rem;font-size:.86rem}.aside-cta .btn{width:100%}.legal{max-width:var(--maxw)}.legal-head{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.25rem}.legal-head h1{margin:.2rem 0 .5rem}.legal-updated{text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle);margin-top:.6rem;font-size:.78rem;font-weight:700}.legal-layout{align-items:start;gap:1.5rem 2.5rem;display:grid}@media (min-width:860px){.legal-layout{grid-template-columns:14rem 1fr}}.legal-toc{top:calc(var(--header-h) + 1rem);flex-direction:column;gap:.15rem;display:flex;position:sticky}.legal-toc-title{text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);margin-bottom:.3rem;font-size:.66rem;font-weight:800}.legal-toc a{color:var(--text-muted);transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border-left:2px solid #0000;margin-left:-.7rem;padding:.25rem 0 .25rem .7rem;font-size:.86rem;font-weight:600}.legal-toc a:hover{color:var(--text);border-color:var(--primary);text-decoration:none}.legal-body{max-width:44rem}.legal-body section{scroll-margin-top:calc(var(--header-h) + 1rem);margin-bottom:1.75rem}.legal-body h2{margin-bottom:.5rem;font-size:1.15rem}.legal-body p{color:var(--text-muted);margin:0 0 .7rem;line-height:1.7}.legal-note{border-top:1px solid var(--border);color:var(--text-subtle);margin-top:1.5rem;padding-top:1rem;font-size:.82rem;font-style:italic}.footer-legal-links{flex-wrap:wrap;gap:.25rem 1rem;display:flex}.footer-legal-links a{color:var(--text-subtle);font-size:.78rem;font-weight:600}.footer-legal-links a:hover{color:var(--text);text-decoration:none}@media (max-width:899px){.map-pane{position:static}}@media (max-width:640px){.site-footer .footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem 1.25rem}.site-footer .footer-inner>:first-child{grid-column:1/-1}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero h1,.hero .lede{margin-left:auto;margin-right:auto}.hero-search{justify-content:center;margin-left:auto;margin-right:auto}.hero-chips{justify-content:center}.stat-strip>*{text-align:center}}@media (max-width:560px){.section-head{flex-direction:column;align-items:flex-start;gap:.5rem}.stat-strip{grid-template-columns:1fr 1fr}.stat-strip>:nth-child(odd){border-right:1px solid var(--border)}.stat-strip>:nth-child(2n){border-right:none}.stat-strip>:first-child,.stat-strip>:nth-child(2){border-bottom:1px solid var(--border)}.hero-search button{flex:1}.cta-actions{width:100%}.cta-actions .btn,.cta-actions .btn-secondary{flex:1;justify-content:center}}@keyframes hero-pop{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(.9)}60%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reveal>*{animation:fade-up var(--dur-slow) var(--ease-out) both}.reveal>:nth-child(2){animation-delay:35ms}.reveal>:nth-child(3){animation-delay:70ms}.reveal>:nth-child(4){animation-delay:.105s}.reveal>:nth-child(5){animation-delay:.14s}.reveal>:nth-child(6){animation-delay:.175s}.reveal>:nth-child(7){animation-delay:.21s}.reveal>:nth-child(8){animation-delay:.245s}.fixture-grid>*{animation:fade-up var(--dur-slow) var(--ease-out) both}.fixture-grid>:nth-child(2){animation-delay:35ms}.fixture-grid>:nth-child(3){animation-delay:70ms}.fixture-grid>:nth-child(4){animation-delay:.105s}.fixture-grid>:nth-child(5){animation-delay:.14s}.fixture-grid>:nth-child(6){animation-delay:.175s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/033400d475fad6b1-s.197tvtifbphtu.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/26daee0352f50a5f-s.2e115y8-hourl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/017d9bea37084d9b-s.p.41rroleoq1br7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/033400d475fad6b1-s.197tvtifbphtu.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/26daee0352f50a5f-s.2e115y8-hourl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/017d9bea37084d9b-s.p.41rroleoq1br7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/033400d475fad6b1-s.197tvtifbphtu.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/26daee0352f50a5f-s.2e115y8-hourl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/017d9bea37084d9b-s.p.41rroleoq1br7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bricolage Grotesque Fallback;src:local(Arial);ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.0%;size-adjust:105.43%}.bricolage_grotesque_baaf515d-module__E35Aoq__className{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.bricolage_grotesque_baaf515d-module__E35Aoq__variable{--font-display:"Bricolage Grotesque", "Bricolage Grotesque Fallback"}
@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_2d7cbcb9-module__6dMWna__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_2d7cbcb9-module__6dMWna__variable{--font-sans:"Manrope", "Manrope Fallback"}
