.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}.article-categories-page{padding-bottom:20px}.article-categories-page .page-header{padding:12px 16px;background:#fff;border-bottom:1px solid #eee}.categories-grid{padding:12px}.category-card{display:flex;align-items:center;background:#fff;border-radius:8px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.category-card:active{transform:scale(.98)}.category-icon{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-right:12px;overflow:hidden}.category-icon img{width:100%;height:100%;object-fit:cover}.category-icon .default-icon{font-size:24px}.category-info{flex:1;min-width:0}.category-name{font-size:16px;font-weight:600;color:#333;margin:0 0 4px}.category-desc{font-size:13px;color:#999;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-arrow{font-size:24px;color:#ccc;margin-left:8px}.article-list-page{padding-bottom:20px;background:#f5f5f5}.article-list-page .page-header{display:flex;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #eee}.article-list-page .back-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:8px}.article-list-page .back-icon{font-size:28px;color:#333;line-height:1}.article-list-page .page-title{font-size:18px;font-weight:600;color:#333;margin:0}.category-tabs{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eee}.tabs-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.article-list-page .category-tabs-bar{display:flex;background:#fff;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;border-bottom:1px solid #f0f0f0}.article-list-page .category-tabs-bar::-webkit-scrollbar{display:none}.article-list-page .category-tabs-bar>div{display:flex;flex-shrink:0}.article-list-page .category-tab-v2{display:inline-flex;padding:12px 0;font-size:15px;color:#666;cursor:pointer;position:relative;flex-shrink:0}.article-list-page .category-tab-v2:active{background:#f5f5f5}.article-list-page .category-tab-v2.active{color:#333;font-weight:600}.article-list-page .category-tab-v2.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#4a90e2;border-radius:1px}.article-list{background:#fff}.article-card{padding:14px 16px;background:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.article-card:active{background:#f9f9f9}.article-card.topped{background:#f5f5f5}.pinned-tag{display:inline-block;background:#ff4d4f;color:#fff;font-size:10px;font-weight:500;padding:2px 6px;border-radius:2px;margin-bottom:8px}.article-card-content{display:flex;flex-direction:column;gap:8px}.article-card-content.with-image{flex-direction:row;align-items:flex-start}.article-cover{width:100px;height:70px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f0f0f0}.article-cover img{width:100%;height:100%;object-fit:cover}.article-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.article-title{font-size:15px;font-weight:600;color:#222;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-content:not(.with-image) .article-title{-webkit-line-clamp:2;font-size:16px}.article-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:#999}.article-category{background:#f5f5f5;padding:2px 8px;border-radius:10px;font-size:11px}.article-date{color:#999}.load-more{text-align:center;padding:16px;color:#666;font-size:14px;cursor:pointer;background:#fff}.load-more:active{color:#333}.no-more{text-align:center;padding:16px;color:#ccc;font-size:13px;background:#fff}.refresh-indicator{position:fixed;top:0;left:0;right:0;padding:10px;text-align:center;background:#ffffffe6}.loading-spinner.small{width:20px;height:20px;border-width:2px;margin:0 auto}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff}.article-detail-page{padding-bottom:40px;background:#f5f5f5}.article-detail-page .page-header{display:flex;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.article-detail-page .back-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:8px;flex-shrink:0}.article-detail-page .back-icon{font-size:28px;color:#333;line-height:1}.article-detail-page .page-title{flex:1;font-size:16px;font-weight:500;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-detail-page .share-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#666;flex-shrink:0;cursor:pointer}.article-detail-page .share-button:active{opacity:.6}.article-detail{background:#fff;padding-bottom:20px}.article-detail .article-header{padding:16px;border-bottom:1px solid #f0f0f0}.article-detail .article-title{font-size:20px;font-weight:700;color:#222;margin:0 0 12px;line-height:1.4}.article-detail .article-meta{display:flex;align-items:center;flex-wrap:wrap;font-size:13px;color:#999;gap:12px}.article-detail .article-source{color:#ff4d4f}.article-detail .article-date,.article-detail .article-views{color:#999}.article-detail .article-summary{padding:12px 16px;background:#fafafa;margin:0;border-left:3px solid #ff4d4f}.article-detail .article-summary p{margin:0;font-size:14px;color:#666;line-height:1.6}.article-detail .article-content{padding:16px;font-size:15px;line-height:1.8;color:#333;word-wrap:break-word;overflow-wrap:break-word}.external-reader-detail{min-height:calc(100dvh - 57px);padding-bottom:0}.external-reader-detail .article-header{padding:12px 16px 10px}.external-reader-detail .article-title{margin-bottom:7px;font-size:18px;line-height:1.35}.external-news-reader{position:relative;min-height:calc(100dvh - 57px);background:#f4f6f8;border-top:1px solid #edf0f2}.external-reader-bar{min-height:42px;padding:7px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#52606d;background:linear-gradient(180deg,#fff,#f8fafb);border-bottom:1px solid #e7ebee}.external-reader-bar>div{min-width:0;display:flex;align-items:baseline;gap:8px}.external-reader-bar strong{flex:0 0 auto;color:#222;font-size:14px}.external-reader-bar span{overflow:hidden;color:#88939c;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.external-reader-bar a{flex:0 0 auto;padding:5px 11px;color:#fff;font-size:12px;font-weight:600;text-decoration:none;background:#ff4d4f;border-radius:999px}.external-news-reader iframe{display:block;width:100%;height:calc(100dvh - 99px);min-height:560px;border:0;opacity:0;background:#fff;transition:opacity .2s ease}.external-news-reader iframe.loaded{opacity:1}.external-reader-loading{position:absolute;z-index:1;top:42px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#7a858e;font-size:13px;background:#fff}@media (max-width: 480px){.external-reader-detail .article-header{padding:10px 13px 8px}.external-reader-detail .article-title{font-size:16px}.external-news-reader iframe{height:calc(100dvh - 95px);min-height:500px}}.article-detail .article-content p{margin:0 0 16px;line-height:1.8}.article-detail .article-content p:last-child{margin-bottom:0}.article-detail .article-content img{max-width:100%;height:auto;display:block;margin:12px 0;border-radius:4px;background:#f0f0f0}.article-detail .article-content h1,.article-detail .article-content h2,.article-detail .article-content h3,.article-detail .article-content h4,.article-detail .article-content h5,.article-detail .article-content h6{margin:24px 0 12px;font-weight:600;line-height:1.4;color:#222}.article-detail .article-content h1{font-size:22px}.article-detail .article-content h2{font-size:20px}.article-detail .article-content h3{font-size:18px}.article-detail .article-content h4{font-size:16px}.article-detail .article-content a{color:#ff4d4f;text-decoration:none}.article-detail .article-content a:hover{text-decoration:underline}.article-detail .article-content blockquote{margin:16px 0;padding:12px 16px;background:#fafafa;border-left:4px solid #ff4d4f;color:#666;font-size:14px}.article-detail .article-content blockquote p{margin:0}.article-detail .article-content ul,.article-detail .article-content ol{margin:0 0 16px;padding-left:24px}.article-detail .article-content li{margin-bottom:8px;line-height:1.6}.article-detail .article-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;overflow-x:auto;display:block}.article-detail .article-content th,.article-detail .article-content td{border:1px solid #eee;padding:10px 12px;text-align:left}.article-detail .article-content th{background:#fafafa;font-weight:600;color:#333}.article-detail .article-content pre{background:#f5f5f5;padding:12px;border-radius:6px;overflow-x:auto;margin:16px 0}.article-detail .article-content code{font-family:Courier New,Courier,monospace;font-size:13px}.article-detail .article-content :not(pre)>code{background:#f5f5f5;padding:2px 6px;border-radius:3px;color:#d63384}.related-section{padding:16px;background:#fff;margin-top:12px}.related-title{font-size:16px;font-weight:600;color:#333;margin:0 0 14px;padding-left:10px;border-left:3px solid #ff4d4f;line-height:1}.related-scroll{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.related-scroll::-webkit-scrollbar{display:none}.related-item{flex-shrink:0;width:140px;scroll-snap-align:start;cursor:pointer}.related-item:active{opacity:.8}.related-cover{width:100%;aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:#f0f0f0}.related-cover img{width:100%;height:100%;object-fit:cover;display:block}.related-item-title{font-size:13px;color:#333;margin:10px 0 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500}.article-video-section{position:relative;background:#000;width:100%}.article-video-container{width:100%;background:#000}.article-video-container .xgplayer{background:#000!important}.article-video-container .xgplayer video{width:100%;max-height:280px;object-fit:contain}.article-live-badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:4px;padding:4px 10px;background:#000000b3;border-radius:4px;font-size:12px;color:#fff;z-index:10}.article-live-badge .live-dot{width:6px;height:6px;background:#ff4d4f;border-radius:50%;animation:livePulse 1.5s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state p{color:#999;font-size:14px;margin:0}.loading-spinner{width:36px;height:36px;border:3px solid #f0f0f0;border-top-color:#ff4d4f;border-radius:50%;animation:spin .8s linear infinite}.loading-container p{color:#999;font-size:14px;margin-top:12px}*{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:var(--bg-primary);font-size:14px;color:var(--text-primary)}#root{min-height:100vh;background-color:#f5f5f5;width:100%;max-width:100%}:root{--bg-primary: #f5f5f5;--bg-secondary: #ffffff;--bg-gradient-start: #667eea;--bg-gradient-end: #764ba2;--text-primary: #333333;--text-secondary: #666666;--text-tertiary: #999999;--border-color: #f0f0f0;--border-dark: #e0e0e0;--shadow-color: rgba(0, 0, 0, .05);--overlay-bg: rgba(0, 0, 0, .5);--danger-color: #ff4d4f;--primary-btn-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--card-bg: #ffffff;--input-bg: #ffffff;--input-border: #dddddd;--tab-bar-bg: #ffffff;--tab-bar-border: #f0f0f0;--tab-bar-text: #999999;--tab-bar-active: #667eea}[data-theme=dark]{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-gradient-start: #4a4e69;--bg-gradient-end: #2d3250;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-tertiary: #808080;--border-color: #2a2a4a;--border-dark: #3a3a5a;--shadow-color: rgba(0, 0, 0, .3);--overlay-bg: rgba(0, 0, 0, .7);--danger-color: #ff6b6b;--primary-btn-bg: linear-gradient(135deg, #6b7fd4 0%, #5a6eb5 100%);--card-bg: #1e2746;--input-bg: #2a3555;--input-border: #3a4570;--tab-bar-bg: #16213e;--tab-bar-border: #2a2a4a;--tab-bar-text: #808080;--tab-bar-active: #8b9fe4}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-gradient-start: #4a4e69;--bg-gradient-end: #2d3250;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-tertiary: #808080;--border-color: #2a2a4a;--border-dark: #3a3a5a;--shadow-color: rgba(0, 0, 0, .3);--overlay-bg: rgba(0, 0, 0, .7);--danger-color: #ff6b6b;--primary-btn-bg: linear-gradient(135deg, #6b7fd4 0%, #5a6eb5 100%);--card-bg: #1e2746;--input-bg: #2a3555;--input-border: #3a4570;--tab-bar-bg: #16213e;--tab-bar-border: #2a2a4a;--tab-bar-text: #808080;--tab-bar-active: #8b9fe4}}.app{height:100vh;display:flex;flex-direction:column}.app-content{flex:1;overflow-y:auto}.page{min-height:100%;background-color:var(--bg-primary);width:100%}.page-header{background:var(--primary-btn-bg);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:var(--tab-bar-bg);border-top:1px solid var(--tab-bar-border);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:var(--tab-bar-text);font-size:12px;height:50px}.tab-item.active{color:var(--tab-bar-active)}.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}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.loading-spinner{width:36px;height:36px;border:3px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-container{min-height:100vh;background:var(--bg-primary);padding-bottom:20px}.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,.action-btn.collect{background:#f5f5f5;color:#666;border-color:#ddd}.action-btn.collected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.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:var(--bg-primary);padding-bottom:80px}.user-header{background:var(--primary-btn-bg);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:var(--card-bg);padding:16px;margin:-12px 12px 0;border-radius:8px;box-shadow:0 2px 8px var(--shadow-color)}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value{font-size:20px;font-weight:700;color:var(--text-primary)}.stat-label{font-size:12px;color:var(--text-tertiary)}.stat-divider{width:1px;background:var(--border-color)}.user-menu-section{margin:12px 12px 0}.section-title{font-size:13px;color:var(--text-tertiary);padding:8px 0}.menu-section{background:var(--card-bg);border-radius:8px;overflow:hidden}.user-menu-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border-color);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:var(--text-primary)}.menu-item-right{display:flex;align-items:center;gap:6px}.menu-item-value{font-size:14px;color:var(--text-tertiary)}.menu-item-arrow{font-size:18px;color:var(--text-tertiary)}.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-banner-swiper{width:calc(100% - 24px);aspect-ratio:358 / 160;border-radius:10px;overflow:hidden;position:relative;background:#f0f0f0;margin:10px 12px 0;touch-action:pan-y;user-select:none;-webkit-user-select:none}.lottery-banner-track{display:flex;width:100%;height:100%;transition:transform .3s ease;will-change:transform}.lottery-banner-slide{min-width:100%;height:100%;position:relative;cursor:pointer}.lottery-banner-slide img{width:100%;height:100%;object-fit:cover}.lottery-banner-title{position:absolute;bottom:0;left:0;right:0;padding:24px 12px 10px;background:linear-gradient(transparent,#0009);color:#fff;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lottery-banner-dots{position:absolute;bottom:8px;right:12px;display:flex;gap:4px}.lottery-banner-dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;cursor:pointer}.lottery-banner-dot.active{background:#fff}.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;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.lottery-card-icon img{width:100%;height:100%;object-fit:contain}.lottery-card-emoji{display:block;line-height:1}.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.\31 1x5{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}.lhc-machine{position:relative;width:100%;min-height:390px;overflow:hidden;color:#fff6d1;background:radial-gradient(circle at 50% 34%,rgba(31,151,180,.27),transparent 37%),linear-gradient(155deg,#07131c,#0c2632 52%,#071116);border-bottom:1px solid rgba(214,178,86,.46);box-shadow:inset 0 -16px 40px #00000080}.lhc-machine-ambient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0 48%,rgba(255,255,255,.035) 50%,transparent 52%),repeating-linear-gradient(90deg,transparent 0 38px,rgba(255,255,255,.018) 39px 40px);pointer-events:none}.lhc-machine-topbar{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;padding:13px 16px 8px}.lhc-machine-brand{color:#68e4e8;font-size:9px;letter-spacing:2.4px}.lhc-machine-title{margin-top:2px;color:#ffe9a0;font-size:15px;font-weight:800;text-shadow:0 1px 5px #000}.lhc-machine-clock{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:10px;color:#b9d9dc}.lhc-machine-clock strong{color:#ffd86e;font-size:14px;font-variant-numeric:tabular-nums}.lhc-machine-stage{position:relative;height:218px}.lhc-machine-column{position:absolute;top:16px;bottom:23px;width:21px;border:1px solid #927534;background:linear-gradient(90deg,#5d451b,#d5ae55 45%,#614719);box-shadow:0 0 12px #000}.lhc-machine-column:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid rgba(255,236,165,.28)}.lhc-machine-column-left{left:calc(50% - 128px)}.lhc-machine-column-right{right:calc(50% - 128px)}.lhc-machine-drum-wrap{position:absolute;left:50%;top:5px;width:202px;transform:translate(-50%)}.lhc-machine-drum{position:relative;width:174px;height:174px;margin:0 auto;overflow:hidden;border:8px solid #c6a14c;border-radius:50%;background:radial-gradient(circle at 42% 34%,#91e7ef47,#061e27d1 63%,#02090d);box-shadow:inset 0 0 19px #6be8f059,0 0 0 3px #4a3512,0 9px 24px #000000a6;box-sizing:border-box}.lhc-machine-glass-shine{position:absolute;top:8px;right:50%;bottom:50%;left:11px;border-radius:90% 20% 80%;background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 62%);z-index:3}.lhc-machine-rotor{position:absolute;top:29px;right:29px;bottom:29px;left:29px;border:2px solid rgba(110,225,231,.26);border-radius:50%;animation:lhc-rotor 5s linear infinite}.lhc-machine-rotor i{position:absolute;left:50%;top:50%;width:60px;height:3px;transform-origin:left center;background:linear-gradient(90deg,rgba(102,224,231,.65),transparent)}.lhc-machine-rotor i:nth-child(2){transform:rotate(120deg)}.lhc-machine-rotor i:nth-child(3){transform:rotate(240deg)}.lhc-machine-hub{position:absolute;left:50%;top:50%;z-index:2;display:grid;place-items:center;width:37px;height:37px;transform:translate(-50%,-50%);border:2px solid #d5ae55;border-radius:50%;background:#0a2d35;color:#ffe079;font-size:12px;font-weight:900;box-shadow:0 0 16px #ffd7644d}.lhc-machine-mix-ball{position:absolute;z-index:1;display:grid;place-items:center;width:22px;height:22px;margin:-11px;border:2px solid #fff;border-radius:50%;color:#17303a;background:#fff;font-size:8px;font-weight:900;box-shadow:0 2px 5px #0000009e;transition:opacity .25s;box-sizing:border-box}.lhc-machine-mix-ball.red{color:#d5323d}.lhc-machine-mix-ball.blue{color:#2570cc}.lhc-machine-mix-ball.green{color:#199466}.lhc-machine-mixing .lhc-machine-mix-ball,.lhc-machine-releasing .lhc-machine-mix-ball{animation:lhc-ball-mix .95s ease-in-out infinite alternate}.lhc-machine-mixing .lhc-machine-rotor,.lhc-machine-releasing .lhc-machine-rotor{animation-duration:.8s}.lhc-machine-neck{position:absolute;left:50%;top:169px;width:34px;height:27px;transform:translate(-50%);border:3px solid #a9873f;border-top:0;background:#07151a;box-sizing:border-box}.lhc-machine-chute{position:absolute;left:50%;top:186px;width:82px;height:20px;transform:translate(-50%) skew(-18deg);border:3px solid #aa8840;border-radius:0 12px 12px 0;background:linear-gradient(#19343a,#061013);overflow:hidden;box-sizing:border-box}.lhc-machine-chute-light{display:block;width:26px;height:100%;background:linear-gradient(90deg,transparent,rgba(105,238,241,.75),transparent);animation:lhc-chute 1.3s linear infinite}.lhc-machine-base{position:absolute;left:50%;bottom:0;display:flex;align-items:center;justify-content:center;gap:9px;width:285px;height:30px;transform:translate(-50%);border:1px solid #9d7d38;border-radius:50% 50% 5px 5px;background:linear-gradient(#4a381a,#161006);box-shadow:0 5px 14px #000;color:#ffe291;font-size:10px;letter-spacing:1px}.lhc-machine-base span{width:52px;height:1px;background:linear-gradient(90deg,transparent,#e4c46b)}.lhc-machine-base span:last-child{transform:scaleX(-1)}.lhc-machine-output{position:relative;z-index:4;margin:0 12px;padding:8px 8px 10px;border:1px solid rgba(209,173,84,.5);border-radius:12px;background:linear-gradient(180deg,#051e23e6,#020d12f5);box-shadow:inset 0 1px #ffffff12,0 8px 18px #00000047}.lhc-machine-issue{text-align:center;color:#b6d1d0;font-size:10px;margin-bottom:6px}.lhc-machine-track{display:grid;grid-template-columns:repeat(6,1fr) 1.18fr;gap:5px}.lhc-machine-slot{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:0;padding:4px 1px;border-radius:8px;background:#ffffff09}.lhc-machine-slot.special{margin-left:3px;border:1px solid rgba(255,197,73,.65);background:#774c0c42}.lhc-machine-slot-label{font-size:8px;color:#89a5a7}.lhc-machine-slot.special .lhc-machine-slot-label{color:#ffd36a;font-weight:700}.lhc-machine-result-ball{display:grid;place-items:center;width:31px;height:31px;border:2px solid rgba(177,202,202,.3);border-radius:50%;color:#52686c;background:#10272c;font-size:12px;font-weight:900;box-sizing:border-box}.lhc-machine-result-ball.visible{border-color:#fff;background:linear-gradient(145deg,#fff,#dfe8e8);animation:lhc-ball-land .55s cubic-bezier(.16,.9,.31,1.35);box-shadow:0 3px 8px #0000008c,inset -3px -4px 6px #0000001f}.lhc-machine-result-ball.visible.red{color:#d8323d}.lhc-machine-result-ball.visible.blue{color:#276fca}.lhc-machine-result-ball.visible.green{color:#179264}.lhc-machine-slot.special .lhc-machine-result-ball.visible{box-shadow:0 0 13px #ffce4db3,0 3px 8px #000}.lhc-machine-disclaimer{position:relative;z-index:4;padding:7px 0 10px;text-align:center;color:#738c90;font-size:8px;letter-spacing:.4px}@keyframes lhc-rotor{to{transform:rotate(360deg)}}@keyframes lhc-ball-mix{0%{transform:translate(-8px,9px) rotate(-18deg)}50%{transform:translate(10px,-15px) rotate(8deg)}to{transform:translate(-5px,-25px) rotate(22deg)}}@keyframes lhc-chute{0%{transform:translate(-28px)}to{transform:translate(90px)}}@keyframes lhc-ball-land{0%{opacity:0;transform:translateY(-48px) scale(.35) rotate(-90deg)}70%{opacity:1;transform:translateY(3px) scale(1.08) rotate(8deg)}to{transform:none}}@media (prefers-reduced-motion:reduce){.lhc-machine *{animation-duration:.01ms!important;animation-iteration-count:1!important}}.lhc-studio-brand{position:absolute;z-index:2;left:18%;top:18%;width:53%;text-align:center;color:#d7b566;text-shadow:0 2px 2px rgba(0,0,0,.72),0 0 12px rgba(224,190,107,.18);transform:perspective(600px) rotateX(-2deg) scaleX(.95);pointer-events:none}.lhc-studio-brand strong{display:block;font-size:clamp(15px,4.8vw,29px);font-weight:800;letter-spacing:clamp(3px,1.5vw,10px)}.lhc-studio-brand span{display:block;margin-top:2px;color:#e2cd97b8;font-size:clamp(5px,1.35vw,9px);letter-spacing:clamp(2px,.9vw,6px)}.lhc-live-canvas{display:block;width:100%;height:100%;clip-path:circle(42% at 50% 50%)}.lhc-waiting{position:relative;display:flex;width:100%;min-height:220px;aspect-ratio:16/9;box-sizing:border-box;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 50% 46%,rgba(40,107,157,.44),transparent 30%),linear-gradient(145deg,#071326,#0b2d51 52%,#071323);box-shadow:inset 0 -35px 55px #00000061}.lhc-waiting:before{content:"";position:absolute;top:9%;right:9%;bottom:9%;left:9%;border:1px solid rgba(217,179,92,.25);border-radius:50%;transform:scaleX(1.55)}.lhc-waiting-kicker{position:relative;color:#70cbe0;font-size:clamp(7px,1.9vw,10px);letter-spacing:3px}.lhc-waiting>strong{position:relative;margin-top:5px;color:#f4d789;font-size:clamp(17px,5vw,27px);letter-spacing:4px;text-shadow:0 2px 8px #000}.lhc-waiting-issue{position:relative;margin-top:7px;color:#cad9e6;font-size:clamp(9px,2.5vw,13px)}.lhc-waiting-clock{position:relative;margin-top:4px;color:#fff1b3;font-size:clamp(31px,9vw,50px);font-weight:800;line-height:1.08;letter-spacing:3px;text-shadow:0 0 18px rgba(93,204,255,.35);font-variant-numeric:tabular-nums}.lhc-waiting p{position:relative;margin:4px 0 0;color:#8daabd;font-size:clamp(8px,2vw,11px)}.lhc-waiting-orbit{position:absolute;left:50%;top:50%;width:42%;aspect-ratio:1;transform:translate(-50%,-50%);border:1px solid rgba(93,190,224,.13);border-radius:50%;animation:lhc-waiting-spin 12s linear infinite}.lhc-waiting-orbit i{position:absolute;width:5px;height:5px;border-radius:50%;background:#dabb6b;box-shadow:0 0 9px #e3bc57}.lhc-waiting-orbit i:nth-child(1){left:12%;top:14%}.lhc-waiting-orbit i:nth-child(2){right:5%;top:49%}.lhc-waiting-orbit i:nth-child(3){left:31%;bottom:1%}@keyframes lhc-waiting-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.lhc-live-globe{position:absolute;z-index:4;left:26.35%;top:43.15%;width:11.35%;aspect-ratio:1;overflow:hidden;border-radius:50%;pointer-events:none;filter:saturate(1.1) contrast(1.04)}.lhc-broadcast{position:relative;width:100%;aspect-ratio:16/9;min-height:220px;overflow:hidden;background:#073482;color:#fff;font-variant-numeric:tabular-nums;box-shadow:inset 0 -30px 50px #0000006b}.lhc-broadcast-studio{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lhc-broadcast-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,14,48,.46) 0,transparent 23%,transparent 70%,rgba(0,8,25,.62) 100%);pointer-events:none}.lhc-broadcast-header{position:absolute;z-index:7;left:2.4%;right:2.4%;top:3.5%;display:flex;justify-content:space-between;align-items:flex-start;text-shadow:0 1px 4px #00102f}.lhc-broadcast-header>div:first-child{display:flex;flex-direction:column}.lhc-broadcast-header b{font-size:clamp(12px,3.6vw,18px);letter-spacing:1px}.lhc-broadcast-header span{margin-top:2px;color:#e0e8f2;font-size:clamp(8px,2.1vw,11px)}.lhc-broadcast-simulation{padding:4px 7px;border:1px solid rgba(255,255,255,.68);border-radius:3px;background:#002360b3;font-size:clamp(8px,2.1vw,11px);font-weight:700;letter-spacing:.5px}.lhc-broadcast-globe{position:absolute;z-index:4;left:26.25%;top:43.15%;width:11.35%;aspect-ratio:1;border-radius:50%;overflow:hidden;opacity:0;isolation:isolate;transition:opacity .22s}.lhc-broadcast-mixing .lhc-broadcast-globe,.lhc-broadcast-releasing .lhc-broadcast-globe{opacity:1}.lhc-broadcast-mix-video{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.02);filter:saturate(1.42) contrast(1.15) brightness(1.22) drop-shadow(0 1px 2px rgba(0,0,0,.5))}.lhc-broadcast-host{position:absolute;z-index:5;right:2.8%;bottom:-3%;width:25%;height:72%;pointer-events:none;opacity:0;filter:drop-shadow(0 2px 5px rgba(0,0,0,.45));transform:translate(140%)}.lhc-broadcast-host.entering{opacity:1;animation:lhc-host-walk-in 3.2s cubic-bezier(.19,.72,.24,1) forwards}.lhc-broadcast-host.standing{opacity:1;transform:translate(0);animation:lhc-host-breathe 3.6s ease-in-out infinite}.lhc-broadcast-host.exiting{opacity:1;animation:lhc-host-walk-out 2.6s cubic-bezier(.45,0,.76,.28) forwards}.lhc-broadcast-host img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:bottom}.lhc-broadcast-host-walk{opacity:0}.lhc-broadcast-host.entering .lhc-broadcast-host-walk,.lhc-broadcast-host.exiting .lhc-broadcast-host-walk{opacity:1}.lhc-broadcast-host.entering .lhc-broadcast-host-stand,.lhc-broadcast-host.exiting .lhc-broadcast-host-stand{opacity:0}.lhc-broadcast-host.exiting .lhc-broadcast-host-walk{transform:scaleX(-1)}.lhc-broadcast-mouth{position:absolute;z-index:2;left:49.1%;top:14.2%;width:4.2%;height:.8%;transform:translate(-50%,-50%);border-radius:50%;background:#4f1619d1;opacity:0;box-shadow:0 0 1px #ffb4b48c}.lhc-broadcast-host.speaking .lhc-broadcast-mouth{opacity:.82;animation:lhc-host-mouth .52s steps(4,end) infinite}.lhc-broadcast-status{position:absolute;z-index:8;right:2.5%;bottom:10%;display:flex;align-items:center;gap:4px;padding:4px 6px;border-radius:4px;background:#011535b8;font-size:clamp(7px,1.8vw,10px);box-shadow:0 1px 5px #00000059}.lhc-broadcast-status i{width:5px;height:5px;border-radius:50%;background:#9aa8b6}.lhc-broadcast-status i.active{background:#e44545;box-shadow:0 0 0 3px #e445453b;animation:lhc-broadcast-led 1s ease infinite}.lhc-broadcast-status strong{margin-left:3px;color:#ffe29a}.lhc-broadcast-track{position:absolute;z-index:9;left:50%;top:4%;display:grid;grid-template-columns:repeat(6,1fr) 1.16fr;gap:1.2%;width:60%;transform:translate(-50%)}.lhc-broadcast-slot{display:flex;flex-direction:column;align-items:center;gap:1px;color:#d7e2ee;font-size:clamp(5px,1.5vw,8px);text-shadow:0 1px 2px #001}.lhc-broadcast-slot.special{margin-left:2px;color:#ffe190}.lhc-broadcast-result-ball{display:grid;place-items:center;width:clamp(22px,6.8vw,38px);aspect-ratio:1;border:2px solid rgba(202,218,230,.55);border-radius:50%;background:#0a1827b8;box-sizing:border-box;color:transparent;font-size:clamp(9px,2.8vw,15px);font-weight:900}.lhc-broadcast-result-ball.visible{border-color:#fff;background:linear-gradient(145deg,#fff,#dce4e8);animation:lhc-broadcast-ball-land .55s cubic-bezier(.16,.9,.31,1.35);box-shadow:0 2px 7px #000000b3,inset -3px -4px 6px #0000001f}.lhc-broadcast-result-ball.visible.red{color:#d32c39}.lhc-broadcast-result-ball.visible.blue{color:#286fc1}.lhc-broadcast-result-ball.visible.green{color:#168c58}.lhc-broadcast-slot.special .lhc-broadcast-result-ball{border-color:#e6b64d;box-shadow:0 0 0 2px #e6b64d38}.lhc-broadcast-disclaimer{position:absolute;z-index:10;left:1.5%;bottom:1.5%;padding:2px 5px;border-radius:2px;background:#001436ad;color:#ffffffd1;font-size:clamp(6px,1.55vw,8px);letter-spacing:.2px}@keyframes lhc-broadcast-mix{0%{transform:translate(-10px,8px) rotate(-15deg)}45%{transform:translate(13px,-18px) rotate(10deg)}to{transform:translate(-6px,-30px) rotate(20deg)}}@keyframes lhc-broadcast-ball-land{0%{opacity:0;transform:translateY(-38px) scale(.45) rotate(-90deg)}70%{opacity:1;transform:translateY(2px) scale(1.08)}to{transform:none}}@keyframes lhc-broadcast-led{50%{opacity:.45}}@keyframes lhc-host-walk-in{0%{transform:translate(140%) translateY(0)}18%{transform:translate(114%) translateY(-1.2%)}36%{transform:translate(88%) translateY(.8%)}54%{transform:translate(61%) translateY(-1.1%)}72%{transform:translate(34%) translateY(.7%)}90%{transform:translate(8%) translateY(-.5%)}to{transform:translate(0) translateY(0)}}@keyframes lhc-host-walk-out{0%{transform:translate(0) translateY(0)}20%{transform:translate(24%) translateY(-1%)}40%{transform:translate(50%) translateY(.7%)}60%{transform:translate(78%) translateY(-1%)}80%{transform:translate(108%) translateY(.7%)}to{transform:translate(140%) translateY(0)}}@keyframes lhc-host-breathe{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(0) translateY(-.7%)}}@keyframes lhc-host-mouth{0%,to{transform:translate(-50%,-50%) scaleY(.35)}35%{transform:translate(-50%,-50%) scaleY(1.25)}65%{transform:translate(-50%,-50%) scaleY(.65)}}@media (prefers-reduced-motion:reduce){.lhc-broadcast *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.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%;width: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-pc28{overflow:hidden}.lottery-video-section-pc28:after{display:none}.lottery-video-section-pc28 .lottery-video-iframe{position:absolute;top:0;left:0}.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-result-balls .pc28-code-wrapper{display:inline-flex;align-items:center}.lottery-result-balls .pc28-code-wrapper .lottery-history-ball.pc28{width:32px;height:32px;border-radius:50%;background:linear-gradient(145deg,#ffa502,#ff6348);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.lottery-result-balls .pc28-operator{color:#ff6348;margin:0 4px;font-weight:700;font-size:18px}.lottery-result-balls .pc28-equals{color:#333;margin:0 8px;font-weight:700;font-size:18px}.lottery-result-balls .pc28-sum{width:32px;height:32px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.col-codes .pc28-code-wrapper{display:inline-flex;align-items:center;flex-shrink:0}.col-codes .pc28-code-wrapper .lottery-history-ball.pc28{width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,#ffa502,#ff6348);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;margin:0 2px;flex-shrink:0}.col-codes .pc28-operator{color:#ff6348;font-weight:700;font-size:12px;flex-shrink:0}.col-codes .pc28-equals{color:#333;font-weight:700;font-size:12px;margin:0 4px;flex-shrink:0}.col-codes .pc28-sum{width:24px;height:24px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin:0 2px;flex-shrink:0}.col-codes .pc28-sum.sum-odd{background:linear-gradient(145deg,#ff4757,#ff6b81)}.col-codes .pc28-sum.sum-even{background:linear-gradient(145deg,#3742fa,#5352ed)}.lottery-result-balls .pc28-sum.sum-odd{background:linear-gradient(145deg,#ff4757,#ff6b81)}.lottery-result-balls .pc28-sum.sum-even{background:linear-gradient(145deg,#3742fa,#5352ed)}.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.\31 1x5{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}.history-table-header{display:flex;padding:10px 8px;border-bottom:1px solid #f0f0f0;font-size:12px;color:#999;background:#fafafa;position:sticky;top:0;z-index:1}.history-table-body{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.history-table-body::-webkit-scrollbar{display:none}.lottery-history-item{display:flex;padding:12px 8px;border-bottom:1px solid #f5f5f5;align-items:center;min-width:max-content}.lottery-history-item:last-child{border-bottom:none}.col-time{width:60px;min-width:60px;font-size:11px;color:#666}.col-issue{width:80px;min-width:80px;font-size:11px;color:#333}.col-codes{min-width:150px;display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.col-codes::-webkit-scrollbar{display:none}.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;flex-shrink:0}.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.\31 1x5{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}.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:var(--bg-primary);min-height:100vh;padding-bottom:60px}.home-v2-nav{display:flex;align-items:center;padding:10px 12px;background:var(--card-bg);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:var(--text-primary);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:var(--text-tertiary)}.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:var(--card-bg);border-bottom:1px solid var(--border-color);padding:0 16px}.home-v2-tab{flex:1;text-align:center;padding:12px 0;font-size:15px;color:var(--text-tertiary);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:flex;align-items:center;white-space:nowrap;font-size:13px;color:#333;animation:marquee-scroll-anim linear infinite}.home-marquee-content span{flex-shrink:0}.home-marquee-gap{width:60px;flex-shrink:0}@keyframes marquee-scroll-anim{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-marquee-link{color:#e53935;text-decoration:none;font-weight:500}.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}.home-banner-card{min-width:100%;height:100%;position:relative;cursor:pointer;border-radius:12px;overflow:hidden}.home-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0000004d,#00000080)}.home-banner-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff}.home-banner-title{font-size:18px;font-weight:600;margin-bottom:8px;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.home-banner-action{font-size:13px;color:#ffffffe6}.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;display:flex;align-items:center;justify-content:space-between}.home-v2-match-anchor{font-size:12px;color:#ff6b00}.home-news-hero{position:relative;overflow:hidden;background:#11253f}.home-news-hero-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff}.home-news-hero-badge,.home-news-tag{align-self:flex-start;padding:3px 9px;border-radius:999px;background:linear-gradient(135deg,#ff5a5f,#d92736);color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em}.home-news-hero-title{margin-top:8px;max-width:92%;font-size:18px;line-height:1.35;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.55);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-news-hero-meta{display:flex;gap:10px;margin-top:7px;color:#ffffffdb;font-size:11px}.home-news-section{margin:10px 12px 0;overflow:hidden;border:1px solid rgba(19,56,90,.08);border-radius:14px;background:#fff;box-shadow:0 7px 24px #16355214}.home-news-section-header{margin:0;padding:13px 14px 11px;border-bottom:1px solid #eef2f6}.home-news-source{margin-left:auto;color:#8b98a8;font-size:10px;white-space:nowrap}.home-news-grid{padding:10px}.home-news-lead{position:relative;height:174px;overflow:hidden;border-radius:11px;background:linear-gradient(135deg,#183b5d,#0e1e31);cursor:pointer}.home-news-lead>img{width:100%;height:100%;object-fit:cover}.home-news-lead-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#040f1c05 20%,#040f1ce6)}.home-news-lead-copy{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:12px;color:#fff}.home-news-lead-copy h3{margin:7px 0 0;font-size:16px;line-height:1.35;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-news-lead-copy p{margin:5px 0 0;color:#ffffffc7;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-news-list{margin-top:4px}.home-news-item{display:grid;grid-template-columns:30px minmax(0,1fr) 76px;gap:9px;align-items:center;min-height:76px;padding:9px 2px;border-bottom:1px solid #eff2f5;cursor:pointer}.home-news-item:last-child{border-bottom:0}.home-news-item:active{background:#f7f9fb}.home-news-rank{color:#c7a45a;font-size:14px;font-weight:800;text-align:center}.home-news-item-copy{min-width:0}.home-news-item-copy h4{margin:0;color:#263443;font-size:13px;line-height:1.42;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-news-item-meta{display:flex;align-items:center;gap:8px;margin-top:5px;color:#9aa5b2;font-size:10px}.home-news-item-meta>span{color:#d63e49;font-weight:700}.home-news-item>img{width:76px;height:54px;border-radius:8px;object-fit:cover;background:#eef2f6}@media (min-width: 720px){.home-news-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:12px}.home-news-lead{height:100%;min-height:270px}.home-news-list{margin-top:0}}.match-subscribe-btn{padding:4px 10px;border-radius:12px;font-size:11px;border:1px solid #ddd;background:#f5f5f5;color:#666;cursor:pointer}.match-subscribe-btn.subscribed{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.match-subscribe-btn:disabled{opacity:.6}.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.\31 1x5{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-stream-section{margin-bottom:8px}.home-v2-stream-section .home-v2-section-header{display:flex;align-items:center;justify-content:space-between;padding:10px 0;margin:0 12px}.home-v2-stream-scroll{margin:0 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-v2-stream-scroll::-webkit-scrollbar{display:none}.home-v2-stream-list{display:flex;gap:10px}.home-v2-stream-card{flex-shrink:0;width:160px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.home-v2-stream-skeleton{height:132px;background:linear-gradient(100deg,#f0f1f2 25%,#fafafa 42%,#f0f1f2 60%);background-size:220% 100%;animation:home-stream-shimmer 1.2s linear infinite}.home-v2-stream-empty{width:100%;padding:22px 12px;color:#999;font-size:13px;text-align:center;background:#fff;border-radius:10px}@keyframes home-stream-shimmer{to{background-position-x:-220%}}.home-v2-stream-thumb{position:relative;width:100%;height:90px;overflow:hidden}.home-v2-stream-thumb img{width:100%;height:100%;object-fit:cover}.home-v2-stream-status{position:absolute;top:6px;left:6px;background:#ff4757;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px}.home-v2-stream-viewers{position:absolute;top:6px;right:6px;background:#00000080;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px}.home-v2-stream-info{padding:8px}.home-v2-stream-title{font-size:13px;color:#333;font-weight:600;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-v2-stream-desc{font-size:11px;color:#999}.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.\31 1x5{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-live{background:#000}.lottery-video-section-live:after{content:"";display:block;padding-top:56.25%}.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;display:inline-flex;align-items:center;justify-content:center}.lottery-result-ball .lhc-plus,.lottery-history-ball .lhc-plus,.lhc-plus-separator{color:orange;font-weight:700;font-size:18px;margin:0 8px;display:inline-flex;align-items:center}.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:56.25%}
