.foxycup-root{--bg-0:#0a0a1a;--bg-1:#11122a;--bg-2:#1a1c3d;--panel:rgba(30,32,70,0.55);--panel-strong:rgba(40,44,90,0.75);--border:rgba(120,130,200,0.18);--border-strong:rgba(160,170,230,0.35);--text:#e7eaff;--text-dim:#9aa0c7;--text-faint:#5a5f87;--gold:#f5c542;--gold-glow:rgba(245,197,66,0.6);--silver:#c9d0e0;--bronze:#c97a4a;--accent:#ff7a3d;--green:#4fd364;--gap:12px;min-height:calc(100vh - 64px);background:radial-gradient(1200px 800px at 50% -10%,#1c1f4a 0,var(--bg-0) 55%,#050614 100%);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:500;letter-spacing:.01em;display:flex;flex-direction:column;position:relative;overflow:hidden}@media (min-width:768px){.foxycup-root{min-height:calc(100vh - 80px)}}.foxycup-root *,.foxycup-root :after,.foxycup-root :before{box-sizing:border-box}.foxycup-root:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(120,130,200,.04) 1px,transparent 0),linear-gradient(90deg,rgba(120,130,200,.04) 1px,transparent 0);background-size:48px 48px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%)}.foxycup-root .ffnav__wallet-btn{background:var(--green);border:none;color:#0a1a0e;padding:11px 22px;border-radius:10px;font-weight:800;font-size:14px;letter-spacing:.02em;cursor:pointer;display:inline-flex;align-items:center;gap:10px;font-family:JetBrains Mono,ui-monospace,monospace;transition:filter .15s ease,transform .15s ease}.foxycup-root .ffnav__wallet-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.foxycup-root .ffnav__wallet-icon{display:inline-block;width:16px;height:12px;background:#0a1a0e;border-radius:2px;position:relative}.foxycup-root .ffnav__wallet-icon:after{content:"";position:absolute;right:2px;top:50%;width:4px;height:4px;border-radius:50%;background:var(--green);transform:translateY(-50%)}.foxycup-root .page{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:16px clamp(12px,2vw,28px);gap:14px;position:relative;z-index:1}.foxycup-root .topbar{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;gap:12px;flex-wrap:wrap}.foxycup-root .brand{display:flex;align-items:center;gap:16px}.foxycup-root .brand__logo-img{height:48px;width:auto;object-fit:contain;flex-shrink:0}.foxycup-root .brand__sub-inline{font-size:11px;letter-spacing:.28em;color:var(--text-dim);white-space:nowrap}.foxycup-root .topbar__progress{display:flex;gap:14px;align-items:center}.foxycup-root .progress-pill{background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:8px 18px;display:grid;grid-template-columns:auto auto;column-gap:14px;row-gap:4px;align-items:center;backdrop-filter:blur(8px)}.foxycup-root .progress-pill__label{font-size:10px;letter-spacing:.25em;color:var(--text-dim);text-transform:uppercase}.foxycup-root .progress-pill__count{font-weight:800;font-size:14px}.foxycup-root .progress-pill__bar{grid-column:1/-1;height:4px;background:rgba(120,130,200,.18);border-radius:999px;overflow:hidden}.foxycup-root .progress-pill__bar>div{height:100%;background:linear-gradient(90deg,var(--accent),var(--gold));transition:width .4s ease}.foxycup-root .weeks{flex:1 1 auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--gap);min-height:0;transition:grid-template-columns .5s cubic-bezier(.65,.05,.36,1)}.foxycup-root .weeks:has(.week--open[data-week="1"]){grid-template-columns:5fr 1fr 1fr 1fr 1fr 1fr}.foxycup-root .weeks:has(.week--open[data-week="2"]){grid-template-columns:1fr 5fr 1fr 1fr 1fr 1fr}.foxycup-root .weeks:has(.week--open[data-week="3"]){grid-template-columns:1fr 1fr 5fr 1fr 1fr 1fr}.foxycup-root .weeks:has(.week--open[data-week="4"]){grid-template-columns:1fr 1fr 1fr 5fr 1fr 1fr}.foxycup-root .weeks:has(.week--open[data-week="5"]){grid-template-columns:1fr 1fr 1fr 1fr 5fr 1fr}.foxycup-root .weeks:has(.week--open[data-week="6"]){grid-template-columns:1fr 1fr 1fr 1fr 1fr 5fr}.foxycup-root .week{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:18px;overflow:hidden;min-width:0;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;display:flex;flex-direction:column}.foxycup-root .week--open{background:linear-gradient(180deg,rgba(245,197,66,.06),var(--panel-strong));border-color:var(--gold);box-shadow:0 0 0 1px var(--gold-glow),0 30px 80px -20px rgba(245,197,66,.25)}.foxycup-root .week--open.week--locked{border-color:var(--border-strong);box-shadow:none;background:var(--panel-strong)}.foxycup-root .week--locked{opacity:.85}.foxycup-root .week--locked .week__label,.foxycup-root .week--locked .week__title{color:var(--text-faint)}.foxycup-root .week__header{appearance:none;background:transparent;border:none;color:inherit;cursor:pointer;padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:6px;flex:0 0 auto;text-align:center;font:inherit}.foxycup-root .week__label{font-size:10px;letter-spacing:.32em;color:var(--text-dim);font-weight:700}.foxycup-root .week__title{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;line-height:1.3;color:var(--text)}.foxycup-root .week__icon{font-size:18px;margin-top:4px;color:var(--text-dim)}.foxycup-root .week--open .week__icon{color:var(--gold)}.foxycup-root .week--open.week--locked .week__icon{color:var(--text-dim)}.foxycup-root .week__count{font-size:11px;color:var(--text-dim);font-weight:700;margin-top:4px;padding:4px 12px;border:1px solid var(--border);border-radius:999px}.foxycup-root .week__body{flex:1 1 auto;min-height:0;display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.65,.05,.36,1)}.foxycup-root .week--open .week__body{grid-template-rows:1fr}.foxycup-root .week__inner{min-height:0;overflow:hidden;padding:0 16px 16px;display:flex;flex-direction:column;gap:10px;opacity:0;transition:opacity .3s ease .15s}.foxycup-root .week--open .week__inner{opacity:1}.foxycup-root .week__crown{text-align:center;font-size:18px;color:var(--gold)}.foxycup-root .week--locked .week__crown{color:var(--text-faint)}.foxycup-root .week__heading{margin:0;text-align:center;font-size:clamp(14px,1.4vw,18px);font-weight:900;letter-spacing:.14em}.foxycup-root .week--locked .week__heading{color:var(--text-faint)}.foxycup-root .week__pack-row{display:flex;flex-direction:column;align-items:center;gap:8px}.foxycup-root .week__pack-image{width:clamp(60px,8vw,100px);height:clamp(60px,8vw,100px);object-fit:cover;border-radius:10px;border:1px solid var(--border-strong);box-shadow:0 4px 16px rgba(0,0,0,.4)}.foxycup-root .week__market-link{font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);text-decoration:none;padding:4px 12px;border:1px solid rgba(255,122,61,.35);border-radius:999px;transition:background .15s ease,color .15s ease;white-space:nowrap}.foxycup-root .week__market-link:hover{background:rgba(255,122,61,.12);color:#ff9a6c}.foxycup-root .week__progress{align-self:center;font-size:12px;color:var(--text-dim);font-weight:700;padding:4px 14px;border:1px solid var(--border);border-radius:999px}.foxycup-root .week--open .week__header .week__count,.foxycup-root .week--open .week__header .week__icon,.foxycup-root .week--open .week__header .week__title{display:none}.foxycup-root .week--closed .week__header{padding:14px 6px;flex:1 1 auto;width:100%}.foxycup-root .week__groups{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;overflow:hidden}.foxycup-root .group{display:flex;flex-direction:column;gap:8px;min-height:0}.foxycup-root .group__name{font-size:10px;letter-spacing:.3em;color:var(--text-dim);font-weight:700;text-align:center}.foxycup-root .group__kits{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.foxycup-root .week__footer{align-self:center;font-size:10px;letter-spacing:.25em;color:var(--text-dim);font-weight:700;padding:6px 14px;border:1px solid var(--border);border-radius:999px;margin-top:auto}.foxycup-root .kit{position:relative;background:rgba(20,22,50,.6);border:1px solid var(--border);border-radius:12px;padding:8px 6px 6px;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.foxycup-root .kit:hover{transform:translateY(-2px);border-color:var(--border-strong)}.foxycup-root .kit--gold{border-color:rgba(245,197,66,.35);box-shadow:inset 0 0 0 1px rgba(245,197,66,.12)}.foxycup-root .kit--silver{border-color:rgba(201,208,224,.25)}.foxycup-root .kit--bronze{border-color:rgba(201,122,74,.22)}.foxycup-root .kit__jersey{position:relative;width:100%;aspect-ratio:1/1;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.06),transparent 65%);border-radius:8px}.foxycup-root .kit__jersey--hidden{background:repeating-linear-gradient(45deg,rgba(120,130,200,.05) 0 6px,transparent 6px 12px),radial-gradient(circle at 50% 40%,rgba(255,255,255,.04),transparent 65%);border:1px dashed rgba(120,130,200,.25)}.foxycup-root .kit__lock{font-size:clamp(20px,2.2vw,32px);font-weight:900;color:var(--text-faint);letter-spacing:.05em}.foxycup-root .kit__nft-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.foxycup-root .foxycup-loading{flex:1 1 auto;display:flex;align-items:center;justify-content:center;font-size:14px;letter-spacing:.2em;color:var(--text-dim);font-weight:700;text-transform:uppercase}.foxycup-root .kit__shirt{width:78%;height:78%;background:currentColor;--shirt-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M20 18 L38 10 Q50 22 62 10 L80 18 L92 32 L78 42 L74 38 L74 88 Q50 94 26 88 L26 38 L22 42 L8 32 Z' fill='black'/></svg>");-webkit-mask:var(--shirt-mask) center /contain no-repeat;mask:var(--shirt-mask) center /contain no-repeat;filter:drop-shadow(0 4px 10px rgba(0,0,0,.5))}.foxycup-root .kit--gold .kit__shirt{color:#efb429}.foxycup-root .kit--silver .kit__shirt{color:#d6dbe8}.foxycup-root .kit--bronze .kit__shirt{color:#c97a4a}.foxycup-root .kit__tier-badge{position:absolute;top:4px;right:4px;font-size:8px;letter-spacing:.18em;font-weight:800;padding:2px 6px;border-radius:4px;background:rgba(0,0,0,.4);color:var(--text-dim)}.foxycup-root .kit--gold .kit__tier-badge{color:var(--gold);background:rgba(245,197,66,.12)}.foxycup-root .kit--silver .kit__tier-badge{color:var(--silver);background:rgba(201,208,224,.12)}.foxycup-root .kit--bronze .kit__tier-badge{color:var(--bronze);background:rgba(201,122,74,.15)}.foxycup-root .kit--owned{border-color:#4ade80;box-shadow:0 0 0 1px #4ade80,0 4px 20px rgba(74,222,128,.2)}.foxycup-root .kit__meta{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;text-align:center}.foxycup-root .kit__flag{font-size:14px;line-height:1}.foxycup-root .kit__country{font-size:10px;font-weight:800;letter-spacing:.06em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.foxycup-root .kit__country--hidden{color:var(--text-faint);letter-spacing:.3em}.foxycup-root .kit__btn-row{display:flex;width:100%}.foxycup-root .kit__btn{appearance:none;display:flex;align-items:center;justify-content:center;text-decoration:none;width:100%;background:linear-gradient(180deg,#2081e2,#1868b5);border:none;border-radius:6px;padding:5px 0;cursor:pointer;transition:filter .15s ease,transform .15s ease}.foxycup-root .kit__btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.foxycup-root .kit__btn-logo{width:20px;height:20px;object-fit:contain}.foxycup-root .kit__btn--locked,.foxycup-root .kit__btn--locked:hover{background:rgba(120,130,200,.15);color:var(--text-faint);font-size:8px;letter-spacing:.14em;font-weight:800;text-transform:uppercase;cursor:not-allowed;transform:none;filter:none}@media (max-width:900px){.foxycup-root{overflow:visible;min-height:0}.foxycup-root .page{padding:12px;gap:12px}.foxycup-root .topbar{flex-wrap:wrap;gap:12px}.foxycup-root .topbar__progress{width:100%;flex-wrap:wrap}.foxycup-root .weeks{display:flex;flex-direction:column;grid-template-columns:none!important}.foxycup-root .week,.foxycup-root .week--open{background:var(--panel);border-color:var(--border);box-shadow:none}.foxycup-root .week--open{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold-glow)}.foxycup-root .week__header{flex-direction:row;justify-content:space-between;padding:16px}.foxycup-root .week__title{font-size:14px;text-align:left}.foxycup-root .week__label{font-size:11px}.foxycup-root .week--open .week__header .week__count,.foxycup-root .week--open .week__header .week__icon,.foxycup-root .week--open .week__header .week__title{display:inline}.foxycup-root .week__inner{padding:0 14px 16px}.foxycup-root .week__groups{grid-template-columns:1fr}.foxycup-root .group__kits{grid-template-columns:repeat(4,1fr)}}@media (max-width:520px){.foxycup-root .group__kits{grid-template-columns:repeat(2,1fr)}.foxycup-root .brand__sub-inline{display:none}.foxycup-root .progress-pill{padding:6px 14px}}