*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f1a;--surface: #1a1a2e;--surface2: #16213e;--accent: #0f3460;--accent2: #533483;--green: #4ade80;--text: #e2e8f0;--text2: #94a3b8;--danger: #f87171;--border: rgba(255,255,255,.08)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);height:100dvh;overflow:hidden}#root{height:100dvh;display:flex;flex-direction:column}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{outline:none;font-family:inherit;background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:12px;padding:12px 16px;font-size:15px;width:100%}input::placeholder{color:var(--text2)}:root{--chat-bg: #0f0f1a}.chat-bg{background:var(--chat-bg)!important}
