:root{font-family:IBM Plex Sans,system-ui,sans-serif;color:#e8eef5;background:#0b1220;line-height:1.45;--bot-bg: #142033;--user-bg: #1d4ed8;--ok: #4ade80;--bad: #f87171;--chip: #1f2937;--border: #334155}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-height:100vh;background:radial-gradient(1200px 600px at 10% -10%,#1a2a4a,#0b1220)}a{color:#7ec8ff}button,input,select,textarea{font:inherit;border-radius:8px;border:1px solid var(--border);background:#111827;color:inherit;padding:.55rem .85rem}button{cursor:pointer;background:#1d4ed8;border-color:#2563eb}button.secondary{background:#1f2937;border-color:#374151}button:disabled{opacity:.5;cursor:not-allowed}.wrap{max-width:820px;margin:0 auto;padding:1.5rem}.app-shell{max-width:900px;margin:0 auto;padding:.75rem 1rem 1rem;height:100%;display:flex;flex-direction:column;min-height:100vh}.card{background:#0f172ad9;border:1px solid #243247;border-radius:14px;padding:1.25rem;margin-bottom:1rem}.progress-card{max-width:820px}.nav{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.35rem}.nav .brand{font-weight:700;margin-right:auto;font-size:1.05rem}.session-line{margin:0 0 .5rem;font-size:.8rem}.muted{color:#94a3b8;font-size:.92rem}.ok{color:var(--ok)}.bad{color:var(--bad)}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}input[type=text]{min-width:16rem}h1,h2,h3{margin-top:0}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem}.warn{background:#422006;border:1px solid #a16207;color:#fde68a;padding:.75rem;border-radius:10px;margin:.75rem 0}.chat-shell{flex:1;display:flex;flex-direction:column;min-height:0;border:1px solid #243247;border-radius:16px;background:#080e1abf;overflow:hidden}.chat-log{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:50vh;max-height:calc(100vh - 10rem)}.bubble-row{display:flex;width:100%}.bubble-row.bot{justify-content:flex-start}.bubble-row.user{justify-content:flex-end}.bubble-row.system{justify-content:center}.bubble{max-width:min(92%,640px);padding:.85rem 1rem;border-radius:16px;border:1px solid transparent;white-space:pre-wrap;word-break:break-word}.bubble.bot{background:var(--bot-bg);border-color:#243247;border-bottom-left-radius:4px}.bubble.user{background:var(--user-bg);border-color:#2563eb;border-bottom-right-radius:4px}.bubble.tone-ok{border-color:#166534;box-shadow:inset 3px 0 0 var(--ok)}.bubble.tone-bad{border-color:#7f1d1d;box-shadow:inset 3px 0 0 var(--bad)}.bubble.tone-neutral{border-color:#854d0e;box-shadow:inset 3px 0 #fbbf24}.bubble.typing{opacity:.7;font-size:1.25rem;letter-spacing:.15em;padding:.5rem 1rem}.bubble-text{margin-bottom:0}.choice-chips{display:grid;gap:.45rem;margin-top:.85rem}.choice-chip{display:flex;gap:.65rem;align-items:flex-start;text-align:left;background:#0f172a;border-color:#334155;border-radius:10px;padding:.65rem .75rem;width:100%}.choice-chip:hover:not(:disabled){border-color:#60a5fa;background:#152238}.choice-chip.eliminated{opacity:.45;text-decoration:line-through}.choice-letter{flex-shrink:0;font-weight:700;background:#1e3a5f;color:#93c5fd;border-radius:6px;min-width:1.6rem;text-align:center;padding:.1rem .35rem}.choice-body{flex:1}.action-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.chip{background:var(--chip);border-color:#374151;border-radius:999px;padding:.35rem .75rem;font-size:.88rem}.chip.primary{background:#1e40af;border-color:#3b82f6}.chip:hover:not(:disabled){border-color:#60a5fa}.chat-toolbar{display:flex;flex-wrap:wrap;gap:.4rem;padding:.65rem .85rem;border-top:1px solid #243247;background:#0f172ae6}.chat-toolbar button{font-size:.88rem;padding:.4rem .7rem}@media(max-width:600px){.app-shell{padding:.5rem}.chat-log{max-height:calc(100vh - 9rem);padding:.65rem}.bubble{max-width:96%}input[type=text]{min-width:100%}}.signin-steps{margin:.75rem 0 1rem 1.1rem;padding:0;line-height:1.45}.signin-steps li{margin-bottom:.35rem}.signin-code-block{margin-top:1rem;padding-top:1rem;border-top:1px solid #243247}.signin-code-block label{display:block;margin-bottom:.4rem}.card code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em;background:#0f172a;padding:.1rem .35rem;border-radius:4px}.signin-option{margin-top:1rem;padding-top:.25rem}.signin-option h3{margin:0 0 .35rem;font-size:1.05rem}.signin-option-alt{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #243247}.bot-contact-card .bot-contact-row{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:flex-start}.bot-contact-qr{border-radius:12px;background:#fff;padding:.5rem;flex:0 0 auto}.bot-contact-meta{flex:1 1 14rem;min-width:12rem}a.button-link{display:inline-block;background:#1d4ed8;border:1px solid #2563eb;color:#e8eef5;text-decoration:none;border-radius:8px;padding:.55rem .85rem}a.button-link:hover{filter:brightness(1.08)}.privacy-card h3{margin-top:1.25rem;margin-bottom:.35rem;font-size:1.05rem}.privacy-list{padding-left:1.2rem}.privacy-list li{margin:.45rem 0}.footer-links{margin-top:1.5rem;text-align:center}button.linkish{background:transparent;border:none;color:#7ec8ff;padding:0;text-decoration:underline;cursor:pointer}button.linkish:hover{filter:brightness(1.15)}.help-bubble-root{position:fixed;right:1rem;bottom:1rem;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:.65rem;max-width:min(100vw - 1.5rem,22rem)}.help-fab{border-radius:999px;padding:.7rem 1.15rem;font-weight:600;box-shadow:0 8px 24px #00000073}.help-panel{width:min(100vw - 1.5rem,22rem);max-height:min(78vh,36rem);overflow-y:auto;background:#0f172af7;border:1px solid #334155;border-radius:14px;padding:.9rem 1rem 1rem;box-shadow:0 12px 40px #0000008c}.help-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.help-close{padding:.25rem .55rem;line-height:1}.help-faq h3{font-size:.95rem;margin:.35rem 0 .4rem}.help-faq ul{margin:0 0 .85rem;padding-left:1.1rem;font-size:.88rem;color:#cbd5e1}.help-faq li{margin:.35rem 0}.help-form label{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.7rem;font-size:.9rem}.help-form select,.help-form textarea,.help-form input,.help-form button[type=submit]{width:100%}.help-pubkey{font-size:.8rem;margin:0 0 .6rem}.help-confirm{margin-top:.5rem}a.linkish{color:#7ec8ff;text-decoration:underline}.volunteer-card h3{margin-top:1.25rem}.volunteer-card input{width:100%;max-width:20rem;margin:.35rem 0 .75rem}.landing-h2{font-size:1.1rem;margin:1.25rem 0 .65rem}.region-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin:.5rem 0 1.25rem}.region-chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.55rem .85rem;border-radius:.65rem;border:1px solid #334155;background:#1e293b;color:#e2e8f0;cursor:pointer;min-width:4.5rem}.region-chip:hover{border-color:#38bdf8;background:#243447}.region-chip-code{font-weight:700;font-size:1.05rem;letter-spacing:.04em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.region-chip-name{font-size:.75rem}.region-badge{display:inline-block;margin-left:.45rem;padding:.15rem .5rem;border-radius:999px;background:#0ea5e9;color:#0f172a;font-size:.75rem;font-weight:700;letter-spacing:.03em;vertical-align:middle}.region-header{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.region-header h1{margin:0}.ok-banner{background:#14532d;border:1px solid #22c55e;color:#bbf7d0;padding:.55rem .75rem;border-radius:.5rem;margin:.5rem 0;font-size:.9rem}.nav .brand{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.host-radio-card{margin-top:1rem}.usb-conflict{margin:.75rem 0;line-height:1.45}.host-status{display:grid;gap:.35rem;margin:.75rem 0;font-size:.85rem}.host-status>div{display:grid;grid-template-columns:7rem 1fr;gap:.5rem}.host-status dt{color:var(--muted, #888);margin:0}.host-status dd{margin:0;word-break:break-all}.needs-volunteer-banner{margin:.75rem 0 1rem;padding:.75rem 1rem;border-radius:.55rem}.host-registered{margin:.75rem 0}.host-events{margin:.75rem 0 0;font-size:.78rem}.host-events ul{margin:.35rem 0 0;padding-left:1.1rem;max-height:8rem;overflow:auto}.host-events li{margin:.15rem 0}
