:root{--blue:#1e218c;--dark:#0e1a56;--light:#4752df;--green:#309200;--red:#ef1350;--gray:#f3f3f3;--mid:#e0e0e0;--text:#0e1a56;--sub:#5a6070;--white:#fff;--gold:#f59e0b;--purple:#7c3aed}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;overflow:hidden}body{font-family:Poppins,sans-serif;background:var(--gray);color:var(--text);font-size:13px}.header{background:linear-gradient(135deg,var(--dark) 0,var(--blue) 55%,var(--light) 100%);padding:6px 24px;display:flex;flex-direction:row;align-items:center;gap:16px;box-shadow:0 4px 20px rgba(14,26,86,.3);overflow:hidden}.header,.header-meta-br{position:relative;flex-shrink:0}.header-meta-br{text-align:right;z-index:1}.header-meta-br .upd-date{color:hsla(0,0%,100%,.85);font-size:10px;font-weight:500;display:block;margin-bottom:2px}.header-meta-br .meta-src{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:hsla(0,0%,100%,.55);font-size:9px}.logo-lockup{display:flex;align-items:center;flex-shrink:0;position:relative;z-index:1}.logo-lockup svg{height:34px;width:auto}.header-title-block{text-align:center;flex:1 1;position:relative;z-index:1}.header-title-block h1{color:#fff;font-size:15px;font-weight:800;line-height:1.2;letter-spacing:-.3px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.header-title-block p{color:hsla(0,0%,100%,.7);font-size:10px;font-weight:400;margin-top:1px;letter-spacing:.2px}.header-blob{position:absolute;border-radius:62% 38% 46% 54%/55% 48% 52% 45%;pointer-events:none;z-index:0}.hb1{width:180px;height:160px;background:rgba(71,82,223,.28);top:-120px;right:10px}.hb2{width:130px;height:150px;background:rgba(48,146,0,.18);top:-110px;right:130px;border-radius:45% 55% 65% 35%/50% 40% 60% 50%}.hb3{width:150px;height:130px;background:rgba(14,26,86,.35);top:-90px;right:-20px;border-radius:35% 65% 50% 50%/60% 40% 55% 45%}.hb4{width:100px;height:120px;background:rgba(71,82,223,.2);top:-100px;right:200px;border-radius:55% 45% 40% 60%/45% 55% 45% 55%}.wrap{max-width:1640px;margin:0 auto;padding:0 20px 40px}.app-layout{height:100vh;flex-direction:column}.app-body,.app-layout{display:flex;overflow:hidden}.app-body{flex:1 1}.sidebar{width:64px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:2px;overflow:hidden;transition:width .22s cubic-bezier(.4,0,.2,1);z-index:100;box-shadow:2px 0 8px rgba(0,0,0,.06)}.sidebar:hover{width:210px}.sb-logo{width:44px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:12px;overflow:hidden;position:relative}.sb-logo-icon{width:44px;transition:opacity .15s ease;flex-shrink:0}.sb-logo-full,.sb-logo-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);height:auto;display:block;opacity:1}.sb-logo-full{width:162px;transition:opacity .2s ease .1s;pointer-events:none}.sidebar:hover .sb-logo{width:162px;height:36px}.sidebar:hover .sb-logo-icon{opacity:0;transition:opacity .1s ease}.sidebar:hover .sb-logo-full{opacity:1}.sb-sep{width:36px;height:1px;background:#e5e7eb;margin:5px 0;transition:width .22s;flex-shrink:0}.sb-section,.sidebar:hover .sb-sep{width:calc(100% - 16px)}.sb-section{height:18px;display:flex;align-items:center;padding:0 8px;margin:5px 0 1px;color:#9ca3af;font-size:8.5px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;overflow:hidden;opacity:0;transition:opacity .12s .06s;flex-shrink:0}.sb-section:before{content:"";width:26px;height:1px;background:#e5e7eb;display:block;opacity:1}.sb-section span{display:none}.sidebar:hover .sb-section{opacity:1}.sidebar:hover .sb-section:before{display:none}.sidebar:hover .sb-section span{display:inline}.sb-item{display:flex;align-items:center;gap:11px;width:calc(100% - 12px);padding:8px 10px;border-radius:8px;cursor:pointer;color:#6b7280;font-size:12px;font-weight:500;transition:all .15s;white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.sb-item:hover{background:#f3f4f6;color:#111827}.sb-item.active{background:#eef2ff;color:#1e218c;font-weight:600}.sb-item .sb-ico{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-item .sb-ico svg{width:18px;height:18px;display:block;opacity:.55;transition:opacity .15s}.sb-item.active .sb-ico svg,.sb-item:hover .sb-ico svg{opacity:1}.sb-item .sb-lbl{opacity:0;transition:opacity .12s .06s;min-width:0;overflow:hidden}.sidebar:hover .sb-item .sb-lbl{opacity:1}.sb-item .sb-badge{margin-left:auto;flex-shrink:0;background:#fee2e2;color:#991b1b;font-size:9px;font-weight:700;padding:1px 5px;border-radius:7px;opacity:0;transition:opacity .12s .06s}.sidebar:hover .sb-item .sb-badge{opacity:1}.sb-spacer{flex:1 1;min-height:8px}.sb-logout{border:0;background:transparent;font-family:inherit;margin-top:auto}.sb-logout:hover{background:#fef2f2;color:#991b1b}.app-content{flex:1 1;overflow:hidden;background:#f3f3f3;display:flex;flex-direction:column}.global-filters{flex-shrink:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:10px 20px;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end;box-shadow:0 2px 8px rgba(0,0,0,.05);z-index:50}.global-filters .fg{min-width:120px}.global-filters .fg label{font-size:9px}.global-filters .ms-wrap{min-width:110px}.global-filters #msWrap_fProd{min-width:190px}.global-filters .ms-wrap label{font-size:9px}.global-filters .fc{font-size:11px;margin-left:auto;white-space:nowrap;max-width:380px;overflow:hidden;text-overflow:ellipsis}.global-filters .global-uc-selector{flex:1 1 720px;max-width:940px;min-width:min(100%,420px)}.global-filters .global-uc-selector .uc-select-search{flex:0 1 260px;min-width:220px}.global-filters .global-uc-selector .uc-select-field{flex:1 1 360px;min-width:280px}.uc-global-filters{min-height:58px}.uc-analysis-bar{flex-shrink:0;background:#f8fafc;border-bottom:1px solid #dde3ee;padding:9px 20px;display:flex;align-items:flex-start;flex-direction:column;gap:8px;justify-content:flex-start;z-index:40}.uc-analysis-summary{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:5px}.uc-analysis-title{display:flex;align-items:baseline;gap:10px;min-width:0;color:#0e1a56}.uc-analysis-title span{font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uc-analysis-title strong{font-size:10px;color:var(--sub);font-weight:700;white-space:nowrap}.uc-analysis-facts{display:flex;gap:8px;flex-wrap:wrap;color:var(--sub);font-size:10px}.uc-analysis-facts span{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:3px 7px;white-space:nowrap}.uc-analysis-facts strong{color:#0e1a56;font-weight:800}.uc-analysis-tabs{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-start}.uc-analysis-tabs a{min-height:30px;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid transparent;border-radius:6px;color:var(--sub);font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap}.uc-analysis-tabs a:hover{background:#eef2ff;color:var(--blue)}.uc-analysis-tabs a.active{background:var(--blue);color:#fff;border-color:var(--blue)}@media (max-width:760px){.global-filters .global-uc-selector,.global-filters .global-uc-selector .uc-select-field,.global-filters .global-uc-selector .uc-select-search{flex-basis:100%;max-width:none;min-width:100%}.global-filters .fc{margin-left:0;max-width:100%}.uc-analysis-bar{align-items:flex-start;flex-direction:column;gap:10px}.uc-analysis-tabs{width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.uc-analysis-tabs a{flex:0 0 auto}}.pages-area{flex:1 1;overflow-y:auto;padding:0}.page{display:none}.page.active{display:block}.filters{background:#fff;border-radius:0 0 14px 14px;padding:12px 20px;display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;box-shadow:0 4px 16px rgba(0,0,0,.07);margin-bottom:20px}.fg{display:flex;flex-direction:column;gap:3px;min-width:140px}.fg label{font-size:10px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.5px}.fg input,.fg select{border:1.5px solid var(--mid);border-radius:6px;padding:5px 9px;font-family:Poppins,sans-serif;font-size:12px;color:var(--text);background:#fff;cursor:pointer;outline:none;height:30px;transition:border-color .2s}.fg input:focus,.fg select:focus{border-color:var(--blue)}.fg input,.fg.wide{min-width:200px}.uc-select-control{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;flex:1 1;min-width:min(100%,420px)}.uc-select-control .uc-select-search{flex:1 1;min-width:220px}.uc-select-control .uc-select-field{flex:1.4 1;min-width:280px}.uc-select-control input,.uc-select-control select{width:100%}.calculator-uc-selector{flex:1 1}.btn-r{background:var(--gray);color:var(--sub);border:1.5px solid var(--mid);border-radius:6px;padding:5px 12px;font-family:Poppins,sans-serif;font-size:11px;cursor:pointer;font-weight:600;height:30px;align-self:flex-end;transition:all .2s}.btn-r:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.fc{align-self:flex-end;height:30px;display:flex;align-items:center;font-size:11px;color:var(--sub);white-space:nowrap}.fc strong{color:var(--blue);margin:0 2px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.kpi{background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 2px 12px rgba(0,0,0,.06);position:relative;overflow:hidden;border-left:4px solid var(--blue)}.kpi.g{border-left-color:var(--green)}.kpi.r{border-left-color:var(--red)}.kpi.o{border-left-color:var(--gold)}.kpi.lb{border-left-color:var(--light)}.kpi.p{border-left-color:var(--purple)}.kpi-lbl{font-size:10px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.kpi-val{font-size:24px;font-weight:800;color:var(--text);line-height:1}.kpi-val.sm{font-size:17px}.kpi-sub{font-size:10px;color:var(--sub);margin-top:3px}.kpi-ico{position:absolute;right:12px;top:12px;font-size:20px;opacity:.12}.sec{display:flex;align-items:center;gap:10px;margin:24px 0 12px}.sec h2{font-size:14px;font-weight:700;color:var(--dark);white-space:nowrap}.sec-line{height:3px;flex:1 1;background:linear-gradient(to right,var(--light),transparent);border-radius:2px}.sec-badge{background:var(--gray);color:var(--sub);padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600}.info-box{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1.5px solid #a5b4fc;border-radius:10px;padding:12px 16px;margin-bottom:16px;font-size:12px;color:var(--dark);line-height:1.6}.info-box strong{color:var(--blue)}.analise-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(300px,340px);grid-gap:16px;gap:16px;padding:0 0 16px;align-items:start}.analise-grid>*,.analise-side{min-width:0}.heatmap-panel{display:flex;flex-direction:column;gap:14px;padding-bottom:28px}.heatmap-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px;display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;box-shadow:0 2px 10px rgba(0,0,0,.04)}.heatmap-uc-select{flex:1 1;min-width:280px}.heatmap-view-mode{min-width:150px}.heatmap-segmented{height:30px;display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #d1d5db;border-radius:7px;overflow:hidden;background:#f8fafc}.heatmap-segmented button{border:0;border-right:1px solid #d1d5db;background:transparent;color:var(--sub);font-family:Poppins,sans-serif;font-size:10px;font-weight:700;cursor:pointer}.heatmap-segmented button:last-child{border-right:0}.heatmap-segmented button.active{background:var(--blue);color:#fff}.heatmap-date-field{width:150px}.heatmap-period-nav{height:30px;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:7px;overflow:hidden;background:#fff}.heatmap-period-nav button{height:100%;border:0;border-right:1px solid #d1d5db;background:#f8fafc;color:var(--dark);font-family:Poppins,sans-serif;font-size:10px;font-weight:700;cursor:pointer;padding:0 10px}.heatmap-period-nav button:last-child{border-right:0;border-left:1px solid #d1d5db}.heatmap-period-nav button:hover{background:#eef2ff}.heatmap-period-nav span{min-width:168px;padding:0 12px;color:var(--dark);font-size:11px;font-weight:700;text-align:center;white-space:nowrap}.heatmap-context{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--sub);font-size:12px;flex-wrap:wrap}.heatmap-context strong{color:var(--dark)}.heatmap-context span{display:block;margin-top:2px}.heatmap-metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:10px;gap:10px}.heatmap-metric{background:#fff;border-left:4px solid var(--light);border-radius:8px;padding:12px 14px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.heatmap-metric-label{font-size:9px;font-weight:700;color:var(--sub);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.heatmap-metric-value{font-size:19px;font-weight:800;color:var(--dark);line-height:1.15}.heatmap-metric-sub{font-size:10px;color:var(--sub);margin-top:4px}.heatmap-state{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:28px 18px;color:var(--sub);text-align:center;font-size:13px}.heatmap-state.error{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.heatmap-legend{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:10px;color:var(--sub)}.heatmap-legend-bar{width:160px;height:9px;border-radius:999px;background:linear-gradient(90deg,#e0f2fe,#34d399 50%,#ef1350)}.heatmap-scroll{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.heatmap-grid{display:grid;grid-template-columns:46px repeat(24,minmax(34px,1fr));grid-gap:3px;gap:3px;min-width:900px}.heatmap-period-grid{grid-template-columns:54px repeat(var(--heatmap-day-count),minmax(42px,1fr))}.heatmap-cell,.heatmap-corner,.heatmap-date,.heatmap-day,.heatmap-hour,.heatmap-hour-row{min-height:30px;display:flex;align-items:center;justify-content:center;border-radius:5px}.heatmap-corner,.heatmap-date,.heatmap-day,.heatmap-hour,.heatmap-hour-row{color:var(--sub);font-size:10px;font-weight:700;background:#f8fafc}.heatmap-date{min-height:40px;flex-direction:column;gap:1px;line-height:1.1}.heatmap-date strong{color:var(--dark);font-size:10px}.heatmap-date span{color:var(--sub);font-size:9px;text-transform:capitalize}.heatmap-day,.heatmap-hour-row{justify-content:flex-start;padding-left:8px}.heatmap-cell{font-size:10px;font-weight:700;border:1px solid rgba(15,23,42,.05);position:relative}.heatmap-cell.peak:after{content:"";position:absolute;top:3px;right:3px;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.8}.charts-row{display:grid;grid-template-columns:260px 1fr 1fr;grid-gap:14px;gap:14px;margin-bottom:20px}.chart-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.chart-card h3{font-size:11px;font-weight:600;color:var(--sub);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.ch-wrap{position:relative;height:190px}.legend{display:flex;flex-direction:column;gap:5px;margin-top:8px}.leg-item{display:flex;align-items:center;gap:7px;font-size:11px}.leg-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.demand-section{background:#fff;border-radius:12px;padding:18px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:20px}.demand-section h3{font-size:12px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.demand-section p{font-size:11px;color:var(--sub);margin-bottom:14px}.demand-controls{display:flex;gap:10px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.demand-controls select{border:1.5px solid var(--mid);border-radius:6px;padding:5px 9px;font-family:Poppins,sans-serif;font-size:11px;color:var(--text);outline:none}.demand-controls label{font-size:11px;color:var(--sub);font-weight:500}.ch-wrap-tall{position:relative;height:450px}.savings-section{background:#fff;border-radius:12px;padding:18px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:20px}.savings-section h3{font-size:12px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}.tbl-scroll{overflow-x:auto;max-height:320px;overflow-y:auto}.tbl-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:16px;overflow-x:auto}.ranking-table-card{max-height:clamp(340px,calc(100vh - 250px),720px);overflow:auto;padding:0}.ranking-table-card .dt{min-width:1780px;border-collapse:separate;border-spacing:0}.ranking-table-card .dt th{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#f3f4f6;box-shadow:0 1px 0 #e5e7eb,0 6px 10px rgba(15,23,42,.06)}.ranking-table-card .dt th:first-child{border-top-left-radius:12px}.ranking-table-card .dt th:last-child{border-top-right-radius:12px}.ranking-table-card .dt td,.ranking-table-card .dt th{padding:7px 9px}.ranking-actions{display:flex;align-items:stretch;gap:6px;min-width:235px}.ranking-action-btn{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 9px;border-radius:7px;border:1.5px solid #e5e7eb;font-size:10px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;white-space:nowrap}.ranking-action-btn.demand{background:var(--blue);border-color:var(--blue);color:#fff}.ranking-action-btn.reactive{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.ranking-action-btn.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.tariff-suggestion{min-width:78px;display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px;padding:3px 8px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;line-height:1.1;white-space:nowrap}.tariff-suggestion strong{font-size:10px;font-weight:800}.tariff-suggestion small{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.35px;color:#6b7280}.tariff-suggestion-change{background:#eef2ff;border-color:#a5b4fc;color:var(--blue)}.tariff-suggestion-change small{color:var(--blue)}.tariff-suggestion-keep{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.tariff-suggestion-keep small{color:#166534}.tariff-suggestion-pending{background:#fffbeb;border-color:#fde68a;color:#92400e}.tariff-suggestion-pending small{color:#92400e}.tariff-suggestion-muted{color:#6b7280}.tbl-hd{justify-content:space-between;margin-bottom:12px}.tbl-hd,.tbl-title{display:flex;align-items:center}.tbl-title{font-size:13px;font-weight:700;color:var(--text);gap:8px}.dt{width:100%;border-collapse:collapse;font-size:11.5px}.dt th{background:var(--gray);color:var(--sub);font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.4px;text-align:left;white-space:nowrap;position:-webkit-sticky;position:sticky;top:0;z-index:1}.dt td,.dt th{padding:6px 8px}.dt td{border-bottom:1px solid #f0f0f0;vertical-align:middle}.dt tr:hover td{background:#f8f9ff}.dt tr:last-child td{border-bottom:none}.demand-pair{display:flex;gap:8px;line-height:1.45;white-space:nowrap}.demand-pair.muted{color:var(--sub);font-size:10px}.tbl-scroll-main{overflow-x:auto;max-height:400px;overflow-y:auto}.tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.t-sub{background:#fee2e2;color:#b91c1c}.t-sup{background:#fef3c7;color:#92400e}.t-tol{background:#dcfce7;color:#166534}.t-mp{background:#f3e8ff;color:#7c3aed}.t-nd{background:var(--gray);color:var(--sub)}.t-gb{background:#ede9fe;color:#6d28d9}.safira-badge{gap:3px;padding:2px 8px;border-radius:10px;font-size:9.5px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);margin-left:5px;letter-spacing:.3px;vertical-align:middle}.rank,.safira-badge{display:inline-flex;align-items:center;font-weight:700;color:#fff}.rank{justify-content:center;width:20px;height:20px;border-radius:5px;font-size:10px;background:var(--blue)}.rank.gd{background:#f59e0b}.rank.sl{background:#9ca3af}.rank.br{background:#b45309}.pct-bar-w{display:flex;align-items:center;gap:5px}.pct-bar{height:5px;border-radius:3px;min-width:2px;max-width:70px;flex-shrink:0}.pct{font-size:12px;font-weight:700;white-space:nowrap}.pct-r{color:var(--red)}.pct-g{color:var(--green)}.pct-o{color:#d97706}.mp-f{display:inline-flex;align-items:center;gap:4px;background:#f3e8ff;color:#7c3aed;padding:2px 7px;border-radius:10px;font-size:10px;font-weight:600}.tabs{display:flex;gap:3px;margin-bottom:14px;border-bottom:2px solid var(--mid)}.tab-btn{padding:7px 14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;cursor:pointer;background:none;color:var(--sub);border:none;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}.tab-pane{display:none}.tab-pane.active{display:block}.mp-card{background:linear-gradient(135deg,#f3e8ff,#ede9fe);border:2px solid #7c3aed;border-radius:12px;padding:18px 22px;margin-bottom:16px}.mp-hd{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mp-hd h3{font-size:13px;font-weight:700;color:#5b21b6}.mp-exp{font-size:12px;color:#4c1d95;line-height:1.6;background:hsla(0,0%,100%,.6);border-radius:8px;padding:10px 14px;margin-bottom:12px}.fine-section{margin-bottom:20px}.fine-action-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px;color:var(--sub);font-size:12px}.fine-calc-btn{height:34px;padding:0 20px;font-size:12px;background:var(--blue);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer}.fine-calc-btn:hover{background:#4752df}.fine-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.fine-kpi{background:#fff;border:1px solid #e5e7eb;border-left:4px solid var(--blue);border-radius:8px;padding:10px 12px}.fine-kpi span{display:block;color:var(--sub);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.fine-kpi strong{color:var(--text);font-size:18px}.fine-table-wrap{overflow-x:auto}.fine-table{width:100%;min-width:1080px;border-collapse:collapse;font-size:11.5px}.fine-table th{background:var(--gray);color:var(--sub);font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.4px;padding:7px 9px;text-align:left;white-space:nowrap}.fine-table td{padding:7px 9px;border-bottom:1px solid #f0f0f0}.fine-table .r{text-align:right}.fine-saving{color:var(--green);font-weight:700}.footer{text-align:center;padding:20px;font-size:11px;color:var(--sub);border-top:1px solid var(--mid);margin-top:24px}.footer strong{color:var(--blue)}.export-bar{display:flex;gap:10px;align-items:center;margin-bottom:14px;justify-content:flex-end}.btn-export{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-xlsx{background:#217346;color:#fff}.btn-xlsx:hover{background:#1a5c38}.btn-pdf{background:var(--red);color:#fff}.btn-pdf:hover{background:#c50f42}.uc-demand-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:20px}.uc-selector-row{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.uc-selector-row label{font-size:11px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.uc-selector-row select{border:1.5px solid var(--mid);border-radius:8px;padding:6px 10px;font-family:Poppins,sans-serif;font-size:12px;color:var(--text);outline:none;min-width:280px;height:34px}.uc-selector-row select:focus{border-color:var(--blue)}.uc-demand-info{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:14px}.uc-info-tag{background:var(--gray);border-radius:8px;padding:6px 12px;font-size:11px;color:var(--sub)}.uc-info-tag strong{color:var(--text)}.ch-wrap-demand{position:relative;height:320px}.demand-no-data{display:flex;align-items:center;justify-content:center;height:240px;color:var(--sub);font-size:13px;font-style:italic}.ms-wrap{position:relative;min-width:140px}.ms-wrap.wide{min-width:200px}.ms-wrap label{font-size:10px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:3px}.ms-btn{border:1.5px solid var(--mid);border-radius:6px;padding:5px 28px 5px 9px;font-family:Poppins,sans-serif;font-size:12px;color:var(--text);background:#fff;cursor:pointer;outline:none;height:30px;width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;transition:border-color .2s}.ms-btn.open,.ms-btn:hover{border-color:var(--blue)}.ms-btn:after{content:"▾";position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:10px;color:var(--sub)}.ms-btn .ms-count{background:var(--blue);color:#fff;font-size:9px;font-weight:700;padding:1px 5px;border-radius:8px;margin-left:4px}.ms-drop{display:none;position:absolute;top:100%;left:0;min-width:100%;width:max-content;max-width:320px;background:#fff;border:1.5px solid var(--mid);border-radius:0 0 8px 8px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:999;max-height:220px;overflow-y:auto;margin-top:-1px}.ms-drop.open{display:block}.ms-drop .ms-item{display:flex;align-items:center;gap:7px;padding:5px 10px;font-size:11px;cursor:pointer;transition:background .1s;color:var(--text)}.ms-drop .ms-item:hover{background:#f0f4ff}.ms-drop .ms-item input{accent-color:var(--blue);width:14px;height:14px;cursor:pointer;flex-shrink:0}.ms-drop .ms-item label{cursor:pointer;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms-drop .ms-actions{display:flex;gap:4px;padding:5px 8px;border-bottom:1px solid #f0f0f0;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1}.ms-drop .ms-actions button{flex:1 1;padding:3px 0;font-size:10px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;border:1px solid var(--mid);border-radius:4px;background:#fff;color:var(--sub);transition:all .15s}.ms-drop .ms-actions button:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.ms-search{width:calc(100% - 16px);margin:6px 8px 4px;border:1px solid var(--mid);border-radius:4px;padding:4px 8px;font-size:11px;font-family:Poppins,sans-serif;outline:none}.ms-search:focus{border-color:var(--blue)}.alert-pills{display:flex;gap:8px;margin-bottom:16px;margin-top:20px;flex-wrap:wrap}.alert-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 10px 5px 5px;border-radius:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .15s,box-shadow .15s;border:none;background:transparent}.alert-pill:hover{transform:translateY(-1px)}.meas-pill{background:#fffbeb;border:1.5px solid #f59e0b;box-shadow:0 1px 5px rgba(245,158,11,.18)}.meas-pill:hover{box-shadow:0 3px 12px rgba(245,158,11,.32)}.dup-pill{background:#f3e8ff;border:1.5px solid #7c3aed;box-shadow:0 1px 5px rgba(124,58,237,.14)}.dup-pill:hover{box-shadow:0 3px 12px rgba(124,58,237,.26)}.mp-pill{background:#eef2ff;border:1.5px solid #4f46e5;box-shadow:0 1px 5px rgba(79,70,229,.14)}.mp-pill:hover{box-shadow:0 3px 12px rgba(79,70,229,.26)}.dup-alert-icon,.meas-alert-icon,.mp-alert-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.meas-alert-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 4px rgba(245,158,11,.35)}.dup-alert-icon{background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 2px 4px rgba(124,58,237,.3)}.mp-alert-icon{background:linear-gradient(135deg,#4f46e5,#3730a3);box-shadow:0 2px 4px rgba(79,70,229,.3)}.dup-count,.meas-count,.mp-count{background:#f59e0b;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;white-space:nowrap}.dup-count{background:#7c3aed}.mp-count{background:#4f46e5}.alert-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);align-items:center;justify-content:center}.alert-overlay.open{display:flex}.alert-modal{background:#fff;border-radius:16px;width:min(820px,94vw);max-height:82vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.22);animation:modalIn .22s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.alert-modal-hdr{gap:12px;padding:18px 22px 14px;border-bottom:1px solid #f1f5f9}.alert-modal-hdr,.alert-modal-hdr-icon{display:flex;align-items:center;flex-shrink:0}.alert-modal-hdr-icon{width:36px;height:36px;border-radius:50%;justify-content:center;font-size:18px}.meas-modal-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px rgba(245,158,11,.4)}.dup-modal-icon{background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 2px 6px rgba(124,58,237,.35)}.mp-modal-icon{background:linear-gradient(135deg,#4f46e5,#3730a3);box-shadow:0 2px 6px rgba(79,70,229,.35)}.alert-modal-ttl{font-size:14px;font-weight:700;color:#111827}.alert-modal-sub{font-size:11px;color:#6b7280;margin-top:2px}.alert-modal-close{margin-left:auto;width:30px;height:30px;border-radius:50%;border:none;background:#f1f5f9;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .15s}.alert-modal-close:hover{background:#e2e8f0;color:#374151}.alert-modal-body{overflow-y:auto;padding:16px 22px 20px;flex:1 1}.dup-tbl,.meas-tbl{width:100%;border-collapse:collapse;font-size:11.5px}.meas-tbl th{background:#fef3c7;color:#92400e;padding:7px 10px;text-align:left;border-bottom:1.5px solid #fcd34d;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.meas-tbl td{padding:6px 10px;border-bottom:1px solid #fef9c3;vertical-align:middle;color:#374151}.dup-tbl tr:last-child td,.meas-tbl tr:last-child td{border-bottom:none}.meas-tbl tr:hover td{background:#fffde7}.dup-tbl th{background:#ede9fe;color:#5b21b6;padding:7px 10px;text-align:left;border-bottom:1.5px solid #c4b5fd;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.dup-tbl td{padding:6px 10px;border-bottom:1px solid #f3e8ff;vertical-align:middle;color:#374151}.dup-tbl tr:hover td{background:#faf5ff}.ratio-badge{border-radius:10px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.cst-badge,.ratio-badge{display:inline-block;padding:2px 8px;font-size:10.5px;font-weight:700}.cst-badge{border-radius:10px;background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.tbl-collapse-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:#475569;color:#fff;border:none;border-radius:6px;font-size:10.5px;font-weight:600;cursor:pointer;transition:all .15s;letter-spacing:.2px;margin-left:8px}.tbl-collapse-btn:hover{background:#334155}.section-collapsed{display:none!important}.energy-dist-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px rgba(14,26,86,.08);margin-bottom:24px}.energy-chart-box{background:#f8fafc;border-radius:12px;padding:16px;border:1px solid #e2e8f0}.energy-chart-title{font-size:13px;font-weight:700;color:var(--dark);margin-bottom:4px}.energy-chart-sub{font-size:11px;color:var(--sub);margin-bottom:14px}.sankey-collapsed{display:none}@media (max-width:1100px){.analise-grid{grid-template-columns:minmax(0,1fr) minmax(300px,380px)}.analise-side{grid-column:1/-1}.charts-row{grid-template-columns:1fr 1fr}.charts-row>:first-child{grid-column:1/-1}}@media (max-width:700px){.wrap{padding-left:20px;padding-right:20px}.analise-grid{grid-template-columns:minmax(0,1fr);gap:14px}.analise-side{grid-column:auto}.heatmap-toolbar{align-items:stretch;flex-direction:column}.heatmap-date-field,.heatmap-period-nav,.heatmap-view-mode{width:100%;min-width:0}.heatmap-period-nav{display:grid;grid-template-columns:minmax(74px,auto) minmax(0,1fr) minmax(74px,auto);height:auto;min-height:34px}.heatmap-period-nav button{min-width:0;padding:8px}.heatmap-period-nav span{min-width:0;padding:0 8px;white-space:normal;line-height:1.2}.charts-row,.heatmap-metrics{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.filters{flex-direction:column}}@media print{.btn-r,.export-bar,.filters,.tabs button{display:none!important}body{background:#fff}.chart-card,.kpi,.savings-section,.tbl-card,.uc-demand-card{page-break-inside:avoid;break-inside:avoid}.header{-webkit-print-color-adjust:exact;print-color-adjust:exact}}