@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-app:#f8fafc;--bg-surface:#fff;--bg-sidebar:#fff;--bg-subtle:#f1f5f9;--bg-hover:#f8fafc;--border-color:#e2e8f0;--border-subtle:#edf2f7;--border-focus:#6366f1;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-dim:#94a3b8;--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#eef2ff;--primary-gradient:linear-gradient(135deg,#4f46e5,#6366f1);--accent-teal:#0d9488;--accent-teal-light:#f0fdfa;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 25px -3px #00000014,0 4px 6px -4px #0000000a;--shadow-dropdown:0 20px 30px -10px #0f172a1f,0 0 0 1px #0f172a0f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#334155;color:var(--text-secondary);font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif}.app-container,body{background-color:#f8fafc;background-color:var(--bg-app)}.app-container{display:flex;height:100vh;overflow:hidden}.sidebar{background:#fff;background:var(--bg-sidebar);border-right:1px solid #e2e8f0;border-right:1px solid var(--border-color);display:flex;flex-direction:column;flex-shrink:0;gap:16px;overflow-x:hidden;overflow-y:auto;padding:22px 18px;width:290px}.sidebar-header{margin-bottom:2px}.logo{align-items:center;display:flex;gap:10px}.logo-icon{font-size:26px;line-height:1}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e1b4b,#4338ca);-webkit-background-clip:text;background-clip:text;font-size:19px;font-weight:700;letter-spacing:-.02em}.sidebar-section{margin-bottom:2px}.sidebar-tabs{background:#f1f5f9;background:var(--bg-subtle);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);display:flex;gap:4px;padding:3px}.tab-btn{background:#0000;border:none;border-radius:6px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);cursor:pointer;flex:1 1;font-family:inherit;font-size:12.5px;font-weight:500;padding:8px 10px;transition:all .2s ease}.tab-btn.active{background:#fff;background:var(--bg-surface);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#4f46e5;color:var(--primary);font-weight:600}.tab-btn:hover:not(.active){color:#0f172a;color:var(--text-primary)}.database-selector label{color:#64748b;color:var(--text-muted);display:block;font-size:11px;font-weight:600;letter-spacing:.8px;margin-bottom:7px;text-transform:uppercase}.database-selector select{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#0f172a;color:var(--text-primary);cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:500;padding:10px 14px;transition:all .2s ease;width:100%}.database-selector select:hover{border-color:#cbd5e1}.database-selector select:focus{border-color:#6366f1;border-color:var(--border-focus);box-shadow:0 0 0 3px #6366f11f;outline:none}.upload-section-sidebar{padding:2px 0}.upload-hint{background:#f1f5f9;background:var(--bg-subtle);border:1px dashed #e2e8f0;border:1px dashed var(--border-color);border-radius:10px;border-radius:var(--radius-md);color:#64748b;color:var(--text-muted);font-size:12.5px;line-height:1.5;padding:14px 10px;text-align:center}.upload-success-card{background:#f0fdfa;background:var(--accent-teal-light);border:1px solid #ccfbf1;border-radius:10px;border-radius:var(--radius-md);padding:12px;text-align:center}.upload-success-icon{font-size:24px}.upload-filename{color:#0d9488;color:var(--accent-teal);font-size:13px;font-weight:600;margin-top:4px;word-break:break-all}.upload-meta{color:#64748b;color:var(--text-muted);font-size:11px;margin-top:3px}.query-history{flex:1 1;min-height:0;overflow-y:auto}.query-history h3{color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.8px;margin-bottom:9px;text-transform:uppercase}.history-list{display:flex;flex-direction:column;gap:5px}.history-item{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);color:#334155;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:12.5px;padding:10px 12px;text-align:left;transition:all .2s ease;width:100%}.history-item:hover{background:#f1f5f9;background:var(--bg-subtle);border-color:#cbd5e1;color:#0f172a;color:var(--text-primary)}.history-item.active{background:#eef2ff;background:var(--primary-light);border-color:#c7d2fe;color:#4f46e5;color:var(--primary);font-weight:600}.history-q{display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-date{color:#94a3b8;color:var(--text-dim);display:block;font-size:10.5px;margin-top:3px}.new-chat-btn{font-family:inherit;font-size:12px;font-weight:500;transition:all .2s ease}.new-chat-btn:hover{background:#eef2ff!important;background:var(--primary-light)!important;border-color:#c7d2fe!important;color:#4f46e5!important;color:var(--primary)!important}.sidebar-info{margin-top:auto}.info-card{background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:14px;border-radius:var(--radius-lg);padding:14px}.info-card h3{align-items:center;color:#4f46e5;color:var(--primary);display:flex;font-size:12.5px;font-weight:600;gap:6px;margin-bottom:8px}.info-card ul{list-style:none}.info-card li{color:#64748b;color:var(--text-muted);font-size:11.5px;line-height:1.45;padding:3px 0 3px 14px;position:relative}.info-card li:before{color:#4f46e5;color:var(--primary);content:"•";font-weight:700;left:3px;position:absolute}.main-content{background:#f8fafc;background:var(--bg-app);display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.chat-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:14px 28px;z-index:10}.chat-header h2{color:#0f172a;color:var(--text-primary);font-size:16px;font-weight:600;letter-spacing:-.01em}.header-right{gap:12px}.header-right,.status-badge{align-items:center;display:flex}.status-badge{background:#f0fdfa;background:var(--accent-teal-light);border:1px solid #ccfbf1;border-radius:20px;color:#0d9488;color:var(--accent-teal);font-size:12px;font-weight:500;gap:7px;padding:6px 12px}.status-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:7px;width:7px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.user-menu-container{position:relative}.user-menu-button{align-items:center;background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#334155;color:var(--text-secondary);cursor:pointer;display:flex;font-family:inherit;gap:8px;padding:6px 12px;transition:all .2s ease}.user-menu-button:hover{background:#f1f5f9;background:var(--bg-subtle);border-color:#cbd5e1;color:#0f172a;color:var(--text-primary)}.user-avatar{font-size:16px}.user-name{font-size:13px;font-weight:600;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{color:#94a3b8;color:var(--text-dim);font-size:9px;transition:transform .2s}.user-dropdown{animation:slideDown .15s ease-out;background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 20px 30px -10px #0f172a1f,0 0 0 1px #0f172a0f;box-shadow:var(--shadow-dropdown);overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:240px;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{align-items:center;background:#f1f5f9;background:var(--bg-subtle);display:flex;gap:10px;padding:14px}.user-avatar-large{align-items:center;background:#eef2ff;background:var(--primary-light);border:1px solid #c7d2fe;border-radius:6px;border-radius:var(--radius-sm);display:flex;font-size:22px;height:38px;justify-content:center;width:38px}.user-info{display:flex;flex-direction:column;overflow:hidden}.user-name-large{color:#0f172a;color:var(--text-primary);font-size:13.5px;font-weight:600}.user-email,.user-name-large{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:#64748b;color:var(--text-muted);font-size:11.5px}.dropdown-divider{background:#e2e8f0;background:var(--border-color);height:1px}.dropdown-item{align-items:center;background:#0000;border:none;color:#334155;color:var(--text-secondary);cursor:pointer;display:flex;font-family:inherit;font-size:13px;gap:9px;padding:10px 14px;text-align:left;transition:all .15s;width:100%}.dropdown-item:hover{background:#f1f5f9;background:var(--bg-subtle);color:#0f172a;color:var(--text-primary)}.dropdown-item span{font-size:15px}.dropdown-item.logout-button{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);color:#e11d48}.dropdown-item.logout-button:hover{background:#fff1f2}.chat-container{background:#f8fafc;background:var(--bg-app);flex:1 1;overflow-y:auto;padding:24px 28px}.upload-zone-wrapper{align-items:center;display:flex;height:100%;justify-content:center}.upload-zone{background:#fff;background:var(--bg-surface);border:2px dashed #cbd5e1;border-radius:18px;border-radius:var(--radius-xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);cursor:pointer;max-width:92%;padding:50px 32px;text-align:center;transition:all .25s ease;width:480px}.upload-zone.drag-over,.upload-zone:hover{background:#fdfefe;border-color:#4f46e5;border-color:var(--primary);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.upload-icon{font-size:48px;margin-bottom:12px}.upload-zone h3{color:#0f172a;color:var(--text-primary);font-size:17px;font-weight:600;margin-bottom:6px}.upload-zone p{color:#64748b;color:var(--text-muted);font-size:13.5px}.upload-formats{color:#94a3b8!important;color:var(--text-dim)!important;font-size:11.5px!important;margin-top:10px!important}.upload-loading{align-items:center;display:flex;flex-direction:column;gap:14px}.upload-loading .loader{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-top-color:#4f46e5;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary);height:36px;width:36px}.empty-state{align-items:center;color:#64748b;color:var(--text-muted);display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:580px;text-align:center}.empty-icon{font-size:44px;margin-bottom:12px;opacity:.9}.empty-state h3{color:#0f172a;color:var(--text-primary);font-size:20px;font-weight:700;letter-spacing:-.01em;margin-bottom:6px}.empty-state p{color:#64748b;color:var(--text-muted);font-size:14px;margin-bottom:24px}.example-queries{display:flex;flex-direction:column;gap:8px;width:100%}.example-queries p{color:#4f46e5;color:var(--primary);font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.example-queries button{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#334155;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:11px 16px;text-align:left;transition:all .2s ease}.example-queries button:hover{background:#f1f5f9;background:var(--bg-subtle);border-color:#cbd5e1;color:#4f46e5;color:var(--primary);transform:translateX(3px)}.messages{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:940px}.message{animation:fadeIn .25s ease-out;display:flex;gap:12px;max-width:88%}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.user-message{flex-direction:row-reverse;margin-left:auto}.user-message .message-content{background:linear-gradient(135deg,#4f46e5,#6366f1);background:var(--primary-gradient);border:none;border-radius:16px 16px 4px 16px;box-shadow:0 4px 14px #4f46e540;color:#fff}.user-message .message-sender{color:#ffffffbf}.user-message .message-text{color:#fff}.ai-message .message-content{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px 16px 16px 4px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.error-message .message-content{background:#fff1f2!important;border-color:#fecdd3!important}.message-avatar{align-items:center;border-radius:6px;border-radius:var(--radius-sm);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;flex-shrink:0;font-size:16px;height:34px;justify-content:center;width:34px}.user-message .message-avatar{background:linear-gradient(135deg,#4f46e5,#6366f1);background:var(--primary-gradient);color:#fff}.ai-message .message-avatar{background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff}.message-content{flex:1 1;min-width:0;padding:14px 18px}.message-sender{color:#64748b;color:var(--text-muted);display:block;font-size:11px;font-weight:700;letter-spacing:.6px;margin-bottom:5px;text-transform:uppercase}.message-text{color:#334155;color:var(--text-secondary);font-size:14px;line-height:1.65;word-break:break-word}.message-text p{margin-bottom:8px}.message-text p:last-child{margin-bottom:0}.message-text ol,.message-text ul{margin-bottom:10px;margin-left:20px}.message-text li{margin-bottom:3px}.message-text strong{color:#0f172a;color:var(--text-primary);font-weight:600}.typing-indicator{display:flex;gap:5px;padding:6px 0}.typing-indicator span{animation:bounce 1.4s ease-in-out infinite both;background:#4f46e5;background:var(--primary);border-radius:50%;height:7px;width:7px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.sql-query-section{margin-top:12px}.sql-toggle-btn{align-items:center;background:#f1f5f9;background:var(--bg-subtle);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:11.5px;gap:8px;padding:7px 12px;transition:all .2s;width:100%}.sql-toggle-btn:hover{background:#edf2f7;color:#0f172a;color:var(--text-primary)}.sql-toggle-label{flex:1 1;font-weight:600;text-align:left}.sql-badge{background:#e0e7ff;border-radius:4px;color:#4f46e5;color:var(--primary);font-size:9.5px;font-weight:700;letter-spacing:.5px;padding:2px 7px}.sql-query-display{animation:fadeIn .2s ease;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #4f46e5;border:1px solid var(--border-color);border-left:3px solid var(--primary);border-radius:6px;border-radius:var(--radius-sm);margin-top:6px;padding:12px 14px}.sql-query-display code{color:#1e293b;display:block;font-family:JetBrains Mono,Fira Code,Menlo,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.results-section{margin-top:14px}.results-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.results-count{color:#64748b;color:var(--text-muted);font-size:12px;font-weight:600}.chart-toggle-btn{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;border-radius:var(--radius-sm);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#4f46e5;color:var(--primary);cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:600;padding:4px 12px;transition:all .2s}.chart-toggle-btn:hover{background:#eef2ff;background:var(--primary-light);border-color:#c7d2fe}.results-table-wrapper{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);max-height:360px;overflow-x:auto;overflow-y:auto}.results-table{border-collapse:collapse;font-size:12.5px;width:100%}.results-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#64748b;color:var(--text-muted);font-size:10px;font-weight:600;letter-spacing:.6px;padding:9px 14px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:1}.results-table td{border-bottom:1px solid #f1f5f9;color:#334155;color:var(--text-secondary);max-width:220px;overflow:hidden;padding:8px 14px;text-overflow:ellipsis;white-space:nowrap}.results-table tr:last-child td{border-bottom:none}.results-table tr:hover td{background:#f8fafc}.null-value{color:#94a3b8;color:var(--text-dim);font-size:11px;font-style:italic}.chart-container{background:#fff;background:var(--bg-surface);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:16px 14px 10px 0}.input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding:16px 28px 20px}.input-wrapper{display:flex;gap:10px;margin:0 auto;max-width:940px}.input-wrapper input{background:#fff;background:var(--bg-surface);border:1px solid #cbd5e1;border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#0f172a;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:14px;padding:13px 18px;transition:all .2s ease}.input-wrapper input::placeholder{color:#94a3b8;color:var(--text-dim)}.input-wrapper input:focus{border-color:#6366f1;border-color:var(--border-focus);box-shadow:0 0 0 3px #6366f124;outline:none}.send-button{background:linear-gradient(135deg,#4f46e5,#6366f1);background:var(--primary-gradient);border:none;border-radius:10px;border-radius:var(--radius-md);box-shadow:0 2px 8px #4f46e540;color:#fff;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;padding:13px 24px;transition:all .2s ease;white-space:nowrap}.send-button:hover:not(:disabled){box-shadow:0 4px 12px #4f46e559;transform:translateY(-1px)}.send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.chat-container::-webkit-scrollbar,.query-history::-webkit-scrollbar,.results-table-wrapper::-webkit-scrollbar,.sidebar::-webkit-scrollbar{height:5px;width:5px}.chat-container::-webkit-scrollbar-track,.query-history::-webkit-scrollbar-track,.results-table-wrapper::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{background:#0000}.chat-container::-webkit-scrollbar-thumb,.query-history::-webkit-scrollbar-thumb,.results-table-wrapper::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-container::-webkit-scrollbar-thumb:hover,.query-history::-webkit-scrollbar-thumb:hover,.results-table-wrapper::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.loading-screen{align-items:center;background:#f8fafc;background:var(--bg-app);color:#0f172a;color:var(--text-primary);display:flex;flex-direction:column;height:100vh;justify-content:center}.loading-screen .loader{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-top-color:#4f46e5;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary);height:38px;margin-bottom:14px;width:38px}.loading-screen p{color:#64748b;color:var(--text-muted);font-size:13.5px;font-weight:500}@media (max-width:768px){.sidebar{display:none}.chat-header h2{font-size:15px}.message{max-width:95%}.input-wrapper{flex-direction:column}.send-button{width:100%}.upload-zone{padding:36px 20px}.results-table-wrapper{max-height:260px}}.profile-container{background:#f8fafc;display:flex;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.profile-sidebar{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0;padding:24px 20px;width:290px}.sidebar-header{margin-bottom:24px}.back-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000a;color:#4f46e5;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;padding:8px 14px;transition:all .2s ease}.back-button:hover{background:#f1f5f9;border-color:#cbd5e1}.profile-avatar-section{border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding:16px 0 24px;text-align:center}.profile-avatar-large{align-items:center;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:50%;box-shadow:0 4px 12px #4f46e540;color:#fff;display:flex;font-size:34px;height:76px;justify-content:center;margin:0 auto 12px;width:76px}.profile-avatar-section h2{color:#0f172a;font-size:17px;font-weight:700;margin-bottom:4px}.profile-avatar-section p{color:#64748b;font-size:13px}.profile-nav{display:flex;flex:1 1;flex-direction:column;gap:6px}.nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:10px;padding:10px 14px;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.nav-item:hover{background:#f1f5f9;color:#0f172a}.nav-item.active{background:#eef2ff;color:#4f46e5;font-weight:600}.nav-item span{font-size:16px}.nav-item.logout{color:#e11d48;margin-top:auto}.nav-item.logout:hover{background:#fff1f2;color:#be123c}.profile-main{flex:1 1;overflow-y:auto;padding:36px 40px}.settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a;margin-bottom:24px;max-width:580px;padding:28px}.section-header{border-bottom:1px solid #f1f5f9;margin-bottom:20px;padding-bottom:14px}.section-header h2{color:#0f172a;font-size:17px;font-weight:700;margin-bottom:4px}.section-header p{color:#64748b;font-size:13px}.settings-form{display:flex;flex-direction:column;gap:18px}.form-group{gap:6px}.form-group input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 1px 2px #0000000a;color:#0f172a;font-family:inherit;font-size:14px;padding:11px 14px;transition:all .2s ease}.form-group input::placeholder{color:#94a3b8}.form-group input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;outline:none}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:44px;width:100%}.password-input-wrapper .password-toggle{background:#0000;border:none;cursor:pointer;font-size:16px;opacity:.6;padding:4px;position:absolute;right:12px;transition:opacity .2s ease}.password-input-wrapper .password-toggle:hover{opacity:1}.alert{border-radius:8px;font-size:13px;font-weight:500;padding:11px 14px}.alert-error{background:#fff1f2;border:1px solid #fecdd3;color:#e11d48}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.error-text{color:#e11d48;font-size:12px;font-weight:500}.btn-primary{align-self:flex-start;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:8px;box-shadow:0 2px 8px #4f46e540;color:#fff;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;padding:11px 22px;transition:all .2s ease}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #4f46e559;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.profile-container{flex-direction:column}.profile-sidebar{padding:16px;width:100%}.profile-avatar-section{padding:14px 0}.profile-avatar-large{font-size:28px;height:64px;width:64px}.profile-main{padding:20px 16px}.settings-section{padding:20px}}.auth-container{align-items:center;background-color:#f8fafc;display:flex;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;position:relative}.auth-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.auth-shape{animation:float 18s ease-in-out infinite;border-radius:50%;filter:blur(90px);opacity:.65;position:absolute}.shape-1{animation-delay:0s;background:radial-gradient(circle,#e0e7ff 0,#c7d2fe 100%);height:450px;right:-80px;top:-120px;width:450px}.shape-2{animation-delay:-5s;background:radial-gradient(circle,#ccfbf1 0,#99f6e4 100%);bottom:-80px;height:380px;left:-80px;width:380px}.shape-3{animation-delay:-9s;background:radial-gradient(circle,#fce7f3 0,#fbcfe8 100%);height:300px;left:50%;top:45%;transform:translate(-50%,-50%);width:300px}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-25px) scale(1.04)}}.auth-card{animation:slideUp .35s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 20px 40px -15px #0f172a14,0 0 0 1px #0f172a08;max-width:440px;padding:38px 36px;position:relative;width:100%;z-index:1}.signup-card{max-width:480px}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:28px;text-align:center}.auth-logo{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:18px}.auth-logo .logo-icon{font-size:32px;line-height:1}.auth-logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e1b4b,#4338ca);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;letter-spacing:-.02em}.auth-header h2{color:#0f172a;font-size:21px;font-weight:700;letter-spacing:-.01em;margin-bottom:6px}.auth-header p{color:#64748b;font-size:13.5px}.auth-error{background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;color:#e11d48;font-size:13px;font-weight:500;margin-bottom:18px;padding:11px 14px;text-align:center}.auth-form{gap:18px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:7px}.form-group label{color:#334155;font-size:13px;font-weight:600}.input-icon-wrapper{align-items:center;display:flex;position:relative}.input-icon{font-size:15px;left:14px;opacity:.8;pointer-events:none;position:absolute}.input-icon-wrapper input{background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 1px 2px #0000000a;color:#0f172a;font-family:inherit;font-size:14px;padding:12px 44px 12px 42px;transition:all .2s ease;width:100%}.input-icon-wrapper input::placeholder{color:#94a3b8}.input-icon-wrapper input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;outline:none}.password-toggle{background:none;border:none;cursor:pointer;font-size:15px;opacity:.6;padding:0;position:absolute;right:14px;transition:opacity .2s ease}.password-toggle:hover{opacity:1}.password-strength{align-items:center;display:flex;gap:10px;margin-top:6px}.strength-bars{display:flex;flex:1 1;gap:4px}.strength-bar{background:#e2e8f0;border-radius:2px;flex:1 1;height:4px;transition:all .3s ease}.strength-bar.active{background:#4f46e5}.password-strength span{font-size:11.5px;font-weight:600;min-width:48px}.password-mismatch{color:#e11d48;font-size:12px;font-weight:500;margin-top:3px}.form-options{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.checkbox-wrapper{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:13px;gap:9px;-webkit-user-select:none;user-select:none}.checkbox-wrapper input[type=checkbox]{display:none}.checkmark{background:#fff;border:1.5px solid #cbd5e1;border-radius:5px;height:17px;position:relative;transition:all .2s ease;width:17px}.checkbox-wrapper input[type=checkbox]:checked+.checkmark{background:#4f46e5;border-color:#4f46e5}.checkbox-wrapper input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:11px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-wrapper a{color:#4f46e5;font-weight:500;text-decoration:none}.checkbox-wrapper a:hover{text-decoration:underline}.forgot-link{color:#4f46e5;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:#4338ca;text-decoration:underline}.auth-button{align-items:center;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:10px;box-shadow:0 4px 12px #4f46e547;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14.5px;font-weight:600;justify-content:center;min-height:46px;padding:13px 20px;transition:all .2s ease;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 6px 18px #4f46e561;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.button-loader{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.auth-switch{color:#64748b;font-size:13.5px;margin-top:20px;text-align:center}.switch-link{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:13.5px;font-weight:600;margin-left:4px;text-decoration:none;transition:color .2s ease}.switch-link:hover{color:#4338ca;text-decoration:underline}@media (max-width:480px){.auth-card{border-radius:16px;padding:28px 20px}.auth-logo h1{font-size:20px}.auth-header h2{font-size:19px}.form-options{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.ae4184ec.css.map*/