*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b0c1a;--bg2:#10121f;--bg3:#161828;--sidebar:#080910;--text:#dddaf0;--text2:#8884a8;--text3:#4a4868;--border:#b4aaff17;--border2:#b4aaff2e;--accent:#8b7ff0;--accent2:#b0a6f8;--tag:#8b7ff026;--tagtext:#b0a6f8;--green:#2ecc71;--amber:#f39c12;--red:#e74c3c;--ih:#ffffff0d;--ia:#ffffff14}.light{--bg:#f8f7ff;--bg2:#fff;--bg3:#f0eeff;--sidebar:#f4f3ff;--text:#1a1630;--text2:#6b6880;--text3:#a09cb8;--border:#1a163014;--border2:#1a163024;--accent:#5a4fd4;--accent2:#7b6fff;--tag:#5a4fd41a;--tagtext:#4a3fa8;--ih:#0000000a;--ia:#00000012}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:system-ui,-apple-system,sans-serif}#root{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-root{flex-direction:column;height:100%;display:flex;overflow:hidden}.home-chat-col{flex-direction:column;height:100%;display:flex}.home-prompt-wrap{padding:0 16px}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}a{color:var(--accent2);text-decoration:none}button{cursor:pointer;font-family:inherit}textarea,select{font-family:inherit}button:focus-visible,select:focus-visible{outline:1.5px solid var(--accent);outline-offset:2px}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.pulse-dot{animation:2s ease-in-out infinite pulse-dot}.eb-wrap{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.eb-card{text-align:center;background:var(--bg2);border:.5px solid var(--border);border-radius:12px;max-width:340px;padding:28px 24px}.eb-icon{width:36px;height:36px;color:var(--red);background:#e74c3c26;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;font-size:18px;font-weight:600;display:flex}.eb-title{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:500}.eb-msg{color:var(--text2);margin-bottom:16px;font-size:11px;line-height:1.5}.eb-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:7px;padding:6px 18px;font-family:inherit;font-size:12px;transition:opacity .15s}.eb-btn:hover{opacity:.85}.eb-btn:active{transform:scale(.97)}
