*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#fff5f7;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.nav{z-index:100;background:#fff;border-bottom:1px solid #f0d0dc;align-items:center;gap:4px;height:56px;padding:0 24px;display:flex;position:sticky;top:0;overflow-x:auto}.nav-brand{color:#c2185b;white-space:nowrap;margin-right:12px;font-size:20px;font-weight:900}.nav-link{color:#888;white-space:nowrap;border-radius:20px;padding:6px 14px;font-size:14px;font-weight:600;transition:background .15s,color .15s}.nav-link:hover{color:#c2185b;background:#fff5f7}.nav-link.active{color:#c2185b;background:#fae5e5}.nav-spacer{flex:1}.nav-logout{color:#888;white-space:nowrap;background:0 0;border:1.5px solid #f0d0dc;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600}.nav-logout:hover{color:#c2185b;border-color:#c2185b}.page{max-width:960px;margin:0 auto;padding:24px}.page-wide{max-width:1200px;margin:0 auto;padding:24px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.page-title{font-size:22px;font-weight:900}.page-sub{color:#888;margin-top:2px;font-size:13px}.badge{color:#fff;background:#c2185b;border-radius:14px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:13px;font-weight:800;display:inline-flex}.card{background:#fff;border:1px solid #f0d0dc;border-radius:16px;margin-bottom:16px;overflow:hidden}.card-body{padding:16px}.profile-row{align-items:flex-start;gap:14px;display:flex}.profile-avatar{object-fit:cover;background:#ede0d8;border-radius:10px;flex-shrink:0;width:64px;height:72px}.profile-avatar-placeholder{background:#ede0d8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:72px;font-size:28px;display:flex}.profile-info{flex:1;min-width:0}.profile-name{font-size:16px;font-weight:700}.profile-sub{color:#888;margin-top:3px;font-size:13px}.profile-meta{color:#aaa;margin-top:4px;font-size:12px}.actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.btn{text-align:center;border-radius:10px;flex:1;min-width:100px;padding:10px 20px;font-size:14px;font-weight:700;transition:opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:hover:not(:disabled){opacity:.85}.btn-approve{color:#fff;background:#27ae60}.btn-reject{color:#fff;background:#e74c3c}.btn-primary{color:#fff;background:#c2185b}.btn-outline{color:#c2185b;flex:unset;background:#fff;border:1.5px solid #c2185b}.photo-full{object-fit:cover;width:100%;max-height:360px;display:block}.photo-badge{color:#fff;border-radius:10px;margin-bottom:8px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.photo-badge-new{background:#1a5276}.photo-badge-update{background:#2c3e50}.status-chip{border-radius:12px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.status-ACTIVE{color:#1d8348;background:#d5f5e3}.status-PENDING_APPROVAL{color:#b7950b;background:#fef9e7}.status-REJECTED{color:#922b21;background:#fadbd8}.status-DRAFT{color:#1a5276;background:#ebf5fb}.status-INACTIVE{color:#7f8c8d;background:#f2f3f4}.status-PENDING_DELETION{color:#cb4335;background:#fdedec}.tab-bar{background:#fff;border:1.5px solid #f0d0dc;border-radius:12px;width:fit-content;margin-bottom:20px;display:flex;overflow:hidden}.tab{color:#888;background:0 0;border:none;padding:9px 22px;font-size:14px;font-weight:600;transition:background .15s,color .15s}.tab.active{color:#fff;background:#c2185b}.modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:28px 24px 20px}.modal-title{margin-bottom:16px;font-size:17px;font-weight:800}.modal textarea{resize:vertical;color:#1a1a2e;border:1.5px solid #f0d0dc;border-radius:10px;outline:none;width:100%;min-height:100px;padding:12px;font-size:14px}.modal textarea:focus{border-color:#c2185b}.modal-actions{gap:10px;margin-top:16px;display:flex}.modal-backdrop{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:28px 24px 24px;box-shadow:0 8px 32px #0000002e}.mono{font-family:Courier New,Courier,monospace}.form-group{flex-direction:column;display:flex}.empty{text-align:center;color:#aaa;padding:80px 20px}.empty-icon{margin-bottom:12px;font-size:56px}.empty-title{color:#1a1a2e;margin-bottom:6px;font-size:20px;font-weight:800}.spinner-wrap{justify-content:center;padding:80px;display:flex}.spinner{border:4px solid #f0d0dc;border-top-color:#c2185b;border-radius:50%;width:40px;height:40px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{text-align:center;background:#fff;border:1px solid #f0d0dc;border-radius:20px;width:100%;max-width:380px;padding:48px 36px}.login-logo{color:#c2185b;margin-bottom:6px;font-size:32px;font-weight:900}.login-sub{color:#888;margin-bottom:36px;font-size:14px}.login-btn{color:#fff;background:#c2185b;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:700}.login-btn:hover{opacity:.88}.grid-2{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.detail-row{gap:8px;margin-bottom:8px;display:flex}.detail-label{color:#888;flex-shrink:0;width:130px;font-size:12px;font-weight:700}.detail-value{font-size:14px}.load-more-wrap{justify-content:center;margin-top:8px;display:flex}.filter-bar{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:20px;display:flex}.filter-group{flex-direction:column;gap:4px;display:flex}.filter-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.filter-select{color:#1a1a2e;cursor:pointer;background:#fff;border:1.5px solid #f0d0dc;border-radius:10px;outline:none;padding:8px 12px;font-size:14px;font-weight:600}.filter-select:focus{border-color:#c2185b}.membership-list{flex-direction:column;gap:0;display:flex}.membership-card{margin-bottom:12px}.membership-row{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.membership-main{flex:1;min-width:200px}.membership-quotas{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:24px;display:flex}.membership-plan-chip{color:#fff;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:800;display:inline-block}.quota-item{flex-direction:column;gap:4px;min-width:110px;display:flex}.quota-label{color:#888;font-size:11px;font-weight:700}.quota-bar-wrap{align-items:center;gap:6px;display:flex}.quota-bar-track{background:#f0d0dc;border-radius:3px;flex:1;min-width:60px;height:6px;overflow:hidden}.quota-bar-fill{border-radius:3px;height:100%;transition:width .3s}.quota-bar-label{color:#555;white-space:nowrap;font-size:12px;font-weight:700}.membership-detail{grid-template-columns:1fr 1fr;gap:0 32px;display:grid}.detail-section-title{color:#c2185b;text-transform:uppercase;letter-spacing:.5px;grid-column:1/-1;margin-bottom:8px;font-size:11px;font-weight:800}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-bottom:32px;display:flex}.pagination-info{color:#888;font-size:14px;font-weight:600}@media (width<=600px){.nav{padding:0 12px}.nav-link{padding:6px 10px;font-size:12px}.page,.page-wide{padding:14px}.btn{padding:10px 12px;font-size:13px}.membership-quotas{gap:12px}.membership-detail{grid-template-columns:1fr}}
