html,body,#root{width:100%;min-width:100%;min-height:100%;margin:0;padding:0}html{background:#f5f8fb}body{min-height:100vh;overflow-x:hidden}#root{min-height:100vh}*{box-sizing:border-box}body{color:#17324d;background:#f5f8fb;min-width:320px;min-height:100vh;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}button,input,select{font:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e4edf4;flex-direction:column;width:245px;min-height:100vh;padding:28px 20px;display:flex;position:fixed;top:0;left:0}.brand{align-items:center;gap:12px;margin-bottom:38px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#046bb4,#30c4c7);border-radius:13px;place-items:center;width:42px;height:42px;font-size:24px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{color:#063965;letter-spacing:.03em;font-size:20px}.brand span{color:#7b8fa3;margin-top:2px;font-size:12px}nav{flex-direction:column;gap:6px;display:flex}.nav-item{color:#587085;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px 14px}.nav-item:hover,.nav-item.active{color:#086c89;background:#eaf6f8}.nav-item.active{font-weight:700}.sidebar-footer{background:#f3f8fb;border-radius:12px;margin-top:auto;padding:14px}.sidebar-footer span,.sidebar-footer strong{display:block}.sidebar-footer span{color:#8295a7;font-size:11px}.sidebar-footer strong{color:#23506f;margin-top:4px;font-size:13px}.main-content{flex:1;margin-left:245px;padding:38px 42px}.topbar{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.09em;color:#1598ac;font-size:11px;font-weight:800}.topbar h1{color:#0a3559;margin:5px 0 7px;font-size:30px}.subtitle{color:#71869a;margin:0}.profile{align-items:center;gap:10px;display:flex}.profile-avatar{color:#fff;background:#0b749a;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.profile strong,.profile span{display:block}.profile strong{font-size:13px}.profile span{color:#8596a5;margin-top:3px;font-size:11px}.summary-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px;display:grid}.summary-card,.card{background:#fff;border:1px solid #e3ecf2;border-radius:16px;box-shadow:0 8px 25px #184a6e0d}.summary-card{padding:20px}.summary-card span,.summary-card small,.summary-card strong{display:block}.summary-label{color:#7990a2;font-size:12px}.summary-card strong{color:#113e61;margin:8px 0;font-size:27px}.summary-card small{color:#91a1ae}.status-text{color:#149980!important;font-size:20px!important}.pending-text{color:#b78217!important;font-size:20px!important}.content-grid{grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);gap:22px;display:grid}.card{padding:26px}.card-header{justify-content:space-between;gap:20px;display:flex}.card h2{color:#0d3a5e;margin:5px 0 7px;font-size:21px}.card p{color:#71869a;margin-top:0}.badge{white-space:nowrap;border-radius:999px;height:fit-content;padding:8px 11px;font-size:11px;font-weight:700}.badge-success{color:#08775f;background:#e8f8f2}.info-row{background:#f7fafc;border-radius:12px;grid-template-columns:1fr 1fr;gap:20px;margin:22px 0;padding:16px;display:grid}.info-row span,.info-row strong{display:block}.info-row span{color:#8598a8;margin-bottom:4px;font-size:11px}.info-row strong{color:#31536d;font-size:13px}.form-group{margin-bottom:16px}.form-group label{color:#45647c;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.form-group input,.form-group select{color:#345369;background:#fff;border:1px solid #d5e1e8;border-radius:10px;outline:none;width:100%;padding:12px 13px}.form-group input:focus,.form-group select:focus{border-color:#24a5b4;box-shadow:0 0 0 3px #24a5b41a}.primary-button{cursor:pointer;color:#fff;background:linear-gradient(90deg,#0876a8,#23adb5);border:0;border-radius:10px;width:100%;margin-top:5px;padding:13px;font-weight:700}.primary-button:hover{opacity:.93}.security-note{text-align:center;font-size:11px;margin:12px 0 0!important}.progress-card h2{margin-bottom:22px}.steps{flex-direction:column;gap:19px;display:flex}.step{align-items:flex-start;gap:12px;display:flex}.step>span{color:#8295a4;background:#eef3f6;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.step.done>span{color:#fff;background:#1aa58e}.step.current>span{color:#fff;background:#1595ad}.step strong{color:#315169;font-size:13px;display:block}.step p{margin:3px 0 0;font-size:11px}@media (width<=1050px){.summary-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}}@media (width<=760px){.sidebar{display:none}.main-content{margin-left:0;padding:24px}.topbar{align-items:flex-start}.profile{display:none}.summary-grid{grid-template-columns:1fr}}
