@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap);:root{--sunset:#e8a838;--flame:#c94b30;--earth:#1a1a2e;--forest:#1d9e75;--night:#0f0f1e;--surface:#16213e;--card:#1e2d4a;--border:#ffffff14;--text:#f0ece4;--muted:#f0ece480}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{-webkit-font-smoothing:antialiased;background:#0f0f1e;background:var(--night);color:#f0ece4;color:var(--text);font-family:Space Grotesk,sans-serif;height:100%}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}input,select,textarea{background:#16213e;background:var(--surface);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:8px;color:#f0ece4;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:14px;outline:none;transition:border-color .2s}input:focus,textarea:focus{border-color:#e8a838;border-color:var(--sunset)}input::placeholder,textarea::placeholder{color:#f0ece480;color:var(--muted)}button{cursor:pointer;font-family:Space Grotesk,sans-serif}select option{background:#16213e;background:var(--surface)}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{align-items:center;background:#1a1a2e;background:var(--earth);border-right:1px solid #ffffff14;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;padding:16px 0;width:68px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.3a4f8979.css.map*/