:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc;--bg-start: #f8fafc;--bg-end: #e2e8f0;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--border: rgba(15, 23, 42, .08);--text: #0f172a;--muted: #475569;--bubble: #f1f5f9;--bubble-self: linear-gradient(90deg, #2563eb, #3b82f6);--input-bg: rgba(15, 23, 42, .05);--overlay: rgba(15, 23, 42, .75);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;overflow:hidden}body[data-theme=dark]{color-scheme:dark;--bg-start: #020617;--bg-end: #111827;--surface: rgba(2, 6, 23, .85);--surface-strong: rgba(15, 23, 42, .95);--border: rgba(255, 255, 255, .08);--text: #e2e8f0;--muted: #94a3b8;--bubble: rgba(255, 255, 255, .09);--bubble-self: linear-gradient(90deg, #2563eb, #3b82f6);--input-bg: rgba(255, 255, 255, .08);--overlay: rgba(2, 6, 23, .88)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-start);color:var(--text)}button,input{font:inherit}button{cursor:pointer}#root{min-height:100vh}.app-shell{display:flex;height:100%;background:linear-gradient(135deg,var(--bg-start) 0%,var(--bg-end) 100%)}.sidebar{width:220px;flex-shrink:0;padding:1rem;border-right:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column}.sidebar nav{display:flex;flex-direction:column;gap:.35rem;overflow-y:auto;padding-bottom:.5rem}.sidebar-header h2{margin:0 0 1rem;font-size:1rem;color:#38bdf8}.room-pill{display:block;width:100%;text-align:left;padding:.8rem .9rem;margin:.35rem 0;border-radius:999px;border:1px solid transparent;color:var(--text);background:#94a3b829}.room-pill.active{background:linear-gradient(90deg,#2563eb,#38bdf8);color:#fff}.chat-panel{flex:1;display:flex;flex-direction:column;min-height:0}.chat-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .8rem;border-bottom:1px solid var(--border);background:var(--surface-strong)}.chat-header h1{margin:0;font-size:1.1rem}.chat-header span{color:var(--muted);font-size:.86rem}.theme-toggle{border:none;border-radius:999px;padding:.6rem .9rem;background:var(--input-bg);color:var(--text)}.messages-list{flex:1;min-height:0;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.7rem}.bubble{max-width:82%;align-self:flex-start;background:var(--bubble);color:var(--text);border-radius:1rem 1rem 1rem .25rem;padding:.7rem .8rem}.bubble.self{align-self:flex-end;background:var(--bubble-self);color:#fff;border-radius:1rem 1rem .25rem}.bubble-meta{font-size:.75rem;color:var(--muted);margin-bottom:.25rem}.bubble p{margin:.2rem 0;white-space:pre-wrap}.bubble img,.preview-card img{width:100%;max-width:280px;border-radius:.75rem;margin:.3rem 0}.bubble-time{font-size:.7rem;color:var(--muted);margin-top:.25rem}.composer{display:flex;gap:.6rem;padding:.8rem;border-top:1px solid var(--border);background:var(--surface-strong)}.composer input{flex:1;border:none;border-radius:999px;padding:.8rem 1rem;background:var(--input-bg);color:var(--text)}.image-picker{display:grid;place-items:center;padding:.8rem;border-radius:999px;background:var(--input-bg);color:var(--text)}.image-picker input{display:none}.composer button{border:none;border-radius:999px;padding:.8rem 1rem;background:linear-gradient(90deg,#2563eb,#38bdf8);color:#fff}.composer button:disabled{opacity:.7}.preview-card{padding:.8rem 1rem 0;display:flex;flex-direction:column;gap:.5rem;max-height:280px}.preview-media{display:flex;justify-content:center;align-items:center;background:var(--input-bg);border-radius:.75rem;overflow:hidden;min-height:140px}.preview-media img{width:100%;max-height:220px;object-fit:contain}.preview-actions{display:flex;gap:.5rem}.preview-actions button{flex:1}.preview-actions .primary{background:#16a34a}.viewer-overlay,.annotator-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);display:grid;place-items:center;padding:1rem;z-index:50}.viewer-overlay img{max-width:100%;max-height:90vh;border-radius:1rem}.annotator-panel{width:min(100%,720px);background:var(--surface-strong);border-radius:1rem;padding:1rem}.annotator-panel canvas{width:100%;border-radius:.75rem;background:#fff;touch-action:none}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.7rem;align-items:center}.toolbar button,.annotator-actions button{border:none;border-radius:999px;padding:.6rem .9rem;background:var(--input-bg);color:var(--text)}.line-size-control{display:flex;align-items:center;gap:.5rem;padding:.3rem .6rem;border-radius:999px;background:var(--input-bg);color:var(--text)}.line-size-control input{accent-color:#2563eb}.annotator-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.7rem}.annotator-actions .primary{background:#16a34a}.gate-screen{min-height:100vh;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at top,#93c5fd,#f8fafc 70%)}.gate-card{width:min(100%,420px);padding:1.4rem;border-radius:1.25rem;background:var(--surface-strong);box-shadow:0 20px 50px #0f172a1f}.gate-card h1{margin:0 0 .3rem}.gate-card p{color:var(--muted)}.gate-card form{display:flex;flex-direction:column;gap:.7rem}.gate-card input{border:none;border-radius:999px;padding:.8rem 1rem;background:var(--input-bg);color:var(--text)}.gate-card button{border:none;border-radius:999px;padding:.8rem 1rem;background:linear-gradient(90deg,#2563eb,#38bdf8);color:#fff}.gate-card small{color:#dc2626;display:block;margin-top:.5rem}@media (max-width: 760px){.app-shell{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}.room-pill{display:inline-block;width:auto;margin-right:.35rem}.bubble{max-width:92%}.composer{flex-wrap:wrap}}
