:root{--bg: #f7f7f8;--panel: #ffffff;--panel-2: #f1f1f3;--border: #e4e4e7;--text: #18181b;--text-2: #71717a;--accent: #f59e0b;--accent-soft: #fef3c7;--accent-text: #92400e;--bubble-in: #f1f1f3;--bubble-out: #fef3c7;--note-bg: #fef9c3;--note-border: #fde047;--danger: #dc2626;--ok: #16a34a;--read: #2563eb;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}[data-theme=dark]{--bg: #111113;--panel: #1c1c1f;--panel-2: #232327;--border: #2e2e33;--text: #e4e4e7;--text-2: #9d9da6;--accent: #f59e0b;--accent-soft: #3a2c10;--accent-text: #fbbf24;--bubble-in: #232327;--bubble-out: #3a2c10;--note-bg: #33300f;--note-border: #6b6210;--danger: #f87171;--ok: #4ade80;--read: #60a5fa;--shadow: 0 1px 3px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;background:var(--bg);color:var(--text)}button{font:inherit;color:inherit;cursor:pointer}input,textarea,select{font:inherit;color:var(--text);background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:8px 10px}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
