
:root{color-scheme:dark;--bg:#0b100e;--surface:#151c19;--surface-2:#1d2521;--line:#28322c;--line-2:#333f38;--text:#eaf1ec;--muted:#8a968f;--faint:#5e6b63;--brand:#25d366;--brand-ink:#05230f;--deep:#0e2a20;--blue:#4c8df6;--amber:#f0a017;--red:#ef5350;--stage:#070a09}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--stage);color:var(--text);font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}.skip-link{position:fixed;left:12px;top:-80px;z-index:100;background:var(--brand);color:var(--brand-ink);padding:10px 14px;border-radius:10px;font-weight:800}.skip-link:focus{top:12px}
.site-chrome{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px max(16px,calc((100vw - 1120px)/2));background:rgba(7,10,9,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:14px;font-weight:800}.brand-mark{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:var(--brand);color:var(--brand-ink);font-size:12px}.brand-word{letter-spacing:-.02em}.chrome-note{color:var(--muted);font-size:11.5px}
main{width:min(1120px,calc(100% - 32px));margin:26px auto 72px}.shell{width:min(680px,100%);margin-inline:auto;background:var(--bg);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 28px 70px rgba(0,0,0,.38)}
.shop-shell{width:min(430px,100%);padding:0;overflow:hidden;min-height:620px}.auth-shell{width:min(500px,100%);padding:28px}.order-shell{width:min(560px,100%)}
h1,h2,h3{line-height:1.15;margin-top:0;letter-spacing:-.025em}h1{font-size:clamp(1.85rem,7vw,2.75rem);margin-bottom:10px}h2{font-size:1.05rem;margin:30px 0 12px}h3{font-size:.95rem;margin-bottom:5px}.eyebrow,.lab{color:var(--muted);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.muted{color:var(--muted)}.faint{color:var(--faint)}.mono{font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace}
.grid{display:grid;gap:10px}.row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.stack{display:grid;gap:12px}.price{font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;font-weight:800;white-space:nowrap;color:var(--text)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px}.card:hover{border-color:var(--line-2)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:17px}
.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;background:#123122;color:#54d38a;font-size:.68rem;font-weight:800;text-transform:capitalize}.pill.paused{background:#2c2410;color:#e7b94d}.pill.closed{background:#3a1d1d;color:#f2a1a1}
button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:13px;padding:11px 16px;background:var(--brand);color:var(--brand-ink);font:inherit;font-weight:800;text-decoration:none;cursor:pointer}
button:hover,.button:hover{filter:brightness(1.06)}button.secondary,.button.secondary{background:transparent;color:var(--text);border:1px solid var(--line-2)}button.danger{background:#3a1d1d;color:#f2a1a1;border:1px solid #5a2b2b}button:disabled,.button.disabled{background:#1c2b22;color:#4d6656;cursor:not-allowed;filter:none}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--brand);outline-offset:3px}
form{margin:12px 0}.actions{display:flex;flex-wrap:wrap;gap:9px}label{display:grid;gap:6px;color:var(--text);font-weight:700;font-size:.86rem}input,select,textarea{width:100%;border:1px solid var(--line-2);border-radius:11px;padding:11px 12px;font:inherit;background:var(--surface-2);color:var(--text)}input::placeholder,textarea::placeholder{color:var(--muted)}textarea{min-height:96px;resize:vertical}select{color-scheme:dark}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice{display:grid;grid-template-columns:minmax(0,1fr) 90px;gap:12px;align-items:end}
.notice,.banner{border:1px solid #1e4c34;background:#122318;border-radius:13px;padding:13px}.notice.error,.banner.error{border-color:#5a2b2b;background:#1e1414}.danger-zone{border-color:#5a2b2b;background:#160f0f}.login-status{min-height:24px}.status{font-weight:800;text-transform:capitalize}.qr{display:block;width:min(220px,100%);height:auto;border:8px solid #fff;border-radius:13px;background:#fff}.media{display:block;width:100%;max-height:320px;object-fit:cover}.variants{margin:10px 0 0;padding-left:20px;color:var(--muted)}
.screen-head{display:flex;align-items:center;gap:11px;padding:15px;background:var(--deep);border-bottom:1px solid #17402f}.avatar{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:50%;background:var(--brand);color:var(--brand-ink);font-weight:900}.screen-head-copy{display:block;min-width:0;flex:1}.screen-head .name,.screen-head .sub{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen-head .name{font-size:1rem;font-weight:800}.screen-head .sub{color:#9fd8b4;font-size:.75rem}.screen-head .pill{margin-left:auto;flex:none}
.shop-content{display:flex;flex-direction:column;gap:14px;padding:17px}.shop-intro{display:grid;gap:8px}.shop-intro h1{font-size:1.55rem;margin:0}.shop-meta{color:var(--muted);font-size:.82rem}.section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:4px}.section-title h2{margin:0}.offering{padding:0;overflow:hidden}.offering-media{aspect-ratio:16/9;object-fit:cover;width:100%;display:block;background:var(--surface-2)}.offering-copy{padding:14px}.offering-copy .row{align-items:baseline}.offering-copy .row>div:first-child{min-width:0}.availability-note{font-size:.76rem;color:var(--muted);margin-top:7px}.shop-footer{margin-top:auto;padding-top:4px}.shop-footer .button,.shop-footer button{width:100%}
.empty-state{display:grid;gap:8px;text-align:center;padding:24px 17px;background:var(--surface);border:1px dashed var(--line-2);border-radius:15px}.empty-icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 4px;border-radius:12px;background:var(--surface-2);color:var(--brand);font-weight:900}.empty-state h2,.empty-state h3,.empty-state p{margin:0}.empty-state p{color:var(--muted);font-size:.84rem}
.auth-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--brand);color:var(--brand-ink);font-weight:900;margin-bottom:22px}.auth-shell h1{font-size:clamp(2rem,8vw,3rem)}.auth-help{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);font-size:.86rem}
.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:8px 0 22px}.progress span{height:5px;border-radius:999px;background:var(--line-2)}.progress span.active{background:var(--brand)}.receipt{background:var(--surface);border:1px solid var(--line-2);border-radius:15px;padding:16px;font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace}.receipt-line{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--line)}.receipt-total{display:flex;justify-content:space-between;gap:12px;padding-top:13px;margin-top:3px;font-weight:900}
.dash{width:100%;background:var(--bg);border:1px solid var(--line);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:220px minmax(0,1fr);min-height:680px;box-shadow:0 28px 70px rgba(0,0,0,.35)}.dnav{border-right:1px solid var(--line);padding:16px 12px;display:flex;flex-direction:column;gap:4px}.dnav .who{display:flex;align-items:center;gap:9px;padding:9px;border:1px solid var(--line);border-radius:12px;margin-bottom:10px}.dnav .who-copy{min-width:0}.dnav .who-name,.dnav .who-state{display:block}.dnav .who-name{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dnav .who-state{font-size:.7rem;color:var(--brand)}.dnav a{padding:10px 11px;border-radius:10px;text-decoration:none;font-size:.84rem;color:var(--muted)}.dnav a:hover,.dnav a:first-of-type{background:var(--surface-2);color:var(--text)}.dmain{min-width:0;padding:24px}.dash-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.dash-title h1{font-size:1.65rem;margin:0}.dash-title p{margin:5px 0 0}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:13px}.kpi .value{font-size:1.25rem;font-weight:900}.kpi .label{font-size:.72rem;color:var(--muted);margin-top:3px}.setup{margin-top:14px}.setup-head{display:flex;justify-content:space-between;gap:12px}.setup ol{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:8px}.setup li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.84rem}.setup .check{display:grid;place-items:center;width:22px;height:22px;flex:none;border:1px solid var(--line-2);border-radius:50%;font-size:.7rem}.setup li.done{color:var(--text)}.setup li.done .check{background:var(--brand);border-color:var(--brand);color:var(--brand-ink);font-weight:900}.dash section{scroll-margin-top:68px}.dash section+section{padding-top:8px}.dash .order-card{display:grid;gap:12px}.bottom-nav{display:none}
details>summary{cursor:pointer}.timeline-card time{color:var(--muted);font-size:.75rem}.status-card strong{font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;font-size:.78rem;text-align:right}.owner-actions{display:grid;gap:20px;margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}
@media(max-width:760px){main{width:min(100% - 20px,560px);margin-top:12px;margin-bottom:90px}.chrome-note{display:none}.shell{padding:18px;border-radius:18px}.shop-shell{padding:0;border-radius:22px}.row{gap:10px}.dash{display:block;border-radius:18px}.dnav{display:none}.dmain{padding:17px}.dash-title{display:grid}.kpis{grid-template-columns:repeat(2,1fr)}.bottom-nav{position:fixed;left:50%;bottom:10px;z-index:18;transform:translateX(-50%);display:grid;grid-template-columns:repeat(5,1fr);width:min(calc(100% - 20px),520px);padding:7px;background:rgba(21,28,25,.96);border:1px solid var(--line-2);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.5);backdrop-filter:blur(10px)}.bottom-nav a{padding:8px 3px;text-align:center;text-decoration:none;color:var(--muted);font-size:.66rem;border-radius:10px}.bottom-nav a:first-child{background:var(--brand);color:var(--brand-ink);font-weight:800}}
@media(max-width:520px){.auth-shell{padding:22px}.field-grid,.choice{grid-template-columns:1fr}.actions>*{flex:1 1 100%}.status-card{display:grid}.screen-head{padding:13px}.shop-content{padding:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
