:root{--sidebar-w:260px;--border:#e5e7eb;--bg-chat:#f9fafb;--text-dim:#555;--primary:#111827;--primary-blue:#0056d6;--accent-violet:#6a5af9;--text-dark:#0f172a;--text-muted:#334155;--bg-light:#f8faff;--btn-shadow:0 6px 25px #0056d666;--btn-shadow-hover:0 8px 30px #0056d699}body,html{background:#f9fafb;background:var(--bg-chat);font-family:Inter,system-ui,sans-serif;height:100%;margin:0;overflow-x:hidden;overflow-y:auto;padding:0}.app{display:flex;flex-direction:column;height:100dvh;transition:background .2s ease;width:100%}.drag-active{background:#f0f7ff;border:2px dashed #3b82f6}.content{display:flex;flex-direction:row;height:100vh;overflow:hidden;transition:all .3s ease;width:100%}.sidebar{flex-shrink:0;transition:transform .3s ease,width .3s ease;width:260px;width:var(--sidebar-w)}.sidebar.closed{transform:translateX(-100%);width:0}.chat-body{background:#f9fafb;background:var(--bg-chat);display:flex;flex:1 1;flex-direction:column;height:100vh;min-width:0;overflow:hidden;transition:all .3s ease}@media (max-width:768px){.sidebar{background:#fff;box-shadow:2px 0 10px #0000000d;height:100vh;left:0;position:fixed;top:0;z-index:200}.sidebar.closed{transform:translateX(-100%);width:260px;width:var(--sidebar-w)}.chat-body{width:100%}}.overlay{animation:fadeIn .25s ease;background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:150}.hamburger-fixed{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;box-shadow:0 2px 6px #00000014;cursor:pointer;font-size:22px;left:14px;padding:6px 10px;position:fixed;top:14px;transition:background .2s ease,transform .2s ease;z-index:300}.hamburger-fixed:hover{background:#f3f4f6;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-btn{font-size:1.05rem;padding:.9rem 1.8rem}.form-btn,.primary-btn{height:48px;width:100%}.primary-btn{align-items:center;background-color:#1d4ed8;border:none;border-radius:.4rem;box-shadow:0 6px 16px #2563eb40;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;gap:6px;justify-content:center;transition:all .2s ease}.primary-btn:hover{background-color:#1e40af;box-shadow:0 8px 20px #2563eb59}.back-btn{align-items:center;background:#e0e0e0;border:none;border-radius:3px;box-shadow:0 2px 6px #00000014;color:#111;cursor:pointer;display:flex;flex:1 1;font-weight:600;height:48px;justify-content:center;transition:background .25s ease,transform .2s ease}.back-btn:hover{background:#d5d5d5;transform:scale(1.02)}.back-btn:disabled{cursor:not-allowed;opacity:.6}.input-field{border:1px solid #ccc;border-radius:12px;box-sizing:border-box;font-size:14px;margin:.5rem 0;padding:.75rem 1rem;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.input-field:focus{border-color:#0056d6;border-color:var(--primary-blue);box-shadow:0 0 0 3px #0056d626;outline:none}
/*# sourceMappingURL=main.d60dac61.css.map*/