@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";:root{--bg: #0C0A09;--surface: #1E1A17;--surface-2: #14110F;--surface-3: #2A241F;--border: rgba(246, 242, 237, .08);--border-strong: rgba(246, 242, 237, .16);--text: #F6F2ED;--text-muted: #A69E94;--text-dim: #8C837A;--blue: oklch(.72 .16 250);--amber: oklch(.78 .15 75);--danger: oklch(.55 .14 25);--font-ui: "Instrument Sans", system-ui, sans-serif;--font-mono: "DM Mono", monospace;--radius: 16px;--radius-lg: 24px;color-scheme:dark}*{box-sizing:border-box}@keyframes mp-spin{to{transform:rotate(360deg)}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-ui)}a{color:var(--blue);text-decoration:none}a:hover{color:#89c3ff;color:oklch(.8 .14 250)}input,button{font-family:inherit}.app-shell{max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.screen{flex:1;min-height:0;display:flex;flex-direction:column;padding:20px 24px 0;overflow-y:auto}.screen-footer{flex-shrink:0;padding:14px 24px 34px;display:flex;flex-direction:column;gap:10px;background:var(--bg);position:relative;z-index:1}.kicker{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}h1,h2,h3{margin:0;letter-spacing:-.02em;font-weight:600}.back-link{font-size:17px;color:var(--blue);cursor:pointer;display:inline-block}.btn{height:58px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:600;cursor:pointer;border:none;width:100%;transition:opacity .15s ease}.btn:active{transform:scale(.99)}.btn[disabled]{cursor:default;opacity:.55}.btn-primary{background:var(--blue);color:var(--surface-2)}.btn-amber{background:var(--amber);color:var(--surface-2)}.btn-muted{background:var(--surface-3);color:var(--text-dim)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border-strong)}.btn-outline:hover{background:var(--surface)}.btn-danger-outline{background:transparent;color:#f47b74;border:1px solid var(--danger)}.btn-danger-outline:hover{background:#78281e2e}.btn-row{display:flex;gap:12px}.btn-row .btn{flex:1}.link-btn{text-align:center;font-size:16px;font-weight:500;color:var(--text-dim);cursor:pointer;padding:8px 0;background:none;border:none}.card{border-radius:18px;background:var(--surface);border:1px solid var(--border)}.field-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);padding-bottom:10px}.text-input{width:100%;box-sizing:border-box;background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius);color:var(--text);font-size:17px;padding:16px 18px;outline:none}.text-input:focus{border-color:var(--blue)}.underline-input{background:transparent;border:none;border-bottom:1.5px solid var(--border-strong);color:var(--text);font-size:17px;font-weight:500;padding:0 0 6px;outline:none;width:100%}.underline-input:focus{border-bottom-color:var(--blue)}.link-status{position:fixed;top:0;left:0;right:0;padding:6px 12px;background:var(--surface-3);border-bottom:1px solid var(--border-strong);color:var(--text-muted);font-size:13px;text-align:center;z-index:60}.toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%);padding:14px 18px;border-radius:14px;background:var(--surface-3);border:1px solid var(--border-strong);font-size:15px;text-align:center;z-index:50;max-width:90vw}.avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.avatar-stack{display:flex;flex-wrap:wrap;justify-content:center;row-gap:8px}.avatar-stack .avatar:not(:first-child){margin-left:-10px;border:2px solid var(--surface-2)}.item-row{padding:14px 18px;border-radius:16px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;gap:14px}.remove-btn{width:34px;height:34px;border-radius:50%;background:var(--surface-3);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;cursor:pointer;border:none}.remove-btn:hover{background:#932b2a;color:var(--text)}.vote-card{margin-bottom:8px;padding:16px 18px;border-radius:18px;background:var(--surface);border:1.5px solid var(--border);display:flex;align-items:center;gap:14px;min-height:64px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.vote-card.picked{background:#241e19;border-color:var(--amber)}.vote-card:active{transform:scale(.99)}.vote-check{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border-strong);color:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.vote-card.picked .vote-check{background:var(--amber);border-color:var(--amber)}.section-header{padding:6px 8px 10px;display:flex;justify-content:space-between;align-items:baseline}.section-name{font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--amber)}.toggle-row{padding:13px 18px;border-radius:18px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;gap:16px;min-height:60px;cursor:pointer}.toggle-track{width:52px;height:32px;border-radius:16px;position:relative;flex-shrink:0;transition:background .18s ease;border:none}.toggle-knob{position:absolute;top:3px;width:26px;height:26px;border-radius:50%;background:var(--text);transition:left .18s ease}.stepper{display:flex;align-items:center;gap:2px;flex-shrink:0}.stepper button{width:44px;height:44px;background:var(--surface-3);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--text-muted);cursor:pointer;border:none}.stepper button:first-child{border-radius:10px 4px 4px 10px}.stepper button:last-child{border-radius:4px 10px 10px 4px;color:var(--text)}.stepper button:hover{background:#3a322b}.stepper span{width:46px;text-align:center;font-family:var(--font-mono);font-size:18px}.result-row{position:relative;padding:14px 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);cursor:pointer}.result-fill{position:absolute;left:0;top:0;bottom:0;background:var(--amber)}.error-text{font-size:14px;color:#e66e68;min-height:20px}@keyframes mp-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mp-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#08060599;z-index:40;animation:mp-sheet-fade-in .22s ease}.sheet{position:fixed;left:0;right:0;bottom:0;max-width:480px;margin:0 auto;max-height:78vh;background:#191512;border-top:1px solid var(--border-strong);border-top-left-radius:28px;border-top-right-radius:28px;z-index:41;display:flex;flex-direction:column;animation:mp-sheet-slide-up .28s cubic-bezier(.16,1,.3,1)}.sheet-grip{width:38px;height:4px;border-radius:2px;background:#f6f2ed38;margin:0 auto 16px}.empty-state{text-align:center;color:var(--text-muted);padding:40px 0}.top-row{display:flex;justify-content:space-between;align-items:center}button{background:none}
