:root{font-family:Inter,ui-sans-serif,system-ui;color:#e9e7e3;background:#151617;line-height:1.5}*{box-sizing:border-box}body{margin:0}header,main{max-width:920px;margin:auto;padding:1.25rem}.brand{font-size:1.3rem;font-weight:800;color:#b9e7c8;text-decoration:none}h1{font-size:clamp(2rem,7vw,4.5rem);line-height:1.05}h2{margin-top:2rem}a{color:#9fdbb2}input,textarea,select,button{font:inherit;padding:.7rem;border-radius:.5rem;border:1px solid #555;background:#222;color:#fff}input,textarea{width:100%}label{display:block;margin:1rem 0}.button,button{background:#b9e7c8;color:#142019;border:0;font-weight:700;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.card,article,.notice{background:#202223;border:1px solid #353839;border-radius:.75rem;padding:1rem;margin:1rem 0}details{margin-top:1rem;border-top:1px solid #353839;padding-top:.75rem}summary{cursor:pointer;color:#b9e7c8}pre{white-space:pre-wrap;word-break:break-word;font:inherit}.meta,small,dt{color:#aaa}code{display:block;overflow-wrap:anywhere;background:#111;padding:1rem}.danger{background:#e4a7a7}nav{display:flex;gap:.75rem;flex-wrap:wrap}