:root{--bg:#0c0b0a;--bg-2:#141210;--line:#ffffff12;--text:#f4efe8;--muted:#9a9186;--amber:#e8a317;--amber-dim:#e8a31724;--danger:#e25d5d;color:var(--text);background:var(--bg);font-family:Outfit,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html.is-overlay,html.is-overlay body,html.is-overlay #root{background:0 0}body{background:var(--bg)}button,input,select{font:inherit}a{color:var(--amber)}.setup{grid-template-columns:minmax(280px,420px) 1fr;min-height:100vh;display:grid}.setup-form{border-right:1px solid var(--line);background:var(--bg-2);flex-direction:column;gap:18px;padding:28px 28px 40px;display:flex}.brand{flex-direction:column;gap:4px;display:flex}.brand h1{letter-spacing:-.03em;margin:0;font-size:28px;font-weight:650}.brand p{color:var(--muted);margin:0;font-size:14px}label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}input[type=text]{border:1px solid var(--line);color:var(--text);background:#0c0b0a;border-radius:8px;outline:none;padding:10px 12px}input[type=text]:focus{border-color:var(--amber)}.row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.toggle-row{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:6px 10px}.chip.on{border-color:var(--amber);color:var(--text);background:var(--amber-dim)}.actions{flex-direction:column;gap:8px;display:flex}.btn{cursor:pointer;border:0;border-radius:8px;padding:11px 14px;font-weight:600}.btn-primary{background:var(--amber);color:#1a1304}.btn-ghost{color:var(--text);border:1px solid var(--line);background:0 0}.url-box{color:var(--muted);word-break:break-all;font-size:12px;line-height:1.4}.foot{color:var(--muted);margin-top:auto;font-size:12px}.setup-preview{background:radial-gradient(1200px 400px at 80% -10%,#e8a31714,#0000 50%),repeating-conic-gradient(#1a1816 0% 25%,#12100e 0% 50%) 0 0/24px 24px;padding:24px}.preview-frame{max-width:480px;min-height:70vh;padding:12px}.dock-shell{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.dock-bar{border-bottom:1px solid var(--line);color:var(--muted);align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.dock-feed{flex:1;padding:10px 12px 24px;overflow:auto}@media (width<=860px){.setup{grid-template-columns:1fr}.setup-form{border-right:0;border-bottom:1px solid var(--line)}}.chat-feed{color:#f4efe8;text-shadow:0 1px 2px #000000d9,0 0 8px #00000073;flex-direction:column;gap:.2rem;font-family:IBM Plex Sans,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:1.35;display:flex}.overlay-root{background:0 0;flex-direction:column;justify-content:flex-end;height:100vh;min-height:100vh;padding:8px 10px;display:flex;overflow:hidden}.overlay-root .chat-feed{overflow:hidden}.overlay-root.density-cards .chat-feed{gap:.45rem}.waiting{color:#f4efe88c;font-size:13px}.msg{flex-wrap:wrap;align-items:center;gap:.28rem .4rem;animation:.12s ease-out rise;display:flex}.msg-stack{flex-direction:column;align-items:flex-start;gap:.1rem;margin-bottom:.35rem}.msg-card{background:#0c0b0a8c;border:1px solid #ffffff0f;border-radius:8px;padding:.4rem .55rem}.msg-meta{align-items:center;gap:.35rem;display:flex}.ts{font-variant-numeric:tabular-nums;color:#f4efe873;text-shadow:none;font-size:.78em}.pill{letter-spacing:.04em;color:#0c0b0a;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.4}.pill-twitch{background:#bf94ff}.pill-kick{background:#53fc18}.pill-youtube{background:#ff5a5a}.name{font-weight:700}.colon{color:#f4efe880;margin-right:.15rem}.msg-body{display:inline}.emote{vertical-align:middle;width:auto;height:1.55em}.emote-zw-wrap{vertical-align:middle;width:0;margin-left:-1.55em;display:inline-block;position:relative}.emote-zw{position:relative}.badge{width:auto;height:1.05em}.mention{color:#e8a317}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
