*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f0f2f5;min-height:100vh;padding:0;display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:56px;background:#1a237e;color:#fff;box-shadow:0 1px 4px #00000026}.header-left{display:flex;align-items:center;gap:32px}.logo{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600;font-size:18px}.logo-icon{font-size:22px}.main-nav{display:flex;gap:4px}.nav-link{color:#ffffffd9;text-decoration:none;padding:8px 14px;border-radius:4px;font-size:14px}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff26}.header-right{display:flex;align-items:center;gap:12px}.header-label{font-size:13px;color:#fffc}.header-icon-btn{background:none;border:none;color:#ffffffe6;cursor:pointer;padding:6px;font-size:16px}.header-lang{background:#ffffff26;border:none;color:#fff;padding:4px 8px;border-radius:4px;font-size:13px}.dashboard-header .status-indicator{color:#ffffffd9;font-size:11px;gap:6px;white-space:nowrap}.dashboard-header .status-indicator .status-dot{width:8px;height:8px;min-width:8px;min-height:8px;flex-shrink:0}.dashboard-header .status-dot{animation:none}.dashboard-header .status-dot.connected{background:#4caf50}.dashboard-header .status-dot.disconnected{background:#ff9800}.header-user{background:none;border:none;color:#fff;cursor:pointer;font-size:13px}.btn-config{padding:6px 14px;background:#fff3;border:none;color:#fff;border-radius:4px;font-size:13px;cursor:pointer}.btn-config:hover{background:#ffffff4d}.btn-refresh-dashboard{padding:6px 14px;background:#fff3;border:none;color:#fff;border-radius:4px;font-size:13px;cursor:pointer}.btn-refresh-dashboard:hover{background:#ffffff4d}.header-link{color:#89b4fa;text-decoration:none;font-size:13px}.dashboard-header .header-nav-disabled{opacity:.45;pointer-events:none;cursor:not-allowed!important}.dashboard-header a.header-nav-disabled{color:#fff6!important}.dashboard-header button.header-nav-disabled{background:#ffffff1f!important;color:#ffffff8c}.dashboard-header button.header-nav-disabled:hover{background:#ffffff1f!important}.notification-center-wrap{position:relative;display:flex;align-items:center}.notification-center-btn{position:relative;padding:6px 8px}.nc-bell{font-size:18px;display:inline-block}.notification-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;color:#fff;background:#e53935;border-radius:9px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 1px 2px #0003}.notification-center-panel{position:absolute;top:100%;right:0;margin-top:8px;width:360px;max-height:420px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:none;flex-direction:column;z-index:1000;overflow:hidden}.notification-center-panel.open{display:flex}.notification-center-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;background:#fafafa;flex-shrink:0}.notification-center-title{font-size:15px;font-weight:600;color:#1a237e}.notification-mark-read{font-size:12px;color:#1a237e;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px}.notification-mark-read:hover{background:#1a237e14}.notification-center-list{overflow-y:auto;flex:1;min-height:200px;max-height:360px}.notification-center-empty{padding:32px 16px;text-align:center;color:#999;font-size:14px}.notification-center-item{display:flex;gap:10px;padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:13px;align-items:flex-start}.notification-center-item.unread{background:#f5f5ff}.notification-center-item.type-error .nc-icon{color:#c62828}.notification-center-item.type-warning .nc-icon{color:#e65100}.notification-center-item.type-success .nc-icon{color:#2e7d32}.notification-center-item.type-info .nc-icon{color:#1565c0}.nc-icon{flex-shrink:0;font-size:16px}.nc-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.nc-text{color:#333;word-break:break-word}.nc-count{margin-left:6px;font-size:12px;color:#666;font-weight:600}.nc-time{font-size:11px;color:#999}.loading-hidden,.error-message-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.notification-toast-container{position:fixed;top:70px;right:24px;width:320px;max-width:calc(100vw - 48px);z-index:9999;pointer-events:none;display:flex;flex-direction:column;gap:8px}.notification-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border-left:4px solid #1565c0;font-size:13px;opacity:0;transform:translate(20px);transition:opacity .25s ease,transform .25s ease}.notification-toast.show{opacity:1;transform:translate(0)}.notification-toast.type-error{border-left-color:#c62828;background:#ffebee}.notification-toast.type-warning{border-left-color:#e65100;background:#fff3e0}.notification-toast.type-success{border-left-color:#2e7d32;background:#e8f5e9}.notification-toast.type-info{border-left-color:#1565c0;background:#e3f2fd}.toast-icon{flex-shrink:0;font-size:18px}.toast-message{flex:1;color:#333;word-break:break-word}.dashboard-main{display:flex;flex-direction:column;flex:1;min-height:calc(100vh - 56px);max-width:1600px;margin:0 auto;padding:0;width:100%}.main-view{display:block;width:100%;flex:1;min-height:0}.main-view#view_dashboard{padding:20px}.main-view.config-page-view{display:none;flex:1;min-height:calc(100vh - 56px);background:#fff;overflow:hidden}.main-view.config-page-view[aria-hidden=false]{display:flex;flex-direction:column}.config-page-inner{display:flex;flex-direction:column;flex:1;min-height:0;max-width:1600px;margin:0 auto;width:100%;padding:0}.config-page-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e8e8e8;background:#fff;flex-shrink:0}.config-page-title{font-size:22px;font-weight:600;color:#1a237e;margin:0}.btn-back-dashboard{padding:8px 18px;background:#1a237e;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.btn-back-dashboard:hover{background:#283593}.config-page-body{flex:1;overflow-y:auto;padding:24px}.config-page-body .config-section{max-width:720px}.dashboard-cards{display:grid;grid-template-columns:1fr 280px 280px;gap:20px;margin-bottom:24px}.dashboard-card{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:20px;border:1px solid #e8e8e8}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-header h3{font-size:16px;color:#333;margin:0}.kpi-data-updated-at{font-size:12px;color:#666;margin-left:auto;margin-right:8px}.card-more{color:#667eea;text-decoration:none;font-size:18px}.kpi-card-station-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eee}.kpi-station-label{font-size:13px;color:#666}.kpi-station-display{font-size:14px;font-weight:600;color:#1a237e}.kpi-station-select{font-size:13px;padding:4px 8px;border:1px solid #ddd;border-radius:4px;min-width:160px}.kpi-rotate-opt{font-size:12px;color:#666;margin-left:auto;display:inline-flex;align-items:center;gap:6px}.kpi-rotate-opt input[type=number]{font-size:12px}.kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px}.kpi-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px}.kpi-item .kpi-label{width:100%;font-size:12px;color:#666}.kpi-item .kpi-value{font-size:20px;font-weight:600;color:#1a237e}.kpi-item .kpi-unit{font-size:12px;color:#888}.kpi-day-power-item{align-items:center}.kpi-day-power-sparkline{flex-shrink:0;margin-left:8px;vertical-align:middle;display:inline-block}.kpi-device-summary-wrap{margin-top:14px;padding-top:12px;border-top:1px solid #e0e0e0}.kpi-device-summary-title{font-size:12px;color:#666;margin-bottom:8px;font-weight:600}.kpi-device-summary-list{margin:0;padding:0 0 0 16px;font-size:12px;color:#444;line-height:1.6}.kpi-device-summary-list li{list-style:disc}.kpi-device-summary-loading{color:#64748b;list-style:none}.card-kpi{transition:opacity .1s ease-out}.card-kpi.kpi-card-switching{opacity:.88}.kpi-device-summary-empty{font-size:12px;color:#888;margin-top:4px}.card-chart-wrap{position:relative;width:160px;height:160px;margin:0 auto 12px}.card-chart-wrap canvas{display:block}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.donut-total{display:block;font-size:28px;font-weight:700;color:#333}.donut-label{font-size:12px;color:#666}.card-legend{display:flex;flex-wrap:wrap;gap:12px 16px;font-size:13px;color:#555}.legend-item .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px;vertical-align:middle}.legend-item .dot.normal{background:#4caf50}.legend-item .dot.fault{background:#f44336}.legend-item .dot.new{background:#9e9e9e}.legend-item .dot.emergency{background:#f44336}.legend-item .dot.important{background:#ff9800}.legend-item .dot.minor{background:#ffeb3b}.legend-item .dot.prompt{background:#2196f3}.device-realtime-card.dashboard-card{display:flex;flex-direction:column;height:auto;min-height:360px;max-height:none;overflow:visible}.device-realtime-card .card-header{display:flex;align-items:center;gap:6px 10px;flex-shrink:0;padding-bottom:6px;margin-bottom:6px;border-bottom:1px solid #e8e8e8}.device-realtime-card .card-header h3{margin:0;font-size:1rem;font-weight:600;color:#333}.device-realtime-badge{font-size:.7rem;color:#666}.device-realtime-index{font-size:.75rem;color:#999;font-variant-numeric:tabular-nums}.device-realtime-updated-at{font-size:.75rem;color:#999}.device-realtime-header-right{margin-left:auto;display:flex;align-items:center;gap:8px}.device-realtime-station-hint,.device-realtime-empty{font-size:.75rem;color:#888;padding:8px 0;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}.device-realtime-content{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.device-realtime-name{font-size:.85rem;color:#111827;margin-bottom:8px;padding-bottom:6px;border-bottom:1px dashed #e5e7eb;flex-shrink:0;line-height:1.3}.device-realtime-table-wrap{flex:1;min-height:0;overflow:visible;padding:0}.device-realtime-kpi-grid{display:flex;flex-direction:column;gap:2px 0}.device-realtime-kpi-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:.78rem;border-bottom:none}.device-realtime-kpi-label{color:#4b5563;margin-right:8px;flex-shrink:0}.device-realtime-kpi-value{color:#111827;font-variant-numeric:tabular-nums;text-align:right;word-break:break-all}.device-realtime-status-row{font-size:.75rem;color:#b45309;padding:3px 0;margin-bottom:2px}.device-realtime-no-data{color:#888;font-size:.75rem;padding:12px 0;text-align:center}.station-kpi-unified-section{margin-bottom:24px}.device-history-section{margin-bottom:16px}.device-history-filter .station-hour-filter-item label{color:#64748b;font-size:11px}.device-history-filter select{padding:3px 7px;font-size:11px;border-radius:4px;border:1px solid #d0d7e2;color:#334155;background:#fff;min-width:108px}.device-history-filter select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb2e}.device-history-section .station-hour-card-header{padding:12px 16px}.device-history-section .station-hour-meta{padding:8px 16px;gap:14px}.device-history-section .station-hour-filter{padding:6px 16px 4px;gap:8px 12px}.device-history-section .station-hour-chart-wrap{padding:8px 10px 10px}.om-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;line-height:1.4;border:1px solid transparent}.om-pill-critical{color:#991b1b;background:#fee2e2;border-color:#fecaca}.om-pill-warn{color:#92400e;background:#fef3c7;border-color:#fde68a}.om-pill-info{color:#1e3a8a;background:#dbeafe;border-color:#bfdbfe}.station-kpi-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e8ec;margin-bottom:0;background:#fff;border-radius:10px 10px 0 0;border:1px solid #e5e8ec;border-bottom:none;padding:12px 20px 0;box-shadow:0 2px 12px #0000000f}.station-kpi-tab{font-size:14px;font-weight:500;color:#64748b;background:transparent;border:none;padding:10px 20px;border-radius:8px 8px 0 0;cursor:pointer;transition:color .2s,background .2s;margin-bottom:-1px}.station-kpi-tab:hover{color:#334155;background:#f1f5f9}.station-kpi-tab.active{color:#0f172a;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e5e8ec;border-bottom:1px solid #f8fafc}.station-kpi-tab-panels{border:1px solid #e5e8ec;border-top:none;border-radius:0 0 10px 10px;overflow:hidden;box-shadow:0 2px 12px #0000000f;background:#fff}.station-kpi-tab-panel{display:none;padding:0}.station-kpi-tab-panel.active{display:block}.station-kpi-tab-panel[hidden]{display:none!important}.station-hour-chart-section{margin-bottom:24px}.station-kpi-two-cards{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}@media(max-width:1200px){.station-kpi-two-cards{grid-template-columns:1fr}}.station-hour-chart-card{padding:0;border-radius:10px;border:1px solid #e5e8ec;box-shadow:0 2px 12px #0000000f;overflow:hidden;background:#fff}.station-hour-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e8ec}.station-hour-title{font-size:17px;font-weight:600;color:#1e293b;margin:0;letter-spacing:.02em}.station-hour-badge{font-size:11px;color:#64748b;background:#ffffffe6;padding:4px 10px;border-radius:20px;border:1px solid #e2e8f0}.station-hour-meta{display:flex;flex-wrap:wrap;gap:20px;padding:12px 20px;font-size:13px;color:#475569;border-bottom:1px solid #f1f5f9}.station-hour-meta-item{display:inline-flex;align-items:baseline;gap:6px}.station-hour-meta-label{font-size:12px;color:#94a3b8;font-weight:400}.station-hour-meta-item strong{color:#334155;font-weight:600}.station-hour-filter{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:8px 20px 4px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#475569;background:#fbfcff}.station-hour-filter-item{display:inline-flex;align-items:center;gap:4px;color:#64748b}.station-hour-filter-item input[type=radio]{accent-color:#2563eb}.station-hour-filter-dates{display:inline-flex;align-items:center;gap:6px}.station-hour-filter-dates input[type=date]{padding:4px 8px;font-size:12px;border-radius:4px;border:1px solid #d0d7e2;color:#334155;background:#fff;min-width:130px}.station-hour-filter-dates input[type=date]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb2e}.station-hour-query-btn{padding:4px 14px;font-size:12px;border-radius:16px;border:none;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;cursor:pointer;box-shadow:0 2px 6px #2563eb40;display:inline-flex;align-items:center;justify-content:center;gap:4px}.station-hour-query-btn:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca)}.station-hour-query-btn:active{transform:translateY(1px);box-shadow:0 1px 4px #2563eb4d}.station-hour-query-status{font-size:12px;color:#94a3b8;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-hour-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px 20px;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #e5e8ec}.station-hour-kpi{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;min-width:0}.station-hour-kpi-label{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-hour-kpi-value{font-size:15px;font-weight:600;color:#1e293b;font-variant-numeric:tabular-nums}.station-hour-kpi-unit{font-size:11px;color:#94a3b8}.isolar-db-wrap{display:flex;flex-direction:column;flex:1;min-height:calc(100vh - 56px);max-width:1600px;margin:0 auto;padding:20px;width:100%;box-sizing:border-box}.isolar-db-banner{margin-bottom:12px;padding:10px 14px;border-radius:8px;background:#fff8e1;border:1px solid #ffe082;color:#5d4037;font-size:13px}.isolar-sk-ps-select{padding:6px 10px;font-size:13px;border-radius:6px;border:1px solid #d0d7e2;min-width:220px;background:#fff;color:#334155}.isolar-metric-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:12px 14px;margin-top:14px;width:100%}.isolar-metric-row>.isolar-metric-chip:only-child{grid-column:1 / -1}.isolar-metric-chip{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;padding:12px 14px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.isolar-metric-chip .lab{display:block;font-size:12px;font-weight:500;color:#64748b;line-height:1.35}.isolar-metric-chip .val{display:block;font-size:15px;font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums;line-height:1.35;word-break:break-word}.isolar-metric-chip--hint .val{font-size:13px;font-weight:400;color:#475569}.isolar-kpi-device-types{margin-top:18px;padding-top:14px;border-top:1px solid #eef2f7;font-size:13px;color:#334155}.isolar-kpi-device-types-title{font-size:12px;font-weight:600;color:#475569;margin:0 0 10px;letter-spacing:.02em}.isolar-kpi-device-types-line{margin:0 0 6px;padding:6px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e8ecf1;font-size:13px;color:#1e293b}.isolar-kpi-device-types-line:last-child{margin-bottom:0}.isolar-kpi-device-types-empty{margin:0;font-size:13px;color:#64748b;line-height:1.5}.isolar-kpi-device-types-empty code{font-size:12px;background:#f1f5f9;padding:1px 5px;border-radius:4px}.isolar-dev-rt-card-header-row{flex-wrap:wrap;gap:8px}.isolar-dev-rt-header-right{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-left:auto}.isolar-dev-rt-ingest-time,.isolar-dev-rt-badge{font-size:11px;color:#64748b;background:#f1f5f9;padding:3px 8px;border-radius:6px}.isolar-dev-rt-divider{border:none;border-top:1px solid #eef2f7;margin:0}.isolar-dev-rt-sub{font-size:13px;color:#64748b;margin:10px 0 8px}.isolar-dev-rt-body{font-size:13px;color:#334155;min-height:48px}.isolar-dev-rt-body.isolar-empty{color:#94a3b8;text-align:center;padding:16px 8px}.isolar-alarm-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;font-size:13px;color:#334155}.isolar-alarm-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.isolar-db-meta{font-size:13px;color:#475569;line-height:1.55;margin-bottom:10px}.isolar-db-meta code{font-size:12px;background:#f1f5f9;padding:2px 6px;border-radius:4px;color:#0f172a}.isolar-tabs{display:flex;flex-wrap:wrap;gap:4px;padding:12px 20px 0;margin-top:8px;margin-bottom:0;background:#fff;border-radius:10px 10px 0 0;border:1px solid #e5e8ec;border-bottom:none;box-shadow:0 2px 12px #0000000f}.isolar-tab{font-size:13px;font-weight:500;color:#64748b;background:transparent;border:none;padding:10px 16px;border-radius:8px 8px 0 0;cursor:pointer;transition:color .2s,background .2s;margin-bottom:-1px;font-family:inherit}.isolar-tab:hover{color:#334155;background:#f1f5f9}.isolar-tab.active{color:#0f172a;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e5e8ec;border-bottom:1px solid #f8fafc}.isolar-panel{display:none;padding:16px 20px 20px;background:#fff;border:1px solid #e5e8ec;border-top:none;border-radius:0 0 10px 10px;box-shadow:0 2px 12px #0000000f;margin-bottom:24px}.isolar-panel.active{display:block}.isolar-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #e8e8e8;background:#fafbfc}.isolar-table{width:100%;border-collapse:collapse;font-size:12px;background:#fff}.isolar-table thead th{background:#667eea;color:#fff;padding:10px 8px;text-align:left;font-weight:600;white-space:nowrap}.isolar-table tbody td{padding:8px;border-bottom:1px solid #eee;color:#333;vertical-align:top;word-break:break-word}.isolar-table tbody tr:hover{background:#f5f5f5}.isolar-table tbody tr:last-child td{border-bottom:none}.isolar-empty{padding:16px 14px;color:#888;font-size:13px;text-align:center}.isolar-minute-sub{font-size:12px;color:#64748b;margin-bottom:10px;padding:8px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e5e8ec}.isolar-panel #tbl_minute_history{overflow-x:auto;border-radius:8px;border:1px solid #e8e8e8;background:#fafbfc}.isolar-panel #tbl_minute_history .isolar-table{margin:0}.isolar-panel #tbl_minute_history>.isolar-empty{text-align:left;background:#fff}.isolar-sk-hour-kpis-three{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 20px}@media(max-width:900px){.isolar-sk-hour-kpis-three{grid-template-columns:1fr}}.station-hour-kpi--primary{padding:12px 14px;border-color:#cbd5e1;box-shadow:0 1px 2px #0f172a0a}.station-hour-kpi-code{font-size:10px;font-weight:600;color:#64748b;background:#f1f5f9;padding:1px 5px;border-radius:4px;margin-left:4px;vertical-align:middle}.station-hour-kpi--primary .station-hour-kpi-value{font-size:18px}.station-hour-chart-wrap{position:relative;width:100%;height:240px;min-height:240px;background:#fafbfc;padding:16px 20px;transition:opacity .12s ease-out}.station-hour-chart-wrap canvas{display:block;width:100%!important;height:100%!important;max-height:208px}.station-hour-chart-wrap.station-chart-switching{opacity:.72}.station-hour-empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px 20px;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}.station-hour-empty-icon{width:48px;height:48px;border-radius:50%;background:#e2e8f0;position:relative}.station-hour-empty-icon:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:20px;border:2px solid #94a3b8;border-top:none;border-radius:0 0 12px 12px}.station-hour-empty-icon:after{content:"";position:absolute;left:50%;bottom:8px;transform:translate(-50%);width:12px;height:4px;background:#94a3b8;border-radius:2px}.station-hour-empty-title{font-size:15px;font-weight:600;color:#475569;margin:0}.station-hour-empty-desc{font-size:13px;color:#94a3b8;margin:0;text-align:center;max-width:320px;line-height:1.5}.station-table-section{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;border:1px solid #e8e8e8;padding:20px;margin-bottom:24px}.table-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.toolbar-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.filter-input,.filter-select{padding:6px 10px;border:1px solid #ddd;border-radius:4px;font-size:13px;width:120px}.btn-sm{padding:6px 12px;font-size:13px}.toolbar-actions{display:flex;align-items:center;gap:8px}.btn-icon{background:none;border:none;cursor:pointer;font-size:16px}.station-list-wrapper{max-height:480px;overflow:auto}.station-list-table th,.station-list-table td{padding:10px 12px;font-size:13px}.station-list-table thead{background:#37474f;color:#fff}.station-list-table tbody tr:hover{background:#f5f5f5}.station-list-table .status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#9e9e9e}.station-list-table .status-dot.normal{background:#4caf50}.station-list-table .status-dot.fault{background:#f44336}.station-list-table .status-dot.new{background:#9e9e9e}.station-list-table .station-name-link{color:#1a237e;text-decoration:none}.station-list-table .station-name-link:hover{text-decoration:underline}.table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #eee;font-size:13px;color:#666}.pagination{display:flex;align-items:center;gap:8px}.btn-page{padding:4px 10px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:13px}.detail-section{background:#fff;border-radius:8px;padding:20px;border:1px solid #e8e8e8;margin-bottom:24px}.detail-section-title{font-size:15px;color:#555;margin-bottom:16px}.header{background:#fff;padding:20px 30px;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center}.header h1{color:#333;font-size:28px}.status-indicator{display:flex;align-items:center;gap:10px}.status-dot{width:12px;height:12px;border-radius:50%;background:#ccc;animation:pulse 2s infinite}.status-dot.connected{background:#4caf50}.status-dot.disconnected{background:#f44336}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.container{display:grid;grid-template-columns:350px 1fr;gap:20px;max-width:1600px;margin:0 auto}.config-panel,.result-panel{background:#fff;border-radius:10px;padding:25px;box-shadow:0 4px 6px #0000001a;max-height:calc(100vh - 120px);overflow-y:auto}.config-panel h2,.result-panel h2{color:#333;margin-bottom:20px;font-size:22px;border-bottom:2px solid #667eea;padding-bottom:10px}.config-section{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.config-section:last-child{border-bottom:none}.config-section h3{color:#555;margin-bottom:15px;font-size:16px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;color:#666;font-size:14px;font-weight:500}.form-group input[type=text],.form-group input[type=password],.form-group input[type=date],.form-group input[type=number],.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group input[type=radio],.form-group input[type=checkbox]{margin-right:8px}.station-realtime-auto-refresh-wrap{margin-top:8px}.station-realtime-auto-refresh-wrap .station-realtime-auto-refresh-label{display:inline;margin-bottom:0;font-weight:400}.read-only-input,input.read-only-input{background-color:#f5f5f5!important;color:#555;cursor:not-allowed}.btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s;margin-right:10px;margin-bottom:10px}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.btn-info{background:#17a2b8;color:#fff}.btn-info:hover{background:#138496}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-large{width:100%;padding:12px;font-size:16px;margin-bottom:15px}.btn-small{padding:6px 12px;font-size:12px}.action-buttons{margin-top:20px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fee;color:#c33;padding:15px;border-radius:5px;margin-bottom:20px;border-left:4px solid #c33}.kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:25px}.kpi-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.kpi-card h4,.kpi-card .kpi-label{font-size:12px;opacity:.9;margin-bottom:10px;text-transform:uppercase;display:block}.kpi-card .value,.kpi-card .kpi-value{font-size:28px;font-weight:700;margin-bottom:5px;display:block}.kpi-card .unit{font-size:14px;opacity:.8}.chart-container{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:25px;min-height:400px}.dimension-summary{font-size:13px;color:#555;margin-bottom:12px;padding:8px 12px;background:#f0f4ff;border-radius:6px;border-left:4px solid #667eea}.dashboard-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:12px 16px;background:#2d2d3d;border-radius:8px;margin-bottom:12px}.dashboard-toolbar .toolbar-label{color:#b4b4b4;font-size:12px}.dashboard-toolbar select{padding:6px 10px;border:1px solid #444;border-radius:4px;background:#1e1e2e;color:#e0e0e0;font-size:13px}.dashboard-toolbar .toolbar-devices-wrap{display:flex;align-items:center;gap:8px}.dashboard-devices-checkboxes{display:flex;flex-wrap:wrap;gap:8px;max-height:80px;overflow-y:auto}.dashboard-devices-checkboxes label{display:flex;align-items:center;gap:4px;color:silver;font-size:12px;cursor:pointer}.dashboard-devices-checkboxes input{margin:0}.chart-panel.grafana-panel{background:#1e1e2e;border:1px solid #333;border-radius:8px;margin-bottom:25px;overflow:hidden}.chart-panel-title{padding:10px 16px;background:#2d2d3d;color:#b4b4b4;font-size:13px;border-bottom:1px solid #333}.grafana-panel .chart-container{background:#1e1e2e;padding:16px;min-height:360px}.data-flow-container{background:#1e1e2e;border-radius:8px;margin-bottom:25px;overflow:hidden;border:1px solid #333}.data-flow-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#2d2d3d;border-bottom:1px solid #333}.data-flow-header h3{margin:0;font-size:14px;color:#e0e0e0}.data-flow-summary{font-size:12px;color:#8bc34a;font-weight:500}.data-flow-content{margin:0;padding:12px 16px;font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;line-height:1.45;color:#d4d4d4;max-height:280px;overflow:auto;white-space:pre-wrap;word-break:break-all}.table-container{background:#f8f9fa;padding:20px;border-radius:8px}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.table-header h3{color:#333;font-size:18px}.table-actions{display:flex;gap:10px;align-items:center}.table-actions input{padding:8px 12px;border:1px solid #ddd;border-radius:5px;font-size:14px}.table-wrapper{overflow-x:auto;max-height:500px;overflow-y:auto}table{width:100%;border-collapse:collapse;background:#fff;border-radius:5px;overflow:hidden}table thead{background:#667eea;color:#fff;position:sticky;top:0;z-index:10}table th,table td{padding:12px;text-align:left;border-bottom:1px solid #eee}table tbody tr:hover{background:#f5f5f5}table tbody tr:last-child td{border-bottom:none}.modal{display:none;align-items:center;justify-content:center;position:fixed;z-index:1100;left:0;top:0;width:100%;height:100%;background:#00000080;overflow:auto}.modal-content{background:#fff;margin:50px auto;padding:30px;border-radius:10px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto;position:relative}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;position:absolute;right:20px;top:20px}.close:hover{color:#000}.history-list{margin-top:20px}.history-item{background:#f8f9fa;padding:15px;margin-bottom:10px;border-radius:5px;border-left:4px solid #667eea;cursor:pointer;transition:all .3s}.history-item:hover{background:#e9ecef;transform:translate(5px)}.history-item h4{color:#333;margin-bottom:5px}.history-item p{color:#666;font-size:12px;margin:5px 0}@media(max-width:1200px){.container{grid-template-columns:1fr}.config-panel{max-height:none}}@media(max-width:768px){.header{flex-direction:column;gap:15px}.kpi-cards{grid-template-columns:1fr}.table-header{flex-direction:column;align-items:flex-start;gap:10px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.legacy-markup-root{width:100%;max-width:100%;box-sizing:border-box;flex:1 1 auto;min-width:0;min-height:0}.map-stats-bar{display:flex;align-items:center;justify-content:center;gap:24px;padding:12px 24px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.map-stat-item{display:flex;align-items:center;gap:8px}.map-stat-item-wide{flex-wrap:wrap;gap:10px 12px}.map-stat-vs{font-size:13px;font-weight:500;margin-left:4px;white-space:nowrap}.map-stat-vs-up{color:#16a34a}.map-stat-vs-down{color:#dc2626}.map-stat-vs-flat{color:#6b7280}.map-stat-vs-muted{color:#9ca3af}.map-stat-icon{font-size:20px}.map-stat-label{font-size:14px;color:#6b7280}.map-stat-value{font-size:16px;font-weight:600;color:#111827}.map-main{display:flex;height:calc(100vh - 56px);min-height:480px;overflow:hidden}.map-panel{display:flex;flex-direction:column;background:#fff;border-right:1px solid #e5e7eb;overflow:hidden}.map-panel:last-of-type{border-right:none;border-left:1px solid #e5e7eb}.map-panel-left,.map-panel-right{width:320px;min-width:280px;flex-shrink:0}.map-panel-right{overflow-y:auto}.map-left-top-tools{padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#fff}.map-toolbar-left{margin-top:8px;display:grid;grid-template-columns:1fr;gap:8px}.map-toolbar-left .map-search-input,.map-toolbar-left .map-filter-select{width:100%}.map-panel-left.map-panel{min-height:0}.map-left-section{display:flex;flex-direction:column;flex:1 1 0;min-height:160px;overflow:hidden}.map-left-section-day-power{border-top:1px solid #e5e7eb}.map-panel-center{flex:1;min-width:400px;position:relative;display:flex;flex-direction:column;overflow:hidden}.map-panel-header{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:15px;color:#1f2937}.map-panel-title{flex:1}.map-panel-icon{font-size:14px;color:#6b7280}.map-panel-arrow{color:#9ca3af;font-size:18px}.map-panel-table-wrap{flex:1;overflow:auto;min-height:120px}.map-panel-table{width:100%;border-collapse:collapse;font-size:13px}.map-panel-table th,.map-panel-table td{padding:8px 10px;text-align:left;border-bottom:1px solid #f3f4f6}.map-panel-table th{background:#f9fafb;color:#6b7280;font-weight:500;white-space:nowrap}.map-panel-table tbody tr:hover{background:#f9fafb}.map-panel-table .map-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.map-panel-table .map-status-dot.normal{background:#4caf50}.map-panel-table .map-status-dot.fault{background:#f44336}.map-panel-table .map-status-dot.disconnect{background:#9e9e9e}.map-panel-table .map-station-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-panel-table .map-station-power-cell{font-size:13px;line-height:1.35;white-space:normal}.map-panel-table .map-station-power-none{color:#9ca3af}.map-panel-table .map-station-power-val{font-weight:500;color:#111827}.map-panel-table .map-station-power-warn{display:inline-block;margin-left:4px;font-size:12px;font-weight:500;color:#ca8a04}.map-panel-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-top:1px solid #e5e7eb;font-size:13px;color:#6b7280}.map-panel-total-suffix{margin-left:4px;font-weight:400;color:#9ca3af;font-size:12px}.map-panel-pager button{margin:0 4px;padding:2px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;font-size:12px}.map-panel-pager button:disabled{opacity:.5;cursor:not-allowed}.map-panel-donut{display:flex;align-items:center;gap:16px;padding:16px;border-top:1px solid #e5e7eb}.map-donut-circle{position:relative;width:120px;height:120px;flex-shrink:0}.map-donut-circle canvas{display:block}.map-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.map-donut-num{display:block;font-size:24px;font-weight:700;color:#1f2937}.map-donut-label{display:block;font-size:12px;color:#6b7280}.map-donut-legend-wrap{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.map-donut-legend{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563}.map-donut-collect-time{font-size:10px;color:#9ca3af;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-legend-item{display:flex;align-items:center;gap:6px}.map-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.map-dot-normal{background:#4caf50}.map-dot-fault{background:#f44336}.map-dot-disconnect{background:#9e9e9e}.map-dot-emergency{background:#f44336}.map-dot-important{background:#ff9800}.map-dot-minor{background:#ffeb3b}.map-dot-prompt{background:#2196f3}.map-dot-grid{background:#22c55e}.map-dot-standby{background:#3b82f6}.map-dot-shutdown{background:#94a3b8}.map-dot-unknown{background:#9ca3af}.map-inverter-carousel-opt{display:flex;align-items:center;gap:8px;padding:8px 16px;border-bottom:1px solid #e5e7eb;font-size:13px;color:#4b5563}.map-inverter-rotate-label{display:flex;align-items:center;gap:6px}.map-inverter-interval-input{width:40px;padding:4px 6px;border:1px solid #d1d5db;border-radius:4px;font-size:13px}.map-inverter-current-station-wrap{border-bottom:1px solid #e5e7eb}.map-inverter-current-station{padding:10px 16px 4px;font-weight:600;font-size:13px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-inverter-data-time{padding:0 16px 10px;font-size:11px;color:#6b7280;line-height:1.3}.map-inverter-data-time-stale{color:#b45309;font-weight:500}.map-panel-table-inverter{font-size:12px}.map-panel-table-inverter .map-th-status{width:28px;text-align:center}.map-inverter-pagination{flex-wrap:wrap;gap:8px}.map-inverter-legend{display:flex;flex-wrap:wrap;gap:10px 16px;padding:12px 16px;border-top:1px solid #e5e7eb;font-size:12px;color:#4b5563}.map-om-center-card{border-bottom:1px solid #e5e7eb;background:#fff}.map-om-center-header{border-bottom:none;padding-bottom:8px}.map-om-center-header .map-panel-title{flex:1;min-width:0}.map-om-closed-entry{flex-shrink:0;font-size:11px;font-weight:500;padding:4px 8px;border-radius:6px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;cursor:pointer;line-height:1.2}.map-om-closed-entry:hover{border-color:#d1d5db;color:#111827;background:#f3f4f6}#map_om_closed_count{font-weight:700;color:#1d4ed8}.map-om-center-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:0 16px 8px}.map-om-center-status{display:inline-flex;align-items:center;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600;border:1px solid transparent}.map-om-status-normal{background:#ecfdf5;color:#166534;border-color:#86efac}.map-om-status-alert{background:#fff7ed;color:#9a3412;border-color:#fdba74}.map-om-status-error{background:#fef2f2;color:#991b1b;border-color:#fca5a5}.map-om-center-updated{font-size:11px;color:#6b7280}.map-om-station-summary{padding:0 16px 10px}.map-om-station-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.map-om-station-title{font-size:12px;font-weight:700;color:#0f172a}.map-om-station-pager{font-size:11px;color:#64748b}.map-om-station-list{display:grid;grid-template-columns:1fr;gap:6px}.map-om-station-item{display:grid;grid-template-columns:minmax(0,1fr);gap:3px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:8px;padding:6px 8px;cursor:pointer;width:100%;box-sizing:border-box;text-align:left}.map-om-station-item:hover{border-color:#cbd5e1;background:#f1f5f9}.map-om-station-item--critical{border-color:#fecaca;background:#fef2f2}.map-om-station-item--critical:hover{border-color:#fca5a5;background:#fee2e2}.map-om-station-item--warn{border-color:#fde68a;background:#fffbeb}.map-om-station-item--warn:hover{border-color:#fcd34d;background:#fef3c7}.map-om-station-name{font-size:12px;font-weight:600;color:#111827;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.map-om-station-counts{font-size:11px;color:#4b5563;white-space:nowrap;justify-self:start;width:100%}.map-om-center-list{max-height:260px;overflow-y:auto;border-top:1px solid #e5e7eb;padding:6px 10px 10px}.map-om-item{border:1px solid #e5e7eb;border-radius:8px;padding:7px 8px;margin-top:6px;background:#fff}.map-om-item:first-child{margin-top:0}.map-om-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}.map-om-item-head-left{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.map-om-snooze-btn{flex-shrink:0;font-size:11px;padding:2px 8px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#6b7280;cursor:pointer;line-height:1.35;white-space:nowrap}.map-om-snooze-btn:hover{border-color:#9ca3af;color:#111827;background:#f9fafb}.map-om-snooze-meta{font-size:11px;color:#6b7280;margin-top:6px;line-height:1.35}.map-om-item--closed .map-om-item-head{align-items:center}.map-om-restore-btn{font-size:11px;padding:2px 8px;border-radius:6px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;cursor:pointer;white-space:nowrap}.map-om-restore-btn:hover{background:#dbeafe}.map-om-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px}.map-om-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73}.map-om-modal-panel{position:relative;z-index:1;width:100%;max-width:420px;max-height:min(72vh,560px);display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 20px 50px #0000002e;overflow:hidden}.map-om-modal-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:15px;color:#111827}.map-om-modal-close{border:none;background:transparent;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:0 4px}.map-om-modal-close:hover{color:#111827}.map-om-modal-hint{margin:0;padding:8px 14px;font-size:11px;color:#6b7280;line-height:1.45;border-bottom:1px solid #f3f4f6;background:#fafafa}.map-om-modal-body{padding:8px 10px 12px;overflow-y:auto;flex:1;min-height:0}.map-om-vendor{font-size:10px;font-weight:700;border-radius:4px;padding:1px 6px;letter-spacing:.02em}.map-om-vendor-huawei{background:#eff6ff;color:#1d4ed8}.map-om-vendor-isolar{background:#fffbeb;color:#b45309}.map-om-vendor-solis{background:#ecfeff;color:#0e7490}.map-om-severity{font-size:10px;font-weight:700;border-radius:999px;padding:1px 8px}.map-om-sev-critical{color:#991b1b;background:#fee2e2}.map-om-sev-warn{color:#9a3412;background:#ffedd5}.map-om-sev-info{color:#1e3a8a;background:#dbeafe}.map-om-item-site,.map-om-item-device,.map-om-item-category,.map-om-item-msg{font-size:12px;color:#374151;line-height:1.35}.map-om-item-msg{color:#111827}.map-om-empty{border:1px dashed #d1d5db;border-radius:8px;padding:10px;text-align:center;color:#6b7280;font-size:12px;background:#fafafa}.map-om-critical-bubble{position:relative;pointer-events:auto;-webkit-user-select:none;user-select:none;width:max-content;max-width:148px;min-width:72px;writing-mode:horizontal-tb;transform-origin:center bottom;filter:drop-shadow(0 2px 8px rgba(185,28,28,.28))}.map-om-critical-bubble--compact .map-om-critical-bubble__pill{display:inline-flex;flex-direction:row;align-items:center;gap:5px;padding:3px 8px 3px 5px;border-radius:999px;background:linear-gradient(180deg,#fff1f2,#fecaca);border:1px solid rgba(220,38,38,.42);box-shadow:0 1px 2px #0000000f;white-space:nowrap;line-height:1.15}.map-om-critical-bubble--compact .map-om-critical-bubble__icon{flex-shrink:0;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;font-size:11px;line-height:1;color:#fff;background:linear-gradient(180deg,#ef4444,#b91c1c)}.map-om-critical-bubble--compact .map-om-critical-bubble__label{flex:1;min-width:0;font-size:11px;font-weight:700;color:#991b1b;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis}.map-om-critical-bubble--pulse{animation:map-om-critical-pulse 1.6s ease-in-out infinite}.map-om-critical-bubble--pulse.map-om-critical-bubble--calm{animation:map-om-critical-pulse-calm 2.6s ease-in-out infinite;filter:drop-shadow(0 1px 4px rgba(153,27,27,.18))}@keyframes map-om-critical-pulse{0%,to{opacity:1}50%{opacity:.82}}@keyframes map-om-critical-pulse-calm{0%,to{opacity:1}50%{opacity:.9}}.map-om-critical-bubble--compact:hover .map-om-critical-bubble__pill{border-color:#b91c1c99;background:linear-gradient(180deg,#fff,#fecdd3)}.map-center-header{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #e5e7eb;background:#fff;flex-wrap:wrap}.map-inline-kpis{margin-left:6px;display:flex;flex-direction:column;align-items:stretch;gap:6px;flex-wrap:nowrap;flex:0 0 220px;max-width:240px}.map-inline-kpi-item{display:flex;justify-content:space-between;align-items:baseline;gap:6px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:5px 10px}.map-inline-kpi-label{font-size:11px;color:#6b7280}.map-inline-kpi-value{font-size:15px;font-weight:700;color:#111827;line-height:1.1}.map-inline-kpi-value.map-forecast-bias-pos{color:#dc2626}.map-inline-kpi-value.map-forecast-bias-neg{color:#2563eb}.map-inline-kpi-value.map-forecast-bias-zero{color:#16a34a}.map-inline-kpi-hint{font-size:11px;margin-left:4px}.map-header-weather-strip{position:relative;flex:1 1 200px;min-width:160px;min-height:184px;padding-top:22px;padding-left:6px;box-sizing:border-box}.map-weather-block{margin-bottom:6px}.map-weather-block:last-child{margin-bottom:0}.map-weather-block-label{display:block;font-size:11px;font-weight:600;color:#475569;letter-spacing:.04em;margin-bottom:4px;padding-left:8px;border-left:3px solid #94a3b8;line-height:1.2}.map-weather-block-alerts .map-weather-block-label{border-left-color:#ea580c;color:#9a3412}.map-weather-block-forecast .map-weather-block-label{border-left-color:#2563eb;color:#1e40af}.map-weather-asof{position:absolute;top:2px;right:0;left:0;text-align:right;font-size:10px;line-height:1.35;color:#64748b;font-variant-numeric:tabular-nums}.map-weather-alerts-carousel-wrap{position:relative;padding:2px 38px 2px 6px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;height:52px;min-height:52px;max-height:52px;box-sizing:border-box;display:flex;flex-direction:column}.map-weather-alerts-inner{width:100%;flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;align-items:center}.map-weather-alerts-counter{position:absolute;right:5px;bottom:3px;font-size:10px;line-height:1;color:#94a3b8;font-variant-numeric:tabular-nums;pointer-events:none}.map-weather-alert-slide{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:0;width:100%;font-size:12px;font-weight:600;line-height:1.35;border-radius:4px}.map-weather-alert-slide.map-weather-sev-storm{color:#991b1b}.map-weather-alert-slide.map-weather-sev-heavy{color:#9a3412}.map-weather-alert-slide.map-weather-sev-gale{color:#1e40af}.map-weather-alert-slide .map-weather-alert-title{flex-shrink:0;white-space:nowrap;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:700;line-height:1.2}.map-weather-alert-slide.map-weather-sev-storm .map-weather-alert-title{background:#fef2f2;border:1px solid #fecaca}.map-weather-alert-slide.map-weather-sev-heavy .map-weather-alert-title{background:#fff7ed;border:1px solid #fed7aa}.map-weather-alert-slide.map-weather-sev-gale .map-weather-alert-title{background:#eff6ff;border:1px solid #bfdbfe}.map-weather-alert-slide .map-weather-alert-body{flex:1;min-width:0;font-size:12px;font-weight:600;color:#374151;word-break:break-word;line-height:1.35}.map-weather-alert-slide .map-weather-alert-sep{color:#9ca3af;font-weight:500}.map-weather-carousel-wrap{border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;padding:6px 10px;height:64px;min-height:64px;max-height:64px;box-sizing:border-box;display:flex;align-items:stretch;transition:background-color .2s ease,border-color .2s ease}.map-weather-carousel-wrap--l0{background:#ecfdf5;border-color:#6ee7b7}.map-weather-carousel-wrap--l1{background:#fefce8;border-color:#eab308}.map-weather-carousel-wrap--l2{background:#fff7ed;border-color:#fb923c}.map-weather-carousel-wrap--l3{background:#fef2f2;border-color:#f87171}.map-weather-carousel-inner{font-size:11px;line-height:1.45;color:#374151;width:100%;flex:1 1 0;min-height:0;overflow:hidden;display:block;max-height:4.35em;word-break:break-word}.map-weather-carousel-inner .map-weather-metric{display:inline;font-size:inherit;font-weight:inherit;color:inherit}.map-weather-carousel-inner .map-weather-metric--abnormal{font-size:1.2em;font-weight:700;line-height:1.2}.map-weather-carousel-inner .map-weather-metric--wind.map-weather-metric--abnormal{color:#1d4ed8}.map-weather-carousel-inner .map-weather-metric--precip.map-weather-metric--abnormal{color:#0369a1}.map-weather-carousel-inner .map-weather-metric--temp.map-weather-metric--abnormal{color:#c2410c}.map-header-donut{display:flex;align-items:center;gap:10px;flex-shrink:0;padding-right:16px;border-right:1px solid #e5e7eb}.map-donut-vendor-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;flex-shrink:0;font-weight:600}.map-donut-vendor-huawei{background:linear-gradient(145deg,#dbeafe,#e0e7ff);color:#1d4ed8}.map-donut-vendor-sungrow{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#b45309}.map-vendor-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex-shrink:0}.map-vendor-tag{font-size:11px;font-weight:700;letter-spacing:.06em;padding:2px 8px;border-radius:4px;line-height:1.25;white-space:nowrap}.map-vendor-tag-huawei{background:linear-gradient(145deg,#dbeafe,#e0e7ff);color:#1d4ed8;border:1px solid rgba(29,78,216,.15)}.map-vendor-tag-sungrow{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#b45309;border:1px solid rgba(180,83,9,.2)}.map-vendor-section-sungrow{align-items:flex-start}.map-sungrow-donut-body{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.map-header-donut-sungrow{border-right:1px solid #e5e7eb}.map-header-donut-huawei.map-huawei-bundled{gap:6px;padding-right:12px;align-items:center}.map-donut-vendor-compact{width:24px;height:24px;font-size:13px;border-radius:6px}.map-huawei-bundled-inner{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.map-huawei-status-side{display:flex;align-items:center;gap:6px;flex-shrink:0}.map-donut-huawei-sm{width:64px;height:64px}.map-donut-huawei-sm .map-donut-num{font-size:15px}.map-donut-huawei-sm .map-donut-label{font-size:9px;max-width:52px;line-height:1.1;text-align:center}.map-donut-legend-compact .map-donut-legend{gap:1px;font-size:10px;line-height:1.35}.map-donut-legend-compact .map-donut-collect-time{font-size:9px;margin-top:2px}.map-huawei-income-side{display:flex;align-items:flex-start;gap:6px;padding-left:8px;margin-left:2px;border-left:1px solid #e5e7eb;flex-shrink:0;min-width:0;max-width:210px}.map-huawei-income-chart-col{width:96px;flex-shrink:0}.map-day-income-chart-compact{position:relative;width:96px;height:102px}.map-day-income-meta-compact{display:flex;flex-direction:column;gap:1px;min-width:0;padding-top:2px}.map-day-income-meta-compact .map-day-income-title{font-size:9px;color:#6b7280;font-weight:600;letter-spacing:.02em}.map-day-income-value-row{display:flex;align-items:baseline;gap:2px;flex-wrap:wrap}.map-day-income-meta-compact .map-day-income-total{font-size:14px;font-weight:700;color:#111827;line-height:1.15}.map-day-income-meta-compact .map-day-income-unit{font-size:10px;color:#6b7280;font-weight:500}.map-day-income-meta-compact .map-day-income-hint{font-size:8px;color:#3b82f6;margin-top:1px;line-height:1.2}.map-day-income-chart-wrap{width:88px;height:88px;flex-shrink:0}.map-day-income-meta{display:flex;flex-direction:column;gap:2px;min-width:72px}.map-day-income-title{font-size:11px;color:#6b7280;font-weight:600}.map-day-income-total{font-size:18px;font-weight:700;color:#111827;line-height:1.2}.map-day-income-unit{font-size:12px;color:#6b7280}.map-day-income-hint{font-size:10px;color:#9ca3af;margin-top:2px}.map-header-rest{display:flex;align-items:center;gap:16px;flex:1;min-width:0;flex-wrap:wrap}.map-forecast-accuracy-compact{width:100%;border-top:1px dashed #e5e7eb;padding-top:6px;height:138px;display:flex;flex-direction:column;overflow:hidden}.map-center-title{margin:0;font-size:15px;font-weight:600;color:#1f2937;flex-shrink:0}.map-center-header .map-toolbar-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.map-donut-inline{width:80px;height:80px}.map-donut-inline .map-donut-num{font-size:18px}.map-donut-inline .map-donut-label{font-size:10px}.map-donut-legend-inline .map-donut-legend{gap:2px;font-size:11px}.map-donut-legend-inline .map-donut-collect-time{font-size:10px;margin-top:2px}.map-container{position:relative;flex:1;min-height:300px;background:#e5e7eb}.map-search-input{width:200px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.map-search-input:focus{outline:none;border-color:#1a237e}.map-search-wrap{position:relative;display:inline-block}.map-search-suggest{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #0000001f;z-index:100;display:none}.map-search-suggest.is-visible{display:block}.map-search-suggest-item{padding:8px 12px;font-size:13px;color:#374151;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #f3f4f6}.map-search-suggest-item:last-child{border-bottom:none}.map-search-suggest-item:hover,.map-search-suggest-item:focus{background:#f0f4ff}.map-filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:100px}.map-station-count{font-size:13px;color:#6b7280}.map-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffe6}#map_loading.map-overlay.map-loading{display:none!important;visibility:hidden!important;pointer-events:none!important}.map-error p{margin-top:12px;color:#4b5563;font-size:14px}.map-error p{color:#b91c1c}.amap-info-content{padding:12px;min-width:220px;font-size:13px}.amap-info-content .info-window-title{font-weight:600;margin-bottom:8px;color:#1a237e}.amap-info-content .info-window-row{margin:4px 0;color:#374151}.map-marker-station{position:relative;display:flex;flex-direction:column;align-items:center;width:auto;min-width:48px;cursor:pointer;--marker-color-main: #3b82f6;--marker-color-soft: rgba(37, 99, 235, .45);--marker-color-soft-border: rgba(37, 99, 235, .5);--marker-color-shadow: rgba(37, 99, 235, .25)}.map-marker-label{font-size:11px;font-weight:500;color:var(--marker-color-main);white-space:nowrap;max-width:96px;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;text-align:center;text-shadow:0 0 2px #fff,0 1px 2px rgba(255,255,255,.8)}.map-marker-anim{position:relative;width:48px;height:48px}.map-marker-station.status-normal{--marker-color-main: #22c55e;--marker-color-soft: rgba(34, 197, 94, .35);--marker-color-soft-border: rgba(34, 197, 94, .6);--marker-color-shadow: rgba(34, 197, 94, .3)}.map-marker-station.status-fault{--marker-color-main: #f97373;--marker-color-soft: rgba(239, 68, 68, .45);--marker-color-soft-border: rgba(239, 68, 68, .7);--marker-color-shadow: rgba(239, 68, 68, .4)}.map-marker-station.status-disconnect{--marker-color-main: #9ca3af;--marker-color-soft: rgba(156, 163, 175, .25);--marker-color-soft-border: rgba(156, 163, 175, .4);--marker-color-shadow: rgba(156, 163, 175, .25)}.map-marker-anim .map-marker-pulse{position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;background:var(--marker-color-soft);border-radius:50%;animation:map-marker-pulse 1.8s ease-out infinite}.map-marker-pulse:after{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:2px solid var(--marker-color-soft-border);border-radius:50%;animation:map-marker-pulse 1.8s ease-out .9s infinite}.map-marker-anim .map-marker-dot{position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;background:linear-gradient(135deg,var(--marker-color-main) 0%,var(--marker-color-main) 100%);border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px var(--marker-color-shadow),0 4px 12px #00000040;animation:map-marker-bounce 1.2s ease-in-out infinite}.map-marker-station:hover .map-marker-dot{transform:scale(1.2);box-shadow:0 0 0 6px var(--marker-color-shadow),0 6px 16px #0000004d}.map-marker-station:hover .map-marker-pulse{animation-duration:1.2s}.map-marker-lightning{position:absolute;top:-2px;left:50%;transform:translate(-50%);font-size:10px;line-height:.9;letter-spacing:-2px;color:#1e3a5f!important;text-shadow:0 0 1px rgba(255,255,255,.6),0 1px 1px rgba(0,0,0,.2);pointer-events:none}.map-marker-station.status-disconnect .map-marker-dot{animation:none;box-shadow:0 0 0 2px var(--marker-color-shadow),0 2px 8px #0003}.map-marker-station.status-disconnect .map-marker-pulse{animation-duration:2.4s}@keyframes map-marker-pulse{0%{transform:scale(.5);opacity:1}to{transform:scale(2.2);opacity:0}}@keyframes map-marker-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.map-hover-tooltip{position:absolute;z-index:25;display:none;min-width:220px;max-width:320px;padding:12px 14px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000026,0 0 1px #0000001a;font-size:13px;pointer-events:none;border:1px solid #e5e7eb}.map-hover-tooltip.is-visible{display:block}.map-hover-tooltip .info-window-title{font-weight:700;font-size:14px;margin-bottom:8px;color:#1e40af}.map-hover-tooltip .info-window-row{margin:4px 0;color:#374151}.map-forecast-accuracy-panel{background:#fff;border-top:1px solid #e5e7eb;padding:8px 12px 10px}.map-forecast-accuracy-panel-inline{border-top:none;border-bottom:1px solid #e5e7eb;padding:6px 4px 6px 6px}.map-forecast-accuracy-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px;min-height:16px;flex:0 0 auto}.map-forecast-accuracy-title{margin:0;font-size:12px;color:#111827}.map-forecast-accuracy-sub{font-size:11px;color:#6b7280;min-width:180px;text-align:right;white-space:nowrap}.map-forecast-accuracy-table-wrap{max-height:150px;overflow:auto;border:1px solid #eef2f7;border-radius:8px}.map-forecast-accuracy-table-wrap-compact{height:154px;max-height:154px;flex:0 0 154px;box-sizing:border-box;padding-left:2px;padding-right:2px}.map-forecast-accuracy-table{width:100%;border-collapse:collapse;font-size:11px;table-layout:fixed}.map-forecast-accuracy-table th,.map-forecast-accuracy-table td{padding:1px 4px;border-bottom:1px solid #f3f4f6;text-align:right;white-space:nowrap;height:19px;box-sizing:border-box}.map-forecast-accuracy-table tbody td{font-weight:600;color:#111827}.map-forecast-accuracy-table tbody td.map-forecast-accuracy-good{color:#16a34a}.map-forecast-accuracy-table tbody td.map-forecast-accuracy-mid{color:#ca8a04}.map-forecast-accuracy-table tbody td.map-forecast-accuracy-low,.map-forecast-accuracy-table tbody td.map-forecast-bias-pos{color:#dc2626}.map-forecast-accuracy-table tbody td.map-forecast-bias-neg{color:#2563eb}.map-forecast-accuracy-table tbody td.map-forecast-bias-zero{color:#16a34a}.map-forecast-accuracy-table thead th{color:#1f2937!important;font-weight:700;text-shadow:none;font-size:10px;line-height:1.2;padding-top:1px;padding-bottom:1px}.map-forecast-group-head{font-weight:700;text-align:center!important}.map-forecast-group-head-tomorrow{background:#ecfdf5!important;color:#166534!important}.map-forecast-group-head-today{background:#eff6ff!important;color:#1d4ed8!important}.map-forecast-col-tomorrow{background:#f0fdf4!important;color:#166534!important;text-align:center!important}.map-forecast-col-today{background:#f0f7ff!important;color:#1e3a8a!important}.map-forecast-accuracy-table th:first-child,.map-forecast-accuracy-table td:first-child{text-align:left}.map-forecast-accuracy-table th:nth-child(1),.map-forecast-accuracy-table td:nth-child(1){width:24%}.map-forecast-accuracy-table th:nth-child(2),.map-forecast-accuracy-table td:nth-child(2){width:9%}.map-forecast-accuracy-table td:nth-child(2){text-align:center}.map-forecast-accuracy-table th:nth-child(3),.map-forecast-accuracy-table td:nth-child(3),.map-forecast-accuracy-table th:nth-child(4),.map-forecast-accuracy-table td:nth-child(4){width:17%}.map-forecast-accuracy-table th:nth-child(5),.map-forecast-accuracy-table td:nth-child(5),.map-forecast-accuracy-table th:nth-child(6),.map-forecast-accuracy-table td:nth-child(6){width:16.5%}.map-forecast-accuracy-table thead tr:nth-child(2) th{white-space:normal;word-break:break-word;overflow-wrap:anywhere;padding-top:1px;padding-bottom:1px}.map-forecast-accuracy-table tbody tr:last-child td{border-bottom:none}.map-forecast-accuracy-good{color:#16a34a;font-weight:600}.map-forecast-accuracy-mid{color:#ca8a04;font-weight:600}.map-forecast-accuracy-low{color:#dc2626;font-weight:600}.map-forecast-bias-pos{color:#dc2626;font-weight:700}.map-forecast-bias-neg{color:#2563eb;font-weight:700}.map-forecast-bias-zero{color:#16a34a;font-weight:700}.map-forecast-accuracy-empty{color:#9ca3af}#app{flex:1 1 auto;display:flex;flex-direction:column;min-height:100vh;min-width:0}.fusion-app-shell[data-v-a46ceb7f]{min-height:100vh;display:flex;flex-direction:column;background:#f0f2f5}.shell-content[data-v-a46ceb7f]{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;background:#f0f2f5}.yg-wrap{max-width:840px;margin:0 auto;padding:24px;flex:1}.yg-card{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:20px 24px;margin-bottom:20px}.yg-card h2{font-size:16px;color:#1a237e;margin-bottom:12px}.yg-row{margin-bottom:12px}.yg-row label{display:block;font-size:13px;color:#666;margin-bottom:4px}.yg-row input,.yg-row textarea,.yg-row select{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px}.yg-row textarea{min-height:72px;font-family:inherit}.yg-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.yg-btn{background:#1a237e;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.yg-btn:hover{filter:brightness(1.08)}.yg-btn-secondary{background:#5c6bc0}.yg-hint{font-size:12px;color:#888;margin-top:8px;line-height:1.5}.yg-status{font-size:13px;padding:8px 12px;background:#e8eaf6;border-radius:4px;margin-bottom:16px}.yg-env-warn{font-size:12px;padding:8px 12px;background:#fff3e0;border:1px solid #ffcc80;border-radius:4px;margin-bottom:12px;display:none;color:#e65100}.yg-oauth-warn{font-size:12px;padding:10px 12px;background:#ffebee;border:1px solid #ef9a9a;border-radius:4px;margin-bottom:12px;display:none;color:#b71c1c;line-height:1.55}.yg-dl{font-size:12px;color:#555;line-height:1.6;margin:8px 0 12px;padding-left:0;list-style:none}.yg-dl li{margin-bottom:6px;padding-left:12px;border-left:3px solid #c5cae9}.yg-dl code{background:#f5f5f5;padding:1px 4px;border-radius:2px;font-size:11px}.yg-out{background:#fafafa;border:1px solid #eee;border-radius:4px;padding:12px;font-size:12px;overflow:auto;max-height:420px;white-space:pre-wrap;word-break:break-all}.yg-error{color:#c62828}.yg-conn-panel{background:linear-gradient(135deg,#e8eaf6,#fff);border:1px solid #c5cae9;border-radius:8px;padding:16px 20px;margin-bottom:16px}.yg-conn-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}.yg-conn-title{font-size:15px;font-weight:600;color:#1a237e}.yg-conn-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px 16px;font-size:13px}.yg-conn-k{color:#666;display:block;font-size:12px;margin-bottom:2px}.yg-conn-v{color:#222;font-weight:500;word-break:break-all}.yg-conn-v.yg-live{color:#2e7d32}.yg-conn-v.yg-warn{color:#e65100}.yg-conn-v.yg-bad{color:#c62828}.yg-oauth-ready-box{background:#e8f5e9;border:1px solid #a5d6a7;border-radius:6px;padding:12px 14px;margin-bottom:14px;font-size:13px;line-height:1.55;color:#1b5e20}.yg-oauth-ready-box .yg-oauth-expand{margin-top:8px;font-size:12px}.yg-oauth-expand-btn{background:none;border:none;color:#1565c0;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.yg-next-bar{background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;padding:14px 18px;margin-bottom:18px;font-size:14px;line-height:1.55;color:#0d47a1}.yg-next-bar strong{color:#01579b}.yg-next-bar-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px}.yg-next-bar .yg-btn{margin:0}.yg-data-lead{background:#f5f9ff;border-left:4px solid #3949ab;padding:10px 12px;margin:0 0 14px;font-size:13px;line-height:1.55;color:#333}@keyframes yg-flash-outline{0%,to{box-shadow:0 0 #3949ab00}25%{box-shadow:0 0 0 3px #3949ab73}50%{box-shadow:0 0 0 6px #3949ab33}}.yg-flash-once{animation:yg-flash-outline 1.2s ease-out 2}.yg-oauth-steps{margin:12px 0 16px;padding-left:1.35em;font-size:13px;line-height:1.65;color:#444}.yg-oauth-steps li{margin-bottom:8px}.yg-plant-names-wrap{margin-top:16px;padding:14px 16px;background:#f5f7fa;border-radius:8px;border:1px solid #e0e4ec}.yg-plant-names-title{font-size:13px;font-weight:600;color:#1a237e;margin-bottom:10px}.yg-plant-names-list{list-style:none;margin:0;padding:0}.yg-plant-names-list li{padding:10px 12px;margin-bottom:8px;background:#fff;border-radius:6px;border:1px solid #e8eaf6;font-size:14px;color:#222}.yg-plant-names-list li:last-child{margin-bottom:0}.yg-plant-names-list .yg-pid{font-size:12px;color:#666;margin-top:4px}.yg-subsection{margin-top:20px;padding-top:18px;border-top:1px solid #e8eaf6}.yg-subsection h3{font-size:15px;color:#1a237e;margin:0 0 8px;font-weight:600}.yg-detail-banner{font-size:13px;padding:10px 12px;border-radius:6px;margin-bottom:12px}.yg-detail-banner.warn{background:#fff8e1;border:1px solid #ffcc80;color:#e65100}.yg-detail-banner.err{background:#ffebee;border:1px solid #ef9a9a;color:#b71c1c}.yg-detail-cards{display:flex;flex-direction:column;gap:12px}.yg-detail-card{background:#fff;border:1px solid #e0e4ec;border-radius:8px;padding:12px 14px;font-size:13px}.yg-detail-card h4{margin:0 0 10px;font-size:14px;color:#1a237e}.yg-detail-dl{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;margin:0}.yg-detail-dl dt{color:#666;font-weight:400}.yg-detail-dl dd{margin:0;color:#222;word-break:break-word}.yg-device-meta{font-size:13px;margin-bottom:10px;color:#444}.yg-device-table-wrap{overflow-x:auto;border:1px solid #e0e4ec;border-radius:8px;background:#fff}.yg-device-table{width:100%;border-collapse:collapse;font-size:12px}.yg-device-table th,.yg-device-table td{border-bottom:1px solid #eee;padding:8px 10px;text-align:left;vertical-align:top}.yg-device-table th{background:#f5f7fa;color:#1a237e;font-weight:600;white-space:nowrap}.yg-device-table tr:last-child td{border-bottom:none}.yg-device-firmware{font-size:11px;color:#555;max-width:280px;white-space:pre-wrap;word-break:break-all}.yg-data-shell{background:#f0f1f4;border-radius:8px;padding:4px 14px 16px;margin-top:12px}.yg-panel-section{border-top:1px solid #dde0e6;padding:14px 0 4px;margin-top:0}.yg-panel-section:first-child{border-top:none;padding-top:10px}.yg-panel-section__title{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 12px;letter-spacing:.02em}.yg-row-inline{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:8px}.yg-row-inline label{font-size:13px;color:#4b5563;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.yg-input-num{width:72px;padding:6px 8px;border:1px solid #c5c9d1;border-radius:4px;font-size:14px;background:#fff}.yg-suffix{font-size:13px;color:#6b7280}.yg-inline-check{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#555;margin:8px 0 10px;line-height:1.45;cursor:pointer}.yg-inline-check input{margin-top:2px}.yg-actions-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.yg-btn-tool{background:#6b7280;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.yg-btn-tool:hover{filter:brightness(1.06)}.yg-btn-run{background:#6366f1;color:#fff;border:none;padding:10px 22px;border-radius:4px;cursor:pointer;font-size:15px;font-weight:500}.yg-btn-run:hover{filter:brightness(1.05)}.yg-contract-params{margin-top:8px}.yg-contract-block{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;margin-top:12px}.yg-contract-block>h4{font-size:13px;font-weight:600;color:#374151;margin:0 0 10px}.yg-pdmy-date-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:6px}.yg-pdmy-date-row .pdmy-seg-year,.yg-pdmy-date-row .pdmy-seg-month,.yg-pdmy-date-row .pdmy-seg-day{display:inline-flex;align-items:center;gap:6px}.yg-pdmy-num{width:76px;padding:7px 8px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;box-sizing:border-box}.yg-pdmy-unit{font-size:13px;color:#555;white-space:nowrap}.yg-pdmy-preview{margin:6px 0 0;font-size:11px;color:#888}.solis-wrap{max-width:1200px;margin:0 auto;padding:16px 20px 36px}.solis-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;margin-bottom:14px}.solis-title{margin:0 0 8px;font-size:18px;color:#1f2937}.solis-sub{margin:0 0 12px;font-size:13px;color:#6b7280}.solis-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:10px 14px}.solis-group{display:flex;flex-direction:column;gap:6px}.solis-group label{font-size:13px;color:#374151;font-weight:600}.solis-group input{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px}.solis-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.solis-btn{border:1px solid #1d4ed8;background:#1d4ed8;color:#fff;border-radius:6px;padding:7px 12px;cursor:pointer;font-size:13px}.solis-btn.secondary{background:#fff;color:#1d4ed8}.solis-btn:disabled{opacity:.6;cursor:not-allowed}.solis-inline{display:flex;align-items:center;gap:8px}.solis-badge{display:inline-block;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600}.solis-badge.ok{background:#dcfce7;color:#166534}.solis-badge.err{background:#fee2e2;color:#991b1b}.solis-out{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:12px;min-height:120px;overflow:auto;white-space:pre-wrap;font-family:Consolas,monospace;font-size:12px}.solis-table th,.solis-table td{border-bottom:1px solid #e5e7eb;padding:8px 10px;text-align:left}.solis-table th{background:#f8fafc;color:#334155}.solis-warn{margin-top:8px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:6px;padding:8px 10px;font-size:12px;display:none}.solis-advanced-wrap{margin-top:10px}.solis-advanced-toggle{border:1px solid #cbd5e1;background:#f8fafc;color:#334155;border-radius:6px;padding:6px 10px;cursor:pointer;font-size:12px}.solis-advanced-panel{margin-top:10px;display:none}.solis-advanced-panel.open{display:block}.solis-guide{margin-top:10px;background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:6px;padding:8px 10px;font-size:12px}.solis-section-title{margin:0 0 8px;font-size:26px;color:#1f2a44}.solis-subcard{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fafafa;margin-top:10px}.solis-subcard h3{margin:0 0 8px;font-size:18px;color:#111827}.solis-select{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px;background:#fff}.solis-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.solis-out-compact{max-height:220px;min-height:90px;font-size:11px}.solis-foot-note{font-size:12px;color:#6b7280;margin-top:6px}.solis-hidden{display:none}.solis-db-wrap{max-width:1400px;margin:0 auto;padding:16px 20px 48px}.solis-db-banner{background:#e8eaf6;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:13px;color:#334155}.solis-db-banner.err{background:#ffebee;color:#b71c1c}.solis-meta{font-size:12px;color:#64748b;margin-bottom:10px}.solis-kpi-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.solis-kpi-chip{min-width:140px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.solis-kpi-chip .lab{display:block;font-size:12px;color:#64748b;margin-bottom:2px}.solis-kpi-chip .val{font-size:14px;font-weight:700;color:#0f172a}.solis-tabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin:18px 0 10px}.solis-tab{border:none;background:none;padding:9px 14px;cursor:pointer;color:#64748b;border-radius:6px 6px 0 0}.solis-tab.active{color:#1e3a8a;font-weight:700;border:1px solid #e2e8f0;border-bottom-color:#fff;margin-bottom:-2px;background:#fff}.solis-panel{display:none}.solis-panel.active{display:block}.solis-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.solis-table{width:100%;border-collapse:collapse;font-size:12px}.solis-table th,.solis-table td{border-bottom:1px solid #eef2f7;padding:8px 10px;text-align:left}.solis-table th{background:#334155;color:#fff;font-weight:600;white-space:nowrap}.solis-empty{padding:22px;text-align:center;color:#94a3b8;font-size:13px}.solis-muted-card{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:14px;color:#475569;font-size:13px}#solis_station_table tbody tr{cursor:pointer}#solis_station_table tbody tr:hover{background:#f1f5f9}.solis-filter{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;margin:8px 0 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 10px 8px}.solis-filter input,.solis-filter select{height:30px;border:1px solid #d1d5db;border-radius:8px;padding:0 8px}.solis-filter-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#475569}.solis-empty-state{display:none;align-items:center;justify-content:center;color:#94a3b8;min-height:120px;font-size:13px;text-align:center;padding:8px}.solis-mini-kpis{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;margin-bottom:10px}.solis-mini-kpi{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;background:#fff}.solis-mini-kpi .lab{display:block;font-size:12px;color:#64748b;margin-bottom:2px}.solis-mini-kpi .val{font-size:13px;font-weight:700;color:#0f172a}.solis-curve-energy-wrap{margin:0 0 6px}.solis-curve-energy-card{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding:5px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;max-width:100%}.solis-curve-energy-label{font-size:12px;color:#64748b;font-weight:500}.solis-curve-energy-value{font-size:15px;font-weight:700;color:#0f172a}.solis-curve-energy-unit{font-size:12px;color:#64748b}.solis-curve-energy-meta{font-size:11px;color:#94a3b8}.forecast-page .station-hour-filter{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center}.forecast-page .station-hour-filter-item label{margin-right:6px;font-weight:600}.forecast-page .forecast-custom-days-input{width:68px;height:28px;border:1px solid #d1d5db;border-radius:6px;padding:0 8px;font-size:12px}.forecast-page .forecast-freeze-time-input{width:96px;height:28px;border:1px solid #d1d5db;border-radius:6px;padding:0 6px;font-size:12px}.forecast-page .station-hour-kpis{margin-top:6px;margin-bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch}.forecast-page .forecast-daily-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:10px 12px}.forecast-page .forecast-daily-title{margin:0 0 8px;font-size:12px;color:#6b7280;font-weight:600}.forecast-page .forecast-daily-list{display:grid;gap:5px;font-size:12px;color:#111827}.forecast-page .forecast-daily-row{display:grid;grid-template-columns:max-content minmax(0,1fr) minmax(0,1fr);gap:10px 14px;align-items:center;border-bottom:1px dashed #e5e7eb;padding-bottom:4px}.forecast-page .forecast-daily-row>span:first-child{justify-self:start;text-align:left;font-variant-numeric:tabular-nums}.forecast-page .forecast-daily-row:last-child{border-bottom:none;padding-bottom:0}.forecast-page .forecast-daily-row--head{font-size:11px;color:#6b7280;font-weight:600}.forecast-page .forecast-daily-row--head .forecast-daily-kwh,.forecast-page .forecast-daily-row--head .forecast-daily-kwh-corr{font-weight:600}.forecast-page .forecast-daily-kwh{font-weight:700;color:#2563eb;text-align:right;justify-self:stretch;font-variant-numeric:tabular-nums}.forecast-page .forecast-daily-kwh-corr{font-weight:700;color:#059669;text-align:right;justify-self:stretch;font-variant-numeric:tabular-nums}.forecast-page .forecast-daily-kwh-null{color:#9ca3af;font-weight:600;text-align:right;justify-self:stretch;font-variant-numeric:tabular-nums}.forecast-page .forecast-kpi-corr-block{margin-top:10px;padding-top:8px;border-top:1px dashed #e5e7eb;display:flex;flex-wrap:wrap;flex-direction:row;align-items:baseline;justify-content:flex-start;column-gap:8px;row-gap:4px}.forecast-page .forecast-kpi-corr-block>.station-hour-kpi-label{flex:1 0 100%}.forecast-page .forecast-kpi-corr-block>.forecast-cf-meta{flex:1 0 100%}.forecast-page .forecast-cf-warn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:4px;border-radius:50%;background:#fef3c7;color:#b45309;font-size:12px;font-weight:700;cursor:help;line-height:1;vertical-align:middle}.forecast-page .forecast-cf-meta{display:block;margin-top:4px;font-size:11px;color:#6b7280;line-height:1.35}.forecast-page .forecast-weather-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:10px 12px;margin-bottom:10px}.forecast-page .forecast-weather-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px}.forecast-page .forecast-weather-days{margin-top:10px;display:grid;gap:8px}.forecast-page .forecast-weather-days-table{width:100%;border-collapse:collapse;font-size:12px;background:#fff;border:1px solid #eef2f7;border-radius:6px;overflow:hidden}.forecast-page .forecast-weather-days-table th,.forecast-page .forecast-weather-days-table td{border-bottom:1px solid #eef2f7;padding:6px 8px;text-align:right;white-space:nowrap;vertical-align:middle}.forecast-page .forecast-weather-days-table th:first-child,.forecast-page .forecast-weather-days-table td:first-child{text-align:left}.forecast-page .forecast-weather-days-table tr:last-child td{border-bottom:none}.forecast-page .forecast-weather-days-table .day-key{font-weight:700;color:#111827}.forecast-page .forecast-weather-toggle{border:1px solid #d1d5db;background:#fff;color:#2563eb;border-radius:4px;font-size:11px;padding:1px 6px;cursor:pointer}.forecast-page .forecast-weather-hourly-wrap{display:none;padding:6px 0 2px}.forecast-page .forecast-weather-hourly-wrap.open{display:block}.forecast-page .forecast-weather-hourly-table{width:100%;border-collapse:collapse;font-size:12px}.forecast-page .forecast-weather-hourly-table th,.forecast-page .forecast-weather-hourly-table td{border-bottom:1px solid #eef2f7;padding:3px 6px;text-align:right;white-space:nowrap}.forecast-page .forecast-weather-hourly-table th:first-child,.forecast-page .forecast-weather-hourly-table td:first-child{text-align:left}.forecast-page .forecast-weather-item{background:#f9fafb;border:1px solid #eef2f7;border-radius:6px;padding:6px 8px;font-size:12px}.forecast-page .forecast-weather-label{color:#6b7280}.forecast-page .forecast-weather-value{font-weight:700;color:#111827;margin-top:2px}.forecast-page .forecast-meta-layout{display:grid;grid-template-columns:320px 1fr;gap:12px;align-items:stretch;margin-bottom:10px}.forecast-page .forecast-meta-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:10px 12px}.forecast-page .forecast-meta-title{margin:0 0 8px;font-size:13px;font-weight:700;color:#111827}.forecast-page .forecast-meta-list{display:grid;grid-template-columns:1fr;gap:4px;font-size:12px;color:#374151;line-height:1.45}.forecast-page .forecast-meta-item{display:flex;justify-content:space-between;gap:8px}.forecast-page .forecast-meta-key{color:#6b7280;white-space:nowrap}.forecast-page .forecast-meta-value{color:#111827;text-align:right;overflow-wrap:anywhere}.forecast-page .forecast-capacity-actions{display:inline-flex;align-items:center;gap:6px}.forecast-page .forecast-capacity-edit-btn{border:1px solid #d1d5db;background:#fff;color:#2563eb;border-radius:4px;font-size:11px;padding:1px 6px;cursor:pointer}.forecast-page .station-hour-kpi-value{font-size:28px;line-height:1.2}.forecast-page .station-hour-query-status{display:block;flex:1 1 260px;min-width:min(100%,200px);max-width:none;padding:4px 8px;border-radius:6px;background:#f3f4f6;color:#374151;font-size:12px;line-height:1.45;white-space:normal;overflow:visible;overflow-wrap:anywhere;text-overflow:unset}.forecast-page .station-hour-chart-wrap{height:360px;padding-top:8px}.forecast-page .forecast-bias-panel{margin-top:20px;padding:16px 18px 18px;border:1px solid #e5e7eb;border-radius:12px;background:linear-gradient(180deg,#fafbfc,#fff 48%);box-shadow:0 1px 2px #0f172a0a}.forecast-page .forecast-bias-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;margin-bottom:10px}.forecast-page .forecast-bias-title{margin:0;font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.forecast-page .forecast-bias-lead{margin:0;font-size:12px;color:#64748b}.forecast-page .forecast-bias-tech-note{margin:0 0 14px;font-size:11px;color:#94a3b8;border:1px solid #e2e8f0;border-radius:8px;padding:0 10px;background:#f8fafc}.forecast-page .forecast-bias-tech-note summary{cursor:pointer;padding:8px 0;font-weight:600;color:#64748b;list-style:none}.forecast-page .forecast-bias-tech-note summary::-webkit-details-marker{display:none}.forecast-page .forecast-bias-tech-note summary:before{content:"▸ ";display:inline-block;transition:transform .15s}.forecast-page .forecast-bias-tech-note[open] summary:before{transform:rotate(90deg)}.forecast-page .forecast-bias-tech-note p{margin:0 0 10px;padding-left:12px;line-height:1.5;border-left:2px solid #e2e8f0}.forecast-page .forecast-bias-controls{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.forecast-page .forecast-bias-control-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 14px}.forecast-page .forecast-bias-field{display:flex;flex-direction:column;gap:6px;min-width:0}.forecast-page .forecast-bias-field-label{font-size:11px;font-weight:600;color:#64748b;text-transform:none;letter-spacing:.02em}.forecast-page .forecast-bias-segmented{display:flex;flex-wrap:wrap;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;background:#fff;max-width:100%}.forecast-page .forecast-bias-segmented label{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;margin:0;font-size:12px;color:#475569;cursor:pointer;border-right:1px solid #e2e8f0;-webkit-user-select:none;user-select:none;transition:background .12s}.forecast-page .forecast-bias-segmented label:last-child{border-right:none}.forecast-page .forecast-bias-segmented label:hover{background:#f1f5f9}.forecast-page .forecast-bias-segmented input{accent-color:#2563eb}.forecast-page .forecast-bias-segmented label:has(input:checked){background:#eff6ff;color:#1d4ed8;font-weight:600}.forecast-page .forecast-bias-daily-row,.forecast-page .forecast-bias-rt-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9}.forecast-page .forecast-bias-rt-row{align-items:center}.forecast-page .forecast-bias-inputs-inline{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.forecast-page .forecast-bias-inputs-inline input[type=date],.forecast-page .forecast-bias-inputs-inline input[type=month],.forecast-page .forecast-bias-inputs-inline select{height:32px;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px;font-size:12px;background:#fff}.forecast-page .forecast-bias-inputs-inline input[type=number]{width:80px;height:32px;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px;font-size:12px;background:#fff}.forecast-page .forecast-bias-actions{align-items:center;padding-top:2px}.forecast-page .forecast-bias-actions .station-hour-query-btn{min-width:100px;padding:8px 16px;border-radius:8px;font-weight:600}.forecast-page .forecast-bias-status-pill{flex:1;min-width:180px;padding:8px 12px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:12px;line-height:1.45}.forecast-page .forecast-bias-muted{color:#94a3b8;font-size:11px}.forecast-page .forecast-bias-kpi{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe;font-size:12px;color:#1e3a8a;margin-bottom:12px}.forecast-page .forecast-bias-kpi strong{font-size:15px;font-weight:700;color:#1d4ed8}.forecast-page .forecast-bias-pq-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}@media(max-width:900px){.forecast-page .forecast-bias-pq-cards{grid-template-columns:1fr}}.forecast-page .forecast-bias-pq-card{border-radius:10px;padding:10px 12px;border:1px solid #e2e8f0;background:#f8fafc;font-size:11px;color:#475569;line-height:1.4}.forecast-page .forecast-bias-pq-card-title{font-weight:600;color:#334155;margin-bottom:4px}.forecast-page .forecast-bias-pq-card-val{font-size:18px;font-weight:700;letter-spacing:-.02em}.forecast-page .forecast-bias-pq-card-hint{margin-top:4px;font-size:10px;color:#94a3b8}.forecast-page .forecast-bias-pq-card-val.forecast-bias-pq--ok{color:#059669}.forecast-page .forecast-bias-pq-card-val.forecast-bias-pq--high{color:#ea580c}.forecast-page .forecast-bias-pq-card-val.forecast-bias-pq--low{color:#2563eb}.forecast-page .forecast-bias-pq-card-val.forecast-bias-pq--neutral{color:#1d4ed8}.forecast-page .forecast-bias-pq-compare{display:flex;flex-direction:column;gap:6px}.forecast-page .forecast-bias-pq-compare-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-weight:700}.forecast-page .forecast-bias-pq-compare-label{font-size:10px;font-weight:600;color:#64748b;flex-shrink:0}.forecast-page .forecast-bias-pq-compare-num{font-size:17px;letter-spacing:-.02em;text-align:right}.forecast-page .forecast-bias-station-block{margin-bottom:12px}.forecast-page .forecast-bias-station-search{width:100%;max-width:320px;height:32px;margin-bottom:8px;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:12px;background:#fff}.forecast-page .forecast-bias-station-search::placeholder{color:#94a3b8}.forecast-page .forecast-bias-station-row{margin-bottom:6px}.forecast-page .forecast-bias-station-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:6px 10px;max-height:140px;overflow-y:auto;padding:8px 10px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.forecast-page .forecast-bias-station-item.is-hidden{display:none!important}.forecast-page .forecast-bias-chk{display:flex;align-items:flex-start;gap:6px;font-size:11px;color:#334155;line-height:1.35;-webkit-user-select:none;user-select:none;cursor:pointer}.forecast-page .forecast-bias-chk input{margin-top:2px;flex-shrink:0;accent-color:#2563eb}.forecast-page .forecast-ec-details{margin-top:16px;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px 14px;background:#fafafa}.forecast-page .forecast-ec-summary-title{cursor:pointer;font-weight:600;font-size:13px;color:#334155}.forecast-page .forecast-ec-lead{font-size:11px;color:#64748b;line-height:1.45;margin:8px 0 10px}.forecast-page .forecast-ec-controls{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:flex-end;margin-bottom:10px}.forecast-page .forecast-ec-field{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#475569}.forecast-page .forecast-ec-field select,.forecast-page .forecast-ec-field input[type=date],.forecast-page .forecast-ec-field input[type=text]{min-height:30px;border:1px solid #cbd5e1;border-radius:6px;padding:0 8px;font-size:12px;background:#fff}.forecast-page .forecast-ec-field select{min-width:220px;max-width:360px}.forecast-page .forecast-ec-kpis{display:flex;flex-wrap:wrap;gap:12px 20px;margin-bottom:10px;font-size:12px}.forecast-page .forecast-ec-kpi-label{display:block;font-size:10px;color:#94a3b8;margin-bottom:2px}.forecast-page .forecast-ec-kpi-wide{flex:1;min-width:200px}.forecast-page .forecast-ec-summary-line{color:#334155;line-height:1.4}.forecast-page .forecast-ec-charts{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:960px){.forecast-page .forecast-ec-charts{grid-template-columns:1fr}}.forecast-page .forecast-ec-chart-box{height:240px;position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px}.forecast-page .forecast-bias-chart-wrap{height:380px;position:relative;border-radius:8px;border:1px solid #e2e8f0;background:#fafafa;overflow:hidden}.forecast-page .forecast-bias-chart-wrap canvas{background:#fff}.forecast-page .forecast-bias-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;background:#f8fafceb;z-index:2}.forecast-page .forecast-bias-empty[hidden]{display:none!important}.forecast-page .forecast-bias-empty-icon{width:48px;height:48px;margin-bottom:10px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:22px;opacity:.85}.forecast-page .forecast-bias-empty-title{margin:0 0 6px;font-size:14px;font-weight:600;color:#475569}.forecast-page .forecast-bias-empty-desc{margin:0;font-size:12px;color:#94a3b8;max-width:360px;line-height:1.5}@media(max-width:900px){.forecast-page .forecast-meta-layout{grid-template-columns:1fr}.forecast-page .forecast-weather-grid{grid-template-columns:1fr 1fr}.forecast-page .station-hour-kpis{grid-template-columns:1fr}.forecast-page .station-hour-chart-wrap,.forecast-page .forecast-bias-chart-wrap{height:300px}}.history-page .main-view{max-width:1280px;margin:0 auto;padding:14px 16px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px}.history-page .dashboard-card{width:100%;max-width:100%;box-sizing:border-box;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0a;background:#fff}.history-page .history-forecast-section{padding:14px 16px 16px}.history-page .history-pvi-section{padding:14px 16px 18px;border-top:3px solid #059669;background:linear-gradient(180deg,#f8fafc,#fff 32px)}.history-page .history-section-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px 16px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.history-page .history-section-head h3{margin:0;font-size:17px;font-weight:700;color:#0f172a;letter-spacing:.02em}.history-page .history-inline-help{font-size:12px;color:#64748b;max-width:100%}.history-page .history-inline-help summary{cursor:pointer;font-weight:600;color:#475569;list-style:none;-webkit-user-select:none;user-select:none}.history-page .history-inline-help summary::-webkit-details-marker{display:none}.history-page .history-inline-help summary:before{content:"▸ ";display:inline-block;transition:transform .15s ease;color:#94a3b8}.history-page .history-inline-help[open] summary:before{transform:rotate(90deg)}.history-page .history-help-body{margin:8px 0 0;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;line-height:1.5;color:#475569;font-size:12px}.history-page .history-help-body code{font-size:11px;padding:1px 4px;background:#fff;border-radius:4px;border:1px solid #e2e8f0}.history-page .history-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px 12px;align-items:end;margin-bottom:10px}.history-page .history-filters>span{display:flex;flex-direction:column;gap:4px;min-width:0}.history-page .history-filters .history-filter-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.history-page .history-filters label{font-weight:600;font-size:12px;color:#374151}.history-page .history-filters input[type=date],.history-page .history-filters select{width:100%;max-width:100%;height:32px;border:1px solid #d1d5db;border-radius:6px;padding:0 8px;font-size:13px;box-sizing:border-box}.history-page .history-run-input{width:100%;max-width:100%}.history-page .history-meta{font-size:12px;color:#64748b;margin-bottom:8px;line-height:1.45}.history-page .history-chart-caption{margin:10px 0 4px;font-size:12px;font-weight:600;color:#475569}.history-page .history-result-panel{margin-top:6px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.history-page .history-result-empty{padding:12px 14px;font-size:12px;color:#64748b;background:#f8fafc;border-left:3px solid #cbd5e1}.history-page .history-result-content{padding:10px 10px 8px}.history-page .history-result-panel.is-collapsed .history-result-content{display:none}.history-page .history-result-panel:not(.is-collapsed) .history-result-empty{display:none}.history-page .history-chart-wrap{position:relative;height:220px;margin-top:0}.history-page .history-kpi-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px 16px;margin-bottom:10px;padding:8px 10px;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9}.history-page .history-kpi-row .history-meta{flex:1 1 200px;min-width:0;margin-bottom:0}.history-page .history-kpi-row .history-kpi{flex:0 0 auto;align-self:center}.history-page .history-kpi{display:inline-flex;align-items:baseline;gap:6px;margin:0;font-size:13px;color:#475569}.history-page .history-kpi strong{font-size:16px;color:#0f172a;font-variant-numeric:tabular-nums}.history-page .history-daily-card{margin-top:0;width:100%;max-width:100%;box-sizing:border-box;padding:10px 12px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.history-page .history-daily-title{margin:0 0 4px;font-size:13px;font-weight:600;color:#334155}.history-page .history-daily-hint{margin:0 0 8px;font-size:11px;color:#64748b;line-height:1.4}.history-page .history-daily-stack{display:flex;flex-direction:column;gap:8px;width:100%}.history-page .history-daily-pane{width:100%;max-width:100%;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.history-page .history-daily-chart-wrap{position:relative;height:160px;padding:6px 10px 4px}.history-page .history-daily-scroll{max-height:180px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.history-page .history-daily-scroll .history-daily-list{display:flex;flex-direction:column;gap:0;padding:8px 14px 12px}.history-page .history-daily-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid #f3f4f6;font-size:13px;color:#1f2937}.history-page .history-daily-row:last-child{border-bottom:none}.history-page .history-daily-kwh{font-weight:600;color:#2563eb;font-variant-numeric:tabular-nums}.history-page .history-pvi-head{margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.history-page .history-pvi-head h3{margin:0 0 6px;font-size:17px;font-weight:700;color:#0f172a}.history-page .history-pvi-head .pvi-lead{margin:0;font-size:12px;color:#64748b;line-height:1.45}.history-page .pvi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px 16px;margin:14px 0;align-items:end}.history-page .pvi-grid label{display:block;font-weight:600;font-size:13px;margin-bottom:4px;color:#374151}.history-page .pvi-grid input,.history-page .pvi-grid select{width:100%;max-width:280px;height:32px;border:1px solid #d1d5db;border-radius:6px;padding:0 8px;font-size:13px;box-sizing:border-box}.history-page .pvi-hint{font-size:12px;color:#6b7280;margin:0 0 10px;line-height:1.45}.history-page .pvi-result-list{margin:12px 0 0;padding-left:1.2em;font-size:14px;color:#1f2937;line-height:1.65}.history-page .pvi-result-list .pvi-gen-meta{font-size:12px;color:#6b7280;margin-top:8px}.history-page .pvi-wrap{margin-top:16px;padding:18px 20px;background:linear-gradient(180deg,#f8fafc,#fff 48%);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0f}.history-page .pvi-section-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:.02em}.history-page .pvi-kpi-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:18px}.history-page .pvi-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;min-height:72px}.history-page .pvi-kpi-card .lbl{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.history-page .pvi-kpi-card .val{font-size:18px;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums}.history-page .pvi-kpi-card.pvi-kpi--accent{border-color:#bbf7d0;background:#f0fdf4}.history-page .pvi-kpi-card.pvi-kpi--muted .val{font-size:15px;font-weight:600;color:#334155}.history-page .pvi-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:16px}.history-page .pvi-chart-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px 8px}.history-page .pvi-chart-box h4{margin:0 0 8px;font-size:13px;font-weight:600;color:#334155}.history-page .pvi-chart-box canvas{max-height:260px}.history-page .pvi-details{margin-bottom:12px;border:1px solid #e5e7eb;border-radius:10px;padding:4px 12px 12px;background:#fff}.history-page .pvi-details summary{cursor:pointer;font-weight:600;font-size:13px;color:#1e293b;padding:8px 0}.history-page .pvi-break-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;font-size:13px;color:#334155}.history-page .pvi-break-grid span{color:#64748b}.history-page .pvi-table-scroll{overflow-x:auto;max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch;border:1px solid #f1f5f9;border-radius:8px}.history-page .pvi-data-table{width:100%;border-collapse:collapse;font-size:12px}.history-page .pvi-data-table th,.history-page .pvi-data-table td{padding:8px 10px;text-align:right;border-bottom:1px solid #f1f5f9;white-space:nowrap}.history-page .pvi-data-table th:first-child,.history-page .pvi-data-table td:first-child{text-align:left;position:sticky;left:0;background:#fff;z-index:1}.history-page .pvi-data-table thead th{background:#f8fafc;font-weight:600;color:#475569}.history-page .pvi-footnote{font-size:11px;color:#64748b;line-height:1.5;margin:12px 0 0}.history-page .pvi-gen-line{font-size:12px;color:#475569;margin-top:10px;padding:10px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid #3b82f6}.history-page .pvi-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:8px}.history-page .pvi-btn-primary{padding:8px 20px;font-weight:600;font-size:14px;border-radius:8px;border:none;cursor:pointer;background:linear-gradient(180deg,#059669,#047857);color:#fff;box-shadow:0 1px 2px #05966959}.history-page .pvi-btn-primary:hover{filter:brightness(1.05)}.history-page .pvi-map-picker-row{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;gap:10px 12px;align-items:end}.history-page .pvi-map-picked{min-height:32px;border:1px dashed #cbd5e1;border-radius:6px;padding:6px 8px;font-size:12px;color:#475569;background:#f8fafc;line-height:1.4}.history-page .pvi-map-btn{height:32px;padding:0 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;font-size:12px;font-weight:600;cursor:pointer}.history-page .pvi-map-btn:hover{background:#f8fafc}.history-page .pvi-map-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:2200;display:none;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.history-page .pvi-map-modal[aria-hidden=false]{display:flex}.history-page .pvi-map-panel{width:min(980px,100%);max-height:min(92vh,760px);background:#fff;border-radius:12px;border:1px solid #dbeafe;box-shadow:0 20px 45px #0f172a40;display:flex;flex-direction:column;overflow:hidden}.history-page .pvi-map-head{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e2e8f0}.history-page .pvi-map-head h4{margin:0;font-size:14px;color:#0f172a}.history-page .pvi-map-close{border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer;color:#64748b}.history-page .pvi-map-tools{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 12px;border-bottom:1px solid #f1f5f9}.history-page .pvi-map-tools input{width:100%;height:34px;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px;box-sizing:border-box}.history-page #pvi_map_canvas{width:100%;height:420px}.history-page .pvi-map-selected{padding:8px 12px;font-size:12px;color:#334155;border-top:1px solid #f1f5f9;background:#f8fafc;min-height:34px}.history-page .pvi-map-actions{padding:10px 12px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:8px}.legacy-bundle-root[data-v-dd505f01]{flex:1 1 auto;display:flex;flex-direction:column;width:100%;min-width:0;min-height:0}.legacy-route-error[data-v-1e6e5203]{padding:1.25rem;margin:1rem;background:#fff2f0;border:1px solid #ffccc7;border-radius:8px;color:#a8071a}body.fusion-login-skin{margin:0;font-family:Arial,sans-serif;min-height:100vh;background-color:#0b2d47;background-image:radial-gradient(ellipse 100% 70% at 50% -10%,rgba(255,214,102,.45) 0%,transparent 52%),radial-gradient(ellipse 55% 45% at 92% 8%,rgba(255,255,255,.18) 0%,transparent 48%),linear-gradient(168deg,#1e6b9e,#124a6e 28%,#0a3554 58%,#061f33);background-attachment:fixed}body.fusion-login-skin .login-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}body.fusion-login-skin .login-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent 56px,rgba(255,255,255,.04) 56px,rgba(255,255,255,.04) 57px),repeating-linear-gradient(0deg,transparent 0,transparent 38px,rgba(0,0,0,.06) 38px,rgba(0,0,0,.06) 39px);mask-image:radial-gradient(ellipse 85% 75% at 50% 45%,black 20%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse 85% 75% at 50% 45%,black 20%,transparent 72%)}body.fusion-login-skin .login-card{position:relative;z-index:1;width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 12px 40px #061f3359,0 0 0 1px #ffffff14;padding:24px}body.fusion-login-skin .login-card h1{margin:0 0 8px;font-size:22px}body.fusion-login-skin .subtitle{color:#666;margin:0 0 18px}body.fusion-login-skin .login-card label{display:block;margin:12px 0 6px;font-size:14px}body.fusion-login-skin .login-card input{width:100%;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:8px;padding:10px 12px}body.fusion-login-skin .login-card button[type=submit]{margin-top:16px;width:100%;border:0;background:#1677ff;color:#fff;padding:10px 12px;border-radius:8px;cursor:pointer}body.fusion-login-skin .error-box{margin-top:12px;background:#fff1f0;color:#cf1322;border:1px solid #ffa39e;border-radius:8px;padding:8px 10px;font-size:13px}.login-page[data-v-12bd4e3a]{min-height:100vh}.users-wrap[data-v-113fe819]{max-width:980px;margin:20px auto;padding:0 16px}.row[data-v-113fe819]{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.table-scroll[data-v-113fe819]{overflow-x:auto;margin-top:8px}table[data-v-113fe819]{width:100%;border-collapse:collapse;background:#fff;min-width:720px}th[data-v-113fe819],td[data-v-113fe819]{border:1px solid #eee;padding:8px;font-size:14px;text-align:left;vertical-align:top}input[data-v-113fe819],select[data-v-113fe819]{padding:8px;border:1px solid #ddd;border-radius:6px}button[data-v-113fe819]{width:auto;padding:8px 10px;margin-top:0}.pwd-cell[data-v-113fe819]{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.perm-cell[data-v-113fe819]{min-width:220px;font-size:13px}.perm-all-note[data-v-113fe819]{color:#666}.perm-label[data-v-113fe819]{display:block;margin:4px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.perm-actions[data-v-113fe819]{margin-top:10px}.btn-save-pages[data-v-113fe819]{font-size:13px}.hint[data-v-113fe819]{color:#666;font-size:14px;margin-bottom:12px}.cb-wrap[data-v-18673eac]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:640px;margin:32px auto;padding:0 18px;line-height:1.55;color:#333}h1[data-v-18673eac]{font-size:1.25rem;color:#1a237e}.err[data-v-18673eac]{color:#b71c1c}.hint[data-v-18673eac]{font-size:13px;color:#666}.box[data-v-18673eac]{margin:16px 0}.box label[data-v-18673eac]{display:block;font-size:13px;color:#555;margin-bottom:6px}.box input[data-v-18673eac]{width:100%;box-sizing:border-box;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:6px;margin-bottom:10px}.box button[data-v-18673eac]{padding:8px 16px;font-size:14px;cursor:pointer;border-radius:6px;background:#1a237e;color:#fff;border:none}a[data-v-18673eac]{color:#1565c0}ul[data-v-18673eac]{padding-left:1.2em}.contracts-page[data-v-4fe4128f]{background:#f3f4f6;min-height:100%}.contracts-header[data-v-4fe4128f]{background:#fff;color:#1f2937;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;padding:1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.contracts-header h1[data-v-4fe4128f]{margin:0;font-size:1.25rem}.contracts-header-actions[data-v-4fe4128f]{display:flex;align-items:center;gap:1rem}.contracts-api-input[data-v-4fe4128f]{width:220px;padding:.4rem;border-radius:4px;border:1px solid #d1d5db;background:#fff;color:#111827}.contracts-layout[data-v-4fe4128f]{display:flex;gap:1rem;max-width:1400px;margin:0 auto;padding:1rem}.contracts-side[data-v-4fe4128f]{width:320px;flex-shrink:0}.contracts-main[data-v-4fe4128f]{flex:1;min-width:0}.contracts-card[data-v-4fe4128f]{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.contracts-card h3[data-v-4fe4128f]{margin:0 0 .75rem;font-size:1rem;color:#1f2937;font-weight:600}.contract-list[data-v-4fe4128f]{list-style:none;padding:0;margin:0}.contract-list li[data-v-4fe4128f]{padding:.5rem .75rem;border-radius:6px;cursor:pointer;margin-bottom:2px;color:#374151;font-size:.95rem}.contract-list li[data-v-4fe4128f]:hover{background:#f3f4f6;color:#111827}.contract-list li.active[data-v-4fe4128f]{background:#e0e7ff;color:#4338ca;font-weight:500}.field-block[data-v-4fe4128f]{margin-bottom:.75rem}.field-row[data-v-4fe4128f]{display:flex;gap:.5rem;align-items:center;margin-bottom:.25rem;flex-wrap:wrap}.field-row .field-key[data-v-4fe4128f],.field-row .field-label[data-v-4fe4128f]{flex:1;min-width:80px}.field-type[data-v-4fe4128f]{width:72px}.field-input-id[data-v-4fe4128f]{width:100px}.field-row input[type=text][data-v-4fe4128f]{background:#fff;border:1px solid #d1d5db;color:#111827;padding:.4rem .5rem;border-radius:4px}.field-req[data-v-4fe4128f]{color:#4b5563;font-weight:400;font-size:.9rem;white-space:nowrap}.field-options-row[data-v-4fe4128f]{margin-left:0;margin-bottom:.5rem}.field-options-label[data-v-4fe4128f]{font-size:.8rem;color:#6b7280}.field-options-json[data-v-4fe4128f]{width:100%;font-size:.8rem;padding:.3rem;border:1px solid #d1d5db;border-radius:4px}.btn[data-v-4fe4128f]{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-size:.9rem}.btn-small[data-v-4fe4128f]{padding:.3rem .6rem;font-size:.8rem}.btn-primary[data-v-4fe4128f]{background:#4f46e5;color:#fff}.btn-primary[data-v-4fe4128f]:hover:not(:disabled){background:#4338ca}.btn-primary[data-v-4fe4128f]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-4fe4128f]{background:#e5e7eb;color:#374151}.btn-secondary[data-v-4fe4128f]:hover{background:#d1d5db}.btn-danger[data-v-4fe4128f]{background:#dc2626;color:#fff}.btn-danger[data-v-4fe4128f]:hover{background:#b91c1c}.btn-mt[data-v-4fe4128f]{margin-top:.5rem;display:block;width:100%}.nav-link[data-v-4fe4128f]{color:#4f46e5;text-decoration:none;font-size:.9rem;font-weight:500}.nav-link[data-v-4fe4128f]:hover{text-decoration:underline}.detail-title[data-v-4fe4128f]{margin:0 0 .25rem;color:#1f2937}.detail-path[data-v-4fe4128f]{color:#6c7086;font-size:.85rem;margin:0 0 1rem}.section-title[data-v-4fe4128f]{font-size:.9rem;color:#4b5563;margin:1rem 0 .5rem;font-weight:600}.empty-hint[data-v-4fe4128f]{color:#6b7280;font-size:.9rem;padding:.5rem 0}.contracts-hint-card[data-v-4fe4128f]{font-size:.85rem;color:#4b5563}.contracts-hint-card p[data-v-4fe4128f]{margin:.35rem 0}.contracts-hint-strong[data-v-4fe4128f]{margin-top:.5rem!important}.fields-block[data-v-4fe4128f]{margin-bottom:.5rem}.btn-add[data-v-4fe4128f]{margin-bottom:1rem}.save-row[data-v-4fe4128f]{margin-top:1rem}.pv-wrap[data-v-cbbbaedb]{max-width:640px;margin:0 auto;padding:24px 16px}.pv-title[data-v-cbbbaedb]{font-size:1.35rem;margin-bottom:8px}.pv-desc[data-v-cbbbaedb]{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:20px}.pv-status[data-v-cbbbaedb]{margin-bottom:16px;padding:10px 12px;background:#f1f5f9;border-radius:8px;font-size:.9rem;line-height:1.5}.pv-form[data-v-cbbbaedb]{display:flex;flex-direction:column;gap:14px}.pv-field[data-v-cbbbaedb]{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#334155}.pv-field input[data-v-cbbbaedb]{padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem}.pv-actions[data-v-cbbbaedb]{display:flex;gap:10px;flex-wrap:wrap}.btn-primary[data-v-cbbbaedb],.btn-secondary[data-v-cbbbaedb]{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:.9rem}.btn-primary[data-v-cbbbaedb]{background:#2563eb;color:#fff}.btn-primary[data-v-cbbbaedb]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-cbbbaedb]{background:#e2e8f0;color:#334155}.pv-msg[data-v-cbbbaedb]{margin-top:14px;font-size:.9rem;color:#475569}
