:root{--bg:#0b1220;--surface:#101b30;--surface-2:#16233c;--surface-strong:rgba(34,201,138,.14);--border:#1e2c46;--border-strong:#2b3c5c;--fg:#e7eef7;--fg-muted:#8595ad;--primary:#22c98a;--primary-fg:#05130d;--primary-weak:rgba(34,201,138,.14);--danger:#fb7185;--danger-fg:#fff;--danger-weak:rgba(251,113,133,.14);--success:#34d399;--warning:#fbbf24;--warning-weak:rgba(251,191,36,.14);--shadow:0 8px 30px rgba(0,0,0,.5);color-scheme:dark}:root[data-theme=light]{--bg:#f4f7f9;--surface:#fff;--surface-2:#eef2f5;--surface-strong:rgba(16,157,110,.1);--border:#e2e8ee;--border-strong:#d2dae2;--fg:#0f1b2a;--fg-muted:#5a6b80;--primary:#0e9d6e;--primary-fg:#fff;--primary-weak:rgba(16,157,110,.1);--danger:#dc2626;--danger-fg:#fff;--danger-weak:#fee2e2;--success:#0f9d6e;--warning:#b45309;--warning-weak:#fffbeb;--shadow:0 4px 20px rgba(0,0,0,.08);color-scheme:light}*{box-sizing:border-box}body,html{background:var(--bg)}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--fg)}button{cursor:pointer}button,input,select,textarea{font-family:inherit}select option{background:var(--surface);color:var(--fg)}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:var(--fg-muted);pointer-events:none}.rich-answer img,[contenteditable] img{max-width:100%;height:auto;border-radius:8px;display:block;margin:6px 0}.rich-answer{line-height:1.5}.rich-answer a{color:var(--primary)}.rich-answer p{margin:6px 0}.rich-answer ol,.rich-answer ul{margin:6px 0;padding-left:20px}.rich-answer li{margin:2px 0}.rich-answer h3,.rich-answer h4{margin:8px 0 4px;font-size:1em}.rich-answer code{background:var(--surface-2);padding:1px 5px;border-radius:4px;font-size:.92em}.rich-answer :first-child{margin-top:0}.rich-answer :last-child{margin-bottom:0}