.auth-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.auth-container{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 20px 60px #0000004d}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.auth-logo img{width:100%;height:100%;object-fit:cover}.auth-logo span{font-size:32px}.auth-title{font-size:24px;font-weight:700;color:#333;margin:0 0 8px}.auth-subtitle{font-size:14px;color:#999;margin:0}.auth-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;font-size:15px;border:1px solid #e5e5e5;border-radius:8px;outline:none;transition:border-color .3s;box-sizing:border-box}.form-input:focus{border-color:#667eea}.form-input::placeholder{color:#ccc}.form-error{background:#fff2f0;color:#ff4d4f;padding:10px 12px;border-radius:6px;font-size:13px;margin-bottom:16px}.submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;font-size:14px;color:#666}.auth-footer p{margin:0}.switch-link{color:#667eea;font-weight:600;cursor:pointer;margin-left:4px}.switch-link:hover{text-decoration:underline}.back-btn{width:100%;margin-top:16px;padding:12px;background:#f5f5f5;color:#666;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s}.back-btn:hover{background:#eee}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-size:14px}#root{min-height:100vh;background-color:#f5f5f5}.app{height:100vh;display:flex;flex-direction:column}.app-content{flex:1;overflow-y:auto}} .page{min-height:100%;background-color:#f5f5f5}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px;text-align:center}.page-title{font-size:20px;font-weight:600}.tab-bar{position:fixed;bottom:0;left:0;right:0;display:flex;background:#fff;border-top:1px solid #eee;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:1000}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;color:#999;font-size:12px}.tab-item.active{color:#4a90e2}.tab-icon{font-size:22px}.tab-label{font-size:11px}.home-page{background:#f5f5f5}.home-nav{display:flex;align-items:center;padding:10px 12px;background:#fff;gap:10px}.home-nav .nav-logo{width:28px;height:28px;border-radius:6px}.home-nav .nav-title{flex:1;font-size:15px;font-weight:600;color:#333}.nav-actions{display:flex;gap:8px}.nav-btn{padding:5px 12px;border-radius:4px;font-size:12px;border:1px solid #ddd;background:#fff;color:#666;cursor:pointer}.nav-btn.primary{background:#4a90e2;color:#fff;border-color:#4a90e2}.home-category-tabs-wrapper{overflow-x:auto;background:#fff;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-category-tabs-wrapper::-webkit-scrollbar{display:none}.home-category-tabs{display:flex;background:#fff;padding:0 12px;white-space:nowrap}.home-category-tab{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;font-size:14px;color:#666;cursor:pointer;position:relative;flex-shrink:0}.home-category-tab.active{color:#333;font-weight:600}.home-category-tab.active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#4a90e2;border-radius:1px}.anchor-scroll-section{background:#fff;padding:12px 0;margin-bottom:8px}.anchor-scroll{display:flex;overflow-x:auto;padding:0 12px;gap:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.anchor-scroll::-webkit-scrollbar{display:none}.anchor-scroll-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:50px;cursor:pointer}.anchor-scroll-avatar{width:44px;height:44px;border-radius:50%;background:#f0f0f0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:20px}.anchor-scroll-avatar img{width:100%;height:100%;object-fit:cover}.anchor-scroll-name{font-size:11px;color:#333}.section{background:#fff;margin-bottom:8px;padding:12px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title{font-size:15px;font-weight:600;color:#333}.section-count{font-size:12px;color:#999}.match-list{display:flex;flex-direction:column;gap:10px}.match-card-home{background:#f8f8f8;border-radius:6px;padding:10px 12px;cursor:pointer}.match-card-row1{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.match-league-name{font-size:12px;color:#666}.match-status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;font-size:11px;background:#f0f0f0;color:#666}.match-card-teams{display:flex;align-items:center;justify-content:space-between}.match-card-teams .match-team{flex:1;display:flex;align-items:center;gap:6px}.match-card-teams .team-name{font-size:13px;color:#333;font-weight:500}.match-time-info{padding:0 12px;font-size:12px;color:#999}.match-card-anchors{display:flex;align-items:center;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid #eee}.anchor-mini-avatar{width:20px;height:20px;border-radius:50%;overflow:hidden}.anchor-mini-avatar img{width:100%;height:100%;object-fit:cover}.anchor-mini-name{font-size:11px;color:#666}.anchor-ranking-scroll{display:flex;overflow-x:auto;gap:16px;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.anchor-ranking-scroll::-webkit-scrollbar{display:none}.anchor-ranking-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:60px;cursor:pointer}.anchor-ranking-avatar{width:44px;height:44px;border-radius:50%;background:#f0f0f0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:20px}.anchor-ranking-avatar img{width:100%;height:100%;object-fit:cover}.anchor-ranking-name{font-size:12px;color:#333;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anchor-ranking-count{font-size:11px;color:#999}.anchor-stream-list{display:flex;flex-direction:column;gap:12px}.anchor-stream-item{display:flex;gap:12px;cursor:pointer}.anchor-stream-avatar{width:50px;height:50px;border-radius:8px;background:#f0f0f0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.anchor-stream-avatar img{width:100%;height:100%;object-fit:cover}.anchor-stream-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px}.anchor-stream-name{font-size:14px;color:#333;font-weight:500}.anchor-stream-fans{font-size:12px;color:#999}.anchor-stream-desc{font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-tab{background:#f5f5f5}.match-tab-nav{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff}.match-nav-logo{width:28px;height:28px;border-radius:6px}.match-nav-brand{font-size:16px;font-weight:600;color:#333}.match-type-tabs-wrapper{overflow-x:auto;background:#fff;-webkit-overflow-scrolling:touch;scrollbar-width:none}.match-type-tabs-wrapper::-webkit-scrollbar{display:none}.match-type-tabs{display:flex;background:#fff;padding:0 12px;border-bottom:1px solid #f0f0f0;white-space:nowrap}.match-type-tab{display:inline-flex;align-items:center;gap:4px;padding:12px 14px;font-size:14px;color:#666;cursor:pointer;position:relative;flex-shrink:0}.match-type-tab.active{color:#4a90e2;font-weight:600}.match-type-tab.active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#4a90e2;border-radius:1px}.match-status-filters{display:flex;background:#fff;padding:10px 12px;gap:10px}.match-status-filter{padding:6px 14px;font-size:13px;color:#666;background:#f5f5f5;border-radius:14px;cursor:pointer}.match-status-filter.active{background:#e6f0ff;color:#4a90e2}.match-tab-content{padding:10px 12px}.match-list-container{display:flex;flex-direction:column;gap:10px}.match-card-list{background:#fff;border-radius:8px;padding:12px}.match-row-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.match-competition-name{font-size:12px;color:#666}.match-status-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;font-size:11px;background:#f5f5f5;color:#666}.match-status-tag.live{background:#ff4757;color:#fff}.match-status-tag .status-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:blink 1s infinite}.match-minutes{font-weight:600;margin-left:2px}.match-row-middle{display:flex;align-items:center;justify-content:space-between}.match-team-home,.match-team-away{flex:1;display:flex;align-items:center;gap:6px}.match-team-away{flex-direction:row-reverse}.team-icon-small{width:32px;height:32px;border-radius:50%;background:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:14px;color:#999;flex-shrink:0}.team-icon-small img{width:100%;height:100%;object-fit:cover}.team-name-small{font-size:13px;color:#333;font-weight:500}.team-rank-small{font-size:10px;color:#999}.match-score-center{display:flex;flex-direction:column;align-items:center;padding:0 16px;min-width:80px}.match-score-display{display:flex;align-items:center;gap:6px;font-size:20px;font-weight:700;color:#333}.score-win{color:#ff4757}.score-sep{color:#999}.live-minute-badge{font-size:11px;color:#ff4757;margin-top:2px}.match-time-display{font-size:14px;color:#666;font-weight:500}.match-row-bottom{display:flex;align-items:center;gap:4px;margin-top:10px;padding-top:10px;border-top:1px solid #f5f5f5}.anchor-avatar-tiny{width:18px;height:18px;border-radius:50%;overflow:hidden}.anchor-avatar-tiny img{width:100%;height:100%;object-fit:cover}.anchor-name-tiny{font-size:11px;color:#666;margin-right:6px}.match-loading{display:flex;flex-direction:column;gap:10px}.match-card-skeleton{background:#fff;border-radius:8px;padding:12px}.match-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.match-empty .empty-icon{font-size:48px;margin-bottom:12px}.match-empty .empty-text{font-size:14px}.match-card-loading,.anchor-stream-loading{background:#fff;border-radius:8px;padding:12px;margin-bottom:10px}.empty-state{text-align:center;padding:40px 20px;color:#999}.category-tabs{background:#fff;padding:8px 0}.category-tab{padding:6px 16px;font-size:14px;color:#666;border-radius:16px;margin:0 4px}.category-tab.active{background:#4a90e2;color:#fff}.match-card{background:#fff;border-radius:8px;margin:8px 12px;padding:12px;box-shadow:0 2px 8px #0000000d}.match-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.match-status{padding:2px 8px;border-radius:4px;font-size:12px}.match-status.live{background:#ff4757;color:#fff}.match-status.not_started{background:#ffa502;color:#fff}.match-status.finished{background:#a4a4a4;color:#fff}.match-time{font-size:12px;color:#999}.match-teams{display:flex;align-items:center;justify-content:space-between}.match-team{display:flex;align-items:center;flex:1}.match-team.home{flex-direction:row}.match-team.away{flex-direction:row-reverse}.team-logo{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:20px;overflow:hidden}.team-logo img{width:100%;height:100%;object-fit:cover}.team-name{font-size:14px;color:#333;margin:0 8px}.match-score{display:flex;align-items:center;justify-content:center;min-width:80px}.score{font-size:24px;font-weight:700;color:#333;margin:0 8px}.room-card{background:#fff;border-radius:12px;margin:8px 12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.room-cover{position:relative;height:180px;background:linear-gradient(135deg,#667eea,#764ba2)}.room-cover img{width:100%;height:100%;object-fit:cover}.room-live-tag{position:absolute;top:8px;left:8px;background:#ff4757;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.room-info{padding:12px}.room-title{font-size:14px;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-anchor{display:flex;align-items:center}.anchor-avatar{width:32px;height:32px;border-radius:50%;background:#f0f0f0;margin-right:8px}.anchor-name{font-size:12px;color:#666}.video-container{position:relative;width:100%;aspect-ratio:16/9;background:#000}.video-container video{width:100%;height:100%;object-fit:contain}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 112px)}.chat-messages{flex:1;overflow-y:auto;padding:12px;background:#f5f5f5}.chat-message{margin-bottom:8px;font-size:14px;line-height:1.5}.chat-message .user-level{color:#ffa502;margin-right:4px}.chat-message .user-name{color:#4a90e2;margin-right:4px}.chat-message .content{color:#333}.chat-message.system{color:#999;font-size:12px;text-align:center}.chat-input{display:flex;padding:8px 12px;background:#fff;border-top:1px solid #eee}.chat-input input{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 16px;font-size:14px;outline:none}.chat-input button{margin-left:8px;background:#4a90e2;color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:14px}.user-profile{background:linear-gradient(135deg,#667eea,#764ba2);padding:24px 16px;color:#fff;text-align:center}.user-avatar{width:80px;height:80px;border-radius:50%;background:#fff3;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:36px}.user-name{font-size:18px;margin-bottom:4px}.user-id{font-size:12px;opacity:.8}.menu-list{background:#fff;margin-top:12px}.menu-item{display:flex;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer}.menu-item:last-child{border-bottom:none}.menu-icon{width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center}.menu-text{flex:1;font-size:14px}.menu-arrow{color:#ccc}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-icon{font-size:48px;margin-bottom:12px}.empty-text{font-size:14px}.loading{text-align:center;padding:40px 20px;color:#999}.safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.match-page{background:#f5f5f5}.match-nav{display:flex;align-items:center;padding:12px 16px;background:#fff;gap:8px}.nav-logo{font-size:20px}.nav-title{font-size:16px;font-weight:600;color:#333}.category-tabs-bar{display:flex;background:#fff;padding:0 16px;gap:16px;border-bottom:1px solid #f0f0f0}.category-tab-v2{padding:12px 0;font-size:15px;color:#666;cursor:pointer;position:relative}.category-tab-v2.active{color:#333;font-weight:600}.category-tab-v2.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#4a90e2;border-radius:1px}.status-filter-bar{display:flex;background:#fff;padding:8px 16px;gap:8px}.status-filter{padding:6px 12px;font-size:13px;color:#666;background:#f5f5f5;border-radius:14px;cursor:pointer}.status-filter.active{background:#e6f0ff;color:#4a90e2}.match-list{padding:12px}.match-card-v2{background:#fff;border-radius:8px;margin-bottom:12px;padding:12px;box-shadow:0 1px 4px #0000000d}.match-card-header-v2{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.match-league{display:flex;align-items:center;gap:6px}.league-logo{width:16px;height:16px;border-radius:50%;object-fit:cover}.league-name{font-size:12px;color:#666}.match-status-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;font-size:12px;background:#f5f5f5;color:#666}.match-status-badge.live{background:#ff4757;color:#fff}.live-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.live-minute{font-weight:600}.match-teams-v2{display:flex;align-items:center;justify-content:space-between}.match-team-info{display:flex;flex-direction:column;align-items:center;flex:1}.team-logo-wrapper{width:44px;height:44px;margin-bottom:6px}.team-logo-wrapper .team-logo{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f5f5f5}.team-logo-placeholder{width:44px;height:44px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:16px;color:#999}.team-rank{font-size:10px;color:#999;margin-top:2px}.match-score-section{display:flex;flex-direction:column;align-items:center;min-width:80px;padding:0 12px}.match-score{display:flex;align-items:center;gap:8px}.match-score .score{font-size:22px;font-weight:700;color:#333}.match-score .score.winner{color:#ff4757}.score-separator{font-size:18px;color:#999}.match-time{font-size:14px;color:#666;font-weight:500}.match-minute{font-size:11px;color:#ff4757;margin-top:2px}.match-anchors{display:flex;align-items:center;gap:4px;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.anchor-avatar-small{width:20px;height:20px;border-radius:50%;overflow:hidden}.anchor-avatar-small img{width:100%;height:100%;object-fit:cover}.anchor-name-small{font-size:11px;color:#666}.load-more{text-align:center;padding:16px;color:#999;font-size:14px}.loading-container{padding:12px}.match-card-skeleton{background:#fff;border-radius:8px;margin-bottom:12px;padding:12px}.live-detail-page{background:#f5f5f5;height:100vh;display:flex;flex-direction:column}.live-detail-page .video-section{position:relative;width:100%;aspect-ratio:16/9;background:#000}.live-detail-page .video-player{width:100%;height:100%;object-fit:contain}.video-overlay-top{position:absolute;top:8px;right:8px}.fullscreen-btn{background:#00000080;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px}.video-overlay-hint{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px}.promotion-banner{display:flex;align-items:center;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;padding:10px 16px;gap:8px;font-size:13px}.promotion-icon{font-size:16px}.promotion-text{flex:1}.promotion-close{font-size:18px;cursor:pointer;opacity:.8}.anchor-info-bar{display:flex;align-items:center;background:#fff;padding:12px 16px;gap:12px}.anchor-avatar-large{width:44px;height:44px;border-radius:50%;background:#f0f0f0;overflow:hidden;display:flex;align-items:center;justify-content:center}.anchor-avatar-large img{width:100%;height:100%;object-fit:cover}.anchor-details{flex:1;display:flex;flex-direction:column}.anchor-details .anchor-name{font-size:15px;font-weight:600;color:#333}.anchor-followers{font-size:12px;color:#999}.anchor-actions{display:flex;gap:8px}.action-btn{padding:6px 12px;border-radius:4px;font-size:12px;border:1px solid #ddd;background:#fff;color:#666;cursor:pointer}.action-btn.share{background:#f5f5f5}.action-btn.follow{background:#4a90e2;color:#fff;border-color:#4a90e2}.detail-tabs-bar{background:#fff;border-bottom:1px solid #f0f0f0}.tabs-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-scroll::-webkit-scrollbar{display:none}.detail-tab{padding:12px 14px;font-size:14px;color:#666;white-space:nowrap;cursor:pointer;position:relative}.detail-tab.active{color:#4a90e2;font-weight:600}.detail-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:#4a90e2;border-radius:1px}.detail-content{flex:1;overflow-y:auto;background:#f5f5f5}.chat-content{display:flex;flex-direction:column;height:100%}.connection-status{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:12px;color:#999;background:#fff}.status-dot{width:8px;height:8px;border-radius:50%;background:#ccc}.status-dot.connected{background:#52c41a}.live-detail-page .chat-messages{flex:1;overflow-y:auto;padding:12px;background:#f5f5f5}.live-detail-page .chat-message{margin-bottom:12px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.live-detail-page .message-sender{font-size:13px;color:#4a90e2;font-weight:500}.live-detail-page .message-content{color:#333;font-size:14px;word-break:break-all}.anchor-badge{background:#ff4757;color:#fff;padding:1px 6px;border-radius:3px;font-size:10px}.system-badge{background:#ffa502;color:#fff;padding:1px 6px;border-radius:3px;font-size:10px}.user-level{color:#ffa502;font-size:11px}.message-content{font-size:14px;color:#333;line-height:1.5;word-break:break-word}.chat-empty{text-align:center;padding:40px;color:#999;font-size:14px}.chat-input-area{display:flex;padding:12px;background:#fff;border-top:1px solid #f0f0f0;gap:8px}.live-detail-page .chat-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:10px 16px;font-size:14px;outline:none}.send-btn{background:#4a90e2;color:#fff;border:none;border-radius:20px;padding:10px 20px;font-size:14px}.tab-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#999}.placeholder-icon{font-size:40px;margin-bottom:12px}.placeholder-text{font-size:14px}.user-page{background:#f5f5f5;padding-bottom:80px}.user-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px 16px 24px}.user-profile{display:flex;align-items:center;gap:12px}.user-avatar-large{width:60px;height:60px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:28px}.user-avatar-large img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-info{display:flex;flex-direction:column;color:#fff}.user-info .user-name{font-size:18px;font-weight:600}.user-info .user-id{font-size:12px;opacity:.8}.login-section{display:flex;align-items:center;gap:12px;color:#fff;cursor:pointer}.login-avatar{width:60px;height:60px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:28px}.login-text{font-size:16px}.user-stats{display:flex;background:#fff;padding:16px;margin:-12px 12px 0;border-radius:8px;box-shadow:0 2px 8px #0000000d}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value{font-size:20px;font-weight:700;color:#333}.stat-label{font-size:12px;color:#999}.stat-divider{width:1px;background:#f0f0f0}.user-menu-section{margin:12px 12px 0}.section-title{font-size:13px;color:#999;padding:8px 0}.menu-section{background:#fff;border-radius:8px;overflow:hidden}.user-menu-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f5f5f5;cursor:pointer}.user-menu-item:last-child{border-bottom:none}.menu-item-left{display:flex;align-items:center;gap:10px}.menu-item-icon{font-size:18px}.menu-item-label{font-size:15px;color:#333}.menu-item-right{display:flex;align-items:center;gap:6px}.menu-item-value{font-size:14px;color:#999}.menu-item-arrow{font-size:18px;color:#ccc}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:#fff;border-top:1px solid #eee;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:100}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;color:#999;font-size:12px}.nav-item .nav-icon{font-size:20px}.nav-item.active{color:#4a90e2}.xgplayer-skin-undefined.xgplayer-inactive .xgplayer-start,.xgplayer-skin-undefined.xgplayer-inactive .xgplayer-start .xgplayer-icon-pause{display:inline-block!important;visibility:visible!important}.xgplayer-skin-undefined.xgplayer-inactive .xgplayer-controls,.xgplayer-skin-undefined.xgplayer-inactive .xgplayer-header{visibility:visible!important;display:flex!important}.xgplayer-start svg,.xgplayer-icon-play svg,.xgplayer-icon-pause svg{width:42px!important;height:42px!important}.xgplayer{position:relative!important;width:100%!important;height:100%!important;background:#000!important;overflow:hidden!important}.xgplayer .xgplayer{background:#000!important}.xgplayer video{object-fit:contain}.xgplayer .xgplayer-mini,.xgplayer .xgplayer-mini-layer,.xgplayer .xgplayer-tooltip,.xgplayer .xgplayer-overlay,.xgplayer .xgplayerxgMiniLayerTips,.xgplayer .xgplayerxg-mini-layer,.xgplayer [class*=drag],.xgplayer [class*=tip],.xgplayer xg-mini-layer,.xgplayer .xg-mini-layer,.xgplayer .xgplayer-progress,.xgplayer .xgplayer-time,.xgplayer .xgplayer-pip,.xgplayer .xgplayer-live,.xgplayer .xgplayer-placeholder,.xgplayer .xgplayer-error,.xgplayer .xgplayer-loading,.xgplayer .xgplayer-replay,.xgplayer .xgplayer-context-menu,.xgplayer .xgplayer-fullscreen,.xgplayer .xgplayer-icon-back,.xgplayer .xgplayer-icon-reload,.xgplayer .xgplayer-icon-pause,.xgplayer .xgplayer-icon-play,.xgplayer .xgplayer-start{display:none!important}.xgplayer .custom-controls{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;pointer-events:none!important;opacity:0!important;transition:opacity .3s ease}.xgplayer.controls-visible .custom-controls,.xgplayer-mobile.controls-visible .custom-controls{opacity:1!important;pointer-events:auto!important}.xgplayer .custom-controls:before{content:"";position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:80px!important;background:linear-gradient(transparent,#00000059)!important;pointer-events:none!important}.xgplayer .custom-controls:after{content:"";position:absolute!important;top:0!important;left:0!important;right:0!important;height:60px!important;background:linear-gradient(rgba(0,0,0,.35),transparent)!important;pointer-events:none!important}.xgplayer .ctrl-btn-back{position:absolute!important;top:8px!important;left:12px!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10!important}.xgplayer .ctrl-btn-back svg{width:24px!important;height:24px!important}.xgplayer .ctrl-btn-reload{position:absolute!important;top:8px!important;right:12px!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10!important}.xgplayer .ctrl-btn-reload svg{width:20px!important;height:20px!important}.xgplayer .ctrl-btn-volume{position:absolute!important;bottom:8px!important;left:16px!important;width:24px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10!important}.xgplayer .ctrl-btn-volume svg{width:24px!important;height:24px!important}.xgplayer .ctrl-btn-fullscreen{position:absolute!important;bottom:8px!important;right:20px!important;width:24px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10!important}.xgplayer .ctrl-btn-fullscreen svg{width:18px!important;height:18px!important}.xgplayer .ctrl-btn-play{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0000004d!important;border-radius:50%!important;cursor:pointer!important;z-index:10!important}.xgplayer .ctrl-btn-play svg{width:20px!important;height:20px!important}xg-trigger,.xgplayer-container xg-trigger{display:none!important}.xgplayer-controls{display:none!important}
