:root{--primary-blue:#0b2559;--secondary-blue:#eef2ff;--text-dark:#1e293b;--text-muted:#64748b;--accent-yellow:#fcd34d;--white:#fff;--border-color:#e2e8f0;--banner-bg-start:#e1ebfa;--banner-bg-end:#d0e0f8;--chip-bg:#fffc;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:#f8fafc;min-height:100vh}.layout-root{flex-direction:column;height:100vh;display:flex;overflow:hidden}.layout-main{flex:1;display:flex;overflow:hidden}.sidebar{background-color:var(--white);border-right:1px solid var(--border-color);flex-direction:column;flex-shrink:0;width:260px;display:flex}.header-logo{color:var(--white);align-items:center;gap:12px;font-size:24px;font-weight:700;display:flex}.header-logo .bird-icon{color:var(--accent-yellow)}.nav-links{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.nav-item{color:var(--text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background-color:#f1f5f9}.nav-item.active{background-color:var(--secondary-blue);color:#2563eb}.sidebar-footer{border-top:1px solid var(--border-color);padding:24px 16px}.logout-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:16px;font-weight:600;transition:background-color .2s;display:flex}.logout-btn:hover{background-color:#2563eb}.main-content{background-color:var(--white);flex-direction:column;flex:1;display:flex;overflow-y:auto}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:0 0}.main-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.top-nav{background-color:var(--primary-blue);color:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 40px;display:flex}.header-actions{align-items:center;gap:16px;display:flex}.btn{cursor:pointer;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-outline{color:var(--white);background-color:#0000;border:1px solid #fff6}.btn-outline:hover{border-color:var(--white);background-color:#ffffff1a}.btn-primary{background-color:var(--white);border:1px solid var(--white);color:var(--primary-blue)}.btn-primary:hover{background-color:#f8fafc}.dashboard-container{flex:1;max-width:1200px;padding:32px 40px;overflow-y:auto}.dashboard-container::-webkit-scrollbar{width:8px}.dashboard-container::-webkit-scrollbar-track{background:0 0}.dashboard-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.dashboard-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.welcome-banner{background:linear-gradient(135deg, var(--banner-bg-start) 0%, var(--banner-bg-end) 100%);border-radius:16px;justify-content:space-between;align-items:center;padding:40px;display:flex;position:relative;overflow:hidden}.banner-content{z-index:2;max-width:50%}.banner-title{color:var(--primary-blue);align-items:center;gap:8px;margin-bottom:16px;font-size:32px;font-weight:700;display:flex}.banner-subtitle{color:var(--text-muted);max-width:400px;margin-bottom:24px;font-size:16px;line-height:1.5}.features-chips{flex-wrap:wrap;gap:12px;display:flex}.chip{background-color:var(--chip-bg);color:var(--primary-blue);border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;display:flex;box-shadow:0 2px 10px #0000000d}.chip-icon.secure{color:var(--primary-blue)}.chip-icon.fast{color:#eab308}.chip-icon.easy{color:var(--primary-blue)}.banner-illustration{z-index:1;height:90%;position:absolute;bottom:0;right:40px}.illustration-img{object-fit:contain;height:100%}@media print{@page{size:A4 portrait;margin:0}html,body,#root,.layout-root,.layout-main,.main-content,.dashboard-container{height:auto!important;min-height:auto!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}body *{visibility:hidden}.printable-wrapper,.printable-wrapper *{visibility:visible}.printable-wrapper{width:210mm!important;margin:0!important;display:block!important;position:absolute!important;top:0!important;left:0!important}div[style*="position: fixed"]{height:auto!important;position:absolute!important;overflow:visible!important}div[style*="overflow: auto"]{height:auto!important;overflow:visible!important}.printable-document{width:210mm!important;max-width:none!important;height:297mm!important;box-shadow:none!important;page-break-after:always!important;break-after:page!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;border-radius:0!important;margin:0!important;padding:20mm!important;position:relative!important;transform:none!important}}@media screen and (width<=1024px){.layout-root{min-height:100vh;height:auto!important;overflow:visible!important}.layout-main{flex-direction:column!important;height:auto!important;overflow:visible!important}.sidebar{z-index:100;position:sticky;top:0;border-right:none!important;border-bottom:1px solid var(--border-color)!important;width:100%!important;height:auto!important;padding:0!important}.nav-links{-webkit-overflow-scrolling:touch;white-space:nowrap!important;flex-direction:row!important;gap:8px!important;padding:10px 16px!important;overflow-x:auto!important}.nav-links::-webkit-scrollbar{display:none!important}.nav-item{white-space:nowrap!important;align-items:center!important;padding:10px 16px!important;font-size:14px!important;display:inline-flex!important}.sidebar nav div{display:none!important}.dashboard-container{width:100%!important;max-width:100%!important;height:auto!important;padding:20px 16px!important;overflow:visible!important}.top-nav{padding:12px 24px!important}.welcome-banner{padding:24px!important}.banner-content{max-width:60%!important}}@media screen and (width<=768px){.top-nav{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:12px!important;padding:12px 16px!important}.header-logo{justify-content:center!important}.welcome-banner{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:16px!important;padding:20px!important}.banner-content{flex-direction:column!important;align-items:center!important;max-width:100%!important;display:flex!important}.banner-title{text-align:center!important;flex-direction:column!important;gap:4px!important;font-size:24px!important}.banner-subtitle{text-align:center!important;max-width:100%!important;margin:0 auto 16px!important;font-size:14px!important}.features-chips{justify-content:center!important;gap:8px!important}.chip{padding:6px 12px!important;font-size:12px!important}.banner-illustration{order:-1!important;height:120px!important;margin-top:12px!important;position:relative!important;bottom:auto!important;right:auto!important}.form-grid,.documents-grid{grid-template-columns:1fr!important;gap:16px!important}.form-section{padding:20px 16px!important}.page-header{text-align:center!important;flex-direction:column!important;gap:12px!important;padding:16px!important}.printable-wrapper{-webkit-overflow-scrolling:touch!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important;padding:10px 0!important;display:flex!important;overflow-x:auto!important}.printable-document{transform-origin:top!important;flex-shrink:0!important;margin:0 auto 16px!important}.printable-document div[style*=borderTop]{padding:12px 0!important}.printable-document div[style*=borderTop]>div{flex-direction:column!important;gap:8px!important;margin-bottom:8px!important}.printable-document div[style*=borderTop] span[style*=borderLeft]{display:none!important}}.document-view{background-color:#0000;flex-direction:column;gap:12px;display:flex}.page-header{color:#fff;background-color:#3b82f6;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 24px;display:flex;box-shadow:0 4px 6px -1px #0000001a}.page-title{align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}.user-profile{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.document-content{flex-direction:column;gap:12px;display:flex}.form-section{background-color:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.section-title{color:var(--primary-blue);border-bottom:1px solid var(--border-color);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;font-size:20px;display:flex}.title-icon{color:#3b82f6}.form-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--text-dark);font-size:14px;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-muted);position:absolute;left:12px}.name-input-wrapper{gap:0!important}.prefix-select{font-weight:600;width:80px!important;color:var(--primary-blue)!important;background-color:#f8fafc!important;border-right:none!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;padding:12px 8px!important}.name-input-wrapper input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;padding-left:12px!important}.input-wrapper input,.input-wrapper select{border:1px solid var(--border-color);width:100%;color:var(--text-dark);background-color:#fff;border-radius:8px;outline:none;padding:12px 12px 12px 40px;font-size:14px;transition:border-color .2s}.input-wrapper input:focus,.input-wrapper select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.input-wrapper input::placeholder{color:#94a3b8}.submit-container{justify-content:center;display:flex}.btn-submit{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 48px;font-size:16px;font-weight:600;transition:background-color .2s;display:flex}.btn-submit:hover{background-color:#2563eb}.documents-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.doc-card{text-align:center;cursor:pointer;background-color:#fff;border-radius:16px;flex-direction:column;align-items:center;transition:transform .22s cubic-bezier(.4,2,.55,.44),box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000012}.doc-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001f}.doc-card-top{border-radius:16px 16px 0 0;flex-shrink:0;justify-content:center;align-items:flex-end;width:100%;height:90px;padding-bottom:0;display:flex;position:relative;overflow:hidden}.doc-card-wave{width:100%;height:100%;position:absolute;inset:0}.doc-card-icon-circle{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:-10px;display:flex;position:relative;box-shadow:0 3px 10px #0000002e}.doc-badge{z-index:3;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:flex;position:absolute;top:10px;left:10px}.doc-card-body{flex-direction:column;flex:1;align-items:center;gap:4px;width:100%;padding:18px 16px 16px;display:flex}.doc-card h3{color:#1e293b;margin:0;font-size:14px;font-weight:800}.doc-card p{color:#94a3b8;margin:0 0 4px;font-size:11.5px;line-height:1.4}.doc-view-btn{color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:8px;align-items:center;gap:6px;margin-top:2px;padding:7px 20px;font-size:13px;font-weight:700;transition:opacity .18s,transform .18s;display:inline-flex}.doc-view-btn:hover{opacity:.88;transform:scale(1.04)}@media (width<=900px){.documents-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.documents-grid{grid-template-columns:1fr}}.stepper-header-card{border:1px solid var(--border-color);background-color:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 32px;display:flex;box-shadow:0 4px 20px #00000008}.stepper-header-left{align-items:center;gap:16px;display:flex}.stepper-header-icon{color:#3b82f6;background-color:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stepper-header-info h2{color:var(--primary-blue);margin:0;font-size:20px;font-weight:700}.stepper-header-info p{color:var(--text-muted);margin:4px 0 0;font-size:13px}.stepper-header-right{flex-direction:column;align-items:flex-end;display:flex}.stepper-step-text{color:#94a3b8;font-size:13px;font-weight:600}.stepper-progress-bar-bg{background-color:#f1f5f9;border-radius:3px;width:180px;height:6px;margin-top:8px;overflow:hidden}.stepper-progress-bar-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;transition:width .3s}.stepper-percentage{color:#64748b;margin-top:6px;font-size:12px;font-weight:700}.stepper-tabs-card{border:1px solid var(--border-color);box-sizing:border-box;background-color:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 12px;display:flex;overflow-x:hidden;box-shadow:0 4px 20px #00000008}.stepper-tab-item{cursor:pointer;text-align:center;background:0 0;border:none;outline:none;flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;padding:8px 4px 16px;transition:all .2s;display:flex;position:relative}.stepper-tab-number{box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.stepper-tab-item.active .stepper-tab-number{color:#fff;background-color:#2563eb;border:2px solid #2563eb;box-shadow:0 4px 10px #2563eb40}.stepper-tab-item.inactive .stepper-tab-number{color:#64748b;background-color:#f8fafc;border:2px solid #e2e8f0}.stepper-tab-item.completed .stepper-tab-number{color:#fff;background-color:#10b981;border:2px solid #10b981}.stepper-tab-label{color:#64748b;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;font-size:13px;font-weight:600;transition:all .2s;overflow:hidden}.stepper-tab-item.active .stepper-tab-label{color:#2563eb}.stepper-tab-item.completed .stepper-tab-label{color:#10b981}.stepper-tab-item.active:after{content:"";background-color:#2563eb;border-radius:1.5px;height:3px;position:absolute;bottom:0;left:8px;right:8px}.stepper-tab-divider{border-left:2px dashed #e2e8f0;flex-shrink:0;width:1px;height:36px;margin:0}.stepper-secure-banner{color:#1e3a8a;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;grid-column:1/-1;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:12px;font-size:13px;font-weight:500;display:flex}.stepper-progress-footer{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-top:24px;padding:20px 24px;display:flex}.progress-footer-left{align-items:center;gap:16px;display:flex}.progress-footer-icon{color:#2563eb;background-color:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.progress-footer-info h3{color:var(--primary-blue);margin:0;font-size:15px;font-weight:700}.progress-footer-info p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.progress-footer-right{gap:32px;display:flex}.progress-status-block{flex-direction:column;display:flex}.progress-status-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.progress-status-value{margin-top:4px;font-size:16px;font-weight:700}.progress-status-value.completed{color:#10b981}.progress-status-value.percentage{color:#2563eb}.progress-status-value.remaining{color:#f59e0b}.stepper-actions-container{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.btn-cancel{color:#64748b;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.btn-cancel:hover{color:#1e293b;background-color:#f8fafc}.stepper-right-actions{gap:12px;display:flex}.btn-save-exit{color:#3b82f6;cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.btn-save-exit:hover{background-color:#eff6ff;border-color:#bfdbfe}.btn-save-next{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 28px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb26}.btn-save-next:hover{background-color:#1d4ed8}.btn-save-next:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media screen and (width<=1024px){.stepper-tabs-card{padding:12px 8px}.stepper-tab-label{font-size:11px}}@media screen and (width<=768px){.stepper-tabs-card{margin-bottom:16px;padding:12px 6px}.stepper-tab-item{padding:4px 2px 10px}.stepper-tab-number{width:28px;height:28px;font-size:12px}.stepper-tab-label{font-size:9px}.stepper-tab-divider{height:28px}.stepper-header-card{flex-direction:column;align-items:flex-start;gap:16px;padding:16px 20px}.stepper-header-right{align-items:flex-start;width:100%}.stepper-progress-bar-bg{width:100%}.stepper-progress-footer{flex-direction:column;align-items:flex-start;gap:20px}.progress-footer-right{justify-content:space-between;gap:10px;width:100%}.stepper-actions-container{flex-direction:column-reverse;align-items:stretch;gap:12px}.stepper-right-actions{flex-direction:column;gap:12px}.btn-save-next,.btn-save-exit,.btn-cancel{justify-content:center}}@media screen and (width<=480px){.stepper-tabs-card{padding:8px 4px}.stepper-tab-item{padding:2px 1px 8px}.stepper-tab-number{width:22px;height:22px;font-size:11px}.stepper-tab-label{font-size:7.5px}.stepper-tab-divider{height:22px}}.success-screen-container{background-color:#0000;justify-content:center;align-items:center;width:100%;min-height:auto;padding:40px 20px;display:flex}.success-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffffd9;border:1px solid #e2e8f0cc;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:640px;padding:40px;animation:.6s cubic-bezier(.16,1,.3,1) both cardAppear;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px -12px #0b255914,0 1px 3px #00000005,inset 0 0 0 1px #fff9}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-illustration-container{justify-content:center;align-items:center;width:280px;height:200px;margin-bottom:24px;display:flex;position:relative}.radial-glow{z-index:1;background:radial-gradient(circle,#22c55e26 0%,#22c55e00 70%);border-radius:50%;width:200px;height:200px;animation:3s ease-in-out infinite glowPulse;position:absolute}@keyframes glowPulse{0%,to{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.illustration-wrapper{z-index:2;width:120px;height:150px;animation:4s ease-in-out infinite float;position:relative}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(1deg)}}.doc-graphic-shadow{filter:blur(2px);background:#0b25590f;border-radius:50%;width:100px;height:8px;animation:4s ease-in-out infinite shadowPulse;position:absolute;bottom:-4px;left:10px}@keyframes shadowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.doc-graphic-back{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;width:80px;height:110px;position:absolute;top:15px;left:20px;transform:rotate(4deg);box-shadow:0 4px 10px #00000005}.doc-graphic-front{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;width:80px;height:110px;padding:14px 12px;display:flex;position:absolute;top:10px;left:10px;transform:rotate(-2deg);box-shadow:0 10px 25px -5px #0b255914}.doc-header-line{background:linear-gradient(135deg,#22c55e 0%,#10b981 100%);border-radius:3px;width:24px;height:10px}.doc-text-line{background-color:#f1f5f9;border-radius:2px;width:100%;height:4px}.doc-text-line:nth-child(2){background-color:#e2e8f0;width:85%}.doc-text-line:nth-child(3){background-color:#cbd5e1;width:70%}.doc-text-line:nth-child(4){background-color:#e2e8f0;width:90%}.doc-text-line:nth-child(5){background-color:#cbd5e1;width:60%}.leaf-container{z-index:3;width:50px;height:50px;position:absolute;bottom:25px;left:-20px}.leaf{transform-origin:0 100%;background:linear-gradient(135deg,#34d399 0%,#10b981 100%);border-radius:0 100%;position:absolute}.leaf-1{opacity:.95;width:26px;height:16px;bottom:10px;left:5px;transform:rotate(-15deg)}.leaf-2{opacity:.85;width:20px;height:12px;bottom:2px;left:14px;transform:rotate(30deg)}.sparkle{border-radius:50%;animation:2.5s ease-in-out infinite sparklePulse;position:absolute}@keyframes sparklePulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}.sparkle-blue-1{background-color:#3b82f6;width:8px;height:8px;animation-delay:.2s;top:15px;left:-35px}.sparkle-blue-2{background-color:#60a5fa;width:6px;height:6px;animation-delay:.8s;bottom:35px;right:-35px}.sparkle-green-1{background-color:#10b981;width:8px;height:8px;animation-delay:.5s;bottom:25px;left:-45px}.sparkle-yellow-1{background-color:#fbbf24;width:9px;height:9px;animation-delay:1.1s;top:45px;left:-55px}.sparkle-yellow-2{background-color:#f59e0b;width:6px;height:6px;animation-delay:1.4s;top:25px;right:-45px}.check-badge-on-doc{z-index:4;background:#fff;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;animation:.8s cubic-bezier(.34,1.56,.64,1) both checkPop;display:flex;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #10b98133}@keyframes checkPop{0%{transform:translate(-50%)scale(0)}to{transform:translate(-50%)scale(1)}}.success-header{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.header-check-icon-circle{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex;box-shadow:0 4px 10px #10b98133}.success-header h1{color:#0b2559;letter-spacing:-.5px;margin:0;font-size:26px;font-weight:800}.success-message{color:#475569;max-width:480px;margin:0 0 24px;font-size:15px;line-height:1.6}.success-link-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #2563eb33;padding:0;font-size:15px;font-weight:700;text-decoration:none;transition:color .2s;display:inline}.success-link-btn:hover{color:#1d4ed8;border-bottom-color:#1d4ed8}.countdown-timer-container{background:#f8fafca6;border:1px solid #e2e8f0b3;border-radius:16px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:440px;padding:20px;display:flex;box-shadow:0 4px 12px #0b255905}.timer-bar-bg{background-color:#e2e8f0;border-radius:4px;width:100%;height:8px;overflow:hidden}.timer-bar-fill{background:linear-gradient(90deg,#2563eb 0%,#10b981 100%);border-radius:4px;height:100%;transition:width 1s linear}.timer-text{color:#64748b;font-size:13.5px;font-weight:500}.timer-text strong{color:#0f172a;font-weight:700}.btn-bypass-timer{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:24px;padding:12px 28px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #10b98140}.btn-bypass-timer:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 10px 25px #10b98159}.btn-bypass-timer:active{transform:translateY(0);box-shadow:0 4px 12px #10b98140}.btn-bypass-glow{background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-bypass-timer:hover .btn-bypass-glow{transition:all .7s;left:100%}.btn-bypass-content{z-index:1;position:relative}.admin-dashboard{max-width:1200px;margin:0 auto;padding:20px}.admin-header{align-items:center;gap:12px;margin-bottom:30px;display:flex}.admin-header h1{color:var(--primary-blue);font-size:24px;font-weight:700}.student-list-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-header{border-bottom:1px solid #e2e8f0;padding:24px}.card-header h2{color:var(--text-dark);font-size:18px;font-weight:700}.card-header p{color:var(--text-muted);font-size:14px}.student-table{border-collapse:collapse;width:100%}.student-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.025em;background:#f8fafc;padding:16px 24px;font-size:13px;font-weight:600}.student-table td{border-bottom:1px solid #f1f5f9;padding:16px 24px;font-size:14px}.student-info-cell{align-items:center;gap:12px;display:flex}.avatar{color:#4f46e5;background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.name{color:var(--text-dark);font-weight:600}.email{color:var(--text-muted);font-size:12px}.doc-count{color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 10px;font-size:13px;display:inline-block}.btn-icon{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-icon.view:hover{background:#f8fafc;border-color:#cbd5e1}.student-details-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.student-details-modal{background:#fff;border-radius:16px;flex-direction:column;width:95%;max-width:900px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.modal-body{flex:1;padding:24px;overflow-y:auto}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f5f9}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{font-size:18px;font-weight:700}.close-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:24px}.modal-body{padding:24px}.info-section{margin-bottom:24px}.info-section h4,.docs-section h4{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:12px;font-size:14px}.docs-list{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.doc-approval-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:16px;padding:20px;transition:transform .2s,border-color .2s;display:flex}.doc-approval-item:hover{border-color:#3b82f6;transform:translateY(-4px)}.doc-name-group{text-align:center;color:var(--text-dark);flex-direction:column;align-items:center;gap:12px;font-size:15px;font-weight:600;display:flex}.doc-icon-circle{color:#3b82f6;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.btn-approve{color:#3b82f6;cursor:pointer;background:#fff;border:1px solid #3b82f6;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.btn-approve:hover{background:#eff6ff}.btn-approve.approved{color:#16a34a;background:#dcfce7;border-color:#22c55e}.doc-actions{flex-direction:column;gap:10px;display:flex}.btn-approve,.btn-view-doc{justify-content:center;width:100%}.btn-view-doc{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.btn-view-doc:hover{background:#f1f5f9;border-color:#cbd5e1}.doc-preview-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.doc-preview-modal{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:800px;height:80vh;display:flex;box-shadow:0 25px 50px -12px #00000040}.preview-content{background:#f1f5f9;flex:1;padding:40px;overflow-y:auto}.mock-document{color:#1e293b;background:#fff;width:100%;max-width:600px;min-height:842px;margin:0 auto;padding:60px;font-family:Inter,sans-serif;box-shadow:0 4px 6px -1px #0000001a}.doc-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex}.doc-header h2{color:#3b82f6;letter-spacing:.05em;font-size:20px;font-weight:800}.doc-body{margin-top:30px;line-height:1.6}.doc-body h3{text-align:center;margin-bottom:30px;font-size:18px;font-weight:700;text-decoration:underline}.auth-page-wrapper{background:#f8fafc;flex:1;justify-content:center;align-items:flex-start;min-height:0;padding:40px 20px;display:flex;overflow-y:hidden}.auth-page-wrapper::-webkit-scrollbar{width:8px}.auth-page-wrapper::-webkit-scrollbar-track{background:#e1ebfa;border-radius:10px}.auth-page-wrapper::-webkit-scrollbar-thumb{background:#0b2559;border:2px solid #e1ebfa;border-radius:10px}.auth-page-wrapper::-webkit-scrollbar-thumb:hover{background:#3b82f6}.auth-container{background:linear-gradient(135deg,#e1ebfa 0%,#f8fafc 100%);justify-content:center;align-items:flex-start;width:100%;min-height:100%;padding:40px 20px;display:flex;overflow-y:auto}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:40px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{background-color:var(--primary-blue);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:inline-flex;box-shadow:0 4px 12px #0b255933}.auth-header h2{color:var(--text-dark);margin-bottom:8px;font-size:24px;font-weight:700}.auth-header p{color:var(--text-muted);font-size:14px}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-options{justify-content:space-between;align-items:center;font-size:13px;display:flex}.remember-me{color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;display:flex}.forgot-password{color:#3b82f6;font-weight:500;text-decoration:none}.forgot-password:hover{text-decoration:underline}.btn-auth{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px;font-size:16px;font-weight:600;transition:background-color .2s,transform .1s}.btn-auth:hover{background-color:#081a40}.btn-auth:active{transform:scale(.98)}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .2s,background-color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-toggle:hover{color:var(--primary-blue);background-color:#f1f5f9}.auth-footer{text-align:center;color:var(--text-muted);margin-top:32px;font-size:14px}.auth-link{color:#3b82f6;cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:#2563eb;text-decoration:underline}@keyframes welcomeFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes welcomeFadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-15px,15px)scale(.95)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-25px,25px)scale(1.03)}66%{transform:translate(20px,-10px)scale(.97)}}@keyframes orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,-30px)scale(1.04)}}@keyframes accentPulse{0%,to{opacity:.5;width:0}50%{opacity:1;width:100%}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatMedium{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatFast{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes floatDoc{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(.5deg)}}@keyframes svgPulse{0%,to{opacity:.6}50%{opacity:.9}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes btnArrow{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.welcome-container{background:linear-gradient(135deg,#f0f4ff 0%,#f8fafc 40%,#fefce8 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.welcome-particles{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.welcome-orb{filter:blur(80px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.welcome-orb-1{background:radial-gradient(circle,#3b82f61f 0%,#0000 70%);width:500px;height:500px;animation:12s ease-in-out infinite orbFloat;top:-100px;right:-100px}.welcome-orb-2{background:radial-gradient(circle,#fbbf2414 0%,#0000 70%);width:400px;height:400px;animation:15s ease-in-out infinite orbFloat2;bottom:-80px;left:-80px}.welcome-orb-3{background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);width:300px;height:300px;animation:10s ease-in-out infinite orbFloat3;top:50%;left:50%;transform:translate(-50%,-50%)}.welcome-wrapper{z-index:1;grid-template-columns:1.1fr 1fr;align-items:center;gap:64px;width:100%;max-width:1140px;display:grid;position:relative}.welcome-left{text-align:left;flex-direction:column;align-items:flex-start;animation:.8s ease-out both welcomeFadeInUp;display:flex}.welcome-logo-container{cursor:pointer;align-items:center;gap:10px;margin-bottom:36px;transition:transform .2s;display:flex}.welcome-logo-container:hover{transform:scale(1.02)}.welcome-logo-icon-wrap{background:linear-gradient(135deg,#0b2559,#1e3a8a);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #0b255940}.welcome-logo-text{color:#0b2559;letter-spacing:-.5px;font-size:22px;font-weight:800}.welcome-badge{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:flex}.welcome-heading{color:#0b2559;letter-spacing:-1.5px;margin-bottom:20px;font-size:50px;font-weight:800;line-height:1.12;animation:.8s ease-out .1s both welcomeFadeInUp}.welcome-heading-gradient{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 50%,#3b82f6 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite shimmer}.welcome-tagline{color:#475569;max-width:480px;margin-bottom:16px;font-size:16px;line-height:1.7;animation:.8s ease-out .2s both welcomeFadeInUp}.welcome-accent-line{background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:2px;width:64px;height:4px;margin-bottom:36px;animation:.8s ease-out .25s both welcomeFadeInUp;position:relative;overflow:hidden}.welcome-accent-line-glow{background:#fff9;border-radius:2px;width:0;height:100%;animation:3s ease-in-out infinite accentPulse;position:absolute;top:0;left:0}.welcome-actions{gap:14px;width:100%;max-width:480px;margin-bottom:48px;animation:.8s ease-out .3s both welcomeFadeInUp;display:flex}.btn-welcome-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0b2559,#1e3a8a);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:15px 24px;font-size:15px;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0b255940,0 0 #3b82f600}.btn-welcome-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-welcome-primary:hover{background:linear-gradient(135deg,#1e3a8a,#2563eb);transform:translateY(-2px);box-shadow:0 8px 24px #0b25594d,0 0 0 3px #3b82f626}.btn-welcome-primary:hover:before{left:100%}.btn-welcome-primary:active{transform:translateY(0)}.btn-welcome-primary .btn-arrow{transition:transform .3s}.btn-welcome-primary:hover .btn-arrow{animation:.8s infinite btnArrow}.btn-welcome-secondary{-webkit-backdrop-filter:blur(10px);color:#2563eb;cursor:pointer;background:#ffffffb3;border:1.5px solid #3b82f64d;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:15px 24px;font-size:15px;font-weight:700;transition:all .3s;display:flex}.btn-welcome-secondary:hover{background:#eff6ffe6;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f61f}.btn-welcome-secondary:active{transform:translateY(0)}.welcome-features{gap:16px;width:100%;animation:.8s ease-out .4s both welcomeFadeInUp;display:flex}.welcome-feature-card{-webkit-backdrop-filter:blur(10px);cursor:default;background:#fff9;border:1px solid #e2e8f099;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;transition:all .3s;display:flex}.welcome-feature-card:hover{background:#ffffffd9;border-color:#3b82f633;transform:translateY(-2px);box-shadow:0 8px 20px #0000000a}.welcome-feature-icon{color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.welcome-feature-icon-green{color:#22c55e;background:linear-gradient(135deg,#22c55e1a,#22c55e0d)}.welcome-feature-icon-amber{color:#f59e0b;background:linear-gradient(135deg,#f59e0b1f,#f59e0b0d)}.welcome-feature-text{flex-direction:column;gap:1px;display:flex}.welcome-feature-text strong{color:#1e293b;font-size:13px;font-weight:700;line-height:1.2}.welcome-feature-text span{color:#94a3b8;font-size:11px;font-weight:500;line-height:1.2}.welcome-admin-link{align-items:center;gap:10px;margin-top:40px;animation:.8s ease-out .5s both welcomeFadeInUp;display:flex}.welcome-admin-label{color:#94a3b8;font-size:13px}.welcome-admin-btn{color:#3b82f6;cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.welcome-admin-btn:hover{color:#2563eb;background:#3b82f614}.welcome-right{justify-content:center;align-items:center;width:100%;animation:.9s ease-out .3s both welcomeFadeInRight;display:flex;position:relative}.welcome-illustration-container{width:100%;max-width:460px;position:relative}.welcome-illustration{filter:drop-shadow(0 0 40px #3b82f60f);overflow:visible}.svg-pulse{animation:4s ease-in-out infinite svgPulse}.svg-float-slow{animation:6s ease-in-out infinite floatSlow}.svg-float-medium{animation:4s ease-in-out infinite floatMedium}.svg-float-fast{animation:3s ease-in-out infinite floatFast}.svg-float-doc{animation:5s ease-in-out infinite floatDoc}.welcome-bottom-wave{z-index:0;pointer-events:none;width:100%;line-height:0;position:absolute;bottom:0;left:0}.welcome-bottom-wave svg{width:100%;height:100px}@media screen and (width<=1024px){.welcome-wrapper{text-align:center;grid-template-columns:1fr;gap:40px}.welcome-left{text-align:center;align-items:center}.welcome-logo-container{justify-content:center}.welcome-tagline,.welcome-accent-line{margin-left:auto;margin-right:auto}.welcome-actions{justify-content:center;margin-left:auto;margin-right:auto}.welcome-features{flex-wrap:wrap;justify-content:center;gap:12px}.welcome-admin-link{justify-content:center}.welcome-illustration-container{max-width:380px}}@media screen and (width<=576px){.welcome-container{padding:32px 16px}.welcome-heading{font-size:36px}.welcome-actions{flex-direction:column;gap:12px}.btn-welcome-primary,.btn-welcome-secondary{width:100%}.welcome-features{flex-direction:column;align-items:center;gap:10px}.welcome-feature-card{width:100%;max-width:280px}}
