:root{--navy:#07364f;--teal:#0b637a;--blue:#176b9b;--light:#edf3f7;--line:#c9d8e4;--text:#13283d;--muted:#51697d;--white:#fff;--danger:#a9362b;--gold:#f4c95d}
*{box-sizing:border-box}html{background:var(--light)}body{margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55;color:var(--text);background:var(--light)}a,button{font:inherit}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.site-header{background:linear-gradient(135deg,var(--navy),var(--teal));color:#fff;padding:42px 0}.header-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.site-header h1{font-size:clamp(2rem,5vw,3.3rem);line-height:1.05;margin:.2em 0}.site-header p{max-width:750px;margin:0;font-size:1.08rem}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:800;color:#bfe9f0}.eyebrow.dark{color:var(--teal)}.test-badge{background:var(--gold);color:#3b2e00;padding:8px 12px;border-radius:999px;font-weight:800;white-space:nowrap}main{padding:30px 0 48px}.notice,.privacy-note,.form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 5px 18px rgba(5,41,60,.06)}.notice{border-left:7px solid var(--gold);margin-bottom:34px}.notice h2,.privacy-note h2{margin-top:0}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:11px 15px;font-weight:800;text-decoration:none;cursor:pointer}.button.primary{background:var(--blue);color:#fff}.button.secondary{background:#e0f0f5;color:#07364f}.button.danger{background:#f7e3df;color:#74251e}.button:hover{filter:brightness(.96)}.button:focus-visible,.text-link:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f3ad28;outline-offset:3px}.status{min-height:1.5em;font-weight:700;color:var(--teal)}.section-heading{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:16px}.section-heading h2{font-size:2rem;margin:.15em 0}.section-heading p{max-width:440px;color:var(--muted)}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:16px}.module-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;display:flex;flex-direction:column;min-height:250px}.module-card>span{color:var(--teal);font-weight:800}.module-card h3{font-size:1.3rem;margin:.4em 0}.module-card p{color:var(--muted);flex:1}.module-card .button{align-self:flex-start}.privacy-note{margin-top:30px}.text-link{color:var(--blue);font-weight:800}.page-title{margin:0 0 24px}.breadcrumbs{margin-bottom:14px}.breadcrumbs a{color:var(--blue)}.instruction-list li{margin-bottom:10px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field{display:flex;flex-direction:column;gap:5px}.field.full{grid-column:1/-1}.field label{font-weight:800}.field small{color:var(--muted)}input,select,textarea{width:100%;border:1px solid #9eb4c4;border-radius:8px;padding:10px;background:#fff;color:var(--text)}textarea{min-height:110px;resize:vertical}.feedback-list{display:grid;gap:12px;margin-top:18px}.feedback-entry{background:#f7fafc;border:1px solid var(--line);border-radius:12px;padding:15px}.feedback-entry h3{margin:0 0 5px}.feedback-entry dl{display:grid;grid-template-columns:max-content 1fr;gap:3px 12px}.feedback-entry dt{font-weight:800}.feedback-entry dd{margin:0;white-space:pre-wrap}.empty{color:var(--muted);font-style:italic}footer{background:var(--navy);color:#d8eaf2;padding:22px 0}.code{font-family:Consolas,monospace;background:#e7eef3;padding:2px 5px;border-radius:4px}@media(max-width:700px){.header-inner,.section-heading{display:block}.test-badge{display:inline-block;margin-top:20px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.module-grid{grid-template-columns:1fr}.actions .button{width:100%}}
