body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.sidebar{background:linear-gradient(180deg,#1e293b,#172033);border-right:1px solid #334155;color:#e5e7eb;display:flex;flex-direction:column;min-width:var(--sidebar-width);padding:18px 16px;transition:width .18s ease,min-width .18s ease,padding .18s ease;width:var(--sidebar-width)}.sidebar.collapsed{border-right:0;min-width:0;overflow:hidden;padding:0;width:0}.sidebar-header{justify-content:space-between;margin-bottom:22px}.sidebar-brand,.sidebar-header{align-items:center;display:flex}.sidebar-brand{gap:12px}.brand-logo{height:34px;width:34px}.brand-name{color:#f8fafc;font-size:18px;font-weight:600;letter-spacing:.2px}.sidebar-reopen-btn,.sidebar-toggle-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:10px;color:#94a3b8;cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:background .15s ease,border-color .15s ease,color .15s ease;width:38px}.sidebar-reopen-btn:hover,.sidebar-toggle-btn:hover{background:#1e293beb;border-color:#334155;color:#f8fafc}.sidebar-reopen-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae0;border-color:#334155cc;box-shadow:0 8px 24px #0206174d;left:18px;position:fixed;top:18px;z-index:100}.sidebar-toggle-glyph{border:1.5px solid;border-radius:3px;display:block;height:16px;position:relative;width:18px}.sidebar-toggle-glyph span{background:currentColor;bottom:0;left:5px;position:absolute;top:0;width:1.5px}.new-chat-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a99;border:1px solid #334155;border-radius:999px;color:#e2e8f0;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:18px;padding:10px 14px;transition:all .2s ease;width:100%}.new-chat-btn:hover{background:#1e40af26;border-color:#3b82f6;color:#f8fafc}.new-chat-btn:active{transform:scale(.98)}.chat-history{flex:1 1;overflow-y:auto;padding-right:4px}.chat-history:before{color:#94a3b8;content:"Your chats";display:block;font-size:12px;margin:6px 0 10px;padding-left:4px}.chat-item{background:#0000;border-radius:10px;color:#e2e8f0;cursor:pointer;font-size:14px;margin-bottom:6px;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;transition:background .15s,transform .15s;white-space:nowrap}.chat-item:hover{background:#94a3b81f;transform:translateX(2px)}.chat-item.active{background:linear-gradient(135deg,#3b82f633,#2563eb59);box-shadow:inset 0 0 0 1px #3b82f680,0 8px 20px #00000059}.user-menu{display:flex;flex-direction:column;gap:10px;padding-top:14px}.user-left{align-items:center;display:flex;gap:10px}.user-avatar{height:36px;width:36px}.user-menu{border-top:1px solid #334155;padding-top:12px;position:relative}.user-row{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:6px;transition:background .15s ease}.user-row:hover{background:#94a3b81a}.user-avatar{align-items:center;background:#334155;border-radius:50%;color:#e5e7eb;display:flex;font-size:13px;font-weight:600;height:34px;justify-content:center;width:34px}.user-info{display:flex;flex-direction:column}.user-info strong{color:#f8fafc;font-size:14px}.user-info span{color:#94a3b8;font-size:12px}.user-dropdown{background:#0f172a;border:1px solid #334155;border-radius:10px;bottom:48px;box-shadow:0 12px 30px #02061799;left:0;padding:6px;position:absolute;width:100%;z-index:20}.user-dropdown button{background:#0000;border:none;border-radius:6px;color:#e5e7eb;cursor:pointer;font-size:14px;padding:10px;text-align:left;transition:background .15s ease;width:100%}.user-dropdown button:hover{background:#ef444426;color:#fef2f2}.logout-btn{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:12px;margin-left:46px;padding:2px 0;transition:color .15s ease}.logout-btn:hover{color:#e5e7eb;text-decoration:underline}.chat-history::-webkit-scrollbar{width:6px}.chat-history::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}.chat-item{align-items:center;display:flex;gap:8px;justify-content:space-between}.chat-title{flex:1 1;overflow:hidden;text-overflow:ellipsis}.delete-chat-btn{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:14px;opacity:0;padding:4px;transition:opacity .15s ease,background .15s ease,color .15s ease}.chat-item:hover .delete-chat-btn{opacity:1}.delete-chat-btn:hover{background:#ef444426;color:#ef4444}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s cubic-bezier(.16,1,.3,1);background:#1e293b;border:1px solid #334155;border-radius:12px;box-shadow:0 20px 40px #0006;color:#e2e8f0;display:flex;flex-direction:column;max-width:420px;overflow:hidden;width:90%}.modal-header{align-items:center;border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:18px 24px}.modal-header h3{color:#f8fafc;font-size:1.15rem;font-weight:600;margin:0}.close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.5rem;line-height:1;transition:color .2s}.close-btn:hover{color:#fff}.modal-body{color:#cbd5e1;font-size:.95rem;line-height:1.6;padding:24px}.modal-footer{background-color:#0f172a;border-top:1px solid #334155;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.text-btn{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.text-btn:hover{background:#94a3b81a;color:#e2e8f0}.danger-btn{background:#ef444426;border:1px solid #ef44444d;border-radius:6px;color:#ef4444;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.danger-btn:hover{background:#ef444440;border-color:#ef4444;color:#fca5a5;transform:translateY(-1px)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.btn-loading{align-items:center;display:inline-flex;gap:6px;justify-content:center}.btn-loading .dot{animation:blink 1.4s infinite both;background:currentColor;border-radius:50%;height:6px;opacity:.6;width:6px}.btn-loading .dot:nth-child(2){animation-delay:.2s}.btn-loading .dot:nth-child(3){animation-delay:.4s}.chat-layout{background:radial-gradient(1200px 600px at center,#3b82f60f,#0000 70%);display:flex;height:100vh;overflow:hidden;width:100%}.file-panel{background:linear-gradient(180deg,#1e293b,#172033);border-left:1px solid #334155;display:flex;flex-direction:column;gap:16px;overflow-x:hidden;padding:18px;width:var(--file-panel-width)}.file-panel-header{align-items:center;display:flex;justify-content:space-between}.file-panel-header h3{color:#f8fafc;font-size:15px;font-weight:600}.upload-doc-btn{background:#2563eb;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px}.upload-doc-btn input{display:none}.upload-dropzone{background:#0f172a99;border:2px dashed #3b82f6;border-radius:12px;padding:16px;text-align:center}.upload-dropzone.dragging{background:#2563eb24;border-color:#93c5fd}.drop-icon{color:#60a5fa;font-size:26px;margin-bottom:8px}.upload-dropzone p{color:#e2e8f0;font-size:13px}.upload-dropzone span{color:#94a3b8;display:block;font-size:12px;margin:6px 0}.browse-btn{background:#0000;border:1px solid #3b82f6;border-radius:8px;color:#3b82f6;cursor:pointer;display:inline-block;font-size:12px;padding:6px 12px}.browse-btn input{display:none}.upload-dropzone small{color:#64748b;display:block;font-size:11px;margin-top:8px}.file-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto}.file-row{background:#020617;border-radius:8px;max-width:100%;min-width:0;overflow:hidden;padding:8px 10px}.file-row-top{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.remove-file-btn{background:#0000;border:none;color:#64748b;cursor:pointer;flex:0 0 auto;font-size:14px;opacity:0;transition:opacity .15s ease,color .15s ease}.file-row:hover .remove-file-btn{opacity:1}.remove-file-btn:hover{color:#ef4444}.file-name{color:#e5e7eb;display:flex;font-size:12px;max-width:100%}.file-name,.file-name-base{min-width:0;overflow:hidden;white-space:nowrap}.file-name-base{text-overflow:ellipsis}.file-name-extension{flex:0 0 auto;white-space:nowrap}.file-row-top .file-name{flex:1 1 auto}.file-row.failed .file-name{display:block;overflow-wrap:anywhere;white-space:normal}.file-meta{color:#64748b;font-size:11px}.file-item{position:relative}.file-item .delete-btn{display:none;opacity:.8;position:absolute;right:8px;top:5px}.file-item:hover .delete-btn{display:block}.file-progress{background:#1f2937;border-radius:4px;height:4px;margin-top:6px;overflow:hidden}.file-progress div{background:linear-gradient(90deg,#2563eb,#3b82f6);height:100%;transition:width .3s ease}.file-row.failed .file-progress div{background:#ef4444}.chat-window{display:flex;flex:1 1;flex-direction:column;margin-bottom:90px;overflow-y:auto;padding:48px 50px 30px;scroll-behavior:smooth;scrollbar-color:#3b82f6 #020617;scrollbar-width:thin;width:100%}.chat-window::-webkit-scrollbar{width:6px}.chat-window::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:999px}.welcome-wrapper{align-items:center;display:flex;height:100%;justify-content:center;padding:40px}.welcome-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1b2537;border:1px solid #ffffff14;border-radius:16px;max-width:820px;padding:36px 42px;width:100%}.welcome-eyebrow{color:#60a5fa;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.welcome-capabilities{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.welcome-capabilities button{background:#0f172a;border:1px solid #334155;border-radius:10px;color:#e2e8f0;cursor:pointer;font-size:13px;font-weight:600;padding:12px 14px;text-align:left}.welcome-capabilities button:hover{background:#3b82f614;border-color:#3b82f6}.welcome-capabilities button:disabled{cursor:not-allowed;opacity:.45}.welcome-upload-hint{color:#94a3b8;font-size:12px;margin-top:10px}.welcome-note{color:#64748b;font-size:12px;line-height:1.5;margin-top:18px}.welcome-card h1{align-items:center;color:#f8fafc;display:flex;font-size:30px;font-weight:700;gap:12px;letter-spacing:-.02em}.welcome-subtitle{color:#cbd5e1;font-size:15px;line-height:1.6;margin-top:8px}.welcome-hint{color:#94a3b8;font-size:13px;margin-top:14px}@media (max-width:768px){.welcome-card{padding:28px 24px}.welcome-card h1{font-size:24px}.welcome-capabilities{grid-template-columns:1fr}}.chat-bubble{animation:fadeIn .2s ease-in-out;border-radius:18px;font-size:16px;line-height:1.6;margin-bottom:16px;max-width:72%;padding:14px 18px;position:relative;word-break:break-word}.chat-bubble.user{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:20px 20px 4px 20px;color:#fff}.chat-bubble.ai{align-self:flex-start;background:#1e293be6;border:1px solid #ffffff0f;border-radius:20px 20px 20px 4px;color:#e2e8f0}.answer-status{border-radius:999px;display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.04em;margin-bottom:10px;padding:4px 8px;text-transform:uppercase}.answer-status.supported{background:#10b9811f;border:1px solid #10b98140;color:#6ee7b7}.answer-status.guarded,.answer-status.limited{background:#f59e0b1f;border:1px solid #f59e0b40;color:#fbbf24}.answer-status.inspection{background:#ef44441f;border:1px solid #ef444440;color:#fca5a5}.answer-sources{border-top:1px solid #94a3b82e;margin-top:14px;padding-top:10px}.answer-sources summary{color:#93c5fd;cursor:pointer;font-size:12px;font-weight:600}.answer-sources ul{grid-gap:7px;display:grid;gap:7px;list-style:none;margin-top:9px!important;padding-left:0!important}.answer-sources li{background:#0f172a8c;border-radius:7px;display:flex;flex-direction:column;font-size:12px;gap:2px;padding:7px 9px}.answer-sources li small{color:#64748b;font-size:10px}.chat-bubble:after{border-radius:50%;bottom:-5px;content:"";height:10px;position:absolute;width:10px}.chat-bubble.user:after{background:#3b82f6;right:12px}.chat-bubble.ai:after{background:#1e293be6;left:12px}.chat-bubble.ai h1,.chat-bubble.ai h2,.chat-bubble.ai h3{color:#fff;margin:.4em 0}.chat-bubble.ai ol,.chat-bubble.ai ul{margin:.4em 0;padding-left:1.2em}.chat-bubble.ai strong{color:#a5b4fc}.chat-bubble.ai code{background:#020617;border-radius:6px;color:#fbbf24;font-family:JetBrains Mono,monospace;padding:2px 6px}.chat-bubble.ai pre{background:#020617;border:1px solid #ffffff0d;border-radius:10px;overflow-x:auto;padding:12px}.message-actions{margin-top:6px;text-align:right}.copy-btn{background:#0000;border:none;color:#60a5fa;cursor:pointer;font-size:12px;opacity:.75;transition:opacity .15s ease}.copy-btn:hover{opacity:1}.typing{background:#020617;border-radius:14px;display:flex;gap:6px;padding:10px 14px;width:fit-content}.dot{animation:blink 1.2s infinite;background:#94a3b8;border-radius:50%;height:8px;width:8px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.file-panel{display:none}.chat-window{padding:20px 16px 100px}.chat-bubble{max-width:90%}}@media (max-width:1200px){.file-panel{min-width:240px;width:240px}}@media (max-width:1024px){.file-panel{display:none}.chat-window{padding:28px 24px 110px}.welcome-wrapper{padding:20px}}.mode-badge-wrapper{display:flex;justify-content:center;margin-bottom:24px;position:sticky;top:-20px;z-index:10}.mode-badge{border-radius:999px;box-shadow:0 4px 12px #0000004d;font-size:11px;font-weight:700;letter-spacing:.05em;padding:6px 14px;text-transform:uppercase}.mode-badge.audit{animation:pulseGlow 2s infinite;background:linear-gradient(90deg,#ef4444,#b91c1c);border:1px solid #fff3;color:#fff}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 0 0 #ef444400}}.quick-actions{border-top:1px solid #334155;display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:16px}.quick-actions h4{color:#94a3b8;font-size:11px;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.action-btn{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;color:#e2e8f0;cursor:pointer;font-size:13px;font-weight:500;padding:10px 12px;text-align:left;transition:all .2s ease;width:100%}.action-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff1a;transform:translateX(4px)}.action-btn.compliance:hover:not(:disabled){border-color:#3b82f6;color:#60a5fa}.action-btn.inspection:hover:not(:disabled){border-color:#f59e0b;color:#fbbf24}.action-btn.gaps:hover:not(:disabled){border-color:#10b981;color:#6ee7b7}.action-btn.sop:hover:not(:disabled){border-color:#8b5cf6;color:#c4b5fd}.action-btn:disabled{cursor:not-allowed;opacity:.5}.small-admin-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 2px 8px #0003;color:#e2e8f0;cursor:pointer;display:flex;font-size:11px;font-weight:600;gap:6px;letter-spacing:.05em;padding:6px 12px;text-transform:uppercase;transition:all .2s ease}.small-admin-btn:hover{background:#3b82f626;border-color:#3b82f64d;box-shadow:0 4px 12px #0000004d;color:#60a5fa;transform:translateY(-1px)}.small-admin-btn:active{transform:translateY(0)}.main-area.chat-mode .input-bar{align-items:center;background:#1e293b;border:1px solid #334155;border-radius:999px;bottom:18px;box-shadow:0 8px 24px #0006;display:flex;gap:12px;height:56px;left:var(--sidebar-width);margin:30px;padding:0 14px;position:fixed;right:var(--file-panel-width);z-index:50}.sidebar.collapsed~.main-area.chat-mode .input-bar{left:18px}.file-panel.hidden~.main-area.chat-mode .input-bar{right:18px}@media (max-width:1024px){.main-area.chat-mode .input-bar{right:18px}}@media (max-width:768px){.main-area.chat-mode .input-bar{bottom:12px;left:16px;right:16px}}.input-bar input{background:#0000;border:none;color:#e2e8f0;flex:1 1;font-size:15px;height:100%;outline:none;padding:0 6px}.input-bar input::placeholder{color:#94a3b8}.input-bar button{align-items:center;background:#0000;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s ease,color .15s ease;width:36px}.input-bar button:hover{background:#3b82f626;color:#fff}.input-bar button:disabled,.input-bar input:disabled{cursor:not-allowed;opacity:.5}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{background:#0f172a;color:#e2e8f0;font-family:Inter,Poppins,sans-serif;height:100%;overflow:hidden}.app{display:flex;height:100vh;overflow:hidden}:root{--sidebar-width:300px;--file-panel-width:300px}.main-area{background:#0f172a;display:flex;flex:1 1;flex-direction:column;height:100%;min-width:0;position:relative}.quick-prompts{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:16px}.quick-prompts .chip{background:#0f172a;border:1px solid #334155;border-radius:999px;color:#cbd5e1;cursor:pointer;font-size:13px;padding:8px 12px;transition:.2s}.quick-prompts .chip:hover{border-color:#60a5fa;color:#e2e8f0}.page-wrapper{height:100%;width:100%}.page-enter{opacity:0;transform:translateY(6px) scale(.995)}.page-enter-active{transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.page-enter-active,.page-exit{opacity:1;transform:translateY(0) scale(1)}.page-exit-active{opacity:0;transform:translateY(-4px) scale(.995);transition:opacity .22s ease,transform .22s ease}.admin-link-overlay{position:absolute;right:20px;top:20px;z-index:1000}.admin-link-overlay button{background:#ffffffe6;border:1px solid #ddd;border-radius:20px;box-shadow:0 2px 5px #0000000d;color:#374151;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.admin-link-overlay button:hover{background:#fff;border-color:#2563eb;box-shadow:0 4px 8px #0000001a;color:#2563eb}.auth-page{align-items:center;background:radial-gradient(circle at top,#020617,#0f172a);display:flex;font-family:Inter,Poppins,sans-serif;height:100vh;justify-content:center}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b8c;border:1px solid #334155;border-radius:20px;box-shadow:0 30px 80px #020617cc;display:grid;grid-template-columns:1.1fr 1fr;height:520px;overflow:hidden;width:920px}.auth-left{background:linear-gradient(180deg,#1e3a8aa6,#0f172ae6);color:#e2e8f0;padding:60px;position:relative}.auth-left h1{font-size:32px;font-weight:700;letter-spacing:1px}.auth-left h3{color:#cbd5e1;font-weight:500;margin-top:10px}.auth-left p{color:#94a3b8;line-height:1.6;margin-top:18px;max-width:320px}.bubble{border-radius:50%;opacity:.15;position:absolute}.b1{background:#1e3a8a;bottom:40px;height:180px;left:30px;width:180px}.b2{background:#2563eb;bottom:130px;height:90px;left:200px;width:90px}.b3{background:#0f172a;height:220px;right:-60px;top:-60px;width:220px}.auth-right{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172abf;color:#e2e8f0;display:flex;flex-direction:column;justify-content:center;padding:48px 56px}.auth-right h2{font-size:24px;font-weight:700}.subtitle{color:#94a3b8;font-size:13px;margin-top:6px}.auth-error{background:#7f1d1d38;border:1px solid #f8717159;border-radius:8px;color:#fecaca;font-size:13px;line-height:1.45;margin-top:12px;padding:10px 12px}.auth-error>span{display:block}.auth-error-actions{display:flex;gap:8px;margin-top:9px}.auth-error-actions button{background:#0f172a59;border:1px solid #f8717159;border-radius:6px;color:#fecaca;cursor:pointer;font-size:12px;font-weight:600;padding:5px 9px}.auth-error-actions button:hover{background:#7f1d1d4d;border-color:#f87171a6}.input-group{margin-top:18px;position:relative}.input-group input{background:#1e293b99;border:1px solid #334155;border-radius:10px;color:#e2e8f0;font-size:14px;padding:14px 44px 14px 14px;width:100%}.input-group input::placeholder{color:#64748b}.show-btn{color:#60a5fa;cursor:pointer;font-size:12px;font-weight:600;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.auth-row{align-items:center;color:#94a3b8;display:flex;font-size:13px;justify-content:space-between;margin:14px 0 22px}.auth-row input{margin-right:6px}.link{color:#60a5fa;cursor:pointer}.primary-btn{background:#2563eb;border:none;border-radius:10px;color:#e2e8f0;cursor:pointer;font-weight:600;padding:14px;transition:background .2s;width:100%}.primary-btn:hover{background:#1d4ed8}.secondary-btn{background:#0000;border:1px solid #334155;border-radius:10px;color:#cbd5e1;cursor:pointer;margin-top:12px;padding:12px;width:100%}.verify-btn{align-items:center;border-radius:12px;display:flex;font-size:14px;font-weight:600;height:44px;justify-content:center;letter-spacing:.2px;margin:0 auto;max-width:340px;width:65%}.verify-btn:active{box-shadow:0 4px 14px #2563eb4d;transform:translateY(1px)}.verify-btn:disabled{background:#1e293b;box-shadow:none;color:#64748b;cursor:not-allowed}.auth-right .input-group:last-of-type{margin-bottom:20px}.footer-text{color:#94a3b8;font-size:13px;margin-top:16px;text-align:center}.footer-text span{color:#60a5fa;cursor:pointer}.auth-card.single{grid-template-columns:1fr;max-width:420px}.auth-right.center{text-align:center}.auth-card.single.center{padding:48px;text-align:center}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#e2e8f0!important;background-color:#1e293b99!important;border:1px solid #fff!important;border-radius:10px!important;box-shadow:inset 0 0 0 1000px #1e293b99!important;caret-color:#e2e8f0!important;-webkit-transition:background-color 9999s ease-in-out 0s!important;transition:background-color 9999s ease-in-out 0s!important}.verify-page{align-items:center;background:radial-gradient(circle at top,#020617,#0f172a);display:flex;font-family:Inter,Poppins,sans-serif;height:100vh;justify-content:center}.verify-card{background:#111a2b;border:1px solid #ffffff0f;border-radius:14px;box-shadow:0 6px 22px #00000073;padding:40px 32px;text-align:center;width:420px}.pending-card{width:480px}.verify-icon{background:#10b9811f;border:1px solid #34d39959;border-radius:50%;color:#6ee7b7;display:grid;font-size:24px;font-weight:700;height:52px;margin:0 auto 18px;place-items:center;width:52px}.verify-eyebrow{color:#60a5fa;font-size:11px;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.verify-steps{grid-gap:10px;background:#0f172a8c;border:1px solid #94a3b829;border-radius:10px;display:grid;gap:10px;margin:22px 0;padding:16px;text-align:left}.verify-steps div{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:26px 1fr}.verify-steps span{background:#2563eb2e;border-radius:50%;color:#93c5fd;display:grid;font-size:11px;font-weight:700;height:24px;place-items:center;width:24px}.verify-steps p{color:#cbd5e1;font-size:13px;line-height:1.45;margin:2px 0 0}.verify-message{background:#064e3b33;border:1px solid #34d3994d;border-radius:8px;color:#a7f3d0;font-size:12px;line-height:1.45;margin-bottom:14px;padding:10px 12px}.verify-message.warning{background:#78350f38;border-color:#fbbf2459;color:#fde68a}.verify-secondary{background:#0000;border:1px solid #334155;border-radius:8px;color:#cbd5e1;cursor:pointer;font-size:13px;margin-top:10px;padding:11px;width:100%}.verify-secondary:hover:not(:disabled){border-color:#60a5fa;color:#fff}.verify-secondary:disabled{cursor:not-allowed;opacity:.55}.verify-spinner{animation:verify-spin .8s linear infinite;border:3px solid #334155;border-radius:50%;border-top-color:#3b82f6;height:38px;margin:0 auto 18px;width:38px}@keyframes verify-spin{to{transform:rotate(1turn)}}@media (max-width:560px){.pending-card,.verify-card{padding:32px 22px;width:calc(100% - 32px)}}.verify-card h2{color:#fff;font-size:24px;margin:0 0 12px}.verify-card .subtitle{color:#94a3b8;font-size:14px;line-height:1.5;margin-bottom:22px}.verify-input{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:14px;margin-bottom:16px;padding:12px 14px;width:100%}.verify-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;padding:12px 0;transition:background .2s ease;width:100%}.verify-btn:hover{background:#1d4ed8}.verify-footer{color:#64748b;font-size:14px;margin-top:16px}.verify-footer span{color:#3b82f6;cursor:pointer}.verify-footer span:hover{text-decoration:underline}.admin-container{align-items:center;background:radial-gradient(1200px 600px at center,#3b82f60f,#0000 70%),#0f172a;display:flex;height:100vh;justify-content:center;overflow:hidden;width:100%}.admin-card{background:linear-gradient(180deg,#1e293b,#172033);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;gap:20px;max-width:600px;padding:32px 40px;width:100%}.back-btn{align-self:flex-start;background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:13px;margin-bottom:8px;padding:0;transition:color .2s}.back-btn:hover{color:#e2e8f0}.admin-card h2{color:#f8fafc;font-size:24px;margin:0}.admin-card .subtitle{color:#94a3b8;font-size:14px;margin-bottom:0;margin-top:6px}.upload-section{display:flex;flex-direction:column;gap:16px}.admin-upload-dropzone{align-items:center;background:#0f172a99;border:2px dashed #3b82f6;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:32px 16px;text-align:center}.admin-drop-icon{color:#60a5fa;font-size:32px}.admin-upload-dropzone p{color:#e2e8f0;font-size:14px;margin:0}.admin-upload-dropzone span{color:#94a3b8;font-size:13px}.admin-upload-dropzone small{color:#64748b;display:block;font-size:12px;margin-top:8px}.admin-browse-btn{background:#0000;border:1px solid #3b82f6;border-radius:8px;color:#3b82f6;cursor:pointer;display:inline-block;font-size:13px;margin-top:8px;padding:8px 16px;transition:background .2s,color .2s}.admin-browse-btn:hover{background:#3b82f61a}.admin-browse-btn input{display:none}.admin-file-list{display:flex;flex-direction:column;gap:10px;max-height:250px;overflow-y:auto;padding-right:4px}.admin-file-list::-webkit-scrollbar{width:6px}.admin-file-list::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:999px}.admin-file-row{align-items:center;background:#020617;border:1px solid #ffffff0d;border-radius:8px;display:flex;justify-content:space-between;padding:12px 14px;position:relative}.admin-file-name{color:#e5e7eb;font-size:13px}.admin-spinner{animation:admin-spin .8s linear infinite;border:3px solid #ffffff0d;border-radius:50%;border-top-color:#3b82f6;height:24px;margin:30px auto;width:24px}@keyframes admin-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-remove-file-btn{background:#0000;border:none;color:#64748b;cursor:pointer;font-size:14px;padding:4px;transition:color .15s ease}.admin-remove-file-btn:hover{color:#ef4444}.admin-file-progress-bar{background:#3b82f6;border-radius:0 0 8px 8px;bottom:0;height:3px;left:0;position:absolute;transition:width .3s}.admin-status-msg{border-radius:8px;font-size:13px;padding:12px;text-align:center}.admin-status-msg.success{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80}.admin-status-msg.error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.admin-status-msg.info{background:#3b82f61a;border:1px solid #3b82f633;color:#60a5fa}
/*# sourceMappingURL=main.2bbde29c.css.map*/