:root{--bg: #fbfbfd;--surface: #ffffff;--surface-2: #eef2f7;--text: #101828;--muted: #667085;--line: #d9e0ea;--primary: #2563eb;--primary-2: #0f766e;--danger: #dc2626;--bubble-me: #2563eb;--bubble-other: #eef2f7;--shadow: 0 12px 34px rgba(16, 24, 40, .09)}:root[data-theme=dark]{--bg: #111318;--surface: #181b22;--surface-2: #222734;--text: #eef2f7;--muted: #a5adba;--line: #303747;--primary: #60a5fa;--primary-2: #2dd4bf;--danger: #f87171;--bubble-me: #1d4ed8;--bubble-other: #293142;--shadow: 0 12px 34px rgba(0, 0, 0, .28)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}button{border:0;cursor:pointer}a{color:inherit}.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:8px;color:var(--text);background:transparent}.icon-button:hover{background:var(--surface-2)}.primary-button{min-height:40px;border-radius:8px;padding:0 16px;color:#fff;background:var(--primary);font-weight:700}.field{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--text);background:var(--surface)}.muted{color:var(--muted)}
