*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#eef4f8;color:#10253a}button{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.sidebar{background:linear-gradient(180deg,#081b2d,#0d2a44);color:#fff;padding:22px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{background:#fff;border-radius:18px;padding:14px;margin-bottom:20px;box-shadow:0 12px 30px rgba(0,0,0,.15)}.brand img{width:100%;display:block}.nav{display:grid;gap:8px}.nav-item{border:0;background:transparent;color:#bcd0df;text-align:left;padding:13px 14px;border-radius:12px;cursor:pointer;font-weight:700}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.11);color:#fff}.sidebar-footer{margin-top:auto;font-size:13px;color:#bdd0df;display:flex;align-items:center;gap:8px;padding:14px}.health-dot{width:9px;height:9px;border-radius:50%;background:#e1a82a}.health-dot.ok{background:#2dc67d}.health-dot.bad{background:#e55353}.main{min-width:0;padding:28px 34px 50px}.topbar{display:flex;align-items:center;gap:16px;margin-bottom:24px}.topbar h1{margin:2px 0 0;font-size:30px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:#5d7a91;margin:0}.eyebrow.light{color:#b8d9eb}.profile-pill{margin-left:auto;background:#102d47;color:white;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800}.menu-btn{display:none;border:0;background:#fff;border-radius:10px;padding:10px 12px;font-size:20px;box-shadow:0 4px 16px rgba(20,42,62,.08)}.view{display:none}.view.active{display:block}.hero-card{background:linear-gradient(135deg,#0a2440,#0f4f78);color:white;border-radius:24px;padding:28px;display:flex;align-items:center;gap:24px;justify-content:space-between;box-shadow:0 18px 45px rgba(10,36,64,.18)}.hero-card h2{font-size:32px;margin:6px 0 10px}.hero-card p{max-width:650px;color:#dbe8f1}.primary-action{min-width:270px;border:0;border-radius:18px;background:#fff;color:#0d2a44;padding:17px 18px;display:flex;gap:14px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18)}.primary-action .icon{font-size:32px;color:#0c8ecf}.primary-action strong,.action-card strong{display:block}.primary-action small,.action-card small{display:block;color:#72869a;margin-top:3px}.action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.action-card{background:#fff;border:1px solid #dce7ef;border-radius:18px;padding:22px;text-align:left;cursor:pointer;min-height:138px;box-shadow:0 8px 24px rgba(33,64,89,.06)}.action-card span{font-size:28px;color:#0c8ecf;display:block;margin-bottom:20px}.status-panel{background:#fff;border:1px solid #dce7ef;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(33,64,89,.05)}.status-panel h3{margin:5px 0 18px}.status-row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-top:1px solid #edf2f5}.status-row strong{color:#176c4a}.placeholder{background:white;border:1px solid #dce7ef;border-radius:22px;padding:42px;min-height:420px;box-shadow:0 10px 30px rgba(33,64,89,.05)}.placeholder h2{font-size:30px;margin:10px 0}.placeholder p{font-size:17px;line-height:1.65;max-width:760px;color:#587086}.feature-icon{font-size:52px;color:#0b8dcc}.primary-button{border:0;background:#0b3151;color:#fff;padding:13px 18px;border-radius:11px;font-weight:800;margin-top:12px}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-300px;z-index:50;width:280px;transition:left .2s ease}.sidebar.open{left:0}.menu-btn{display:block}.main{padding:22px}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card{align-items:stretch;flex-direction:column}.primary-action{min-width:0;width:100%}}@media (max-width:620px){.main{padding:16px}.topbar h1{font-size:24px}.profile-pill{display:none}.hero-card{padding:21px;border-radius:20px}.hero-card h2{font-size:27px}.action-grid{grid-template-columns:1fr 1fr;gap:11px}.action-card{padding:17px;min-height:135px}.action-card span{margin-bottom:15px}.placeholder{padding:25px;min-height:360px}.placeholder h2{font-size:26px}.status-row{font-size:14px}}