.weather-module__uJsIja__container{background:var(--bg-base);max-width:1440px;min-height:100vh;margin:0 auto;padding:1.5rem}.weather-module__uJsIja__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.weather-module__uJsIja__headerLeft{align-items:center;gap:.75rem;display:flex}.weather-module__uJsIja__title{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.weather-module__uJsIja__liveBadge{background:var(--brand-primary);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:.375rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.weather-module__uJsIja__liveDot{background:#fff;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite weather-module__uJsIja__pulse}@keyframes weather-module__uJsIja__pulse{0%,to{opacity:1}50%{opacity:.3}}.weather-module__uJsIja__dryRunBadge{background:var(--brand-accent);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.weather-module__uJsIja__headerRight{align-items:center;gap:1rem;display:flex}.weather-module__uJsIja__clockText{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.weather-module__uJsIja__updatedAt{color:var(--text-muted);margin-left:auto;font-size:.75rem}.weather-module__uJsIja__statsRow{grid-template-columns:repeat(6,1fr);gap:.625rem;margin-bottom:1rem;display:grid}.weather-module__uJsIja__statCard{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);padding:.875rem 1rem}.weather-module__uJsIja__statCard:hover{border-color:var(--border-default);box-shadow:var(--shadow-md)}.weather-module__uJsIja__statCardBody{align-items:center;gap:.5rem;display:flex}.weather-module__uJsIja__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.65rem;font-weight:600}.weather-module__uJsIja__statValue{font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:.25rem;font-size:1.25rem;font-weight:700;display:flex}.weather-module__uJsIja__statSub{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);margin-top:.25rem}.weather-module__uJsIja__statPositive{color:var(--brand-success-bright)}.weather-module__uJsIja__statNegative{color:var(--brand-danger-bright)}.weather-module__uJsIja__trendArrow{font-size:.6rem;font-weight:700}.weather-module__uJsIja__trendUp{color:var(--brand-success)}.weather-module__uJsIja__trendDown{color:var(--brand-danger)}.weather-module__uJsIja__healthIndicatorDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:.35rem;display:inline-block}.weather-module__uJsIja__sparkline{flex-shrink:0}.weather-module__uJsIja__tabBar{border-bottom:1px solid var(--border-subtle);scrollbar-width:none;align-items:center;gap:.125rem;margin-bottom:1rem;display:flex;overflow-x:auto}.weather-module__uJsIja__tabBar::-webkit-scrollbar{display:none}.weather-module__uJsIja__tab{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.35rem;padding:.5rem .875rem;font-size:.8rem;font-weight:500;display:inline-flex}.weather-module__uJsIja__tab:hover{color:var(--text-primary)}.weather-module__uJsIja__tabActive{color:var(--brand-primary-dark);border-bottom-color:var(--brand-primary);font-weight:600}.weather-module__uJsIja__tabCount{font-family:var(--font-mono);background:var(--bg-surface-2);color:var(--text-muted);border-radius:999px;padding:.1rem .35rem;font-size:.65rem;font-weight:600}.weather-module__uJsIja__tabActive .weather-module__uJsIja__tabCount{background:var(--brand-primary);color:#fff}.weather-module__uJsIja__refreshBar{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem;margin-bottom:.875rem;padding:.4rem .875rem;font-size:.7rem;display:flex}.weather-module__uJsIja__refreshLeft{align-items:center;gap:.4rem;display:flex}.weather-module__uJsIja__refreshDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.weather-module__uJsIja__refreshDotOk{background:var(--brand-success)}.weather-module__uJsIja__refreshDotWarn{background:#f59e0b}.weather-module__uJsIja__refreshDotErr{background:var(--brand-danger,#ef4444)}.weather-module__uJsIja__refreshLabel{color:var(--text-secondary);font-weight:600}.weather-module__uJsIja__refreshSources{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.weather-module__uJsIja__refreshSource{white-space:nowrap;align-items:center;gap:.3rem;display:inline-flex}.weather-module__uJsIja__refreshSourceDot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.weather-module__uJsIja__section{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);margin-bottom:1rem;overflow:hidden}.weather-module__uJsIja__sectionHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.weather-module__uJsIja__sectionTitle{color:var(--text-primary);font-size:.875rem;font-weight:600}.weather-module__uJsIja__sectionLink{color:var(--brand-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:.75rem;font-weight:500}.weather-module__uJsIja__sectionLink:hover{color:var(--brand-primary-dark)}.weather-module__uJsIja__sectionContent{padding:.75rem}.weather-module__uJsIja__overviewGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.weather-module__uJsIja__overviewChart{grid-column:1/-1}.weather-module__uJsIja__table{border-collapse:collapse;width:100%}.weather-module__uJsIja__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-subtle);white-space:nowrap;padding:.4rem .5rem;font-size:.65rem;font-weight:600}.weather-module__uJsIja__table td{color:var(--text-secondary);font-size:.78rem;font-family:var(--font-mono);vertical-align:middle;border-bottom:1px solid #e5e7eb80;padding:.4rem .5rem}.weather-module__uJsIja__table tr:last-child td{border-bottom:none}.weather-module__uJsIja__table tr:hover td{background:var(--bg-surface-2)}.weather-module__uJsIja__tradeableRow td{background:#28cc9505}.weather-module__uJsIja__tradeableRow:hover td{background:#28cc950d}.weather-module__uJsIja__marketCell{font-family:inherit!important}.weather-module__uJsIja__marketName{color:var(--text-primary);font-family:inherit;font-size:.8rem;font-weight:500;line-height:1.3}.weather-module__uJsIja__marketMeta{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.1rem;font-size:.65rem}.weather-module__uJsIja__mono{font-family:var(--font-mono)}.weather-module__uJsIja__timeCell{color:var(--text-muted);font-family:inherit;font-size:.7rem}.weather-module__uJsIja__componentName{text-transform:capitalize;font-family:inherit}.weather-module__uJsIja__errorCell{text-overflow:ellipsis;white-space:nowrap;max-width:220px;color:var(--brand-danger-bright);font-family:inherit;font-size:.7rem;overflow:hidden}.weather-module__uJsIja__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition-fast)}.weather-module__uJsIja__sortableHeader:hover{color:var(--text-primary)}.weather-module__uJsIja__sortArrow{vertical-align:middle;opacity:.8;margin-left:.2rem;font-size:.55rem;display:inline-block}.weather-module__uJsIja__directionBadge{letter-spacing:.04em;border-radius:4px;justify-content:center;align-items:center;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.weather-module__uJsIja__directionBuy{background:var(--brand-success);color:#fff}.weather-module__uJsIja__directionSell{background:var(--brand-danger);color:#fff}.weather-module__uJsIja__directionNo{background:var(--brand-secondary);color:#fff}.weather-module__uJsIja__directionBuyNo{color:#fff;background:#3b82f6}.weather-module__uJsIja__confidenceBadge{min-width:2.5rem;font-size:.75rem;font-weight:700;font-family:var(--font-mono);border-radius:5px;justify-content:center;align-items:center;padding:.2rem .4rem;display:inline-flex}.weather-module__uJsIja__confHigh{color:#065f46;background:#d1fae5}.weather-module__uJsIja__confMedium{color:#92400e;background:#fef3c7}.weather-module__uJsIja__confLow{color:#991b1b;background:#fee2e2}.weather-module__uJsIja__confidenceBarOuter{align-items:center;gap:.35rem;width:100%;max-width:100px;display:flex}.weather-module__uJsIja__confidenceBarInner{border-radius:3px;min-width:2px;height:5px;transition:width .3s}.weather-module__uJsIja__confidenceBarLabel{font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;font-size:.7rem;font-weight:600}.weather-module__uJsIja__typeBadge{letter-spacing:.04em;font-size:.65rem;font-weight:700;font-family:var(--font-mono);border-radius:4px;justify-content:center;align-items:center;padding:.15rem .4rem;display:inline-flex}.weather-module__uJsIja__typeWorkhorse{color:#1e40af;background:#dbeafe}.weather-module__uJsIja__typeFlyer{color:#9d174d;background:#fce7f3}.weather-module__uJsIja__boundaryDot{border-radius:50%;width:8px;height:8px;display:inline-block}.weather-module__uJsIja__boundaryLow{background:var(--brand-success)}.weather-module__uJsIja__boundaryMed{background:var(--brand-accent)}.weather-module__uJsIja__boundaryHigh{background:var(--brand-danger)}.weather-module__uJsIja__gatePass{color:var(--brand-success-bright);font-size:.65rem;font-weight:700;font-family:var(--font-mono)}.weather-module__uJsIja__gateFail{color:var(--brand-danger-bright);font-size:.65rem;font-weight:700;font-family:var(--font-mono)}.weather-module__uJsIja__statusTraded{color:var(--brand-success-bright);background:#d1fae5;border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.weather-module__uJsIja__statusReady{color:var(--brand-secondary-bright);background:#dbeafe;border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.weather-module__uJsIja__statusBlocked{color:#92400e;cursor:help;background:#fef3c7;border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.weather-module__uJsIja__resultWin{color:#065f46;background:#d1fae5;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.weather-module__uJsIja__resultLoss{color:#991b1b;background:#fee2e2;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.weather-module__uJsIja__resultPending{color:var(--text-muted);background:var(--bg-surface-2);border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.weather-module__uJsIja__regimeBadge{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;align-items:center;padding:.1rem .4rem;font-size:.65rem;font-weight:600;display:inline-flex}.weather-module__uJsIja__regimeHigh{color:#065f46;background:#d1fae5}.weather-module__uJsIja__regimeMedium{color:#92400e;background:#fef3c7}.weather-module__uJsIja__regimeNeutral{color:#6b7280;background:#f3f4f6}.weather-module__uJsIja__regimeCaution{color:#9a3412;background:#fed7aa}.weather-module__uJsIja__regimeSkip{color:#991b1b;background:#fee2e2}.weather-module__uJsIja__maeBadge{min-width:2.5rem;font-size:.75rem;font-weight:700;font-family:var(--font-mono);border-radius:5px;justify-content:center;align-items:center;padding:.2rem .4rem;display:inline-flex}.weather-module__uJsIja__marketGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.625rem;display:grid}.weather-module__uJsIja__marketCard{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:all var(--transition-fast);padding:.875rem}.weather-module__uJsIja__marketCard:hover{border-color:var(--border-default);box-shadow:var(--shadow-md)}.weather-module__uJsIja__marketCardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.625rem;display:flex}.weather-module__uJsIja__stationId{font-family:var(--font-mono);color:var(--text-primary);margin-right:.4rem;font-size:.9rem;font-weight:700}.weather-module__uJsIja__stationCity{color:var(--text-muted);margin-top:.1rem;font-size:.7rem;display:block}.weather-module__uJsIja__marketCardTemps{gap:1.25rem;margin-bottom:.5rem;display:flex}.weather-module__uJsIja__stationTempLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.1rem;font-size:.6rem}.weather-module__uJsIja__stationTemp{font-family:var(--font-mono);color:var(--brand-secondary-bright);font-size:1.35rem;font-weight:700}.weather-module__uJsIja__stationTempSecondary{font-family:var(--font-mono);color:var(--text-tertiary);font-size:1.1rem;font-weight:600}.weather-module__uJsIja__marketCardModel{background:var(--bg-surface-2);border-radius:var(--radius-sm);align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.3rem .5rem;font-size:.7rem;display:flex}.weather-module__uJsIja__modelLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.6rem;font-weight:600}.weather-module__uJsIja__modelValue{font-family:var(--font-mono);color:var(--text-primary);font-weight:600}.weather-module__uJsIja__modelWeight{font-family:var(--font-mono);color:var(--text-muted);margin-left:auto;font-size:.65rem}.weather-module__uJsIja__bracketRow{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.weather-module__uJsIja__bracketChip{font-family:var(--font-mono);background:var(--bg-surface-2);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.15rem .35rem;font-size:.6rem;font-weight:600}.weather-module__uJsIja__marketCardFooter{border-top:1px solid var(--border-subtle);align-items:center;gap:.4rem;padding-top:.4rem;font-size:.65rem;display:flex}.weather-module__uJsIja__edgeBadge{font-family:var(--font-mono);color:var(--brand-success-bright);background:#d1fae5;border-radius:3px;padding:.1rem .3rem;font-size:.6rem;font-weight:700}.weather-module__uJsIja__posCountBadge{font-family:var(--font-mono);color:var(--brand-secondary-bright);background:#dbeafe;border-radius:3px;padding:.1rem .3rem;font-size:.6rem;font-weight:600}.weather-module__uJsIja__marketCardMeta{color:var(--text-muted);margin-left:auto;font-size:.6rem}.weather-module__uJsIja__healthGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.625rem;display:grid}.weather-module__uJsIja__healthCard{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:all var(--transition-fast);padding:.75rem}.weather-module__uJsIja__healthCard:hover{box-shadow:var(--shadow-md)}.weather-module__uJsIja__healthCardHeader{align-items:center;gap:.4rem;margin-bottom:.35rem;display:flex}.weather-module__uJsIja__healthCardName{color:var(--text-primary);text-transform:capitalize;font-size:.8rem;font-weight:600}.weather-module__uJsIja__healthCardStatus{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.weather-module__uJsIja__healthCardMeta{color:var(--text-muted);font-size:.65rem}.weather-module__uJsIja__healthCardError{color:var(--brand-danger-bright);text-overflow:ellipsis;white-space:nowrap;margin-top:.25rem;font-size:.65rem;overflow:hidden}.weather-module__uJsIja__freshnessDot{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:.3rem;display:inline-block}.weather-module__uJsIja__pnlStatsRow{grid-template-columns:repeat(4,1fr);gap:.625rem;margin-bottom:.875rem;display:grid}.weather-module__uJsIja__pnlStat{text-align:center}.weather-module__uJsIja__pnlStatLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.65rem;display:block}.weather-module__uJsIja__pnlStatValue{font-family:var(--font-mono);color:var(--text-primary);font-size:1rem;font-weight:700}.weather-module__uJsIja__chartWrapper{width:100%;height:300px}.weather-module__uJsIja__chartWrapperSmall{width:100%;height:200px}.weather-module__uJsIja__dateFilterBar{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.35rem;padding:.4rem 1rem;display:flex}.weather-module__uJsIja__dateFilterPill{color:var(--text-muted);background:var(--bg-surface-2);border:1px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border-radius:999px;align-items:center;padding:.25rem .65rem;font-size:.75rem;font-weight:500;display:inline-flex}.weather-module__uJsIja__dateFilterPill:hover{color:var(--text-primary);background:var(--bg-surface);border-color:var(--text-muted)}.weather-module__uJsIja__dateFilterActive{color:#fff;background:var(--brand-primary);border-color:var(--brand-primary);font-weight:600}.weather-module__uJsIja__dateFilterActive:hover{color:#fff;background:var(--brand-primary-dark);border-color:var(--brand-primary-dark)}.weather-module__uJsIja__settingsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.625rem;display:grid}.weather-module__uJsIja__settingCard{background:var(--bg-surface-2);border-radius:var(--radius-md);padding:.75rem}.weather-module__uJsIja__settingLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6rem;font-weight:600}.weather-module__uJsIja__settingValue{font-family:var(--font-mono);color:var(--text-primary);font-size:.9rem;font-weight:700}.weather-module__uJsIja__toggleRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.weather-module__uJsIja__toggleLabel{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:inline-flex}.weather-module__uJsIja__toggleInput{display:none}.weather-module__uJsIja__toggleSwitch{background:var(--bg-surface-3);width:36px;height:20px;transition:background var(--transition-fast);border-radius:10px;flex-shrink:0;position:relative}.weather-module__uJsIja__toggleSwitch:after{content:"";width:16px;height:16px;transition:transform var(--transition-fast);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.weather-module__uJsIja__toggleInput:checked+.weather-module__uJsIja__toggleSwitch{background:var(--brand-primary)}.weather-module__uJsIja__toggleInput:checked+.weather-module__uJsIja__toggleSwitch:after{transform:translate(16px)}.weather-module__uJsIja__toggleDesc{color:var(--text-muted);font-size:.75rem}.weather-module__uJsIja__emptyHero{text-align:center;padding:2.5rem 1.5rem}.weather-module__uJsIja__emptyIcon{margin-bottom:.5rem;font-size:2.5rem}.weather-module__uJsIja__emptyHero h2{color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:600}.weather-module__uJsIja__emptyHero p{color:var(--text-muted);max-width:440px;margin:0 auto;font-size:.8rem;line-height:1.5}.weather-module__uJsIja__emptyMini{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:.8rem}.weather-module__uJsIja__payoutCell{color:var(--brand-success-bright);font-weight:600;font-family:var(--font-mono)}@media (max-width:1200px){.weather-module__uJsIja__statsRow{grid-template-columns:repeat(3,1fr)}.weather-module__uJsIja__overviewGrid{grid-template-columns:1fr}}@media (max-width:768px){.weather-module__uJsIja__container{padding:1rem}.weather-module__uJsIja__statsRow{grid-template-columns:repeat(2,1fr)}.weather-module__uJsIja__marketGrid,.weather-module__uJsIja__healthGrid{grid-template-columns:1fr}.weather-module__uJsIja__settingsGrid{grid-template-columns:repeat(2,1fr)}.weather-module__uJsIja__header{flex-direction:column;align-items:flex-start}.weather-module__uJsIja__tabBar,.weather-module__uJsIja__sectionContent{-webkit-overflow-scrolling:touch;overflow-x:auto}.weather-module__uJsIja__table{min-width:600px}.weather-module__uJsIja__table th,.weather-module__uJsIja__table td{padding:.35rem .4rem;font-size:.7rem}.weather-module__uJsIja__pnlStatsRow{grid-template-columns:repeat(2,1fr)}.weather-module__uJsIja__chartWrapper{height:240px}.weather-module__uJsIja__chartWrapperSmall{height:160px}.weather-module__uJsIja__statLabel{font-size:.55rem}.weather-module__uJsIja__statValue{font-size:1rem}.weather-module__uJsIja__refreshBar{flex-direction:column;align-items:flex-start;gap:.2rem;font-size:.6rem}.weather-module__uJsIja__refreshSources{gap:.4rem}.weather-module__uJsIja__overviewGrid{grid-template-columns:1fr}.weather-module__uJsIja__marketName{font-size:.75rem}.weather-module__uJsIja__marketMeta{font-size:.55rem}.weather-module__uJsIja__confidenceBadge{min-width:2rem;padding:.15rem .3rem;font-size:.65rem}.weather-module__uJsIja__directionBadge{padding:.1rem .35rem;font-size:.6rem}.weather-module__uJsIja__statusTraded,.weather-module__uJsIja__statusReady,.weather-module__uJsIja__resultWin,.weather-module__uJsIja__resultLoss,.weather-module__uJsIja__resultPending{padding:.05rem .25rem;font-size:.55rem}}@media (max-width:480px){.weather-module__uJsIja__container{padding:.75rem}.weather-module__uJsIja__statsRow{grid-template-columns:1fr 1fr}.weather-module__uJsIja__settingsGrid{grid-template-columns:1fr}.weather-module__uJsIja__title{font-size:1.2rem}}
