*,:after,:before{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#1a1a1a;background:#ffffff}main{max-width:640px;margin:4rem auto;padding:0 1rem}main.wide{max-width:960px}a{color:#174ea6}.filters,.grid,.nav{display:flex;gap:1rem;flex-wrap:wrap}.nav{justify-content:space-between}.grid>div,.stack,form,section{display:grid;grid-gap:.85rem;gap:.85rem}section{margin-top:2rem}label{display:grid;grid-gap:.35rem;gap:.35rem;font-weight:600}button,input,select,textarea{min-height:2.5rem;padding:.55rem;font:inherit}textarea{min-height:6rem}button{cursor:pointer}.cards{display:grid;grid-gap:.75rem;gap:.75rem;padding:0;list-style:none}.cards li{display:grid;grid-gap:.25rem;gap:.25rem;padding:1rem;border:1px solid #ddd;border-radius:.5rem}.details{display:grid;grid-template-columns:max-content 1fr;grid-gap:.5rem 1rem;gap:.5rem 1rem}.details dt{font-weight:700}.details dd{margin:0}.grid>div{flex:1 1 300px}.checkbox{display:flex;align-items:center}.checkbox input{min-height:auto}