*{margin:0;padding:0;box-sizing:border-box}body{background:#0f1117;font-family:Inter,sans-serif;color:#c8cce8}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#161b27}::-webkit-scrollbar-thumb{background:#7c6ef7;border-radius:4px}@keyframes spin{to{transform:rotate(360deg)}}.app-container{display:flex;min-height:100vh;overflow:hidden}.sidebar-panel{width:240px;min-width:240px}.main-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.sources-panel{width:260px;min-width:260px}.messages-area{flex:1;overflow-y:auto;padding:16px}.follow-up-bar{padding:12px 16px;border-top:1px solid #2a2f45;display:flex;gap:10px;background:#0f1117}.toast-container{position:fixed;right:18px;bottom:18px;z-index:50;display:flex;flex-direction:column;gap:10px}.toast{min-width:280px;max-width:360px;border-radius:12px;padding:14px 16px;color:#fff;box-shadow:0 20px 40px #0003;animation:slide-up .28s ease-out}.toast.info{background:#1e2540}.toast.success{background:#2d6a4f}.toast.error{background:#7c2d12}@keyframes slide-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.app-container{flex-direction:column}.sidebar-panel,.sources-panel{width:100%;min-width:0}.messages-area{padding:12px}}@media (max-width: 640px){.sidebar-panel{display:none}.sources-panel{max-height:280px;overflow-y:auto}.follow-up-bar{flex-direction:column}}
