:root{--color-page:#f6f7f9;--color-bg:#fff;--color-surface:#fff;--color-surface-raised:#f2f4f7;--color-border:#e4e7ec;--color-text:#101828;--color-text-muted:#667085;--color-primary:#152c8c;--color-primary-hover:#0d1d57;--color-primary-soft:#f3f8ff;--brand-navy:#152c8c;--brand-navy-dark:#0d1d57;--brand-blue:#213fc0;--brand-soft:#f3f8ff;--color-success:#16a34a;--color-danger:#dc2626;--radius:12px;--radius-sm:8px;--max-width:1120px;--shadow-sm:0 1px 2px #1018280d}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55;display:flex}main{flex:1}a{color:inherit;text-decoration:none}h1,h2,h3{letter-spacing:-.01em;line-height:1.25}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 1.25rem}.site-header{background:var(--brand-navy);color:#fff;z-index:30;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.9rem 1.25rem;display:flex}.brand{align-items:center;gap:.55rem;font-size:1.05rem;font-weight:700;display:flex}.brand-mark{width:30px;height:30px;color:var(--brand-navy);letter-spacing:-.02em;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:inline-flex}.header-search{flex:200px;align-items:center;max-width:380px;display:flex;position:relative}.header-search svg{fill:none;stroke:#ffffffbf;stroke-width:2px;stroke-linecap:round;pointer-events:none;width:17px;height:17px;position:absolute;left:.7rem}.header-search input{color:#fff;background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;width:100%;padding:.45rem .9rem .45rem 2.2rem;font-size:.88rem}.header-search input::placeholder{color:#ffffffa6}.header-search input:focus{outline-offset:-1px;background:#fff3;border-color:#ffffff8c;outline:2px solid #ffffff59}.header-search input::-webkit-search-cancel-button{filter:invert()opacity(.6)}.site-header nav{gap:1.25rem;font-size:.92rem;display:flex}.nav-link{color:#ffffffc7;border-radius:999px;padding:.35rem .9rem;font-weight:500}.nav-link:hover{color:#fff}.nav-link.active{color:#fff;background:#ffffff29}@media (width<=980px){.header-inner{flex-wrap:wrap;row-gap:.6rem}.header-search{flex-basis:100%;order:3;max-width:none}}@media (width<=720px){.header-inner{flex-wrap:wrap;gap:.6rem}.brand{white-space:nowrap;font-size:.98rem}.site-header nav{scrollbar-width:none;gap:.4rem;width:100%;overflow-x:auto}.site-header nav::-webkit-scrollbar{display:none}.nav-link{white-space:nowrap;padding:.3rem .75rem;font-size:.85rem}}.site-footer{background:var(--brand-navy-dark);color:#fff;margin-top:3rem}.footer-inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;gap:1.5rem;margin:0 auto;padding:2.25rem 1.25rem 1.25rem;display:flex}.footer-brand{margin:0 0 .35rem;font-weight:700}.footer-note{color:#ffffffb3;max-width:420px;margin:0;font-size:.88rem}.footer-about{flex:260px}.footer-col{color:#ffffffb3;flex-direction:column;gap:.4rem;font-size:.88rem;display:flex}.footer-col-title{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin:0 0 .15rem;font-size:.78rem;font-weight:700}.footer-col a:hover{color:#fff}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer-copy{max-width:var(--max-width);color:#ffffff8c;margin:0 auto;padding:0 1.25rem 1.75rem;font-size:.82rem}button{cursor:pointer;font-family:inherit}.btn{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{background:var(--color-bg);border-color:var(--color-border);color:var(--color-text)}.btn-secondary:hover{border-color:var(--color-text-muted)}.btn-block{width:100%}input,select,textarea{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-sm);width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.95rem}input::placeholder{color:#98a2b3}input:focus,select:focus,textarea:focus{outline:2px solid var(--color-primary);outline-offset:-1px;border-color:var(--color-primary)}label{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.85rem;display:block}.field{margin-bottom:1.1rem}.error-text{color:var(--color-danger);margin-top:.35rem;font-size:.82rem;display:none}.field.has-error input{border-color:var(--color-danger)}.field.has-error .error-text{display:block}
