@font-face{font-family:Muller;src:url(/fonts/muller/Muller-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Muller;src:url(/fonts/muller/Muller-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--font:"Muller", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--navy-950:#12172b;--navy-900:#191f36;--navy-850:#1f2642;--navy-800:#262e4e;--navy-700:#35406b;--gold:#fac951;--gold-ink:#1a1608;--purple:#b168af;--purple-light:#bf8abd;--text:#eef1fa;--text-dim:#a9b2cc;--text-faint:#7c88a8;--ok:#00d68f;--warn:#fa0;--danger:#ff3d71;--radius:12px;--maxw:68rem}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:var(--font);background:var(--navy-950);color:var(--text);margin:0;font-size:1rem;line-height:1.6}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{letter-spacing:-.01em;line-height:1.2}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--navy-800);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#12172bd9;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;gap:1rem;padding-top:.9rem;padding-bottom:.9rem;display:flex}.brand{color:var(--text);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;display:flex}.brand-logo{width:auto;height:2.1rem;display:block}.brand-trust{color:var(--text-faint);white-space:nowrap;font-weight:400}.site-nav{gap:1.25rem;font-size:.95rem;display:flex}.site-nav a{color:var(--text-dim)}.site-nav a:hover{color:var(--text);text-decoration:none}@media (width<=40rem){.site-nav{display:none}}.hero{border-bottom:1px solid var(--navy-800);padding:4.5rem 0 3rem}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,4.5vw,2.9rem)}.hero h1 .gold{color:var(--gold)}.hero .lede{max-width:46rem;color:var(--text-dim);margin:0 0 1.5rem;font-size:1.1rem}.hero-updated{color:var(--text-faint);font-size:.85rem}section{border-bottom:1px solid var(--navy-800);padding:3rem 0}section:last-of-type{border-bottom:0}section h2{margin:0 0 .5rem;font-size:1.6rem}section .section-sub{color:var(--text-dim);max-width:48rem;margin:0 0 1.75rem}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:1rem;display:grid}.cat-card{background:var(--navy-900);border:1px solid var(--navy-800);border-radius:var(--radius);padding:1.4rem 1.5rem}.cat-card h3{align-items:center;gap:.55rem;margin:0 0 1rem;font-size:1.1rem;display:flex}.cat-icon{width:1.15rem;height:1.15rem;color:var(--text);flex-shrink:0}.cat-items{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.cat-item{align-items:flex-start;gap:.6rem;display:flex}.state{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.2rem}.state-live{color:var(--ok)}.state-pending{color:var(--warn)}.cat-item-body{flex-direction:column;min-width:0;display:flex}.cat-item-label{font-size:.93rem;font-weight:700}.cat-item-label a{color:var(--text)}.cat-item-label a:hover{color:var(--gold)}.cat-item-note{color:var(--text-dim);font-size:.82rem;line-height:1.45}.cat-item-links{flex-direction:column;gap:.2rem;display:flex}.cat-item-links a{color:var(--gold);font-size:.82rem;text-decoration:none}.cat-item-links a:hover{text-decoration:underline}.sub-trust-link{color:var(--gold);white-space:nowrap;font-size:.85rem;text-decoration:none}.sub-trust-link:hover{text-decoration:underline}.sub-table th:last-child,.sub-table td:last-child{text-align:center}.sub-table-wrap{border:1px solid var(--navy-800);border-radius:var(--radius);background:var(--navy-900);overflow-x:auto}.sub-table{border-collapse:collapse;width:100%;min-width:48rem;font-size:.92rem}.sub-table td{border-bottom:1px solid var(--navy-850);color:var(--text-dim);vertical-align:middle;padding:1.15rem 1.25rem}.sub-table tr:last-child td{border-bottom:0}.sub-name{color:var(--text);align-items:center;gap:.8rem;font-size:1rem;font-weight:700;display:flex}.sub-logo{background:var(--navy-800);width:2.4rem;height:2.4rem;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:inline-flex}.sub-logo-img{object-fit:contain;background:#fff;border-radius:8px;flex-shrink:0;width:2.4rem;height:2.4rem;padding:5px}.doc-grid{grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:.9rem;display:grid}.doc-tile{background:var(--navy-900);border:1px solid var(--navy-800);border-radius:var(--radius);align-items:flex-start;gap:.8rem;padding:1rem 1.1rem;display:flex}.doc-tile-icon{flex-shrink:0;font-size:1.1rem}.doc-kind{letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.15rem;font-size:.7rem;font-weight:700}.doc-title{font-size:.93rem;font-weight:700}.doc-title a{color:var(--text)}.doc-title a:hover{color:var(--gold)}.request-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}@media (width<=48rem){.request-grid{grid-template-columns:1fr}}.form-card{background:var(--navy-900);border:1px solid var(--navy-800);border-radius:var(--radius);padding:1.6rem}.form-field{margin-bottom:1rem}.form-field label{margin-bottom:.35rem;font-size:.85rem;font-weight:700;display:block}.form-field label .req{color:var(--gold)}.form-field input,.form-field textarea{background:var(--navy-950);border:1px solid var(--navy-700);width:100%;color:var(--text);font-family:var(--font);border-radius:8px;padding:.6rem .8rem;font-size:.95rem}.form-field input:focus,.form-field textarea:focus{border-color:var(--gold);outline:none}.form-field textarea{resize:vertical;min-height:6.5rem}.form-note{color:var(--text-faint);margin:.75rem 0 0;font-size:.8rem}.form-status{margin-top:.9rem;font-size:.9rem;font-weight:700}.form-status.ok{color:var(--ok)}.form-status.err{color:var(--danger)}.form-success{text-align:center;padding:2.5rem 1rem}.form-success .success-icon{margin-bottom:.5rem;font-size:2.2rem}.form-success h3{margin:0 0 .5rem}.form-success p{color:var(--text-dim);margin:0}.site-footer{border-top:1px solid var(--navy-800);color:var(--text-dim);padding:2.25rem 0 3rem;font-size:.9rem}.footer-logo{width:auto;height:100%;display:block}.site-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:2rem;display:flex}.site-footer .container>div{align-items:center;display:flex}.site-footer ul{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.site-footer .foot-note{color:var(--text-faint);max-width:26rem}@media (width<=48rem){.site-footer .container{flex-direction:column;gap:1.5rem}.site-footer .container>div{align-items:flex-start}.footer-logo{width:9rem;height:auto}}
