@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#4f46e5;--primary-dark:#4338ca;--primary-light:#eef2ff;--primary-glow:#4f46e526;--accent:#06b6d4;--success:#16a34a;--success-light:#dcfce7;--warning:#eab308;--warning-light:#fef9c3;--danger:#dc2626;--danger-dark:#b91c1c;--danger-light:#fee2e2;--text-dark:#0f172a;--text-mid:#475569;--text-light:#94a3b8;--border:#e2e8f0;--bg:#f8fafc;--surface:#fff;--card-shadow:0 1px 3px #0f172a0d, 0 1px 2px #0f172a0a;--card-shadow-hover:0 12px 24px -8px #0f172a1f, 0 4px 8px -4px #0f172a0f;--card-shadow-lg:0 20px 40px -12px #0f172a2e;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--ease:cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}.sidebar-logo{object-fit:contain;border-radius:12px;width:42px;height:42px;animation:3s ease-in-out infinite floatLogo}.brand-title{letter-spacing:.5px;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#8b5cf6,#a855f7,#60a5fa,#8b5cf6) 0 0/300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#7c3aed,#a855f7,#38bdf8,#7c3aed) 0 0/300%;-webkit-background-clip:text;margin:0;font-size:2rem;font-weight:800;animation:6s linear infinite gradientText}@keyframes gradientText{0%{background-position:0%}to{background-position:300%}}@keyframes gradientMove{0%{background-position:0%}to{background-position:300%}}.auth-logo{border-radius:16px;width:56px;height:56px;animation:4s ease-in-out infinite floatLogo;box-shadow:0 10px 30px #7c3aed59}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.auth-visual{background:linear-gradient(135deg,#312e81,#5b21b6,#7c3aed);position:relative;overflow:hidden}.auth-visual:before{content:"";background:#ffffff14;border-radius:50%;width:550px;height:550px;animation:10s ease-in-out infinite blobMove;position:absolute;top:-160px;right:-120px}.auth-visual:after{content:"";background:#ffffff0d;border-radius:50%;width:420px;height:420px;animation:12s ease-in-out infinite blobMove2;position:absolute;bottom:-100px;left:-120px}body{background:var(--bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.auth-container{min-height:100vh;display:flex}.auth-visual{color:#fff;background:linear-gradient(160deg,#4f46e5 0%,#4338ca 50%,#312e81 100%);flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex;position:relative;overflow:hidden}.auth-visual:before{content:"";background:#ffffff0f;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.auth-visual:after{content:"";background:#ffffff0d;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-100px;left:-80px}.auth-visual-content{z-index:1;max-width:420px;position:relative}.auth-brand{align-items:center;gap:.6rem;margin-bottom:2.5rem;font-size:1.3rem;font-weight:800;display:flex}.auth-brand-icon{background:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex}.auth-visual h1{margin-bottom:1rem;font-size:2.1rem;font-weight:800;line-height:1.3}.auth-visual p{color:#fffc;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.auth-feature-list{flex-direction:column;gap:1rem;display:flex}.auth-feature-item{color:#ffffffe6;align-items:center;gap:.8rem;font-size:.9rem;display:flex}.auth-feature-icon{background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.auth-form-side{background:var(--surface);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card{width:380px;animation:fadeInUp .4s var(--ease);flex-direction:column;gap:1.1rem;display:flex}.auth-card h2{color:var(--text-dark);margin-bottom:.1rem;font-size:1.7rem;font-weight:800}.auth-card .auth-subtitle{color:var(--text-mid);margin-bottom:.6rem;font-size:.9rem}.input-group{flex-direction:column;gap:.4rem;display:flex}.input-group label{color:var(--text-mid);font-size:.82rem;font-weight:600}.auth-card input,.auth-card select{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;transition:all .15s var(--ease);background:#fbfcfe;padding:.8rem .95rem;font-family:inherit;font-size:.95rem}.auth-card input:focus,.auth-card select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);background:#fff;outline:none}.auth-card button{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s var(--ease);box-shadow:0 4px 12px var(--primary-glow);border:none;margin-top:.3rem;padding:.85rem;font-size:.95rem;font-weight:700}.auth-card button:hover:not(:disabled){background:var(--primary-dark);box-shadow:0 6px 16px var(--primary-glow);transform:translateY(-1px)}.auth-card button:active:not(:disabled){transform:translateY(0)}.auth-card button:disabled{cursor:not-allowed;box-shadow:none;background:#c7d2fe}.error-text{color:var(--danger);text-align:left;background:var(--danger-light);border-radius:var(--radius-sm);border-left:3px solid var(--danger);animation:fadeIn .2s var(--ease);padding:.6rem .8rem;font-size:.85rem}.auth-switch{text-align:center;color:var(--text-mid);margin-top:.3rem;font-size:.88rem}.auth-switch a{color:var(--primary);font-weight:700;text-decoration:none}.auth-switch a:hover{text-decoration:underline}@media (width<=860px){.auth-visual{display:none}}.dashboard-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#0f172a;flex-direction:column;flex-shrink:0;gap:.3rem;width:250px;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:.6rem;margin-bottom:.4rem;padding:0 .5rem;display:flex}.sidebar-brand-icon{background:linear-gradient(135deg, var(--primary), #7c3aed);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.sidebar h3{letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.sidebar-user{background:#ffffff0a;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.7rem .5rem;display:flex}.sidebar-avatar{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.sidebar-user-info{overflow:hidden}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.sidebar-user-role{color:#94a3b8;text-transform:capitalize;font-size:.72rem}.sidebar-nav-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:.6rem 0 .3rem;padding:0 .6rem;font-size:.68rem;font-weight:700}.sidebar button{color:#94a3b8;text-align:left;cursor:pointer;transition:all .15s var(--ease);background:0 0;border:none;border-radius:9px;align-items:center;gap:.65rem;padding:.68rem .85rem;font-size:.9rem;font-weight:500;display:flex}.sidebar button:hover{color:#fff;background:#ffffff0f}.sidebar button.active{background:var(--primary);color:#fff;font-weight:600;box-shadow:0 4px 12px #4f46e559}.sidebar .logout-btn{color:#f87171;border-top:1px solid #ffffff14;border-radius:0;margin-top:auto;padding-top:1rem}.sidebar .logout-btn:hover{color:#fca5a5;background:0 0}.main-content{animation:fadeIn .3s var(--ease);flex:1;padding:2.2rem 2.5rem;overflow-y:auto}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.8rem;display:flex}.page-header h2{color:var(--text-dark);letter-spacing:-.02em;font-size:1.55rem;font-weight:800}.page-header .page-subtitle{color:var(--text-light);margin-top:.2rem;font-size:.88rem;font-weight:500}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.3rem;font-size:.9rem;font-weight:600;transition:background .15s;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{cursor:not-allowed;background:#c7d2fe}.btn-secondary{color:var(--text-dark);cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:.65rem 1.3rem;font-size:.9rem;font-weight:600}.btn-secondary:hover{background:#e5e7eb}.btn-danger{color:var(--danger);cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.btn-danger:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.data-table{width:100%;box-shadow:var(--card-shadow);border-collapse:collapse;border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.9rem 1.2rem;font-size:.88rem}.data-table th{color:var(--text-mid);text-transform:uppercase;letter-spacing:.03em;background:#f9fafb;font-size:.78rem;font-weight:600}.data-table tbody tr:hover{background:#f9fafb}.data-table tbody tr:last-child td{border-bottom:none}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1118278c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:14px;flex-direction:column;gap:.9rem;width:440px;max-height:85vh;padding:1.8rem;display:flex;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-box h3{color:var(--text-dark);margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.modal-box input,.modal-box select,.modal-box textarea{border:1.5px solid var(--border);border-radius:8px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.modal-box input:focus,.modal-box select:focus,.modal-box textarea:focus{border-color:var(--primary);outline:none}.modal-actions{justify-content:flex-end;gap:.6rem;margin-top:.4rem;display:flex}.badge{text-transform:uppercase;letter-spacing:.02em;border-radius:20px;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.badge-easy{color:#15803d;background:#dcfce7}.badge-medium{color:#a16207;background:#fef9c3}.badge-hard{color:#b91c1c;background:#fee2e2}.empty-state{text-align:center;color:var(--text-light);background:var(--surface);border-radius:var(--radius-md);border:1.5px dashed var(--border);animation:fadeIn .4s var(--ease);padding:3.5rem 1.5rem;font-size:.9rem}.empty-state-icon{opacity:.5;margin-bottom:.8rem;font-size:2.2rem}.empty-state-title{color:var(--text-mid);margin-bottom:.3rem;font-size:1rem;font-weight:700}.not-found-page{background:var(--bg);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:2rem;display:flex}.not-found-code{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:900;line-height:1}.not-found-title{color:var(--text-dark);font-size:1.3rem;font-weight:700}.not-found-subtitle{color:var(--text-mid);max-width:380px;font-size:.95rem}.exam-layout{background:#f1f5f9;min-height:100vh}.exam-header{color:#fff;background:#111827;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.exam-header h3{font-weight:700}.exam-timer{letter-spacing:.03em;background:#1f2937;border-radius:8px;padding:.5rem 1.2rem;font-size:1.05rem;font-weight:700}.timer-danger{color:#fecaca;background:#7f1d1d;animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.exam-body{gap:1.5rem;max-width:1100px;margin:0 auto;padding:1.5rem 2rem;display:flex}.exam-question-panel{box-shadow:var(--card-shadow);background:#fff;border-radius:12px;flex:1;padding:1.8rem}.question-meta{color:var(--text-light);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.6rem;font-size:.82rem;font-weight:600}.question-text{margin-bottom:1.5rem;font-size:1.15rem;font-weight:600;line-height:1.5}.options-list{flex-direction:column;gap:.7rem;margin-bottom:2rem;display:flex}.option-item{border:1.5px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:.7rem;padding:.85rem 1rem;font-size:.94rem;transition:all .15s;display:flex}.option-item:hover{border-color:var(--primary);background:var(--primary-light)}.option-item.selected{border-color:var(--primary);background:var(--primary-light);font-weight:600}.option-item input{cursor:pointer}.fill-blank-input{border:1.5px solid var(--border);border-radius:8px;width:100%;margin-bottom:2rem;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.exam-nav-buttons{gap:.7rem;display:flex}.exam-palette{width:260px;box-shadow:var(--card-shadow);background:#fff;border-radius:12px;align-self:flex-start;padding:1.5rem}.exam-palette h4{color:var(--text-mid);margin-bottom:1rem;font-size:.95rem}.palette-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1.2rem;display:grid}.palette-btn{aspect-ratio:1;border:1.5px solid var(--border);cursor:pointer;color:var(--text-mid);background:#fff;border-radius:6px;font-size:.85rem;font-weight:600}.palette-btn.palette-answered{color:#15803d;background:#dcfce7;border-color:#86efac}.palette-btn.palette-review{color:#a16207;background:#fef9c3;border-color:#fde047}.palette-btn.palette-active{outline:2px solid var(--primary);outline-offset:1px}.palette-legend{color:var(--text-mid);flex-direction:column;gap:.4rem;margin-bottom:1.3rem;font-size:.78rem;display:flex}.palette-legend span{align-items:center;gap:.4rem;display:flex}.dot{border-radius:50%;width:10px;height:10px;display:inline-block}.dot.answered{background:#22c55e}.dot.review{background:#eab308}.dot.unanswered{background:#d1d5db}.submit-exam-btn{width:100%}.exam-result-screen{background:#f1f5f9;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.exam-result-screen h2{font-size:1.6rem}.result-score{color:var(--primary);font-size:3rem;font-weight:800}.violation-banner{color:#991b1b;text-align:center;background:#fef2f2;border-bottom:2px solid #fecaca;padding:.75rem 2rem;font-size:.9rem;font-weight:600;animation:.2s ease-out slideDown}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.8rem;display:grid}.stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1.4rem 1.3rem;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;animation:.5s cubic-bezier(.22,1,.36,1) backwards statCardIn;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a0d,0 1px 2px #0f172a0a}.stat-card:first-child{animation-delay:20ms}.stat-card:nth-child(2){animation-delay:80ms}.stat-card:nth-child(3){animation-delay:.14s}.stat-card:nth-child(4){animation-delay:.2s}.stat-card:nth-child(5){animation-delay:.26s}.stat-card:nth-child(6){animation-delay:.32s}.stat-card:nth-child(7){animation-delay:.38s}.stat-card:nth-child(8){animation-delay:.44s}@keyframes statCardIn{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.stat-card:before{content:"";background:linear-gradient(90deg, var(--primary), #7c3aed);transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.stat-card:hover{border-color:#4f46e540;transform:translateY(-4px);box-shadow:0 16px 32px #4f46e51f,0 4px 8px #0f172a0f}.stat-card:hover:before{transform:scaleX(1)}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.stat-value{color:#0f172a;letter-spacing:-.02em;font-size:1.85rem;font-weight:800;line-height:1.1;transition:color .2s}.stat-card:hover .stat-value{color:var(--primary)}@media (width<=900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.skeleton-box{background:linear-gradient(90deg,#eef0f4 25%,#f7f8fa 37%,#eef0f4 63%) 0 0/400px 100%;animation:1.4s ease-in-out infinite shimmer;display:inline-block}.skeleton-table{flex-direction:column;gap:1.1rem;padding:1.2rem 1.5rem;display:flex}.skeleton-table-header,.skeleton-table-row{grid-template-columns:repeat(5,1fr);align-items:center;gap:1.5rem;display:grid}.skeleton-table-header{border-bottom:1px solid var(--border);padding-bottom:.6rem}.notif-bell-wrapper{position:relative}.notif-bell-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:background .15s;display:flex;position:relative}.notif-bell-btn:hover{background:#ffffff1f}.notif-badge{background:var(--danger);color:#fff;border:2px solid #0f172a;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 3px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.notif-dropdown{width:340px;box-shadow:var(--card-shadow-lg);border:1px solid var(--border);z-index:200;animation:scaleIn .15s var(--ease);background:#fff;border-radius:12px;position:absolute;top:46px;left:0;overflow:hidden}.notif-dropdown-header{border-bottom:1px solid var(--border);color:var(--text-dark);justify-content:space-between;align-items:center;padding:.9rem 1rem;font-size:.9rem;font-weight:700;display:flex}.notif-mark-all{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.76rem;font-weight:600}.notif-list{max-height:380px;overflow-y:auto}.notif-item{cursor:pointer;border-bottom:1px solid #f1f5f9;gap:.7rem;padding:.8rem 1rem;transition:background .12s;display:flex;position:relative}.notif-item:hover{background:#f8fafc}.notif-item.notif-unread{background:#f5f7ff}.notif-item:last-child{border-bottom:none}.notif-icon{flex-shrink:0;font-size:1.2rem}.notif-content{flex:1;min-width:0}.notif-title{color:var(--text-dark);font-size:.85rem;font-weight:700}.notif-message{color:var(--text-mid);margin-top:.1rem;font-size:.8rem}.notif-time{color:var(--text-light);margin-top:.3rem;font-size:.72rem}.notif-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.3rem}.notif-empty{text-align:center;color:var(--text-light);padding:2rem 1rem;font-size:.85rem}.institute-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.2rem;display:grid}.institute-card{border-radius:var(--radius-lg);box-shadow:var(--card-shadow);border:1px solid var(--border);transition:all .2s var(--ease);animation:fadeInUp .35s var(--ease);background:#fff;position:relative;overflow:hidden}.institute-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.institute-card-banner{background:linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);align-items:flex-end;height:72px;padding:0 1.3rem;display:flex;position:relative}.institute-card-banner.inactive{background:linear-gradient(135deg,#94a3b8 0%,#64748b 100%)}.institute-card-icon{background:#fff;border:3px solid #fff;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex;position:absolute;bottom:-22px;left:1.3rem;box-shadow:0 4px 12px #00000026}.institute-status-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:20px;padding:.25rem .6rem;font-size:.68rem;font-weight:700;position:absolute;top:.8rem;right:.9rem}.institute-status-pill.active{color:#fff;background:#ffffff40}.institute-status-pill.inactive{color:#fff;background:#ffffff4d}.institute-card-body{padding:2rem 1.3rem 1.3rem}.institute-card-name{color:var(--text-dark);margin-bottom:.15rem;font-size:1.1rem;font-weight:800}.institute-card-code{color:var(--primary);background:var(--primary-light);letter-spacing:.03em;border-radius:6px;margin-bottom:.9rem;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.institute-card-meta{color:var(--text-mid);flex-direction:column;gap:.4rem;margin-bottom:1rem;font-size:.83rem;display:flex}.institute-card-meta span{align-items:center;gap:.5rem;display:flex}.institute-card-stats{border-top:1px solid var(--border);gap:.8rem;margin-bottom:1rem;padding-top:.9rem;display:flex}.institute-stat-mini{text-align:center;flex:1}.institute-stat-mini .num{color:var(--text-dark);font-size:1.15rem;font-weight:800}.institute-stat-mini .lbl{color:var(--text-light);text-transform:uppercase;letter-spacing:.03em;font-size:.68rem}.institute-card-actions{gap:.5rem;display:flex}.institute-card-actions button{flex:1;padding:.5rem;font-size:.8rem}.institute-search-bar{align-items:center;gap:.7rem;margin-bottom:1.5rem;display:flex}.institute-search-bar input{border:1.5px solid var(--border);background:#fff;border-radius:10px;flex:1;padding:.7rem 1rem;font-size:.9rem}.institute-search-bar input:focus{border-color:var(--primary);outline:none}.code-editor-input{color:#e2e8f0;resize:vertical;tab-size:4;background:#1e293b;border:1.5px solid #334155;border-radius:8px;width:100%;padding:1rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.88rem;line-height:1.5}.code-editor-input:focus{border-color:var(--primary);outline:none}.auth-visual{position:relative;overflow:hidden}.auth-blob{filter:blur(2px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.auth-blob-1{background:#ffffff14;width:260px;height:260px;top:-60px;right:-60px}.auth-blob-2{background:#ffffff0f;width:180px;height:180px;bottom:-40px;left:-40px}.auth-visual-content{z-index:1;position:relative}.auth-logo{object-fit:cover;border-radius:12px;width:46px;height:46px}.landing-page{color:#f1f1f7;background:#0a0a14;font-family:Inter,sans-serif;overflow-x:hidden}.landing-page *{box-sizing:border-box}.gradient-text{background:linear-gradient(135deg,#a78bfa,#7c3aed,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-nav{z-index:100;padding:1.1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a14bf;border-bottom:1px solid #ffffff14;padding:.8rem 0}.landing-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.landing-brand-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#6366f1);border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.landing-brand-text{background:linear-gradient(90deg,#fff,#c4b5fd,#fff) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800;animation:4s linear infinite shimmerText}@keyframes shimmerText{to{background-position:200%}}.landing-nav-links{gap:2rem;display:flex}.landing-nav-links a{color:#ffffffb3;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-nav-links a:hover{color:#fff}.landing-nav-actions{align-items:center;gap:.9rem;display:flex}.btn-ghost{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:.6rem 1rem;font-size:.88rem;font-weight:600}.btn-ghost:hover{color:#fff}.btn-shimmer{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#6366f1);border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.65rem 1.3rem;font-size:.88rem;font-weight:700;transition:transform .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #7c3aed59}.btn-shimmer:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:50%;height:100%;animation:3s infinite shimmerSweep;position:absolute;top:0;left:-75%;transform:skew(-20deg)}@keyframes shimmerSweep{0%{left:-75%}50%,to{left:130%}}.btn-shimmer:hover{transform:translateY(-2px)}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fff3;border-radius:10px;padding:.65rem 1.3rem;font-size:.88rem;font-weight:700;transition:all .2s}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff80}.btn-lg{border-radius:12px;padding:.9rem 1.8rem;font-size:.98rem}.landing-menu-btn{color:#fff;background:0 0;border:none;display:none}.landing-mobile-menu{display:none}.landing-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-blob{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.blob-1{background:#7c3aed;width:500px;height:500px;top:-100px;left:5%}.blob-2{background:#6366f1;width:400px;height:400px;bottom:-50px;right:10%}.blob-3{opacity:.3;background:#a78bfa;width:300px;height:300px;top:30%;right:30%}.hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%)}.hero-particles{position:absolute;inset:0}.particle{background:#c4b5fd;border-radius:50%;width:3px;height:3px;position:absolute}.hero-content{z-index:1;max-width:840px;position:relative}.hero-badge{color:#c4b5fd;background:#7c3aed26;border:1px solid #7c3aed59;border-radius:30px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.landing-hero h1{letter-spacing:-.02em;margin-bottom:1.3rem;font-size:3.4rem;font-weight:900;line-height:1.15}.hero-subtitle{color:#ffffffa6;max-width:600px;margin:0 auto 2.2rem;font-size:1.15rem;line-height:1.6}.hero-actions{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.hero-mockup{perspective:1200px;max-width:780px;margin:0 auto;position:relative}.mockup-frame{background:#13131f;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;box-shadow:0 40px 100px #0009,0 0 0 1px #ffffff0d}.mockup-topbar{background:#1a1a28;border-bottom:1px solid #ffffff0f;gap:.4rem;padding:.7rem 1rem;display:flex}.mockup-topbar span{background:#ffffff26;border-radius:50%;width:9px;height:9px}.mockup-body{height:320px;display:flex}.mockup-sidebar{background:#16161f;flex-direction:column;gap:.6rem;width:90px;padding:1rem .7rem;display:flex}.mockup-pill{background:#ffffff14;border-radius:5px;height:10px}.mockup-pill.active{background:linear-gradient(90deg,#7c3aed,#6366f1)}.mockup-main{flex:1;padding:1.3rem}.mockup-stat-row{gap:.7rem;margin-bottom:1rem;display:flex}.mockup-stat{background:#ffffff0d;border-radius:10px;flex:1;height:50px}.mockup-chart{background:linear-gradient(#7c3aed26,#0000);border:1px solid #ffffff0d;border-radius:10px;height:180px}.mockup-float-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#c4b5fd;background:#141420e6;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.82rem;font-weight:600;display:flex;position:absolute;box-shadow:0 12px 30px #0006}.card-a{top:-20px;right:-20px}.card-b{color:#86efac;bottom:-20px;left:-20px}.landing-stats{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:clamp(2rem,8vw,6rem);padding:3rem 2rem;display:flex}.stat-block{text-align:center}.stat-number{background:linear-gradient(135deg,#fff,#c4b5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.4rem;font-weight:900}.landing-stat-label{color:#ffffff80;margin-top:.3rem;font-size:.85rem}.landing-section{max-width:1150px;margin:0 auto;padding:6rem 2rem}.section-heading{text-align:center;max-width:600px;margin:0 auto 3.5rem}.section-eyebrow{color:#a78bfa;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem;font-size:.8rem;font-weight:700;display:inline-block}.section-heading h2{letter-spacing:-.02em;margin-bottom:.8rem;font-size:2.2rem;font-weight:800}.section-heading p{color:#ffffff8c}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.3rem;display:grid}.glow-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;height:100%;padding:1.8rem;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.glow-card:hover{border-color:#7c3aed66;box-shadow:0 20px 50px #7c3aed26}.glow-card-shine{pointer-events:none;position:absolute;inset:0}.glow-card-content{z-index:1;position:relative}.feature-icon{color:#c4b5fd;background:linear-gradient(135deg,#7c3aed40,#6366f126);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.feature-card p{color:#ffffff8c;font-size:.88rem;line-height:1.55}.workflow-timeline{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.workflow-line{z-index:0;background:linear-gradient(90deg,#0000,#7c3aed66,#0000);height:1px;position:absolute;top:24px;left:5%;right:5%}.workflow-step{z-index:1;position:relative}.workflow-step-num{color:#c4b5fd;background:#13131f;border:1.5px solid #7c3aed80;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:.9rem;font-weight:800;display:flex}.workflow-step h4{margin-bottom:.4rem;font-size:1rem;font-weight:700}.workflow-step p{color:#ffffff8c;font-size:.85rem;line-height:1.5}.dash-tabs{justify-content:center;gap:.6rem;margin-bottom:2rem;display:flex}.dash-tab-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.dash-tab-btn.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#6366f1);border-color:#0000}.dash-preview-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;max-width:560px;margin:0 auto;padding:2rem}.dash-preview-card h3{margin-bottom:1.2rem;font-size:1.2rem;font-weight:800}.dash-preview-card ul{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.dash-preview-card li{color:#ffffffbf;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.dash-preview-card li svg{color:#86efac;flex-shrink:0}.stack-row{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.stack-pill{color:#ffffffd9;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:30px;padding:.6rem 1.3rem;font-size:.88rem;font-weight:600}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-item{text-align:center;padding:1.5rem}.why-icon{color:#c4b5fd;background:#7c3aed26;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin:0 auto 1rem;display:flex}.why-item h4{margin-bottom:.5rem;font-weight:700}.why-item p{color:#ffffff8c;font-size:.87rem;line-height:1.55}.cta-banner{text-align:center;background:linear-gradient(135deg,#7c3aed33,#6366f126);border:1px solid #7c3aed4d;border-radius:24px;padding:4rem 2rem;position:relative;overflow:hidden}.cta-glow{filter:blur(120px);opacity:.3;background:#7c3aed;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-banner h2{margin-bottom:.6rem;font-size:2rem;font-weight:800;position:relative}.cta-banner p{color:#ffffffa6;margin-bottom:1.8rem;position:relative}.cta-banner button{margin:0 auto;position:relative}.landing-footer{border-top:1px solid #ffffff0f;max-width:1150px;margin:0 auto;padding:3rem 2rem 2rem}.footer-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#ffffff80}.footer-socials a:hover{color:#fff}.footer-copy{color:#fff6;font-size:.82rem}@media (width<=900px){.landing-nav-links,.landing-nav-actions{display:none}.landing-menu-btn{display:block}.landing-mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a14f2;flex-direction:column;gap:1rem;padding:1.2rem 2rem;display:flex}.features-grid,.why-grid{grid-template-columns:1fr}.workflow-timeline{grid-template-columns:1fr 1fr}.workflow-line{display:none}.landing-hero h1{font-size:2.2rem}.landing-stats{gap:2rem}}@media (width<=560px){.workflow-timeline{grid-template-columns:1fr}.hero-actions{flex-direction:column;width:100%}.hero-actions button{justify-content:center;width:100%}}.landing-brand{align-items:center;gap:12px;display:flex}.landing-logo{object-fit:contain;border-radius:12px;width:46px;height:46px;animation:3s ease-in-out infinite floatLogo}.landing-brand-text{background:linear-gradient(90deg,#8b5cf6,#a855f7,#60a5fa,#8b5cf6) 0 0/300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:800;animation:5s linear infinite gradientMove}.landing-logo{object-fit:contain;border-radius:10px;width:42px;height:42px;transition:all .3s;animation:3s ease-in-out infinite floatLogo}.landing-logo:hover{filter:drop-shadow(0 0 12px #7c3aed99);transform:scale(1.08)rotate(5deg)}
