:root{--navy:#0f2a4a;--navy-dark:#0a1c33;--teal:#1c9e8e;--teal-dark:#157e71;--bg:#f5f7fa;--card:#fff;--border:#e2e6ed;--text:#1a2433;--text-muted:#5b6b82;--danger:#c0392b;--radius:10px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--teal-dark)}.page-center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:32px;width:100%;max-width:420px;box-shadow:0 1px 3px rgba(15,42,74,.06)}.card h1{font-size:22px;margin:0 0 4px;color:var(--navy)}.card .subtitle{color:var(--text-muted);font-size:14px;margin:0 0 24px}label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--navy)}input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;margin-bottom:16px}input:focus{outline:2px solid var(--teal);outline-offset:1px}button{cursor:pointer;font-size:14px;font-weight:600;border-radius:8px;border:none;padding:11px 16px}.btn-primary{background:var(--teal);color:#fff;width:100%}.btn-primary:hover{background:var(--teal-dark)}.btn-secondary{background:transparent;color:var(--navy);border:1px solid var(--border)}.link-row{margin-top:16px;font-size:13px;text-align:center;color:var(--text-muted)}.error-box,.success-box{padding:10px 12px}.topbar{background:var(--navy);color:#fff;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}.topbar .brand{font-weight:700;font-size:16px}.topbar form button{background:transparent;border:1px solid hsla(0,0%,100%,.3);color:#fff}.container{max-width:960px;margin:0 auto;padding:32px 24px 64px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px;margin-bottom:28px}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.stat-card .label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:8px}.stat-card .value{font-size:26px;font-weight:700;color:var(--navy)}.stat-card .sub{font-size:12px;color:var(--text-muted);margin-top:4px}.progress-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.progress-bar-track{background:#eef1f5;border-radius:999px;height:14px;overflow:hidden;margin:12px 0 8px}.progress-bar-fill{background:linear-gradient(90deg,var(--teal),var(--navy));height:100%;border-radius:999px;transition:width .4s ease}.progress-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}table{width:100%;border-collapse:collapse;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}td,th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);font-size:13px}th{background:#f0f3f7;color:var(--navy);font-weight:600}tr:last-child td{border-bottom:none}.pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#eef1f5;color:var(--navy)}.inline-form{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.inline-form input{margin-bottom:0;width:130px;padding:6px 8px}.inline-form button{padding:6px 10px;font-size:12px}.login-wrapper{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--bg)}.login-hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-dark) 100%);color:#fff;display:flex;align-items:center;justify-content:center;padding:40px;overflow:hidden;position:relative}.login-hero:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:50px 50px;animation:slide 20s linear infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:400px}.hero-logo{font-size:48px;font-weight:700;margin-bottom:16px;letter-spacing:2px;background:linear-gradient(135deg,#1c9e8e,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content h2{font-size:28px;margin:0 0 12px;font-weight:700}.hero-content p{font-size:15px;color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:24px}.feature-list{list-style:none;padding:0;margin:0;text-align:left}.feature-list li{font-size:14px;margin-bottom:10px;color:hsla(0,0%,100%,.9);gap:8px}.feature-list li,.login-form-container{display:flex;align-items:center;justify-content:center}.login-form-container{padding:40px;background:var(--bg)}.form-card{width:100%;max-width:380px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:40px;box-shadow:0 4px 12px rgba(15,42,74,.08)}.form-header{margin-bottom:32px}.form-header h1{font-size:24px;color:var(--navy);margin:0 0 8px;font-weight:700}.form-subtitle{font-size:14px;color:var(--text-muted);margin:0}.login-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:var(--navy)}.form-group input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s,box-shadow .2s;margin-bottom:0}.form-group input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(28,158,142,.1)}.password-hint{font-size:12px;color:var(--text-muted);margin-top:6px;margin-bottom:0}.form-footer{text-align:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.forgot-link{font-size:13px;color:var(--teal-dark);text-decoration:none;font-weight:500;transition:color .2s}.forgot-link:hover{color:var(--teal)}.form-divider{height:1px;background:var(--border);margin:0}.form-help{font-size:12px;color:var(--text-muted);text-align:center;margin-top:16px;margin-bottom:0}.form-help a{color:var(--teal-dark);text-decoration:none}.form-help a:hover{text-decoration:underline}.error-box{display:flex;align-items:flex-start;gap:10px;background:#fdecea;color:var(--danger);border:1px solid #f5c6cb;border-radius:8px;padding:12px 14px;font-size:13px;margin-bottom:16px}.error-icon{flex-shrink:0;font-weight:600}.success-box{display:flex;align-items:flex-start;gap:10px;background:#eafaf3;color:var(--teal-dark);border:1px solid #bfead9;border-radius:8px;padding:12px 14px;font-size:13px;margin-bottom:16px}.success-icon{flex-shrink:0;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-card{background:#fff;border-radius:12px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--border)}.modal-header h3{font-size:18px;color:var(--navy);margin:0;font-weight:700}.modal-close{background:transparent;border:none;font-size:24px;color:var(--text-muted);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover:not(:disabled){background:var(--bg)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-content{padding:20px}.client-info{background:var(--bg);padding:12px;border-radius:8px;margin-bottom:20px;margin-top:0}@media (max-width:768px){.login-wrapper{grid-template-columns:1fr}.login-hero{display:none}.login-form-container{padding:20px}.form-card{padding:24px}.hero-logo{font-size:36px}.hero-content h2{font-size:22px}}.login-hero-photo{position:relative;background-image:url(/images/team-hero.jpg);background-size:cover;background-position:50%;overflow:hidden}.login-hero-photo .hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,26,47,.97),rgba(10,26,47,.85) 30%,rgba(10,26,47,.35) 60%,rgba(10,26,47,.15))}.login-hero-photo .hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%}.hero-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:32px}.login-hero-photo .hero-logo{width:36px;height:36px;border-radius:8px;background:#c9a24b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:#0a1a2f}.hero-logo-text{color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px}.login-hero-photo h2{color:#fff;font-size:26px;font-weight:600;line-height:1.3;margin:0 0 14px;text-shadow:0 2px 12px rgba(0,0,0,.4);max-width:380px}.login-hero-photo p{color:#cdddec;font-size:14px;line-height:1.6;margin:0;max-width:320px;text-shadow:0 1px 8px rgba(0,0,0,.4)}.hero-trust-row{display:flex;align-items:center;gap:10px;padding-top:20px}.hero-avatars{display:flex}.hero-avatar{width:24px;height:24px;border-radius:50%;border:2px solid #0a1a2f;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;margin-left:-6px}.hero-avatar:first-child{margin-left:0}.hero-avatar-1{background:#5dcaa5;color:#04342c}.hero-avatar-2{background:#c9a24b;color:#412402}.hero-avatar-3{background:#7f77dd;color:#26215c}.hero-trust-text{color:#cdddec;font-size:12px;text-shadow:0 1px 6px rgba(0,0,0,.5)}@media (max-width:768px){.login-hero-photo{min-height:280px;padding:28px 24px!important}.login-hero-photo h2{font-size:21px}}.dash-topbar{justify-content:space-between;padding:16px 32px;background:#0a1a2f}.dash-brand,.dash-topbar{display:flex;align-items:center}.dash-brand{gap:10px}.dash-brand-logo{width:32px;height:32px;border-radius:8px;background:#c9a24b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#0a1a2f}.dash-brand-text{color:#fff;font-size:14px;font-weight:500}.dash-signout{background:hsla(0,0%,100%,.08);color:#fff;border:.5px solid hsla(0,0%,100%,.2);padding:8px 16px;border-radius:8px;font-size:13px;cursor:pointer}.dash-signout:hover{background:hsla(0,0%,100%,.14)}.dash-welcome{gap:14px;margin-bottom:28px}.dash-avatar,.dash-welcome{display:flex;align-items:center}.dash-avatar{width:48px;height:48px;border-radius:50%;background:#0e2340;color:#c9a24b;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.dash-welcome-name{color:#0a1a2f;margin:0;font-size:20px;font-weight:600}.dash-welcome-program{color:#6b7a8c;margin:2px 0 0;font-size:13px}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.dash-ring-card{background:#0a1a2f;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.dash-ring-svg{display:block}.dash-ring-track{stroke:#16324f}.dash-ring-fill-gold{stroke:#c9a24b;transition:stroke-dashoffset .6s ease}.dash-ring-number{fill:#fff;font-size:20px;font-weight:600}.dash-ring-caption{fill:#9db4cc;font-size:10px}.dash-ring-label{color:#cdddec;font-size:12px;margin:10px 0 0}.dash-stat-card{background:#f7f8fa;border:.5px solid #e5e8ec;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:center}.dash-stat-label{color:#6b7a8c;font-size:12px;margin-bottom:6px}.dash-stat-value{color:#0a1a2f;font-size:22px;font-weight:600}.dash-stat-sub{color:#9aa5b1;font-size:11px;margin-top:6px}.dash-timeline-card{background:#f7f8fa;border:.5px solid #e5e8ec;border-radius:12px;padding:22px 24px 28px}.dash-timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dash-timeline-title{color:#0a1a2f;font-size:13px;font-weight:600}.dash-timeline-status{color:#c9a24b;font-size:12px;font-weight:500;background:rgba(201,162,75,.12);padding:3px 10px;border-radius:20px}.dash-timeline-track-wrap{position:relative;padding-top:4px}.dash-timeline-track{height:8px;background:#e5e8ec;border-radius:4px;overflow:hidden}.dash-timeline-fill{height:100%;background:linear-gradient(90deg,#c9a24b,#dab86a);border-radius:4px;transition:width .6s ease}.dash-timeline-flag{position:absolute;top:-6px;transform:translateX(-50%)}.dash-timeline-flag-dot{width:20px;height:20px;border-radius:50%;background:#c9a24b;border:3px solid #fff;box-shadow:0 0 0 1px #e5e8ec}.dash-timeline-labels{display:flex;justify-content:space-between;margin-top:12px}.dash-timeline-labels span{color:#9aa5b1;font-size:11px}.dash-recert-note{margin-top:20px;font-size:13px;color:#6b7a8c}@media (max-width:640px){.dash-topbar{padding:14px 20px}.dash-grid{grid-template-columns:1fr 1fr}}