/* Rookie visual identity — local assets, quiet surfaces, clear hierarchy. */
:root {
 --bg:#0d0f12; --bg-2:#111418; --card:#151920; --card-2:#1b2028; --card-3:#262c36;
 --border:#222932; --border-2:#333c48; --text:#f3f5f7; --text-2:#aab3bf; --text-3:#707b88;
 --accent:#f4b728; --accent-strong:#ffc94d; --accent-ink:#1a1300;
 --accent-soft:#f4b72814; --accent-line:#f4b72855; --green:#5fd98a; --red:#ff6b6b;
 --font:"Manrope",sans-serif; --serif:"Space Grotesk",sans-serif; --topbar-h:76px;
}
[data-theme="light"] {
 --bg:#ece8df; --bg-2:#e4e0d5; --card:#f4f1ea; --card-2:#ebe7dd; --card-3:#dfdacd;
 --border:#d9d4c7; --border-2:#c4beaf; --text:#2a2721; --text-2:#615c52; --text-3:#7f7a6f;
 --accent:#a8780a; --accent-strong:#c48f0a; --accent-ink:#fff8e6; --accent-soft:#a8780a14; --accent-line:#a8780a55;
 --green:#2f7d4a; --red:#b84a3c; --shadow:0 14px 44px #2a272114;
}
[data-theme="light"] .btn.primary,[data-theme="light"] .scene-plus { background:#a8780a; border-color:#a8780a; color:#fff8e6; }
[data-theme="light"] .btn.primary:hover { background:#c48f0a; border-color:#c48f0a; }
[data-theme="light"] .scene-token,[data-theme="light"] .scene-stock { background:#faf7f0; border-color:#d9d4c7; box-shadow:0 10px 28px #2a272118; }
body { font-weight:500; }
h1,h2,h3,.wordmark,.coin-card-value .num { font-family:"Space Grotesk",sans-serif; }
.wrap { width:100%; max-width:1440px; }
.page > .wrap, .topbar > .wrap { padding-left:24px; padding-right:24px; }
@media (max-width:639px) { .page > .wrap, .topbar > .wrap { padding-left:16px; padding-right:16px; } }
.page { padding-top:28px; }
.topbar { background:color-mix(in srgb,var(--bg) 94%,transparent); }
.topbar .wrap { gap:24px; }
.logo { font-family:"Space Grotesk",sans-serif; font-style:normal; gap:10px; flex:none; }
.logo-mark { width:34px; height:34px; border-radius:10px; background:none; }
.wordmark { font-size:29px; font-weight:700; letter-spacing:-1.6px; line-height:1; }
.wordmark-dot { color:var(--accent); }
.demo-pill { color:var(--text-3); font-size:10px; font-weight:700; border:1px solid var(--border-2); border-radius:5px; padding:2px 5px; margin-left:-14px; }
.nav a { padding:8px 12px; font-size:13px; }
.btn { border-radius:11px; height:40px; }
.btn.primary { font-weight:800; }
.btn.ghost { color:var(--text); }
:focus-visible { outline:2px solid var(--accent); outline-offset:4px; }
.pair-logo { overflow:hidden; background:var(--pair-color); }
.pair-logo.has-image { background:#fff; }
.pair-logo img { width:100%; height:100%; object-fit:contain; }
.pair-logo.lettermark { font-size:7px; }
.pair-logo.lettermark.lg { font-size:10px; }
.pair-logo.lettermark.xl { font-size:13px; }
.coin-art { overflow:hidden; }
.coin-art img { width:100%; height:100%; object-fit:cover; }
.rookie-hero { display:grid; grid-template-columns:1.1fr 1fr; align-items:center; gap:28px; padding:16px 18px 32px 6px; border-bottom:1px solid var(--border); min-height:340px; overflow:clip; }
.eyebrow { display:flex; align-items:center; gap:8px; color:var(--text-2); font-size:11px; font-weight:700; letter-spacing:.035em; }
.eyebrow .dot { width:6px; height:6px; border-radius:50%; background:var(--green); }
.rookie-hero h1 { font-size:52px; letter-spacing:-2.7px; line-height:1.04; margin-top:18px; }
.rookie-hero h1 span { color:var(--accent); }
.rookie-hero p { color:var(--text-2); font-size:14px; margin-top:18px; }
.rookie-hero .cta { display:flex; align-items:center; gap:8px; margin-top:22px; }
.rookie-hero .cta .btn { height:44px; }
.hero-footnote { color:var(--text-3); font-size:11px; margin-top:13px; }
.hero-footnote span { margin:0 6px; }
.pair-scene { position:relative; height:290px; display:flex; align-items:center; justify-content:center; isolation:isolate; }
.scene-orbit { position:absolute; border:1px solid var(--border); border-radius:50%; width:350px; height:230px; transform:rotate(-18deg); z-index:-1; }
.orbit-two { width:290px; height:310px; transform:rotate(43deg); border-style:dashed; }
.scene-token,.scene-stock { width:164px; padding:8px 8px 12px; border:1px solid #d6d6c4; background:#f7f2e5; color:#30362a; border-radius:18px; box-shadow:0 12px 32px #0002; transition:transform .18s; }
.scene-token { transform:rotate(-8deg); margin-right:16px; }
.scene-token:hover { transform:rotate(-4deg) translateY(-4px); }
.scene-token>img { width:146px; height:146px; object-fit:cover; border-radius:11px; }
.scene-stock { transform:rotate(9deg) translateY(16px); width:140px; padding:20px 14px 15px; }
.scene-stock:hover { transform:rotate(5deg) translateY(12px); }
.scene-stock .pair-logo.xl { width:108px; height:106px; border-radius:10px; margin-bottom:14px; }
.scene-token>span,.scene-stock>span:last-child { display:block; font-size:9px; letter-spacing:1px; margin:10px 5px 0; }
.scene-token b,.scene-stock b { display:block; font-size:15px; letter-spacing:-.4px; margin-top:3px; font-family:"Space Grotesk",sans-serif; }
.scene-plus { position:absolute; left:calc(50% - 8px); top:132px; background:var(--accent); color:var(--accent-ink); width:34px; height:34px; border:3px solid var(--bg); border-radius:50%; z-index:2; display:grid; place-items:center; font-size:25px; line-height:1; font-weight:600; }
.scene-caption { position:absolute; bottom:-2px; left:0; right:0; text-align:center; color:var(--text-3); font-size:11px; display:flex; align-items:center; justify-content:center; gap:6px; }
.scene-caption svg { width:13px; height:13px; }
.section { margin-top:28px; }
.section-head h2 { font-size:20px; letter-spacing:-.65px; }
.section-head p { font-size:12px; }
.opening-grid { gap:12px; }
.opening-card { background:var(--bg-2); }
.filters { margin-top:30px; gap:10px; }
.filters .search { max-width:none; }
.search { height:46px; background:var(--bg-2); border-color:var(--border); }
.chip { border:0; background:transparent; color:var(--text-2); border-radius:8px; padding:0 11px; font-size:12px; }
.chip.active { background:var(--card-3); }
.seg { border-color:var(--border); background:var(--bg-2); }
.rookie-card { padding:19px; min-height:0; border-radius:16px; }
.coin-card-head { display:flex; align-items:center; gap:13px; }
.rookie-card .coin-art { width:64px; height:64px; border-radius:15px; }
.rookie-card .coin-art .emoji { font-size:35px; }
.coin-card-head h3 { font-size:18px; letter-spacing:-.5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.card-arrow { align-self:flex-start; color:var(--text-3); }
.card-arrow svg { width:15px; height:15px; }
.coin-card-pair { margin-top:17px; display:flex; justify-content:space-between; align-items:center; font-size:11px; color:var(--text-3); }
.coin-card-value { display:flex; justify-content:space-between; align-items:flex-end; margin-top:17px; gap:10px; }
.coin-card-value .num { font-size:29px; line-height:1.25; letter-spacing:-.8px; font-weight:600; margin-top:3px; }
.coin-card-value>span { font-size:12px; padding-bottom:4px; }
.coin-card-status { display:flex; align-items:center; gap:9px; margin-top:17px; padding-top:13px; border-top:1px solid var(--border); font-size:10px; color:var(--text-3); }
.coin-card-status svg { width:12px; height:12px; }
.coin-card-status .progress { flex:1; height:4px; }
.coin-card-status .badge { font-size:10px; height:20px; padding:0 7px; }
.coin-card-status>.small { font-size:10px; }
.card { border-radius:16px; }
.page-head h1 { font-size:32px; }
.page-head p { font-size:14px; }
.tile { background:var(--card); }
.tile .pair-logo { width:44px; height:44px; }
.tile .t>.muted { display:block; font-size:11px; overflow:hidden; text-overflow:ellipsis; line-height:1.6; }
#coin-activity { scroll-margin-top:calc(var(--topbar-h) + 12px); }
.coin-comments .composer { margin-top:8px; }
.coin-comments .post .grow { min-width:0; overflow-wrap:anywhere; }
.avatar { overflow:hidden; }
.profile-picture { display:block; width:100%; height:100%; object-fit:cover; }
.inline-avatar { display:inline-grid; width:20px; height:20px; vertical-align:middle; margin-right:3px; font-size:12px; }
.avatar-options { color:var(--text-2); font-size:12px; margin-top:12px; }
.avatar-options summary { cursor:pointer; padding:6px 0; }
.avatar-options .emoji-picker { margin-top:10px; }
.upload img { width:100%; height:100%; object-fit:cover; border-radius:inherit; }
.upload svg { width:24px; height:24px; }
.footer { margin-top:44px; padding:24px 0 0; align-items:stretch; gap:16px; }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-main { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-main .logo { font-size:22px; font-weight:700; gap:0; letter-spacing:-1px; }
.launch-details { margin-top:10px; border:0; background:var(--bg-2); }
.launch-details summary { font-size:12px; }
.upload { text-align:left; }
.upload-plus { margin-left:auto; }
.footer-brand { font-family:"Space Grotesk",sans-serif; font-weight:700; font-size:19px; display:flex; align-items:center; gap:7px; letter-spacing:-.7px; }
.footer-brand img { width:24px; height:24px; }
.footer .links { gap:20px; font-size:12px; }
.footer-details { color:var(--text-3); font-size:11px; }
.footer-details summary { cursor:pointer; width:fit-content; }
.footer-details p { margin-top:8px; max-width:650px; line-height:1.6; }
.how-step { display:flex; align-items:flex-start; gap:13px; margin:20px 0; }
.how-step>span { width:32px; height:32px; border-radius:50%; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent); flex:none; font-weight:800; }
.how-step p { color:var(--text-2); font-size:13px; margin-top:4px; }
@media (max-width:1050px) {
 .topbar .wrap { gap:14px; } .demo-pill { display:none; }
 .rookie-hero h1 { font-size:44px; }
 .nav a { padding:8px; }
}
@media (max-width:720px) {
 :root { --topbar-h:66px; }
 .wrap { padding-left:18px; padding-right:18px; }
 .page { padding-top:18px; padding-bottom:110px; }
 .logo-mark { width:32px; height:32px; } .wordmark { font-size:28px; }
 .topbar-right { gap:4px; }
 .rookie-hero { padding:8px 0 26px; grid-template-columns:1fr; gap:6px; }
 .rookie-hero h1 { font-size:36px; letter-spacing:-1.8px; margin-top:16px; }
 .rookie-hero p { font-size:13px; margin-top:14px; max-width:300px; }
 .rookie-hero .cta { margin-top:18px; }
 .pair-scene { height:250px; margin-top:10px; }
 .scene-orbit { max-width:95%; height:210px; }
 .orbit-two { height:230px; width:250px; }
 .scene-token { width:144px; }
 .scene-token>img { width:126px; height:122px; }
 .scene-stock { width:126px; padding:15px 12px; }
 .scene-stock .pair-logo.xl { width:100px; height:90px; margin-bottom:8px; }
 .scene-plus { top:112px; }
 .scene-caption { bottom:0; }
 .filters { gap:12px; margin-top:24px; }
 .filters .sortlbl { display:none; }
 .filters .seg { width:100%; }
 .filters .seg button { flex:1; }
 .section-head { gap:8px; }
 .section-head h2 { font-size:19px; }
 .grid { gap:12px; }
 .rookie-card { padding:17px; }
 .coin-card-head h3 { font-size:19px; }
 .coin-card-value .num { font-size:27px; }
 .footer-row { gap:18px; }
 .footer .links { gap:16px; }
 .footer-row>.small { flex-basis:100%; }
 .page-head h1 { font-size:28px; }
 .coin-header { align-items:flex-start; gap:12px; }
 .coin-header .coin-art { width:44px; border-radius:12px; }
 .coin-header .grow { flex-basis:calc(100% - 56px); }
 .coin-header h1 { font-size:19px; }
 .coin-header .meta { font-size:11px; gap:6px; }
}
@media (max-width:360px) {
 .topbar .wrap { gap:6px; }
 .topbar-right .btn { padding:0 10px; }
 .topbar-right .btn.icon { width:30px; padding:0; }
 .wordmark { font-size:25px; }
 .logo { gap:7px; }
 .rookie-hero h1 { font-size:37px; }
 .rookie-hero .cta { gap:2px; }
 .rookie-hero .cta .btn { font-size:12px; padding:0 11px; }
}

/* Cash is available to spend; portfolio also includes wallet assets and positions. */
.header-balances { display:flex; align-items:center; gap:8px; min-width:0; }
.balance-pill { display:flex; flex-direction:column; justify-content:center; gap:3px; min-height:48px; padding:7px 11px; border:1px solid var(--border); border-radius:14px; background:var(--card); color:var(--text); text-align:left; font:inherit; cursor:pointer; white-space:nowrap; }
.balance-pill:hover { border-color:var(--text-3); }
.balance-pill strong { font-size:13px; font-weight:750; line-height:1.2; font-variant-numeric:tabular-nums; }
.balance-line { display:flex; align-items:baseline; gap:4px; }
.balance-unit,.balance-caption { color:var(--text-3); font-size:11px; line-height:1.2; }
.deposit-link { color:var(--accent); font-weight:650; }
.portfolio-balance { flex-direction:row; align-items:center; gap:12px; }
.balance-copy { display:flex; flex-direction:column; gap:3px; }
.portfolio-balance .avatar { width:30px; height:30px; font-size:17px; flex:none; }
@media (min-width:721px) and (max-width:1100px) {
 .has-account .create-cta { display:none; }
}
@media (max-width:720px) {
 .has-account .topbar-right>.icon { display:none; }
 .header-balances { gap:6px; }
 .balance-pill { padding:6px 9px; min-height:46px; border-radius:12px; }
 .portfolio-balance { gap:8px; }
}
@media (max-width:480px) {
 .has-account .wordmark { display:none; }
 .has-account .wrap { gap:8px; }
 .balance-pill strong { font-size:12px; }
 .portfolio-balance .avatar { width:25px; height:25px; font-size:15px; }
}
@media (max-width:360px) {
 .balance-pill { padding:6px; }
 .header-balances,.portfolio-balance { gap:5px; }
 .has-account .logo-mark { width:28px; height:28px; }
}

/* Focused controls, cash receipts and contextual wallet states. */
.simple-filters { display:grid; grid-template-columns:minmax(220px,1fr) minmax(150px,230px) minmax(140px,180px) auto; align-items:center; }
.simple-filters .search { min-width:0; max-width:none; width:100%; }
.select-control { display:flex; align-items:center; gap:10px; min-width:0; border:1px solid var(--border); border-radius:11px; background:var(--card); padding:0 12px; height:46px; }
.select-control>span { color:var(--text-3); font-size:12px; flex:none; }
.select-control select { width:100%; min-width:0; border:0; outline:0; background:transparent; color:var(--text); font-size:13px; cursor:pointer; text-overflow:ellipsis; }
.select-control option,.select-control optgroup { background:var(--card); color:var(--text); }
.select-control:focus-within { outline:2px solid var(--accent); outline-offset:2px; }
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible { outline:2px solid var(--accent); outline-offset:3px; }
.portrait-tile { display:block; width:100%; height:100%; background-image:url('assets/memes/rookie-portraits.png'); background-size:600% 300%; background-repeat:no-repeat; }
.coin-monogram { display:grid; place-items:center; width:100%; height:100%; background:var(--accent-soft); color:var(--accent); font-weight:700; font-family:'Space Grotesk',sans-serif; font-size:22px; }
.coin-art { overflow:hidden; }
.artwork-picker { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:8px; margin-top:12px; }
.artwork-picker button { padding:3px; border:1px solid transparent; border-radius:12px; background:transparent; cursor:pointer; }
.artwork-picker button[aria-pressed=true] { border-color:var(--accent); }
.artwork-picker .coin-art { width:100%; aspect-ratio:1; border-radius:9px; }
.cash-symbol { color:var(--text-3); font-size:28px; font-weight:600; }
.trade-total { display:flex; justify-content:space-between; gap:10px; font-size:12px; padding:2px 1px; }
.trade-total>span { color:var(--text-2); }
.receive-control { height:39px; }
.account-notice { margin:0 0 14px; }
.account-notice p { margin:6px 0 12px; font-size:12px; line-height:1.5; }
.account-notice .row { gap:8px; flex-wrap:wrap; }
.access-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(260px,1fr); gap:16px; align-items:start; }
.access-layout .card { min-width:0; }
.access-layout .list-row { flex-wrap:wrap; }
.access-layout .list-row>.coin-art { width:42px; height:42px; }
.access-layout aside p { line-height:1.6; }
.state-card { display:flex; flex-direction:column; gap:12px; }
.state-card .kv { align-items:flex-start; gap:12px; font-size:12px; }
.state-card .kv strong { text-align:right; }
.funding-chain { margin:22px 0 14px; }
.funding-route { flex-wrap:wrap; margin-top:16px; }
.funding-route .step { white-space:normal; }
.modal .callout p { margin-top:7px; font-size:13px; line-height:1.5; }
.modal .stack { gap:10px; }
.modal textarea { min-height:100px; margin:8px 0 14px; }
@media (max-width:850px) {
 .simple-filters { grid-template-columns:1fr 1fr; }
 .simple-filters .search { grid-column:1/-1; }
 .simple-filters>.btn { grid-column:1/-1; justify-self:start; }
 .access-layout { grid-template-columns:1fr; }
}
@media (max-width:480px) {
 .simple-filters { gap:10px; }
 .select-control { padding:0 9px; gap:5px; }
 .select-control select { font-size:12px; }
 .artwork-picker { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .access-layout .card.pad { padding:16px; }
 .access-layout .list-row { display:grid; grid-template-columns:minmax(0,1fr); gap:8px 12px; }
 .access-layout .list-row .grow { min-width:0; overflow-wrap:anywhere; }
 .access-layout .list-row .right { grid-column:2; text-align:left; }
 .access-layout .list-row>.btn { grid-column:1; justify-self:start; }
 .account-notice .btn { white-space:normal; }
}
