:root{font-family:Inter,system-ui,sans-serif;color:#eef5f7;background:#071521;color-scheme:dark}
.notice{padding:12px 20px;background:#d4ed35;color:#071521;text-align:center;font-weight:700}.notice button{margin-left:12px}fieldset{border:1px solid #3a5360;border-radius:10px}fieldset label{display:inline-flex;align-items:center;gap:6px;margin-right:16px}fieldset input{width:auto}
*{box-sizing:border-box}body{margin:0}header{height:64px;padding:0 max(20px,calc((100% - 1000px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #29404c}header a{color:#d4ed35;text-decoration:none;font-weight:800}main{max-width:1000px;margin:36px auto;padding:0 20px}.card,.row{background:#102632;border:1px solid #29404c;border-radius:14px;padding:22px}.card{max-width:760px;margin:auto}h1,h2,p{margin-top:0}.title{display:flex;justify-content:space-between;gap:20px;align-items:center}.list{display:grid;gap:10px;margin:20px 0}.club-heading{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.club-heading h2{margin:0}.list>.club-heading:first-child{margin-top:0}.row{display:flex;align-items:center;justify-content:space-between;gap:15px}.row p{margin:4px 0;color:#a9bbc4}.status{color:#d4ed35}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;color:#b9c8ce;font-size:.9rem}.wide{grid-column:1/-1}input,select{width:100%;padding:11px;border:1px solid #3a5360;border-radius:8px;background:#071a25;color:white;font:inherit}button{border:0;border-radius:9px;padding:11px 17px;background:#d4ed35;color:#071521;font-weight:800;cursor:pointer}.secondary{background:#263e49;color:white}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.error{color:#ff8d8d;margin-top:12px}#result{margin-top:15px;color:#d4ed35}@media(max-width:620px){.grid{grid-template-columns:1fr}.wide{grid-column:auto}.title,.row,.club-heading{align-items:stretch;flex-direction:column}.row button{width:100%}}
