:root{font-family:system-ui,sans-serif;color:#32203d;background:#faf7f2;font-size:16px}*{box-sizing:border-box}body{margin:0;line-height:1.6}a{color:#543465;text-underline-offset:.2em}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #815e95;outline-offset:3px}.skip{position:absolute;top:-6rem}.skip:focus{top:1rem;background:white;z-index:3}header{border-bottom:1px solid #ded4df;background:#fff;padding:1rem max(1.5rem,calc((100vw - 1080px)/2));display:flex;gap:1rem;flex-wrap:wrap;align-items:center}header strong{letter-spacing:.12em}nav{display:flex;gap:1.1rem;flex-wrap:wrap}header form{margin-left:auto}main{max-width:1080px;margin:2.5rem auto;padding:0 1.5rem 4rem}h1{font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;letter-spacing:-.04em}h2{font-size:1.25rem;line-height:1.4}p{max-width:75ch}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem}.card{background:white;border:1px solid #ded4df;padding:1.4rem;border-radius:16px;margin:1rem 0;overflow-wrap:anywhere}.meta{color:#655b68;font-size:.9rem}.badge{display:inline-block;padding:.25rem .7rem;border-radius:30px;background:#ede6f1;font-size:.9rem;font-weight:600}.notice{border-left:4px solid #785281;background:#f0e9f3;padding:1rem 1.25rem;border-radius:0 12px 12px 0}label{display:block;margin:1rem 0;font-weight:600}input,textarea,select{font:inherit;display:block;width:100%;padding:.75rem;border:1px solid #9d8fa1;border-radius:8px;background:white;color:inherit}input[type=checkbox]{width:auto;display:inline;margin-right:.6rem}button,.button{font:inherit;display:inline-block;min-height:44px;padding:.7rem 1.1rem;background:#543465;color:white;border:1px solid #543465;border-radius:9px;cursor:pointer;text-decoration:none;font-weight:600}button.secondary{background:white;color:#543465}.actions{display:flex;gap:.6rem;flex-wrap:wrap}.error{color:#852c2c;border:1px solid #ce8e8e;background:#fff4f4;padding:1rem;border-radius:10px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;padding:1rem;background:#faf7f2;border-radius:10px}details{margin:1rem 0}summary{cursor:pointer;padding:.5rem 0;font-weight:600}.narrow{max-width:560px}dl{display:grid;grid-template-columns:minmax(100px,1fr) 2fr;gap:.5rem}dt{color:#655b68}dd{margin:0}small{font-size:.9rem}@media(max-width:600px){header form{margin-left:0}main{margin-top:1.5rem}nav{gap:.8rem}}