@charset "UTF-8";*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f4f4f5;color:#18181b}.topbar{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.2rem;background:#18181b;color:#fafafa}.topbar h1{font-size:1.15rem;margin:0}.topbar h1 a{display:flex;align-items:center;gap:.5rem}.topbar .logo{height:34px;width:auto}.topbar nav{display:flex;gap:1rem;align-items:center}.topbar a{color:#fafafa;text-decoration:none;font-weight:600}.topbar .muted{color:#a1a1aa}main{max-width:640px;margin:1.5rem auto;padding:0 1rem}.card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card h2{margin-top:0}.card form{display:grid;gap:.75rem}.card label{display:grid;gap:.25rem;font-size:.9rem;font-weight:600}.card input,.card select{padding:.5rem .6rem;border:1px solid #d4d4d8;border-radius:6px;font:inherit}button{padding:.55rem 1.1rem;border:none;border-radius:6px;background:#dc2626;color:#fff;font-weight:700;cursor:pointer}button:disabled{opacity:.5;cursor:default}button.link{background:none;color:inherit;padding:0;font-weight:600;text-decoration:underline}.search-row{display:flex;gap:.5rem;margin-bottom:1rem}.search-row input{flex:1}.club-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid #e4e4e7}.row-actions{display:flex;gap:.5rem}.attestation-form{background:#fafafa;border:1px solid #e4e4e7;border-radius:8px;padding:1rem;display:grid;gap:.5rem;margin-bottom:.5rem}.attestation-form label{display:grid;gap:.25rem;font-size:.9rem;font-weight:600}.attestation-form input{padding:.4rem .5rem;border:1px solid #d4d4d8;border-radius:6px;font:inherit}.badge{margin-left:.5rem;font-size:.72rem;padding:.15rem .5rem;border-radius:999px;background:#fef3c7;color:#92400e}.badge.verified{background:#dcfce7;color:#166534}details.profile-section{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001a;margin-bottom:.75rem;padding:0}details.profile-section summary{padding:1rem 1.5rem;font-weight:700;cursor:pointer;list-style:none}details.profile-section summary::-webkit-details-marker{display:none}details.profile-section summary:before{content:"\25b8  "}details.profile-section[open] summary:before{content:"\25be  "}details.profile-section .section-body{padding:0 1.5rem 1.5rem;display:grid;gap:.75rem}details.profile-section label{display:grid;gap:.25rem;font-size:.9rem;font-weight:600}details.profile-section input,details.profile-section select{padding:.5rem .6rem;border:1px solid #d4d4d8;border-radius:6px;font:inherit}.repeatable-row{display:flex;gap:.5rem;align-items:end}.repeatable-row input{flex:1}.muted{color:#71717a;font-size:.9rem}.error{color:#dc2626}.info{color:#166534}.dev-note{color:#71717a;font-size:.85rem}footer{text-align:center;padding:2rem 0}
