
:root{--bg:#050605;--panel:#0c0f0c;--panel2:#111411;--text:#f5f6f1;--muted:#858d85;--line:rgba(255,255,255,.08);--lime:#d1ff19;--red:#ff5e74;--green:#72f05f;--sans:'Inter',system-ui,sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--sans)}button,a{font:inherit}button{color:inherit}.demo-app{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.demo-sidebar{position:sticky;top:0;height:100vh;padding:28px 18px;border-right:1px solid var(--line);background:linear-gradient(180deg,#090b09,#060706);display:flex;flex-direction:column}.demo-brand{display:block;padding:0 8px 28px}.demo-brand img{width:142px;height:auto}.demo-sidebar nav{display:grid;gap:7px}.demo-nav{height:48px;border:0;border-radius:14px;background:transparent;color:#8d958d;display:flex;align-items:center;gap:12px;padding:0 14px;font-weight:700;font-size:13px;cursor:pointer;text-align:left}.demo-nav span{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.025)}.demo-nav:hover{background:rgba(255,255,255,.03);color:#fff}.demo-nav.active{background:rgba(209,255,25,.08);color:#fff}.demo-nav.active span{background:var(--lime);color:#050605}.demo-sidebar-bottom{margin-top:auto;padding:18px 8px 4px;display:grid;gap:15px}.demo-mode-pill{display:inline-flex;align-items:center;gap:8px;color:#b9c0b9;font-size:9px;font-weight:900;letter-spacing:.14em}.demo-mode-pill i,.market-live i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px rgba(209,255,25,.6)}.demo-sidebar-bottom a{color:#6f776f;text-decoration:none;font-size:11px}.demo-sidebar-bottom a:hover{color:#fff}.demo-main{min-width:0;padding:0 34px 50px}.demo-topbar{height:86px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(5,6,5,.84);backdrop-filter:blur(18px);z-index:20}.demo-topbar small,.panel small,.view-heading small{display:block;font-size:9px;letter-spacing:.16em;color:#737b73;font-weight:850}.demo-topbar strong{display:block;margin-top:4px;font-size:18px}.demo-top-actions{display:flex;align-items:center;gap:14px}.market-live{display:inline-flex;align-items:center;gap:8px;font-size:10px;color:#8e968e}.profile-chip{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:#101310;color:var(--lime);font-weight:900}.demo-view{display:none;padding-top:30px;animation:viewIn .48s cubic-bezier(.16,1,.3,1)}.demo-view.active{display:block}@keyframes viewIn{from{opacity:0;transform:translateY(14px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}.panel{border:1px solid var(--line);background:linear-gradient(180deg,#0c0f0c,#090b09);border-radius:22px;box-shadow:0 22px 60px rgba(0,0,0,.22)}.overview-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:14px}.performance-card{padding:24px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel-head h2{font-size:48px;letter-spacing:-.06em;margin:7px 0 0}.panel-head h3{font-size:22px;margin:7px 0 0}.positive{color:var(--green);font-size:12px;font-weight:800}.overview-chart{width:100%;height:220px;margin:24px 0 10px}.performance-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--line);padding-top:18px}.performance-foot span{padding:10px 0}.performance-foot b{display:block;font-size:18px;margin-top:6px}.quick-draft-card{padding:24px;display:flex;flex-direction:column}.text-btn{border:0;background:none;color:#879087;font-size:11px;cursor:pointer}.text-btn:hover{color:var(--lime)}.quick-lineup{display:grid;gap:8px;margin:22px 0}.quick-lineup span{height:54px;border:1px solid var(--line);border-radius:14px;padding:0 12px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;background:#0e110e}.quick-lineup img{width:28px;height:28px;object-fit:contain;border-radius:8px}.quick-lineup b{font-size:12px}.quick-lineup em{font-style:normal;color:var(--green);font-size:11px;font-weight:800}.quick-lineup span.negative em{color:var(--red)}.primary-demo-btn{height:46px;border:0;border-radius:999px;background:var(--lime);color:#050605;font-weight:900;font-size:12px;padding:0 18px;cursor:pointer;transition:.2s}.primary-demo-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(209,255,25,.14)}.quick-draft-card .primary-demo-btn{margin-top:auto}.experience-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:14px;overflow:hidden}.experience-strip>div{padding:20px 22px;border-right:1px solid var(--line)}.experience-strip>div:last-child{border-right:0}.experience-strip span{display:block;color:var(--lime);font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:10px}.experience-strip b{display:block;font-size:13px}.experience-strip small{display:block;color:#757d75;font-size:10px;line-height:1.5;margin-top:6px}.overview-bottom{display:grid;grid-template-columns:1fr .72fr .72fr;gap:14px;margin-top:14px}.market-snapshot,.league-snapshot{padding:24px}.snapshot-list,.mini-leaderboard{display:grid;gap:8px;margin-top:18px}.snapshot-row,.mini-lb-row{min-height:58px;padding:9px 11px;border-bottom:1px solid rgba(255,255,255,.05);display:grid;align-items:center;gap:10px}.snapshot-row{grid-template-columns:34px 1fr auto}.snapshot-row img{width:30px;height:30px;object-fit:contain;border-radius:8px}.snapshot-row p,.mini-lb-row p{margin:0}.snapshot-row b,.mini-lb-row b{display:block;font-size:12px}.snapshot-row small,.mini-lb-row small{font-size:10px;color:#737b73;letter-spacing:0}.snapshot-row em{font-style:normal;font-size:11px;font-weight:850;color:var(--green)}.snapshot-row.negative em{color:var(--red)}.mini-lb-row{grid-template-columns:22px 32px 1fr auto}.mini-lb-row .avatar,.leader-row .avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#66735e,#d0ffb0)}.mini-lb-row em{font-style:normal;color:var(--green);font-size:11px;font-weight:800}.view-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.view-heading h2{font-size:46px;letter-spacing:-.055em;margin:8px 0 8px}.view-heading p{margin:0;color:#808880;font-size:13px}.market-filters{display:flex;gap:7px}.market-filters button{border:1px solid var(--line);background:#0d100d;color:#848c84;border-radius:999px;padding:8px 12px;font-size:10px;cursor:pointer}.market-filters button.active{background:var(--lime);color:#050605;border-color:var(--lime);font-weight:900}.market-table{overflow:hidden}.market-table-head,.market-table-row{display:grid;grid-template-columns:1.4fr .8fr .55fr .5fr;gap:18px;align-items:center;padding:0 20px}.market-table-head{height:48px;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:.13em;color:#6f776f;font-weight:850}.market-table-row{min-height:72px;border-bottom:1px solid rgba(255,255,255,.05);transition:.2s}.market-table-row:last-child{border-bottom:0}.market-table-row:hover{background:rgba(255,255,255,.02)}.market-identity{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:12px}.market-identity img{width:36px;height:36px;object-fit:contain;border-radius:8px}.market-identity b{font-size:13px}.market-identity small{display:block;font-size:10px;color:#737b73;margin-top:3px;letter-spacing:0}.market-price{font-weight:800;font-size:13px}.market-change{font-size:12px;font-weight:850;color:var(--green)}.market-change.negative{color:var(--red)}.market-type{font-size:10px;color:#737b73;text-transform:capitalize}.draft-counter{min-width:116px;height:50px;border:1px solid rgba(209,255,25,.15);background:rgba(209,255,25,.04);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:5px}.draft-counter b{font-size:20px;color:var(--lime)}.draft-counter span{font-size:10px;color:#818981}.draft-workspace{display:grid;grid-template-columns:1fr 310px;gap:14px}.draft-market-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.demo-draft-asset{min-height:80px;border:1px solid var(--line);border-radius:17px;background:#0c0f0c;color:#fff;padding:12px 14px;display:grid;grid-template-columns:28px 38px 1fr auto;gap:10px;align-items:center;text-align:left;cursor:pointer;transition:.2s}.demo-draft-asset:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.16)}.demo-draft-asset.selected{border-color:rgba(209,255,25,.35);background:rgba(209,255,25,.045)}.select-indicator{width:25px;height:25px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:transparent}.demo-draft-asset.selected .select-indicator{background:var(--lime);color:#050605;border-color:var(--lime)}.demo-draft-asset img{width:36px;height:36px;object-fit:contain;border-radius:8px}.demo-draft-asset p{margin:0}.demo-draft-asset b{display:block;font-size:13px}.demo-draft-asset small{display:block;font-size:10px;color:#747c74;margin-top:3px}.demo-draft-asset em{font-style:normal;font-size:10px;color:#7f877f}.draft-summary{padding:22px;height:max-content;position:sticky;top:108px}.draft-summary h3{font-size:24px;margin:7px 0 18px}.selected-lineup{display:grid;gap:8px;min-height:260px}.selected-lineup>p{font-size:12px;color:#747c74;line-height:1.6}.selected-item{height:46px;border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:0 10px}.selected-item img{width:26px;height:26px;object-fit:contain;border-radius:7px}.selected-item b{font-size:11px}.selected-item span{font-size:10px;color:var(--green);font-weight:800}.selected-item.negative span{color:var(--red)}.draft-summary .primary-demo-btn{width:100%;margin-top:16px}.subtle-note{font-size:9px;color:#646c64;text-align:center;line-height:1.5}.league-round{font-size:10px;padding:8px 12px;border-radius:999px;border:1px solid rgba(209,255,25,.14);color:#b4bcb4}.leaderboard{overflow:hidden}.leader-head,.leader-row{display:grid;grid-template-columns:58px 1.3fr .8fr .8fr;gap:16px;align-items:center;padding:0 20px}.leader-head{height:48px;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:.12em;color:#697169;font-weight:850}.leader-row{min-height:70px;border-bottom:1px solid rgba(255,255,255,.05)}.leader-row:last-child{border-bottom:0}.leader-rank{font-size:13px;font-weight:850}.leader-user{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center}.leader-user b{font-size:12px}.leader-user small{display:block;font-size:10px;color:#747c74;letter-spacing:0;margin-top:3px}.leader-return{color:var(--green);font-weight:900;font-size:12px}.leader-tier{font-size:10px;color:#747c74}.demo-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(12px);display:none;place-items:center;padding:18px;z-index:100}.demo-modal.show{display:grid}.demo-modal-card{width:min(420px,100%);padding:36px;border-radius:24px;border:1px solid var(--line);background:#0c0f0c;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.4)}.success-icon{width:54px;height:54px;border-radius:50%;background:var(--lime);color:#050605;display:grid;place-items:center;margin:0 auto 20px;font-size:23px;font-weight:900}.demo-modal-card h2{font-size:40px;letter-spacing:-.05em;margin:8px 0 10px}.demo-modal-card p{color:#818981;font-size:13px;line-height:1.6}.demo-modal-card .primary-demo-btn{width:100%;margin-top:16px}.demo-toast{position:fixed;right:22px;bottom:22px;background:#101310;border:1px solid var(--line);border-radius:14px;padding:13px 16px;font-size:11px;opacity:0;transform:translateY(10px);transition:.25s;pointer-events:none}.demo-toast.show{opacity:1;transform:none}
@media(max-width:1100px){.overview-bottom{grid-template-columns:1fr 1fr}.challenge-card{grid-column:1/-1}.experience-strip{grid-template-columns:1fr 1fr}.experience-strip>div:nth-child(2){border-right:0}.experience-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.profile-stats-grid{grid-template-columns:1fr 1fr}.achievement-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.demo-app{grid-template-columns:82px 1fr}.demo-brand img{width:54px;object-fit:cover;object-position:left}.demo-sidebar{padding:22px 12px}.demo-nav{justify-content:center;padding:0}.demo-nav:not(.active){font-size:0}.demo-nav.active{font-size:0}.demo-nav span{font-size:14px}.demo-sidebar-bottom a{display:none}.demo-mode-pill{font-size:0;justify-content:center}.overview-grid,.overview-bottom,.profile-grid{grid-template-columns:1fr}.draft-workspace{grid-template-columns:1fr}.draft-summary{position:static}.demo-main{padding:0 20px 40px}}
@media(max-width:680px){.profile-hero{align-items:flex-start;flex-direction:column}.profile-actions{width:100%}.profile-actions>*{flex:1}.profile-stats-grid{grid-template-columns:1fr 1fr}.achievement-grid{grid-template-columns:1fr}.experience-strip{grid-template-columns:1fr}.experience-strip>div{border-right:0;border-bottom:1px solid var(--line)!important}.experience-strip>div:last-child{border-bottom:0!important}.your-league-position{grid-template-columns:1fr 1fr}.your-league-position .text-btn{grid-column:1/-1;justify-self:start}.demo-app{display:block}.demo-sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;height:70px;z-index:50;border-right:0;border-top:1px solid var(--line);padding:8px 12px;display:block}.demo-brand,.demo-sidebar-bottom{display:none}.demo-sidebar nav{grid-template-columns:repeat(5,1fr);height:100%}.demo-nav,.demo-nav.active{font-size:0;height:52px}.demo-nav span{font-size:15px}.demo-main{padding:0 14px 90px}.demo-topbar{height:72px}.market-live{display:none}.overview-chart{height:150px}.performance-foot{grid-template-columns:1fr 1fr}.performance-foot span:last-child{grid-column:1/-1}.view-heading{align-items:flex-start;flex-direction:column}.view-heading h2{font-size:38px}.market-filters{overflow:auto;width:100%}.market-table{overflow-x:auto}.market-table-head,.market-table-row{min-width:620px}.draft-market-grid{grid-template-columns:1fr}.demo-toast{left:14px;right:14px;bottom:84px}.panel-head h2{font-size:42px}}

.challenge-card{padding:24px}.challenge-xp{font-size:10px;color:var(--lime);font-weight:900}.challenge-list{display:grid;gap:9px;margin-top:18px}.challenge-item{min-height:52px;border:1px solid var(--line);border-radius:14px;padding:9px 11px;display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center}.challenge-item i{width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-style:normal;color:#6f776f;font-size:11px}.challenge-item.done i{background:var(--lime);color:#050605;border-color:var(--lime);font-weight:900}.challenge-item b{display:block;font-size:11px}.challenge-item small{display:block;font-size:9px;letter-spacing:0;color:#727a72;margin-top:3px}.table-hint{margin:0;padding:11px 20px;border-bottom:1px solid var(--line);color:#667066;font-size:9px}.market-table-row{cursor:pointer}.your-league-position{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px;align-items:center;padding:18px 20px;margin-bottom:14px}.your-league-position span small{font-size:8px;letter-spacing:.14em;color:#717971}.your-league-position span b{display:block;margin-top:6px;font-size:17px}.profile-hero{padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.profile-identity{display:flex;align-items:center;gap:18px}.profile-avatar{width:74px;height:74px;border-radius:22px;background:linear-gradient(135deg,var(--lime),#8fb500);color:#071007;display:grid;place-items:center;font-weight:950;font-size:24px;box-shadow:0 16px 36px rgba(209,255,25,.12)}.profile-tier{font-size:9px;letter-spacing:.15em;color:var(--lime);font-weight:900}.profile-identity h2{font-size:34px;margin:6px 0 4px;letter-spacing:-.05em}.profile-identity p{margin:0;color:#7c847c;font-size:12px}.profile-actions{display:flex;gap:10px;align-items:center}.profile-edit-btn{height:42px;border:1px solid var(--line);border-radius:999px;padding:0 16px}.profile-share-btn{min-width:126px}.profile-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.profile-stat{padding:20px}.profile-stat b{display:block;font-size:26px;margin-top:10px;letter-spacing:-.04em}.profile-stat span{display:block;color:#747c74;font-size:10px;margin-top:5px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.xp-card,.watchlist-card,.achievements-card,.recent-rounds-card{padding:24px}.xp-card .panel-head strong{color:var(--lime);font-size:13px}.xp-track{height:10px;border-radius:999px;background:#171b17;margin-top:26px;overflow:hidden}.xp-track i{display:block;width:82.6%;height:100%;background:linear-gradient(90deg,var(--lime),#8ee900);border-radius:inherit;box-shadow:0 0 16px rgba(209,255,25,.25)}.xp-labels{display:flex;justify-content:space-between;color:#6f776f;font-size:9px;margin-top:8px}.xp-card>p{color:#7c847c;font-size:11px;line-height:1.6;margin:20px 0 0}.profile-watchlist{display:grid;gap:8px;margin-top:18px}.watch-row{min-height:52px;border-bottom:1px solid rgba(255,255,255,.05);display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center}.watch-row img{width:28px;height:28px;object-fit:contain;border-radius:7px}.watch-row b{font-size:11px}.watch-row small{font-size:9px;letter-spacing:0;color:#727a72}.watch-row em{font-style:normal;font-size:10px;font-weight:900;color:var(--green)}.watch-row.negative em{color:var(--red)}.achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.achievement{min-height:116px;border:1px solid var(--line);border-radius:16px;padding:15px;background:#0e110e}.achievement>span{width:30px;height:30px;border-radius:10px;background:rgba(209,255,25,.1);color:var(--lime);display:grid;place-items:center;font-weight:900}.achievement b{display:block;font-size:11px;margin-top:14px}.achievement small{display:block;font-size:9px;color:#707870;line-height:1.45;margin-top:5px}.achievement.locked{opacity:.38;filter:saturate(.2)}.achievement-count{font-size:10px;color:#7b837b}.recent-rounds{display:grid;margin-top:16px}.recent-rounds>div{min-height:68px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 76px;gap:16px;align-items:center}.recent-rounds span b{font-size:11px}.recent-rounds span small{font-size:9px;letter-spacing:0;color:#6f776f;margin-top:4px}.recent-rounds strong{font-size:11px}.recent-rounds em{font-style:normal;color:#6f776f;font-size:10px;text-align:right}.negative-text{color:var(--red)!important}.asset-drawer{position:fixed;inset:0;z-index:120;pointer-events:none}.asset-drawer.show{pointer-events:auto}.asset-drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.52);backdrop-filter:blur(5px);opacity:0;transition:.3s}.asset-drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(420px,94vw);background:#0b0e0b;border-left:1px solid var(--line);padding:34px 28px;transform:translateX(100%);transition:transform .44s cubic-bezier(.16,1,.3,1);box-shadow:-30px 0 80px rgba(0,0,0,.35);overflow:auto}.asset-drawer.show .asset-drawer-backdrop{opacity:1}.asset-drawer.show .asset-drawer-panel{transform:none}.drawer-close{position:absolute;right:18px;top:16px;border:0;background:none;color:#879087;font-size:28px;cursor:pointer}.drawer-asset-head{display:flex;align-items:center;gap:16px;margin-top:28px}.drawer-asset-head img{width:58px;height:58px;object-fit:contain;border-radius:14px}.drawer-asset-head h2{font-size:36px;letter-spacing:-.05em;margin:4px 0}.drawer-asset-head p{margin:0;color:#7c847c;font-size:12px}.drawer-price-row{display:flex;align-items:end;justify-content:space-between;margin-top:30px}.drawer-price-row strong{font-size:34px}.drawer-price-row span{font-size:13px;font-weight:900;color:var(--green)}.drawer-price-row span.negative{color:var(--red)}.drawer-chart{width:100%;height:180px;margin:22px 0}.drawer-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.drawer-stats span{border:1px solid var(--line);border-radius:15px;padding:14px}.drawer-stats small{font-size:8px;letter-spacing:.13em;color:#6f776f}.drawer-stats b{display:block;font-size:14px;margin-top:7px}.asset-drawer-panel .primary-demo-btn,.asset-drawer-panel .secondary-demo-btn{width:100%;margin-top:10px}.secondary-demo-btn{height:46px;border-radius:999px;border:1px solid var(--line);background:#101310;color:#dfe3df;font-weight:800;font-size:11px;cursor:pointer}.edit-profile-card{text-align:left}.edit-profile-card h2{font-size:32px}.edit-profile-card label{display:block;font-size:10px;color:#8a928a;margin-top:16px}.edit-profile-card input{display:block;width:100%;height:46px;margin-top:7px;border-radius:13px;border:1px solid var(--line);background:#111411;color:#fff;padding:0 13px;outline:none}.edit-profile-card input:focus{border-color:rgba(209,255,25,.4)}.edit-profile-card .secondary-demo-btn{width:100%;margin-top:10px}.profile-chip{cursor:pointer}.profile-chip:hover{border-color:rgba(209,255,25,.35)}

.snapshot-row{cursor:pointer}.snapshot-row:hover{background:rgba(255,255,255,.02)}


/* V17 — $LEAGUE utility demo */
.profile-token-card{margin-top:14px;padding:20px 22px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;background:linear-gradient(105deg,rgba(209,255,25,.075),#0c0f0c 48%,#0b0e0b);border-color:rgba(209,255,25,.13)}.profile-token-mark{display:flex;align-items:center;gap:13px}.profile-token-mark>img{width:42px;height:42px;padding:8px;border-radius:13px;background:rgba(209,255,25,.1)}.profile-token-mark small,.profile-token-balance small{display:block;font-size:8px;letter-spacing:.15em;color:#717a71;font-weight:850}.profile-token-mark b{display:block;font-size:16px;margin-top:4px;color:var(--lime)}.profile-token-balance{text-align:right}.profile-token-balance strong{display:block;margin-top:6px;font-size:17px}.profile-token-card>.primary-demo-btn{width:auto;min-width:130px}
.token-view-heading{align-items:end}.token-demo-balance{padding:15px 18px;border:1px solid rgba(209,255,25,.15);border-radius:16px;background:rgba(209,255,25,.045);text-align:right}.token-demo-balance small{display:block;font-size:8px;letter-spacing:.14em;color:#778077;font-weight:850}.token-demo-balance strong{display:block;color:var(--lime);font-size:20px;margin-top:6px}.token-demo-hero{padding:28px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:linear-gradient(120deg,rgba(209,255,25,.065),#0c0f0c 45%,#0b0e0b);border-color:rgba(209,255,25,.13)}.token-demo-mark{width:92px;height:92px;border-radius:28px;border:1px solid rgba(209,255,25,.14);background:radial-gradient(circle,rgba(209,255,25,.1),#0b0e0b 72%);display:grid;place-items:center}.token-demo-mark img{width:55px}.token-demo-hero h3{font-size:30px;line-height:1.03;letter-spacing:-.05em;margin:7px 0 10px}.token-demo-hero h3 em{font-style:normal;color:var(--lime)}.token-demo-hero p{margin:0;color:#7e867e;max-width:690px;font-size:11px;line-height:1.65}.token-demo-hero>.secondary-demo-btn{width:auto;min-width:150px;margin:0}.token-utility-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.token-utility-item{min-height:170px;padding:22px;display:grid;grid-template-columns:54px 1fr auto;gap:18px;align-items:center;transition:.25s}.token-utility-item.unlocked{border-color:rgba(209,255,25,.2);background:rgba(209,255,25,.035)}.token-utility-icon{width:52px;height:52px;border-radius:16px;background:rgba(209,255,25,.07);border:1px solid rgba(209,255,25,.12);display:grid;place-items:center;color:var(--lime);font-size:21px}.token-utility-item small{font-size:8px;letter-spacing:.14em;color:#717971;font-weight:850}.token-utility-item h3{font-size:17px;margin:7px 0 7px}.token-utility-item p{font-size:10px;line-height:1.55;color:#747d74;margin:0}.token-utility-action{text-align:right;min-width:120px}.token-utility-action strong{display:block;font-size:10px;color:#aeb5ae;margin-bottom:10px}.token-utility-action .primary-demo-btn{height:40px;min-width:96px;padding:0 14px}.token-utility-item.unlocked .utility-buy-btn{background:#151a12;color:var(--lime);border:1px solid rgba(209,255,25,.13);cursor:default}.token-demo-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.token-principle{padding:22px;min-height:180px}.token-principle>small{font-size:8px;letter-spacing:.15em;color:#707970;font-weight:900}.token-principle h3{font-size:18px;margin:28px 0 8px}.token-principle p{margin:0;color:#757d75;font-size:10px;line-height:1.62}
@media(max-width:1100px){.token-utility-grid{grid-template-columns:1fr}.token-demo-bottom-grid{grid-template-columns:1fr 1fr}.token-principle:last-child{grid-column:1/-1}}
@media(max-width:760px){.profile-token-card{grid-template-columns:1fr 1fr}.profile-token-card>.primary-demo-btn{grid-column:1/-1;width:100%}.token-demo-hero{grid-template-columns:1fr;text-align:center}.token-demo-mark{margin:0 auto}.token-demo-hero p{margin:0 auto}.token-demo-hero>.secondary-demo-btn{width:100%}.token-utility-item{grid-template-columns:46px 1fr}.token-utility-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}.token-demo-bottom-grid{grid-template-columns:1fr}.token-principle:last-child{grid-column:auto}}
@media(max-width:680px){.demo-sidebar nav{grid-template-columns:repeat(6,1fr);height:100%}.demo-nav span{font-size:14px}}
