.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;-webkit-tap-highlight-color:transparent}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;justify-content:center;gap:2px;cursor:pointer;color:#999;font-size:12px;height:50px}.tab-item.active{color:#4a90e2}.tab-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.tab-label{font-size:11px;line-height:1.2}.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;height:100vh;display:flex;flex-direction:column;overflow:hidden}.match-tab-nav{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;flex-shrink:0}.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;flex-shrink:0}.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;flex-shrink:0}.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{flex:1;overflow-y:auto;padding:10px 12px;position:relative;-webkit-overflow-scrolling:touch}.match-list-container{display:flex;flex-direction:column;gap:0}.match-date-group{margin-bottom:8px}.match-date-header{display:flex;align-items:center;justify-content:space-between;padding:10px 5px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10;background:#f5f5f5}.match-date-header .date-label{font-size:15px;font-weight:600;color:#333}.match-date-header .date-count{font-size:12px;color:#999}.match-date-matches{display:flex;flex-direction:column;gap:8px}.match-card-list{background:#fff;border-radius:8px;padding:14px}.match-row-middle{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.match-team-home,.match-team-away{flex:1;display:flex;align-items:center;gap:8px}.match-team-away{flex-direction:row-reverse}.team-icon-small{width:36px;height:36px;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:14px;color:#333;font-weight:500}.team-rank-small{font-size:10px;color:#999}.match-time-center{display:flex;flex-direction:column;align-items:center;padding:0 12px;min-width:60px}.match-time-display{font-size:15px;color:#666;font-weight:500}.match-row-bottom{display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid #f0f0f0}.match-competition-name{font-size:12px;color:#999}.anchor-name-tiny{font-size:12px;color:#4a90e2}.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}.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}.action-btn.following{background:#f5f5f5;color:#666;border-color:#ddd}.action-btn:disabled{opacity:.7;cursor:not-allowed}.page{background:#f5f5f5;min-height:100vh}.page-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;height:48px;background:#fff;border-bottom:1px solid #eee}.page-back{width:48px;height:48px;border:0;background:transparent;color:#333;font-size:30px;line-height:1;cursor:pointer;margin-left:-8px}.page-title{flex:1;margin-right:40px;text-align:center;font-size:16px;font-weight:600;color:#333}.follow-list{padding:12px}.follow-card{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:10px;background:#fff;border-radius:8px}.follow-main{flex:1;display:flex;align-items:center;gap:12px;min-width:0;border:0;background:transparent;padding:0;text-align:left}.follow-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#eef4fb;color:#4a90e2;display:flex;align-items:center;justify-content:center;font-weight:600}.follow-avatar img{width:100%;height:100%;object-fit:cover}.follow-info{min-width:0}.follow-name{font-size:15px;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follow-count{margin-top:4px;font-size:12px;color:#999}.follow-unfollow{flex-shrink:0;padding:6px 14px;border:1px solid #ddd;border-radius:16px;background:#f8f8f8;color:#666;font-size:12px}.follow-unfollow:disabled,.follow-load-more:disabled{opacity:.7}.follow-empty{padding:80px 20px;text-align:center;color:#999}.follow-primary,.follow-load-more{margin-top:16px;padding:10px 18px;border:0;border-radius:20px;background:#4a90e2;color:#fff;font-size:14px}.follow-load-more{width:100%;margin:10px 0 20px}.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%}.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-disconnected{text-align:center;padding:12px;margin-bottom:8px;background:#fff2f0;border:1px solid #ffccc7;border-radius:8px;color:#ff4d4f;font-size:13px}.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 video{object-fit:contain}xg-trigger,.xgplayer-container xg-trigger{display:none!important}.lottery-page{background:#f5f5f5;min-height:100%}.lottery-nav{display:flex;align-items:center;padding:10px 12px;background:#fff;gap:8px}.lottery-nav-logo{width:28px;height:28px;border-radius:6px}.lottery-nav-title{font-size:16px;font-weight:600;color:#333}.lottery-type-tabs-wrapper{overflow-x:auto;background:#fff;-webkit-overflow-scrolling:touch;scrollbar-width:none}.lottery-type-tabs-wrapper::-webkit-scrollbar{display:none}.lottery-type-tabs{display:flex;background:#fff;padding:0 12px;border-bottom:1px solid #f0f0f0;white-space:nowrap}.lottery-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}.lottery-type-tab.active{color:#4a90e2;font-weight:600}.lottery-type-tab.active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#4a90e2;border-radius:1px}.lottery-list{padding:10px 12px 80px}.lottery-card{background:#fff;border-radius:12px;margin-bottom:10px;padding:14px;cursor:pointer;box-shadow:0 1px 3px #0000000f}.lottery-card:active{background:#fafafa}.lottery-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lottery-card-title{display:flex;align-items:center;gap:10px}.lottery-card-icon{width:36px;height:36px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#ff6b35,#ff4757);display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.lottery-card-icon img{width:100%;height:100%;object-fit:cover}.lottery-card-info{display:flex;flex-direction:column}.lottery-card-name{font-size:15px;font-weight:700;color:#333}.lottery-card-period{font-size:12px;color:#999;margin-top:2px}.lottery-countdown{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.lottery-countdown-time{font-size:16px;font-weight:600;color:#333;font-family:Courier New,monospace}.lottery-countdown-time.opening{color:#ff4757;animation:pulse 1s infinite}.lottery-countdown-label{font-size:11px;color:#999;margin-top:2px}.lottery-card-codes{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.lottery-ball{width:28px;height:28px;border-radius:50%;background:linear-gradient(145deg,#ff8c00,#ff6b35);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 4px #ff6b354d}.lottery-ball.pk10{border-radius:4px;width:26px;height:26px;font-size:12px}.lottery-ball.pk10.pk10-ball-1{background:linear-gradient(135deg,gold,#ff8c00);color:#333}.lottery-ball.pk10.pk10-ball-2{background:linear-gradient(135deg,#00bfff,#1e90ff)}.lottery-ball.pk10.pk10-ball-3{background:linear-gradient(135deg,#00ff7f,#32cd32)}.lottery-ball.pk10.pk10-ball-4{background:linear-gradient(135deg,tomato,#ff4500)}.lottery-ball.pk10.pk10-ball-5{background:linear-gradient(135deg,#9370db,#8a2be2)}.lottery-ball.pk10.pk10-ball-6{background:linear-gradient(135deg,#87ceeb,#4682b4)}.lottery-ball.pk10.pk10-ball-7{background:linear-gradient(135deg,#ff69b4,#ff1493)}.lottery-ball.pk10.pk10-ball-8{background:linear-gradient(135deg,#ffa07a,coral)}.lottery-ball.pk10.pk10-ball-9{background:linear-gradient(135deg,plum,#ba55d3);color:#333}.lottery-ball.pk10.pk10-ball-10{background:linear-gradient(135deg,#ff4757,#c0392b)}.lottery-ball.ssc{background:linear-gradient(145deg,#70a1ff,#5352ed);box-shadow:0 2px 4px #5352ed4d}.lottery-ball.k3{background:linear-gradient(145deg,#7bed9f,#2ed573);box-shadow:0 2px 4px #2ed5734d}.lottery-ball.pc28{background:linear-gradient(145deg,#ffa502,#ff6348);box-shadow:0 2px 4px #ff63484d}.lottery-ball.11x5{background:linear-gradient(145deg,#a29bfe,#6c5ce7);box-shadow:0 2px 4px #6c5ce74d}.lottery-ball.lhc{border-radius:50%;color:#fff;font-weight:700;box-shadow:0 2px 4px #0003}.lottery-ball.lhc.red{background:linear-gradient(145deg,#e53935,#c62828)!important;box-shadow:0 2px 4px #e5393566}.lottery-ball.lhc.blue{background:linear-gradient(145deg,#1e88e5,#1565c0)!important;box-shadow:0 2px 4px #1e88e566}.lottery-ball.lhc.green{background:linear-gradient(145deg,#43a047,#2e7d32)!important;box-shadow:0 2px 4px #43a04766}.lottery-ball.lhc.special-ball{margin-left:8px;box-shadow:0 0 12px #ffc10799!important;border:2px solid #ffc107}.lottery-ball.opening{animation:lottery-open .5s ease-out}@keyframes lottery-open{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(10deg)}70%{transform:scale(.9) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}.lottery-card-footer{display:flex;align-items:center;gap:8px;font-size:12px}.lottery-info-tag{color:#666}.lottery-info-tag.sum{color:#ff4757;font-weight:500}.lottery-info-tag.dragon{color:#fff;background:#ff4757;padding:2px 8px;border-radius:4px}.lottery-info-tag.tiger{color:#333;background:#f0f0f0;padding:2px 8px;border-radius:4px}.lottery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.lottery-empty-icon{font-size:48px;margin-bottom:12px}.lottery-empty-text{font-size:14px}.lottery-detail-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;height:48px;background:#fff;border-bottom:1px solid #eee;padding:0 16px}.lottery-video-toggle{position:absolute;bottom:8px;right:8px;background:#00000080;color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;cursor:pointer;z-index:5}.lottery-video-iframe{width:100%;height:100%;border:none}.lottery-detail-page{background:#f5f5f5;min-height:100%}.lottery-detail-header{display:flex;align-items:center;height:44px;padding:0 12px;background:#fff;border-bottom:1px solid #eee}.lottery-detail-title{flex:1;text-align:center;font-size:16px;font-weight:600;color:#333;margin-right:32px}.lottery-video-section{background:#000;position:relative;width:100%;overflow:hidden}.lottery-video-section:after{content:"";display:block;padding-top:69.33%}.lottery-video-section-k3:after{padding-top:69.33%}.lottery-video-section-pk10:after{padding-top:67.18%}.lottery-video-section-ft:after{padding-top:65.22%}.lottery-video-section-ssc:after{padding-top:62.5%}.lottery-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.lottery-video-toggle{position:absolute;bottom:10px;right:10px;padding:6px 12px;background:#0009;color:#fff;border-radius:16px;font-size:12px}.lottery-current-section{background:#fff;padding:16px;margin-bottom:8px}.lottery-current-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lottery-current-issue{font-size:14px;color:#333}.lottery-current-issue span{color:#ff4757;font-weight:600}.lottery-count-info{font-size:12px;color:#999}.lottery-count-info .count-num{color:#ff4757;font-weight:600;margin:0 4px}.lottery-result-balls{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}.lottery-result-balls.pk10-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;padding:0}.lottery-no-result{padding:30px;color:#999;font-size:14px;text-align:center;width:100%}.lottery-result-ball{width:32px;height:32px;border-radius:50%;background:linear-gradient(145deg,#ff6b6b,#ff4757);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;box-shadow:0 2px 6px #ff47574d;position:relative}.lottery-result-ball.pk10{width:28px;height:28px;font-size:13px;border-radius:4px}.lottery-result-ball.pk10-ball-1{background:linear-gradient(135deg,gold,#ff8c00);color:#333}.lottery-result-ball.pk10-ball-2{background:linear-gradient(135deg,#00bfff,#1e90ff)}.lottery-result-ball.pk10-ball-3{background:linear-gradient(135deg,#00ff7f,#32cd32)}.lottery-result-ball.pk10-ball-4{background:linear-gradient(135deg,tomato,#ff4500)}.lottery-result-ball.pk10-ball-5{background:linear-gradient(135deg,#9370db,#8a2be2)}.lottery-result-ball.pk10-ball-6{background:linear-gradient(135deg,#87ceeb,#4682b4)}.lottery-result-ball.pk10-ball-7{background:linear-gradient(135deg,#ff69b4,#ff1493)}.lottery-result-ball.pk10-ball-8{background:linear-gradient(135deg,#ffa07a,coral)}.lottery-result-ball.pk10-ball-9{background:linear-gradient(135deg,plum,#ba55d3)}.lottery-result-ball.pk10-ball-10{background:linear-gradient(135deg,#ff4757,#c0392b)}.lottery-history-ball.pk10-ball-1{background:linear-gradient(135deg,gold,#ff8c00);color:#333}.lottery-history-ball.pk10-ball-2{background:linear-gradient(135deg,#00bfff,#1e90ff)}.lottery-history-ball.pk10-ball-3{background:linear-gradient(135deg,#00ff7f,#32cd32)}.lottery-history-ball.pk10-ball-4{background:linear-gradient(135deg,tomato,#ff4500)}.lottery-history-ball.pk10-ball-5{background:linear-gradient(135deg,#9370db,#8a2be2)}.lottery-history-ball.pk10-ball-6{background:linear-gradient(135deg,#87ceeb,#4682b4)}.lottery-history-ball.pk10-ball-7{background:linear-gradient(135deg,#ff69b4,#ff1493)}.lottery-history-ball.pk10-ball-8{background:linear-gradient(135deg,#ffa07a,coral)}.lottery-history-ball.pk10-ball-9{background:linear-gradient(135deg,plum,#ba55d3);color:#333}.lottery-history-ball.pk10-ball-10{background:linear-gradient(135deg,#ff4757,#c0392b)}.lottery-result-ball.ssc{background:linear-gradient(145deg,#667eea,#764ba2)}.lottery-result-ball.k3{background:linear-gradient(145deg,#2ed573,#7bed9f)}.lottery-result-ball.pc28{background:linear-gradient(145deg,#ffa502,#ff6348)}.lottery-result-ball.11x5{background:linear-gradient(145deg,#3742fa,#5352ed)}.lottery-result-ball-label{position:absolute;bottom:-18px;font-size:10px;color:#999;white-space:nowrap}.lottery-result-tags{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.result-tag{padding:4px 10px;font-size:12px;color:#666;background:#f5f5f5;border-radius:4px}.result-tag.sum{color:#ff4757;font-weight:500}.result-tag.dragon{color:#fff;background:#ff4757}.result-tag.tiger{color:#333;background:#e0e0e0}.result-tag.peace{color:#666;background:#f0f0f0}.lottery-result-stats{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;padding:8px 0;border-top:1px solid #f0f0f0}.lottery-stat-item{text-align:center}.lottery-stat-label{font-size:11px;color:#999;margin-bottom:2px}.lottery-stat-value{font-size:13px;color:#333;font-weight:500}.lottery-stat-value.long{color:#ff4757}.lottery-stat-value.tiger{color:#4a90e2}.lottery-stat-value.peace{color:#ffa502}.lottery-next-section{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.lottery-countdown-inline{display:flex;align-items:center;gap:8px}.lottery-countdown-inline .countdown-label{font-size:13px;color:#666;white-space:nowrap}.lottery-countdown-inline .countdown-value{font-size:14px;font-weight:600;color:#333;font-family:Courier New,monospace;min-width:45px;text-align:right}.lottery-countdown-inline .countdown-value.opening{color:#ff4757;animation:pulse 1s ease-in-out infinite}.lottery-countdown-inline .countdown-value.resting{color:#999}.countdown-track{flex:1;height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.countdown-progress{height:100%;background:linear-gradient(90deg,#ff4757,#ff6b81);border-radius:2px;transition:width .3s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.lottery-history-header{background:#fff;padding:12px 16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.history-title{font-size:14px;font-weight:600;color:#333}.history-date-filter{display:flex;gap:8px}.date-filter-btn{padding:4px 12px;border:1px solid #ddd;border-radius:16px;background:#fff;color:#666;font-size:12px;cursor:pointer;transition:all .2s}.date-filter-btn.active{background:#ff6b35;border-color:#ff6b35;color:#fff}.lottery-history-list{background:#fff;padding:0 12px 80px}.lottery-no-data{text-align:center;padding:30px;color:#999;font-size:14px}.history-table-header{display:flex;padding:10px 8px;border-bottom:1px solid #f0f0f0;font-size:12px;color:#999;background:#fafafa}.lottery-history-item{display:flex;padding:12px 8px;border-bottom:1px solid #f5f5f5;align-items:center}.lottery-history-item:last-child{border-bottom:none}.col-time{width:70px;font-size:12px;color:#666}.col-issue{width:110px;font-size:12px;color:#333}.col-codes{flex:1;display:flex;gap:4px;flex-wrap:wrap}.lottery-history-ball{width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500}.lottery-history-ball.pk10{border-radius:4px;width:22px;height:22px;font-size:11px}.lottery-history-ball.ssc{background:linear-gradient(145deg,#667eea,#764ba2)}.lottery-history-ball.k3{background:linear-gradient(145deg,#2ed573,#7bed9f)}.lottery-history-ball.pc28{background:linear-gradient(145deg,#ffa502,#ff6348)}.lottery-history-ball.11x5{background:linear-gradient(145deg,#3742fa,#5352ed)}.lottery-history-time{font-size:11px;color:#999;margin-top:4px}.lottery-no-data{text-align:center;padding:40px 20px;color:#999;font-size:14px}.lottery-loading{display:flex;flex-direction:column;gap:10px;padding:12px}.lottery-card-skeleton{background:#fff;border-radius:8px;padding:14px}.skeleton-line{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.home-v2-page{background:#f5f5f5;min-height:100vh;padding-bottom:60px}.home-v2-nav{display:flex;align-items:center;padding:10px 12px;background:#fff;gap:10px;position:sticky;top:0;z-index:100}.nav-v2-logo{width:32px;height:32px;border-radius:6px}.nav-v2-brand{display:flex;flex-direction:column;gap:0}.nav-v2-title-black{font-size:15px;font-weight:700;color:#333;line-height:1.2}.nav-v2-title-red{font-size:12px;font-weight:500;color:#e74c3c;line-height:1.2}.nav-v2-actions{flex:1;display:flex;justify-content:flex-end;align-items:center}.nav-v2-login-btn{padding:6px 14px;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:16px;font-size:12px;font-weight:500}.nav-v2-loading{font-size:12px;color:#999}.nav-v2-user{cursor:pointer}.nav-v2-user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.nav-v2-user-icon{font-size:24px}.home-v2-tabs{display:flex;background:#fff;border-bottom:1px solid #f0f0f0;padding:0 16px}.home-v2-tab{flex:1;text-align:center;padding:12px 0;font-size:15px;color:#999;cursor:pointer;position:relative;transition:color .2s}.home-v2-tab.active{color:#e74c3c;font-weight:600}.home-v2-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:24px;height:3px;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:2px}.home-v2-content{padding-bottom:70px}.home-v2-section{padding:12px}.home-marquee-ad{width:calc(100% - 24px);margin:8px 12px 0;padding:10px 0;background:#fff;border-radius:6px;display:flex;align-items:center;gap:8px}.home-marquee-icon{flex-shrink:0;display:flex;align-items:center;gap:4px;padding-left:12px}.home-marquee-icon .icon{font-size:14px}.home-marquee-label{color:#e53935;font-size:13px;font-weight:600}.home-marquee-wrapper{flex:1;overflow:hidden;position:relative}.home-marquee-content{display:inline-block;white-space:nowrap;font-size:13px;color:#333;animation:home-marquee-scroll 12s linear infinite}.home-marquee-content[aria-hidden=true]{position:absolute;left:100%;top:0}.home-marquee-link{color:#e53935;text-decoration:none;font-weight:500}@keyframes home-marquee-scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.home-v2-swiper{width:calc(100% - 24px);aspect-ratio:358 / 185;border-radius:10px;overflow:hidden;position:relative;background:#f0f0f0;margin:0 12px;touch-action:pan-y;user-select:none;-webkit-user-select:none}.home-v2-swiper-track{display:flex;width:100%;height:100%;transition:transform .3s ease;will-change:transform}.home-v2-swiper-slide{min-width:100%;height:100%;position:relative;cursor:pointer}.home-v2-swiper-dots{position:absolute;bottom:8px;right:12px;display:flex;gap:4px}.home-v2-swiper-dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;cursor:pointer}.home-v2-swiper-dot.active{background:#fff;width:16px;border-radius:3px}.featured-match-card{min-width:100%;height:100%;position:relative;cursor:pointer;border-radius:12px;overflow:hidden}.featured-match-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.featured-match-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0006,#0009)}.featured-match-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;padding:12px;color:#fff}.featured-match-status{position:absolute;top:12px;left:12px;font-size:11px;padding:4px 10px;border-radius:12px;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.featured-match-status.live{background:#ff4757;animation:pulse-status 1.5s infinite}.featured-match-status.replay{background:#5b8dee}@keyframes pulse-status{0%,to{opacity:1}50%{opacity:.7}}.featured-match-center{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.featured-match-teams{display:flex;align-items:center;gap:12px}.featured-team-name{font-size:22px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.featured-vs{font-size:14px;color:#fffc;font-weight:500}.featured-match-intro{font-size:13px;color:#ffffffd9}.featured-match-time{font-size:12px;color:#ffffffb3}.featured-match-viewers{position:absolute;bottom:12px;left:12px;font-size:12px;color:#ffffffe6}.home-v2-hot-section{background:#fff;margin:8px 12px;border-radius:10px;padding:12px}.home-v2-hot-list{display:flex;flex-direction:column;gap:12px}.home-v2-hot-item{display:flex;gap:12px;cursor:pointer}.home-v2-hot-cover{width:80px;height:60px;border-radius:6px;overflow:hidden;position:relative;background:#f5f5f5;flex-shrink:0}.home-v2-hot-cover img{width:100%;height:100%;object-fit:cover}.home-v2-hot-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px}.home-v2-hot-badge{position:absolute;top:4px;left:4px;padding:2px 6px;background:#0009;color:#fff;font-size:10px;border-radius:3px;display:flex;align-items:center;gap:3px}.home-v2-hot-badge.live{background:#e74c3c}.home-v2-hot-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.home-v2-hot-title{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-v2-hot-desc{font-size:12px;color:#999}.home-v2-match-header{display:flex;align-items:center;padding:10px 0;margin:8px 12px 0}.home-v2-section-title{font-size:15px;font-weight:600;color:#333;display:flex;align-items:center;gap:6px}.home-v2-official-tag{font-size:10px;font-weight:500;color:#fff;background:#ff4757;padding:2px 6px;border-radius:10px;margin-left:4px}.home-v2-section-count{font-size:12px;color:#666;margin-left:8px}.home-v2-section-more{font-size:12px;color:#1890ff;margin-left:auto;cursor:pointer}.home-v2-match-scroll{margin:0 12px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-v2-match-scroll::-webkit-scrollbar{display:none}.home-v2-match-list{display:flex;flex-direction:row;gap:10px}.home-v2-match-card{flex-shrink:0;width:calc(100vw - 24px);padding:12px 14px;border-radius:10px;background:#fff}.home-v2-match-card:active{background:#f8f9fa}.home-v2-match-row1{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;position:relative;height:20px}.home-v2-match-league{font-size:12px;color:#666;position:absolute;left:0}.home-v2-match-status{font-size:12px;color:#999;position:absolute;right:0}.home-v2-match-status.live{color:#ff4757}.home-v2-match-time-row1{font-size:12px;color:#999;position:absolute;left:50%;transform:translate(-50%)}.home-v2-match-row2{display:flex;align-items:center;justify-content:space-between}.home-v2-match-team{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:70px}.home-v2-match-team-icon{width:36px;height:36px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.home-v2-match-team-icon img{width:100%;height:100%;object-fit:cover}.home-v2-match-team-name{font-size:13px;color:#333;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-v2-match-score{font-size:24px;font-weight:600;color:#333;padding:0 10px}.home-v2-match-row3{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.home-v2-match-anchor{font-size:12px;color:#ff6b00}.home-v2-match-status{display:flex;align-items:center;gap:3px;padding:2px 8px;background:#f5f5f5;color:#666;font-size:11px;border-radius:4px}.home-v2-match-status.live{background:#ff4d4f;color:#fff}.home-v2-lottery-header{display:flex;align-items:center;justify-content:space-between;padding:10px 0;margin:8px 12px 0}.home-v2-lottery-scroll{margin:0 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-v2-lottery-list{display:flex;flex-direction:row;gap:10px}.home-v2-lottery-card{flex-shrink:0;width:calc(100vw - 24px);background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 8px #0000000f}.home-v2-lottery-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.home-v2-lottery-info{display:flex;align-items:center;gap:10px}.home-v2-lottery-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#ff6b6b,#ff4757);display:flex;align-items:center;justify-content:center;font-size:18px}.home-v2-lottery-name-wrap{display:flex;flex-direction:column}.home-v2-lottery-name{font-size:16px;font-weight:700;color:#ff4757}.home-v2-lottery-period{font-size:12px;color:#999;margin-top:2px}.home-v2-lottery-status{font-size:11px;color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff4757);padding:4px 10px;border-radius:12px;font-weight:500}.home-v2-lottery-codes{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.home-v2-lottery-ball{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.home-v2-lottery-ball.pk10{border-radius:4px;width:26px;height:26px;font-size:11px}.home-v2-lottery-ball.pk10.pk10-ball-1{background:linear-gradient(135deg,gold,#ff8c00);color:#333}.home-v2-lottery-ball.pk10.pk10-ball-2{background:linear-gradient(135deg,#00bfff,#1e90ff)}.home-v2-lottery-ball.pk10.pk10-ball-3{background:linear-gradient(135deg,#00ff7f,#32cd32)}.home-v2-lottery-ball.pk10.pk10-ball-4{background:linear-gradient(135deg,tomato,#ff4500)}.home-v2-lottery-ball.pk10.pk10-ball-5{background:linear-gradient(135deg,#9370db,#8a2be2)}.home-v2-lottery-ball.pk10.pk10-ball-6{background:linear-gradient(135deg,#87ceeb,#4682b4)}.home-v2-lottery-ball.pk10.pk10-ball-7{background:linear-gradient(135deg,#ff69b4,#ff1493)}.home-v2-lottery-ball.pk10.pk10-ball-8{background:linear-gradient(135deg,#ffa07a,coral)}.home-v2-lottery-ball.pk10.pk10-ball-9{background:linear-gradient(135deg,plum,#ba55d3);color:#333}.home-v2-lottery-ball.pk10.pk10-ball-10{background:linear-gradient(135deg,#ff4757,#c0392b)}.home-v2-lottery-ball.k3{background:linear-gradient(145deg,#2ed573,#7bed9f)}.home-v2-lottery-ball.pc28{background:linear-gradient(145deg,#ffa502,#ff6348)}.home-v2-lottery-ball.11x5{background:linear-gradient(145deg,#3742fa,#5352ed)}.home-v2-lottery-ball.lhc{border-radius:50%;color:#fff;font-weight:700}.home-v2-lottery-ball.lhc.red{background:linear-gradient(145deg,#e53935,#c62828)!important}.home-v2-lottery-ball.lhc.blue{background:linear-gradient(145deg,#1e88e5,#1565c0)!important}.home-v2-lottery-ball.lhc.green{background:linear-gradient(145deg,#43a047,#2e7d32)!important}.home-v2-lottery-ball.lhc.special-ball{margin-left:8px;box-shadow:0 0 10px #ffd70099!important;border:2px solid #ffc107}.home-v2-lottery-ball.ssq{border-radius:50%;color:#fff;font-weight:700}.home-v2-lottery-ball.ssq.red{background:linear-gradient(145deg,#e53935,#c62828)!important}.home-v2-lottery-ball.ssq.blue{background:linear-gradient(145deg,#1e88e5,#1565c0)!important}.home-v2-lottery-ball.ssq.special-ball{margin-left:8px;box-shadow:0 0 10px #1e88e599!important;border:2px solid #1e88e5}.home-v2-lottery-countdown{font-size:12px;color:#666;padding-top:10px;border-top:1px solid #f0f0f0}.home-v2-match-card-anchor{display:flex;align-items:center;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #eee}.home-v2-match-anchor-avatar{width:20px;height:20px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:10px;overflow:hidden}.home-v2-match-anchor-avatar img{width:100%;height:100%;object-fit:cover}.home-v2-match-anchor-name{font-size:11px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-v2-lottery-section{background:#fff;margin:8px 12px;border-radius:10px;padding:12px}.home-v2-lottery-scroll{display:flex;gap:10px;overflow-x:auto;padding:4px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-v2-lottery-scroll::-webkit-scrollbar{display:none}.home-v2-lottery-loading{width:100%;padding:30px;text-align:center;color:#999}.home-v2-lottery-card:active{transform:scale(.98)}.home-v2-lottery-card-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.home-v2-lottery-card-icon span{font-size:18px}.home-v2-lottery-card-info{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.home-v2-lottery-card-name{font-size:13px;font-weight:600;color:#333}.home-v2-lottery-card-issue{font-size:10px;color:#999}.home-v2-lottery-card-balls{display:flex;gap:3px;flex-wrap:wrap}.home-v2-lottery-ball{width:20px;height:20px;border-radius:50%;background:linear-gradient(145deg,#e74c3c,#c0392b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.home-v2-lottery-ball.pk10{background:linear-gradient(145deg,#f39c12,#e67e22)}.home-v2-lottery-ball.ssc{background:linear-gradient(145deg,#667eea,#764ba2)}.home-v2-lottery-ball.k3{background:linear-gradient(145deg,#2ecc71,#27ae60)}.home-v2-lottery-ball.pc28{background:linear-gradient(145deg,#f39c12,#e74c3c)}.home-v2-lottery-ball.11x5{background:linear-gradient(145deg,#3498db,#2980b9)}.home-v2-lottery-no-data{font-size:10px;color:#999}.home-v2-empty{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#999;font-size:14px}.live-dot{width:5px;height:5px;border-radius:50%;background:#fff;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.lhc-ball.red{background:linear-gradient(145deg,#e53935,#c62828)}.lhc-ball.blue{background:linear-gradient(145deg,#1e88e5,#1565c0)}.lhc-ball.green{background:linear-gradient(145deg,#43a047,#2e7d32)}.lhc-ball{border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;box-shadow:0 2px 6px #0003}.lhc-ball.special{margin-left:12px}.lhc-balls{display:flex;align-items:center;flex-wrap:wrap}.lhc-history-card{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px}.lhc-history-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.lhc-history-card-issue{font-size:12px;color:#666}.lhc-history-card-time{font-size:10px;color:#999}.lhc-trend-row{display:flex;flex-wrap:wrap;gap:4px;padding:4px 0}.lhc-trend-cell{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.lhc-statistics{display:flex;justify-content:space-around;padding:12px 0}.lhc-stat-item{text-align:center}.lhc-stat-label{font-size:12px;color:#666;margin-bottom:4px}.lhc-stat-value{font-size:18px;font-weight:700}.lhc-stat-value.red{color:#e53935}.lhc-stat-value.blue{color:#1e88e5}.lhc-stat-value.green{color:#43a047}.lottery-video-section-lhc{background:linear-gradient(135deg,#1a1a2e,#16213e)}.lottery-video-section-lhc:after{content:"";display:block;padding-top:64%}.lottery-card-codes .special-ball,.lottery-result-ball.lhc.special-ball,.lottery-history-ball.lhc.special-ball{margin-left:12px!important;box-shadow:0 0 10px #ffd70099!important}.lottery-result-ball.lhc.red,.lottery-history-ball.lhc.red{background:linear-gradient(145deg,#e53935,#c62828)!important}.lottery-result-ball.lhc.blue,.lottery-history-ball.lhc.blue{background:linear-gradient(145deg,#1e88e5,#1565c0)!important}.lottery-result-ball.lhc.green,.lottery-history-ball.lhc.green{background:linear-gradient(145deg,#43a047,#2e7d32)!important}.lottery-result-ball.lhc,.lottery-history-ball.lhc{border-radius:50%;color:#fff;font-weight:700;box-shadow:0 2px 6px #0003}.lottery-current-section.lhc{background:linear-gradient(180deg,#f5f5f5,#fff)}.lottery-result-ball.ssq,.lottery-history-ball.ssq,.lottery-ball.ssq{border-radius:50%;color:#fff;font-weight:700;box-shadow:0 2px 6px #0003}.lottery-result-ball.ssq.red,.lottery-history-ball.ssq.red,.lottery-ball.ssq.red{background:linear-gradient(145deg,#e53935,#c62828)!important}.lottery-result-ball.ssq.blue,.lottery-history-ball.ssq.blue,.lottery-ball.ssq.blue{background:linear-gradient(145deg,#1e88e5,#1565c0)!important}.lottery-result-ball.ssq.special-ball,.lottery-history-ball.ssq.special-ball{margin-left:12px;box-shadow:0 0 10px #1e88e599!important}.lottery-video-section-ssq{background:linear-gradient(135deg,#1a237e,#283593)}.lottery-video-section-ssq:after{content:"";display:block;padding-top:64%}
