:root{--ink: #101828;--ink-soft: #475467;--ink-faint: #98a2b3;--ground: #f2f4f7;--surface: #ffffff;--rule: #e0e4ea;--rule-strong: #cbd2dc;--brand-navy: #1c2251;--seal: #1b4d3e;--seal-hover: #14402f;--seal-wash: #e8f0ec;--u-current: #1b7a4b;--u-progress: #1d4ed8;--u-due: #b45309;--u-expired: #b42318;--u-closed: #667085;--font-display: "Newsreader", Georgia, serif;--font-body: "Public Sans", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--radius: 6px;--shadow: 0 1px 2px rgba(16, 24, 40, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em;margin:0}h1{font-size:26px}h2{font-size:19px}h3{font-size:16px}a{color:var(--seal)}.mono{font-family:var(--font-mono);font-size:.92em;letter-spacing:-.01em}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}.shell{display:flex;min-height:100vh}.sidebar{width:216px;flex-shrink:0;background:var(--ink);color:#d0d5dd;padding:20px 12px;display:flex;flex-direction:column}.brand{font-family:var(--font-display);font-size:17px;color:#fff;padding:0 10px 18px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:14px}.brand small{display:block;font-family:var(--font-body);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#7d879c;margin-top:3px}.nav-link{display:block;padding:8px 10px;border-radius:var(--radius);color:#c3cad6;text-decoration:none;font-size:13.5px;margin-bottom:2px}.nav-link:hover{background:#ffffff12;color:#fff}.nav-link.active{background:#ffffff21;color:#fff;font-weight:600}.sidebar-foot{margin-top:auto;padding:12px 10px 0;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#7d879c}.main{flex:1;min-width:0;padding:26px 30px 60px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.horizon{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);padding:18px 20px 14px;margin-bottom:22px;box-shadow:var(--shadow)}.horizon-track{display:grid;grid-template-columns:repeat(5,1fr);margin-top:14px;border-top:2px solid var(--rule-strong)}.horizon-band{padding:12px 10px 4px;border-right:1px solid var(--rule);position:relative;text-align:left;background:none;font:inherit;cursor:pointer}.horizon-band:last-child{border-right:none}.horizon-band:hover{background:#f8fafc}.horizon-band:before{content:"";position:absolute;top:-2px;left:0;right:0;height:2px;background:var(--tick, transparent)}.horizon-count{font-family:var(--font-display);font-size:30px;line-height:1;color:var(--tick, var(--ink))}.horizon-label{font-size:12px;color:var(--ink-soft);margin-top:5px}.card{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-head{padding:13px 16px;border-bottom:1px solid var(--rule);display:flex;align-items:center;justify-content:space-between;gap:12px}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);padding:9px 16px;border-bottom:1px solid var(--rule);white-space:nowrap}td{padding:11px 16px;border-bottom:1px solid var(--rule);vertical-align:top}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#f8fafc}.row-link{color:var(--ink);text-decoration:none;font-weight:600}.row-link:hover{text-decoration:underline}.sub{color:var(--ink-soft);font-size:12.5px}.pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em;white-space:nowrap;border:1px solid currentColor}.pill-plain{border-color:var(--rule-strong);color:var(--ink-soft);font-weight:500}.btn{font:inherit;font-weight:600;font-size:13px;padding:8px 14px;border-radius:var(--radius);border:1px solid var(--seal);background:var(--seal);color:#fff;cursor:pointer}.btn:hover{background:var(--seal-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--rule-strong)}.btn-ghost:hover{background:var(--ground)}.btn-danger{background:var(--u-expired);border-color:var(--u-expired)}input,select,textarea{font:inherit;font-size:13.5px;padding:7px 10px;border:1px solid var(--rule-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);width:100%}input:focus,select:focus,textarea:focus,.btn:focus-visible,a:focus-visible{outline:2px solid var(--seal);outline-offset:1px}label{display:block;font-size:12px;font-weight:600;color:var(--ink-soft);margin-bottom:4px}.field{margin-bottom:13px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.filters select,.filters input{width:auto;min-width:150px}.banner{padding:10px 14px;border-radius:var(--radius);margin-bottom:16px;font-size:13px;border:1px solid}.banner-error{background:#fef3f2;border-color:#fda29b;color:#912018}.empty{padding:40px 20px;text-align:center;color:var(--ink-soft)}.empty h3{margin-bottom:6px;color:var(--ink)}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 18px 22px;border-left:1px solid var(--rule-strong)}.timeline li:last-child{border-left-color:transparent;padding-bottom:0}.timeline li:before{content:"";position:absolute;left:-4.5px;top:5px;width:8px;height:8px;border-radius:50%;background:var(--seal)}.dl{display:grid;grid-template-columns:150px 1fr;gap:8px 16px;margin:0}.dl dt{font-size:12px;color:var(--ink-faint);font-weight:600}.dl dd{margin:0}.grid-2{display:grid;grid-template-columns:1.6fr 1fr;gap:20px;align-items:start}.auth-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(180deg,#fdfdfe,#eef1f6)}.auth-logo{max-width:330px;width:100%;height:auto;margin-bottom:34px}.auth-wordmark{text-align:center;margin-bottom:34px;color:var(--brand-navy);font-family:var(--font-display)}.auth-wordmark-top{font-size:34px;letter-spacing:.01em;line-height:1.1}.auth-wordmark-rule{display:inline-block;width:1px;height:34px;background:var(--brand-navy);margin:0 12px;vertical-align:-7px}.auth-wordmark-name{display:inline-block;font-size:20px;line-height:1.15;text-align:left;vertical-align:1px}.auth-wordmark-tag{font-family:var(--font-body);font-size:15px;letter-spacing:.01em;margin-top:8px}.auth-card{background:#fff;border-radius:12px;padding:32px;width:100%;max-width:430px;box-shadow:0 4px 24px #10182812}.auth-card h1{font-family:var(--font-body);font-size:23px;font-weight:700;letter-spacing:-.01em;color:var(--brand-navy);margin:0 0 4px}.auth-sub{color:var(--ink-soft);font-size:14px;margin:0 0 24px}.auth-card label{font-size:13.5px;font-weight:600;color:var(--brand-navy);margin-bottom:7px}.auth-card .field{margin-bottom:18px}.auth-card input{padding:13px 14px;border-radius:10px;border:1px solid var(--rule-strong);font-size:14.5px}.auth-card input:focus{outline:none;border:2px solid var(--brand-navy);padding:12px 13px}.auth-pw{position:relative}.auth-pw input{padding-right:44px}.auth-pw input:focus{padding-right:43px}.auth-eye{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;background:none;border:none;border-radius:8px;color:var(--ink-faint);cursor:pointer;padding:0}.auth-eye:hover{color:var(--ink-soft)}.auth-submit{width:100%;margin-top:4px;padding:14px;font-size:15px;font-weight:700;border-radius:10px;border:none;color:#fff;background:var(--brand-navy);cursor:pointer}.auth-submit:hover:not(:disabled){background:#141a3d}.auth-submit:disabled{background:#8f95ab;cursor:not-allowed}.auth-foot{margin-top:22px;max-width:430px;text-align:center;font-size:13px;color:var(--ink-faint)}@media (max-width: 860px){.shell{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px;padding:12px}.brand{border:none;padding:0 8px 0 4px;margin:0;flex:1 0 100%}.sidebar-foot{margin:0 0 0 auto;border:none;padding:0 8px}.main{padding:18px 14px 50px}.horizon-track{grid-template-columns:repeat(2,1fr);border-top:none}.horizon-band{border-top:2px solid var(--rule-strong)}.grid-2{grid-template-columns:1fr}.dl{grid-template-columns:1fr;gap:2px 0}.dl dd{margin-bottom:10px}.table-scroll{overflow-x:auto}table{min-width:620px}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#1a2a4f;opacity:1;transition:opacity .5s ease}.splash-leaving{opacity:0;pointer-events:none}.splash-inner{text-align:center;color:#fff;animation:splash-rise .7s ease both}@keyframes splash-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.splash-logo{max-width:300px;width:72vw;height:auto;margin-bottom:22px;background:#fff;border-radius:10px;padding:18px 22px}.splash-wordmark{font-family:var(--font-display);font-size:40px;margin-bottom:22px}.splash-rule{display:inline-block;width:1px;height:38px;background:#ffffffb3;margin:0 14px;vertical-align:-8px}.splash-name{display:inline-block;font-size:22px;line-height:1.15;text-align:left;vertical-align:2px}.splash-app{font-family:var(--font-display);font-size:21px;letter-spacing:.01em;margin-bottom:6px}.splash-tag{font-size:13px;letter-spacing:.04em;color:#aab4cf;margin-bottom:30px}.splash-bar{width:150px;height:3px;margin:0 auto;border-radius:2px;background:#ffffff29;overflow:hidden}.splash-bar span{display:block;height:100%;width:40%;border-radius:2px;background:#fff;animation:splash-sweep 1.1s ease-in-out infinite}@keyframes splash-sweep{0%{transform:translate(-100%)}to{transform:translate(400%)}}@media (prefers-reduced-motion: reduce){.splash-inner{animation:none}.splash-bar span{animation:none;width:100%}}
