.weather-scope{--bg: #0f1115;--surface: #181b22;--surface-2: #1f232c;--border: #2a2f3a;--text: #e6e9ef;--muted: #9aa3b2;--accent: #5b8cff;--teal: #1d9e75;--amber: #ef9f27;--red: #e24b4a;--green: #639922}.weather-scope,.weather-scope *{box-sizing:border-box}.weather-scope{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}.weather-scope .app{display:flex;flex-direction:column;height:100%;padding:14px;gap:12px}.weather-scope .topbar{display:flex;align-items:center;gap:18px;padding:10px 16px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.weather-scope .topbar h1{font-size:16px;font-weight:600;margin:0;letter-spacing:.3px}.weather-scope .stat{display:flex;flex-direction:column;line-height:1.3}.weather-scope .stat .label{font-size:11px;color:var(--muted)}.weather-scope .stat .value{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.weather-scope .spacer{flex:1}.weather-scope .badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--border)}.weather-scope .badge.paper{color:var(--teal);border-color:var(--teal)}.weather-scope .badge.live{color:var(--red);border-color:var(--red)}.weather-scope .badge.ok{color:var(--green);border-color:var(--green)}.weather-scope .badge.warn{color:var(--amber);border-color:var(--amber)}.weather-scope .clock .value{font-size:13px;font-weight:500;white-space:nowrap}.weather-scope .freshness{display:inline-flex;align-items:center;gap:6px;font-size:14px}.weather-scope .freshness.ok{color:var(--text)}.weather-scope .freshness.stale{color:var(--amber)}.weather-scope .freshness.critical{color:var(--red)}.weather-scope .freshness .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.weather-scope select{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:13px}.weather-scope .grid{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto}.weather-scope .gridRow{display:grid;gap:12px;flex:none}.weather-scope .gridRowEquity{grid-template-columns:1fr}.weather-scope .gridRowOverview{grid-template-columns:1fr 1fr}.weather-scope .gridRowMain{grid-template-columns:1fr 1fr;min-height:480px}.weather-scope .gridRowFull{grid-template-columns:1fr;min-height:260px}@media (max-width: 980px){.weather-scope .gridRowOverview,.weather-scope .gridRowMain{grid-template-columns:1fr}}.weather-scope .card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.weather-scope .card h2{font-size:14px;font-weight:600;margin:0 0 8px;display:flex;align-items:center;gap:8px}.weather-scope .card .sub{font-size:12px;color:var(--muted);font-weight:400}.weather-scope .chart{flex:1;min-height:0}.weather-scope .table{flex:1;overflow:auto;min-height:0}.weather-scope table{width:100%;border-collapse:collapse;font-size:12.5px;font-variant-numeric:tabular-nums}.weather-scope th,.weather-scope td{text-align:left;padding:5px 8px;border-bottom:1px solid var(--border);white-space:nowrap}.weather-scope th{color:var(--muted);font-weight:500;position:sticky;top:0;background:var(--surface)}.weather-scope .row-fill{color:var(--teal)}.weather-scope .row-order{color:var(--accent)}.weather-scope .pos{color:var(--green)}.weather-scope .neg{color:var(--red)}.weather-scope .log{flex:1;overflow:auto;min-height:0;font-size:12px;line-height:1.5}.weather-scope .log .item{display:flex;gap:8px;padding:2px 0;border-bottom:1px solid var(--border)}.weather-scope .log .ts{color:var(--muted);font-variant-numeric:tabular-nums}.weather-scope .log .topic{font-weight:600;min-width:110px}.weather-scope .chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.weather-scope .chip{font-size:11px;padding:2px 7px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}.weather-scope .banner{padding:8px 14px;border-radius:10px;background:#2a1f1f;border:1px solid var(--red);color:#f3b5b5;font-size:13px}.weather-scope .empty{color:var(--muted);font-size:13px;padding:20px;text-align:center}.weather-scope .kpiRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-bottom:8px}.weather-scope .kpiCard{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.weather-scope .kpiLabel{font-size:11px;color:var(--muted);margin-bottom:2px}.weather-scope .kpiValue{font-size:18px;font-weight:600;font-variant-numeric:tabular-nums}.weather-scope .kpiThreshold{font-size:10px;color:var(--muted);margin-top:2px}.weather-scope .equityCharts{display:grid;grid-template-columns:2fr 1fr;gap:8px;flex:1;min-height:180px}.weather-scope .equityChartCell{min-height:0}@media (max-width: 980px){.weather-scope .equityCharts{grid-template-columns:1fr}}.weather-scope .marketGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;flex:1;min-height:0;align-content:start;overflow-y:auto}.weather-scope .marketCard{border:1px solid var(--border);border-radius:8px;background:var(--surface-2);padding:8px 10px;cursor:pointer;transition:border-color .15s,background .15s}.weather-scope .marketCard:hover{border-color:var(--accent)}.weather-scope .marketTitle{font-size:13px;font-weight:600;display:flex;align-items:center}.weather-scope .marketMeta{font-size:11px;color:var(--muted);margin:2px 0 4px}.weather-scope .marketEdge{font-size:16px;font-variant-numeric:tabular-nums}.weather-scope .marketBest{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.weather-scope .marketReliable{margin-top:4px;font-size:11px}.weather-scope .riskGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:10px}.weather-scope .riskCell{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.weather-scope .riskLabel{font-size:11px;color:var(--muted)}.weather-scope .riskValue{font-size:15px;font-weight:600;margin:2px 0 4px;font-variant-numeric:tabular-nums}.weather-scope .riskSub{font-size:10px;color:var(--muted);margin-top:4px}.weather-scope .bar{height:4px;background:var(--border);border-radius:2px;overflow:hidden;margin:4px 0}.weather-scope .barFill{height:100%;transition:width .4s ease}.weather-scope .riskSection{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.weather-scope .riskSectionTitle{font-size:11px;color:var(--muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.weather-scope .windowList{display:flex;flex-direction:column;gap:4px}.weather-scope .windowRow{display:flex;justify-content:space-between;font-size:12px;align-items:center}.weather-scope .windowTitle{font-weight:500}.weather-scope .windowTimes{display:flex;gap:8px;font-variant-numeric:tabular-nums}.weather-scope .windowCountdown{font-size:11px}.weather-scope .apiHealth{display:flex;gap:12px;flex-wrap:wrap}.weather-scope .apiItem{display:flex;align-items:center;gap:6px;font-size:12px}.weather-scope .apiDot{width:8px;height:8px;border-radius:50%;display:inline-block}.weather-scope .killList{margin:0;padding-left:18px;font-size:12px;color:#f3b5b5}.weather-scope .killName{font-weight:600;color:#f3b5b5}.weather-scope .killReason{margin-left:8px;color:#9aa3b2;font-size:11px}.weather-scope .settlementLive{display:flex;align-items:baseline;gap:10px;flex:1;min-width:0}.weather-scope .settlementBig{font-size:30px;font-weight:700;color:var(--accent);line-height:1;font-variant-numeric:tabular-nums}.weather-scope .settlementUnit{font-size:15px;font-weight:500;color:var(--muted);margin-left:2px}.weather-scope .settlementMeta{font-size:11px;color:var(--muted);white-space:nowrap}.weather-scope .todayStat{font-size:12px;color:var(--muted);white-space:nowrap}.weather-scope .todayMax{color:var(--accent);font-size:15px;font-variant-numeric:tabular-nums}.weather-scope .peakWindowTag{display:inline-block;font-size:10px;color:var(--accent);border:1px solid var(--border);border-radius:5px;padding:0 5px;margin-left:6px;white-space:nowrap}.weather-scope .relHot{color:#ff6b6b;font-weight:600}.weather-scope .relCold{color:#4da3ff;font-weight:600}.weather-scope .relNeutral{color:var(--muted);font-weight:600}.weather-scope .probPanel{margin-bottom:12px}.weather-scope .probPanelTitle{font-size:11px;font-weight:700;letter-spacing:.04em;color:#ef9f27;margin-bottom:6px}.weather-scope .probPanelSummary{display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px;font-size:11px;color:var(--muted);margin-bottom:8px}.weather-scope .probNow{color:var(--text);font-weight:600;white-space:nowrap}.weather-scope .probWindow{white-space:nowrap}.weather-scope .probRange90{color:#ef9f27;font-variant-numeric:tabular-nums;white-space:nowrap}.weather-scope .probList{display:flex;flex-direction:column;gap:5px}.weather-scope .probRow{display:flex;align-items:center;gap:10px}.weather-scope .probRowLabel{flex:0 0 auto;width:74px;font-size:11px;color:var(--text);white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px}.weather-scope .probNowDot{width:7px;height:7px;border-radius:50%;background:#ef9f27;flex:0 0 auto;box-shadow:0 0 0 2px #ef9f2740}.weather-scope .probRowTrack{flex:1 1 auto;height:15px;border-radius:4px;background:var(--surface-2);border:1px solid var(--border);overflow:hidden}.weather-scope .probRowFill{height:100%;border-radius:3px;background:linear-gradient(90deg,#f7b65a,#ef9f27)}.weather-scope .probRowPct{flex:0 0 auto;width:38px;font-size:11px;font-weight:600;color:var(--text);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.weather-scope .multiStationTable{margin-top:8px;border-top:1px solid var(--border);padding-top:8px}.weather-scope .multiStationTable table{font-size:11.5px}.weather-scope .multiStationTable tr.clickable{cursor:pointer;transition:background .12s}.weather-scope .multiStationTable tr.clickable:hover{background:var(--surface-2)}.weather-scope .multiStationTable tr.clickable.active{background:#5b8cff29;box-shadow:inset 2px 0 0 var(--accent)}.weather-scope .multiStationTable .tag{font-size:10px;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:0 5px;margin-left:2px;font-variant-numeric:tabular-nums}.weather-scope .disagreement{font-size:12px;font-weight:600;margin-top:4px;text-align:right}.weather-scope .microBar{display:block;height:3px;background:var(--accent);border-radius:2px;margin-top:2px;transition:width .4s ease}.weather-scope .basketNote{margin-top:6px;font-size:11px;color:var(--muted);line-height:1.5}.weather-scope .basketNote code{background:var(--surface-2);padding:1px 4px;border-radius:4px;font-size:10.5px}.weather-scope .errorBoundary{background:#2a1f1f;border:1px solid var(--red);color:#f3b5b5;padding:12px;border-radius:8px}.weather-scope .errorBoundary pre{font-size:11px;white-space:pre-wrap;word-break:break-word}.weather-scope .errorBoundary button{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:4px 10px;cursor:pointer;margin-top:6px}.weather-scope .killActions{display:flex;align-items:center;gap:10px;margin-top:4px}.weather-scope .killBtn{font-size:13px;font-weight:600;border-radius:8px;padding:7px 14px;cursor:pointer;border:1px solid var(--border);transition:filter .15s,opacity .15s}.weather-scope .killBtn:disabled{opacity:.5;cursor:not-allowed}.weather-scope .killBtn.danger{background:#2a1f1f;color:#f3b5b5;border-color:var(--red)}.weather-scope .killBtn.danger:hover:not(:disabled){filter:brightness(1.25)}.weather-scope .killBtn.ok{background:var(--surface-2);color:var(--teal);border-color:var(--teal)}.weather-scope .killBtn.ok:hover:not(:disabled){filter:brightness(1.2)}.weather-scope .killFlash{font-size:12px;color:var(--muted)}.weather-scope .btn{font-size:13px;font-weight:600;border-radius:8px;padding:6px 12px;cursor:pointer;border:1px solid var(--border);background:var(--surface-2);color:var(--text);transition:filter .15s,opacity .15s}.weather-scope .btn:hover{filter:brightness(1.2)}.weather-scope .btn:disabled{opacity:.5;cursor:not-allowed}.weather-scope .btn.primary{color:var(--accent);border-color:var(--accent)}.weather-scope .btn.danger{color:var(--red);border-color:var(--red)}.weather-scope .btn.teal{color:var(--teal);border-color:var(--teal)}.weather-scope .controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:8px}.weather-scope .controls input[type=text]{flex:1;min-width:140px;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:13px}.weather-scope .controls select{flex:0 0 auto}.weather-scope .modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:60}.weather-scope .modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px 20px;width:min(460px,92vw);box-shadow:0 14px 44px #00000080}.weather-scope .modal h3{margin:0 0 8px;font-size:15px}.weather-scope .modal p{font-size:13px;color:var(--muted);line-height:1.6;margin:6px 0}.weather-scope .modal textarea,.weather-scope .modal input{width:100%;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:13px;margin-top:6px;resize:vertical;font-family:inherit}.weather-scope .modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.weather-scope .approvalList{display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1;min-height:0}.weather-scope .approvalRow{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);padding:8px 10px}.weather-scope .approvalMeta{flex:1;min-width:0}.weather-scope .approvalTitle{font-size:13px;font-weight:600}.weather-scope .approvalSub{font-size:11px;color:var(--muted);margin-top:1px}.weather-scope .approvalFlash{font-size:11px;color:var(--muted);margin-top:4px}.weather-scope .approvalEvidence{font-size:11px;color:var(--muted);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.weather-scope .approvalEvidence.warn{color:var(--amber);white-space:normal}.weather-scope .verifyBox{border:1px solid var(--border);border-radius:6px;padding:8px 10px;margin:8px 0;background:var(--bg);max-height:260px;overflow-y:auto}.weather-scope .verifyRow{display:flex;gap:8px;font-size:12px;line-height:1.5;margin-bottom:6px}.weather-scope .verifyRow:last-child{margin-bottom:0}.weather-scope .verifyKey{flex:0 0 44px;color:var(--muted)}.weather-scope .verifyText{flex:1 1 auto;color:var(--text);white-space:pre-wrap;word-break:break-word}.weather-scope .verifyRow.unconfirmed .verifyKey,.weather-scope .verifyRow.unconfirmed .verifyText{color:var(--amber)}.weather-scope .pmList{display:flex;flex-direction:column;gap:6px;overflow-y:auto;flex:1;min-height:0;border-top:1px solid var(--border);padding-top:8px}.weather-scope .pmItem{border:1px solid var(--border);border-radius:8px;background:var(--surface-2);padding:8px 10px;cursor:pointer;transition:border-color .15s}.weather-scope .pmItem:hover,.weather-scope .pmItem.active{border-color:var(--accent)}.weather-scope .pmQuestion{font-size:13px;font-weight:600;line-height:1.4}.weather-scope .pmMeta{font-size:11px;color:var(--muted);margin-top:2px;display:flex;gap:12px;flex-wrap:wrap}.weather-scope .pmPrice{font-variant-numeric:tabular-nums;color:var(--teal)}.weather-scope .hkoHeader{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.weather-scope .hkoHeader h2{margin:0}.weather-scope .hkoStationBadge{font-size:11px;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:2px 10px;white-space:nowrap}.weather-scope .hkoTopBar{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.weather-scope .hkoLiveCard{display:flex;align-items:center;gap:14px}.weather-scope .hkoLiveValue{display:flex;align-items:baseline}.weather-scope .hkoBig{font-size:34px;font-weight:700;color:var(--accent);line-height:1;font-variant-numeric:tabular-nums}.weather-scope .hkoBigPeak{color:#ef9f27}.weather-scope .hkoUnit{font-size:15px;color:var(--muted);margin-left:3px}.weather-scope .hkoLiveMetaWrap{display:flex;flex-direction:column;gap:3px;min-width:0}.weather-scope .hkoLiveMeta{font-size:12px;font-weight:600;color:var(--text);white-space:nowrap}.weather-scope .hkoLiveSub{font-size:11px;color:var(--muted);white-space:nowrap}.weather-scope .hkoWeatherBrief{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px;padding:6px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);font-size:12px;cursor:help}.weather-scope .hkoWeatherGlyph{display:inline-flex;color:var(--accent);flex:0 0 auto}.weather-scope .hkoWeatherLabel{font-weight:700;color:var(--text)}.weather-scope .hkoWeatherMeta{color:var(--muted);padding-left:8px;border-left:1px solid var(--border)}.weather-scope .hkoWeatherDesc{color:var(--muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weather-scope .hkoKpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;margin-bottom:10px}.weather-scope .hkoKpi{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:8px 10px;min-width:0}.weather-scope .hkoKpiFull{grid-column:1 / -1;color:var(--muted);text-align:center}.weather-scope .hkoKpiLabel{font-size:11px;color:var(--muted);margin-bottom:2px}.weather-scope .hkoKpiValue{font-size:18px;font-weight:600;font-variant-numeric:tabular-nums;margin:2px 0 5px;line-height:1.2}.weather-scope .hkoKpiValueSmall{font-size:13px;line-height:1.35;margin:5px 0 6px}.weather-scope .hkoKpiSub{font-size:10px;color:var(--muted);line-height:1.4}.weather-scope .hkoKpiSub .peakWindowTag{margin-left:4px}.weather-scope .hkoNote{font-size:11px;color:var(--muted);margin-bottom:10px}.weather-scope .hkoNote summary{cursor:pointer;color:var(--muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.weather-scope .hkoNote summary:hover{color:var(--text)}.weather-scope .hkoNote p{margin:6px 0 0;line-height:1.5;padding-left:2px}.weather-scope .hkoHistHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;flex-wrap:wrap}.weather-scope .hkoHistHeader .approvalSub{margin:0;flex:1 1 auto}.weather-scope .hkoHistHeader select{flex:0 0 auto}.weather-scope .hkoHistLegend{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:11px;color:var(--muted);margin:0 0 6px}.weather-scope .hkoLegendSwatch{flex:0 0 auto;width:14px;height:10px;border-radius:2px;background:#8b95a640;border:1px solid rgba(139,149,166,.5)}.weather-scope .hkoLegendCaveat{color:var(--amber)}.weather-scope .loginWrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(ellipse 70% 45% at 50% 0%,rgba(91,140,255,.1),transparent 70%),radial-gradient(ellipse 50% 35% at 50% 100%,rgba(29,158,117,.05),transparent 70%),var(--bg)}.weather-scope .loginCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:36px 32px 32px;width:min(400px,92vw);display:flex;flex-direction:column;gap:18px;box-shadow:0 18px 48px #00000073}.weather-scope .loginBrand{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:6px}.weather-scope .loginMark{width:40px;height:40px;color:var(--accent);margin-bottom:6px}.weather-scope .loginTitle{font-size:22px;font-weight:600;letter-spacing:1.5px;color:var(--text)}.weather-scope .loginSub{font-size:12px;color:var(--muted);letter-spacing:2px}.weather-scope .loginField{position:relative;display:flex;align-items:center}.weather-scope .loginFieldIcon{position:absolute;left:12px;width:15px;height:15px;color:var(--muted);pointer-events:none}.weather-scope .loginInput{width:100%;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:11px 12px 11px 36px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.weather-scope .loginInput::-moz-placeholder{color:var(--muted)}.weather-scope .loginInput::placeholder{color:var(--muted)}.weather-scope .loginInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px #5b8cff26}.weather-scope .loginInput:disabled{opacity:.6}.weather-scope .loginButton{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:11px 0;font-size:14px;font-weight:600;letter-spacing:.5px;font-family:inherit;cursor:pointer;transition:filter .15s,opacity .15s}.weather-scope .loginButton:hover:not(:disabled){filter:brightness(1.12)}.weather-scope .loginButton:disabled{opacity:.45;cursor:not-allowed}.weather-scope .loginError{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#f3b5b5;background:#2a1f1f;border:1px solid var(--red);border-radius:10px;padding:10px 12px;line-height:1.5}.weather-scope .loginErrorIcon{flex:none;width:15px;height:15px;margin-top:1px;color:var(--red)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-14{height:3.5rem}.h-7{height:1.75rem}.h-80{height:20rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-52{width:13rem}.w-7{width:1.75rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-\[1440px\]{max-width:1440px}.max-w-sm{max-width:24rem}.shrink-0{flex-shrink:0}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.bg-\[\#141414\]{--tw-bg-opacity: 1;background-color:rgb(20 20 20 / var(--tw-bg-opacity, 1))}.bg-black\/90{background-color:#000000e6}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.p-2{padding:.5rem}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.pl-4{padding-left:1rem}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.lowercase{text-transform:lowercase}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;background-color:#141414;color:#ffffffe0}html:not(.dark) body{background-color:#f5f5f5;color:#000000e0}.log-panel::-webkit-scrollbar{width:6px;height:6px}.log-panel::-webkit-scrollbar-thumb{border-radius:3px;background:#80808066}.tabular-nums{font-variant-numeric:tabular-nums}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}@media (min-width: 768px){.md\:inline{display:inline}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}}@media (min-width: 1024px){.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}}@media (min-width: 1280px){.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}
