@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--bg-main:#0b0f19;--bg-panel:#121826b3;--border-light:#ffffff14;--text-primary:#f8fafc;--text-muted:#94a3b8;--accent-cyan:#22d3ee;--accent-purple:#c084fc;--accent-glow:0 0 30px #22d3ee26;--btn-bg:linear-gradient(135deg, #22d3ee, #c084fc)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#c084fc14,#0000 25%),radial-gradient(circle at 85% 30%,#22d3ee14,#0000 25%);min-height:100vh;font-family:Outfit,sans-serif}.session-layout{gap:1rem;height:100vh;padding:1rem;display:flex;overflow:hidden}.history-sidebar{flex-direction:column;flex-shrink:0;gap:1rem;width:250px;height:100%;display:flex;overflow-y:auto}.session-left{flex-direction:column;flex-shrink:0;width:350px;height:100%;padding-right:.5rem;display:flex;overflow-y:auto}.session-right{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}@media (max-width:1024px){.session-layout{flex-direction:column;height:auto;overflow:auto}.history-sidebar{border-bottom:1px solid var(--border-light);width:100%;height:200px;padding-bottom:1rem}.session-left{width:100%;height:auto}.session-right{width:100%;height:80vh;min-height:600px}}.glass-panel{background:var(--bg-panel);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-light);border-radius:16px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.text-gradient{background:var(--btn-bg);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.prose h1,.prose h2,.prose h3{margin-top:1rem;margin-bottom:.5rem;font-weight:600}.prose p{margin-bottom:.75rem;line-height:1.6}.prose ul{margin-bottom:.75rem;padding-left:1.5rem;list-style-type:disc}.prose strong{color:var(--text-primary);font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}
