:root{--navy:#0b2f4f;--blue:#155d8b;--green:#267056;--gold:#d8a84b;--ink:#172330;--muted:#587083;--line:#d6e1e8;--bg:#f3f7f9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.7rem 1rem}.banner{display:flex;justify-content:center;align-items:center;gap:.8rem;flex-wrap:wrap;background:#ffedb9;color:#5d4500;padding:.55rem 1rem;text-align:center;font-weight:800}.banner strong{background:#5d4500;color:#fff7d9;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;letter-spacing:.05em}.head{background:linear-gradient(125deg,#08253e,#155d8b);color:#fff;padding:2.2rem 1rem}.wrap{max-width:1120px;margin:auto;padding:1rem}.head-inner{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900;color:#cce8f5}.head h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;margin:.3rem 0 .55rem}.head p{max-width:750px;margin:0;color:#e3f0f6}.back{color:#fff;border:1px solid rgba(255,255,255,.55);border-radius:8px;padding:.58rem .75rem;text-decoration:none;font-weight:800;white-space:nowrap}.back:hover{background:rgba(255,255,255,.12)}.scope{display:grid;grid-template-columns:190px 1fr;gap:.8rem;background:#fff7d9;border:1px solid #e2c25c;border-left:5px solid var(--gold);padding:.8rem 1rem;border-radius:10px;margin:.4rem 0 1rem}.scope span{color:#5e500f}.workflow{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);margin:1.2rem 0;padding:0}.workflow li{position:relative;display:flex;align-items:center;justify-content:center;gap:.45rem;color:#5f7481;font-size:.8rem;font-weight:850}.workflow li:before{content:'';position:absolute;left:-50%;right:50%;top:50%;height:2px;background:#c8d6de;z-index:0}.workflow li:first-child:before{display:none}.workflow b{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#dce8ed;color:#31566b}.workflow .active b{background:var(--blue);color:#fff}.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.15rem;margin:1rem 0;box-shadow:0 4px 16px rgba(11,47,79,.045)}.card-number{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#e5f0f5;color:var(--blue);font-weight:900;float:left;margin-right:.55rem}.card h2{color:var(--navy);margin:.05rem 0 .45rem}.card p{color:#496273}.file-box{display:flex;flex-direction:column;border:2px dashed #8baabd;border-radius:11px;padding:1rem;background:#f7fbfc;color:var(--blue);font-weight:850;cursor:pointer}.file-box:hover{background:#edf6f9}.file-box small{font-weight:500;color:var(--muted)}input[type=file]{width:100%;margin:.55rem 0}.file-meta{font-size:.77rem;background:#edf3f6;color:#486273;border-radius:7px;padding:.55rem}.validation{min-height:86px;border:1px solid var(--line);border-radius:9px;background:#f8fbfc;padding:.7rem;margin:.7rem 0}.ok{color:#236442;font-weight:850}.bad{color:#a13c32;font-weight:850}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin-top:.6rem}.stats span{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);padding:.45rem;border-radius:7px;color:var(--muted);font-size:.66rem}.stats b{font-size:.95rem;color:var(--navy)}.btn{display:inline-block;border:0;background:var(--blue);color:#fff;padding:.65rem .9rem;border-radius:8px;font-weight:800;cursor:pointer;text-decoration:none}.btn:hover{filter:brightness(.92)}.btn:disabled{opacity:.48;cursor:not-allowed}.btn.alt{background:#fff;color:var(--blue);border:1px solid var(--blue)}.actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.7rem}.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.section-head h2{display:inline-block}.summary-pill,.secure-badge{font-size:.7rem;font-weight:850;border-radius:999px;padding:.3rem .55rem;background:#e6f2ed;color:#236442;white-space:nowrap}.table-wrap{overflow:auto;max-height:390px;border:1px solid var(--line);border-radius:10px}table{width:100%;border-collapse:collapse;font-size:.82rem}th,td{padding:.6rem;border-bottom:1px solid var(--line);text-align:left}th{position:sticky;top:0;background:#edf4f7;color:#284559}tbody tr:hover{background:#f7fafb}.microcopy{font-size:.75rem}.audit-list{max-height:150px;overflow:auto;padding-left:1.2rem;font-size:.8rem}.activity{border-top:4px solid var(--green)}.log{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#0f1f2b;color:#dcecf5;padding:.8rem;border-radius:9px;min-height:120px;white-space:pre-wrap;font-size:.78rem}footer{background:#0c273c;color:#dbe9f1;margin-top:2rem}footer .wrap{display:flex;justify-content:space-between;gap:1rem;font-size:.8rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus,button:focus,input:focus{outline:3px solid #f0b429;outline-offset:2px}@media(max-width:800px){.grid{grid-template-columns:1fr}.head-inner,.section-head{align-items:flex-start;flex-direction:column}.scope{grid-template-columns:1fr}.workflow span{display:none}.workflow li:before{left:-100%;right:0}.workflow{margin:.8rem 2rem}.stats{grid-template-columns:1fr}footer .wrap{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
