*,*:before,*:after{box-sizing:border-box}:root{--stb-dark: #232323;--stb-accent: #0052b4;--stb-bg: #ffffff;--stb-surface: #f5f6f8;--stb-line: #e2e4e8;--stb-text: #1a1a1a;--stb-muted: #6b7280;--stb-warn-bg: #fff4e5;--stb-warn-line: #ffcc80;--stb-warn-text: #8a5a00;--stb-ok: #157347;--stb-danger: #c62828;--stb-radius: 12px;--stb-shadow: 0 1px 3px rgba(0, 0, 0, .08)}html{scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden}html::-webkit-scrollbar{width:0;height:0}.stb{max-width:560px;margin:0 auto;padding:0 16px 120px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--stb-text);background:var(--stb-bg);min-height:100vh;-webkit-text-size-adjust:100%}.stb-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px;padding:16px 0 12px;border-bottom:2px solid var(--stb-dark);margin-bottom:20px}.stb-brand{font-weight:800;letter-spacing:.02em;text-transform:uppercase;font-size:15px;color:var(--stb-dark)}.stb-tagline{font-size:13px;color:var(--stb-muted)}.stb-hero{text-align:center;padding:8px 0 4px}.stb-h1{font-size:22px;font-weight:800;margin:4px 0}.stb-sub{color:var(--stb-muted);margin:0 0 18px;font-size:15px}.stb-shoot{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:20px;background:var(--stb-dark);color:#fff;border:none;border-radius:var(--stb-radius);font-size:18px;font-weight:700;cursor:pointer;min-height:64px}.stb-shoot:disabled{opacity:.7;cursor:default}.stb-shoot svg{width:26px;height:26px}.stb-hint{margin-top:10px;font-size:13px;color:var(--stb-muted)}.stb-turnstile{display:flex;justify-content:center;margin:4px 0 14px}.stb-spin{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:stb-rot .7s linear infinite}@keyframes stb-rot{to{transform:rotate(360deg)}}.stb-warn{background:var(--stb-warn-bg);border:1px solid var(--stb-warn-line);color:var(--stb-warn-text);padding:10px 12px;border-radius:8px;font-size:14px;margin-bottom:14px}.stb-error{color:var(--stb-danger);font-size:14px;text-align:center;margin-top:10px}.stb-review{margin-top:22px}.stb-card{border:1px solid var(--stb-line);border-radius:var(--stb-radius);padding:14px;margin-bottom:14px;box-shadow:var(--stb-shadow);background:#fff}.stb-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.stb-raw{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:15px;font-weight:600}.stb-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.stb-chip:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.stb-chip.is-clear{color:var(--stb-ok);background:#e7f5ec}.stb-chip.is-check{color:#b45309;background:#fff4e5}.stb-chip.is-unsure{color:var(--stb-danger);background:#fdeaea}.stb-parsed{color:var(--stb-muted);font-size:12.5px;margin-top:6px}.stb-note{margin-top:10px;padding:8px 11px;background:var(--stb-warn-bg);border:1px solid var(--stb-warn-line);border-radius:8px;font-size:13px;color:var(--stb-warn-text)}.stb-cands{margin-top:12px;display:flex;flex-direction:column;gap:8px}.stb-cand{display:flex;align-items:center;gap:12px;padding:10px;border:1.5px solid var(--stb-line);border-radius:10px;cursor:pointer;min-height:56px}.stb-cand.is-active{border-color:var(--stb-accent);background:#f0f6ff}.stb-cand input{width:20px;height:20px;accent-color:var(--stb-accent);flex:none}.stb-thumb{width:46px;height:46px;object-fit:cover;border-radius:6px;background:var(--stb-surface);flex:none}.stb-cand-main{flex:1;min-width:0;display:flex;flex-direction:column}.stb-cand-title{font-size:14px;font-weight:600;line-height:1.25}.stb-reason{color:var(--stb-muted);font-size:12px;margin-top:2px}.stb-price{font-weight:700;text-align:right;white-space:nowrap}.stb-oos{display:block;color:var(--stb-danger);font-size:11px;font-weight:500}.stb-skip{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--stb-muted);padding:4px 2px}.stb-nomatch{color:var(--stb-muted);font-style:italic;margin-top:10px;font-size:14px}.stb-qty{display:flex;align-items:center;gap:12px;margin-top:14px}.stb-qty-label{font-size:14px;color:var(--stb-muted)}.stb-stepper{display:inline-flex;align-items:center;border:1.5px solid var(--stb-line);border-radius:10px;overflow:hidden}.stb-step{width:44px;height:44px;border:none;background:var(--stb-surface);font-size:22px;font-weight:700;cursor:pointer;color:var(--stb-dark)}.stb-step:active{background:var(--stb-line)}.stb-qty-val{min-width:48px;text-align:center;font-size:17px;font-weight:700}.stb-bar{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--stb-line);box-shadow:0 -2px 10px #0000000f;padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.stb-bar-inner{max-width:560px;margin:0 auto;display:flex;align-items:center;gap:12px}.stb-bar-total{display:flex;flex-direction:column;line-height:1.2;flex:none}.stb-bar-total small{color:var(--stb-muted);font-size:12px}.stb-bar-total strong{font-size:20px}.stb-cta{flex:1;padding:16px;background:var(--stb-dark);color:#fff;border:none;border-radius:var(--stb-radius);font-size:16px;font-weight:700;cursor:pointer;min-height:56px}.stb-cta:disabled{opacity:.65}.stb-checkout{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--stb-ok);color:#fff;border-radius:var(--stb-radius);font-size:16px;font-weight:700;text-decoration:none;min-height:56px}.stb-cta-secondary{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--stb-surface);color:var(--stb-dark);border:1.5px solid var(--stb-line);border-radius:var(--stb-radius);font-size:16px;font-weight:700;text-decoration:none;min-height:56px}.stb-added-note{text-align:center;color:var(--stb-ok);font-weight:600;font-size:14px;margin:10px 0 0}@media(prefers-color-scheme:dark){:root{--stb-bg: #16181c;--stb-surface: #22252b;--stb-line: #33373f;--stb-text: #f2f3f5;--stb-muted: #9aa1ab;--stb-dark: #f2f3f5}.stb-shoot,.stb-cta{color:#16181c}.stb-card,.stb-bar{background:#1c1f24}.stb-cand.is-active{background:#10233d}.stb-header{border-color:var(--stb-accent)}}
