*{box-sizing:border-box}:root{--app-bg: #08090b;--panel-bg: #141619;--panel-bg-soft: #191b20;--panel-bg-muted: #202226;--panel-border: rgba(255, 255, 255, .07);--panel-border-soft: rgba(255, 255, 255, .045);--field-bg: #17191d;--field-border: rgba(255, 255, 255, .12)}html,body,#root{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--app-bg);color:#e2e8f0}a{text-decoration:none;color:inherit}input,select{font:inherit;width:100%;height:42px;background:var(--field-bg);border:1px solid var(--field-border);border-radius:10px;padding:0 12px;outline:none;color:#e2e8f0}select option{background:var(--panel-bg);color:#e2e8f0}input[type=checkbox],input[type=radio]{width:auto;height:auto}button,textarea{font:inherit}.app-shell{display:flex;height:100%;padding:22px;gap:22px;min-width:0}.sidebar{width:272px;background:var(--panel-bg);color:#fff;padding:18px 16px;display:flex;flex-direction:column;gap:18px;border:1px solid var(--panel-border-soft);border-radius:20px;box-shadow:0 18px 46px #0000003d,inset 0 1px #ffffff08;overflow:hidden;overflow-x:hidden}.main-content{flex:1;min-width:0;padding:0;overflow:auto;border-radius:16px;display:block}.main-content>.page-card{width:100%;min-width:0;min-height:100%}.page-card{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;padding:24px;display:flex;flex-direction:column;box-shadow:0 18px 46px #0000003d,inset 0 1px #ffffff08}.page-card h2{margin-top:0;margin-bottom:8px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.page-head p{color:#94a3b8}.analyze-page-head{margin-bottom:16px}.analyze-page-title h2{margin:0 0 8px}.analyze-page-title p{margin:0;color:#94a3b8;line-height:1.55;max-width:960px}.analyze-page-title p span{display:block}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;margin-top:24px}.stat-box{--semantic-rgb: 96, 165, 250;--semantic-soft: #bfdbfe;--semantic-strong: #60a5fa;background:linear-gradient(180deg,rgba(var(--semantic-rgb),.1),#141619eb);border:1px solid rgba(var(--semantic-rgb),.34);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px}.stat-box strong{font-size:22px;color:var(--semantic-strong)}.stat-box span{color:var(--semantic-soft);font-size:12px}.semantic-card,.semantic-card-slate{--semantic-rgb: 96, 165, 250;--semantic-soft: #bfdbfe;--semantic-strong: #60a5fa}.semantic-card{border:1px solid rgba(var(--semantic-rgb),.34);border-radius:14px;background:linear-gradient(180deg,rgba(var(--semantic-rgb),.1),#141619eb);color:#e2e8f0;box-shadow:inset 0 1px #ffffff09}.semantic-card-blue{--semantic-rgb: 96, 165, 250;--semantic-soft: #bfdbfe;--semantic-strong: #60a5fa}.semantic-card-green{--semantic-rgb: 74, 222, 128;--semantic-soft: #bbf7d0;--semantic-strong: #4ade80}.semantic-card-amber,.semantic-card-yellow{--semantic-rgb: 251, 191, 36;--semantic-soft: #fde68a;--semantic-strong: #fbbf24}.semantic-card-red{--semantic-rgb: 248, 113, 113;--semantic-soft: #fecaca;--semantic-strong: #f87171}.semantic-card-purple{--semantic-rgb: 167, 139, 250;--semantic-soft: #ddd6fe;--semantic-strong: #a78bfa}.semantic-card-orange{--semantic-rgb: 251, 146, 60;--semantic-soft: #fed7aa;--semantic-strong: #fb923c}.semantic-card-muted{--semantic-rgb: 148, 163, 184;--semantic-soft: #cbd5e1;--semantic-strong: #94a3b8}.home-summary-card{padding:16px}.home-summary-card>div:first-child,.home-entry-card>div:first-child>div:first-child{color:var(--semantic-soft)!important;font-weight:800}.home-summary-card>div:nth-child(2){color:var(--semantic-strong)}.home-highlight-card>div:nth-child(2){color:var(--semantic-strong)}.form-grid{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}.form-item{display:flex;flex-direction:column;gap:8px}.form-item label,.analysis-grid strong{font-size:12px;color:#94a3b8;font-weight:700}.form-item input,.form-item select{height:42px;border:1px solid var(--field-border);border-radius:10px;padding:0 12px;outline:none;background:var(--field-bg);color:#e2e8f0;font-size:13px;font-weight:700}.form-item input:focus,.form-item select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}input[type=date]{background:var(--field-bg);color:#e2e8f0;border:1px solid var(--field-border)}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(2);opacity:1;cursor:pointer}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.message-box{margin-top:16px;padding:12px 14px;border-radius:10px;background:#3b82f61a;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.table-wrap{margin-top:16px;overflow:auto;border:1px solid var(--panel-border);border-radius:12px;min-height:0;max-height:var(--table-container-max-height, none)}.table-container-fill,.page-card>.table-wrap{flex:1}.table-container-fill{max-height:var(--table-container-max-height, calc(100vh - 360px) );min-height:320px}.table-container-sticky .data-table thead th{position:sticky;top:0;z-index:4;background:var(--panel-bg-muted)}.table-container-sticky .data-table thead th:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--panel-border-soft)}.table-wrap.no-margin{margin:0}.analysis-card.table-section{display:flex;flex-direction:column;min-height:0}.analysis-card.table-section>.table-wrap{flex:1;margin-top:0}.data-table{width:100%;border-collapse:collapse;min-width:900px}.data-table thead{background:var(--panel-bg-muted)}.data-table th,.data-table td{border-bottom:1px solid var(--panel-border-soft);padding:12px 14px;text-align:left;font-size:14px}.data-table th{color:#94a3b8;font-weight:700}.data-table tbody tr:hover{background:var(--panel-bg-soft)}.history-record-table{table-layout:fixed;width:100%;min-width:0}.history-record-table .history-col-select,.history-record-table .history-col-expand{width:3%}.history-record-table .history-col-id{width:4.8%}.history-record-table .history-col-league{width:7.2%}.history-record-table .history-col-match{width:18.5%}.history-record-table .history-col-score{width:5.8%;text-align:center}.history-record-table .history-col-output{width:8.5%}.history-record-table .history-col-risk{width:7%}.history-record-table .history-col-state{width:6.8%}.history-record-table .history-col-hit{width:5.6%}.history-record-table .history-col-pool{width:7.4%}.history-record-table .history-col-created{width:10.8%}.history-record-table .history-col-action{width:7.7%}.history-record-table th,.history-record-table td{padding:12px 10px;vertical-align:middle}.history-record-table th:not(:nth-child(5)),.history-record-table td:not(:nth-child(5)){text-align:center}.history-record-table th:nth-child(3),.history-record-table td:nth-child(3),.sample-pool-table th:nth-child(3),.sample-pool-table td:nth-child(3){white-space:nowrap}.history-record-table th:nth-child(5),.history-record-table td:nth-child(5),.history-record-table .detail-row>td{text-align:left}.history-record-table th:nth-child(12),.history-record-table td:nth-child(12){font-size:13px;padding-left:16px}.history-record-table th:nth-child(11),.history-record-table td:nth-child(11){padding-right:16px}.history-record-table .cell-main,.history-record-table .cell-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-created-cell{line-height:1.25}.history-created-date,.history-created-time{white-space:nowrap}.history-created-time{margin-top:3px;color:#94a3b8;font-size:12px}.history-record-table .badge{min-width:52px;text-align:center;white-space:nowrap}.history-record-table .history-league-pill{min-width:48px;justify-content:center}.history-record-table .table-danger-btn{width:58px;height:34px;padding:0}.history-select-checkbox,.sample-select-checkbox{width:16px;height:16px;accent-color:#60a5fa;cursor:pointer}.history-bulk-bar{margin:0 0 12px;padding:10px 12px;border:1px solid var(--panel-border);border-radius:10px;background:var(--panel-bg-soft);color:#94a3b8;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:700}.history-bulk-bar>div{display:flex;gap:8px;flex-wrap:wrap}.history-bulk-bar .secondary-btn,.history-bulk-bar .danger-btn{height:34px;padding:0 12px;font-size:13px;min-width:120px;text-align:center}.optional-nine-result-table{table-layout:fixed;width:100%;min-width:0}.optional-nine-result-table th,.optional-nine-result-table td{padding:13px 10px;vertical-align:middle}.optional-nine-result-table th:not(:nth-child(2)),.optional-nine-result-table td:not(:nth-child(2),:nth-child(9)){text-align:center}.optional-nine-result-table th:nth-child(4),.optional-nine-result-table td:nth-child(4){padding-right:18px}.optional-nine-result-table th:nth-child(5),.optional-nine-result-table td:nth-child(5){padding-left:18px}.optional-nine-result-table tbody tr{background:#0f172a29}.optional-nine-result-table tbody tr:hover{background:#1e293b5c}.optional-nine-final-table tbody tr{box-shadow:inset 3px 0 #4ade80a6}.optional-nine-excluded-table tbody tr{box-shadow:inset 3px 0 #f87171a6}.optional-nine-result-table .cell-main,.optional-nine-result-table .cell-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.optional-nine-result-table .badge{min-width:56px;text-align:center;white-space:nowrap}.optional-nine-result-checkbox{width:18px;height:18px}.optional-nine-odds{color:#e2e8f0;font-weight:800}.optional-nine-score{width:58px;height:34px;margin:0 auto;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:0}.optional-nine-score.is-final{color:#86efac;background:#22c55e1f;border:1px solid rgba(74,222,128,.35)}.optional-nine-score.is-excluded{color:#fca5a5;background:#ef44441f;border:1px solid rgba(248,113,113,.35)}.optional-nine-reasons{color:#cbd5e1;font-size:13px;line-height:1.45;white-space:normal}.optional-nine-judgement-table{table-layout:fixed;width:100%;min-width:0}.optional-nine-judgement-table th,.optional-nine-judgement-table td{padding:14px 10px;vertical-align:middle}.optional-nine-judgement-table th:first-child,.optional-nine-judgement-table td:first-child{padding-left:0;padding-right:0;text-align:center}.optional-nine-judgement-table th:not(:first-child,:last-child),.optional-nine-judgement-table td:not(:first-child,:last-child){text-align:center}.optional-nine-judgement-table tbody tr{box-shadow:inset 3px 0 #60a5fa59}.optional-nine-judgement-table tbody tr.is-manual{box-shadow:inset 3px 0 #facc15bf}.optional-nine-judgement-table .cell-main,.optional-nine-judgement-table .cell-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.optional-nine-vs{color:#64748b;font-weight:900}.optional-nine-pick-cell{padding-left:6px!important;padding-right:6px!important}.optional-nine-pick-cell button{width:100%;min-width:42px;height:42px;border-radius:8px;border:1px solid rgba(96,165,250,.22);background:#0f172a57;color:#94a3b8;font-size:17px;font-weight:900;cursor:pointer}.optional-nine-pick-cell button:hover{border-color:#60a5fa85;background:#1e293b85}.optional-nine-pick-cell button.is-active{color:#dbeafe;background:#60a5fa3d;border-color:#60a5faad;box-shadow:inset 0 0 0 1px #93c5fd33}.optional-nine-pick-cell button.is-all{color:#fca5a5;background:#ef444424;border-color:#f8717180}.optional-nine-mode-pill{min-width:54px;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;white-space:nowrap}.optional-nine-mode-pill.mode-single{color:#86efac;background:#22c55e1f;border:1px solid rgba(74,222,128,.35)}.optional-nine-mode-pill.mode-double{color:#93c5fd;background:#3b82f61f;border:1px solid rgba(96,165,250,.35)}.optional-nine-mode-pill.mode-all{color:#fca5a5;background:#ef44441f;border:1px solid rgba(248,113,113,.35)}.optional-nine-final-panel{width:100%;max-width:300px;margin:0 auto;padding:8px;border-radius:12px;background:#0f172a47;border:1px solid rgba(148,163,184,.12);display:grid;grid-template-columns:38px 1fr;gap:6px 8px;align-items:center}.optional-nine-control-label{color:#64748b;font-size:11px;font-weight:900;text-align:right;white-space:nowrap}.optional-nine-mode-control,.optional-nine-result-control{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:3px;border-radius:9px;background:#0f172a73;border:1px solid rgba(148,163,184,.16)}.optional-nine-mode-control button,.optional-nine-result-control button{height:28px;min-width:0;padding:0 6px;border:0;border-radius:7px;background:transparent;color:#94a3b8;font-size:12px;font-weight:800;cursor:pointer}.optional-nine-mode-control button.is-active,.optional-nine-result-control button.is-active{color:#e2e8f0;background:#60a5fa38}.optional-nine-result-control button:disabled{cursor:not-allowed;opacity:.72}.optional-nine-final-summary{margin-top:7px;text-align:center}.optional-nine-multiple-control{height:34px;padding:0 8px 0 10px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#0f172a6b;color:#94a3b8;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900}.optional-nine-multiple-control input{width:56px;height:24px;padding:0 6px;border-radius:7px;text-align:center;font-size:13px}.optional-nine-amount{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(74,222,128,.35);background:#22c55e1f;color:#86efac;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;white-space:nowrap}.optional-nine-history-detail-table{table-layout:fixed;width:100%;min-width:0}.optional-nine-history-stats{display:flex;flex-direction:column;gap:16px;margin:20px 0}.optional-nine-history-stats-row{display:grid;gap:16px}.optional-nine-history-stats-status{grid-template-columns:repeat(4,minmax(180px,1fr))}.optional-nine-history-stats-money{grid-template-columns:repeat(3,minmax(220px,1fr))}.optional-nine-plan-table{box-sizing:border-box;table-layout:fixed;width:100%;min-width:0}.optional-nine-plan-table th,.optional-nine-plan-table td{box-sizing:border-box;padding:14px 7px;vertical-align:middle;overflow:hidden}.optional-nine-plan-table th{white-space:nowrap}.optional-nine-plan-table th:not(:nth-child(1),:nth-child(2)),.optional-nine-plan-table td:not(:nth-child(1),:nth-child(2)){text-align:center}.optional-nine-plan-table th:nth-child(1),.optional-nine-plan-table td:nth-child(1),.optional-nine-plan-table th:nth-child(2),.optional-nine-plan-table td:nth-child(2){text-align:left}.optional-nine-plan-table td:nth-child(1),.optional-nine-plan-table td:nth-child(4),.optional-nine-plan-table td:nth-child(5),.optional-nine-plan-table td:nth-child(7),.optional-nine-plan-table td:nth-child(8),.optional-nine-plan-table td:nth-child(11){white-space:nowrap;text-overflow:ellipsis}.optional-nine-plan-table td:nth-child(1){text-overflow:clip}.optional-nine-plan-table td:nth-child(9),.optional-nine-plan-table td:nth-child(10){white-space:nowrap;text-overflow:clip}.optional-nine-plan-table td:nth-child(3) .badge{min-width:42px;margin:0 3px;padding:3px 7px}.optional-nine-plan-table td:nth-child(3){overflow:visible;white-space:nowrap}.optional-nine-plan-table td:nth-child(6) .badge{min-width:72px}.optional-nine-plan-table .table-danger-btn{width:46px;min-width:0;height:30px;padding:0;font-size:12px}.optional-nine-plan-table .cell-main{white-space:normal;line-height:1.35;overflow-wrap:anywhere}.optional-nine-plan-table .cell-sub{margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.optional-nine-plan-saved-at{color:#94a3b8}.optional-nine-plan-time{line-height:1.35;white-space:normal!important}.optional-nine-plan-time div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1280px){.optional-nine-history-stats-status,.optional-nine-history-stats-money{grid-template-columns:repeat(2,minmax(180px,1fr))}}.optional-nine-history-detail-table th,.optional-nine-history-detail-table td{padding:12px 10px;vertical-align:middle}.optional-nine-history-detail-table th:not(:nth-child(3),:nth-child(8)),.optional-nine-history-detail-table td:not(:nth-child(3),:nth-child(8)){text-align:center}.optional-nine-history-detail-table th:nth-child(3),.optional-nine-history-detail-table td:nth-child(3),.optional-nine-history-detail-table th:nth-child(8),.optional-nine-history-detail-table td:nth-child(8){text-align:left}.optional-nine-history-detail-table tbody tr{box-shadow:inset 3px 0 #60a5fa59}.optional-nine-history-detail-table tbody tr.is-manual{box-shadow:inset 3px 0 #facc15bf}.optional-nine-history-detail-table .badge{min-width:54px;text-align:center;white-space:nowrap}.optional-nine-history-match-name{white-space:normal;line-height:1.3}.optional-nine-history-detail-table .cell-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sample-head-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.sample-pool-tabs{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;margin:18px 0 14px}.sample-pool-tab{min-height:74px;padding:14px 16px;border-radius:14px;border:1px solid rgba(var(--sample-pool-rgb, 96, 165, 250),.34);background:linear-gradient(180deg,rgba(var(--sample-pool-rgb, 96, 165, 250),.1),#141619d6);color:var(--sample-pool-soft, #bfdbfe);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:border-color .15s ease,background .15s ease,transform .15s ease}.sample-pool-tab:hover{border-color:rgba(var(--sample-pool-rgb, 96, 165, 250),.58);background:linear-gradient(180deg,rgba(var(--sample-pool-rgb, 96, 165, 250),.18),#141619e0)}.sample-pool-tab.active{border-color:rgba(var(--sample-pool-rgb, 96, 165, 250),.78);background:linear-gradient(180deg,rgba(var(--sample-pool-rgb, 96, 165, 250),.25),#141619eb);box-shadow:inset 0 1px #ffffff0a}.sample-pool-tab-candidate{--sample-pool-rgb: 96, 165, 250;--sample-pool-soft: #bfdbfe;--sample-pool-strong: #60a5fa}.sample-pool-tab-normal{--sample-pool-rgb: 74, 222, 128;--sample-pool-soft: #bbf7d0;--sample-pool-strong: #4ade80}.sample-pool-tab-grey{--sample-pool-rgb: 251, 191, 36;--sample-pool-soft: #fde68a;--sample-pool-strong: #fbbf24}.sample-pool-tab-anomaly{--sample-pool-rgb: 248, 113, 113;--sample-pool-soft: #fecaca;--sample-pool-strong: #f87171}.sample-pool-tab span{font-size:14px;font-weight:800}.sample-pool-tab strong{font-size:28px;color:var(--sample-pool-strong, #60a5fa);line-height:1}.sample-toolbar{margin:18px 0 22px;padding:12px;border:1px solid var(--panel-border);border-radius:12px;background:var(--panel-bg-soft);display:flex;align-items:center;justify-content:space-between;gap:16px}.sample-toolbar-info{min-height:36px;padding:0 4px;display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:13px;font-weight:800;white-space:nowrap}.sample-toolbar-info strong{color:#e2e8f0;font-size:18px;line-height:1}.sample-toolbar-info em{margin-left:8px;color:#64748b;font-size:12px;font-style:normal;font-weight:700}.sample-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.sample-structure-strip{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(51,65,85,.82);border-radius:12px;background:#14161994;display:flex;align-items:center;gap:8px;overflow-x:auto}.sample-structure-title{flex:0 0 auto;color:#94a3b8;font-size:12px;font-weight:800;margin-right:4px}.sample-structure-chip{flex:0 0 auto;max-width:220px;height:32px;padding:0 10px;border-radius:999px;border:1px solid rgba(59,130,246,.26);background:#2563eb1a;color:#bfdbfe;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.sample-structure-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sample-structure-chip strong{color:#e2e8f0;font-size:12px}.sample-structure-chip.hot{border-color:#ef44445c;background:#ef44441f;color:#fecaca}.structure-distribution-card{margin-top:16px}.distribution-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.distribution-analysis-grid .structure-distribution-card{margin-top:0}@media(max-width:860px){.distribution-analysis-grid{grid-template-columns:1fr}}.structure-distribution-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.structure-distribution-head h3{margin:0 0 4px}.structure-distribution-head p{margin:0;color:#64748b;font-size:12px}.structure-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.structure-summary span{padding:4px 8px;border:1px solid rgba(148,163,184,.16);border-radius:6px;background:#14161994;color:#cbd5e1;font-size:12px;font-weight:700;white-space:nowrap}.structure-rank-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px}.structure-rank-item{padding:10px;border:1px solid rgba(51,65,85,.82);border-radius:8px;background:#14161975}.structure-rank-item.hot{border-color:#f59e0b57}.structure-rank-item.selected{border-color:#60a5fab8;background:#1e40af29}.structure-rank-main{width:100%;padding:0;border:0;background:transparent;color:inherit;display:grid;grid-template-columns:24px minmax(0,1fr) 42px 96px;gap:8px;align-items:center;cursor:pointer;text-align:left}.structure-rank-item.readonly .structure-rank-main{cursor:default}.structure-rank-main:disabled{cursor:default}.structure-rank-index,.structure-rank-count,.structure-rank-rate{color:#94a3b8;font-size:12px;font-weight:800}.structure-rank-index{color:#64748b}.structure-rank-key{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:700}.structure-rank-count,.structure-rank-rate{text-align:right}.structure-rank-rate{white-space:nowrap}.structure-rank-track{height:5px;margin-top:8px;border-radius:999px;background:#202226e0;overflow:hidden}.structure-rank-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#22c55e)}.structure-rank-item.hot .structure-rank-bar{background:linear-gradient(90deg,#f59e0b,#ef4444)}.structure-rank-meta{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-top:7px;color:#64748b;font-size:11px}.structure-rank-meta button{padding:0;border:0;background:transparent;color:#60a5fa;font-size:11px;font-weight:800;cursor:pointer}.heatmap-analysis-card{margin-top:0}.heatmap-analysis-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.heatmap-analysis-head h3{margin:0}.heatmap-analysis-head p{margin:0;color:#64748b;font-size:12px;text-align:right}.sample-toolbar button{height:34px;padding:0 12px;font-size:13px}.sample-toolbar-info,.sample-toolbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sample-toolbar-info span{color:#94a3b8;font-size:13px;font-weight:700}.sample-pool-table{table-layout:fixed;width:100%;min-width:0}.sample-pool-table th,.sample-pool-table td{padding:12px 10px;vertical-align:middle}.sample-pool-table th:nth-child(5),.sample-pool-table td:nth-child(5),.sample-pool-table .detail-row>td{text-align:left}.sample-pool-table td:nth-child(12){font-size:13px;padding-left:16px}.sample-pool-table th:nth-child(11),.sample-pool-table td:nth-child(11){padding-right:16px}.sample-pool-table .cell-main,.sample-pool-table .cell-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sample-pool-table .badge{min-width:52px;text-align:center;white-space:nowrap}.sample-pool-table .history-league-pill{min-width:48px;justify-content:center}.sample-pool-table input[type=checkbox]{accent-color:#3b82f6;cursor:pointer}.sample-action-cell{display:flex;justify-content:center;align-items:center;gap:6px}.sample-action-cell select{width:82px;height:32px;border-radius:8px;border:1px solid var(--field-border);background:var(--field-bg);color:#e2e8f0;font-size:12px;font-weight:700}.sample-action-cell-wide{flex-wrap:wrap}.mono-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.backtest-comparison-wrap{overflow-x:auto}.backtest-comparison-table{table-layout:fixed;min-width:1360px}.backtest-comparison-table .backtest-col-id{width:156px}.backtest-comparison-table .backtest-col-match{width:190px}.backtest-comparison-table .backtest-col-p{width:76px}.backtest-comparison-table .backtest-col-branch{width:152px}.backtest-comparison-table .backtest-col-output{width:118px}.backtest-comparison-table .backtest-col-change{width:92px}.backtest-comparison-table .backtest-col-hit{width:96px}.backtest-comparison-table .backtest-col-type{width:140px}.backtest-comparison-table .backtest-col-created{width:150px}.backtest-comparison-table th,.backtest-comparison-table td{padding:12px 10px;text-align:center;vertical-align:middle}.backtest-comparison-table th:nth-child(2),.backtest-comparison-table td:nth-child(2){text-align:left}.backtest-comparison-table .cell-main,.backtest-comparison-table .mono-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backtest-comparison-table .mono-cell{color:#cbd5e1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.comparison-created-cell{color:#cbd5e1;display:inline-grid;gap:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.25;white-space:nowrap}.comparison-created-cell span{display:block}.backtest-comparison-table .badge{min-width:62px;text-align:center;white-space:nowrap}.branch-state-badge{max-width:132px;overflow:hidden;text-overflow:ellipsis;background-color:#6366f124;border-color:#6366f157;color:#c7d2fe}.p-value-chip{display:inline-flex;min-width:48px;height:28px;align-items:center;justify-content:center;border-radius:8px;background-color:#141619c7;border:1px solid rgba(71,85,105,.72);color:#e2e8f0;font-weight:700}.change-badge.change-stable{background-color:#64748b38;border-color:#64748b6b;color:#cbd5e1}.change-badge.change-changed{background-color:#f59e0b2e;border-color:#f59e0b61;color:#fbbf24}.change-badge.change-pending{background-color:#334155;border-color:#475569;color:#94a3b8}.change-type-badge{max-width:122px;overflow:hidden;text-overflow:ellipsis}.change-type-better{background-color:#10b9812e;border-color:#10b98161;color:#4ade80}.change-type-worse{background-color:#ef444438;border-color:#ef44446b;color:#f87171}.change-type-stable-hit{background-color:#10b98124;border-color:#10b9814d;color:#86efac}.change-type-stable{background-color:#64748b33;border-color:#64748b61;color:#cbd5e1}.change-type-pending{background-color:#334155;border-color:#475569;color:#94a3b8}.change-type-neutral{background-color:#3b82f624;border-color:#3b82f64d;color:#93c5fd}.comparison-quick-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.comparison-filter-panel .history-filter-item{gap:7px}.comparison-filter-panel .history-search label,.comparison-filter-panel .history-filter-item label{font-size:12px;font-weight:700;color:#94a3b8}.comparison-filter-panel .history-search input,.comparison-filter-panel .history-filter-item select{height:42px;border-radius:8px;border:1px solid var(--field-border);background:var(--field-bg);color:#e2e8f0;padding:0 13px;font-size:13px;font-weight:700;line-height:1}.comparison-filter-panel .history-search input::placeholder{color:#64748b;font-weight:700}.comparison-filter-panel .history-search input:focus,.comparison-filter-panel .history-filter-item select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf829}.analyze-compact-form .form-item{gap:7px}.analyze-compact-form .form-item label,.analyze-compact-form .analysis-grid strong{font-size:12px;font-weight:700;color:#94a3b8}.analyze-compact-form input,.analyze-compact-form select{height:40px;border-radius:8px;border:1px solid var(--field-border);background:var(--field-bg);color:#e2e8f0;padding:0 12px;font-size:13px;font-weight:700;line-height:1}.analyze-compact-form input::placeholder{color:#64748b;font-size:12px;font-weight:700}.analyze-compact-form input:focus,.analyze-compact-form select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf829}.comparison-row-worse{background:linear-gradient(90deg,#ef44441f,#14161914)}.comparison-row-changed{background:linear-gradient(90deg,#f59e0b17,#14161914)}.comparison-row-pending{background:linear-gradient(90deg,#64748b1a,#14161914)}.backtest-result-table{table-layout:fixed;min-width:1040px}.backtest-result-table th,.backtest-result-table td{padding:12px 10px;text-align:center;vertical-align:middle}.backtest-result-table th:nth-child(3),.backtest-result-table td:nth-child(3),.backtest-result-table th:nth-child(8),.backtest-result-table td:nth-child(8){text-align:left}.backtest-result-table .cell-main,.backtest-result-table .mono-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backtest-result-table .mono-cell{color:#cbd5e1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.evidence-search-panel .history-filter-top{align-items:end}.evidence-stats-grid{margin-top:0;margin-bottom:20px}.evidence-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px}.evidence-summary-grid.compact{grid-template-columns:repeat(6,minmax(90px,1fr));margin-top:14px}.evidence-summary-grid>div{padding:12px;border-radius:10px;background:#141619a8;border:1px solid rgba(51,65,85,.8)}.evidence-summary-grid span{display:block;color:#94a3b8;font-size:12px;margin-bottom:6px}.evidence-summary-grid strong{color:#e2e8f0;font-size:14px;word-break:break-word}.evidence-file-table{min-width:1120px;table-layout:fixed}.evidence-file-table th,.evidence-file-table td{text-align:center;vertical-align:middle}.evidence-file-table th:nth-child(2),.evidence-file-table td:nth-child(2),.evidence-file-table th:nth-child(6),.evidence-file-table td:nth-child(6){text-align:left}.mono-cell{color:#cbd5e1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.evidence-parsed-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:14px}.evidence-parsed-card,.evidence-run-card,.evidence-sheet-block{border:1px solid rgba(51,65,85,.82);border-radius:12px;background:#14161994}.evidence-parsed-card{padding:14px}.evidence-card-head,.evidence-run-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.evidence-card-head>div,.evidence-run-head>div{display:grid;gap:5px;min-width:0}.evidence-card-head strong,.evidence-run-head strong{color:#bfdbfe}.evidence-card-head span,.evidence-run-head span{color:#94a3b8;font-size:12px}.evidence-card-head>span{max-width:46%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.evidence-kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.evidence-kv-grid>div{min-width:0;padding:8px;border-radius:8px;background:#1416199e;border:1px solid rgba(32,34,38,.9)}.evidence-kv-grid span{display:block;color:#94a3b8;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evidence-kv-grid strong{display:block;margin-top:4px;color:#e2e8f0;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evidence-business-table-wrap{overflow-x:auto}.evidence-business-table{width:100%;min-width:620px;border-collapse:collapse;table-layout:fixed;overflow:hidden;border-radius:10px}.evidence-business-table th,.evidence-business-table td{border:1px solid rgba(51,65,85,.78);padding:8px 10px;text-align:center;color:#dbeafe;font-size:12px;white-space:nowrap}.evidence-business-table th{background:#202226db;color:#93c5fd;font-weight:800}.evidence-business-table tbody td:first-child{color:#e2e8f0;font-weight:800;background:#141619ad}.evidence-mini-section{margin-top:10px;display:grid;grid-template-columns:auto 1fr auto 1fr;gap:8px;align-items:center;padding:10px;border-radius:10px;background:#14161994;border:1px solid rgba(32,34,38,.9)}.evidence-mini-section span{color:#94a3b8;font-size:12px}.evidence-mini-section strong{color:#e2e8f0;font-size:12px}.compact-json summary{padding:10px 12px;font-size:12px}.compact-json pre{max-height:260px}.evidence-run-list,.evidence-sheet-list{display:grid;gap:14px}.evidence-run-card{padding:14px}.evidence-json-block,.evidence-sheet-block{margin-top:10px;overflow:hidden}.evidence-json-block summary,.evidence-sheet-block summary{cursor:pointer;padding:12px 14px;color:#cbd5e1;background:#202226b8;display:flex;justify-content:space-between;gap:12px}.evidence-sheet-block summary em{color:#94a3b8;font-style:normal;font-size:12px}.evidence-json-block pre{margin:0;max-height:420px;overflow:auto;padding:14px;background:#111317;color:#dbeafe;font-size:12px;line-height:1.5}.evidence-raw-table-wrap{overflow:auto;padding:12px;background:#111317}.evidence-raw-table{border-collapse:collapse;min-width:860px;width:100%}.evidence-raw-table td{border:1px solid rgba(51,65,85,.78);padding:6px 8px;color:#cbd5e1;font-size:12px;white-space:nowrap}.action-row{display:flex;gap:12px;margin-top:20px}.info-banner{margin-top:16px;padding:12px 14px;border-radius:10px;background:var(--panel-bg-muted);border:1px solid var(--panel-border);color:#cbd5e1}.analysis-card{margin-top:20px;border:1px solid var(--panel-border);background:var(--panel-bg-soft);border-radius:14px;padding:18px}.analysis-card h3{margin-top:0;margin-bottom:14px;color:#a5b4fc;font-size:15px;font-weight:700}.analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 20px}.logo-block{display:flex;align-items:center;gap:12px;padding:4px 8px 10px}.logo-mark{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-items:center;object-fit:cover;box-shadow:0 10px 22px #2563eb3d}.logo-block h1{margin:0;color:#f8fafc;font-size:18px;line-height:1.2;letter-spacing:0}.logo-block p{margin:5px 0 0;font-size:12px;color:#7f8794;white-space:nowrap}.menu-list{flex:1;min-height:0;display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding:0 2px 0 0}.menu-group{display:flex;flex-direction:column;gap:7px}.menu-group-title{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0 10px;color:#717986;font-size:12px;font-weight:700;letter-spacing:0}.menu-group-toggle{width:100%;height:auto;border:0;background:transparent;cursor:pointer;text-align:left}.menu-group-toggle:hover{color:#c9d1dc}.menu-group-name{display:inline-flex;align-items:center;gap:6px;min-width:0}.menu-group-caret{display:inline-block;color:#8992a0;font-size:12px;line-height:1;transition:transform .18s ease}.menu-group-caret.collapsed{transform:rotate(-90deg)}.menu-group-title em{font-style:normal;color:#a9c7ff;background:#3b82f638;border:1px solid rgba(96,165,250,.16);border-radius:999px;padding:2px 7px;white-space:nowrap}.menu-group-items{display:flex;flex-direction:column;gap:5px}.menu-item{min-height:42px;padding:9px 12px;border-radius:11px;color:#a4abb6;transition:background-color .18s ease,color .18s ease,transform .18s ease;font-size:14px;font-weight:600;letter-spacing:0;line-height:1.35;display:flex;align-items:center;gap:11px}.menu-item:hover{background:#ffffff0f;color:#f8fafc}.menu-item.active{background:#2f3135;color:#f8fafc;font-weight:750;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #00000024}.menu-item-icon{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;color:#8c95a3;font-size:14px;line-height:1}.menu-item.active .menu-item-icon,.menu-item:hover .menu-item-icon{color:#dbeafe}.menu-item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.world-cup-menu-item .menu-item-icon,.world-cup-menu-item .menu-item-label{background:linear-gradient(90deg,#22c55e,#facc15,#38bdf8,#ef4444);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:900}.world-cup-menu-item:hover .menu-item-icon,.world-cup-menu-item:hover .menu-item-label,.world-cup-menu-item.active .menu-item-icon,.world-cup-menu-item.active .menu-item-label{background:linear-gradient(90deg,#4ade80,#fde047,#60a5fa,#f87171);-webkit-background-clip:text;background-clip:text;color:transparent}.sidebar-footer{padding-top:6px}.sidebar-user{min-height:42px;padding:7px 8px;border-radius:10px;background:#2b2d31;display:flex;align-items:center;gap:8px;color:#f8fafc}.sidebar-avatar{width:24px;height:24px;flex:0 0 24px;border-radius:999px;display:grid;place-items:center;background:#f8fafc;color:#111827;font-size:10px;font-weight:900}.sidebar-user strong,.sidebar-user em{display:block;font-style:normal}.sidebar-user strong{font-size:11px;line-height:1.15}.sidebar-user em{margin-top:2px;color:#8b93a0;font-size:10px}.history-filter-panel{margin:18px 0 16px;padding:16px;border:1px solid var(--panel-border);border-radius:14px;background:linear-gradient(180deg,#202226db,#141619f5);box-shadow:inset 0 1px #ffffff08}.history-filter-top{display:grid;grid-template-columns:minmax(280px,1fr) auto auto;gap:12px;align-items:end}.history-search,.history-filter-item{display:flex;flex-direction:column;gap:7px}.history-search label,.history-filter-item label{font-size:12px;font-weight:700;color:#94a3b8}.history-search input,.history-filter-item select{border-radius:8px;background:var(--field-bg);border-color:var(--field-border)}.history-search input:focus,.history-filter-item select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf829}.multi-filter{position:relative}.multi-filter-trigger{width:100%;height:42px;padding:0 11px 0 13px;border:1px solid var(--field-border);border-radius:8px;background:var(--field-bg);color:#e2e8f0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px}.multi-filter-trigger:after{content:"▾";color:#94a3b8;font-size:12px;transition:transform .16s ease}.multi-filter.open .multi-filter-trigger{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf829}.multi-filter.open .multi-filter-trigger:after{transform:rotate(180deg)}.multi-filter-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.multi-filter-trigger em{margin-left:auto;color:#94a3b8;font-size:11px;font-style:normal;white-space:nowrap}.multi-filter-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;padding:8px;border:1px solid var(--panel-border);border-radius:10px;background:#17191d;box-shadow:0 18px 42px #0206176b}.multi-filter-search{margin-bottom:7px}.multi-filter-search input{width:100%;height:34px;border-radius:8px;border:1px solid var(--field-border);background:var(--field-bg);color:#e2e8f0;padding:0 10px;font-size:12px}.multi-filter-search input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf824}.multi-filter-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:7px}.multi-filter-actions button{height:30px;padding:0 8px;border:1px solid rgba(59,130,246,.34);border-radius:8px;background:#2563eb1f;color:#bfdbfe;font-size:12px;font-weight:800;cursor:pointer}.multi-filter-actions button:disabled{opacity:.45;cursor:not-allowed}.multi-filter-options{max-height:220px;overflow:auto;display:grid;gap:4px}.multi-filter-option{min-height:34px;padding:7px 8px;border-radius:8px;display:flex;align-items:center;gap:8px;color:#cbd5e1;cursor:pointer}.multi-filter-option:hover{background:#202226db}.multi-filter-option input{width:14px;height:14px;accent-color:#3b82f6}.multi-filter-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.multi-filter-empty{min-height:34px;padding:8px;color:#64748b;font-size:12px;text-align:center}.history-filter-summary{min-width:134px;height:42px;padding:0 14px;border:1px solid rgba(56,189,248,.24);border-radius:8px;background:#0ea5e914;display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}.history-sort-row{margin-top:12px;display:grid;grid-template-columns:64px minmax(220px,320px);align-items:center;gap:10px}.history-sort-row label{font-size:12px;font-weight:800;color:#94a3b8}.history-sort-row select{height:38px;border-radius:8px;border:1px solid var(--field-border);background:var(--field-bg);color:#e2e8f0;padding:0 10px;font-size:13px;font-weight:700}.metric-row{display:flex;flex-wrap:wrap;gap:12px}.metric-card{flex:1;min-width:140px}.metric-card.compact{padding:12px 16px;border-radius:14px;border:1px solid rgba(var(--semantic-rgb, 96, 165, 250),.34);background:linear-gradient(180deg,rgba(var(--semantic-rgb, 96, 165, 250),.1),#141619d6);display:flex;flex-direction:column;gap:6px}.metric-card.compact span{font-size:12px;color:var(--semantic-soft, #bfdbfe);font-weight:700}.metric-card.compact strong{font-size:22px;font-weight:800;color:var(--semantic-strong, #60a5fa)}.history-row-miss{background:linear-gradient(90deg,#ef44441b,#1416191f)}.history-row-miss:hover{background:linear-gradient(90deg,#ef444429,#2022269e)}.history-row-pending{background:linear-gradient(90deg,#64748b1a,#1416191a)}.history-row-pending:hover{background:linear-gradient(90deg,#64748b26,#20222694)}.history-row-hit:hover{background:#20222694}.history-filter-summary strong{color:#7dd3fc;font-size:18px}.history-filter-summary span{color:#94a3b8;font-size:13px}.history-filter-summary em{margin-left:6px;color:#cbd5e1;font-size:12px;font-style:normal}.history-filter-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.history-league-pill{display:inline-flex;min-width:42px;justify-content:center;padding:4px 8px;border-radius:8px;background:#141619db;border:1px solid rgba(71,85,105,.72);color:#cbd5e1;font-size:12px;font-weight:700}.table-message{text-align:center;padding:24px;color:#94a3b8}.timepoint-import-table{table-layout:fixed;min-width:1240px}.timepoint-import-col-status{width:96px}.timepoint-import-col-match{width:360px}.timepoint-import-col-season{width:160px}.timepoint-import-col-league{width:190px}.timepoint-import-col-round,.timepoint-import-col-game{width:130px}.timepoint-import-col-id{width:180px}.timepoint-import-col-action{width:140px}.timepoint-import-table th{text-align:center;white-space:nowrap}.timepoint-import-table td{text-align:center;vertical-align:middle}.timepoint-import-table th:nth-child(2),.timepoint-import-table td:nth-child(2){text-align:left}.timepoint-import-table .cell-main{color:#e2e8f0;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timepoint-import-table .cell-sub{margin-top:6px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.timepoint-import-table input,.timepoint-import-table select{width:100%;min-width:0;height:44px;text-align:center}.timepoint-import-table select{padding-left:14px;padding-right:32px;text-align-last:center}.timepoint-import-table .secondary-btn{width:100%;min-width:0;justify-content:center;white-space:nowrap}.timepoint-import-status{min-width:72px;height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:12px;font-weight:900}.timepoint-import-status.is-ready{color:#86efac;background:#22c55e1f;border:1px solid rgba(74,222,128,.35)}.timepoint-import-status.is-unmatched{color:#facc15;background:#facc151a;border:1px solid rgba(250,204,21,.32)}.timepoint-import-status.is-incomplete{color:#fca5a5;background:#ef44441f;border:1px solid rgba(248,113,113,.35)}.clickable-row{cursor:pointer;transition:background-color .15s ease}.clickable-row:hover{background-color:var(--panel-bg-muted)}.cell-main{font-weight:600}.cell-sub{font-size:12px;color:#94a3b8;margin-top:4px}.pick-match-cell .cell-main,.pick-match-name-line{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pick-match-name-line{min-width:0}.badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.badge-output{background-color:#3b82f626;border-color:#3b82f64d;color:#93c5fd}.badge-neutral{background-color:#64748b29;border-color:#94a3b83d;color:#cbd5e1}.badge-state{background-color:#8b5cf626;border-color:#8b5cf64d;color:#c4b5fd}.badge-hit{background-color:#10b98126;border-color:#10b9814d;color:#4ade80}.risk-r1{background-color:#10b98126;border-color:#10b9814d;color:#34d399}.risk-r2{background-color:#38bdf826;border-color:#38bdf84d;color:#7dd3fc}.risk-r3{background-color:#f59e0b26;border-color:#f59e0b4d;color:#fbbf24}.risk-r4{background-color:#ef444426;border-color:#ef44444d;color:#f87171}.world-cup-factor-note{margin-top:16px;margin-bottom:18px;padding:14px 16px}.world-cup-factor-note h3{margin:0;font-size:15px}.world-cup-factor-note p{margin:6px 0 0;color:#94a3b8;font-size:13px;line-height:1.65}.world-cup-card{margin-top:0}.world-cup-stats-grid{grid-template-columns:repeat(4,minmax(160px,1fr));margin-top:20px}.world-cup-sample-table{table-layout:fixed;width:100%;min-width:0}.world-cup-sample-table th,.world-cup-sample-table td{padding:12px 10px;vertical-align:middle;text-align:center}.world-cup-sample-table th:nth-child(4),.world-cup-sample-table td:nth-child(4){text-align:left}.world-cup-sample-table .cell-main,.world-cup-sample-table .cell-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.world-cup-sample-table .badge{min-width:50px;text-align:center;white-space:nowrap}.world-cup-sample-table .history-league-pill{min-width:82px;justify-content:center;white-space:nowrap}.world-cup-sample-table th:nth-child(10),.world-cup-sample-table td:nth-child(10){font-size:13px}@media(max-width:1280px){.world-cup-stats-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}.risk-unknown{background-color:#334155;border-color:#475569;color:#94a3b8}.pool-normal{background-color:#10b98126;border-color:#10b9814d;color:#34d399}.pool-grey{background-color:#f59e0b26;border-color:#f59e0b4d;color:#fbbf24}.pool-anomaly{background-color:#ef444426;border-color:#ef44444d;color:#f87171}.pool-unknown{background-color:#334155;border-color:#475569;color:#94a3b8}.hit-badge{background-color:#10b9812e;border-color:#10b98159;color:#4ade80}.miss-badge{background-color:#ef444438;border-color:#ef444466;color:#f87171}.pending-badge{background-color:#334155;border-color:#475569;color:#94a3b8}.detail-row>td{padding:0;border-top:none;border-bottom:1px solid var(--panel-bg-muted)}.detail-grid{background-color:#141619a3;padding:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.detail-block{background-color:var(--panel-bg);border:1px solid var(--panel-bg-muted);border-radius:8px;padding:12px}.detail-block h4{margin:0 0 12px;font-size:14px;color:#cbd5e1}.detail-block-full{grid-column:1 / -1}.kv-list{display:flex;flex-direction:column;gap:8px}.kv-pair{display:grid;grid-template-columns:100px 1fr;gap:8px;font-size:13px}.kv-pair .k{color:#94a3b8;font-weight:600}.kv-pair .v{color:#e2e8f0;word-break:break-word}.desc-text{font-size:13px;line-height:1.6;color:#cbd5e1;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:20px}.stats-card{background:linear-gradient(180deg,rgba(var(--semantic-rgb),.1),#141619eb);border:1px solid rgba(var(--semantic-rgb),.34);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:8px}.stats-card-blue{--semantic-rgb: 96, 165, 250;--semantic-soft: #bfdbfe;--semantic-strong: #60a5fa}.stats-card-green{--semantic-rgb: 74, 222, 128;--semantic-soft: #bbf7d0;--semantic-strong: #4ade80}.stats-card-yellow{--semantic-rgb: 251, 191, 36;--semantic-soft: #fde68a;--semantic-strong: #fbbf24}.stats-card-red{--semantic-rgb: 248, 113, 113;--semantic-soft: #fecaca;--semantic-strong: #f87171}.stats-card-title{font-size:14px;color:var(--semantic-soft);font-weight:700}.stats-card-value{font-size:28px;font-weight:800;color:var(--semantic-strong);display:flex;align-items:baseline;gap:4px}.stats-card-unit{font-size:14px;color:#94a3b8;font-weight:500}.table-scroll{width:100%;overflow-x:auto}.stats-group-grid{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:20px}.stats-list{display:flex;flex-direction:column;gap:12px}.stats-list-item{display:grid;grid-template-columns:110px 1fr 40px;align-items:center;gap:10px;cursor:default;transition:background-color .2s;padding:4px -8px;margin:0 -8px;border-radius:6px}.stats-list-item:hover{background-color:#ffffff08}.stats-list-item[title]{cursor:pointer}.stats-list-item[title]:hover{background-color:#3b82f614}.stats-list-label{font-size:13px;color:#cbd5e1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-list-bar-container{width:100%;height:10px;background:var(--panel-bg);border:1px solid #334155;border-radius:999px;overflow:hidden}.stats-list-bar{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px}.stats-list-value{text-align:right;font-size:13px;color:#e2e8f0;font-weight:700}.filter-summary{margin-top:12px;padding:12px 16px;background:var(--panel-bg-muted);border:1px solid rgba(59,130,246,.2);border-radius:8px;font-size:14px;color:#e2e8f0;display:flex;justify-content:space-between;align-items:center}.filter-summary strong{color:#93c5fd;font-weight:600}.pagination-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:12px 14px;border:1px solid rgba(148,163,184,.14);border-radius:10px;background:#121417b8}.pagination-summary{color:#94a3b8;font-size:13px;font-weight:700}.pagination-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-actions .secondary-btn{min-height:34px;padding:8px 12px;border-radius:8px;font-size:12px}.pagination-page{min-height:34px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#202226;color:#e2e8f0;font-size:12px;font-weight:800;white-space:nowrap}@media(max-width:960px){.history-filter-top{grid-template-columns:1fr;align-items:stretch}.history-filter-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.stats-group-grid{grid-template-columns:1fr}.stats-list-item{grid-template-columns:90px 1fr 36px}.pagination-controls{align-items:flex-start;flex-direction:column}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1416194d;border-radius:4px}::-webkit-scrollbar-thumb{background:#64748b99;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8d9}::-webkit-scrollbar-corner{background:transparent}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--app-bg)}.login-card{width:360px;padding:40px 32px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;box-shadow:0 8px 32px #0006}.login-header{text-align:center;margin-bottom:32px}.login-logo{margin-bottom:16px;display:flex;justify-content:center}.login-header h1{font-size:22px;font-weight:700;color:#e2e8f0;margin:0 0 6px}.login-subtitle{font-size:13px;color:#64748b;margin:0}.login-form .form-group{margin-bottom:18px}.login-form .form-group label{display:block;font-size:13px;color:#94a3b8;margin-bottom:6px;font-weight:500}.login-form .form-group input{width:100%;padding:11px 14px;background:var(--field-bg);border:1px solid var(--field-border);border-radius:8px;color:#e2e8f0;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.login-form .form-group input:focus{border-color:#4ade80;box-shadow:0 0 0 3px #4ade8026}.login-form .form-group input::placeholder{color:#475569}.login-error{padding:10px 14px;background:#f871711a;border:1px solid rgba(248,113,113,.2);border-radius:8px;color:#f87171;font-size:13px;margin-bottom:16px;text-align:center}.login-btn{width:100%;padding:12px 16px;background:linear-gradient(135deg,#4ade80,#22c55e);border:none;border-radius:8px;color:#0f172a;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s}.login-btn:hover{opacity:.9}.login-btn:active{transform:scale(.98)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-notice{margin-top:24px;padding-top:16px;border-top:1px solid var(--panel-border);text-align:center}.login-notice p{margin:0;font-size:12px;color:#64748b;line-height:1.8}.login-notice p:first-child{color:#f87171;font-weight:500}button{font:inherit}.primary-btn,.secondary-btn,.danger-btn,.sample-head-danger-btn,.sample-tool-btn,.table-success-btn,.table-danger-btn,.sample-adjust-btn,.history-reset-btn,.quick-chip,.expand-btn{font-weight:800;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.primary-btn,.secondary-btn,.danger-btn,.sample-head-danger-btn,.preset-queue-status{min-height:42px;padding:12px 16px;border-radius:10px;font-size:14px;white-space:nowrap}.preset-queue-status{display:inline-flex;align-items:center;justify-content:center;font-weight:800;line-height:1;white-space:nowrap;cursor:default}.preset-queue-status.is-complete{border:1px solid rgba(74,222,128,.45);background:#16653457;color:#86efac}.preset-queue-status.is-incomplete{border:1px solid rgba(248,113,113,.45);background:#7f1d1d57;color:#fecaca}.primary-btn{border:1px solid rgba(96,165,250,.55);background:#2563eb47;color:#dbeafe}.primary-btn:hover:not(:disabled){border-color:#60a5fac7;background:#2563eb61;color:#eff6ff}.secondary-btn{border:1px solid rgba(148,163,184,.18);background:#202226;color:#cbd5e1}.secondary-btn:hover:not(:disabled){border-color:#94a3b857;background:#25282d;color:#f8fafc}.danger-btn,.sample-head-danger-btn{border:1px solid rgba(248,113,113,.45);background:#7f1d1d57;color:#fecaca}.danger-btn:hover:not(:disabled),.sample-head-danger-btn:hover:not(:disabled){border-color:#f87171b8;background:#991b1b7a;color:#fee2e2}.primary-btn:disabled,.secondary-btn:disabled,.danger-btn:disabled,.sample-head-danger-btn:disabled,.sample-tool-btn:disabled,.table-success-btn:disabled,.table-danger-btn:disabled,.sample-adjust-btn:disabled,.history-reset-btn:disabled,.quick-chip:disabled,.expand-btn:disabled{cursor:not-allowed;opacity:.46}.sample-tool-btn{height:34px;min-width:92px;padding:0 12px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#202226;color:#cbd5e1;font-size:13px}.sample-tool-btn:hover:not(:disabled){border-color:#94a3b857;background:#25282d;color:#f8fafc}.sample-tool-btn-primary{min-width:116px;border-color:#60a5fa80;background:#2563eb38;color:#bfdbfe}.sample-tool-btn-primary:hover:not(:disabled){border-color:#60a5fab8;background:#2563eb52;color:#eff6ff}.table-success-btn,.table-danger-btn,.sample-adjust-btn{min-width:50px;height:32px;padding:0 10px;border-radius:8px;font-size:12px}.table-success-btn{border:1px solid rgba(16,185,129,.45);background:#10b9812e;color:#86efac}.table-success-btn:hover:not(:disabled){border-color:#10b981a8;background:#10b98147;color:#bbf7d0}.table-danger-btn,.sample-adjust-btn{border:1px solid rgba(248,113,113,.45);background:#7f1d1d57;color:#fecaca}.table-danger-btn:hover:not(:disabled),.sample-adjust-btn:hover:not(:disabled){border-color:#f87171b8;background:#991b1b7a;color:#fee2e2}.history-reset-btn{height:42px}.quick-chip{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#202226;color:#cbd5e1;font-size:12px}.quick-chip:hover:not(:disabled),.quick-chip.active{border-color:#60a5fa94;background:#2563eb33;color:#bfdbfe}.quick-chip.warning{border-color:#f59e0b57;color:#fbbf24}.quick-chip.warning.active,.quick-chip.warning:hover:not(:disabled){background:#f59e0b29}.quick-chip.danger{border-color:#ef444457;color:#fca5a5}.quick-chip.danger.active,.quick-chip.danger:hover:not(:disabled){background:#ef444429}.quick-chip.muted{border-color:#64748b6b;color:#94a3b8}.quick-chip.muted.active,.quick-chip.muted:hover:not(:disabled){background:#64748b29}.expand-btn{width:24px;height:24px;border-radius:6px;border:1px solid rgba(148,163,184,.28);background:#202226;color:#cbd5e1;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.expand-btn:hover:not(:disabled){border-color:#94a3b870;background:#25282d;color:#f8fafc}
