*{box-sizing:border-box}html,body,#root{height:100%;margin:0}:root{--bg: #eef1f4;--panel: #ffffff;--surface2: #f0f2f5;--chatbg: #efeae2;--text: #111b21;--muted: #667781;--muted2: #8696a0;--border: #e9edef;--accent: #e8890c;--accent2: #f5a623;--bubble-out: #fff1dc;--badge: #e8890c;--send-grad: linear-gradient(135deg, #f7a731, #e8890c);--warn-bg: #fff8e1;--warn-text: #7a5c00;--quote: #7a6a52;--empty-grad: linear-gradient(165deg, #fbf3e3 0%, #f1e8d9 55%, #ede3d2 100%);--chat-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Ccircle cx='23' cy='23' r='1.5' fill='%23b8a98f' fill-opacity='0.18'/%3E%3C/svg%3E");--shadow: 0 1px 1.5px rgba(11,20,26,.1)}[data-theme=dark]{--bg: #0c1116;--panel: #161d23;--surface2: #1e262d;--chatbg: #0a0e12;--text: #e7edf1;--muted: #97a6b0;--muted2: #7b8a94;--border: #26313a;--accent: #f5a623;--accent2: #f7b64e;--bubble-out: #103c31;--badge: #f5a623;--send-grad: linear-gradient(135deg, #f7b64e, #e8890c);--warn-bg: #2c2413;--warn-text: #e6c36a;--quote: #c9a86a;--empty-grad: linear-gradient(165deg, #141b21 0%, #10161b 55%, #0d1318 100%);--chat-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Ccircle cx='23' cy='23' r='1.5' fill='%23ffffff' fill-opacity='0.045'/%3E%3C/svg%3E");--shadow: 0 1px 2px rgba(0,0,0,.35)}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text)}input,button,textarea{font-family:inherit}input:focus,textarea:focus{outline:none}input,textarea{color:var(--text)}input::placeholder,textarea::placeholder{color:var(--muted2)}.chatmain{background-color:var(--chatbg);background-image:var(--chat-pattern)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#808c9659;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#808c968c}body,.themed{transition:background-color .2s ease,color .2s ease}
