@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";:root{color-scheme:light;--ink: #1b2327;--line: #e4e6e3;--nav: rgba(255, 255, 250, .96);--green: #0d463c;--green-soft: #e7f1ec;--gold: #d7a949;--shadow: 0 1.5rem 5rem rgba(17, 34, 31, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);background:radial-gradient(circle at 12% 18%,rgba(215,169,73,.18),transparent 24rem),radial-gradient(circle at 82% 2%,rgba(13,70,60,.14),transparent 28rem),linear-gradient(135deg,#fffdf7,#edf4ef);font-family:IBM Plex Sans,sans-serif}button,a{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:1rem}.premium-nav{position:sticky;top:1rem;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:4.8rem;padding:.55rem 1rem;border:1px solid rgba(13,70,60,.08);border-radius:.9rem;background:var(--nav);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;justify-content:center;width:4.1rem;height:3.6rem;border-radius:.8rem;background:linear-gradient(145deg,#fffef8,var(--green-soft));border:1px solid rgba(13,70,60,.1)}.brand img{width:3rem;height:3rem;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;gap:.25rem;min-width:0}.nav-item{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:1.35rem 1.15rem;align-items:center;justify-items:center;column-gap:.1rem;min-width:4.2rem;min-height:3.35rem;padding:.25rem .45rem;border-radius:.65rem;color:#50585a;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.nav-item svg:first-child{grid-column:1 / -1;color:#697174}.nav-item span{grid-column:1 / -1;max-width:6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:600;line-height:1}.nav-item .chevron{position:absolute;right:.15rem;bottom:.68rem;color:#8a9192}.nav-item:hover{transform:translateY(-1px);background:#0d463c0f;color:var(--green)}.nav-item:hover svg,.nav-item.active svg{color:currentColor}.nav-item.active{color:var(--gold)}.nav-item.active:after{content:"";position:absolute;bottom:.28rem;width:1.4rem;height:.18rem;border-radius:999px;background:var(--gold)}.account-zone{display:flex;align-items:center;gap:.8rem}.wallet-pill{display:inline-flex;align-items:center;gap:.7rem;min-height:2.8rem;padding:0 1rem;border:0;border-radius:.55rem;background:var(--green);color:#fff;font-weight:700;letter-spacing:0;box-shadow:0 .9rem 2rem #0d463c2e}.notification,.avatar,.mobile-toggle{display:inline-grid;place-items:center;border:1px solid var(--line);background:#fffefa;color:var(--gold)}.notification{width:2.8rem;height:2.8rem;border-radius:999px}.avatar{width:3rem;height:3rem;border:0;border-radius:999px;background:var(--gold);color:#fff;font-weight:800}.mobile-toggle{display:none;width:2.8rem;height:2.8rem;border-radius:.7rem}.premium-stage{display:grid;place-items:center;min-height:calc(100vh - 7rem)}.stage-mark{display:grid;place-items:center;width:min(22rem,62vw);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,250,.78),rgba(255,255,250,.18) 62%,transparent 63%);opacity:.18}.stage-mark img{width:62%;height:62%;object-fit:contain}@media(max-width:1180px){.premium-nav{grid-template-columns:auto auto 1fr}.mobile-toggle{display:inline-grid}.nav-links{position:absolute;top:calc(100% + .7rem);left:0;right:0;display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.75rem;border:1px solid rgba(13,70,60,.08);border-radius:.9rem;background:var(--nav);box-shadow:var(--shadow)}.nav-links.open{display:grid}.account-zone{justify-self:end}}@media(max-width:700px){.app-shell{padding:.65rem}.premium-nav{top:.65rem;grid-template-columns:auto auto auto;justify-content:space-between;min-height:4.4rem;padding:.45rem}.brand{width:3.4rem;height:3.2rem}.brand img{width:2.45rem;height:2.45rem}.wallet-pill span{display:none}.wallet-pill,.notification,.avatar{width:2.55rem;height:2.55rem;min-height:2.55rem;padding:0}.account-zone{gap:.45rem}.nav-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
