:root { color-scheme: dark; font-family: Inter, system-ui, sans-serif; color: #f4f1e9; background: #111114; --gold: #ffcb66; --muted: #a5a1a6; --line: #343238; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.topbar { display: flex; align-items: center; gap: 40px; padding: 23px 5vw; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; font-size: 23px; letter-spacing: -1px; font-weight: 850; }
.brand span:not(.brand-mark) { color: var(--gold); }
.brand-mark { margin-right: 10px; background: var(--gold); color: #22180d; font-size: 21px; padding: 5px 10px; border-radius: 10px; }
.brand small { font-size: 8px; letter-spacing: 1.2px; color: var(--muted); padding-left: 20px; }
nav { display: flex; gap: 27px; margin-left: auto; font-size: 12px; color: #c2bdc4; }
nav a.active { color: var(--gold); }
.network { color: var(--muted); font-size: 10px; border-left: 1px solid var(--line); padding-left: 24px; }
.network b { color: var(--gold); font-size: 8px; margin-left: 5px; }
main { max-width: 1480px; padding: 48px 5vw 75px; margin: auto; }
.eyebrow { font-size: 10px; letter-spacing: 2px; color: var(--gold); font-weight: 650; }
.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 45px; align-items: center; margin-top: 15px; }
h1 { font-size: clamp(40px, 4.7vw, 70px); letter-spacing: -3px; line-height: 1.06; margin: 19px 0 24px; }
h1 em { font-style: normal; color: var(--gold); }
p { color: var(--muted); line-height: 1.7; font-size: 13px; }
.hero p { max-width: 430px; font-size: 15px; }
.actions { display: flex; gap: 12px; margin-top: 29px; flex-wrap: wrap; }
.button { display: inline-flex; gap: 15px; justify-content: center; align-items: center; padding: 14px 18px; font-size: 12px; font-weight: 650; border: 1px solid var(--line); border-radius: 8px; color: #f4f1e9; background: #232126; cursor: pointer; }
.button.primary { background: #e14948; border-color: #ed5c58; }
.button.outline { color: var(--gold); border-color: #6a583c; background: #221e19; }
.button.subtle { padding: 10px; background: transparent; border-color: transparent; color: var(--muted); }
button:disabled { opacity: .45; cursor: not-allowed; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.small-note { margin-top: 23px; color: var(--muted); font-size: 10px; }
.light { display: inline-block; background: #8dc29b; width: 6px; height: 6px; border-radius: 50%; margin-right: 5px; }
.hero-art { background: radial-gradient(ellipse at center, #36303a, #1c1920); border: 1px solid #48404a; border-radius: 20px; overflow: hidden; min-height: 340px; display: flex; flex-direction: column; justify-content: center; transform: none; }
.hero-art img { width: 100%; display: block; }
.art-caption { padding: 15px 20px; font-size: 9px; letter-spacing: 1px; color: var(--gold); }
.art-caption span { float: right; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 55px 0 22px; }
h2 { font-size: 26px; letter-spacing: -.8px; margin: 10px 0 0; }
h3 { font-size: 17px; margin: 15px 0 8px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.steps article { padding: 23px; border-right: 1px solid var(--line); background: #19181c; }
.steps article:last-child { border-right: none; }
.steps article>span { font-size: 9px; letter-spacing: 1.1px; color: var(--gold); }
.steps p { font-size: 12px; }
.crew-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.crew-grid article { background: #1c1a1f; border: 1px solid var(--line); border-radius: 12px; padding: 13px; }
.crew-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; }
.crew-grid span { font-size: 8px; letter-spacing: .5px; color: var(--gold); }
.crew-grid p { font-size: 10px; }
.runner-glyph { display: grid; place-items: center; aspect-ratio: 1; background: linear-gradient(135deg, #4b272c, #2d2537); color: var(--gold); font-size: 70px; font-weight: 900; border-radius: 8px; }
.lead { max-width: 650px; font-size: 15px; }
.operator-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
.panel { border: 1px solid var(--line); border-radius: 13px; padding: 26px; background: #1c1a20; min-width: 0; }
.panel h2 { margin: 18px 0; }
.panel .button { margin: 5px 8px 5px 0; }
.tag { font-size: 9px; color: var(--gold); letter-spacing: 1px; }
.feedback { margin-top: 18px; font-size: 12px; color: #e2c898; line-height: 1.7; overflow-wrap: anywhere; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 10px; line-height: 1.7; background: #111114; padding: 15px; border: 1px solid var(--line); }
#wallet-status { overflow-wrap: anywhere; }
#owned { font-size: 12px; color: var(--muted); }
.locked { padding: 20px; margin: 24px 0; border-radius: 8px; border: 1px dashed #5b4b32; background: #29231c; }
.locked strong { color: #e8ca94; font-size: 13px; }
.locked p { font-size: 12px; margin-bottom: 0; }
.funding-note { margin-top: 26px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.funding-note a { color: var(--gold); text-decoration: underline; }
.spectator-toolbar { margin: 30px 0 18px; display: flex; align-items: center; justify-content: space-between; }
#rooms { color: var(--muted); font-size: 13px; line-height: 1.8; }
#room-view { margin-top: 15px; }
.demo-container { height: min(75vh, 820px); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #191b20; }
.demo-container iframe { border: 0; height: 100%; width: 100%; }
.demo-notice { font-size: 11px; }
footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding: 30px 5vw; gap: 25px; color: var(--muted); font-size: 9px; }
@media (max-width: 1000px) { .brand small, .network { display: none; } .hero { gap: 22px; } .steps { grid-template-columns: repeat(2, 1fr); } .crew-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 650px) { .topbar { flex-wrap: wrap; padding: 16px 5vw; gap: 18px; } nav { gap: 20px; margin-left: 0; font-size: 11px; width: 100%; } main { padding-top: 29px; } .hero { grid-template-columns: 1fr; } h1 { font-size: 46px; letter-spacing: -2px; } .hero-art { min-height: 220px; } .steps, .operator-layout { grid-template-columns: 1fr; } .steps article { border-right: 0; border-bottom: 1px solid var(--line); } .crew-grid { grid-template-columns: repeat(2, 1fr); } .section-heading { flex-wrap: wrap; } h2 { font-size: 23px; } .spectator-toolbar { gap: 10px; flex-wrap: wrap; } .panel { padding: 20px; } footer { flex-wrap: wrap; } .demo-container { height: 75vh; } }

/* Unified product navigation and separate owner identity. */
.owner-container{height:900px;max-height:none;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#141317}
.owner-container iframe{width:100%;height:100%;border:0;display:block}
.owner-separate{display:flex;gap:18px;flex-wrap:wrap;padding:22px;margin:22px 0;border:1px solid #6a583c;background:#221e19;border-radius:12px;font-size:12px}
.owner-separate strong{color:var(--gold)}.owner-separate span{color:var(--muted)}
#canonical-crew .button{font-size:10px;padding:9px 10px;margin-top:8px}
#canonical-crew h3{margin-top:13px}.readiness-note{padding:14px;border-left:3px solid var(--gold);font-size:12px;line-height:1.7;color:var(--muted)}
nav{flex-wrap:wrap}.network{white-space:nowrap}.topbar{gap:22px}
@media(max-width:760px){.owner-container{height:1180px}nav{gap:17px}.owner-separate{gap:10px}.topbar{gap:14px}.brand small{display:none}}


/* Priority 1 product screens */
.utility-nav{display:flex;gap:8px;padding:9px 5vw;border-bottom:1px solid var(--line);background:#151419;overflow:auto;position:static;z-index:20}
.utility-nav a{font-size:9px;color:#9e99a1;border:1px solid transparent;padding:7px 10px;border-radius:7px;white-space:nowrap}
.utility-nav a:hover,.utility-nav a.active{color:var(--gold);border-color:#5d4d33;background:#231f19}
.wide{width:100%}.status-pill{font-size:8px;letter-spacing:1px;color:var(--gold);border:1px solid #69583b;background:#241f18;padding:8px 10px;border-radius:999px}
.mint-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.mint-visual{position:relative;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#17161a}.mint-visual img{width:100%;height:100%;object-fit:cover;display:block}.mint-chip{position:absolute;left:15px;bottom:15px;background:#111114e8;border:1px solid #ffffff22;color:var(--gold);font-size:8px;letter-spacing:1px;padding:9px 11px;border-radius:7px}
.kv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.kv-grid div{padding:13px;background:#111014;border:1px solid var(--line);border-radius:8px}.kv-grid span,.kv-grid strong{display:block}.kv-grid span{font-size:7px;color:var(--muted)}.kv-grid strong{font-size:11px;margin-top:5px}
.starter-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;margin-bottom:16px;border:1px solid #665334;background:linear-gradient(90deg,#2a241a,#18171c);border-radius:12px}.starter-banner b{font-size:9px;color:#8ed39d;margin-left:9px}
.recruit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.recruit-card{display:grid;grid-template-columns:85px 1fr auto;gap:12px;align-items:center;background:#1b191e;border:1px solid var(--line);border-radius:11px;padding:11px}.recruit-card.selected{border-color:#79613a;background:#211e18}.recruit-card img{width:85px;height:85px;object-fit:cover;border-radius:8px}.recruit-card span{font-size:8px;color:var(--gold)}.recruit-card h3{margin:5px 0}.recruit-card p{font-size:10px;margin:0}.role-toggle{border:1px solid #5c4c32;background:#282118;color:#ffcf73;padding:8px 9px;border-radius:7px;font-size:8px;cursor:pointer}
.checkout-bar{position:sticky;bottom:12px;display:flex;justify-content:flex-end;align-items:center;gap:28px;padding:12px 15px;margin-top:16px;background:#17161be8;border:1px solid #48434d;border-radius:10px;backdrop-filter:blur(12px)}.checkout-bar span{font-size:8px;color:var(--muted)}.checkout-bar strong{display:block;color:#fff;font-size:12px;margin-top:3px}
.drive-layout{display:grid;grid-template-columns:1fr 300px;gap:16px}.drive-lane{height:430px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:linear-gradient(115deg,#17191e 0 55%,#282a31 55%)}.drive-lane:after{content:"";position:absolute;right:25%;top:-10%;width:2px;height:120%;background:repeating-linear-gradient(#d7b765 0 26px,transparent 26px 48px);transform:rotate(-5deg)}.drive-sign{position:absolute;left:8%;top:10%;font-size:25px;font-weight:900;color:var(--gold)}.drive-sign small{display:block;font-size:7px;letter-spacing:2px}.drive-window{position:absolute;right:33%;top:10%;font-size:8px;padding:11px;background:#86343a}.car{position:absolute;right:11%;font-size:57px;z-index:2}.car small{display:block;font-size:8px;color:#fff}.car-a{bottom:8%;color:#cf5556}.car-b{bottom:36%;color:#7a6bc1}.car-c{bottom:64%;color:#c2984e}.stat-list div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #ffffff0d;font-size:10px}.stat-list span{color:var(--muted)}.stat-list strong{color:var(--gold)}
.upgrade-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.upgrade-grid article{display:grid;grid-template-columns:45px 1fr;gap:12px;padding:19px;background:#1a191e;border:1px solid var(--line);border-radius:11px}.upgrade-grid article>b{font-size:28px}.upgrade-grid article span{font-size:7px;color:var(--gold)}.upgrade-grid article h3{margin:4px 0}.upgrade-grid article p{font-size:10px;margin:0}.upgrade-grid article>strong{grid-column:1/3;border-top:1px solid #ffffff0d;padding-top:11px;font-size:8px;color:#d7b474}
.balance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.balance-grid article{background:#1a191e;border:1px solid var(--line);border-radius:10px;padding:18px}.balance-grid span,.balance-grid small{display:block;font-size:8px;color:var(--muted)}.balance-grid strong{display:block;font-size:24px;color:var(--gold);margin:7px 0}.reward-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:15px;margin-top:15px}.meter{height:7px;background:#2d2a30;border-radius:99px;overflow:hidden;margin:20px 0}.meter i{display:block;height:100%;background:linear-gradient(90deg,#bd8840,var(--gold))}
.podium{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:end;max-width:900px;margin:35px auto 20px}.podium article{display:flex;flex-direction:column;align-items:center;gap:7px;padding:23px;background:#1a191e;border:1px solid var(--line);border-radius:12px 12px 0 0}.podium article.winner{padding-top:38px;border-color:#7a6137;background:#242018}.podium span{font-size:9px;color:var(--gold)}.podium b{font-size:16px}.podium strong{font-size:20px}.rank-table{border:1px solid var(--line);border-radius:10px;overflow:auto}.rank-table>div{display:grid;grid-template-columns:70px 2fr repeat(4,1fr);min-width:700px;padding:13px 16px;border-top:1px solid #ffffff0d;font-size:10px}.rank-table .rank-head{border-top:0;background:#201e23;color:var(--muted);font-size:8px}.rank-table strong{color:var(--gold)}
.club-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.club-grid article{padding:22px;background:#1a191e;border:1px solid var(--line);border-radius:11px}.club-grid article.club-elite{border-color:#836738;background:linear-gradient(145deg,#2b2519,#19171d)}.club-grid article>span{font-size:8px;color:var(--gold)}.club-grid article>strong{display:block;margin:22px 0;color:#e9d09a}.club-grid button{width:100%;padding:10px;border:1px solid var(--line);border-radius:7px;background:#252229;color:#8f8992}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-pill{color:#ff8b80;border-color:#6b3937}.panel label{display:block;font-size:9px;color:var(--muted);margin:13px 0}.panel input{width:100%;margin-top:6px;padding:10px;border:1px solid var(--line);border-radius:7px;background:#111014;color:#fff}.contract-list span{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #ffffff0d;font-size:10px}.contract-list b{font-size:8px;color:#ef8a82}
@media(max-width:1050px){.recruit-grid{grid-template-columns:repeat(2,1fr)}.upgrade-grid{grid-template-columns:repeat(2,1fr)}.club-grid{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:1fr}}
@media(max-width:760px){.utility-nav{position:static}.mint-layout,.drive-layout,.reward-layout{grid-template-columns:1fr}.balance-grid{grid-template-columns:repeat(2,1fr)}.recruit-card{grid-template-columns:70px 1fr auto}.recruit-card img{width:70px;height:70px}.starter-banner{align-items:flex-start;flex-direction:column}.checkout-bar{justify-content:space-between;overflow:auto}.podium{grid-template-columns:1fr}.podium .winner{order:-1}}
@media(max-width:520px){.recruit-grid,.upgrade-grid,.club-grid{grid-template-columns:1fr}.balance-grid{grid-template-columns:1fr 1fr}.kv-grid{grid-template-columns:1fr}.checkout-bar{gap:15px}}
.live-console{margin:22px 0}.live-console-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.live-onboarding{font-size:11px;color:var(--muted);padding:12px 0}.game-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.game-kpis div{background:#111014;border:1px solid var(--line);padding:12px;border-radius:8px}.game-kpis span,.game-kpis strong{display:block}.game-kpis span{font-size:7px;color:var(--muted)}.game-kpis strong{font-size:14px;margin-top:5px;color:var(--gold)}.game-actions{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.move-pad{width:100px;display:flex;flex-direction:column;align-items:center;gap:4px}.move-pad div{display:flex;gap:30px}.move-pad button{width:32px;height:32px;border:1px solid #514b54;border-radius:7px;background:#242128;color:#fff;cursor:pointer}.move-pad button:disabled{opacity:.4}
@media(max-width:650px){.game-kpis{grid-template-columns:repeat(2,1fr)}.live-console-head{flex-direction:column}}

.compact-heading{margin-top:34px}.owned-crew-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.owned-crew-card,.empty-owned-crew{padding:15px;background:#19181d;border:1px solid var(--line);border-radius:10px}.owned-crew-card{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.owned-crew-card b,.owned-crew-card span,.owned-crew-card small{display:block}.owned-crew-card b{text-transform:capitalize}.owned-crew-card span,.owned-crew-card small{font-size:8px;color:var(--muted);margin-top:4px}.empty-owned-crew{grid-column:1/-1;color:var(--muted);font-size:11px}
.spectator-layout{display:grid;grid-template-columns:320px 1fr;gap:14px}.spectator-stage{min-height:360px}.spectator-floor{height:250px;position:relative;margin-top:18px;border:1px solid #454049;border-radius:10px;overflow:hidden;background:linear-gradient(90deg,#1d1c21 49%,#242128 50%);background-size:54px 54px}.spectator-station{position:absolute;font-size:7px;letter-spacing:1px;color:#aaa;padding:8px;background:#111014c9;border:1px solid #4b454d;border-radius:6px}.spectator-station.grill{left:8%;top:12%}.spectator-station.register{right:8%;top:12%}.spectator-station.tables{right:10%;bottom:12%}.spectator-runner{position:absolute;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#7a3340;color:var(--gold);font-style:normal;font-weight:900;transform:translate(-50%,-50%);transition:left .4s linear,top .4s linear;box-shadow:0 0 0 5px #0004}
@media(max-width:760px){.owned-crew-list{grid-template-columns:1fr}.spectator-layout{grid-template-columns:1fr}}
.chain-toast{position:fixed;right:18px;bottom:18px;z-index:120;max-width:min(460px,calc(100vw - 36px));padding:13px 16px;border:1px solid #6b5837;border-radius:9px;background:#201c16eF;color:#f4d693;font-size:10px;line-height:1.55;box-shadow:0 16px 50px #0009;backdrop-filter:blur(10px)}

/* Degen autoplay terminal */
.degen-kpis{grid-template-columns:repeat(6,1fr)}
.trench-status-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:12px 0;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#0e0e11;font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.machine-online{color:#72e38f}.machine-repairing{color:var(--gold)}.machine-offline{color:#ff6f6f}
.degen-board{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;margin-top:14px}.degen-board>div{min-width:0}
.tx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:9px}.tx-card{background:#111014;border:1px solid #353039;border-radius:10px;padding:12px;min-width:0}.tx-card h3{font-size:13px;line-height:1.2;margin:10px 0 6px;overflow-wrap:anywhere}.tx-card small{font-size:8px;color:var(--muted)}.tx-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.tx-top span{font-size:7px;color:var(--muted);letter-spacing:.1em}.tx-top b{font-size:7px;color:var(--gold);background:#201c10;border:1px solid #554a1e;border-radius:999px;padding:4px 7px;white-space:nowrap}
.settled-list{display:flex;flex-direction:column;gap:7px;margin-top:9px}.settled-row{display:flex;justify-content:space-between;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:9px 0;font-size:9px}.settled-row span{overflow-wrap:anywhere}.settled-row b{font-size:8px;color:#72e38f;white-space:nowrap}
@media(max-width:980px){.degen-kpis{grid-template-columns:repeat(3,1fr)}.degen-board{grid-template-columns:1fr}}
@media(max-width:650px){.degen-kpis{grid-template-columns:repeat(2,1fr)}.tx-grid{grid-template-columns:1fr}.trench-status-row{align-items:flex-start;flex-direction:column}}

/* Wallet header + modal */
.header-wallet{margin-left:4px}.header-wallet-button,.header-wallet-address,.header-wallet-disconnect{border:1px solid #4d4650;background:#1d1b20;color:#f4f1e9;border-radius:9px;padding:9px 12px;font-size:10px;cursor:pointer}.header-wallet-button{border-color:#7b6036;color:var(--gold);background:#241f18}.header-wallet-session{display:flex;align-items:center;gap:7px}.header-wallet-address{color:var(--gold);font-weight:700}.header-wallet-disconnect{color:#c6c0c8;background:transparent}
.wallet-modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:20px}.wallet-modal-backdrop{position:absolute;inset:0;background:#08080bcc;backdrop-filter:blur(10px)}.wallet-modal-card{position:relative;width:min(520px,100%);max-height:min(720px,90vh);overflow:auto;background:#17161b;border:1px solid #46414a;border-radius:18px;padding:24px;box-shadow:0 28px 90px #000c}.wallet-modal-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.wallet-modal-head h2{margin-top:7px}.wallet-modal-close{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#222026;color:#fff;font-size:24px;cursor:pointer}.wallet-modal-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.wallet-choice{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;text-align:left;padding:13px;border:1px solid #3d3941;background:#201e23;color:#fff;border-radius:12px;cursor:pointer}.wallet-choice:hover{border-color:#7d653e;background:#272219}.wallet-choice-logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#111014;color:var(--gold);font-weight:900;font-size:18px;overflow:hidden}.wallet-choice-logo img{width:100%;height:100%;object-fit:cover}.wallet-choice-logo.rabby{background:#8697ff;color:#10131d}.wallet-choice-logo.zerion{background:#2962ff;color:white}.wallet-choice-logo.metamask{background:#f6851b;color:#1a1010}.wallet-choice-logo.coinbase{background:#1652f0;color:white}.wallet-choice-copy b,.wallet-choice-copy small{display:block}.wallet-choice-copy small{margin-top:3px;color:var(--muted);font-size:8px}.wallet-choice i{font-style:normal;color:var(--gold)}.wallet-modal-empty{padding:22px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-size:11px;text-align:center}
@media(max-width:900px){.header-wallet{margin-left:auto}.network{display:none}}@media(max-width:560px){.wallet-modal-list{grid-template-columns:1fr}.header-wallet-disconnect{display:none}.header-wallet-address{padding:8px}.header-wallet-button{padding:8px 10px}}

/* Franchise onboarding */
.setup-modal{position:fixed;inset:0;z-index:480;display:grid;place-items:center;padding:20px}.setup-backdrop{position:absolute;inset:0;background:#09090dcc;backdrop-filter:blur(10px)}.setup-card{position:relative;width:min(560px,100%);background:#17161b;border:1px solid #4a444d;border-radius:18px;padding:28px;box-shadow:0 28px 90px #000c}.setup-step{font-size:8px;letter-spacing:1.5px;color:var(--gold);font-weight:800}.setup-card h2{font-size:30px;margin:10px 0}.setup-card>p{font-size:12px;margin:0 0 22px}.franchise-name-label{display:block;font-size:9px;color:var(--muted)}.franchise-name-input{display:flex;align-items:center;margin-top:8px;border:1px solid #514a55;border-radius:10px;background:#101014;overflow:hidden}.franchise-name-input span{padding:13px 0 13px 14px;color:var(--gold);font-weight:800;font-size:14px}.franchise-name-input input{flex:1;border:0;background:transparent;color:#fff;padding:13px 14px 13px 2px;outline:0;font-size:14px}.setup-preview{margin:12px 0 18px;padding:12px;border:1px dashed #5f5034;border-radius:9px;color:#e8ca94;background:#211e18;font-weight:700}.setup-checklist{display:grid;gap:10px;margin:18px 0}.setup-checklist>div{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start;padding:13px;border:1px solid var(--line);border-radius:10px;background:#111014}.setup-checklist>div>b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#302719;color:var(--gold)}.setup-checklist strong,.setup-checklist small{display:block}.setup-checklist small{margin-top:4px;color:var(--muted);font-size:9px}.setup-ready-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:6px auto 16px;background:#1f3a29;border:1px solid #477957;color:#77df96;font-size:30px}.setup-ready-panel{text-align:center}.setup-ready-panel h3{font-size:22px}.restaurant-instructions{margin:12px 0 16px;padding:15px 17px;border:1px solid #5a4b32;border-radius:10px;background:#211e18}.restaurant-instructions>strong{color:var(--gold);font-size:11px}.restaurant-instructions ol{margin:10px 0 0;padding-left:20px;color:var(--muted);font-size:10px;line-height:1.8}

/* Real-play animated restaurant */
.live-restaurant{padding:0;overflow:hidden;margin:22px 0}.live-restaurant-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border-bottom:1px solid var(--line);background:#18171b}.live-restaurant-head strong{display:block;margin-top:5px;font-size:12px}.live-restaurant-frame-wrap{height:min(72vw,720px);min-height:520px;background:#111318}.live-restaurant-frame{display:block;width:100%;height:100%;border:0;background:#111318}.live-restaurant-legend{display:flex;gap:20px;flex-wrap:wrap;padding:10px 16px;border-top:1px solid var(--line);font-size:8px;color:var(--muted)}.live-restaurant-legend span:first-child{color:var(--gold)}@media(max-width:760px){.live-restaurant-head{align-items:flex-start;flex-direction:column}.live-restaurant-frame-wrap{height:720px;min-height:600px}.live-restaurant-legend{gap:8px;flex-direction:column}}

.recruit-card.already-minted{opacity:.62;border-color:#3d6448;background:#18231b}.recruit-card.already-minted .role-toggle{border-color:#477957;color:#77df96;background:#183021;cursor:default}.recruit-card.already-minted:after{content:'OWNED';position:absolute;top:9px;right:9px;font-size:7px;letter-spacing:1px;color:#77df96}

.wallet-access-card[hidden]{display:none!important}.operator-layout.step-two-only{grid-template-columns:1fr}.operator-step-two.active-step{border-color:#665334;background:linear-gradient(180deg,#211e18,#1b191e)}.wallet-auth-progress{display:grid;grid-template-columns:10px 1fr;gap:2px 10px;align-items:center;margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:9px;background:#141318}.wallet-auth-progress>span{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px #ffcf7320}.wallet-auth-progress strong{font-size:10px}.wallet-auth-progress small{font-size:9px;color:var(--muted)}.operator-contract-status.ready{border-color:#3f6b4d;background:#18231b}.operator-contract-status.ready strong{color:#80d99a}

/* WalletConnect-first wallet selector */
.wallet-modal-card-v2{width:min(590px,100%);padding:26px;background:#17161b;border-color:#3e3942}.wallet-modal-intro{margin:6px 0 18px;color:#aaa4ad;font-size:11px;line-height:1.7}.walletconnect-hero{width:100%;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;text-align:left;border:1px solid #4169e1;background:linear-gradient(135deg,#1d294d,#171b2a);color:#fff;border-radius:13px;padding:13px 15px;cursor:pointer;box-shadow:inset 0 0 35px #3064ff12}.walletconnect-hero:hover{border-color:#6b8cff;background:linear-gradient(135deg,#243463,#1a2033)}.walletconnect-hero:disabled{opacity:.55;cursor:wait}.walletconnect-mark{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:#3b6cff;color:#fff;font-weight:900;font-size:17px}.walletconnect-hero b,.walletconnect-hero small{display:block}.walletconnect-hero b{font-size:13px}.walletconnect-hero small{margin-top:4px;color:#b9c8ff;font-size:9px}.walletconnect-hero i{font-style:normal;color:#92aaff;font-size:18px}.wallet-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:20px 0 12px}.wallet-divider span{height:1px;background:#38343c}.wallet-divider small{font-size:7px;letter-spacing:1.4px;color:#77717b}.wallet-modal-list-v2{grid-template-columns:1fr 1fr;gap:9px;margin:0}.wallet-modal-list-v2 .wallet-choice{min-height:68px;padding:10px 12px}.wallet-modal-list-v2 .wallet-choice-logo{width:40px;height:40px}.wallet-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;padding-top:13px;border-top:1px solid #302d34}.wallet-modal-foot button{border:0;background:transparent;color:var(--gold);font-size:9px;cursor:pointer;padding:5px 0}.wallet-modal-foot span{color:#77717b;font-size:8px}.wallet-modal-empty{display:block;grid-column:1/-1}.wallet-modal-empty b,.wallet-modal-empty small{display:block}.wallet-modal-empty small{margin-top:5px;font-size:8px}@media(max-width:560px){.wallet-modal-card-v2{padding:18px}.wallet-modal-list-v2{grid-template-columns:1fr}.wallet-modal-foot{align-items:flex-start;flex-direction:column}}

.header-links{display:flex;align-items:center;gap:7px;margin-left:auto}.header-buy,.header-social{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;text-decoration:none;font-size:9px;font-weight:850;white-space:nowrap}.header-buy{padding:10px 13px;background:linear-gradient(180deg,#ffd16e,#ffb63f);color:#1c1407;border:1px solid #ffe0a0}.header-social{width:34px;height:34px;border:1px solid #454048;background:#1b191e;color:#d7d1d9}.header-social.pending{opacity:.35;pointer-events:none}.footer-links{display:flex;gap:12px;align-items:center}.footer-links a{color:var(--gold);text-decoration:none}.solana-wallet-note{padding:14px;border:1px solid #50445f;border-radius:11px;background:linear-gradient(135deg,#1e1830,#131b22);display:flex;flex-direction:column;gap:5px}.solana-wallet-note b{font-size:11px;color:#d7c4ff}.solana-wallet-note small{font-size:9px;color:#8f8995;line-height:1.5}
@media(max-width:900px){.header-links{order:3;width:100%;justify-content:flex-start}.header-buy{padding:8px 11px}.header-social{width:31px;height:31px}}


/* 0.6.3 live-game readability + animated economy/menu */
.topbar nav{font-size:14px;gap:20px;line-height:1.2}
.utility-nav a{font-size:11px;padding:8px 12px}
.header-buy,.header-social,.header-wallet-button,.header-wallet-address,.header-wallet-disconnect{font-size:11px!important}
.network{font-size:11px}.network b{font-size:9px}
.tag{font-size:10px}.eyebrow{font-size:11px}.small-note,.demo-notice{font-size:12px}
.live-restaurant-legend{font-size:11px}
.live-stations,.live-task-board{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.live-task-board-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:13px}
.live-task-board-head strong{display:block;margin-top:6px;font-size:15px}
.station-menu-link{font-size:11px;color:var(--gold);text-decoration:none;border-bottom:1px solid #765e35;padding-bottom:3px}
.live-station-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.live-station-card{min-height:118px;padding:15px;border:1px solid #3a373e;border-radius:11px;background:#151419;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:start}
.live-station-card>b{font-size:22px;grid-row:1/4}.live-station-card>span{font-size:9px;letter-spacing:.9px;color:var(--gold);font-weight:800}
.live-station-card>strong{font-size:13px}.live-station-card>small{font-size:10px;color:#aaa5ad;line-height:1.45}
.live-station-card.is-active{border-color:#80643a;background:linear-gradient(180deg,#282116,#171518);box-shadow:0 0 24px #ffcc6610,inset 0 1px #ffcc6630}
#live-task-summary{font-size:11px;color:#a9d5b2;border:1px solid #365541;background:#16231b;padding:7px 10px;border-radius:999px;white-space:nowrap}
.live-task-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.live-task-card{min-height:124px;padding:13px;border:1px solid #39383e;border-radius:10px;background:#151419;display:flex;flex-direction:column;gap:8px;overflow:hidden;position:relative}
.live-task-card.is-active{border-color:#7d6741;background:linear-gradient(180deg,#241f17,#171518);box-shadow:inset 0 1px #ffcb6620}
.live-task-card.is-ready{border-color:#314d39}.live-task-card.is-unstaffed{opacity:.52}
.live-task-top{display:flex;align-items:center;gap:7px}.live-task-icon{font-size:16px}.live-task-station{font-size:9px;letter-spacing:.8px;color:var(--gold);font-weight:750}
.live-task-timer{margin-left:auto;font-size:10px;color:#ded9cf;font-variant-numeric:tabular-nums}
.live-task-card>strong{font-size:13px}.live-task-card>small{font-size:10px;line-height:1.45;color:#aaa5ad;min-height:29px}
.live-task-progress{height:4px;border-radius:999px;background:#343139;overflow:hidden;margin-top:auto}.live-task-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#dcae50,#ffd979);transition:width .22s linear}

.future-crew-note{margin:18px 0 28px;padding:18px 20px;border:1px dashed #5b4c35;border-radius:12px;background:#1c1916;display:grid;grid-template-columns:auto auto 1fr;gap:14px 18px;align-items:center}
.future-crew-note span{font-size:9px;letter-spacing:.8px;color:var(--gold)}.future-crew-note strong{font-size:15px}.future-crew-note p{margin:0;font-size:11px;color:var(--muted)}

.economy-view{--eco-green:#89d5a1;--eco-red:#ee6964}
.economy-hero-wide{display:grid;grid-template-columns:1.35fr .65fr;gap:36px;align-items:end;margin-bottom:34px}
.economy-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.economy-hero-stats>div{padding:16px 12px;background:#1a181d;border:1px solid #3a373e;border-radius:10px}
.economy-hero-stats span{display:block;color:var(--muted);font-size:9px;line-height:1.4}.economy-hero-stats strong{display:block;color:var(--gold);font-size:18px;margin-top:7px}
.economy-stack{display:grid;gap:18px}.economy-spread{position:relative;overflow:hidden;border:1px solid #3d3941;border-radius:16px;background:radial-gradient(circle at 12% 0,#2c251a 0,#1b191e 32%,#141318 100%);padding:26px 28px}
.economy-spread:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0 46%,#ffcd6610 50%,transparent 54%);transform:translateX(-120%);animation:economySweep 7s linear infinite}
.economy-spread header{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;max-width:900px}
.economy-number{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid #725d38;background:#251f17;color:var(--gold);font-weight:900;font-size:12px}
.economy-spread h2{font-size:24px;margin:5px 0 7px}.economy-spread header p{font-size:11px;margin:0;color:var(--muted);line-height:1.6}
.coin-flow{margin-top:26px;position:relative}.coin-flow-linear{display:grid;grid-template-columns:1fr minmax(150px,.8fr) 1fr minmax(150px,.8fr) 1fr;gap:12px;align-items:center}
.flow-node{min-height:118px;padding:15px;border:1px solid #454149;border-radius:12px;background:#111115;display:flex;flex-direction:column;justify-content:center;gap:7px;text-align:center}
.flow-node>span{font-size:9px;letter-spacing:.85px;color:var(--gold);font-weight:800}.flow-node>strong{font-size:15px}.flow-node>small{font-size:9px;color:var(--muted);line-height:1.5}
.flow-node.focus{border-color:#80643a;box-shadow:inset 0 0 28px #ffcc6614}.flow-node.focus.green{border-color:#477957;box-shadow:inset 0 0 28px #86d89d12}
.flow-rail{height:74px;position:relative;display:flex;align-items:center;justify-content:center}.flow-rail i{position:absolute;left:0;right:0;height:2px;background:#51442f}.flow-rail i:after{content:'›';position:absolute;right:-3px;top:-13px;color:var(--gold);font-size:27px}
.flow-rail em{position:absolute;top:2px;font-style:normal;font-size:8px;letter-spacing:.6px;color:#c9b78e}
.moving-m-coin{width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fff2a0,#ffd52d 35%,#e2a400 72%,#8c5e00);border:2px solid #ffe66d;color:#a81510;display:grid;place-items:center;font-weight:1000;font-size:17px;box-shadow:0 4px 14px #0008,0 0 18px #ffc63e55;z-index:3;user-select:none}
.flow-rail .moving-m-coin{position:absolute;left:-8px;animation:coinLinear 2.7s cubic-bezier(.45,.02,.55,.98) infinite}.flow-rail .coin-b{animation-delay:1.1s}
.coin-flow-split{display:grid;grid-template-columns:minmax(180px,.6fr) minmax(260px,1fr) minmax(260px,.9fr);gap:18px;align-items:center;min-height:220px}
.flow-node.source{min-height:150px}.split-rail{height:210px;position:relative}.branch-line{position:absolute;left:0;width:100%;height:2px;transform-origin:left center;background:linear-gradient(90deg,#5e4b2e,#6d5a37 70%,#51452f)}
.branch-one{top:24%;transform:rotate(-9deg)}.branch-two{top:50%}.branch-three{top:76%;transform:rotate(9deg)}
.split-coin{position:absolute;left:-2px;top:calc(50% - 17px);animation-duration:3.1s;animation-timing-function:cubic-bezier(.42,0,.58,1);animation-iteration-count:infinite}
.split-coin.one{animation-name:coinBranchOne}.split-coin.two{animation-name:coinBranchTwo;animation-delay:.65s}.split-coin.three{animation-name:coinBranchThree;animation-delay:1.3s}
.delay-a{animation-delay:.3s!important}.delay-b{animation-delay:1.0s!important}.delay-c{animation-delay:1.7s!important}
.flow-target-stack{display:grid;gap:10px}.flow-target{display:flex;align-items:center;gap:14px;border:1px solid #444149;background:#111115;border-radius:10px;padding:13px 15px;min-height:58px}
.flow-target>b{font-size:21px;min-width:52px}.flow-target span strong{display:block;font-size:13px}.flow-target span small{display:block;color:var(--muted);font-size:9px;margin-top:4px}
.flow-target.prize{border-color:#786538}.flow-target.prize>b{color:var(--gold)}.flow-target.treasury{border-color:#3d6a49}.flow-target.treasury>b{color:var(--eco-green)}.flow-target.burn{border-color:#76413f}.flow-target.burn>b{color:var(--eco-red)}
.economy-caption{margin-top:18px;padding:11px 13px;border:1px solid #39353c;border-radius:8px;color:#aaa5ad;font-size:10px;line-height:1.6;background:#111115}
.economy-flywheel-wide{margin-top:18px;padding:22px 24px;border:1px solid #4a4030;border-radius:14px;background:linear-gradient(90deg,#1d1915,#17171b);display:grid;grid-template-columns:.6fr 1.4fr;gap:22px;align-items:center}
.economy-flywheel h2{font-size:18px}.flywheel-steps{display:flex;align-items:center;gap:8px;justify-content:flex-end;flex-wrap:wrap}.flywheel-steps span{font-size:10px;border:1px solid #3d3940;background:#111115;border-radius:8px;padding:9px 10px;white-space:nowrap}.flywheel-steps span b{color:var(--gold);margin-right:5px}.flywheel-steps i{font-style:normal;color:var(--gold)}
@keyframes coinLinear{0%{left:-8px;transform:rotate(0) scale(.85);opacity:0}8%{opacity:1}92%{opacity:1}100%{left:calc(100% - 26px);transform:rotate(720deg) scale(1);opacity:0}}
@keyframes coinBranchOne{0%{left:-2%;top:calc(50% - 17px);transform:rotate(0);opacity:0}8%{opacity:1}100%{left:92%;top:calc(20% - 17px);transform:rotate(720deg);opacity:0}}
@keyframes coinBranchTwo{0%{left:-2%;top:calc(50% - 17px);transform:rotate(0);opacity:0}8%{opacity:1}100%{left:92%;top:calc(50% - 17px);transform:rotate(720deg);opacity:0}}
@keyframes coinBranchThree{0%{left:-2%;top:calc(50% - 17px);transform:rotate(0);opacity:0}8%{opacity:1}100%{left:92%;top:calc(80% - 17px);transform:rotate(720deg);opacity:0}}
@keyframes economySweep{0%,20%{transform:translateX(-120%)}70%,100%{transform:translateX(120%)}}

.menu-progress-strip{margin:14px 0 18px;padding:12px 15px;border:1px solid #49403a;border-radius:10px;background:#19171b;display:flex;align-items:center;justify-content:space-between;gap:15px}.menu-progress-strip span{font-size:10px;color:var(--gold);font-weight:800;letter-spacing:.6px}.menu-progress-strip strong{font-size:11px;color:#c9c4ca;text-align:right}
.degen-menu-levels{display:grid;gap:14px}.menu-level-card{border:1px solid #4a454c;border-radius:14px;background:#17161a;padding:20px;transition:opacity .25s,border-color .25s,filter .25s}.menu-level-card.is-muted{opacity:.33;filter:grayscale(.72)}.menu-level-card.is-current{border-color:#8f703a;background:radial-gradient(circle at 8% 0,#31281b,#1a181c 45%,#151419);box-shadow:0 0 30px #ffc95b10}
.menu-level-card header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.menu-level-card header span{font-size:9px;letter-spacing:.8px;color:var(--gold);font-weight:800}.menu-level-card header h3{font-size:20px;margin:4px 0}.menu-level-card header small{font-size:9px;color:var(--muted)}.menu-level-card header>b{font-size:9px;letter-spacing:.7px;border:1px solid #5c4d35;color:#cdb786;padding:7px 9px;border-radius:999px}
.menu-level-card.is-current header>b{background:#2b2419;color:var(--gold);border-color:#8b6e3c}.menu-item-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.menu-item{display:flex;gap:9px;align-items:center;padding:10px;border:1px solid #343139;background:#111115;border-radius:8px;min-width:0}.menu-food-icon{font-size:16px}.menu-item span:last-child{min-width:0}.menu-item strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item small{display:block;font-size:8px;color:#77737b;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1180px){.live-task-grid{grid-template-columns:repeat(3,1fr)}.live-station-grid{grid-template-columns:repeat(2,1fr)}.economy-hero-wide{grid-template-columns:1fr}.menu-item-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.coin-flow-linear,.coin-flow-split{grid-template-columns:1fr}.flow-rail{height:48px;transform:rotate(90deg)}.split-rail{height:110px}.branch-one{top:18%}.branch-two{top:50%}.branch-three{top:82%}.economy-flywheel-wide{grid-template-columns:1fr}.flywheel-steps{justify-content:flex-start}.menu-item-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.topbar nav{font-size:13px;gap:16px}.utility-nav a{font-size:10px}.live-task-board-head{align-items:flex-start;flex-direction:column}.live-task-grid,.live-station-grid{grid-template-columns:1fr 1fr}.economy-hero-stats{grid-template-columns:1fr 1fr}.economy-spread{padding:20px 16px}.economy-spread header{grid-template-columns:42px 1fr}.economy-number{width:38px;height:38px}.menu-item-grid{grid-template-columns:1fr}.menu-progress-strip{align-items:flex-start;flex-direction:column}.menu-progress-strip strong{text-align:left}.future-crew-note{grid-template-columns:1fr}}


/* 0.6.4 compact navigation + corrected flow geometry + mobile rebuild */
html,body{max-width:100%;overflow-x:hidden}
body.nav-open{overflow:hidden}
.site-nav,.utility-nav,.header-links{display:none!important}
.topbar{
  position:sticky;top:0;z-index:300;
  display:grid;grid-template-columns:auto auto 1fr auto auto auto;align-items:center;
  gap:12px;min-height:68px;padding:9px clamp(14px,3vw,42px);
  background:linear-gradient(180deg,#111014f7,#0e0d10ef);
  border-bottom:1px solid #2d2a30;
  box-shadow:0 8px 30px #0008;
  backdrop-filter:blur(18px) saturate(130%);
}
.header-spacer{min-width:0}
.header-brand{gap:8px;min-width:0;font-size:18px;letter-spacing:-.5px}
.brand-logo{display:block;width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 12px #ffcf4430)}
.brand-copy{display:flex;align-items:flex-start;flex-direction:column;line-height:1}
.brand-word{color:#f8f5ef!important;font-size:18px;font-weight:900;letter-spacing:-.55px}
.header-brand small{display:block!important;padding:4px 0 0!important;color:#7f7a82;font-size:6px;letter-spacing:2px}
.header-buy{margin:0;border-radius:10px;padding:10px 14px;font-size:10px!important;box-shadow:0 4px 20px #e7ad3622}
.header-wallet{margin:0}
.header-wallet-button,.header-wallet-address,.header-wallet-disconnect{min-height:38px;font-size:9px!important}
.network{border-left:1px solid #302d33;padding-left:14px;font-size:9px}.network b{font-size:8px}

.header-more{position:relative;margin:0}
.header-more>summary{
  list-style:none;width:44px;height:44px;display:grid;place-items:center;
  border:1px solid #3b373e;border-radius:11px;background:#17161a;color:#fff;cursor:pointer;
  transition:border-color .2s,background .2s,transform .2s;
}
.header-more>summary::-webkit-details-marker{display:none}
.header-more>summary:hover{border-color:#7b623a;background:#201d18}
.hamburger-label{display:none}
.hamburger-lines{width:20px;display:grid;gap:4px}.hamburger-lines i{display:block;height:2px;border-radius:2px;background:#f6f2eb;transition:.2s}
.header-more[open] .hamburger-lines i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.header-more[open] .hamburger-lines i:nth-child(2){opacity:0}
.header-more[open] .hamburger-lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.drawer-backdrop{position:fixed;inset:0;z-index:998;background:#050507b8;backdrop-filter:blur(5px)}
.header-more-menu{
  position:fixed;z-index:999;left:0;top:0;width:min(380px,88vw);height:100dvh;
  padding:20px;overflow:auto;background:linear-gradient(180deg,#17151a 0,#100f12 100%);
  border-right:1px solid #3c3740;box-shadow:28px 0 80px #000c;
  display:flex;flex-direction:column;gap:18px;
  animation:drawerIn .22s ease-out both;
}
.header-more:not([open]) .drawer-backdrop,.header-more:not([open]) .header-more-menu{display:none!important}
@keyframes drawerIn{from{transform:translateX(-24px);opacity:.3}to{transform:translateX(0);opacity:1}}
.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:17px;border-bottom:1px solid #302d34}
.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand img{width:46px;height:46px;object-fit:contain}.drawer-brand strong,.drawer-brand small{display:block}.drawer-brand strong{font-size:18px}.drawer-brand small{font-size:6px;letter-spacing:2px;color:#77727a;margin-top:4px}
.drawer-close{width:38px;height:38px;border:1px solid #3a363d;border-radius:10px;background:#1e1c21;color:#eee;font-size:22px;cursor:pointer}
.drawer-group{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.header-more-label{grid-column:1/-1;font-size:8px;letter-spacing:1.6px;color:#7c767f;margin:4px 0 6px}
.drawer-group a{padding:10px 11px;border-radius:8px;color:#c9c4cb;font-size:12px;border:1px solid transparent}
.drawer-group a:hover,.drawer-group a.active{color:var(--gold);background:#211d17;border-color:#51452f}
.drawer-buy{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-radius:10px;background:linear-gradient(180deg,#ffd260,#f4b333);color:#1b1407;font-size:12px;font-weight:900}
.drawer-socials{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.drawer-social{display:flex;align-items:center;gap:9px;padding:11px;border:1px solid #343039;border-radius:9px;color:#bbb6bd;background:#151419;font-size:10px}
.drawer-social svg{width:17px;height:17px;fill:currentColor;flex:0 0 auto}
.drawer-social:hover{color:#fff;border-color:#5a525e;background:#1d1b20}
.drawer-network{margin-top:auto;padding-top:14px;border-top:1px solid #302d34;display:flex;align-items:center;justify-content:space-between;gap:12px}.drawer-network span{font-size:7px;letter-spacing:1.3px;color:#69646d}.drawer-network strong{font-size:9px;color:#a8d6b4}

/* Economy: rails now occupy the entire gap and physically meet both boxes. */
.coin-flow-linear{grid-template-columns:1fr minmax(130px,.74fr) 1fr minmax(130px,.74fr) 1fr;gap:0}
.flow-rail{height:78px}
.flow-rail i{left:0!important;right:0!important;background:linear-gradient(90deg,#5f4a28,#d6a83e,#5f4a28);box-shadow:0 0 8px #ffca5220}
.flow-rail i:after{right:-1px}
.flow-rail em{top:5px}
.moving-m-coin{
  width:30px;height:30px;font-size:0;border:1px solid #ffe16a;
  background:radial-gradient(circle at 35% 28%,#fff4a9 0,#ffd62d 42%,#dca30f 100%);
  box-shadow:0 2px 10px #000b,0 0 12px #ffc83c44;
}
.moving-m-coin:after{content:'M';font-size:14px;font-weight:1000;color:#a61915;line-height:1}
.flow-rail .moving-m-coin{left:-15px}
@keyframes coinLinear{0%{left:-15px;transform:rotate(0) scale(.88);opacity:0}8%{opacity:1}92%{opacity:1}100%{left:calc(100% - 15px);transform:rotate(540deg) scale(1);opacity:0}}

.coin-flow-split{grid-template-columns:minmax(190px,.58fr) minmax(300px,1.08fr) minmax(270px,.92fr);gap:0;align-items:center}
.flow-node.source{height:210px;min-height:210px;border-radius:12px 0 0 12px}
.split-two-layout .flow-node.source{height:160px;min-height:160px}
.split-rail{height:210px;position:relative;overflow:visible}
.split-two{height:160px}
.split-svg{display:block;width:100%;height:100%;overflow:visible}
.split-svg path{fill:none;stroke:#74592e;stroke-width:2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 3px #f3bb4322)}
.svg-flow-coin circle{fill:#f5be25;stroke:#ffe579;stroke-width:2;filter:drop-shadow(0 2px 5px #000a)}
.svg-flow-coin text{fill:#9e1815;font-size:16px;font-weight:1000;text-anchor:middle;font-family:Inter,system-ui,sans-serif}
.flow-target-stack{height:210px;grid-template-rows:repeat(3,minmax(0,1fr));gap:10px}
.flow-target-stack.two-targets{height:160px;grid-template-rows:repeat(2,minmax(0,1fr))}
.flow-target{height:100%;min-height:0;border-radius:0 10px 10px 0}
.mobile-split-token{display:none}

/* True narrow-screen layouts instead of compressed desktop grids. */
@media(max-width:820px){
  .topbar{grid-template-columns:auto minmax(0,1fr) auto auto;gap:8px;padding:8px 10px;min-height:62px}
  .header-brand{min-width:0}.brand-logo{width:40px;height:40px}.brand-word{font-size:15px}.header-brand small{font-size:5px;letter-spacing:1.5px}
  .header-buy{padding:9px 10px;font-size:9px!important}
  .network{display:none!important}.header-wallet-disconnect{display:none}
  .header-wallet-button,.header-wallet-address{padding:8px 9px;max-width:82px;overflow:hidden;text-overflow:ellipsis}
  main{width:100%;padding:24px 14px 64px}
  h1{font-size:clamp(36px,11vw,52px);letter-spacing:-2px;margin:14px 0 18px}
  .lead{font-size:13px;line-height:1.65}
  .panel{padding:15px}
  .section-heading{margin:34px 0 16px;align-items:flex-start}
  .section-heading>.button{width:100%}

  .live-restaurant{margin:16px 0;border-radius:12px}
  .live-restaurant-head{padding:13px 14px}
  .live-restaurant-frame-wrap{height:62dvh;min-height:420px;max-height:620px;width:100%}
  .live-restaurant-frame{width:100%;max-width:100%}
  .live-restaurant-legend{padding:11px 14px;font-size:9px}
  .live-stations,.live-task-board{margin:0;padding:16px 14px}
  .live-task-board-head{align-items:flex-start;flex-direction:column;margin-bottom:11px}
  .live-station-grid,.live-task-grid{grid-template-columns:1fr!important;gap:8px}
  .live-station-card,.live-task-card{min-height:0}
  .live-station-card{padding:12px}.live-task-card{padding:12px}
  #live-task-summary{white-space:normal}
  .live-console{margin:16px 0}.live-console-head{flex-direction:column}
  .game-kpis,.degen-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .degen-board{grid-template-columns:1fr!important}
  .trench-status-row{align-items:flex-start;flex-direction:column}
  .restaurant-instructions{padding:13px}.restaurant-instructions ol{font-size:10px;padding-left:18px}
  .game-actions .button{width:100%;margin:0}

  .economy-hero-wide{grid-template-columns:1fr;gap:18px;margin-bottom:20px}
  .economy-hero-stats{grid-template-columns:1fr;gap:7px}
  .economy-hero-stats>div{padding:12px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px}
  .economy-hero-stats strong{margin:0;font-size:16px}
  .economy-stack{gap:12px}.economy-spread{padding:17px 14px;border-radius:13px}
  .economy-spread header{grid-template-columns:38px 1fr;gap:11px}.economy-number{width:36px;height:36px;font-size:10px}.economy-spread h2{font-size:20px}
  .coin-flow-linear{grid-template-columns:1fr;gap:0;margin-top:20px}
  .flow-node{min-height:96px;padding:12px}
  .flow-rail{width:44px;height:72px;justify-self:center;transform:none!important}
  .flow-rail i{top:0;bottom:0;left:50%!important;right:auto!important;width:2px;height:auto}
  .flow-rail i:after{content:'⌄';left:-9px;right:auto;top:auto;bottom:-11px;font-size:20px}
  .flow-rail em{top:29px;left:50%;transform:translateX(20px);white-space:nowrap}
  .flow-rail .moving-m-coin{left:7px;top:-14px;animation:coinVertical 2.5s linear infinite}
  .flow-rail .coin-b{animation-delay:.8s}
  @keyframes coinVertical{0%{top:-14px;transform:rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{top:calc(100% - 15px);transform:rotate(540deg);opacity:0}}

  .coin-flow-split{grid-template-columns:1fr;gap:0;min-height:0;margin-top:20px}
  .flow-node.source,.split-two-layout .flow-node.source{height:auto;min-height:100px;border-radius:12px}
  .split-rail,.split-two{width:54px;height:72px;justify-self:center;overflow:visible}
  .split-svg{display:none}
  .split-rail:before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(#6c532d,#d0a13d)}
  .split-rail:after{content:'⌄';position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);color:var(--gold);font-size:20px}
  .mobile-split-token{display:grid;place-items:center;position:absolute;left:50%;top:0;width:28px;height:28px;margin-left:-14px;border-radius:50%;background:#f3bd25;color:#9f1714;font-weight:1000;font-size:13px;border:1px solid #ffe57b;box-shadow:0 0 11px #ffc84b44;animation:mobileSplitCoin 2.4s linear infinite}
  @keyframes mobileSplitCoin{0%{top:-8px;transform:rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{top:calc(100% - 20px);transform:rotate(480deg);opacity:0}}
  .flow-target-stack,.flow-target-stack.two-targets{height:auto;display:grid;grid-template-rows:none;gap:8px}
  .flow-target{height:auto;min-height:70px;border-radius:10px;padding:12px}
  .economy-caption{font-size:9px;margin-top:12px}
  .economy-flywheel-wide{grid-template-columns:1fr;padding:16px}.flywheel-steps{justify-content:flex-start;gap:6px}.flywheel-steps span{white-space:normal}

  .menu-progress-strip{align-items:flex-start;flex-direction:column;padding:11px 12px}.menu-progress-strip strong{text-align:left}
  .menu-level-card{padding:14px;border-radius:11px}.menu-level-card header{align-items:flex-start;flex-direction:column;gap:8px}.menu-level-card header>b{align-self:flex-start}
  .menu-level-card.is-muted{opacity:.48;filter:grayscale(.65)}
  .menu-item-grid{grid-template-columns:1fr!important;gap:6px}.menu-item{padding:10px}
  .menu-item strong,.menu-item small{white-space:normal;overflow:visible;text-overflow:clip}
  .future-crew-note{grid-template-columns:1fr}
}
@media(max-width:460px){
  .topbar{grid-template-columns:auto minmax(0,1fr) auto auto;padding:7px 8px}
  .header-more>summary{width:40px;height:40px}.brand-logo{width:36px;height:36px}.brand-word{font-size:14px}.header-brand small{display:none!important}
  .header-buy{padding:8px 9px;font-size:8px!important}.header-wallet-button,.header-wallet-address{max-width:70px;font-size:8px!important;padding:8px}
  .header-more-menu{width:min(340px,92vw);padding:16px}.drawer-group{grid-template-columns:1fr}.drawer-socials{grid-template-columns:1fr}
  main{padding-left:12px;padding-right:12px}
  .economy-spread header{grid-template-columns:34px 1fr}.economy-number{width:32px;height:32px}.economy-spread h2{font-size:18px}
  .economy-hero-stats>div{font-size:9px}
  .game-kpis,.degen-kpis{grid-template-columns:1fr 1fr!important}
  .live-restaurant-frame-wrap{height:56dvh;min-height:390px}
  .balance-grid{grid-template-columns:1fr!important}
}


/* 0.6.5 Economy V2 — fixed tokens, moving light only */
.economy-ui-v2{--flow-yellow:#ffd62d;--flow-red:#ff6262;--flow-green:#68d991}
.economy-v2-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:end;margin-bottom:20px;padding:8px 0 4px}
.economy-v2-hero h1{font-size:clamp(46px,5vw,72px);margin:12px 0 13px;line-height:.98}
.economy-v2-hero>div:first-child>p{max-width:780px;margin:0;font-size:14px;line-height:1.65;color:#aaa5ad}
.economy-v2-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.economy-v2-summary span{display:block;padding:14px;border:1px solid #3f3a42;border-radius:11px;background:#17161a}
.economy-v2-summary b,.economy-v2-summary small{display:block}.economy-v2-summary b{color:var(--flow-yellow);font-size:18px}.economy-v2-summary small{margin-top:4px;color:#8f8992;font-size:8px;line-height:1.4}
.economy-v2-stack{display:grid;gap:16px}
.flow-card{border:1px solid #39363d;border-radius:16px;background:radial-gradient(circle at 7% 0,#292118 0,#17161a 30%,#111114 100%);padding:25px 28px;overflow:hidden;box-shadow:0 18px 45px #0003}
.flow-card-head{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:23px}
.flow-step{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;border:1px solid #7b622c;background:#2b2415;color:var(--flow-yellow);font-size:13px;font-weight:900;box-shadow:inset 0 0 20px #ffc91f0c}
.flow-kicker{display:block;color:var(--flow-yellow);font-size:9px;font-weight:900;letter-spacing:.8px}
.flow-card-head h2{margin:5px 0 6px;font-size:24px}.flow-card-head p{max-width:760px;margin:0;font-size:11px;line-height:1.55;color:#a6a1aa}
.route-linear{display:grid;grid-template-columns:minmax(170px,1fr) minmax(105px,.65fr) minmax(170px,1fr) minmax(105px,.65fr) minmax(170px,1fr);gap:0;align-items:center}
.route-node{min-height:154px;border:1px solid #4a454e;background:#111115;border-radius:13px;padding:18px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;position:relative;z-index:2}
.route-node-red{border-color:#864040;background:linear-gradient(180deg,#241718,#121115)}
.route-node-gold{border-color:#8b6f24;background:linear-gradient(180deg,#211d11,#111115)}
.route-icon{min-height:30px;display:grid;place-items:center;color:var(--flow-yellow);font-size:27px;font-weight:950;letter-spacing:-4px;text-shadow:0 0 16px #ffcf3055}
.route-node-red .route-icon{color:#ff6262}.route-node>span{color:var(--flow-yellow);font-size:9px;font-weight:900;letter-spacing:.5px}.route-node>strong{font-size:14px}.route-node>small{font-size:9px;line-height:1.4;color:#aaa4ad}
.route-link{height:76px;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}
.route-link>i{position:absolute;left:0;right:0;top:50%;height:2px;background:#68532d;box-shadow:0 0 6px #ffc83318}
.route-link>u{position:absolute;right:-1px;top:50%;transform:translateY(-56%);font-size:27px;text-decoration:none;color:#e9b83c;z-index:3}
.route-link>em{position:absolute;left:50%;top:4px;transform:translateX(-50%);font-size:7px;font-style:normal;font-weight:850;letter-spacing:.45px;color:#c5b383;white-space:nowrap}
.route-token,.branch-token{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#fff49e 0,#ffd62d 38%,#d89805 100%);border:2px solid #ffe96f;color:#ad1c16;font-size:18px;font-weight:1000;font-style:normal;box-shadow:0 3px 9px #000a,0 0 16px #ffc72e55;position:relative;z-index:5}
.route-shine{position:absolute;z-index:4;left:0;top:50%;width:72px;height:8px;transform:translate(-75px,-50%);background:linear-gradient(90deg,transparent,#fff1a7 42%,#ffd52b 58%,transparent);filter:blur(1px);opacity:0;animation:routeLight 2.2s linear infinite;pointer-events:none}
.route-shine.delay{animation-delay:1.05s}
@keyframes routeLight{0%{transform:translate(-75px,-50%);opacity:0}12%{opacity:1}85%{opacity:1}100%{transform:translate(calc(100% + 75px),-50%);opacity:0}}

.route-split{display:grid;grid-template-columns:minmax(180px,.6fr) minmax(260px,1fr) minmax(300px,1fr);gap:0;align-items:center}
.route-split-two .split-source{min-height:178px}.route-split-three .split-source{min-height:238px}
.route-branch{height:238px;position:relative;overflow:visible}.route-split-two .route-branch{height:178px}
.route-branch svg{display:block;width:100%;height:100%;overflow:visible}
.branch-base{fill:none;stroke:#71572c;stroke-width:2;vector-effect:non-scaling-stroke}
.branch-glow{fill:none;stroke:#fff1a5;stroke-width:5;vector-effect:non-scaling-stroke;stroke-linecap:round;filter:drop-shadow(0 0 5px #ffd739);stroke-dasharray:48 760;stroke-dashoffset:760;animation:branchLight 3.1s linear infinite}
.branch-glow.glow-b{animation-delay:1.05s}.branch-glow.glow-c{animation-delay:2.1s}
@keyframes branchLight{0%{stroke-dashoffset:760;opacity:0}8%{opacity:1}88%{opacity:1}100%{stroke-dashoffset:0;opacity:0}}
.branch-token{position:absolute;left:18%;top:50%;transform:translate(-50%,-50%);animation:none!important}
.route-targets{height:238px;display:grid;grid-template-rows:repeat(3,1fr);gap:10px}.route-targets-two{height:178px;grid-template-rows:repeat(2,1fr)}
.route-target{border:1px solid #4a454d;background:#111115;border-radius:11px;display:grid;grid-template-columns:36px 62px 1fr;gap:8px;align-items:center;padding:11px 14px}
.route-target>span{font-size:19px;text-align:center}.route-target>b{font-size:22px}.route-target strong,.route-target small{display:block}.route-target strong{font-size:12px}.route-target small{margin-top:3px;color:#96909a;font-size:8px;line-height:1.35}
.route-target.prize{border-color:#846b24}.route-target.prize>b,.route-target.prize>span{color:#ffd348}
.route-target.treasury{border-color:#376a48}.route-target.treasury>b,.route-target.treasury>span{color:var(--flow-green)}
.route-target.burn{border-color:#7b3c3c}.route-target.burn>b,.route-target.burn>span{color:#ff6868}
.economy-v2-cta{margin-top:16px;border:1px solid #846a20;border-radius:14px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(90deg,#1a1810,#121215);box-shadow:0 0 24px #ffd52b10}
.economy-v2-cta>div{display:flex;align-items:center;gap:14px}.cta-icon{width:48px;height:48px;border-radius:10px;border:1px solid #856d29;display:grid;place-items:center;color:#ffd52b;font-size:25px}
.economy-v2-cta strong,.economy-v2-cta small{display:block}.economy-v2-cta strong{font-size:14px}.economy-v2-cta small{margin-top:5px;color:#96909a;font-size:9px}.economy-start{background:#ffd332!important;border-color:#ffe16a!important;color:#1a1507!important;font-weight:900}

.header-brand .brand-logo,.drawer-brand img{content:url("./mcdegens-mark.png?v=0.6.5");background:transparent!important;object-fit:contain;filter:drop-shadow(0 0 10px #ffc91d22)}

@media(max-width:900px){
 .economy-v2-hero{grid-template-columns:1fr;gap:16px}.economy-v2-summary{grid-template-columns:repeat(3,1fr)}
 .flow-card{padding:20px}.route-linear{grid-template-columns:minmax(140px,1fr) minmax(80px,.5fr) minmax(140px,1fr) minmax(80px,.5fr) minmax(140px,1fr)}
 .route-node{min-height:142px}.route-split{grid-template-columns:minmax(160px,.62fr) minmax(180px,.8fr) minmax(250px,1fr)}
}
@media(max-width:680px){
 .economy-v2-hero{margin-bottom:14px}.economy-v2-hero h1{font-size:42px}.economy-v2-hero>div:first-child>p{font-size:12px}
 .economy-v2-summary{grid-template-columns:1fr}.economy-v2-summary span{display:flex;justify-content:space-between;align-items:center}
 .economy-v2-summary small{margin:0;text-align:right}
 .flow-card{padding:16px 13px;border-radius:13px}.flow-card-head{grid-template-columns:38px 1fr;gap:10px;margin-bottom:18px}
 .flow-step{width:36px;height:36px;border-radius:10px;font-size:10px}.flow-card-head h2{font-size:20px}
 .route-linear{grid-template-columns:1fr;gap:0}.route-node{min-height:112px}
 .route-link{width:46px;height:70px;justify-self:center;display:flex}
 .route-link>i{left:50%;right:auto;top:0;bottom:0;width:2px;height:auto}
 .route-link>u{right:auto;left:50%;top:auto;bottom:-11px;transform:translateX(-50%) rotate(90deg);font-size:24px}
 .route-link>em{left:calc(50% + 26px);top:50%;transform:translateY(-50%);white-space:nowrap}
 .route-token{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;font-size:16px}
 .route-shine{left:50%;top:0;width:8px;height:48px;transform:translate(-50%,-50px);background:linear-gradient(180deg,transparent,#fff1a7 42%,#ffd52b 58%,transparent);animation:routeLightVertical 2.2s linear infinite}
 @keyframes routeLightVertical{0%{transform:translate(-50%,-52px);opacity:0}12%{opacity:1}85%{opacity:1}100%{transform:translate(-50%,74px);opacity:0}}
 .route-split{grid-template-columns:1fr;gap:0}
 .route-split-two .split-source,.route-split-three .split-source{min-height:112px}
 .route-branch,.route-split-two .route-branch{width:56px;height:70px;justify-self:center}
 .route-branch svg{display:none}.route-branch:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#71572c}
 .route-branch:after{content:"";position:absolute;left:50%;top:0;width:8px;height:48px;background:linear-gradient(180deg,transparent,#fff0a1,#ffd52b,transparent);filter:blur(1px);transform:translate(-50%,-50px);animation:routeLightVertical 2.2s linear infinite}
 .branch-token{left:50%;top:50%;width:34px;height:34px;font-size:16px}
 .route-targets,.route-targets-two{height:auto;grid-template-rows:none;gap:8px}
 .route-target{min-height:70px;border-radius:10px;grid-template-columns:32px 54px 1fr;padding:10px 11px}
 .route-target>b{font-size:20px}
 .economy-v2-cta{align-items:stretch;flex-direction:column}.economy-start{width:100%}
}

/* Live McCredits conversion */
.conversion-panel{margin-top:18px}.conversion-balances{margin:16px 0}.conversion-action-row{display:flex;gap:10px;align-items:center;margin-top:16px}.conversion-action-row input{flex:1;min-width:0;padding:13px 14px;border:1px solid #464149;border-radius:9px;background:#111014;color:#f4f1e9;font:inherit;font-size:12px;outline:none}.conversion-action-row input:focus{border-color:#80663a;box-shadow:0 0 0 3px #ffcb6612}.conversion-action-row .button{margin:0;white-space:nowrap}.status-pill.ready{border-color:#3d6b4b!important;color:#86da9c!important;background:#16251b!important}
@media(max-width:650px){.conversion-action-row{align-items:stretch;flex-direction:column}.conversion-action-row .button{width:100%}.conversion-balances{grid-template-columns:1fr 1fr!important}}
@media(max-width:420px){.conversion-balances{grid-template-columns:1fr!important}}
