@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--navy:#102f5f;--navy2:#071a2d;--blue:#0b63ce;--yellow:#ffd136;--ink:#0b172a;--muted:#607089;--line:#d9e2ee;--bg:#f4f7fb;--white:#fff;--shadow:0 24px 80px rgba(7,26,45,.14)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{display:grid;grid-template-columns:252px 1fr;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;background:var(--navy2);color:#fff;padding:26px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:13px;color:var(--navy2)}.sidebar .brand,.brand-light{color:#fff}.brand>span:last-child{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:28px;letter-spacing:-.06em;font-weight:900}.brand small{font-size:9px;letter-spacing:.17em;font-weight:800;margin-top:4px}.brand-mark{display:flex;align-items:flex-end;gap:3px;width:33px;height:33px;transform:skew(-10deg)}.brand-mark i{display:block;width:8px;background:var(--yellow);border-radius:1px}.brand-mark i:nth-child(1){height:17px}.brand-mark i:nth-child(2){height:26px}.brand-mark i:nth-child(3){height:33px}.sidebar nav{margin-top:45px;display:flex;flex-direction:column;gap:6px}.nav-caption{font-size:10px;color:#90a5bd;letter-spacing:.16em;font-weight:800;margin:22px 12px 8px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;color:#c8d6e6;font-size:14px;font-weight:600}.nav-link span{font-size:18px;width:22px;text-align:center;color:#8ba4bf}.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.08);color:#fff}.nav-link.active{border-left:3px solid var(--yellow)}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:18px 10px 0;display:flex;gap:9px;align-items:center;font-size:12px;color:#9fb1c5}.status-dot{width:8px;height:8px;border-radius:50%;background:#3ad879;box-shadow:0 0 0 4px rgba(58,216,121,.12)}.main{grid-column:2;min-width:0}.topbar{height:78px;padding:0 38px;border-bottom:1px solid var(--line);background:#fff;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:5}.environment{font-size:12px;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.1em}.user-menu{display:flex;align-items:center;gap:10px}.user-menu>span:nth-child(2){display:flex;flex-direction:column;font-size:12px}.user-menu small{color:var(--muted);margin-top:2px}.avatar{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.user-menu form{margin-left:8px}.user-menu button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;color:var(--muted);font-size:12px}.content{padding:38px;max-width:1500px;margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--yellow);font-size:11px;font-weight:900}.eyebrow.blue{color:var(--blue)}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.page-heading h1{margin:7px 0 7px;font-size:34px;letter-spacing:-.04em;color:var(--navy2)}.page-heading p{margin:0;color:var(--muted);font-size:14px}.date-pill,.phase-badge,.role-badge{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.05em}.hero-card{background:linear-gradient(125deg,var(--navy2),var(--navy));border-radius:20px;padding:34px 38px;color:#fff;display:flex;justify-content:space-between;align-items:center;overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;width:300px;height:300px;border:54px solid rgba(255,209,54,.10);border-radius:50%;right:-90px;top:-115px}.hero-label{font-size:10px;color:var(--yellow);font-weight:900;letter-spacing:.16em}.hero-card h2{font-size:27px;line-height:1.18;letter-spacing:-.035em;margin:10px 0}.hero-card p{margin:0;color:#c9d9ea;font-size:14px}.hero-stat{position:relative;z-index:1;text-align:center;border-left:1px solid rgba(255,255,255,.15);padding:10px 30px}.hero-stat strong{font-size:42px;color:var(--yellow);display:block}.hero-stat span{font-size:11px;color:#d4e0ed;text-transform:uppercase;font-weight:700}.section-heading{margin:34px 0 17px}.section-heading.lower{margin-top:40px}.section-heading h2{margin:0 0 5px;font-size:18px;color:var(--navy2)}.section-heading p{margin:0;color:var(--muted);font-size:13px}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.module-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;transition:.2s}.module-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(7,26,45,.09);border-color:#b7c8dc}.module-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;background:#eaf2fd;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.04em}.module-card:nth-child(3n+2) .module-icon{background:#fff6d8;color:#8c6b00}.module-card h3{margin:0 0 5px;font-size:14px;color:var(--navy2)}.module-card p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.45}.card-arrow{color:#9aaabe}.settings-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px}.role-list>div{display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:18px}.role-list small{color:#16814b;font-weight:700}.message,.form-alert{padding:12px 15px;border-radius:10px;margin-bottom:18px;background:#fff5d1;color:#6b5300;border:1px solid #ffe27d;font-size:13px}.message.success{background:#eafaf1;color:#126b36;border-color:#a8edc3}.back-link{font-size:13px;font-weight:700;color:var(--blue)}.empty-state{background:#fff;border:1px solid var(--line);border-radius:20px;min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.module-icon.large{width:66px;height:66px;font-size:15px}.empty-state h2{margin:20px 0 8px;color:var(--navy2)}.empty-state p{max-width:560px;color:var(--muted);line-height:1.6;margin:0 0 20px}.password-form{max-width:620px}.password-form p{display:grid;gap:7px}.password-form label{font-size:13px;font-weight:700}.password-form input,.login-card input{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px 14px;outline:none;background:#fbfdff}.password-form input:focus,.login-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,99,206,.10)}.helptext,.password-form ul{font-size:11px;color:var(--muted);line-height:1.5}.primary-button{width:100%;border:0;border-radius:11px;background:var(--blue);color:#fff;padding:14px 17px;font-weight:800;cursor:pointer;display:flex;justify-content:center;gap:12px}.primary-button:hover{background:var(--navy)}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.06fr .94fr;background:#fff}.login-brand-panel{background:var(--navy2);color:#fff;display:flex;align-items:center;padding:8vw;position:relative;overflow:hidden}.login-brand-panel:before,.login-brand-panel:after{content:"";position:absolute;border:90px solid rgba(255,209,54,.08);border-radius:50%}.login-brand-panel:before{width:420px;height:420px;right:-250px;top:-190px}.login-brand-panel:after{width:300px;height:300px;left:-220px;bottom:-240px}.login-brand-content{position:relative;z-index:1;max-width:580px}.login-brand-content .brand{margin-bottom:95px}.login-brand-content h1{text-transform:uppercase;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em;margin:15px 0 24px}.lead{color:#c8d7e8;line-height:1.65;font-size:16px;max-width:520px}.security-note{display:flex;gap:12px;align-items:center;margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);max-width:380px}.security-note>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,209,54,.15);color:var(--yellow);font-weight:900}.security-note>div{display:flex;flex-direction:column}.security-note strong{font-size:12px}.security-note small{font-size:11px;color:#9db0c5;margin-top:4px}.login-form-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(100%,420px)}.mobile-wordmark{display:none}.login-card h2{font-size:35px;letter-spacing:-.04em;margin:8px 0;color:var(--navy2)}.login-intro{font-size:14px;color:var(--muted);margin:0 0 32px;line-height:1.5}.login-card label{display:block;font-size:12px;font-weight:800;color:var(--navy2);margin:18px 0 7px}.login-card .primary-button{margin-top:24px}.login-help{text-align:center;color:var(--muted);font-size:11px;margin-top:20px}.field-error{display:block;color:#b91c1c;margin-top:5px}@media(max-width:1050px){.module-grid{grid-template-columns:repeat(2,1fr)}.login-layout{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{min-height:100vh}.mobile-wordmark{display:block;font-size:26px;font-weight:900;color:var(--navy2);margin-bottom:60px}.mobile-wordmark b{color:var(--blue)}}@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.main{grid-column:auto}.topbar{height:68px;padding:0 18px}.environment,.user-menu>span:nth-child(2){display:none}.content{padding:24px 18px}.module-grid{grid-template-columns:1fr}.hero-card{padding:26px;display:block}.hero-stat{display:none}.page-heading{align-items:flex-start;flex-direction:column}.date-pill{display:none}.role-list>div{grid-template-columns:1fr;gap:8px}.login-form-panel{padding:24px}.login-card h2{font-size:30px}}

