.btn{border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:600;letter-spacing:.2px;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn:active{transform:translateY(1px)}.btn-md{padding:10px 20px;font-size:14px}.btn-lg{padding:12px 24px;font-size:15px}.btn-block{width:100%;justify-content:center}.btn-primary{background:var(--accent);color:#101010;box-shadow:0 12px 30px #ffd75a59}.btn-secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.12)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid rgba(255,255,255,.12)}.btn-icon{display:inline-flex}.badge{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.3px}.badge-muted{background:#ffffff14;color:var(--text-muted)}.badge-live{background:#ff375f;color:#fff}.badge-success{background:#30d1582e;color:#30d158}.badge-vip{background:#ffd75a2e;color:#ffd75a}.card{background:var(--surface);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 18px 40px #00000040}.card-sm{padding:12px}.card-md{padding:16px}.card-lg{padding:24px}.avatar{position:relative;border-radius:50%;background:linear-gradient(135deg,#fff3,#ffffff05);border:1px solid rgba(255,255,255,.2);overflow:hidden}.avatar-core{position:absolute;inset:6px;border-radius:50%;background:linear-gradient(160deg,#222,#555)}.avatar-dot{position:absolute;right:4px;bottom:4px;width:8px;height:8px;background:#30d158;border-radius:50%;box-shadow:0 0 0 2px #0b0b0f}.avatar-level{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);background:#ffd75ad9;color:#1a1a1a;font-size:9px;padding:2px 6px;border-radius:999px;font-weight:700}.progress{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#ffd75a,#ff8a5b)}.toast-host{position:fixed;top:120px;right:20px;display:grid;gap:10px;z-index:30}.toast{padding:12px 16px;border-radius:12px;font-size:13px;background:#0f0f12e6;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 24px #0000004d}.toast-error{color:#ff7b7b}.toast-success{color:#7bffb0}.toast-info{color:#9fc4ff}:root{--bg: #0b0b0f;--surface: rgba(22, 22, 28, .95);--text: #f2f2f5;--text-muted: #8e8e93;--accent: #ffd75a;--live: #ff375f}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh}.admin-root{min-height:100vh;color:var(--text);display:flex}.admin-main{flex:1;padding:32px 40px 60px;max-width:1200px;margin-left:260px}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:#121216fa;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;z-index:100}.admin-sidebar-logo{display:flex;align-items:center;gap:12px;padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar-logo-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#ffd75a,#ff8a5b);color:#111;display:grid;place-items:center;font-weight:800;font-size:18px}.admin-sidebar-logo-text{display:flex;flex-direction:column}.admin-sidebar-logo-text span{font-weight:700;font-size:16px}.admin-sidebar-logo-text small{font-size:11px;color:var(--text-muted)}.admin-sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.admin-sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;color:var(--text-muted);border-radius:10px;cursor:pointer;margin-bottom:4px;transition:all .2s}.admin-sidebar-item:hover{background:#ffffff0f;color:var(--text)}.admin-sidebar-item.active{background:#ffd75a26;color:var(--accent)}.admin-sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.admin-sidebar-label{flex:1;text-align:left;font-size:14px}.admin-sidebar-badge{background:var(--live);color:#fff;font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}.admin-sidebar-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.08)}.admin-sidebar-user{display:flex;align-items:center;gap:12px}.admin-sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#333,#666)}.admin-sidebar-info{display:flex;flex-direction:column}.admin-sidebar-info span{font-size:14px;font-weight:500}.admin-sidebar-info small{font-size:11px;color:var(--text-muted)}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;border-bottom:1px solid rgba(255,255,255,.08);background:#0000004d}.admin-logo{display:flex;align-items:center;gap:12px}.admin-logo-icon{width:44px;height:44px;border-radius:12px;background:#fff;color:#111;display:grid;place-items:center;font-weight:800;font-size:14px}.admin-logo-text h1{font-size:18px;font-weight:700}.admin-logo-text p{font-size:12px;color:var(--text-muted)}.admin-nav{display:flex;align-items:center;gap:8px}.admin-user{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff0f;border-radius:999px}.admin-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#333,#666)}.pc-dashboard{max-width:1200px}.pc-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.pc-dashboard-actions{display:flex;gap:12px}.pc-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.pc-stat-top{display:flex;justify-content:space-between;margin-bottom:12px}.pc-stat-icon{width:44px;height:44px;border-radius:12px;background:#ffffff14;display:grid;place-items:center;font-size:20px}.pc-stat-value{font-size:24px;font-weight:600}.pc-chart{padding:22px;margin-bottom:24px}.pc-chart-bars{display:flex;gap:12px;margin-top:16px;height:180px;align-items:flex-end}.pc-chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.pc-chart-col{width:100%;border-radius:6px;background:linear-gradient(180deg,#ffd75a,#ff8a5b)}.pc-admin-tabs{display:flex;gap:8px;margin-bottom:24px}.pc-admin-tab{display:flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);border-radius:999px;cursor:pointer}.pc-admin-tab.active{background:#fff;color:#111;border-color:#fff}.pc-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.pc-admin-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.pc-admin-row:last-child{border-bottom:none}.pc-admin-row.clickable{cursor:pointer}.pc-admin-row.clickable:hover{background:#ffffff0a;margin:0 -12px;padding:10px 12px;border-radius:8px}.pc-moderation-card{padding:0;overflow:hidden}.pc-mod-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.pc-mod-tabs{display:flex;gap:8px}.pc-mod-tab{padding:6px 14px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);border-radius:999px;font-size:12px;cursor:pointer}.pc-mod-tab.active{background:#ffffff1f;color:#fff}.pc-mod-list{padding:16px}.pc-mod-item{display:flex;gap:16px;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px;margin-bottom:12px}.pc-mod-item:last-child{margin-bottom:0}.pc-mod-info{flex:1}.pc-mod-title{font-weight:500;margin-bottom:4px}.pc-mod-meta{display:flex;gap:16px;font-size:12px}.pc-mod-actions{display:flex;gap:8px}.pc-empty{text-align:center;padding:48px;color:var(--text-muted)}.pc-config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.pc-config-list{display:grid;gap:8px;margin-bottom:16px}.pc-config-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.pc-config-row:last-child{border-bottom:none}.pc-config-input{width:80px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px 10px;color:#fff;text-align:right}.pc-switch{position:relative;display:inline-block;width:44px;height:24px}.pc-switch input{opacity:0;width:0;height:0}.pc-switch-slider{position:absolute;cursor:pointer;inset:0;background:#fff3;border-radius:999px;transition:.3s}.pc-switch-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.pc-switch input:checked+.pc-switch-slider{background:#4cd964}.pc-switch input:checked+.pc-switch-slider:before{transform:translate(20px)}.pc-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.pc-modal{background:#1a1a24;border:1px solid rgba(255,255,255,.1);border-radius:20px;width:90%;max-width:520px;max-height:90vh;overflow:auto}.pc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.pc-modal-header h3{margin:0}.pc-modal-close{border:none;background:transparent;color:var(--text-muted);font-size:18px;cursor:pointer}.pc-modal-body{padding:24px;display:grid;gap:16px}.pc-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid rgba(255,255,255,.08)}.pc-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.pc-detail-label{color:var(--text-muted)}.pc-preview-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;background:#ffffff0a;border-radius:12px;color:var(--text-muted)}.pc-preview-area span{font-size:36px;margin-bottom:8px}.pc-reject-section{margin-top:8px}.pc-reject-section label{display:block;margin-bottom:8px;color:var(--text-muted);font-size:13px}.pc-textarea{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;color:#fff;font-size:14px;resize:none}.pc-textarea::placeholder{color:var(--text-muted)}.pc-muted{color:var(--text-muted)}@media(max-width:1100px){.pc-dashboard-grid{grid-template-columns:repeat(2,1fr)}.pc-admin-grid,.pc-config-grid{grid-template-columns:1fr}}@media(max-width:768px){.admin-main{padding:20px}.pc-dashboard-grid{grid-template-columns:1fr}}.pc-liverooms{max-width:1200px}.pc-liverooms-header{margin-bottom:24px}.pc-liverooms-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pc-gift-stat{text-align:center;padding:8px}.pc-gift-stat-value{font-size:28px;font-weight:600;margin-bottom:4px}.pc-room-list{padding:16px}.pc-room-item{display:flex;gap:16px;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px;margin-bottom:12px}.pc-room-item:last-child{margin-bottom:0}.pc-room-status{display:flex;flex-direction:column;gap:4px;min-width:80px}.pc-room-info{flex:1}.pc-room-title{font-weight:500;margin-bottom:4px}.pc-room-meta{display:flex;gap:16px;font-size:12px;color:var(--text-muted)}.pc-room-stats{display:flex;gap:24px;text-align:right}.pc-room-stats>div{min-width:80px}.pc-room-actions{display:flex;gap:8px}.pc-gift-amount{color:var(--accent);font-weight:600}@media(max-width:1100px){.pc-liverooms-stats{grid-template-columns:repeat(2,1fr)}.pc-room-item{flex-wrap:wrap}.pc-room-stats{width:100%;justify-content:flex-end;margin-top:8px}}.pc-users{max-width:1200px}.pc-user-list{padding:16px}.pc-user-item{display:flex;gap:16px;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px;margin-bottom:12px}.pc-user-item:last-child{margin-bottom:0}.pc-user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#333,#666);flex-shrink:0}.pc-user-info{flex:1}.pc-user-name{display:flex;align-items:center;gap:8px;font-weight:500;margin-bottom:4px}.pc-user-meta{display:flex;gap:16px;font-size:12px;color:var(--text-muted);flex-wrap:wrap}.pc-user-actions{display:flex;gap:8px}.pc-finance{max-width:1200px}.pc-finance-list{padding:16px}.pc-finance-item{display:flex;gap:16px;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px;margin-bottom:12px}.pc-finance-item:last-child{margin-bottom:0}.pc-finance-type{min-width:60px}.pc-finance-info{flex:1}.pc-finance-amount{font-size:18px;font-weight:600;margin-bottom:4px}.pc-amount-in{color:#4cd964}.pc-amount-out{color:#ff375f}.pc-finance-meta{display:flex;gap:16px;font-size:12px;color:var(--text-muted)}.pc-finance-status{min-width:70px;text-align:center}.pc-finance-actions{display:flex;gap:8px}.pc-security{max-width:1200px}.pc-security-list{padding:16px}.pc-security-item{display:flex;gap:16px;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px;margin-bottom:12px;border-left:3px solid transparent}.pc-security-item.info{border-left-color:#4cd964}.pc-security-item.warning{border-left-color:#ffd75a}.pc-security-item.danger{border-left-color:#ff375f}.pc-security-item:last-child{margin-bottom:0}.pc-security-level{min-width:60px}.pc-security-info{flex:1}.pc-security-content{font-weight:500;margin-bottom:4px}.pc-security-meta{display:flex;gap:16px;font-size:12px;color:var(--text-muted)}.pc-security-type{min-width:60px;text-align:right}.pc-security-settings{margin-top:24px}.pc-danger{color:#ff375f}@media(max-width:768px){.pc-user-item,.pc-finance-item,.pc-security-item{flex-wrap:wrap}.pc-user-actions,.pc-finance-actions{width:100%;justify-content:flex-end;margin-top:8px}}
