*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#f5f7fa;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6{color:#1a1a2e}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.auth-page{background:radial-gradient(circle at 18% 12%,#e6394614,#0000 28%),linear-gradient(#fff 0%,#f7f8fb 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.auth-card{background:#ffffffeb;border:1px solid #e2e8f0b8;border-radius:22px;width:100%;max-width:460px;padding:38px;box-shadow:0 24px 70px #0f172a14}.auth-card-login{max-width:440px;box-shadow:none;background:0 0;border-color:#0000;padding:0}.auth-card-register{max-width:560px}.auth-card-modal{max-width:420px}.auth-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-modal-opening{animation:.18s ease-out both authBackdropIn}.auth-modal-closing{pointer-events:none;animation:.18s ease-in both authBackdropOut}.auth-modal{background:radial-gradient(circle at 16% 10%,#e6394614,#0000 34%),#fffffff5;border:1px solid #ffffffad;border-radius:24px;width:min(100%,460px);max-height:calc(100vh - 40px);padding:28px;position:relative;overflow:auto;box-shadow:0 24px 80px #0f172a40}.auth-modal-opening .auth-modal{animation:.22s cubic-bezier(.2,.8,.2,1) both authModalIn}.auth-modal-closing .auth-modal{animation:.18s ease-in both authModalOut}.auth-modal-wide{width:min(100%,600px)}.auth-modal-close{color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1;position:absolute;top:12px;right:12px}.auth-modal-close:hover{color:#111827;border-color:#d1d5db}.auth-header{margin-bottom:26px}.auth-kicker{color:#e63946;background:#e639460f;border:1px solid #e639462e;border-radius:999px;align-items:center;height:24px;margin-bottom:10px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.auth-header h1{color:#111827;letter-spacing:0;margin:0;font-size:32px;font-weight:900;line-height:1.12}.auth-header p{color:#6b7280;margin:10px 0 0;font-size:15px;font-weight:650;line-height:1.55}@keyframes authBackdropIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes authBackdropOut{0%{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}to{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}}@keyframes authModalIn{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes authModalOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.97)}}.provider-actions{gap:12px;margin-bottom:24px;display:grid}.provider-btn{color:#374151;background:#ffffffbd;border:1px solid #d6dbe3;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:50px;font-size:15px;font-weight:800;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.provider-btn.wechat{color:#087a62}.provider-btn:disabled{cursor:not-allowed;opacity:.72}.provider-btn:not(:disabled):hover{background:#fff;border-color:#c5ccd8;box-shadow:0 14px 34px #0f172a14}.provider-icon{flex:none;width:22px;height:22px}.auth-divider{color:#9ca3af;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:2px 0 22px;font-size:13px;font-weight:800;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:#e1e5eb;height:1px}.auth-form{flex-direction:column;gap:18px;display:flex}.register-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px;display:grid}.register-form .auth-error,.register-form .auth-btn{grid-column:1/-1}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;padding:12px 16px;font-size:14px;font-weight:700}.auth-success-panel{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;gap:14px;padding:18px;display:grid}.auth-success-panel strong{color:#15803d;font-size:18px;font-weight:900;line-height:1.3}.auth-success-panel p{color:#166534;margin:0;font-size:14px;font-weight:700;line-height:24px}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label,.label-row label{color:#374151;font-size:14px;font-weight:850}.label-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.label-row span{color:#e63946;font-size:13px;font-weight:850}.form-group input{color:#111827;background:#ffffffc7;border:1px solid #dde2ea;border-radius:14px;outline:none;width:100%;min-height:52px;padding:0 16px;font-size:15px;font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input:focus{background:#fff;border-color:#e63946;box-shadow:0 0 0 4px #e639461c}.form-group input::placeholder{color:#8f96a3;font-weight:750}.auth-btn{color:#fff;background:linear-gradient(135deg,#e63946 0%,#c62828 100%);border:0;border-radius:14px;width:100%;min-height:54px;margin-top:4px;font-size:16px;font-weight:900;transition:box-shadow .2s,filter .2s;box-shadow:0 20px 42px #e6394638}.auth-btn:hover:not(:disabled){filter:brightness(1.02);box-shadow:0 24px 52px #e6394647}.auth-btn:disabled{cursor:not-allowed;opacity:.68;box-shadow:none}.auth-footer{color:#6b7280;text-align:center;margin-top:22px;font-size:14px;font-weight:650}.auth-footer a{color:#e63946;font-weight:900;text-decoration:none}.auth-text-btn{color:#e63946;font:inherit;background:0 0;border:0;padding:0;font-weight:900}.auth-footer a:hover,.auth-text-btn:hover{text-decoration:underline}@media (width<=720px){.auth-page{align-items:flex-start;padding:34px 18px}.auth-card,.auth-card-login{max-width:100%}.auth-card{padding:28px 22px}.auth-card-login{padding:0}.auth-modal{padding:24px 18px}.register-form{grid-template-columns:1fr}.register-form .auth-error,.register-form .auth-btn{grid-column:auto}.auth-header h1{font-size:30px}.auth-header p{font-size:14px}.provider-btn,.form-group input,.auth-btn{border-radius:14px;min-height:50px;font-size:15px}}.vip-backdrop{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.vip-opening{animation:.2s both vipFadeIn}.vip-closing{pointer-events:none;animation:.18s both vipFadeOut}.vip-modal{background:#fff;border-radius:16px;width:min(760px,100%);max-height:calc(100vh - 40px);padding:26px;position:relative;overflow-y:auto;box-shadow:0 26px 80px #0f172a3d}.vip-opening .vip-modal{animation:.22s both vipModalIn}.vip-closing .vip-modal{animation:.18s both vipModalOut}.vip-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1;position:absolute;top:14px;right:14px}.vip-head{padding-right:40px}.vip-head span{color:#e63946;background:#fef2f2;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.vip-head h3{color:#111827;margin:12px 0 6px;font-size:24px;line-height:1.2}.vip-head p{color:#64748b;margin:0;font-size:14px;line-height:22px}.vip-error,.vip-success,.vip-empty{border-radius:10px;margin-top:14px;padding:10px 12px;font-size:13px}.vip-status-card{background:#fff7f7;border:1px solid #fee2e2;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;padding:12px 14px;display:flex}.vip-status-card span,.vip-status-card em{color:#64748b;font-size:13px;font-style:normal}.vip-status-card strong{color:#e63946;font-size:15px}.vip-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.vip-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.vip-empty{color:#64748b;border:1px solid #e2e8f0;grid-column:1/-1}.vip-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.vip-plan-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-height:174px;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s}.vip-plan-card:hover,.vip-plan-card.active{transform:translateY(-1px);box-shadow:0 14px 34px #0f172a17}.vip-plan-card.level-plus.active{border-color:#2563eb}.vip-plan-card.level-pro.active{border-color:#e63946}.vip-plan-card span,.vip-plan-card strong,.vip-plan-card em,.vip-plan-card b,.vip-plan-card small{display:block}.vip-plan-card span{color:#1d4ed8;background:#dbeafe;border-radius:999px;width:fit-content;height:24px;padding:0 10px;font-size:12px;font-weight:900;line-height:24px}.vip-plan-card.level-pro span{color:#e63946;background:#fef2f2}.vip-plan-card strong{color:#111827;margin-top:12px;font-size:18px}.vip-plan-card em{color:#64748b;min-height:40px;margin-top:8px;font-size:13px;font-style:normal;line-height:20px}.vip-plan-card i{color:#d97706;margin-top:8px;font-size:12px;font-style:normal;font-weight:800;line-height:18px;display:block}.vip-plan-card b{color:#111827;margin-top:12px;font-size:26px;line-height:1}.vip-plan-card small{color:#94a3b8;margin-top:6px;font-size:12px}.vip-pay-panel{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:18px;min-height:160px;margin-top:16px;padding:18px;display:flex}.vip-qrcode{background:#fff;border-radius:10px;width:160px;height:160px;padding:8px;box-shadow:0 8px 24px #0f172a14}.vip-pay-copy strong,.vip-pay-copy span,.vip-pay-copy em,.vip-pay-placeholder strong,.vip-pay-placeholder span,.vip-pay-placeholder em{display:block}.vip-pay-copy strong,.vip-pay-placeholder strong{color:#111827;font-size:16px}.vip-pay-copy span,.vip-pay-placeholder span{color:#64748b;margin-top:8px;font-size:13px}.vip-pay-copy em{color:#e63946;margin-top:8px;font-size:12px;font-style:normal}.vip-pay-placeholder em{color:#d97706;margin-top:8px;font-size:12px;font-style:normal;font-weight:800}.vip-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.vip-secondary,.vip-primary{cursor:pointer;border-radius:8px;height:40px;padding:0 18px;font-size:14px;font-weight:900;transition:all .18s}.vip-secondary{color:#64748b;background:#fff;border:1px solid #e2e8f0}.vip-primary{color:#fff;background:#e63946;border:0;box-shadow:0 12px 24px #e6394633}.vip-primary:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}@keyframes vipFadeIn{0%{opacity:0}to{opacity:1}}@keyframes vipFadeOut{0%{opacity:1}to{opacity:0}}@keyframes vipModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes vipModalOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.98)}}@media (width<=720px){.vip-plan-grid{grid-template-columns:1fr}.vip-pay-panel{text-align:center;flex-direction:column}.vip-actions{flex-direction:column-reverse}.vip-secondary,.vip-primary{width:100%}}.layout{background:#f5f7fa;flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;z-index:100;background:#1a1a2e;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.header-inner{align-items:center;gap:32px;max-width:1200px;height:60px;margin:0 auto;padding:0 24px;display:flex}.logo{color:#fff;white-space:nowrap;font-size:20px;font-weight:700;text-decoration:none}.nav{flex:1;gap:4px;display:flex}.nav a,.nav-disabled{color:#ffffffb3;border-radius:6px;padding:8px 16px;font-size:15px;text-decoration:none;transition:all .2s}.nav-disabled{color:#ffffff59;cursor:not-allowed;-webkit-user-select:none;user-select:none}.nav a:hover{color:#fff;background:#ffffff1a}.nav a.active{color:#fff;background:#e63946}.user-area{align-items:center;gap:10px;margin-left:auto;display:flex}.user-name{color:#ffffffd9;background:#ffffff1a;border-radius:20px;padding:6px 12px;font-size:14px}.logout-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:5px 12px;font-size:13px;transition:all .2s}.logout-btn:hover{color:#fff;border-color:#fff}.auth-link{color:#ffffffd9;background:0 0;border:0;border-radius:6px;padding:6px 14px;font-size:14px;text-decoration:none;transition:all .2s}.auth-link:hover{color:#fff;background:#ffffff1a}.auth-action{cursor:pointer}.auth-link.register-link{color:#fff;background:#e63946}.auth-link.register-link:hover{background:#c62828}.auth-link.vip-action{cursor:pointer;color:#c2410c;background:#fff7ed;font-weight:800}.auth-link.vip-action:hover{color:#9a3412;background:#fed7aa}.auth-link.vip-action.level-free{color:#ffffffdb;background:#ffffff1f}.auth-link.vip-action.level-free:hover{color:#fff;background:#fff3}.auth-link.vip-action.level-plus{color:#2563eb;background:#eff6ff}.auth-link.vip-action.level-plus:hover{color:#1d4ed8;background:#dbeafe}.auth-link.vip-action.level-pro{color:#c2410c;background:#fff7ed}.auth-link.vip-action.level-pro:hover{color:#9a3412;background:#fed7aa}.main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:24px}.footer{text-align:center;color:#999;background:#fff;border-top:1px solid #e8e8e8;padding:20px;font-size:13px}.logout-confirm-backdrop{z-index:220;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out logoutMaskIn;display:flex;position:fixed;inset:0}.logout-confirm-dialog{background:#fff;border:1px solid #e2e8f0e6;border-radius:12px;width:min(390px,100%);padding:24px;animation:.18s ease-out logoutDialogIn;box-shadow:0 24px 60px #0f172a38}.logout-confirm-copy span{color:#e63946;font-size:13px;font-weight:900}.logout-confirm-copy h3{color:#111827;margin:8px 0 0;font-size:20px;font-weight:900;line-height:28px}.logout-confirm-copy p{color:#64748b;margin:8px 0 0;font-size:14px;line-height:22px}.logout-confirm-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.logout-confirm-secondary,.logout-confirm-primary{cursor:pointer;border-radius:8px;height:38px;padding:0 16px;font-size:14px;font-weight:800;transition:all .18s}.logout-confirm-secondary{color:#475569;background:#fff;border:1px solid #e2e8f0}.logout-confirm-secondary:hover{background:#f8fafc}.logout-confirm-primary{color:#fff;background:#e63946;border:1px solid #e63946}.logout-confirm-primary:hover{background:#c62828;border-color:#c62828}@keyframes logoutMaskIn{0%{opacity:0}to{opacity:1}}@keyframes logoutDialogIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.header-inner{gap:16px;padding:0 16px}.nav a,.nav-disabled{padding:6px 10px;font-size:14px}.main{padding:16px}}.data-loading-mask{z-index:90;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f8fafcb8;justify-content:center;align-items:center;animation:.16s ease-out dataMaskIn;display:flex;position:fixed;inset:60px 0 0}.data-loading-panel{color:#334155;background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:10px;justify-content:center;align-items:center;gap:12px;min-width:176px;height:68px;padding:0 24px;display:inline-flex;box-shadow:0 18px 45px #0f172a1f}.data-loading-panel strong{font-size:14px;font-weight:800}.data-loading-spinner{border:3px solid #fee2e2;border-top-color:#e63946;border-radius:999px;width:22px;height:22px;animation:.8s linear infinite dataSpin}@keyframes dataSpin{to{transform:rotate(360deg)}}@keyframes dataMaskIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.data-loading-mask{padding:0 20px;top:60px}.data-loading-panel{width:100%;max-width:260px}}.matches-page{flex-direction:column;gap:20px;display:flex}.page-tabs{border-bottom:2px solid #eee;gap:0;display:flex}.tab-btn{color:#666;cursor:pointer;background:0 0;border:none;padding:14px 28px;font-size:16px;font-weight:600;transition:color .2s;position:relative}.tab-btn:hover,.tab-btn.active{color:#e63946}.tab-btn.active:after{content:"";background:#e63946;height:2px;position:absolute;bottom:-2px;left:0;right:0}.market-tabs{align-items:center;gap:8px;padding:8px 0 0;display:flex;overflow-x:auto}.market-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px 6px 0 0;min-width:92px;height:36px;padding:0 14px;font-size:14px;font-weight:700}.market-tab:hover{color:#e63946;border-color:#f3b7bd}.market-tab.active{color:#e63946;background:#fff;border-color:#e63946 #e63946 #fff}.market-empty{color:#999;background:#fff;border:1px solid #eee;border-radius:12px;justify-content:center;align-items:center;min-height:260px;font-size:15px;display:flex}.page-note{color:#64748b;background:snow;border:1px solid #f1f5f9;border-left:3px solid #e63946;border-radius:8px;align-items:center;gap:10px;padding:11px 14px;font-size:13px;line-height:20px;display:flex}.page-note strong{color:#111827;flex:none;font-size:14px;font-weight:900}.prediction-stats-panel{flex-direction:column;gap:12px;display:flex}.prediction-stats-row{background:#fff;border:1px solid #f1f5f9;border-radius:12px;grid-template-columns:132px minmax(0,1fr);align-items:stretch;gap:14px;padding:14px;display:grid;box-shadow:0 2px 8px #0f172a0d}.stats-row-title{border-right:1px solid #f1f5f9;flex-direction:column;justify-content:center;gap:4px;padding:0 8px;display:flex}.stats-row-title strong{color:#111827;font-size:18px;line-height:24px}.stats-row-title span{color:#94a3b8;font-size:12px;line-height:18px}.stats-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.prediction-rate-card{background:linear-gradient(#fff 0%,snow 100%);border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:14px;min-width:0;padding:12px 14px;display:flex}.stats-tone-live .prediction-rate-card{background:linear-gradient(#fff 0%,#f8fffc 100%)}.rate-pie{--rate:0%;background:conic-gradient(#e63946 var(--rate), #f1f5f9 0);border-radius:50%;flex:none;place-items:center;width:68px;height:68px;display:grid;position:relative}.stats-tone-live .rate-pie{background:conic-gradient(#0f8b7b var(--rate), #f1f5f9 0)}.rate-pie:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:8px;box-shadow:inset 0 0 0 1px #f1f5f9}.rate-pie span{z-index:1;color:#111827;font-size:15px;font-weight:800;position:relative}.rate-card-content{flex:1;min-width:0}.rate-card-title{color:#111827;font-size:15px;font-weight:800;line-height:22px}.rate-card-scope{color:#94a3b8;margin-top:2px;font-size:12px}.rate-card-meta{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.rate-card-meta span{color:#64748b;white-space:nowrap;background:#f8fafc;border-radius:4px;padding:0 6px;font-size:11px;line-height:18px}.prediction-rate-card.is-loading .rate-card-meta span,.prediction-rate-card.is-loading .rate-card-title,.prediction-rate-card.is-loading .rate-card-scope{opacity:.55}.filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.filter-left{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.time-tabs{border:1px solid #ddd;border-radius:6px;gap:0;display:flex;overflow:hidden}.time-tab{color:#666;cursor:pointer;background:#fff;border:none;padding:8px 18px;font-size:14px;transition:all .2s}.time-tab:first-child{border-right:1px solid #ddd}.time-tab:hover{color:#e63946}.time-tab.active{color:#fff;background:#e63946}.date-filter-panel{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.date-range{align-items:center;gap:6px;display:flex}.date-range input{color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;height:34px;padding:0 8px;font-size:13px}.date-picker{position:relative}.date-picker-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:168px;height:34px;padding:0 12px;font-size:13px;transition:border-color .2s;display:flex}.date-picker-btn:hover,.date-picker-btn.open{color:#e63946;border-color:#e63946}.date-option-panel{z-index:210;box-sizing:border-box;background:#fff;border:1px solid #eee;border-radius:10px;width:168px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.date-option{color:#333;cursor:pointer;text-align:center;background:#fff;border:none;border-radius:6px;width:100%;padding:8px;font-size:13px;line-height:20px;transition:all .15s}.date-option:hover{color:#e63946;background:#fef2f2}.date-option.active{color:#fff;background:#e63946;font-weight:600}.date-range input{width:136px}.date-range span{color:#94a3b8;font-size:13px}.date-action,.date-clear{cursor:pointer;white-space:nowrap;border-radius:6px;height:34px;padding:0 12px;font-size:13px;transition:all .15s}.date-action{color:#e63946;background:#fff;border:1px solid #e63946}.date-action:hover:not(:disabled){color:#fff;background:#e63946}.date-action:disabled{cursor:not-allowed;opacity:.45}.date-clear{color:#64748b;background:#fff;border:1px solid #ddd}.date-clear:hover{background:#f8fafc;border-color:#cbd5e1}.league-filter{position:relative}.league-filter-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;transition:border-color .2s;display:flex}.league-filter-btn:hover,.league-filter-btn.open{color:#e63946;border-color:#e63946}.filter-count{color:#fff;background:#e63946;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;display:inline-flex}.recommend-filter{background:#fff;border:1px solid #eee;border-radius:6px;align-items:center;gap:6px;padding:3px;display:inline-flex}.recommend-filter-btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:4px;min-width:42px;height:28px;padding:0 10px;font-size:13px;font-weight:600;transition:all .15s}.recommend-filter-btn:hover{color:#e63946;background:#fff7f7}.recommend-filter-btn.active{color:#fff}.recommend-filter-all.active{background:#475569}.recommend-filter-recommended.active{background:#e63946}.recommend-filter-dan.active{background:#f59e0b}.recommend-filter-stable.active{background:#059669}.league-panel{z-index:200;background:#fff;border:1px solid #eee;border-radius:10px;min-width:500px;padding:20px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 24px #0000001f}.league-panel-grid{grid-template-columns:repeat(3,1fr);gap:14px 28px;margin-bottom:18px;display:grid}.league-checkbox{cursor:pointer;color:#333;align-items:center;gap:8px;font-size:14px;display:flex}.league-checkbox input[type=checkbox]{display:none}.checkbox-custom{border:2px solid #ddd;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.league-checkbox input:checked+.checkbox-custom{background:#e63946;border-color:#e63946}.league-checkbox input:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.league-name{white-space:nowrap}.league-panel-footer{border-top:1px solid #f0f0f0;justify-content:center;align-items:center;gap:16px;padding-top:14px;display:flex}.panel-action{color:#666;cursor:pointer;background:0 0;border:none;padding:6px 20px;font-size:14px}.panel-action:hover{color:#333}.panel-confirm{color:#e63946;cursor:pointer;background:#fff;border:1px solid #e63946;border-radius:4px;margin-left:auto;padding:6px 24px;font-size:14px;transition:all .2s}.panel-confirm:hover{color:#fff;background:#e63946}.filter-right{align-items:center;display:flex}.search-box{align-items:center;display:flex;position:relative}.search-box input{color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;width:260px;padding:8px 36px 8px 14px;font-size:14px}.search-box input::placeholder{color:#bbb}.search-icon{color:#999;font-size:14px;position:absolute;right:12px}.matches-table-wrapper{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #0000000f}.table-legend{color:#555;border-bottom:1px solid #f0f0f0;align-items:center;gap:24px;padding:14px 20px;font-size:13px;display:flex}.legend-item{align-items:center;gap:6px;display:flex}.legend-dot{border-radius:3px;width:14px;height:14px}.legend-dot.recommend{background:#fef2f2;border:2px solid #e63946}.legend-dot.wen-dan{background:#ecfdf5;border:2px solid #059669}.legend-dot.dan{background:#fffbeb;border:2px solid #f59e0b}.legend-dot.picked{background:#fef2f2;border:2px solid #e63946;position:relative}.legend-dot.picked:after{content:"";background:#e63946;border-radius:1px;position:absolute;inset:2px}.matches-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1080px;font-size:14px}.matches-table thead th{text-align:center;color:#555;white-space:nowrap;background:#fafafa;border-bottom:1px solid #eee;padding:14px 10px;font-size:14px;font-weight:600}.matches-table thead th.col-tip{width:78px}.matches-table thead th.col-code{width:80px}.matches-table thead th.col-league,.matches-table thead th.col-time{width:104px}.matches-table thead th.col-teams{width:270px}.matches-table thead th.col-handicap{width:50px}.matches-table thead th.col-odds{width:65px}.matches-table thead th.col-goal-total{width:310px}.matches-table thead th.col-source{width:140px}.matches-table thead th.col-probability{width:65px}.matches-table thead th.col-hit{width:82px}.matches-table tbody td{text-align:center;vertical-align:middle;padding:10px;font-size:14px}.date-group-row td{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8f9fa;border-top:1px solid #eee;font-size:14px;text-align:left!important;padding:12px 20px!important}.date-group-row:hover td{background:#f0f1f3}.date-label{color:#1a73e8;font-weight:600}.collapse-btn{color:#1a73e8;margin-left:14px;font-size:13px}.collapse-btn.collapsed{color:#666}.match-row-top td{border-top:1px solid #eee;padding-top:14px}.match-row-bottom td{padding-bottom:14px}.goal-odds-table{min-width:930px}.goal-odds-row td{border-top:1px solid #eee}.col-goal-total{color:#111827;background:#fff7ed;font-size:14px;font-weight:800}.col-goal-total.odds-locked{cursor:pointer;color:#94a3b8;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.goal-total-options{justify-content:center;gap:6px;display:flex}.goal-total-option{color:#9a3412;background:#fff;border:1px solid #fed7aa;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:inline-flex}.goal-total-option.picked{color:#fff;background:#e63946;border-color:#e63946}.col-source{color:#475569;font-size:12px;line-height:1.5}.col-source span,.col-source small{display:block}.col-source span{color:#0f766e;font-weight:800}.col-code{color:#333;font-size:13px;font-weight:500}.code-text,.single-tag{display:block}.single-tag{color:#b45309;white-space:nowrap;background:#fffbeb;border:1px solid #f59e0b;border-radius:3px;width:fit-content;margin:5px auto 0;padding:2px 6px;font-size:11px;font-weight:700;line-height:16px}.col-league .league-tag{color:#fff;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;min-width:72px;max-width:96px;padding:3px 8px;font-size:12px;line-height:18px;display:inline-block;overflow:hidden}.col-time{color:#d92d20;white-space:nowrap;font-size:13px;font-weight:700}.col-time:before{content:"";vertical-align:1px;background:#e63946;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.col-teams{text-align:center!important}.teams-cell{border-radius:6px;justify-content:center;padding:6px 8px;display:flex;position:relative}.teams-cell.dan-mark{background:#fffbeb;border:2px solid #f59e0b}.teams-cell.wen-dan-mark{background:#ecfdf5;border:2px solid #059669}.teams-display{text-align:center;grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);align-items:center;gap:6px;width:100%;font-size:15px;display:grid}.teams-display .rank{color:#999;font-size:12px}.teams-display .team-name{color:#1a1a2e;font-weight:600}.team-side{align-items:center;gap:4px;min-width:0;display:inline-flex}.home-side{text-align:right;justify-content:flex-end}.away-side{text-align:left;justify-content:flex-start}.teams-display .vs-text{color:#999;justify-self:center;min-width:48px;font-size:13px;font-weight:700}.teams-display .score-text{color:#e63946;background:#fef2f2;border-radius:4px;padding:3px 6px;font-size:16px}.handicap-val{color:#666;min-width:28px;font-size:14px;font-weight:600;display:inline-block}.handicap-val.has-val{color:#e63946}.col-odds{color:#333;font-size:14px;font-weight:500}.col-odds.odds-picked{color:#e63946;background:#fef2f2;font-weight:700}.col-odds.odds-locked{cursor:pointer;color:#94a3b8;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.odds-locked .odds-value{filter:blur(5px);opacity:.55;display:inline-block}.col-probability{color:#e63946;font-size:15px;font-weight:700}.col-tip{width:78px}.recommend-tags{flex-direction:column;align-items:center;gap:4px;display:inline-flex}.recommend-tag{white-space:nowrap;border-radius:3px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-block}.recommend-tag-main{color:#fff;background:#e63946}.recommend-tag-dan{color:#c2410c;background:#fff7ed;border:1px solid #fdba74}.recommend-tag-stable{color:#047857;background:#ecfdf5;border:1px solid #86efac}.no-recommend-tag{color:#94a3b8;font-size:12px;line-height:16px;display:inline-block}.col-hit{font-size:13px}.hit-result{white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;min-width:54px;height:24px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.hit-none{color:#64748b;background:#f1f5f9}.hit-0{color:#64748b;background:#f8fafc;border:1px solid #cbd5e1}.hit-1{color:#047857;background:#ecfdf5;border:1px solid #86efac}.hit-2{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.hit-3{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.matches-loading{color:#64748b;text-align:center;padding:80px 20px;font-size:16px;font-weight:600}.empty{text-align:center;color:#999;padding:80px 20px;font-size:16px}.matches-pagination{color:#64748b;justify-content:center;align-items:center;gap:14px;font-size:13px;display:flex}.matches-pagination button{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:6px 14px}.matches-pagination button:disabled{cursor:not-allowed;opacity:.5}.match-auth-backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a5c;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out matchAuthFade;display:flex;position:fixed;inset:0}.match-auth-dialog{background:#fff;border:1px solid #e639461f;border-radius:14px;width:min(420px,100%);padding:28px;animation:.2s ease-out matchAuthPop;position:relative;box-shadow:0 22px 70px #0f172a38}.match-auth-close{color:#94a3b8;cursor:pointer;background:#f8fafc;border:0;border-radius:50%;width:30px;height:30px;font-size:20px;line-height:1;position:absolute;top:12px;right:12px}.match-auth-close:hover{color:#e63946;background:#fef2f2}.match-auth-content{margin-top:4px}.match-auth-content h3{color:#111827;margin:0;font-size:22px;line-height:30px}.match-auth-content p{color:#64748b;margin:8px 0 0;font-size:14px;line-height:22px}.match-auth-actions{grid-template-columns:1fr 1.4fr;gap:10px;margin-top:24px;display:grid}.match-auth-actions button{cursor:pointer;border-radius:8px;height:42px;font-size:14px;font-weight:800;transition:all .18s}.match-auth-secondary{color:#64748b;background:#fff;border:1px solid #e2e8f0}.match-auth-secondary:hover{color:#334155;background:#f8fafc;border-color:#cbd5e1}.match-auth-primary{color:#fff;background:#e63946;border:1px solid #e63946;box-shadow:0 10px 22px #e6394638}.match-auth-primary:hover{background:#d92d3a;transform:translateY(-1px)}@keyframes matchAuthFade{0%{opacity:0}to{opacity:1}}@keyframes matchAuthPop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.prediction-stats-row{grid-template-columns:1fr}.stats-row-title{border-bottom:1px solid #f1f5f9;border-right:0;flex-direction:row;justify-content:space-between;align-items:baseline;padding:0 0 10px}.stats-card-grid{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}.filter-left,.filter-right,.date-filter-panel,.date-picker,.date-range,.date-picker-btn,.date-option-panel{width:100%}.date-range{flex-wrap:wrap}.date-range input{flex:1;min-width:130px}.search-box input{width:100%}.league-panel{min-width:320px}.league-panel-grid{grid-template-columns:repeat(2,1fr)}.match-auth-dialog{padding:24px}.match-auth-actions{grid-template-columns:1fr}}.predictions-page{flex-direction:column;gap:16px;display:flex}.prediction-login-panel{text-align:center;background:linear-gradient(#ffffffeb,#ffffffeb),repeating-linear-gradient(0deg,#fff,#fff 47px,#f8fafc 48px),repeating-linear-gradient(90deg,#0000,#0000 105px,#e2e8f073 106px);border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:calc(100vh - 190px);padding:40px 20px;display:flex;box-shadow:0 2px 8px #0f172a0d}.prediction-login-copy{max-width:520px}.prediction-login-copy h2{color:#111827;margin:0;font-size:24px;font-weight:900;line-height:32px}.prediction-login-copy p{color:#64748b;margin:8px 0 0;font-size:14px;line-height:24px}.prediction-login-btn{color:#fff;cursor:pointer;background:#e63946;border:0;border-radius:8px;justify-content:center;align-items:center;min-width:132px;height:42px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 12px 24px #e6394633}.prediction-login-btn:hover{background:#c62828;transform:translateY(-1px)}.prediction-login-btn.muted{cursor:default;box-shadow:none;background:#94a3b8}.prediction-login-btn.muted:hover{background:#94a3b8;transform:none}.prediction-membership-note{color:#e63946;background:#fef2f2;border-radius:999px;align-items:center;height:26px;margin-top:14px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.prediction-error{color:#c62828;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px}.prediction-page-note{color:#64748b;background:#f8fffc;border:1px solid #d7f3ed;border-left:3px solid #0f8b7b;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:13px;line-height:20px;display:flex}.prediction-page-note div{align-items:center;gap:10px;min-width:0;display:flex}.prediction-page-note strong{color:#111827;flex:none;font-size:14px;font-weight:900}.prediction-page-note em{color:#0f8b7b;flex:none;font-size:12px;font-style:normal;font-weight:800}.prediction-controls{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex}.prediction-control-tabs{background:#f1f5f9;border-radius:8px;gap:4px;padding:3px;display:inline-flex}.prediction-control-tabs button,.prediction-recommend-filter{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;height:34px;padding:0 14px;font-size:13px;font-weight:750}.prediction-control-tabs button.active{color:#0f8b7b;background:#fff;box-shadow:0 1px 4px #0f172a1a}.prediction-control-tabs.market{margin-left:4px}.prediction-recommend-filter{color:#475569;background:#fff;border-color:#cbd5e1;margin-left:auto}.prediction-recommend-filter:hover{color:#0f8b7b;border-color:#0f8b7b}.prediction-recommend-filter.active{color:#fff;background:#0f8b7b;border-color:#0f8b7b}.prediction-recommend-filter:focus-visible,.prediction-control-tabs button:focus-visible{outline-offset:2px;outline:3px solid #0f8b7b33}.predictions-table-wrapper{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #0000000f}.prediction-goal-table{table-layout:auto;min-width:1320px}.prediction-goal-table th,.prediction-goal-table td{padding-left:10px;padding-right:10px}.prediction-goal-table th:nth-child(n){width:auto}.prediction-goal-table .match-cell{min-width:220px}.goal-line-cell strong,.goal-line-cell small{white-space:nowrap;display:block}.goal-line-cell small{color:#94a3b8;margin-top:3px;font-size:11px;font-weight:500}.goal-prediction-odds{color:#334155;font-variant-numeric:tabular-nums;font-weight:650}.goal-prediction-row.recommended td{background:#f8fffc}.goal-prediction-row.no-recommend td{color:#94a3b8;background:#fcfcfd}.result-badge.upper{background:#e63946}.predictions-table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:14px}.predictions-table th{text-align:center;color:#666;white-space:nowrap;background:#fafafa;border-bottom:1px solid #eee;padding:12px 16px;font-size:13px;font-weight:600}.predictions-table td{text-align:center;vertical-align:middle;border-bottom:1px solid #f5f5f5;padding:14px 16px}.predictions-table th:first-child{width:8%}.predictions-table th:nth-child(2){width:22%}.predictions-table th:nth-child(3){width:11%}.predictions-table th:nth-child(4){width:7%}.predictions-table th:nth-child(5),.predictions-table th:nth-child(6),.predictions-table th:nth-child(7){width:8%}.predictions-table th:nth-child(8){width:13%}.predictions-table th:nth-child(9){width:11%}.predictions-table th:nth-child(10){width:7%}.predictions-table tr:last-child td{border-bottom:none}.predictions-table tr:hover td{background:#fafafa}.league-badge{color:#fff;white-space:nowrap;background:#1a1a2e;border-radius:4px;justify-content:center;align-items:center;min-width:44px;padding:2px 8px;font-size:12px;display:inline-flex}.match-cell{color:#1a1a2e}.match-teams{white-space:nowrap;grid-template-columns:minmax(54px,1fr) 28px minmax(54px,1fr);justify-content:center;align-items:center;gap:6px;font-weight:500;display:grid}.match-teams span{text-overflow:ellipsis;min-width:54px;display:block;overflow:hidden}.match-teams span:first-child{text-align:right}.match-teams span:last-child{text-align:left}.match-teams em{color:#bbb;font-size:12px;font-style:normal}.time-cell{color:#999;white-space:nowrap;font-size:13px}.result-badge{color:#fff;white-space:nowrap;background:#e63946;border-radius:4px;justify-content:center;align-items:center;min-width:58px;padding:3px 10px;font-size:12px;font-weight:600;line-height:1.3;display:inline-flex}.result-badge.lower{background:#1a1a2e}.result-badge.no-recommend{color:#64748b;background:#f1f5f9}.confidence-bar{justify-content:center;align-items:center;gap:8px;min-width:138px;display:flex}.confidence-bar span{color:#666;white-space:nowrap;font-size:13px}.confidence-bar small{color:#999;font-size:11px}.confidence-fill{background:linear-gradient(90deg,#e63946,#ff6b6b);border-radius:3px;flex:1;max-width:60px;height:6px}.prediction-row-top td{border-top:1px solid #f1f5f9;border-bottom:0;padding-top:14px;padding-bottom:7px}.prediction-row-bottom td{padding-top:7px;padding-bottom:14px}.prediction-row-top.no-recommend td,.prediction-row-bottom.no-recommend td{background:#fcfcfd}.handicap-cell{color:#64748b;font-size:14px;font-weight:800}.handicap-cell.has-val{color:#e63946}.prediction-odds{color:#333;font-weight:650}.prediction-odds.picked{color:#e63946;background:#fef2f2;font-weight:900}.table-empty{color:#94a3b8;text-align:center;padding:34px 12px!important}.odds-cell{color:#e63946;font-weight:600}.hit-tag{white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;min-width:44px;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.hit-tag.hit-0{color:#999;background:#f5f5f5}.hit-tag.hit-1{color:#2e7d32;background:#e8f5e9}.hit-tag.hit-2{color:#c62828;background:#fbe9e7}.hit-tag.hit-3{color:#b45309;background:#fffbeb}.hit-tag.hit-none{color:#64748b;background:#f1f5f9}@media (width<=768px){.prediction-controls{align-items:stretch}.prediction-control-tabs{flex:auto}.prediction-control-tabs button{flex:1;padding:0 10px}.prediction-control-tabs.market,.prediction-recommend-filter{margin-left:0}.predictions-table-wrapper{border-radius:8px}.predictions-table th,.predictions-table td{padding:10px 12px}}.recommends-page h1{color:#1a1a2e;margin:0 0 4px;font-size:22px}.recommends-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.btn-publish{color:#fff;cursor:pointer;background:#e63946;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .2s}.btn-publish:hover{background:#c62828}.btn-publish:disabled{color:#64748b;cursor:not-allowed;background:#cbd5e1}.btn-publish:disabled:hover{background:#cbd5e1}.recommend-list{flex-direction:column;gap:16px;display:flex}.recommend-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f}.recommend-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.author{align-items:center;gap:10px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#e63946,#ff6b6b);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.author-info{flex-direction:column;display:flex}.author-name{color:#1a1a2e;font-size:14px;font-weight:600}.publish-time{color:#999;font-size:12px}.hit-status{border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500}.hit-status.hit-0{color:#999;background:#f5f5f5}.hit-status.hit-1{color:#2e7d32;background:#e8f5e9}.hit-status.hit-2{color:#c62828;background:#fbe9e7}.recommend-match{background:#f8f9fa;border-radius:8px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 14px;display:flex}.recommend-match .league-tag{color:#fff;background:#1a1a2e;border-radius:4px;padding:2px 8px;font-size:11px}.recommend-match .match-info{color:#1a1a2e;font-size:14px;font-weight:500}.recommend-match .match-time{color:#999;margin-left:auto;font-size:12px}.recommend-content{color:#444;margin-bottom:14px;font-size:14px;line-height:1.6}.recommend-bottom{border-top:1px solid #f0f0f0;align-items:center;gap:12px;padding-top:12px;display:flex}.predict-tag{color:#fff;background:#e63946;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600}@media (width<=768px){.recommends-header{flex-direction:column;gap:16px}.recommend-match{flex-wrap:wrap}.recommend-match .match-time{width:100%;margin-left:0}}.dev-switch{z-index:1000;color:#fff;background:#e63946;border:1px solid #e6394659;border-radius:6px;justify-content:center;align-items:center;min-width:106px;height:36px;padding:0 14px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 8px 22px #0f172a2e}.dev-switch:hover{background:#c62828}
