:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--primary:#4f46e5;--primary-hover:#4338ca;--bg:#f8fafc;--sidebar-bg:#fff;--card-bg:#fff;--text-main:#1f2937;--text-muted:#6b7280;--border:#e2e8f0;--user-bubble:#4f46e5;--ai-bubble:#f1f5f9;--shadow:0 4px 6px -1px #0000001a}*{box-sizing:border-box}html,body{background-color:var(--bg);width:100%;height:100%;color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,sans-serif;overflow:hidden}#root{width:100%;height:100%}.auth-container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow-y:auto}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:400px;margin:2rem;padding:2.5rem;box-shadow:0 10px 25px -5px #0000001a}.auth-card h1.auth-title{text-align:center;color:#000;letter-spacing:-.05em;margin:0;font-size:2rem;font-weight:800;line-height:1.1}.auth-card .subtitle{text-align:center;color:var(--text-muted);margin:.5rem 0 2rem}.full-page-chat{width:100%;height:100%;display:flex}.chat-sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:300px;display:flex}.sidebar-header{border-bottom:1px solid var(--border);padding:1.5rem}.sessions-list{flex:1;padding:1rem;overflow-y:auto}.session-item{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:background .2s;overflow:hidden}.session-item:hover{background:#f1f5f9}.session-item.active{color:var(--primary);background:#eef2ff;font-weight:600}.sidebar-footer{border-top:1px solid var(--border);padding:1rem 1.5rem}.user-name{margin:0 0 .5rem;font-size:.9rem;font-weight:600}.chat-main{background:#fff;flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.chat-header{border-bottom:1px solid var(--border);flex-shrink:0;padding:1rem 2rem}.chat-header h2{margin:0;font-size:1.1rem}.chat-history{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:600}.btn-secondary{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;padding:.5rem 1rem}.btn-link{color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.9rem}.full-width{width:100%}.styled-input{border:1px solid var(--border);box-sizing:border-box;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem 1rem}.form-group{flex-direction:column;display:flex}.message-row{width:100%;display:flex}.message-row.user{justify-content:flex-end}.message-bubble{word-wrap:break-word;text-align:left;border-radius:18px;max-width:70%;padding:.75rem 1.25rem;line-height:1.5}.message-bubble p{margin:0}.message-bubble p+p{margin-top:1rem}.message-bubble hr{border:0;border-top:1px solid var(--border);margin:1.5rem 0}.message-bubble ul,.message-bubble ol{margin:1rem 0;padding-left:1.5rem}.message-bubble li{margin-bottom:.25rem}.user .message-bubble{background:var(--user-bubble);color:#fff;border-bottom-right-radius:4px}.ai .message-bubble{background:var(--ai-bubble);color:var(--text-main);border-bottom-left-radius:4px}.chat-input-area{border-top:1px solid var(--border);flex-shrink:0;gap:1rem;padding:1.5rem 2rem;display:flex}.chat-input-area input{border:1px solid var(--border);background:#f8fafc;border-radius:24px;flex:1;padding:.75rem 1.25rem;font-size:1rem}.chat-input-area input:focus{border-color:var(--primary);background:#fff;outline:none}.btn-send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.admin-layout{background:#f8fafc;flex-direction:column;width:100%;height:100%;display:flex}.app-header{border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;padding:1rem 2rem}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.admin-main{flex:1;grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:grid;overflow-y:auto}@media (width<=900px){.admin-main{grid-template-columns:1fr}}.admin-card{box-shadow:var(--shadow);background:#fff;border-radius:12px;height:fit-content;padding:2rem}.styled-textarea{border:1px solid var(--border);box-sizing:border-box;border-radius:8px;width:100%;min-height:200px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:1rem}.styled-textarea.sm{min-height:100px}.question-card{border:1px solid var(--border);background:#f8fafc;border-radius:8px;margin-bottom:1rem;padding:1rem}.fade-in{animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading{gap:4px;display:flex;padding:.5rem 1rem!important}.dot{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
