:root{--navy:#142d3c;--ink:#183140;--muted:#6d7f89;--green:#207a64;--mint:#e9f4f0;--line:#dde6e9;--paper:#f5f7f7}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif}.sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:var(--navy);color:#fff;padding:30px 18px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 32px;font-size:18px;font-weight:700}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#62b69e;color:#102c37}nav{display:grid;gap:7px}nav a{color:#b9c9cf;text-decoration:none;padding:12px 14px;border-radius:9px;display:flex;gap:12px;font-size:14px}nav a:hover,nav a.active{background:#234553;color:#fff}.sidebar-foot{margin-top:auto;border-top:1px solid #31505d;padding:20px 12px 0;color:#bcd2d6;font-size:13px;line-height:1.6}.sidebar-foot small{color:#75949e}main{margin-left:246px;padding:42px 5vw 60px;max-width:1500px}header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.eyebrow{font-size:11px;letter-spacing:.17em;font-weight:800;color:var(--green);margin:0 0 8px}h1,h2,p{margin-top:0}h1{font-family:Georgia,serif;font-size:36px;margin-bottom:6px;font-weight:600}.subtitle,.date{color:var(--muted);font-size:14px}.date{padding-top:22px}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.status-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:23px;display:flex;gap:17px;align-items:center}.status-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;font-size:20px;font-weight:800}.status-icon.app{background:var(--mint);color:var(--green)}.status-icon.database{background:#edf1f3;color:#536d79}.status-card p{color:var(--muted);font-size:12px;margin-bottom:3px}.status-card strong{display:block;font-size:16px;margin-bottom:6px}.status-line{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#9daeb5}.dot.ok{background:#2e9478}.dot.warning{background:#d39c36}.dot.pending{animation:pulse 1.2s infinite}.welcome{margin:24px 0 38px;padding:32px 36px;background:linear-gradient(120deg,#183746,#244c59);border-radius:14px;color:#fff;display:flex;justify-content:space-between;align-items:center}.welcome .eyebrow{color:#7bc6b1}.welcome h2{font-family:Georgia,serif;font-size:25px;margin-bottom:12px}.welcome p:last-child{color:#bfd0d5;max-width:730px;line-height:1.7;margin:0;font-size:14px}.shield{width:70px;height:70px;border:1px solid #ffffff30;border-radius:50%;display:grid;place-items:center;color:#72c1aa;font-size:27px;margin-left:30px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.section-heading h2{font-family:Georgia,serif;margin:0;font-size:23px}.section-heading span{font-size:12px;color:var(--muted)}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.module-grid a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;text-decoration:none;color:var(--ink);display:grid;grid-template-columns:42px 1fr;column-gap:12px;transition:.2s}.module-grid a:hover{transform:translateY(-2px);box-shadow:0 8px 24px #18314012}.module-grid b{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--mint);color:var(--green)}.module-grid strong{align-self:end;font-size:14px}.module-grid small{color:var(--muted);font-size:11px;margin-top:4px}@keyframes pulse{50%{opacity:.35}}@media(max-width:900px){.sidebar{position:static;width:auto}.sidebar nav{display:flex;overflow:auto}.sidebar-foot{display:none}main{margin:0;padding:28px 20px}.module-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){header{display:block}.date{padding:4px 0 20px}.status-grid,.module-grid{grid-template-columns:1fr}.welcome{padding:26px}.shield{display:none}.section-heading span{display:none}}
