/* Scoped member surfaces; existing job review screens retain their layout. */
.club-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.club-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.club-card{border:1px solid #dce5d9;border-radius:18px;background:#fff;padding:22px;min-width:0}.club-card h3{margin:8px 0 12px}.club-card p{line-height:1.6}.club-card small{display:block;color:#576453}.club-card .club-number{display:block;font-size:36px;font-weight:800;color:#31543a;margin:12px 0}.club-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.club-actions button,.club-actions a{min-height:44px}.club-tabs{display:flex;gap:8px;overflow-x:auto;max-width:100%;padding:10px 0 16px}.club-tabs button{flex:0 0 auto;border:1px solid #d6dfd2;background:#fff;border-radius:30px;padding:12px 19px;min-height:46px}.club-tabs button[aria-current="page"]{background:#234532;color:#fff}.club-badge{display:inline-block;padding:5px 10px;background:#e9f1e5;border-radius:20px;font-size:12px;font-weight:750}.club-badge.vip{background:#f4e9cc;color:#654614}.club-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e9ede6}.club-row:last-child{border:0}.club-row strong,.club-row small{display:block}.club-row>div{min-width:0;overflow-wrap:anywhere}.club-note{padding:16px;background:#eef4e9;border-radius:12px;line-height:1.6;margin:16px 0}.club-error{background:#faece7;color:#873d2b}.club-view{margin:12px 0 30px}.club-view h2{font-size:27px}.club-empty{padding:32px 16px;text-align:center;color:#596853}.club-code{font-size:23px;letter-spacing:1px;overflow-wrap:anywhere;font-weight:750}.club-modal{width:min(650px,calc(100% - 24px));max-height:90dvh;border:0;border-radius:20px;padding:26px;color:#253828;box-shadow:0 20px 100px #14251950}.club-modal::backdrop{background:#14251988}.club-modal h2{margin-top:0}.club-form{display:grid;gap:15px}.club-form label{display:grid;gap:7px;font-weight:650}.club-form input,.club-form select,.club-form textarea,.club-search{box-sizing:border-box;width:100%;padding:12px;border:1px solid #bfcdb9;border-radius:9px;background:#fff;color:#273a28;font:inherit;min-height:46px}.club-form textarea{min-height:95px}.club-form .check{display:flex;gap:10px;align-items:flex-start;font-weight:400}.club-form .check input{width:20px;height:20px;min-height:20px}.club-form .fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.club-text{white-space:pre-wrap;overflow-wrap:anywhere}.club-chart{width:100%;height:180px;background:#f5f8f0;border-radius:12px}.club-chart polyline{fill:none;stroke:#376148;stroke-width:3;vector-effect:non-scaling-stroke}.club-chart circle{fill:#376148}.club-due{color:#864126}.club-vip-hero{background:linear-gradient(120deg,#254632,#415939);color:#fff;padding:28px;border-radius:20px;margin:20px 0}.club-vip-hero p{max-width:65ch;line-height:1.7}.club-vip-hero .club-badge{color:#624b1d}.club-live{min-height:24px;margin:8px 0}.club-record{margin:20px 0}.club-record summary{cursor:pointer;min-height:44px;padding:12px;font-weight:700}.club-print-only{display:none}#clubStaffApp{max-width:1150px;margin:auto;padding:24px}.club-staff-table{width:100%;border-collapse:collapse}.club-staff-table td,.club-staff-table th{text-align:left;padding:14px 10px;border-bottom:1px solid #dde4d8}.club-scroll{overflow-x:auto}.club-staff-link{position:fixed;right:18px;bottom:22px;z-index:120;background:#294d36;color:#fff;padding:12px 18px;border-radius:28px;box-shadow:0 4px 18px #0003;text-decoration:none;font:600 14px system-ui}.club-subtle{color:#596853}.club-profile-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.club-danger{color:#9d3524;border-color:#d3aaa0!important}button:disabled{cursor:wait;opacity:.65}.club-view button,.club-modal button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #a47a37;outline-offset:3px}
/* Pair foregrounds with every club surface in the account's dark theme. */
.club-card,.club-modal{background:#19261e;color:#fff4e4;border:1px solid #465549;color-scheme:dark}
.club-card :is(h2,h3,p,th,td,strong,summary),.club-modal :is(h2,h3,p,label){color:#fff4e4}
.club-card small,.club-card .club-subtle,.club-subtle,.club-empty{color:#c8d3c5}
.club-card .club-number{color:#b6e1bb}
.club-tabs button{background:#19261e;color:#fff4e4;border-color:#465549}
.club-tabs button[aria-current="page"]{background:#315e40;color:#fff}
.club-badge{background:#304b37;color:#e4f2df}
.club-note{background:#263b2b;color:#edf4e8}
.club-error{background:#482820;color:#ffd5c9}
.club-row,.club-staff-table td,.club-staff-table th{border-color:#465549}
.club-form input,.club-form select,.club-form textarea,.club-search{background:#101b14;color:#fff4e4;border-color:#637260;color-scheme:dark}
.club-form label{color:#fff4e4}
.club-form input::placeholder,.club-form textarea::placeholder,.club-search::placeholder{color:#b9c5b6;opacity:1}
.club-due{color:#ffc49a}
.club-danger{color:#ffb5a7}
.club-chart{background:#142219}
.club-chart polyline{stroke:#b6e1bb}
.club-chart circle{fill:#b6e1bb}
.club-card a:not(.primary):not(.secondary),.club-modal a:not(.primary):not(.secondary){color:#f4bb79}
@media(max-width:700px){.club-grid,.club-grid.two{grid-template-columns:1fr}.club-card{padding:18px}.club-profile-title{align-items:flex-start;flex-direction:column}.club-row{flex-wrap:wrap}.club-row .club-actions{margin-top:0}.club-form .fields{grid-template-columns:1fr}.club-modal{padding:20px}.club-vip-hero{padding:22px}.club-staff-link{bottom:90px;right:10px}.club-tabs{margin-right:-8px}.club-actions>*{flex:1 1 auto}#clubStaffApp{padding:14px}}
@media print{body *{visibility:hidden}#clubPrint,#clubPrint *{visibility:visible}#clubPrint{display:block!important;position:absolute;left:0;top:0;width:100%;color:#000;background:#fff;font:12pt sans-serif}#clubPrint h1{font-size:22pt}#clubPrint .club-row{break-inside:avoid}.club-print-only{display:block}}
