.club-hero{
    max-width:900px;
    margin:0 auto;
}
.club-panel{
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
    box-shadow:0 18px 40px rgba(0,0,0,.22);
    backdrop-filter:blur(8px);
}
.club-form{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:center;
}
.club-input{
    flex:1 1 320px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    border-radius:12px;
    padding:12px 14px;
    outline:none;
}
.club-btn{
    border:0;
}
.club-note{
    font-size:.9rem;
    color:rgba(255,255,255,.66);
}
.club-empty{
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    background:rgba(255,255,255,.02);
}
.club-head{
    display:flex;
    gap:18px;
    align-items:center;
    flex-wrap:wrap;
}
.club-badge{
    width:92px;
    height:92px;
    object-fit:contain;
    border-radius:18px;
}
.club-tag{
    font-size:.95rem;
    color:rgba(255,255,255,.68);
}
.club-main-name{
    margin-bottom:4px;
}
.club-type{
    display:inline-block;
    margin-top:6px;
    padding:5px 10px;
    border-radius:999px;
    font-size:.74rem;
    font-weight:700;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.04);
    color:rgba(255,255,255,.86);
}
.club-stat-card{
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:rgba(255,255,255,.025);
    height:100%;
}
.club-stat-label{
    font-size:.78rem;
    color:rgba(255,255,255,.66);
    margin-bottom:6px;
}
.club-stat-value{
    font-size:1.2rem;
    font-weight:800;
    line-height:1.1;
}
.club-info-list{
    list-style:none;
    padding-left:0;
    margin:0;
}
.club-info-list li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.82);
}
.club-info-list li:last-child{
    border-bottom:0;
}
.club-info-label{
    color:rgba(255,255,255,.62);
    font-weight:600;
    margin-right:8px;
}
.member-table-wrap{
    overflow-x:auto;
}
.member-table{
    width:100%;
    border-collapse:collapse;
}
.member-table th,
.member-table td{
    padding:10px 12px;
    border-bottom:1px solid rgba(255,255,255,.08);
    text-align:left;
    white-space:nowrap;
}
.member-table th{
    font-size:.82rem;
    color:rgba(255,255,255,.62);
    font-weight:800;
}
.member-role{
    display:inline-flex;
    align-items:center;
    padding:4px 8px;
    border-radius:999px;
    font-size:.72rem;
    font-weight:700;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.04);
}
.member-icon{
    width:32px;
    height:32px;
    object-fit:contain;
    vertical-align:middle;
    margin-right:8px;
}
body:not(.light-mode) .club-input{
    background:#0f1117 !important;
    color:#e5e7eb !important;
    border-color:rgba(255,255,255,.12) !important;
}
body.light-mode .club-panel,
body.light-mode .club-empty,
body.light-mode .club-stat-card{
    background:#fff;
    border-color:#e5e7eb;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}
body.light-mode .club-input{
    background:#fff !important;
    color:#111827 !important;
    border-color:#d1d5db !important;
}
body.light-mode .club-note,
body.light-mode .club-tag,
body.light-mode .club-stat-label,
body.light-mode .club-info-label,
body.light-mode .member-table th{
    color:#6b7280;
}
body.light-mode .club-info-list li,
body.light-mode .member-table td{
    color:#111827;
    border-color:#e5e7eb;
}
body.light-mode .club-type,
body.light-mode .member-role{
    background:#f3f4f6;
    color:#111827;
    border-color:#d1d5db;
}
@media (max-width:575.98px){
    .club-btn{
        width:100%;
    }
}
