.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}.anchor-root{min-height:100vh;color:var(--text);display:flex}.anchor-main{flex:1;padding:32px 40px 60px;max-width:1000px;margin-left:260px}.anchor-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}.anchor-sidebar-logo{display:flex;align-items:center;gap:12px;padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.anchor-sidebar-logo-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#ff375f,#ff8a5b);color:#fff;display:grid;place-items:center;font-weight:800;font-size:18px}.anchor-sidebar-logo-text{display:flex;flex-direction:column}.anchor-sidebar-logo-text span{font-weight:700;font-size:16px}.anchor-sidebar-logo-text small{font-size:11px;color:var(--text-muted)}.anchor-sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.anchor-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}.anchor-sidebar-item:hover{background:#ffffff0f;color:var(--text)}.anchor-sidebar-item.active{background:#ff375f26;color:var(--live)}.anchor-sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.anchor-sidebar-label{flex:1;text-align:left;font-size:14px}.anchor-sidebar-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.08)}.anchor-sidebar-user{display:flex;align-items:center;gap:12px}.anchor-sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b)}.anchor-sidebar-info{display:flex;flex-direction:column}.anchor-sidebar-info span{font-size:14px;font-weight:500}.anchor-sidebar-info small{font-size:11px;color:var(--text-muted)}.anchor-header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;border-bottom:1px solid rgba(255,255,255,.08);background:#0000004d}.anchor-logo{display:flex;align-items:center;gap:12px}.anchor-logo-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#ff375f,#ff8a5b);color:#fff;display:grid;place-items:center;font-weight:800;font-size:14px}.anchor-logo-text h1{font-size:18px;font-weight:700}.anchor-logo-text p{font-size:12px;color:var(--text-muted)}.anchor-user{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff0f;border-radius:999px}.anchor-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b)}.pc-dashboard{max-width:1200px}.pc-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.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-anchor-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:16px;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-circle-metrics{display:flex;justify-content:space-around;margin:20px 0}.pc-circle-value{font-size:22px;font-weight:600}.pc-circle-actions{display:grid;gap:10px}.pc-withdraw{display:flex;justify-content:space-between;align-items:center;padding:22px;margin-bottom:16px}.pc-withdraw-amount{font-size:36px;font-weight:600}.pc-withdraw-actions{display:grid;justify-items:end;gap:8px}.pc-muted{color:var(--text-muted)}.pc-posts-card{margin-bottom:24px}.pc-posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pc-posts-list{display:grid;gap:12px}.pc-post-item{display:flex;gap:16px;align-items:center;padding:14px;background:#ffffff0a;border-radius:12px}.pc-post-type{font-size:24px}.pc-post-content{flex:1}.pc-post-text{margin-bottom:6px}.pc-post-meta{display:flex;gap:16px;font-size:12px;color:var(--text-muted)}.pc-post-actions{display:flex;gap:8px}.pc-post-edit,.pc-post-delete{border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);padding:6px 12px;border-radius:8px;font-size:12px;cursor:pointer}.pc-post-edit:hover{background:#ffffff14;color:#fff}.pc-post-delete:hover{border-color:#ff6b6b;color:#ff6b6b}.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-post-types{display:flex;gap:12px}.pc-post-type-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);border-radius:12px;cursor:pointer}.pc-post-type-btn.active{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.pc-post-type-btn span:first-child{font-size:24px}.pc-post-textarea,.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-post-textarea::placeholder,.pc-textarea::placeholder{color:var(--text-muted)}.pc-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;border:2px dashed rgba(255,255,255,.12);border-radius:16px;color:var(--text-muted);cursor:pointer}.pc-upload-area span{font-size:36px;margin-bottom:8px}.pc-upload-area.large{padding:48px}.pc-upload-area.large span{font-size:48px}.pc-input{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px;color:#fff;font-size:14px}.pc-input::placeholder{color:var(--text-muted)}.pc-form-row{display:flex;justify-content:space-between;align-items:center}.pc-select{background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px 12px;color:#fff}@media(max-width:1100px){.pc-dashboard-grid{grid-template-columns:repeat(2,1fr)}.pc-anchor-grid{grid-template-columns:1fr}}@media(max-width:768px){.anchor-main{padding:20px}.pc-dashboard-grid{grid-template-columns:1fr}}.pc-live-status{display:flex;align-items:center;gap:16px;background:#ff375f1a;border:1px solid rgba(255,55,95,.3);padding:12px 20px;border-radius:999px}.pc-live-timer{font-family:monospace;font-size:16px;font-weight:600}.pc-live-viewers,.pc-live-gifts{font-size:14px;color:var(--text-muted)}.pc-modal-lg{max-width:620px}.pc-form-group{display:grid;gap:10px}.pc-form-group label{font-size:14px;font-weight:500}.pc-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pc-category-btn{border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);padding:10px 16px;border-radius:10px;font-size:13px;cursor:pointer;transition:all .2s}.pc-category-btn:hover{background:#ffffff0f;color:#fff}.pc-category-btn.active{background:#ff375f26;border-color:var(--live);color:var(--live)}.pc-privacy-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pc-privacy-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);border-radius:14px;cursor:pointer;transition:all .2s}.pc-privacy-btn span:first-child{font-size:28px}.pc-privacy-btn span:nth-child(2){font-size:14px;font-weight:500;color:#fff}.pc-privacy-btn small{font-size:11px}.pc-privacy-btn:hover{background:#ffffff0f}.pc-privacy-btn.active{background:#ffd75a1a;border-color:var(--accent)}.pc-privacy-btn.active span:first-child{transform:scale(1.1)}.pc-price-options{display:flex;gap:10px}.pc-price-btn{flex:1;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text-muted);padding:10px;border-radius:10px;font-size:14px;cursor:pointer}.pc-price-btn.active{background:var(--accent);border-color:var(--accent);color:#111;font-weight:600}.pc-live-tips{background:#ffffff0a;border-radius:12px;padding:16px}.pc-live-tips h4{margin-bottom:12px;font-size:14px}.pc-live-tips ul{padding-left:20px;font-size:12px;color:var(--text-muted);line-height:1.8}.pc-page{max-width:1200px}.pc-page-header{margin-bottom:24px}.pc-page-header h1{margin-bottom:4px}.pc-gifts-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.pc-gift-stat{text-align:center;padding:8px}.pc-gift-stat-value{font-size:28px;font-weight:600;margin-bottom:4px}.pc-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pc-gift-list{display:grid;gap:12px}.pc-gift-item{display:flex;align-items:center;gap:16px;padding:14px;background:#ffffff0a;border-radius:12px}.pc-gift-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b)}.pc-gift-info{flex:1}.pc-gift-from{font-weight:500;margin-bottom:2px}.pc-gift-name{color:var(--accent);font-weight:500}.pc-gift-amount{font-size:18px;font-weight:600;color:var(--accent)}.pc-subscriber-list{display:grid;gap:12px}.pc-subscriber-item{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff0a;border-radius:12px}.pc-subscriber-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b)}.pc-subscriber-info{flex:1}.pc-subscriber-name{display:flex;align-items:center;gap:8px;font-weight:500;margin-bottom:4px}.pc-subscriber-expire,.pc-subscriber-spent{text-align:right;min-width:100px}.pc-subscriber-amount{font-weight:600;color:var(--accent)}.pc-search{max-width:240px}.pc-messages-page{display:grid;grid-template-columns:320px 1fr;gap:0;height:calc(100vh - 100px);max-height:700px;background:#16161cf2;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.pc-messages-sidebar{border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}.pc-messages-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.08)}.pc-messages-list{flex:1;overflow-y:auto}.pc-message-item{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.04);transition:background .2s}.pc-message-item:hover{background:#ffffff0a}.pc-message-item.active{background:#ff375f1a}.pc-message-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b);flex-shrink:0}.pc-message-info{flex:1;min-width:0}.pc-message-name{display:flex;align-items:center;gap:8px;font-weight:500;margin-bottom:4px}.pc-message-preview{font-size:13px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-message-time{font-size:11px;color:var(--text-muted);flex-shrink:0}.pc-chat-main{display:flex;flex-direction:column}.pc-chat-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.pc-chat-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b)}.pc-chat-name{font-weight:600}.pc-chat-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.pc-chat-bubble{max-width:70%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}.pc-chat-bubble.received{background:#ffffff14;align-self:flex-start;border-bottom-left-radius:4px}.pc-chat-bubble.sent{background:linear-gradient(135deg,#ff375f,#ff8a5b);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.pc-chat-input{display:flex;gap:12px;padding:16px 20px;border-top:1px solid rgba(255,255,255,.08)}.pc-chat-input .pc-input{flex:1}.pc-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.pc-chat-empty svg{width:48px;height:48px;opacity:.5}.pc-circle-toolbar{display:flex;gap:12px;margin-bottom:24px}.pc-video-list{display:grid;gap:12px}.pc-video-item{display:flex;align-items:center;gap:16px;padding:14px;background:#ffffff0a;border-radius:12px}.pc-video-thumb{width:120px;height:68px;border-radius:8px;background:linear-gradient(135deg,#333,#222);flex-shrink:0}.pc-video-info{flex:1}.pc-video-title{font-weight:500;margin-bottom:6px}.pc-video-meta{display:flex;gap:16px;font-size:12px;color:var(--text-muted)}.pc-withdraw-summary{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.pc-withdraw-balance{display:flex;flex-direction:column;align-items:center;padding:32px;text-align:center}.pc-withdraw-label{color:var(--text-muted);margin-bottom:8px}.pc-withdraw-big{font-size:48px;font-weight:600;margin-bottom:16px}.pc-withdraw-row{display:flex;gap:24px;margin-bottom:20px;font-size:13px}.pc-income-breakdown{display:grid;gap:12px;margin-top:16px}.pc-income-item{display:flex;justify-content:space-between;padding:12px;background:#ffffff0a;border-radius:8px}.pc-income-value{font-weight:600;color:var(--accent)}.pc-withdraw-list{display:grid;gap:12px}.pc-withdraw-item{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff0a;border-radius:12px}.pc-withdraw-item-info{flex:1}.pc-withdraw-item-amount{font-size:20px;font-weight:600;margin-bottom:4px}.pc-withdraw-item-time{text-align:right;font-size:13px}.pc-bank-card{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#ffffff0a;border-radius:12px;margin-top:16px}.pc-bank-info{display:flex;align-items:center;gap:16px}.pc-bank-icon{font-size:32px}.pc-bank-name{font-weight:500;margin-bottom:4px}.pc-cover-upload{display:grid;grid-template-columns:200px 1fr;gap:24px;margin-top:16px}.pc-cover-preview{width:200px;height:112px;border-radius:12px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.pc-cover-image{width:100%;height:100%;object-fit:cover}.pc-cover-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-muted)}.pc-cover-placeholder svg{width:32px;height:32px;opacity:.5}.pc-cover-placeholder p{font-size:12px}.pc-cover-actions{display:flex;flex-direction:column;gap:12px;justify-content:center}.pc-cover-upload-btn{cursor:pointer;display:inline-block}.pc-cover-upload-btn .btn{display:inline-flex;align-items:center;gap:8px}.pc-stream-settings{display:grid;gap:20px;margin-top:16px}.pc-stream-url{display:flex;gap:12px}.pc-stream-url .pc-input{flex:1}.pc-live-defaults{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.pc-obs-guide{margin-top:16px}.pc-obs-guide ol{padding-left:20px;margin-bottom:16px;line-height:2;color:var(--text-muted)}.pc-profile-section{display:grid;grid-template-columns:auto 1fr;gap:32px;margin-top:16px}.pc-profile-avatar{display:flex;flex-direction:column;align-items:center;gap:12px}.pc-avatar-large{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ff375f,#ff8a5b)}.pc-profile-form{display:grid;gap:16px}.pc-form-actions{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.pc-security-list,.pc-notify-list{display:grid;gap:12px;margin-top:16px}.pc-security-item,.pc-notify-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px}.pc-security-title,.pc-notify-title{font-weight:500;margin-bottom:4px}.pc-switch{position:relative;display:inline-block;width:48px;height:28px}.pc-switch input{opacity:0;width:0;height:0}.pc-switch-slider{position:absolute;cursor:pointer;inset:0;background:#fff3;border-radius:28px;transition:.3s}.pc-switch-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.pc-switch input:checked+.pc-switch-slider{background:var(--live)}.pc-switch input:checked+.pc-switch-slider:before{transform:translate(20px)}
