@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  color-scheme:light;
  --hub-bg:#eef1f0;
  --hub-bg-2:#e7ebea;
  --hub-surface:#ffffff;
  --hub-surface-2:#f7f9f8;
  --hub-surface-3:#edf4f3;
  --hub-ink:#151a1b;
  --hub-ink-2:#293031;
  --hub-muted:#697473;
  --hub-muted-2:#8b9493;
  --hub-line:#d8dfdd;
  --hub-line-strong:#c7d0ce;
  --hub-nav:#202627;
  --hub-nav-2:#171c1d;
  --hub-nav-line:#343b3c;
  --hub-aqua:#54d9d3;
  --hub-aqua-strong:#2fc5bf;
  --hub-aqua-soft:#dcf8f6;
  --hub-aqua-ink:#0b5552;
  --hub-green:#2ba86f;
  --hub-green-soft:#def5e9;
  --hub-red:#d75656;
  --hub-red-soft:#fbe5e5;
  --hub-amber:#e7a338;
  --hub-amber-soft:#fff1d8;
  --hub-blue:#4b80e8;
  --hub-blue-soft:#e6eefc;
  --hub-shadow:0 1px 2px rgba(20,27,27,.05),0 10px 28px rgba(20,27,27,.055);
  --hub-shadow-lg:0 22px 60px rgba(12,18,18,.16);
  --hub-radius-xs:8px;
  --hub-radius-sm:12px;
  --hub-radius:16px;
  --hub-radius-lg:22px;
  --hub-shell:1220px;
  --hub-header-h:68px;
}

html[data-theme="dark"]{
  color-scheme:dark;
  --hub-bg:#111617;
  --hub-bg-2:#0d1112;
  --hub-surface:#1a2021;
  --hub-surface-2:#202728;
  --hub-surface-3:#1d2929;
  --hub-ink:#f7f9f8;
  --hub-ink-2:#d8dfde;
  --hub-muted:#9ca8a6;
  --hub-muted-2:#7b8584;
  --hub-line:#303839;
  --hub-line-strong:#3b4545;
  --hub-nav:#0d1112;
  --hub-nav-2:#090c0d;
  --hub-nav-line:#2a3132;
  --hub-aqua-soft:#163d3b;
  --hub-aqua-ink:#a8efeb;
  --hub-green-soft:#17372a;
  --hub-red-soft:#402123;
  --hub-amber-soft:#41321a;
  --hub-blue-soft:#1e2d4b;
  --hub-shadow:0 1px 2px rgba(0,0,0,.2),0 12px 30px rgba(0,0,0,.18);
  --hub-shadow-lg:0 26px 70px rgba(0,0,0,.42);
}

*{box-sizing:border-box}
html{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--hub-bg);-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}
body{margin:0;background:var(--hub-bg);color:var(--hub-ink);font-family:inherit;font-size:15px;line-height:1.45;min-height:100vh;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit;color:inherit}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{display:block;flex:0 0 auto}
[hidden]{display:none!important}

.hub-app{min-height:100vh;background:var(--hub-bg)}
.hub-shell{width:min(var(--hub-shell),calc(100% - 40px));margin:0 auto}
.hub-main{padding:30px 0 82px;min-height:calc(100vh - var(--hub-header-h))}

/* Splash-inspired app chrome */
.hub-header{position:sticky;top:0;z-index:100;background:var(--hub-nav);border-bottom:1px solid var(--hub-nav-line);height:var(--hub-header-h);color:#f6f8f8}
.hub-header-inner{width:min(1320px,calc(100% - 36px));height:100%;margin:0 auto;display:flex;align-items:center;gap:26px}
.hub-brand{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:9px;padding:6px 10px;height:43px;min-width:170px;box-shadow:0 1px 0 rgba(255,255,255,.08)}
.hub-brand img{width:auto;height:30px;max-width:160px;object-fit:contain}
.hub-nav{height:100%;display:flex;align-items:stretch;gap:2px;flex:1;min-width:0}
.hub-nav a{position:relative;display:flex;align-items:center;padding:0 15px;color:#b7c0bf;font-size:14px;font-weight:650;white-space:nowrap;transition:.16s ease}
.hub-nav a:hover{color:#fff;background:rgba(255,255,255,.035)}
.hub-nav a.is-active{color:#fff}
.hub-nav a.is-active:after{content:"";position:absolute;left:15px;right:15px;bottom:-1px;height:3px;background:var(--hub-aqua);border-radius:3px 3px 0 0}
.hub-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.hub-create-btn,.hub-icon-btn,.hub-account-btn{border:1px solid var(--hub-nav-line);background:#252c2d;color:#f7f9f8}
.hub-create-btn{height:40px;border-radius:9px;padding:0 13px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:750;white-space:nowrap}
.hub-create-btn:hover{border-color:#566060;background:#2a3233}
.hub-icon-btn{width:40px;height:40px;border-radius:9px;display:grid;place-items:center;cursor:pointer;padding:0}
.hub-icon-btn:hover{border-color:#566060;background:#2a3233}
.hub-icon-btn svg{width:18px;height:18px}
.hub-account{position:relative}
.hub-account-btn{height:44px;border-radius:10px;display:flex;align-items:center;gap:9px;padding:4px 9px 4px 5px;cursor:pointer;max-width:230px}
.hub-account-btn:hover{border-color:#566060;background:#2a3233}
.hub-account-btn>svg{width:15px;height:15px;color:#929d9c}
.hub-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(145deg,#687373,#404949);display:grid;place-items:center;overflow:hidden;color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;flex:0 0 auto;border:1px solid rgba(255,255,255,.16)}
.hub-avatar img{width:100%;height:100%;object-fit:cover}
.hub-account-copy{display:flex;flex-direction:column;min-width:0;text-align:left;line-height:1.17}
.hub-account-copy strong{font-size:12.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:125px}
.hub-account-copy span{font-size:10.5px;color:#9ba6a5;margin-top:3px}
.hub-menu{position:absolute;right:0;top:52px;width:276px;border:1px solid var(--hub-line);border-radius:14px;background:var(--hub-surface);box-shadow:var(--hub-shadow-lg);padding:8px;color:var(--hub-ink);display:none;z-index:220}
.hub-menu.is-open{display:block;animation:hub-menu-in .13s ease-out}
@keyframes hub-menu-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.hub-menu-user{display:flex;align-items:center;gap:10px;padding:10px 9px 12px;margin-bottom:5px;border-bottom:1px solid var(--hub-line)}
.hub-menu-user .hub-avatar{width:40px;height:40px}
.hub-menu-user>div{display:flex;flex-direction:column;min-width:0}
.hub-menu-user strong{font-size:13px}
.hub-menu-user span{font-size:11px;color:var(--hub-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hub-menu>a,.hub-menu-item{width:100%;display:flex;align-items:center;gap:10px;min-height:40px;padding:8px 10px;border:0;border-radius:8px;background:none;color:var(--hub-ink-2);font-size:12.5px;font-weight:600;text-align:left;cursor:pointer}
.hub-menu>a:hover,.hub-menu-item:hover{background:var(--hub-surface-2);color:var(--hub-ink)}
.hub-menu>a svg,.hub-menu-item svg{width:17px;height:17px;color:var(--hub-muted)}
.hub-menu>a.is-danger{color:var(--hub-red)}
.hub-menu>a.is-danger svg{color:currentColor}
.hub-menu-sep{height:1px;background:var(--hub-line);margin:6px 4px}

.hub-mobile-nav{display:none}

/* Page rhythm */
.hub-page-head,.hub-manage-hero,.hub-picks-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.hub-page-head>div:first-child,.hub-manage-hero>div:first-child,.hub-picks-hero>div:first-child{min-width:0}
.hub-page-head h1,.hub-manage-hero h1,.hub-picks-hero h1,.hub-contest-hero h1,.auth-title{margin:5px 0 6px;font-size:30px;line-height:1.08;letter-spacing:-.035em;font-weight:800;color:var(--hub-ink)}
.hub-page-head p,.hub-manage-hero p,.hub-picks-hero p,.hub-contest-hero p{margin:0;color:var(--hub-muted);font-size:13.5px;max-width:680px}
.hub-page-kicker{display:flex;align-items:center;gap:7px;color:var(--hub-muted);font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.hub-page-kicker .dot{width:7px;height:7px;border-radius:50%;background:var(--hub-aqua)}
.hub-page-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.hub-section{margin-top:24px}
.hub-section:first-child{margin-top:0}
.hub-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:11px}
.hub-section-head h2{font-size:17px;line-height:1.2;letter-spacing:-.015em;margin:0;color:var(--hub-ink);font-weight:760}
.hub-section-head p{margin:4px 0 0;color:var(--hub-muted);font-size:12.5px}
.hub-text-link{display:inline-flex;align-items:center;gap:5px;color:var(--hub-ink-2);font-size:12px;font-weight:700;white-space:nowrap}
.hub-text-link:hover{color:var(--hub-aqua-strong)}
.hub-text-link svg{width:15px;height:15px}

/* App tabs */
.hub-tabs{display:inline-flex;align-items:center;background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:10px;padding:3px;box-shadow:0 1px 1px rgba(17,23,23,.03)}
.hub-tab{border:0;background:transparent;border-radius:7px;min-height:32px;padding:6px 13px;color:var(--hub-muted);font-size:12px;font-weight:700;cursor:pointer}
.hub-tab:hover{color:var(--hub-ink)}
.hub-tab.is-active{background:var(--hub-nav);color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.12)}

/* Buttons */
.hub-btn{min-height:40px;border:1px solid var(--hub-line-strong);border-radius:9px;background:var(--hub-surface);color:var(--hub-ink);display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;font-size:12.5px;font-weight:750;cursor:pointer;transition:.15s ease;white-space:nowrap}
.hub-btn:hover{transform:translateY(-1px);border-color:#aeb9b7;box-shadow:0 4px 12px rgba(18,25,25,.07)}
.hub-btn svg{width:16px;height:16px}
.hub-btn-primary,.hub-btn-brand{background:var(--hub-aqua);border-color:var(--hub-aqua);color:#0a2b2a}
.hub-btn-primary:hover,.hub-btn-brand:hover{background:#63e4de;border-color:#63e4de}
.hub-btn-ghost{background:transparent}
.hub-btn-danger{background:var(--hub-red);border-color:var(--hub-red);color:#fff}
.hub-btn-sm{min-height:34px;padding:6px 11px;font-size:11.5px;border-radius:8px}
.hub-btn-block{width:100%}
.hub-create-fab{position:fixed;right:22px;bottom:28px;z-index:90}

/* Shared cards */
.hub-card,.hub-panel{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:var(--hub-radius);box-shadow:var(--hub-shadow)}
.hub-card{padding:18px}
.hub-panel{padding:15px}
.hub-card-heading{font-size:16px;font-weight:750;margin:0 0 5px}
.hub-card-sub{font-size:12.5px;color:var(--hub-muted);margin:0}
.hub-card-icon{width:36px;height:36px;border-radius:10px;background:var(--hub-aqua-soft);color:var(--hub-aqua-ink);display:grid;place-items:center;margin-bottom:12px}
.hub-card-icon svg{width:18px;height:18px}
.hub-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.hub-panel-head h3{font-size:13px;margin:0;font-weight:750}
.hub-panel-head>span{font-size:10.5px;color:var(--hub-muted);background:var(--hub-surface-2);border:1px solid var(--hub-line);border-radius:999px;padding:4px 7px}

/* Needs action */
.hub-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hub-action-card{min-height:78px;background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:13px;padding:11px 11px 11px 12px;display:flex;align-items:center;gap:11px;box-shadow:0 1px 2px rgba(18,25,25,.035)}
.hub-action-card.is-urgent{border-left:4px solid var(--hub-aqua);padding-left:9px}
.hub-action-card:hover{border-color:var(--hub-line-strong)}
.hub-action-icon{width:36px;height:36px;border-radius:9px;background:var(--hub-surface-3);display:grid;place-items:center;color:var(--hub-ink-2);flex:0 0 auto}
.hub-action-card.is-urgent .hub-action-icon{background:var(--hub-aqua-soft);color:var(--hub-aqua-ink)}
.hub-action-icon svg{width:18px;height:18px}
.hub-action-copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.hub-action-copy strong{font-size:12.5px;font-weight:750;line-height:1.25}
.hub-action-copy span{font-size:11.5px;color:var(--hub-muted);line-height:1.35}
.hub-action-go{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--hub-surface-2);color:var(--hub-muted)}
.hub-action-go svg{width:15px;height:15px}

/* Contest hub cards */
.hub-contest-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px;align-items:start}
.hub-contest-list{display:grid;gap:9px}
.hub-contest-card{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(18,25,25,.04);position:relative;transition:.16s ease}
.hub-contest-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent}
.hub-contest-card:hover{border-color:#bec8c6;box-shadow:0 8px 24px rgba(18,25,25,.07);transform:translateY(-1px)}
.hub-contest-card.is-celebrate:before{background:var(--hub-green)}
.hub-contest-card-inner{display:grid;grid-template-columns:48px minmax(0,1fr) minmax(160px,220px) auto;gap:13px;align-items:center;padding:14px 15px;color:inherit}
.hub-sport-mark{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#1b2223;color:#fff}
.hub-sport-mark svg{width:20px;height:20px}
.hub-sport-mark.is-football{background:#173c35;color:#7ae4c6}
.hub-sport-mark.is-basketball{background:#4a3020;color:#f3b26f}
.hub-sport-mark.is-hockey{background:#1e3444;color:#84c7ef}
.hub-sport-mark.is-nascar{background:#1d2325;color:#f2b64a}
.hub-contest-meta{min-width:0}
.hub-contest-labels{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:3px;color:var(--hub-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.055em}
.hub-status-dot{display:inline-flex;align-items:center;gap:5px}
.hub-status-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hub-muted-2)}
.hub-status-dot.is-live:before{background:var(--hub-green);box-shadow:0 0 0 3px var(--hub-green-soft)}
.hub-status-dot.is-upcoming:before{background:var(--hub-blue)}
.hub-status-dot.is-final:before{background:var(--hub-muted-2)}
.hub-contest-title{font-size:14.5px;font-weight:760;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hub-contest-sub{font-size:11.5px;color:var(--hub-muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hub-contest-progress{min-width:0}
.hub-contest-progress strong{display:block;font-size:11.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hub-contest-progress span{display:block;color:var(--hub-muted);font-size:10.5px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hub-progress{height:5px;background:var(--hub-bg-2);border-radius:999px;overflow:hidden;margin-top:7px}
.hub-progress>span{height:100%;display:block;background:var(--hub-aqua);border-radius:inherit}
.hub-progress-text{margin-top:4px;color:var(--hub-muted);font-size:9.5px}
.hub-contest-right{display:flex;align-items:center;gap:9px;justify-content:flex-end;text-align:right}
.hub-rank{min-width:54px}
.hub-rank strong{display:block;font-size:15px;font-weight:800;letter-spacing:-.02em}
.hub-rank span{font-size:9.5px;color:var(--hub-muted)}
.hub-rank-change{display:inline-flex;align-items:center;gap:2px;font-size:10px;font-weight:800;margin-top:2px}
.hub-rank-change.is-up{color:var(--hub-green);animation:hub-rank-pop .7s ease-out}
.hub-rank-change.is-down{color:var(--hub-red)}
@keyframes hub-rank-pop{0%{transform:translateY(4px);opacity:.2}55%{transform:translateY(-2px)}100%{transform:none;opacity:1}}

/* Sidebar feeds */
.hub-side-stack{display:grid;gap:12px}
.hub-feed{display:grid}
.hub-feed-item{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:11px 0;border-top:1px solid var(--hub-line)}
.hub-feed-item:first-child{border-top:0;padding-top:2px}
.hub-feed-icon{width:30px;height:30px;border-radius:8px;background:var(--hub-surface-2);display:grid;place-items:center;color:var(--hub-muted)}
.hub-feed-icon svg{width:15px;height:15px}
.hub-feed-copy{min-width:0}
.hub-feed-copy strong{display:block;font-size:11.5px;font-weight:720;line-height:1.3}
.hub-feed-copy p{margin:2px 0 0;color:var(--hub-muted);font-size:10.5px;line-height:1.45}
.hub-feed-copy time{display:block;margin-top:4px;color:var(--hub-muted-2);font-size:9.5px}
.hub-announcement{padding:10px 0;border-top:1px solid var(--hub-line)}
.hub-announcement:first-of-type{border-top:0}
.hub-announcement small{display:block;color:var(--hub-muted);font-size:9.5px;margin-bottom:3px}
.hub-announcement strong{font-size:11.5px;display:block}
.hub-announcement p{font-size:10.5px;color:var(--hub-muted);margin:3px 0 0;line-height:1.45}

/* Discover */
.hub-filter-row,.hub-chip-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.hub-chip{min-height:34px;border-radius:999px;border:1px solid var(--hub-line);background:var(--hub-surface);padding:6px 11px;font-size:11.5px;font-weight:700;color:var(--hub-muted);cursor:pointer;display:inline-flex;align-items:center;gap:5px}
.hub-chip:hover,.hub-chip.is-active{color:var(--hub-ink);border-color:#9ea9a7;background:var(--hub-surface-2)}
.hub-chip.is-active{box-shadow:inset 0 0 0 1px var(--hub-ink)}
.hub-discover-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.hub-discover-card{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:14px;padding:14px;display:flex;flex-direction:column;min-height:185px;box-shadow:0 1px 2px rgba(18,25,25,.035)}
.hub-discover-card:hover{border-color:#b6c1bf;box-shadow:0 8px 22px rgba(18,25,25,.06)}
.hub-discover-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.hub-discover-card h3{font-size:14px;line-height:1.25;margin:12px 0 4px;font-weight:760}
.hub-discover-card p{font-size:11px;line-height:1.5;color:var(--hub-muted);margin:0;flex:1}
.hub-discover-stat{font-size:10px;color:var(--hub-muted);padding:4px 7px;border-radius:999px;background:var(--hub-surface-2);border:1px solid var(--hub-line)}
.hub-discover-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:13px;padding-top:10px;border-top:1px solid var(--hub-line);font-size:10.5px;color:var(--hub-muted)}

/* Contest destination */
.hub-back-row{margin-bottom:11px}
.hub-back-link{display:inline-flex;align-items:center;gap:6px;color:var(--hub-muted);font-size:11.5px;font-weight:650}
.hub-back-link:hover{color:var(--hub-ink)}
.hub-back-link svg{width:15px;height:15px}
.hub-contest-hero{background:var(--hub-nav);color:#fff;border-radius:18px 18px 0 0;border:1px solid var(--hub-nav-line);padding:22px 22px 0;overflow:hidden;position:relative}
.hub-contest-hero:after{content:"";position:absolute;width:250px;height:250px;right:-100px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(84,217,211,.19),rgba(84,217,211,0) 68%);pointer-events:none}
.hub-contest-hero-main{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;position:relative;z-index:1;padding-bottom:20px}
.hub-contest-hero-title{display:flex;align-items:flex-start;gap:13px;min-width:0}
.hub-contest-hero .hub-sport-mark{background:#2b3334;border:1px solid #3a4445}
.hub-contest-hero h1{color:#fff;margin:3px 0 5px;font-size:27px}
.hub-contest-hero p{color:#aeb8b7;font-size:12px}
.hub-contest-hero .hub-page-kicker{color:#8f9a99}
.hub-contest-hero-actions{display:flex;gap:8px;align-items:center;position:relative;z-index:1}
.hub-contest-hero .hub-btn-ghost{color:#fff;border-color:#4a5555;background:#272e2f}
.hub-contest-tabs{display:flex;align-items:center;gap:4px;position:relative;z-index:1;overflow-x:auto;scrollbar-width:none}
.hub-contest-tabs::-webkit-scrollbar{display:none}
.hub-contest-tabs a{position:relative;color:#9ba6a5;font-size:11.5px;font-weight:700;padding:12px 11px 13px;white-space:nowrap}
.hub-contest-tabs a:hover{color:#fff}
.hub-contest-tabs a.is-active{color:#fff}
.hub-contest-tabs a.is-active:after{content:"";position:absolute;left:9px;right:9px;bottom:0;height:3px;background:var(--hub-aqua);border-radius:3px 3px 0 0}
.hub-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;margin-top:14px;align-items:start}
.hub-manage-action{background:var(--hub-surface-2);border:1px solid var(--hub-line);border-radius:11px;padding:11px;display:flex;flex-direction:column;gap:2px}
.hub-manage-action .hub-action-icon{width:30px;height:30px;margin-bottom:5px}
.hub-manage-action strong{font-size:13.5px}
.hub-manage-action span{font-size:10.5px;color:var(--hub-muted)}
.hub-status{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:999px;font-size:9.5px;font-weight:800;background:var(--hub-surface-2);border:1px solid var(--hub-line);color:var(--hub-muted)}
.hub-status.is-live{background:var(--hub-green-soft);border-color:transparent;color:var(--hub-green)}
.hub-status.is-open{background:var(--hub-aqua-soft);border-color:transparent;color:var(--hub-aqua-ink)}
.hub-status.is-final{background:var(--hub-surface-2);color:var(--hub-muted)}

/* Podium / leaders */
.hub-podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:end;margin-top:13px}
.hub-podium-place{border:1px solid var(--hub-line);background:var(--hub-surface-2);border-radius:11px;min-height:112px;padding:11px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.hub-podium-place.is-first{min-height:128px;background:linear-gradient(180deg,var(--hub-aqua-soft),var(--hub-surface));border-color:#bdebe8}
.hub-podium-avatar,.hub-champion-avatar{width:38px;height:38px;border-radius:50%;background:var(--hub-nav);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;margin-bottom:7px}
.hub-podium-place strong{font-size:11.5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hub-podium-place>span:not(.hub-podium-rank){font-size:10px;color:var(--hub-muted)}
.hub-podium-rank{position:absolute;top:7px;right:7px;font-size:9px;font-weight:800;color:var(--hub-muted)}
.hub-podium-place.is-first .hub-podium-rank{color:var(--hub-aqua-ink)}

/* Lists / standings */
.hub-list{border-top:1px solid var(--hub-line)}
.hub-list-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;border-bottom:1px solid var(--hub-line);padding:8px 2px}
.hub-list-rank{font-size:12px;font-weight:800;color:var(--hub-muted)}
.hub-list-name{min-width:0}
.hub-list-name strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hub-list-name span{display:block;font-size:10px;color:var(--hub-muted);margin-top:2px}
.hub-list-value{text-align:right}
.hub-list-value strong{display:block;font-size:12px}
.hub-list-value span{display:block;font-size:9.5px;color:var(--hub-muted);margin-top:2px}

/* Picks */
.hub-picks-hero{align-items:flex-end}
.hub-week-strip{display:flex;gap:7px;overflow-x:auto;padding-bottom:4px;margin-bottom:13px;scrollbar-width:none}
.hub-week-strip::-webkit-scrollbar{display:none}
.hub-week{min-width:98px;border:1px solid var(--hub-line);background:var(--hub-surface);border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:2px}
.hub-week strong{font-size:10.5px}
.hub-week span{font-size:9px;color:var(--hub-muted)}
.hub-week.is-active{border-color:var(--hub-nav);box-shadow:inset 0 0 0 1px var(--hub-nav)}
.hub-pick-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;align-items:start}
.hub-matchups{display:grid;gap:9px}
.hub-matchup{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:13px;padding:12px;box-shadow:0 1px 2px rgba(18,25,25,.03)}
.hub-matchup-head{display:flex;justify-content:space-between;gap:10px;color:var(--hub-muted);font-size:9.5px;font-weight:650;margin-bottom:8px}
.hub-team-choice{display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--hub-line);border-radius:10px;padding:9px 10px;margin-top:6px;cursor:pointer;transition:.12s ease;background:var(--hub-surface)}
.hub-team-choice:hover{border-color:#aeb9b7}
.hub-team-choice.is-selected{border-color:var(--hub-aqua-strong);background:var(--hub-aqua-soft);box-shadow:inset 0 0 0 1px var(--hub-aqua-strong)}
.hub-team-choice.is-disabled{opacity:.55;cursor:default}
.hub-team-logo{width:36px;height:36px;border-radius:8px;background:var(--hub-nav);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800}
.hub-team-info{display:flex;flex-direction:column;min-width:0}
.hub-team-info strong{font-size:11.5px}
.hub-team-info span{font-size:9.5px;color:var(--hub-muted);margin-top:2px}
.hub-radio{width:18px;height:18px;border:1.5px solid var(--hub-line-strong);border-radius:50%;display:grid;place-items:center;background:var(--hub-surface)}
.hub-team-choice.is-selected .hub-radio{border:5px solid var(--hub-aqua-strong)}
.hub-confidence{margin-top:8px;display:flex;justify-content:flex-end}
.hub-confidence label{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--hub-muted)}
.hub-confidence .hub-input{width:74px}
.hub-sticky-card{position:sticky;top:calc(var(--hub-header-h) + 16px)}
.hub-mini-rule{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--hub-line);padding:9px 0;font-size:10.5px}
.hub-mini-rule span{color:var(--hub-muted)}
.hub-mini-rule strong{text-align:right}
.hub-lock-seal{display:flex;align-items:center;gap:7px;color:var(--hub-muted);font-size:10px;margin-top:10px}
.hub-used-chip{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:var(--hub-surface-2);color:var(--hub-muted);font-size:9.5px;font-weight:700}

/* Bracket */
.hub-bracket-wrap{overflow-x:auto;padding-bottom:10px}
.hub-bracket{display:flex;gap:24px;min-width:max-content;align-items:stretch}
.hub-bracket-round{width:218px;display:flex;flex-direction:column;justify-content:space-around;gap:13px}
.hub-bracket-round-head{position:sticky;top:0;font-size:11px;font-weight:800;color:var(--hub-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--hub-bg);padding:3px 0 7px;z-index:2}
.hub-bracket-game{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:10px;overflow:hidden;box-shadow:0 1px 1px rgba(18,25,25,.03)}
.hub-bracket-team{display:flex;align-items:center;gap:7px;padding:8px 9px;border-top:1px solid var(--hub-line);font-size:10.5px;cursor:pointer;min-height:38px}
.hub-bracket-team:first-child{border-top:0}
.hub-bracket-team:hover{background:var(--hub-surface-2)}
.hub-bracket-team.is-selected{background:var(--hub-aqua-soft);color:var(--hub-aqua-ink);font-weight:800}
.hub-bracket-seed{width:18px;color:var(--hub-muted);font-size:9px;text-align:center}

/* Football squares */
.hub-squares-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}
.hub-square-grid-wrap{overflow:auto;background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:14px;padding:10px}
.hub-square-grid{display:grid;grid-template-columns:42px repeat(10,minmax(54px,1fr));min-width:660px;border-left:1px solid var(--hub-line);border-top:1px solid var(--hub-line)}
.hub-square-cell{min-height:54px;border-right:1px solid var(--hub-line);border-bottom:1px solid var(--hub-line);display:flex;align-items:center;justify-content:center;text-align:center;padding:4px;font-size:9.5px;position:relative;background:var(--hub-surface)}
.hub-square-cell.is-head{background:var(--hub-nav);color:#fff;font-weight:800;font-size:11px}
.hub-square-cell.is-available{cursor:pointer;background:var(--hub-surface)}
.hub-square-cell.is-available:hover{background:var(--hub-aqua-soft)}
.hub-square-cell.is-selected{background:var(--hub-aqua);color:#102a29;font-weight:800}
.hub-square-cell.is-mine{background:var(--hub-green-soft);color:#136441;font-weight:800}
.hub-square-cell.is-taken{background:var(--hub-surface-2);color:var(--hub-muted)}
.hub-square-cell input{position:absolute;opacity:0;pointer-events:none}

/* Commissioner hub */
.hub-manage-hero{align-items:center;background:var(--hub-nav);border-radius:16px;padding:20px 21px;color:#fff;border:1px solid var(--hub-nav-line);margin-bottom:14px}
.hub-manage-hero h1{color:#fff;font-size:25px;margin-top:4px}
.hub-manage-hero p{color:#aab5b4}
.hub-manage-hero .hub-page-kicker{color:#8f9a99}
.hub-manage-hero .hub-btn-ghost{color:#fff;border-color:#4b5656;background:#272f30}
.hub-manage-nav{display:flex;gap:4px;overflow-x:auto;background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:11px;padding:4px;margin-bottom:20px;scrollbar-width:none}
.hub-manage-nav::-webkit-scrollbar{display:none}
.hub-manage-nav a{display:flex;align-items:center;gap:6px;min-height:34px;padding:6px 11px;border-radius:8px;color:var(--hub-muted);font-size:11.5px;font-weight:700;white-space:nowrap}
.hub-manage-nav a svg{width:15px;height:15px}
.hub-manage-nav a.is-active{background:var(--hub-nav);color:#fff}
.hub-manage-contest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.hub-manage-contest{display:grid;grid-template-columns:40px minmax(0,1fr) 28px;align-items:center;gap:10px;background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:12px;padding:11px;min-height:76px}
.hub-manage-contest:hover{border-color:#b6c1bf}
.hub-manage-contest .hub-sport-mark{width:38px;height:38px;border-radius:9px}
.hub-manage-contest-copy{display:flex;flex-direction:column;min-width:0}
.hub-manage-contest-copy small{font-size:8.5px;color:var(--hub-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:700}
.hub-manage-contest-copy strong{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
.hub-manage-contest-copy span{font-size:9.5px;color:var(--hub-muted);margin-top:2px}
.hub-count-pill{min-width:25px;height:25px;border-radius:999px;display:grid;place-items:center;background:var(--hub-nav);color:#fff;font-size:10px;font-weight:800}
.hub-activity-list{display:grid}
.hub-activity-row{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:10px 0;border-top:1px solid var(--hub-line)}
.hub-activity-row:first-child{border-top:0}
.hub-activity-copy{min-width:0}
.hub-activity-meta{display:flex;justify-content:space-between;gap:12px;color:var(--hub-muted);font-size:9px;margin-bottom:2px}
.hub-activity-copy strong{font-size:11px;display:block}
.hub-activity-copy p{font-size:10px;color:var(--hub-muted);margin:2px 0 0}

/* Create contest wizard */
.hub-wizard{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:start}
.hub-wizard-side{position:sticky;top:calc(var(--hub-header-h) + 16px)}
.hub-wizard-steps{display:grid;gap:4px}
.hub-wizard-step{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center;border-radius:9px;padding:7px 8px;color:var(--hub-muted)}
.hub-wizard-step span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--hub-surface-2);border:1px solid var(--hub-line);font-size:9px;font-weight:800}
.hub-wizard-step strong{font-size:11px}
.hub-wizard-step.is-active{background:var(--hub-aqua-soft);color:var(--hub-aqua-ink)}
.hub-wizard-step.is-active span{background:var(--hub-aqua);border-color:var(--hub-aqua);color:#0b3836}
.hub-format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.hub-format-option{border:1px solid var(--hub-line);background:var(--hub-surface);border-radius:12px;padding:13px;cursor:pointer;display:flex;align-items:flex-start;gap:10px;transition:.12s ease}
.hub-format-option:hover,.hub-format-option.is-selected{border-color:var(--hub-aqua-strong);box-shadow:inset 0 0 0 1px var(--hub-aqua-strong)}
.hub-format-option.is-selected{background:var(--hub-aqua-soft)}
.hub-format-option input{position:absolute;opacity:0}
.hub-format-option strong{font-size:12px;display:block}
.hub-format-option p{font-size:10.5px;color:var(--hub-muted);margin:3px 0 0;line-height:1.4}
.hub-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hub-field{display:grid;gap:5px}
.hub-field.is-full{grid-column:1/-1}
.hub-field>label,.hub-field>span{font-size:10.5px;font-weight:750;color:var(--hub-ink-2)}
.hub-field small{font-size:9.5px;color:var(--hub-muted)}
.hub-input,.hub-select,.hub-textarea{width:100%;border:1px solid var(--hub-line-strong);background:var(--hub-surface);border-radius:9px;min-height:40px;padding:9px 10px;font-size:12px;outline:none}
.hub-textarea{min-height:92px;resize:vertical}
.hub-input:focus,.hub-select:focus,.hub-textarea:focus{border-color:var(--hub-aqua-strong);box-shadow:0 0 0 3px rgba(84,217,211,.18)}
.hub-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:13px;border-top:1px solid var(--hub-line)}
.hub-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--hub-line);background:var(--hub-surface-2);border-radius:10px;padding:10px}
.hub-switch-row strong{font-size:11px;display:block}
.hub-switch-row span{font-size:9.5px;color:var(--hub-muted);display:block;margin-top:2px}
.hub-switch{position:relative;width:38px;height:22px;flex:0 0 auto}
.hub-switch input{position:absolute;opacity:0}
.hub-switch i{position:absolute;inset:0;border-radius:999px;background:#bfc8c6;transition:.15s}
.hub-switch i:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.15s;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.hub-switch input:checked+i{background:var(--hub-aqua-strong)}
.hub-switch input:checked+i:after{transform:translateX(16px)}

/* Schedule & results */
.hub-period-card{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:13px;overflow:hidden;margin-bottom:10px}
.hub-period-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;background:var(--hub-surface-2);border-bottom:1px solid var(--hub-line)}
.hub-period-head strong{font-size:12px}
.hub-period-head span{font-size:9.5px;color:var(--hub-muted)}
.hub-event-admin{display:grid;grid-template-columns:minmax(0,1fr) 110px 90px auto;gap:9px;align-items:center;padding:10px 13px;border-top:1px solid var(--hub-line)}
.hub-event-admin:first-child{border-top:0}
.hub-event-admin strong{font-size:11px;display:block}
.hub-event-admin small{font-size:9px;color:var(--hub-muted)}
.hub-score-box{display:flex;gap:5px;align-items:center}
.hub-score-box input{width:42px;text-align:center;padding-left:4px;padding-right:4px}

/* Champions */
.hub-champion-hero{background:linear-gradient(135deg,var(--hub-nav),#253332);border:1px solid var(--hub-nav-line);border-radius:18px;padding:22px;color:#fff;display:flex;justify-content:space-between;gap:18px;align-items:center;overflow:hidden;position:relative}
.hub-champion-hero h1{font-size:26px;margin:4px 0 5px;letter-spacing:-.03em}
.hub-champion-hero p{color:#aeb8b7;margin:0;font-size:12px}
.hub-champion-crown{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;background:rgba(84,217,211,.12);color:var(--hub-aqua)}
.hub-champion-crown svg{width:42px;height:42px}
.hub-champion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.hub-champion-card{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:13px;padding:14px;text-align:center}
.hub-champion-rank{font-size:9.5px;font-weight:800;color:var(--hub-muted);text-transform:uppercase;letter-spacing:.05em}

/* Alerts, empty states, notes */
.hub-alert{display:flex;align-items:flex-start;gap:9px;border:1px solid var(--hub-line);background:var(--hub-surface);border-radius:11px;padding:10px 12px;margin-bottom:12px}
.hub-alert>svg{width:18px;height:18px;margin-top:1px}
.hub-alert>div{display:flex;flex-direction:column;gap:2px}
.hub-alert strong{font-size:11.5px}
.hub-alert span{font-size:10.5px;color:var(--hub-muted)}
.hub-alert.is-success{background:var(--hub-green-soft);border-color:transparent;color:#186a48}
.hub-alert.is-error{background:var(--hub-red-soft);border-color:transparent;color:#9f3030}
.hub-alert.is-warning{background:var(--hub-amber-soft);border-color:transparent;color:#805715}
.hub-empty{text-align:center;border:1px dashed var(--hub-line-strong);background:var(--hub-surface);border-radius:13px;padding:30px 18px}
.hub-empty-compact{padding:15px}
.hub-empty-icon{width:40px;height:40px;border-radius:10px;background:var(--hub-surface-2);color:var(--hub-muted);display:grid;place-items:center;margin:0 auto 9px}
.hub-empty-icon svg{width:19px;height:19px}
.hub-empty h3{font-size:13px;margin:0 0 4px}
.hub-empty p{max-width:520px;margin:0 auto;color:var(--hub-muted);font-size:11px;line-height:1.5}
.hub-empty .hub-btn{margin-top:12px}
.hub-note{border-left:3px solid var(--hub-aqua);background:var(--hub-aqua-soft);color:var(--hub-aqua-ink);border-radius:0 9px 9px 0;padding:9px 11px;font-size:10.5px}
.hub-toast{position:fixed;right:20px;bottom:20px;z-index:300;background:var(--hub-nav);color:#fff;border:1px solid var(--hub-nav-line);border-radius:10px;padding:10px 12px;box-shadow:var(--hub-shadow-lg);font-size:11px;max-width:340px;animation:hub-toast .18s ease-out}
@keyframes hub-toast{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Celebration: intentionally restrained */
.hub-celebration{position:relative;overflow:hidden;border:1px solid #bdebe8;background:linear-gradient(100deg,var(--hub-aqua-soft),var(--hub-surface));border-radius:13px;padding:13px 14px;display:flex;align-items:center;gap:11px}
.hub-celebration-icon{width:38px;height:38px;border-radius:10px;background:var(--hub-aqua);color:#0b3836;display:grid;place-items:center}
.hub-celebration strong{font-size:12.5px;display:block}
.hub-celebration span{font-size:10.5px;color:var(--hub-muted)}
.hub-celebration[data-celebrate="1"]:after{content:"";position:absolute;right:18px;top:-22px;width:86px;height:86px;border:2px dashed rgba(47,197,191,.35);border-radius:50%;animation:hub-ring 1.2s ease-out both}
@keyframes hub-ring{from{transform:scale(.5) rotate(0);opacity:1}to{transform:scale(1.4) rotate(25deg);opacity:0}}

/* Rivalries */
.hub-rivalry-hero{display:grid;grid-template-columns:1fr auto 1fr;gap:13px;align-items:center;background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:14px;padding:16px}
.hub-rival-player{text-align:center}
.hub-rival-avatar{width:50px;height:50px;border-radius:50%;background:var(--hub-nav);color:#fff;display:grid;place-items:center;margin:0 auto 7px;font-weight:800}
.hub-rival-player strong{display:block;font-size:12px}
.hub-rival-player span{display:block;font-size:10px;color:var(--hub-muted)}
.hub-versus{font-size:9px;font-weight:850;color:var(--hub-muted);letter-spacing:.1em}

/* Auth */
.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.85fr) minmax(520px,1.15fr);background:var(--hub-bg)}
.auth-brand-pane{background:var(--hub-nav);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:40px;position:relative;overflow:hidden}
.auth-brand-pane:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-260px;top:-170px;background:radial-gradient(circle,rgba(84,217,211,.19),rgba(84,217,211,0) 68%)}
.auth-brand{position:relative;z-index:1;background:#fff;border-radius:10px;padding:7px 12px;display:inline-flex;width:max-content}
.auth-brand img{height:31px;width:auto}
.auth-brand-copy{position:relative;z-index:1;max-width:470px}
.auth-brand-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#8fa09e;font-weight:800}
.auth-brand-copy h2{font-size:38px;line-height:1.05;letter-spacing:-.045em;margin:9px 0 12px}
.auth-brand-copy p{font-size:14px;line-height:1.65;color:#aeb9b7;margin:0}
.auth-brand-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:24px}
.auth-brand-feature{border:1px solid #394344;background:rgba(255,255,255,.025);border-radius:10px;padding:10px;font-size:11px;color:#dce3e2;display:flex;gap:8px;align-items:center}
.auth-brand-feature svg{color:var(--hub-aqua);width:17px;height:17px}
.auth-form-pane{display:flex;align-items:center;justify-content:center;padding:40px 24px}
.auth-card{width:min(430px,100%)}
.auth-title{font-size:29px}
.auth-subtitle{font-size:12.5px;color:var(--hub-muted);margin:0 0 22px}
.auth-form{display:grid;gap:11px}
.auth-divider{display:flex;align-items:center;gap:10px;color:var(--hub-muted);font-size:9.5px;margin:4px 0}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--hub-line);flex:1}
.auth-foot{font-size:11px;color:var(--hub-muted);text-align:center;margin-top:16px}
.auth-foot a{color:var(--hub-ink);font-weight:750}

/* Legacy/admin compatibility: new skin without resurrecting dashboard visuals */
.mnp-section{margin-top:20px}.mnp-panel{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:var(--hub-radius);box-shadow:var(--hub-shadow)}
.mnp-panel-head{padding:14px 16px;border-bottom:1px solid var(--hub-line);display:flex;justify-content:space-between;gap:10px;align-items:center}.mnp-panel-body{padding:16px}
.mnp-panel-title,.mnp-section-heading h2{font-size:15px;font-weight:750;margin:0}.mnp-panel-subtitle,.mnp-section-heading p{font-size:11px;color:var(--hub-muted);margin:3px 0 0}
.mnp-section-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-bottom:10px}.mnp-eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--hub-muted);font-weight:800}
.mnp-grid{display:grid;gap:10px}.mnp-grid-2,.mnp-admin-two{grid-template-columns:repeat(2,minmax(0,1fr))}.mnp-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mnp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.mnp-chip{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:var(--hub-surface-2);border:1px solid var(--hub-line);font-size:9px;font-weight:750;color:var(--hub-muted)}.mnp-chip.is-live{background:var(--hub-green-soft);color:var(--hub-green);border-color:transparent}
.mnp-admin-table-wrap{overflow:auto}.mnp-admin-table{width:100%;border-collapse:collapse;font-size:11px}.mnp-admin-table th,.mnp-admin-table td{padding:9px 8px;border-bottom:1px solid var(--hub-line);text-align:left}.mnp-admin-table th{font-size:9px;color:var(--hub-muted);text-transform:uppercase;letter-spacing:.05em}
.mnp-admin-nav{display:flex;gap:5px;overflow:auto;margin:10px 0 18px}.mnp-admin-nav a{padding:7px 10px;border-radius:8px;font-size:10.5px;font-weight:700;color:var(--hub-muted);background:var(--hub-surface);border:1px solid var(--hub-line)}.mnp-admin-nav a.is-active{background:var(--hub-nav);color:#fff}
.mnp-form-stack{display:grid;gap:11px}.mnp-setting-row,.mnp-permission-option{border:1px solid var(--hub-line);border-radius:10px;padding:10px;background:var(--hub-surface-2)}
.mnp-text-link{font-size:11px;font-weight:700;color:var(--hub-aqua-ink)}

/* Responsive */
@media(max-width:1080px){
  .hub-shell{width:min(var(--hub-shell),calc(100% - 28px))}
  .hub-header-inner{width:calc(100% - 24px);gap:13px}
  .hub-brand{min-width:150px}.hub-brand img{max-width:140px}
  .hub-nav a{padding:0 10px;font-size:12.5px}
  .hub-account-copy{display:none}
  .hub-account-btn{max-width:none;padding-right:7px}
  .hub-contest-layout,.hub-detail-grid{grid-template-columns:minmax(0,1fr) 285px}
  .hub-manage-contest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:860px){
  :root{--hub-header-h:60px}
  .hub-header{height:var(--hub-header-h)}
  .hub-header-inner{width:calc(100% - 20px);gap:8px}
  .hub-brand{height:39px;min-width:132px;padding:5px 8px}.hub-brand img{height:27px;max-width:120px}
  .hub-nav{display:none}
  .hub-create-btn{display:none}
  .hub-header-actions{margin-left:auto}
  .hub-main{padding:20px 0 92px}
  .hub-shell{width:calc(100% - 22px)}
  .hub-mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:9px;right:9px;bottom:max(8px,env(safe-area-inset-bottom));z-index:120;background:var(--hub-nav);border:1px solid var(--hub-nav-line);border-radius:14px;padding:6px;box-shadow:0 14px 40px rgba(0,0,0,.28)}
  .hub-mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;justify-content:center;min-height:48px;border-radius:9px;color:#8e9998;font-size:8.5px;font-weight:700}
  .hub-mobile-nav a svg{width:18px;height:18px}
  .hub-mobile-nav a.is-active{background:#2b3334;color:#fff}
  .hub-mobile-nav a.is-active svg{color:var(--hub-aqua)}
  .hub-page-head,.hub-picks-hero{align-items:flex-start}.hub-page-head h1,.hub-picks-hero h1{font-size:26px}
  .hub-page-actions{justify-content:flex-start}
  .hub-contest-layout,.hub-detail-grid,.hub-pick-layout,.hub-squares-shell{grid-template-columns:1fr}
  .hub-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hub-sticky-card{position:static}
  .hub-contest-card-inner{grid-template-columns:44px minmax(0,1fr) auto}.hub-contest-progress{display:none}
  .hub-action-grid,.hub-discover-row{grid-template-columns:1fr}
  .hub-manage-contest-grid{grid-template-columns:1fr 1fr}
  .hub-wizard{grid-template-columns:1fr}.hub-wizard-side{position:static}.hub-wizard-steps{display:flex;overflow:auto}.hub-wizard-step{min-width:max-content;grid-template-columns:24px auto}.hub-wizard-step span{width:22px;height:22px}
  .auth-shell{grid-template-columns:1fr}.auth-brand-pane{display:none}.auth-form-pane{min-height:100vh;padding:28px 20px}
}

@media(max-width:600px){
  body{font-size:14px}
  .hub-header-actions>.hub-icon-btn:first-of-type{display:none}
  .hub-account-btn>svg{display:none}
  .hub-account-btn{border:0;background:transparent;padding:0}.hub-account-btn:hover{background:transparent}.hub-account-btn .hub-avatar{width:36px;height:36px}
  .hub-menu{position:fixed;left:10px;right:10px;top:66px;width:auto}
  .hub-page-head,.hub-manage-hero,.hub-picks-hero{flex-direction:column;gap:13px;margin-bottom:18px}
  .hub-page-head h1,.hub-picks-hero h1{font-size:24px}.hub-contest-hero h1{font-size:22px}
  .hub-page-head p,.hub-picks-hero p{font-size:12px}
  .hub-tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}
  .hub-tab{padding:6px 7px}
  .hub-section{margin-top:20px}.hub-section-head{align-items:flex-start}.hub-section-head h2{font-size:16px}.hub-section-head p{font-size:11.5px}
  .hub-action-card{padding:10px;min-height:70px}.hub-action-card .hub-btn{display:none}.hub-action-copy strong{font-size:12px}.hub-action-copy span{font-size:10.5px}
  .hub-contest-card-inner{grid-template-columns:38px minmax(0,1fr) auto;padding:12px 11px;gap:9px}.hub-sport-mark{width:36px;height:36px}.hub-sport-mark svg{width:18px;height:18px}.hub-contest-title{font-size:12.5px}.hub-contest-sub{font-size:10px}.hub-contest-labels{font-size:8.5px}.hub-rank strong{font-size:13px}.hub-rank{min-width:42px}
  .hub-side-stack{grid-template-columns:1fr}
  .hub-discover-card{min-height:160px}
  .hub-contest-hero{border-radius:14px 14px 0 0;padding:15px 14px 0}.hub-contest-hero-main{flex-direction:column;padding-bottom:12px}.hub-contest-hero-title{gap:9px}.hub-contest-hero-actions{width:100%}.hub-contest-hero-actions .hub-btn{flex:1}.hub-contest-tabs a{padding:10px 9px 11px;font-size:10.5px}
  .hub-card{padding:14px}.hub-detail-grid{margin-top:10px}.hub-podium{gap:5px}.hub-podium-place{padding:8px;min-height:102px}.hub-podium-place.is-first{min-height:116px}.hub-podium-avatar{width:32px;height:32px}
  .hub-manage-hero{padding:15px;border-radius:13px}.hub-manage-hero h1{font-size:21px}.hub-manage-hero .hub-page-actions{width:100%}.hub-manage-hero .hub-page-actions .hub-btn{flex:1}
  .hub-manage-contest-grid{grid-template-columns:1fr}
  .hub-form-grid,.hub-format-grid{grid-template-columns:1fr}.hub-field.is-full{grid-column:auto}
  .hub-event-admin{grid-template-columns:minmax(0,1fr) auto}.hub-event-admin>:nth-child(2),.hub-event-admin>:nth-child(3){grid-row:2}
  .hub-rivalry-hero{grid-template-columns:1fr}.hub-versus{margin:-3px 0}
  .hub-champion-grid{grid-template-columns:1fr}.hub-champion-hero{padding:17px}.hub-champion-crown{width:62px;height:62px}.hub-champion-crown svg{width:30px;height:30px}
}

/* Ground-up management/detail utilities */
.hub-form-stack{display:grid;gap:10px;margin-top:14px}
.hub-score-form{display:grid;grid-template-columns:64px 64px auto;gap:6px;align-items:center}
.hub-score-form .hub-input{min-height:34px;padding:6px 7px}
.hub-score-box{flex-direction:column;align-items:flex-start;gap:0}
.hub-score-box strong{font-size:13px}.hub-score-box span{font-size:9px;color:var(--hub-muted)}
.hub-copy-row{display:flex;gap:6px;margin-top:12px}.hub-copy-row .hub-input{min-width:0}
.hub-inline-form{display:flex;align-items:center;gap:6px}.hub-inline-form .hub-input{min-height:34px;padding:6px 8px;width:auto;min-width:120px}
.hub-member-list{display:grid}.hub-member-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid var(--hub-line)}.hub-member-row:first-child{border-top:0}.hub-member-row>.hub-avatar{width:34px;height:34px}.hub-member-row>div:nth-child(2){display:grid;min-width:0}.hub-member-row>div:nth-child(2)>strong{font-size:12px}.hub-member-row>div:nth-child(2)>span{font-size:10px;color:var(--hub-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-member-stats{display:flex!important;align-items:center;gap:7px!important}.hub-member-stats>span:not(.hub-status){font-size:10px;color:var(--hub-muted)}
.hub-settings-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:12px}.hub-settings-grid>.is-full{grid-column:1/-1}.hub-settings-grid .hub-switch-row+.hub-switch-row{margin-top:7px}
.hub-bracket-score{display:grid;grid-template-columns:50px 50px auto;gap:5px;padding:7px;border-top:1px solid var(--hub-line)}.hub-bracket-score .hub-input{min-height:31px;padding:5px;text-align:center}
.hub-period-head>div{display:grid;gap:2px}.hub-period-head h3{font-size:13px;margin:0}.hub-period-head>div>small{text-transform:uppercase;letter-spacing:.05em;font-size:8.5px;color:var(--hub-muted)}
.hub-period-card.hub-card{padding:0}.hub-matchups{display:grid}
.hub-form-actions form{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.hub-note{font-size:10px;color:var(--hub-muted);line-height:1.45}

/* Clean data list/table treatment used by People and Delivery Center */
.hub-data-table{width:100%;border-collapse:collapse}.hub-data-table th{text-align:left;color:var(--hub-muted);font-size:9px;text-transform:uppercase;letter-spacing:.055em;font-weight:800;padding:9px 10px;border-bottom:1px solid var(--hub-line);white-space:nowrap}.hub-data-table td{padding:10px;border-bottom:1px solid var(--hub-line);font-size:11px;vertical-align:middle}.hub-data-table tr:last-child td{border-bottom:0}.hub-data-table strong{font-size:11.5px}.hub-data-sub{display:block;color:var(--hub-muted);font-size:9.5px;margin-top:2px}.hub-table-wrap{overflow:auto;border:1px solid var(--hub-line);border-radius:12px;background:var(--hub-surface)}
.hub-metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hub-metric{background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:11px;padding:11px}.hub-metric span{font-size:9.5px;color:var(--hub-muted);display:block}.hub-metric strong{font-size:20px;letter-spacing:-.035em;display:block;margin-top:3px}.hub-metric small{font-size:9px;color:var(--hub-muted)}

/* Browser/account forms */
.hub-profile-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:12px}.hub-profile-avatar{width:78px;height:78px;border-radius:50%;overflow:hidden;background:var(--hub-nav);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:800}.hub-profile-avatar img{width:100%;height:100%;object-fit:cover}.hub-profile-head{display:flex;gap:14px;align-items:center;margin-bottom:16px}.hub-profile-head h2{margin:0;font-size:18px}.hub-profile-head p{margin:3px 0 0;color:var(--hub-muted);font-size:11px}

/* Ground-up authentication shell */
.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);background:var(--hub-bg)}
.auth-brand-pane{position:relative;overflow:hidden;background:var(--hub-nav);color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.auth-brand-pane:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(84,217,211,.22),rgba(84,217,211,0) 68%);right:-180px;top:10%;pointer-events:none}.auth-brand{position:relative;z-index:1;display:inline-flex;background:#fff;border-radius:10px;padding:8px 11px;width:max-content}.auth-brand img{height:34px;width:auto}.auth-brand-copy{position:relative;z-index:1;max-width:460px}.auth-brand-copy small{color:var(--hub-aqua);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.auth-brand-copy h1{font-size:44px;letter-spacing:-.05em;line-height:1.02;margin:10px 0 14px}.auth-brand-copy p{font-size:14px;color:#aeb8b7;max-width:420px}.auth-brand-features{display:grid;gap:8px;margin-top:22px}.auth-brand-feature{display:flex;align-items:center;gap:8px;font-size:12px;color:#dce1e0}.auth-brand-feature span{width:26px;height:26px;border-radius:8px;background:rgba(84,217,211,.13);color:var(--hub-aqua);display:grid;place-items:center}.auth-brand-feature svg{width:14px;height:14px}.auth-form-pane{display:grid;place-items:center;padding:42px 28px}.auth-card{width:min(100%,480px);background:var(--hub-surface);border:1px solid var(--hub-line);border-radius:20px;padding:30px;box-shadow:var(--hub-shadow)}.auth-card.is-wide{width:min(100%,680px)}.auth-title{font-size:28px}.auth-subtitle{color:var(--hub-muted);font-size:12.5px;margin:0 0 22px}.auth-form{display:grid;gap:12px}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-options{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:10.5px;color:var(--hub-muted)}.auth-options label{display:flex;align-items:center;gap:6px}.auth-options a,.auth-foot a{color:var(--hub-aqua-ink);font-weight:700}.auth-foot{text-align:center;color:var(--hub-muted);font-size:11px;margin-top:17px}.auth-legal{display:flex;justify-content:center;gap:15px;font-size:9.5px;color:var(--hub-muted-2);margin-top:16px}.auth-choice{border:1px solid var(--hub-line);background:var(--hub-surface-2);padding:10px;border-radius:10px;display:flex;gap:8px;align-items:flex-start;font-size:10.5px;color:var(--hub-muted)}

@media(max-width:880px){.hub-settings-grid,.hub-profile-layout{grid-template-columns:1fr}.hub-metric-strip{grid-template-columns:repeat(2,1fr)}.hub-member-row{grid-template-columns:34px minmax(0,1fr) auto}.hub-member-stats{display:none!important}.hub-member-row>.hub-inline-form{grid-column:2/-1}.auth-shell{grid-template-columns:1fr}.auth-brand-pane{display:none}.auth-form-pane{padding:24px 16px;min-height:100vh}.auth-card,.auth-card.is-wide{width:min(100%,620px)}}
@media(max-width:600px){.hub-score-form{grid-template-columns:1fr 1fr}.hub-score-form .hub-btn{grid-column:1/-1}.hub-inline-form{grid-column:1/-1!important;margin-left:44px}.hub-metric-strip{grid-template-columns:1fr 1fr}.hub-settings-grid{gap:10px}.auth-card{padding:20px;border-radius:16px}.auth-form-row{grid-template-columns:1fr}}
