@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0b101a;color:#0f172a;--panel-bg: #0b101a;--surface: #ffffff;--surface-muted: #f3f5f8;--surface-dark: #111827;--accent: #2563eb;--accent-soft: #e0e7ff;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--success: #16a34a;--warning: #f97316;--danger: #dc2626;--shadow: 0 18px 50px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body{margin:0;background:var(--panel-bg)}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:48px 16px;background:radial-gradient(circle at 10% 0%,rgba(91,33,182,.2),transparent 50%),radial-gradient(circle at 90% 20%,rgba(14,165,233,.18),transparent 45%),#0b101a}.auth-card{width:min(560px,92vw);background:#ffffff0f;border:1px solid rgba(148,163,184,.25);box-shadow:0 32px 80px #00000059;color:#ffffffeb}.auth-card .card-title{color:#fffffff2}.auth-card .footer-note{color:#e2e8f0ad}.auth-card .search-input{background:#ffffff14;border:1px solid rgba(148,163,184,.25);color:#ffffffeb}.auth-card .search-input::placeholder{color:#e2e8f08c}.auth-form{grid-template-columns:1fr}.sidebar{background:#0f172a;color:#e2e8f0;padding:24px;display:flex;flex-direction:column;gap:24px;border-right:1px solid rgba(148,163,184,.15)}.sidebar-brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px}.brand-logo{width:32px;height:32px}.sidebar-section{display:flex;flex-direction:column;gap:8px}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;color:#cbd5f5;transition:all .2s ease}.nav-link svg{width:18px;height:18px}.nav-link.active,.nav-link:hover{background:#2563eb2e;color:#fff}.main{padding:32px 36px 48px;background:#f8fafc}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.search-input{flex:1;max-width:360px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;align-items:center}.action-row{display:flex;flex-wrap:wrap;gap:12px}.toggle-row{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--text-secondary)}.card{background:var(--surface);border-radius:18px;padding:18px 20px;box-shadow:var(--shadow);border:1px solid var(--border)}.card-title{font-size:13px;font-weight:600;color:var(--text-muted)}.card-value{font-size:24px;font-weight:700;margin-top:10px;color:var(--text-primary)}.section{margin-top:24px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{font-size:20px;font-weight:700}.section-subtitle{color:var(--text-secondary);font-size:14px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px 14px;font-size:14px}.table th{color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border)}.table td{border-bottom:1px solid var(--border)}.pill{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.pill.success{background:#16a34a26;color:var(--success)}.pill.warning{background:#f973161f;color:var(--warning)}.pill.danger{background:#dc26261f;color:var(--danger)}.page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:var(--text-secondary)}.empty-state h3{margin:0}.footer-note{margin-top:18px;font-size:12px;color:var(--text-muted)}.button{border:none;background:var(--accent);color:#fff;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.button.secondary{background:var(--surface-muted);color:var(--text-secondary)}.button:disabled{opacity:.6;cursor:not-allowed}.chat-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.chat-toolbar-group{display:flex;flex-wrap:wrap;gap:12px}.chat-toolbar-meta{display:flex;align-items:center;gap:10px}.chat-label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:var(--text-muted)}.chat-select{min-width:160px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font-size:13px}.chat-grid{display:grid;grid-template-columns:360px 1fr;gap:18px;align-items:start}.chat-list{padding:14px;height:calc(100vh - 340px);overflow:hidden;display:flex;flex-direction:column}.chat-list-items{overflow:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px}.chat-list-item{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:12px;text-align:left;cursor:pointer;display:grid;gap:4px;box-shadow:0 10px 20px #0f172a0d}.chat-list-item.active{border-color:#2563eb66;box-shadow:0 14px 28px #2563eb1f}.chat-list-item-title{font-weight:700;color:var(--text-primary);font-size:14px}.chat-list-item-subtitle{font-size:12px;color:var(--text-secondary)}.chat-list-item-meta{font-size:11px;color:var(--text-muted)}.chat-thread{display:grid;grid-template-rows:auto 1fr auto;height:calc(100vh - 340px);overflow:hidden}.chat-thread-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding-bottom:14px}.chat-thread-title{font-size:16px;font-weight:800;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.chat-thread-subtitle{font-size:12px;color:var(--text-secondary);margin-top:6px}.chat-thread-actions{display:flex;gap:10px}.chat-messages{overflow:auto;padding:16px 6px 12px 0;display:flex;flex-direction:column;gap:12px}.chat-msg{border:1px solid var(--border);background:var(--surface-muted);border-radius:16px;padding:12px}.chat-msg.user{background:#2563eb14;border-color:#2563eb40}.chat-msg-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:11px;color:var(--text-muted)}.chat-msg-author{font-weight:800;text-transform:uppercase;letter-spacing:.08em}.chat-msg-content{white-space:pre-wrap;font-size:13px;color:var(--text-primary);line-height:1.45}.chat-compose{border-top:1px solid var(--border);padding-top:14px;display:grid;gap:10px}.chat-textarea{width:100%;border-radius:14px;border:1px solid var(--border);background:var(--surface);padding:12px 14px;font-size:13px;resize:none}.chat-compose-actions{display:flex;justify-content:flex-end}@media (max-width: 1100px){.chat-grid{grid-template-columns:1fr}.chat-list,.chat-thread{height:auto;min-height:420px}}.tabs{display:flex;gap:10px;margin:16px 0 8px;flex-wrap:wrap}.tab-button{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);padding:8px 14px;border-radius:999px;font-weight:600;cursor:pointer}.tab-button.active{background:var(--accent-soft);color:var(--accent);border-color:#2563eb59}.action-row{display:flex;flex-wrap:wrap;gap:8px}.link{color:var(--accent);font-weight:600}.timeline{display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--border)}.timeline-time{font-weight:700;color:var(--text-secondary)}.timeline-entry{font-weight:600}.timeline-actor{font-size:12px;color:var(--text-muted)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.form-field{display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--text-secondary)}.form-error{margin-top:12px;color:var(--danger);font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a94;display:grid;place-items:center;padding:24px;z-index:50}.modal{width:min(980px,94vw);max-height:92vh;overflow:auto}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.modal-footer{display:flex;justify-content:space-between;gap:12px;margin-top:18px}.code-block{margin:12px 0 0;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:var(--surface-muted);overflow:auto;font-size:12px;color:var(--text-primary)}@media (max-width: 960px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:10;flex-direction:row;overflow-x:auto}.sidebar-section{flex-direction:row}}.auth-shell-branded{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0e17;padding:24px}.auth-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;background:#0f1419;border-radius:24px;overflow:hidden;box-shadow:0 32px 96px #00000080,0 0 0 1px #ffffff0d;min-height:720px}.auth-branding{background:linear-gradient(135deg,#5b21b6,#7c3aed,#0ea5e9);padding:64px 48px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.auth-branding:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brand-content{position:relative;z-index:1;max-width:440px}.brand-logo-large{margin-bottom:32px}.brand-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}.brand-subtitle{font-size:16px;color:#ffffffd9;line-height:1.6;margin:0 0 40px}.brand-features{display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:center;gap:12px;color:#fffffff2;font-weight:500;font-size:15px}.feature-item svg{flex-shrink:0;color:#ffffffe6}.auth-form-panel{background:#0f1419;padding:64px 48px;display:flex;align-items:center;justify-content:center}.auth-form-container{width:100%;max-width:420px}.form-header{margin-bottom:32px}.form-header h2{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px}.form-header p{font-size:14px;color:#fff9;margin:0}.login-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:13px;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.form-input{padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:15px;transition:all .2s ease}.form-input:focus{outline:none;background:#ffffff14;border-color:#5b21b680;box-shadow:0 0 0 3px #5b21b626}.form-input::placeholder{color:#fff6}.error-alert{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#fca5a5;font-size:14px}.error-alert svg{flex-shrink:0;color:#ef4444}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#5b21b6,#7c3aed);color:#fff;font-weight:600;font-size:15px;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #5b21b64d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 6px 16px #5b21b666;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.divider{display:flex;align-items:center;gap:16px;color:#fff6;font-size:13px;margin:8px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.btn-sso{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:#ffffff0d;color:#fff;font-weight:600;font-size:15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-sso:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.form-footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px}.footer-link{color:#ffffffb3;transition:color .2s ease;font-weight:500}.footer-link:hover{color:#fff;text-decoration:underline}.separator{color:#ffffff4d}@media (max-width: 960px){.auth-container{grid-template-columns:1fr;min-height:auto}.auth-branding{padding:48px 32px;min-height:auto}.brand-title{font-size:28px}.auth-form-panel{padding:48px 32px}.form-header h2{font-size:24px}}@media (max-width: 640px){.auth-shell-branded{padding:16px}.auth-branding,.auth-form-panel{padding:32px 24px}.brand-title{font-size:24px}.form-header h2{font-size:22px}.form-footer{flex-direction:column;gap:8px}.separator{display:none}}
