.dashboard-shell{--dash-bg: #f5f3ee;--dash-card: #fff;--dash-border: #e5e2da;--dash-border2: #d4d0c5;--dash-t1: #1a1a1a;--dash-t2: #5f5e5a;--dash-t3: #888780;--dash-brand: #1a4d3a;--dash-accent: #c8ff3f}.dashboard-shell .dashboard-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:12px;flex-wrap:wrap}.dashboard-shell .dashboard-freshness{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--dash-t3)}.dashboard-shell .dashboard-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard-shell .dashboard-customize-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 12px;border:1px solid var(--dash-border);border-radius:8px;font-size:14px;font-weight:600;color:var(--dash-t1);background:#fff;box-shadow:0 1px 2px #0000000d;transition:border-color .15s,background .15s;box-sizing:border-box;flex-shrink:0}.dashboard-shell .dashboard-customize-btn svg{width:16px;height:16px;flex-shrink:0}.dashboard-shell .dashboard-customize-btn:hover{border-color:var(--dash-border2)}.dashboard-shell .dashboard-zones{display:flex;flex-direction:column;gap:20px;position:relative}@media (min-width: 1100px){.dashboard-shell.dashboard-edit-mode .dashboard-zones{padding-left:28px}}.dashboard-zone{position:relative}.dashboard-zone-handle{position:absolute;top:14px;left:-26px;width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--dash-t3);cursor:grab;opacity:0;transition:opacity .15s,background .15s;z-index:2}.dashboard-shell.dashboard-edit-mode .dashboard-zone-handle,.dashboard-shell.dashboard-edit-mode .dashboard-zone:hover .dashboard-zone-handle{opacity:1}.dashboard-zone-handle:hover{background:var(--dash-bg);color:var(--dash-t1)}.dashboard-zone-handle:active{cursor:grabbing}.dashboard-zone.dragging{opacity:.45}.dashboard-zone.drag-over-top:before{content:"";position:absolute;top:-12px;left:0;right:0;height:3px;background:var(--dash-accent);border-radius:2px;z-index:3}.dashboard-zone.drag-over-bot:after{content:"";position:absolute;bottom:-12px;left:0;right:0;height:3px;background:var(--dash-accent);border-radius:2px;z-index:3}.dashboard-zone-hidden{display:none!important}.dashboard-drawer-overlay{--dash-bg: #f5f3ee;--dash-card: #fff;--dash-border: #e5e2da;--dash-border2: #d4d0c5;--dash-t1: #1a1a1a;--dash-t2: #5f5e5a;--dash-t3: #888780;--dash-brand: #1a4d3a;--dash-accent: #c8ff3f;--dash-warn-bg: #faeeda;--dash-warn: #ba7517;--dash-info-bg: #e6f1fb;--dash-info: #185fa5;--dash-ok-bg: #eaf3de;--dash-ok: #3b6d11;--dash-alert-bg: #fcebeb;--dash-alert: #a32d2d;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1f1a6b;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:flex-end;z-index:200;animation:dashFadeIn .15s ease}.dashboard-drawer-overlay .dashboard-drawer{position:relative;z-index:1;box-shadow:-12px 0 40px #0f1f1a2e}@keyframes dash-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes dashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashDrawerSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.dashboard-drawer{width:420px;max-width:100vw;height:100vh;background:#fff;display:flex;flex-direction:column;animation:dashDrawerSlide .2s ease}.dark .dashboard-drawer{background:#1e293b;border-left:1px solid rgba(255,255,255,.08)}.dashboard-drawer-head{padding:20px 24px;border-bottom:.5px solid var(--dash-border);display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dark .dashboard-drawer-head{border-color:#ffffff14}.dashboard-drawer-body{flex:1;overflow-y:auto;padding:16px 24px}.dashboard-drawer .module-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border:.5px solid var(--dash-border);border-radius:8px;margin-bottom:6px;background:var(--dash-card);cursor:default;transition:background .12s,outline .12s}.dark .dashboard-drawer .module-item{background:#0f172a;border-color:#ffffff14}.dashboard-drawer .module-item.dragging-item{opacity:.4}.dashboard-drawer .module-item.module-item--unavailable{opacity:.62;background:var(--dash-bg)}.dashboard-drawer .module-item.module-item--unavailable .module-item-icon{opacity:.7}.dashboard-drawer .module-item-unavailable-hint{margin-top:3px;font-size:10px;line-height:1.4;color:var(--dash-t3);font-style:italic}.dashboard-drawer .module-toggle:disabled{opacity:.45;cursor:not-allowed}.dashboard-drawer .module-item.drag-item-over{outline:2px solid var(--dash-accent);outline-offset:0}.dashboard-drawer .drawer-item-handle{color:var(--dash-t3);cursor:grab;display:flex;align-items:center;padding:2px 4px;border-radius:4px;flex-shrink:0;border:none;background:transparent;touch-action:none}.dashboard-drawer .drawer-item-handle:hover{background:var(--dash-bg);color:var(--dash-t1)}.dashboard-drawer .drawer-item-handle:active{cursor:grabbing}.dashboard-drawer .drawer-item-handle svg{width:12px;height:12px;display:block}.dashboard-drawer .module-item-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.dashboard-drawer .module-item-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.dashboard-drawer .module-item-icon svg{width:16px;height:16px}.dashboard-drawer .module-item-name{font-size:13px;font-weight:500;color:var(--dash-t1);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dashboard-drawer .module-item-icon--default{background:var(--dash-bg);color:var(--dash-t1)}.dashboard-drawer .module-item-icon--warn{background:var(--dash-warn-bg);color:var(--dash-warn)}.dashboard-drawer .module-item-icon--info{background:var(--dash-info-bg);color:var(--dash-info)}.dashboard-drawer .module-item-icon--ok{background:var(--dash-ok-bg);color:var(--dash-ok)}.dashboard-drawer .module-item-icon--alert{background:var(--dash-alert-bg);color:var(--dash-alert)}.dashboard-drawer .module-item-desc{font-size:11px;color:var(--dash-t3);margin-top:1px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dashboard-drawer .module-toggle{width:32px;height:18px;border-radius:999px;background:var(--dash-brand);position:relative;cursor:pointer;flex-shrink:0;border:none;padding:0;transition:background .15s}.dashboard-drawer .module-toggle:after{content:"";position:absolute;top:2px;right:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:all .15s}.dashboard-drawer .module-toggle.off{background:var(--dash-border2)}.dashboard-drawer .module-toggle.off:after{right:auto;left:2px}.dashboard-drawer-foot{padding:16px 24px;border-top:.5px solid var(--dash-border);display:flex;justify-content:space-between;align-items:center;gap:12px}.dark .dashboard-drawer-foot{border-color:#ffffff14}.dashboard-drawer-reset{font-size:12px;color:var(--dash-t2);text-decoration:underline;cursor:pointer}.dashboard-drawer-reset:hover{color:var(--dash-t1)}.dashboard-drawer-confirm{padding:8px 16px;border-radius:8px;font-size:12px;font-weight:500;background:var(--dash-brand);color:#fff;border:none}.dashboard-drawer-confirm:disabled{opacity:.6;cursor:not-allowed}.dashboard-shell .dash-card{background:#fff;border-radius:12px;padding:20px}.dark .dashboard-shell .dash-card{background:#1e293b;border:1px solid rgba(255,255,255,.06)}.dashboard-shell .dash-card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:12px}.dashboard-shell .dash-card-title{font-size:18px;font-weight:600;color:var(--dash-t1)}.dark .dashboard-shell .dash-card-title{color:#f8fafc}.dashboard-shell .dash-card-sub{font-size:12px;color:var(--dash-t3);margin-top:3px}.dashboard-shell .dash-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-shell .dash-card-icon--ok{background:#eaf3de;color:#3b6d11}.dashboard-shell .dash-card-icon--default{background:var(--dash-bg, #f5f3ee);color:var(--dash-t2, #5f5e5a)}.dashboard-shell .dash-card-footer{display:flex;justify-content:flex-end;margin-top:24px;padding-top:0}.dashboard-shell .dash-card-link{font-size:12px;font-weight:500;color:#003512;cursor:pointer;background:none;border:none;padding:0}.dashboard-shell .dash-card-link:hover{opacity:.75}.dashboard-shell .strip-card{display:flex;flex-direction:column}.dashboard-shell .strip-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:300px;gap:12px;overflow-x:auto;padding:2px 2px 14px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--dash-border2) transparent}.dashboard-shell .strip-scroll::-webkit-scrollbar{height:6px}.dashboard-shell .strip-scroll::-webkit-scrollbar-thumb{background:var(--dash-border2);border-radius:3px}.dashboard-shell .strip-card-item{background:#f9fafb;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:8px;scroll-snap-align:start;min-height:130px}.dark .dashboard-shell .strip-card-item{background:#ffffff0a}.dashboard-shell .strip-card-item--skeleton{background:linear-gradient(90deg,#f0f0ee 25%,#e8e6e1,#f0f0ee 75%);background-size:200% 100%;animation:dash-skeleton-shimmer 1.2s ease-in-out infinite}.dashboard-shell .strip-head{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:18px}.dashboard-shell .strip-title{font-size:13.5px;font-weight:500;line-height:1.4;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dark .dashboard-shell .strip-title{color:#f1f5f9}.dashboard-shell .strip-foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:8px;gap:8px}.dashboard-shell .strip-savings-block{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0}.dashboard-shell .strip-savings-label{font-size:10px;color:var(--dash-t3);font-weight:500}.dashboard-shell .strip-savings{font-size:15px;font-weight:600;color:#1a1a1a;white-space:nowrap}.dashboard-shell .strip-savings:after{content:" /lună";color:var(--dash-t3);font-weight:400;font-size:12px}.dashboard-shell .strip-cta{font-size:12px;font-weight:500;color:#003512;cursor:pointer;white-space:nowrap;flex-shrink:0;background:none;border:none;padding:0}.dashboard-shell .strip-cta:hover{opacity:.75}.dashboard-shell .strip-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.dashboard-shell .strip-arrow{width:28px;height:28px;border-radius:6px;border:.5px solid var(--dash-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:var(--dash-t2);cursor:pointer}.dashboard-shell .strip-arrow:hover:not(:disabled){background:var(--dash-bg)}.dashboard-shell .strip-arrow:disabled{opacity:.35;cursor:not-allowed}.dashboard-shell .strip-arrow svg{width:12px;height:12px}.dashboard-shell .rec-tag{font-size:10px;padding:2px 7px;border-radius:3px;font-weight:500;white-space:nowrap}.dashboard-shell .tag-priority{background:#eaf3de;color:#3b6d11}.dashboard-shell .kpi-grid,.dashboard-shell .dash-grid-12{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.dashboard-shell .dashboard-col-3{grid-column:span 3}.dashboard-shell .dashboard-col-12{grid-column:span 12}.dashboard-shell .kpi-card{background:#fff;border-radius:12px;padding:20px}.dashboard-shell .kpi-head{display:flex;align-items:center;gap:10px;margin-bottom:24px}.dashboard-shell .kpi-icon{width:32px;height:32px;background:#faeeda;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#ba7517}.dashboard-shell .kpi-icon svg{width:16px;height:16px}.dashboard-shell .kpi-label{font-size:18px;font-weight:600;color:var(--dash-t1);margin:0}.dashboard-shell .kpi-period{font-size:10px;color:var(--dash-t3);margin:0 0 2px}.dashboard-shell .kpi-value{font-size:26px;font-weight:500;line-height:1.1;color:var(--dash-t1);margin:0}.dashboard-shell .kpi-value-sm{font-size:20px}.dashboard-shell .kpi-unit{font-size:12px;color:var(--dash-t3);font-weight:400}.dashboard-shell .kpi-row{display:flex;align-items:center;gap:6px;margin-top:5px;flex-wrap:wrap}.dashboard-shell .kpi-row-placeholder,.dashboard-shell .kpi-head-placeholder{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.dashboard-shell .delta{display:inline-flex;align-items:center;gap:2px;font-size:11px;padding:2px 7px;border-radius:3px;font-weight:500}.dashboard-shell .delta-flat{background:#eaf3de;color:#3b6d11}.dashboard-shell .delta-up{background:#fcebeb;color:#a32d2d}.dashboard-shell .delta-down{background:#eaf3de;color:#3b6d11}.dashboard-shell .kpi-vs{font-size:11px;color:var(--dash-t3)}.dashboard-shell .kpi-divider{margin:12px 0;border:none;border-top:.5px solid var(--dash-border)}.dashboard-shell .score-card{background:var(--dash-brand, #1a4d3a);border-radius:12px;padding:20px;color:#fff;display:flex;flex-direction:column}.dashboard-shell .score-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard-shell .score-head-title{font-size:18px;font-weight:600;margin:0}.dashboard-shell .score-head-btn{background:none;border:none;padding:0;cursor:pointer;color:#ffffff80}.dashboard-shell .score-head-btn svg{width:13px;height:13px}.dashboard-shell .score-gauge{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.dashboard-shell .score-gauge svg{width:120px;height:65px}.dashboard-shell .score-state{font-size:17px;font-weight:500;margin:-4px 0 0}.dashboard-shell .score-pct{font-size:11px;color:#fff9;margin:2px 0 0}.dashboard-shell .score-msg{font-size:14px;color:#ffffffb8;line-height:1.55;text-align:center;margin:0}.dashboard-shell .insights-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dashboard-shell .insight-cell{background:#fff;border:.5px solid var(--dash-border);border-radius:8px;padding:16px}.dashboard-shell .insight-tag{font-size:10px;font-weight:500;letter-spacing:.4px;padding:3px 8px;border-radius:3px;display:inline-block;margin-bottom:10px}.dashboard-shell .insight-tag--diagnostic{background:#fcebeb;color:#501313}.dashboard-shell .insight-tag--comparative{background:#faeeda;color:#633806}.dashboard-shell .insight-tag--forecast{background:#e6f1fb;color:#0c447c}.dashboard-shell .insight-text{font-size:13px;line-height:1.6;color:var(--dash-t1);margin:0}.dashboard-shell .insight-text strong{font-weight:600}.dashboard-shell .ins-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dashboard-shell .ins-card{background:#faf8f3;border-radius:10px;padding:18px;display:flex;flex-direction:column;gap:14px;min-height:100%}.dashboard-shell .ins-head{display:flex;gap:10px;align-items:flex-start}.dashboard-shell .ins-head svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.dashboard-shell .ins-title{font-size:13px;font-weight:600;color:var(--dash-t1);line-height:1.2;margin:0}.dashboard-shell .ins-sub{font-size:11px;color:var(--dash-t3);margin:2px 0 0}.dashboard-shell .ins-hero{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.dashboard-shell .ins-hero-val{font-size:30px;font-weight:600;letter-spacing:-.01em;line-height:1;font-variant-numeric:tabular-nums}.dashboard-shell .ins-hero-val .u{font-size:14px;font-weight:500;color:var(--dash-t3);margin-left:3px}.dashboard-shell .ins-hero-lbl{font-size:12px;color:var(--dash-t2)}.dashboard-shell .ins-bars{display:flex;flex-direction:column;gap:9px}.dashboard-shell .ins-bar-row{display:grid;grid-template-columns:62px 1fr auto;gap:10px;align-items:center;font-size:11px}.dashboard-shell .ins-bar-name{color:var(--dash-t3)}.dashboard-shell .ins-bar-track{height:8px;background:#ede9dd;border-radius:99px;overflow:hidden;display:flex}.dashboard-shell .ins-bar-fill{height:100%;border-radius:99px;display:block}.dashboard-shell .ins-bar-val{font-weight:600;color:var(--dash-t1);font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-shell .ins-bar-val .u{font-weight:400;color:var(--dash-t3);font-size:10px;margin-left:2px}.dashboard-shell .ins-spark{display:flex;align-items:flex-end;gap:2px;height:46px}.dashboard-shell .ins-spark span{flex:1;border-radius:2px 2px 0 0;background:#e6e1c3;display:block;min-height:2px}.dashboard-shell .ins-spark span.hot{background:#e8804b}.dashboard-shell .ins-spark-x{display:flex;justify-content:space-between;font-size:10px;color:var(--dash-t3);margin-top:5px}.dashboard-shell .ins-legend{display:flex;align-items:center;gap:14px;font-size:11px;color:var(--dash-t2);flex-wrap:wrap}.dashboard-shell .ins-legend .dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:5px;vertical-align:baseline}.dashboard-shell .ins-note{font-size:12px;line-height:1.55;color:var(--dash-t2);margin:auto 0 0}.dashboard-shell .ins-note strong{color:var(--dash-t1);font-weight:600}.dashboard-shell .ins-cta{background:#fff;border-radius:8px;padding:10px 12px;margin-top:auto}.dashboard-shell .ins-cta-label{font-size:10px;font-weight:500;color:var(--dash-t3);margin:0 0 3px}.dashboard-shell .ins-cta-text{font-size:12px;line-height:1.5;color:var(--dash-t1);margin:0}.dashboard-shell .ins-cta-text strong{color:#2e7d66;font-weight:600}.dashboard-shell .ins-cover{height:10px;border-radius:99px;background:#ede9dd;overflow:hidden;display:flex}.dashboard-shell .ins-cover-fill{height:100%;background:#00cc6f;border-radius:99px}@media (max-width: 1099px){.dashboard-shell .ins-grid{grid-template-columns:1fr}}.dashboard-shell .insight-tag--ok{background:#eaf3de;color:#3b6d11}.dashboard-shell .ins-card .ins-head,.dashboard-shell .ins-card .insight-tag{margin-bottom:0}.dashboard-shell .dash-card-icon--warn{background:#faeeda;color:#ba7517}.dashboard-shell .dash-card-icon--alert{background:#fcebeb;color:#a32d2d}.dashboard-shell .dash-card-icon--info{background:#e6f1fb;color:#0c447c}.dashboard-shell .dn-legend{display:flex;gap:14px;margin-top:16px;font-size:12px;color:var(--dash-t2);flex-wrap:wrap}.dashboard-shell .dn-legend-item{display:inline-flex;align-items:center;gap:4px}.dashboard-shell .dn-legend-item svg{width:12px;height:12px}.dashboard-shell .dn-wrap{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}.dashboard-shell .dn-list{display:flex;flex-direction:column;gap:24px}.dashboard-shell .dn-row{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center}.dashboard-shell .dn-name{font-size:13px;display:flex;align-items:center;gap:7px;color:var(--dash-t1)}.dashboard-shell .dn-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-shell .dn-bars{display:flex;flex-direction:column;gap:3px}.dashboard-shell .dn-bar-row{display:grid;grid-template-columns:14px 1fr 72px 52px;gap:6px;align-items:center;font-size:12px;color:var(--dash-t2)}.dashboard-shell .dn-bar-row svg{width:12px;height:12px;flex-shrink:0}.dashboard-shell .dn-track{background:var(--dash-bg);border-radius:3px;height:12px;overflow:hidden}.dashboard-shell .dn-fill{height:100%;border-radius:3px;transition:width .4s ease}.dashboard-shell .dn-val{text-align:right;white-space:nowrap}.dashboard-shell .dn-val-alert{color:#a32d2d;font-weight:500;display:inline-flex;align-items:center;justify-content:flex-end;gap:3px}.dashboard-shell .dn-warn{width:10px;height:10px;flex-shrink:0}.dashboard-shell .dn-pct-cell{text-align:right;font-size:12px;font-weight:500;color:var(--dash-t1);white-space:nowrap}.dashboard-shell .dn-pct-cell--alert{color:#a32d2d}.dashboard-shell .dn-total{margin-top:3px}.dashboard-shell .dn-total-label{text-align:right;font-size:11px;font-weight:500;color:var(--dash-t2);text-transform:uppercase;letter-spacing:.05em}.dashboard-shell .dn-total-val{font-weight:600;color:var(--dash-t1)}.dashboard-shell .dn-summary{background:#faf8f3;border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:18px}.dashboard-shell .dn-summary-head{display:flex;gap:10px;align-items:flex-start}.dashboard-shell .dn-summary-icon{width:28px;height:28px;flex-shrink:0;background:#0000000f;color:#3b3330;border-radius:6px;display:flex;align-items:center;justify-content:center}.dashboard-shell .dn-summary-icon svg{width:14px;height:14px}.dashboard-shell .dn-summary-title{font-size:13px;font-weight:600;color:var(--dash-t1);line-height:1.2;margin:0}.dashboard-shell .dn-summary-sub{font-size:11px;color:var(--dash-t3);margin:2px 0 0}.dashboard-shell .dn-donut{position:relative;width:152px;height:152px;margin:2px auto 0}.dashboard-shell .dn-donut svg{width:100%;height:100%}.dashboard-shell .dn-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashboard-shell .dn-donut-val{font-size:27px;font-weight:700;color:var(--dash-t1);line-height:1}.dashboard-shell .dn-donut-unit{font-size:11px;color:var(--dash-t3);margin-top:3px;letter-spacing:.02em}.dashboard-shell .dn-summary-rows{display:flex;flex-direction:column;gap:11px}.dashboard-shell .dn-summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-shell .dn-summary-row .lbl{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--dash-t2)}.dashboard-shell .dn-summary-row .lbl svg{width:13px;height:13px;flex-shrink:0}.dashboard-shell .dn-summary-row .figs{font-size:12.5px;color:var(--dash-t1);white-space:nowrap}.dashboard-shell .dn-summary-row .figs strong{font-weight:600}.dashboard-shell .dn-summary-row .figs .pct{color:var(--dash-t3);margin-left:6px}.dashboard-shell .dn-insight{background:#f5f3ee;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px}.dashboard-shell .dn-insight-head{display:flex;gap:10px;align-items:flex-start}.dashboard-shell .dn-insight-icon{width:28px;height:28px;flex-shrink:0;background:#0000000f;color:#3b3330;border-radius:6px;display:flex;align-items:center;justify-content:center}.dashboard-shell .dn-insight-icon svg{width:14px;height:14px}.dashboard-shell .dn-insight-title{font-size:13px;font-weight:600;color:var(--dash-t1);line-height:1.2;margin:0}.dashboard-shell .dn-insight-sub{font-size:11px;color:var(--dash-t3);margin:2px 0 0}.dashboard-shell .dn-insight-body{font-size:12.5px;line-height:1.65;color:var(--dash-t2);margin:0}.dashboard-shell .dn-insight-body strong{color:var(--dash-t1);font-weight:600}.dashboard-shell .dn-insight-cta{background:#ffffffb3;border:.5px solid rgba(0,0,0,.07);border-radius:8px;padding:12px 14px}.dashboard-shell .dn-insight-cta-label{font-size:10px;color:var(--dash-t3);font-weight:500;margin:0 0 4px}.dashboard-shell .dn-insight-cta-text{font-size:12px;line-height:1.5;color:var(--dash-t1);margin:0}.dashboard-shell .dn-insight-cta-text strong{color:#3b6d11;font-weight:600}.dashboard-shell .flow-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 14px}.dashboard-shell .flow-stat{padding:9px 12px;background:var(--dash-bg);border-radius:8px}.dashboard-shell .flow-stat-label{font-size:10px;color:var(--dash-t3);margin:0}.dashboard-shell .flow-stat-value{font-size:16px;font-weight:500;margin:2px 0 0;color:var(--dash-t1)}.dashboard-shell .flow-stat-value span{font-size:11px;color:var(--dash-t3);font-weight:400}.dashboard-shell .flow-stat-value--green{color:#3b6d11}.dashboard-shell .chart-wrap{width:100%;margin:4px 0}.dashboard-shell .flow-chart-wrap{isolation:isolate}.dashboard-shell .flow-chart-surface{position:relative;z-index:2}.dashboard-shell .flow-chart-wrap .recharts-wrapper,.dashboard-shell .flow-chart-wrap .recharts-surface{background:transparent!important}.dashboard-shell .flow-forecast-overlay{position:absolute;top:22px;bottom:20px;z-index:1;pointer-events:none;background-color:#f5f3ee80;background-image:repeating-linear-gradient(-45deg,transparent,transparent 7px,rgba(212,208,197,.28) 7px,rgba(212,208,197,.28) 8px);border-left:.5px dashed rgba(95,94,90,.35);box-sizing:border-box}.dark .dashboard-shell .flow-forecast-overlay{background-color:#1e293b47;background-image:repeating-linear-gradient(-45deg,transparent,transparent 7px,rgba(148,163,184,.14) 7px,rgba(148,163,184,.14) 8px);border-left-color:#94a3b847}.dashboard-shell .flow-forecast-overlay__label{position:absolute;top:5px;left:50%;transform:translate(-50%);font-size:10px;font-weight:500;color:#888780;opacity:.85;white-space:nowrap}.dark .dashboard-shell .flow-forecast-overlay__label{color:#94a3b8}.dashboard-shell .flow-forecast-now-line{position:absolute;top:22px;bottom:20px;width:0;z-index:3;pointer-events:none;border-left:.5px dashed rgba(95,94,90,.4)}.dark .dashboard-shell .flow-forecast-now-line{border-left-color:#94a3b88c}.dashboard-shell .flow-forecast-now-line__label{position:absolute;top:4px;left:4px;font-size:10px;font-weight:500;color:#888780;opacity:.85;white-space:nowrap}.dark .dashboard-shell .flow-forecast-now-line__label{color:#94a3b8}.dashboard-shell .heatmap-grid{display:grid;gap:4px;margin-top:14px}.dashboard-shell .heatmap-grid--hours{grid-template-columns:repeat(24,1fr);margin-top:4px}.dashboard-shell .heatmap-hours-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-shell .heatmap-hours-inner{min-width:560px}.dashboard-shell .heatmap-hours-header{display:grid;grid-template-columns:repeat(24,1fr);gap:4px;margin-top:14px;text-align:center;font-size:10px;font-weight:600;color:var(--dash-t3)}.dashboard-shell .heatmap-grid--hours .hcell--labeled{min-height:44px;padding:4px 2px}.dashboard-shell .heatmap-grid--hours .hcell-val{font-size:10px}.dashboard-shell .heatmap-grid--hours .hcell-unit{font-size:8px}.dashboard-shell .heatmap-grid--days{grid-template-columns:repeat(auto-fill,minmax(52px,1fr))}.dashboard-shell .heatmap-calendar{grid-template-columns:repeat(7,1fr)}.dashboard-shell .heatmap-calendar:not(.heatmap-calendar--week){gap:6px}.dashboard-shell .heatmap-calendar:not(.heatmap-calendar--week) .hcell--labeled{height:auto;min-height:58px;padding:10px 4px;gap:4px}.dashboard-shell .heatmap-calendar:not(.heatmap-calendar--week) .hcell-val{font-size:12px}.dashboard-shell .heatmap-calendar:not(.heatmap-calendar--week) .hcell-lbl{font-size:10px}.dashboard-shell .heatmap-calendar:not(.heatmap-calendar--week) .hcell-unit{font-size:9px}.dashboard-shell .heatmap-calendar--week .hcell--labeled{height:52px;min-height:52px}.dashboard-shell .heatmap-calendar--week .hcell-val{font-size:12px}.dashboard-shell .heatmap-calendar--week .hcell-lbl{font-size:10px}.dashboard-shell .heatmap-grid--months{grid-template-columns:repeat(6,1fr)}.dashboard-shell .heatmap-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:14px;text-align:center;font-size:10px;font-weight:600;color:var(--dash-t3);text-transform:uppercase;letter-spacing:.04em}.dashboard-shell .heatmap-period-pill{margin-left:auto;font-size:11px;font-weight:600;color:var(--dash-t2);background:var(--dash-surface-2, #f5f3ee);padding:4px 10px;border-radius:999px}.dashboard-shell .hcell--labeled{flex-direction:column;gap:2px;height:44px}.dashboard-shell .hcell-lbl{font-size:9px;font-weight:600;opacity:.75;line-height:1}.dashboard-shell .hcell-value-line{display:inline-flex;align-items:baseline;justify-content:center;gap:3px;flex-wrap:nowrap;line-height:1.1}.dashboard-shell .hcell-val{font-size:11px;font-weight:700;line-height:1.1}.dashboard-shell .hcell-unit{font-size:8px;font-weight:600;opacity:.85;line-height:1;letter-spacing:.02em}.dashboard-shell .heatmap-tooltip{position:fixed;z-index:120;pointer-events:none;transform:translate(-50%,calc(-100% - 6px));padding:8px 12px;background:var(--dash-brand, #1a4d3a);color:#fff;font-size:12px;border-radius:8px;box-shadow:0 6px 20px #0f1f1a38;white-space:nowrap}.dashboard-shell .heatmap-tooltip__heading{font-weight:600;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.15)}.dashboard-shell .heatmap-tooltip__row{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.dashboard-shell .heatmap-tooltip__value{font-weight:600}.dashboard-shell .hcell--muted{opacity:.42}.dashboard-shell .hcell{height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500}.dashboard-shell .hc1{background:#faeeda;color:#633806}.dashboard-shell .hc2{background:#fac775;color:#633806}.dashboard-shell .hc3{background:#ef9f27;color:#fff}.dashboard-shell .hc4{background:#ba7517;color:#fff}.dashboard-shell .hc-forecast{background:#f5faff;color:#5b87b8;border:.5px dashed #93c4e8}.dashboard-shell .hc-empty{background:#f5f3ee;color:#888780}.dashboard-shell .heatmap-axis{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:var(--dash-t3);padding:0 2px}.dashboard-shell .heatmap-legend{display:flex;justify-content:space-between;align-items:center;margin-top:14px;flex-wrap:wrap;gap:10px}.dashboard-shell .hm-leg-group{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--dash-t2)}.dashboard-shell .hm-sq{width:16px;height:11px;border-radius:3px;display:inline-block;flex-shrink:0}.dashboard-shell .hm-sq--1{background:#faeeda}.dashboard-shell .hm-sq--2{background:#fac775}.dashboard-shell .hm-sq--3{background:#ef9f27}.dashboard-shell .hm-sq--4{background:#ba7517}.dashboard-shell .hm-sq--forecast{background:#f5faff;border:.5px dashed #93c4e8}.dashboard-shell .heatmap-legend-sep{width:1px;height:14px;background:var(--dash-border);margin:0 4px}.dashboard-shell .heatmap-multi-row{display:grid;grid-template-columns:52px 1fr;gap:8px;align-items:center}.dashboard-shell .heatmap-multi-label{font-size:11px;font-weight:500;color:var(--dash-t2);text-align:right}@media (max-width: 639px){.dashboard-shell .heatmap-grid--months{grid-template-columns:repeat(4,1fr)}.dashboard-shell .heatmap-period-pill{margin-left:0;width:100%;text-align:center}}.dashboard-shell .tag-critic{background:#fcebeb;color:#501313}.dashboard-shell .tag-minor{background:#faeeda;color:#633806}.dashboard-shell .tag-info{background:#e6f1fb;color:#0c447c}.dashboard-shell .strip-meta{font-size:11px;color:var(--dash-t3)}.dashboard-shell .rec-sev{font-size:10px;font-weight:500;letter-spacing:.3px}.dashboard-shell .sev-critic{color:#a32d2d;font-weight:600}.dashboard-shell .sev-minor{color:#633806}.dashboard-shell .sev-info{color:#0c447c}.dashboard-shell .alerts-widget .trec-head{display:flex;align-items:center;gap:8px;margin-bottom:18px}.dashboard-shell .alerts-widget .trec-head .dash-card-icon,.dashboard-shell .recommendations-widget .trec-head .dash-card-icon{flex-shrink:0}.dashboard-shell .alerts-widget .trec-head .dash-card-title{margin:0}.dashboard-shell .rec-section{display:grid;grid-template-columns:240px 1fr;gap:16px}.dashboard-shell .rec-summary{background:#f8f6f0;border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:14px}.dark .dashboard-shell .rec-summary{background:#ffffff0a}.dashboard-shell .rs-label{font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--dash-t3);text-transform:uppercase;margin:0}.dashboard-shell .rs-value{font-size:26px;font-weight:600;color:var(--dash-t1);letter-spacing:-.015em;line-height:1;margin:0}.dashboard-shell .rs-value .rs-unit{font-size:12px;font-weight:400;color:var(--dash-t3);margin-left:5px;letter-spacing:0}.dashboard-shell .rs-bar{display:flex;height:8px;border-radius:99px;overflow:hidden;background:#e9e5da}.dark .dashboard-shell .rs-bar{background:#ffffff14}.dashboard-shell .rs-bar-seg{height:100%;transition:width .3s}.dashboard-shell .rs-bar-seg--critical{background:#a32d2d}.dashboard-shell .rs-bar-seg--minor{background:#ba7517}.dashboard-shell .rs-bar-seg--info{background:#0c447c}.dashboard-shell .rs-top{display:flex;flex-direction:column;gap:7px;margin-top:2px}.dashboard-shell .rs-top-row{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--dash-t2)}.dashboard-shell .rs-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dashboard-shell .rs-dot--critical{background:#a32d2d}.dashboard-shell .rs-dot--minor{background:#ba7517}.dashboard-shell .rs-dot--info{background:#0c447c}.dashboard-shell .rs-top-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .rs-top-pct{font-weight:600;color:var(--dash-t1);font-size:12px}.dashboard-shell .rec-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-shell .rec-mini{background:#fff;border:.5px solid var(--dash-border);border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:14px;min-height:0}.dark .dashboard-shell .rec-mini{background:#ffffff08}.dashboard-shell .rec-bld-chip{display:inline-flex;align-items:center;gap:5px;background:#fff;border:.5px solid var(--dash-border);font-size:11px;font-weight:500;color:var(--dash-t2);padding:4px 9px;border-radius:999px;align-self:flex-start;max-width:100%}.dark .dashboard-shell .rec-bld-chip{background:#ffffff0a}.dashboard-shell .rec-bld-chip svg{width:11px;height:11px;flex-shrink:0;color:var(--dash-t3)}.dashboard-shell .rec-bld-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:160px}.dashboard-shell .rec-mini-title{font-size:13px;font-weight:400;color:var(--dash-t1);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.dashboard-shell .rec-mini-cta{display:flex;justify-content:flex-end;margin-top:auto}.dashboard-shell .btn-small-dark{background:var(--dash-brand, #1a4d3a);color:#fff;border:none;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:400;line-height:1;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .15s}.dashboard-shell .btn-small-dark:hover{background:#12372a}.dashboard-shell .btn-small-dark svg{width:11px;height:11px}.dashboard-shell .al-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.dashboard-shell .al-meta{font-size:11px;color:var(--dash-t3);margin:0}.dashboard-shell .rec-section-alerts,.dashboard-shell .rec-section-alerts .rec-strip{align-items:stretch}.dashboard-shell .rec-mini--skeleton{min-height:180px;background:linear-gradient(90deg,#f0f0ee 25%,#e8e6e1,#f0f0ee 75%);background-size:200% 100%;animation:dash-skeleton-shimmer 1.2s ease-in-out infinite}.dashboard-shell .rec-mini--empty{grid-column:1 / -1;align-items:center;justify-content:center;min-height:120px;color:var(--dash-t3);font-size:13px}.dashboard-shell .rec-section-recommendations .rec-mini{gap:12px}.dashboard-shell .rec-section-recommendations .rec-mini-title{-webkit-line-clamp:3;min-height:0}.dashboard-shell .rs-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;color:var(--dash-t3)}.dashboard-shell .rs-meta .rs-pct{background:#eaf3de;color:#3b6d11;padding:3px 9px;border-radius:99px;font-weight:600;font-size:11px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;line-height:1.2}.dark .dashboard-shell .rs-meta .rs-pct{background:#3b6d1133;color:#b7d58f}.dashboard-shell .rs-meta .rs-pct svg{width:11px;height:11px;flex-shrink:0}.dashboard-shell .rec-economy{display:flex;align-items:center;gap:6px;font-size:12px;color:#3b6d11;font-weight:500;margin:0}.dashboard-shell .rec-economy svg{width:13px;height:13px;color:#3b6d11;flex-shrink:0}.dashboard-shell .rec-economy .e-val{color:#3b6d11;font-weight:600}.dashboard-shell .rec-body{background:#f8f6f0;border-radius:8px;padding:10px 12px;border-left:3px solid #84cc16}.dark .dashboard-shell .rec-body{background:#ffffff0a}.dashboard-shell .rec-body-label{font-size:11px;font-weight:500;color:#3b6d11;margin:0 0 3px}.dashboard-shell .rec-body-text{font-size:12px;color:var(--dash-t2);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.dashboard-shell .recommendations-widget .trec-head{display:flex;align-items:center;gap:8px;margin-bottom:18px}.dashboard-shell .recommendations-widget .trec-head .dash-card-title{margin:0}.dashboard-shell .rec-section-recommendations .rec-strip{align-items:stretch}.dashboard-shell .rec-section-recommendations .rec-mini-cta{margin-top:auto}@media (max-width: 1199px){.dashboard-shell .rec-section{grid-template-columns:220px 1fr}.dashboard-shell .rec-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1023px){.dashboard-shell .rec-section{grid-template-columns:1fr}}@media (max-width: 899px){.dashboard-shell .rec-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 499px){.dashboard-shell .rec-strip{grid-template-columns:1fr}}.dashboard-shell .production-performance-widget .pp-wrap{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:center}.dashboard-shell .production-performance-widget .pp-donuts{display:grid;grid-template-columns:1fr 1fr;gap:24px;justify-items:center}.dashboard-shell .production-performance-widget .pp-donut-col{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.dashboard-shell .production-performance-widget .pp-donut-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--dash-t3)}.dashboard-shell .production-performance-widget .pp-donut{position:relative;width:180px;height:180px}.dashboard-shell .production-performance-widget .pp-donut svg{width:100%;height:100%}.dashboard-shell .production-performance-widget .pp-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dashboard-shell .production-performance-widget .pp-donut-center .v{font-size:30px;font-weight:600;letter-spacing:-.02em;line-height:1;color:var(--dash-t1)}.dashboard-shell .production-performance-widget .pp-donut-center .l{font-size:11px;color:var(--dash-t3);margin-top:5px;max-width:88px;line-height:1.35}.dashboard-shell .production-performance-widget .pp-legend{display:flex;flex-direction:column;gap:8px;width:100%;max-width:220px}.dashboard-shell .production-performance-widget .pp-legend-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--dash-t2)}.dashboard-shell .production-performance-widget .pp-legend-row .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-shell .production-performance-widget .pp-legend-row .pct{margin-left:auto;font-weight:600;color:var(--dash-t1);font-variant-numeric:tabular-nums}.dashboard-shell .production-performance-widget .pp-stats{display:flex;flex-direction:column;gap:8px}.dashboard-shell .production-performance-widget .pp-stat{display:grid;grid-template-columns:18px 1fr auto auto;align-items:center;gap:14px;background:#f5f3ee;border-radius:10px;padding:14px 18px}.dashboard-shell .production-performance-widget .pp-stat svg{width:18px;height:18px}.dashboard-shell .production-performance-widget .pp-stat-name{font-size:13px;font-weight:500;color:var(--dash-t1)}.dashboard-shell .production-performance-widget .pp-stat-val{font-size:17px;font-weight:600;letter-spacing:-.01em;font-variant-numeric:tabular-nums;text-align:right;min-width:84px;white-space:nowrap;color:var(--dash-t1)}.dashboard-shell .production-performance-widget .pp-stat-val .u{font-size:11px;font-weight:500;color:var(--dash-t3);margin-left:3px}.dashboard-shell .production-performance-widget .pp-stat.eco{background:#eaf3de}@media (max-width: 1099px){.dashboard-shell .production-performance-widget .pp-wrap{grid-template-columns:1fr}}.dashboard-shell .production-zone .dashboard-col-9{grid-column:span 9}.dashboard-shell .production-zone .dashboard-col-3{grid-column:span 3}.dashboard-shell .bs-card{background:var(--dash-brand);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;color:#fff;min-height:100%}.dashboard-shell .bs-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;background:#c8ff3f24;color:var(--dash-accent);font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:5px 11px;border-radius:999px}.dashboard-shell .bs-badge svg{width:11px;height:11px}.dashboard-shell .bs-title{font-size:18px;font-weight:600;color:#fff;line-height:1.3;letter-spacing:-.01em;margin:0}.dashboard-shell .bs-copy{font-size:12.5px;line-height:1.6;color:#ffffffb8;margin:0}.dashboard-shell .bs-copy strong{color:#fff;font-weight:600}.dashboard-shell .bs-stats{display:flex;flex-direction:column;gap:7px;margin-top:2px}.dashboard-shell .bs-stat{display:flex;align-items:baseline;justify-content:space-between;gap:10px;background:#ffffff12;border-radius:8px;padding:10px 14px;font-size:12px;color:#ffffffa8}.dashboard-shell .bs-stat b{color:var(--dash-accent);font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-shell .bs-cta{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--dash-accent);color:var(--dash-brand);font-weight:600;font-size:13px;padding:12px 16px;border-radius:8px;text-align:center;border:none;cursor:pointer;font-family:inherit;transition:filter .15s ease}.dashboard-shell .bs-cta:hover{filter:brightness(1.05)}.dashboard-shell .bs-cta svg{width:14px;height:14px}.dashboard-shell .bs-note{font-size:10.5px;line-height:1.5;color:#ffffff73;text-align:center;margin:0}@media (max-width: 1199px){.dashboard-shell .production-zone .dashboard-col-9,.dashboard-shell .production-zone .dashboard-col-3{grid-column:span 12}}.dashboard-shell .consumption-vs-schedule-widget .pgm-card-head{align-items:flex-start}.dashboard-shell .consumption-vs-schedule-widget .pgm-title-row{display:flex;align-items:center;gap:10px}.dashboard-shell .consumption-vs-schedule-widget .pgm-body{padding:0 2px}.dashboard-shell .pgm-sort-select{font-size:12px;font-weight:500;color:var(--dash-t2);padding:6px 10px;border-radius:8px;border:.5px solid var(--dash-border);background:#fff;font-family:inherit;flex-shrink:0}.dark .dashboard-shell .pgm-sort-select{background:#ffffff0a;color:var(--dash-t1)}.dashboard-shell .pgm-list{display:flex;flex-direction:column;padding:2px 0 4px}.dashboard-shell .pgm-row{display:grid;grid-template-columns:24px 200px 1fr;gap:18px;align-items:center;padding:14px 4px;border-bottom:.5px solid var(--dash-border)}.dashboard-shell .pgm-row:last-child{border-bottom:none;padding-bottom:6px}.dashboard-shell .pgm-rank{font-size:11px;font-weight:600;color:var(--dash-t3);letter-spacing:.04em}.dashboard-shell .pgm-name{display:flex;flex-direction:column;gap:6px;min-width:0}.dashboard-shell .pgm-bld{font-size:13px;font-weight:500;color:var(--dash-t1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .pgm-share{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--dash-t2)}.dashboard-shell .pgm-share-of{font-weight:400;color:var(--dash-t3);font-size:11px}.dashboard-shell .pgm-flag{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;color:var(--dash-alert, #a32d2d);white-space:nowrap}.dashboard-shell .pgm-flag svg{width:11px;height:11px}.dashboard-shell .pgm-bars{display:flex;flex-direction:column;gap:8px}.dashboard-shell .pgm-line{position:relative;height:22px}.dashboard-shell .pgm-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--dash-surface-2, #f5f3ee);border-radius:6px;overflow:hidden}.dashboard-shell .pgm-fill{height:100%;border-radius:6px}.dashboard-shell .pgm-fill.work{background:#ef9f27}.dashboard-shell .pgm-fill.off{background:#534ab7}.dashboard-shell .pgm-val{position:absolute;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:var(--dash-t1);white-space:nowrap;line-height:1}.dashboard-shell .pgm-val .u{font-weight:400;color:var(--dash-t3);font-size:11px;margin-left:3px}.dashboard-shell .pgm-val.inside{color:#fff}.dashboard-shell .pgm-val.inside .u{color:#ffffffb3}@media (max-width: 1099px){.dashboard-shell .pgm-row{grid-template-columns:20px 150px 1fr;gap:12px}}@media (max-width: 1199px){.dashboard-shell .dashboard-col-3{grid-column:span 6}.dashboard-shell .dn-wrap{grid-template-columns:1fr;gap:18px}}@media (max-width: 899px){.dashboard-shell .insights-cols{grid-template-columns:1fr}.dashboard-shell .flow-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.dashboard-shell .dashboard-col-3{grid-column:span 12}.dashboard-shell .dn-row{grid-template-columns:1fr;gap:6px}}.renergia-shell-bg{background-color:#f5f3ee}.dark .renergia-shell-bg{background-color:#0f172a}.renergia-topnav{background:#fff;padding:12px 32px;border-bottom:.5px solid var(--dash-border, #e5e2da);width:100%;flex-shrink:0;z-index:30}.renergia-topnav__inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.dark .renergia-topnav{background:#0f172a;border-color:#ffffff14}.renergia-topnav__left{display:flex;align-items:center;gap:12px;min-width:0}.renergia-topnav__titles{min-width:0}.renergia-topnav__title{font-size:15px;font-weight:500;color:var(--dash-t1, #1a1a1a);line-height:1.3;margin:0}.dark .renergia-topnav__title{color:#f8fafc}.renergia-topnav__sub{font-size:11px;color:var(--dash-t3, #888780);margin:1px 0 0;line-height:1.35}.renergia-topnav__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.renergia-topnav__icon-btn{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:var(--dash-t2, #5f5e5a);border-radius:4px;position:relative;border:none;background:transparent;cursor:pointer;padding:0;transition:background .15s,color .15s}.renergia-topnav__icon-btn:hover{background:var(--dash-bg, #f5f3ee);color:var(--dash-t1, #1a1a1a)}.dark .renergia-topnav__icon-btn{color:#94a3b8}.dark .renergia-topnav__icon-btn:hover{background:#ffffff0f;color:#f1f5f9}.renergia-topnav__icon-btn svg{width:16px;height:16px}.renergia-topnav__icon-btn--notify .renergia-topnav__dot{position:absolute;top:2px;right:2px;width:6px;height:6px;background:var(--dash-accent, #c8ff3f);border-radius:50%}.renergia-topnav__lang{display:flex;gap:2px;padding:3px;background:var(--dash-bg, #f5f3ee);border-radius:8px;font-size:10px}.dark .renergia-topnav__lang{background:#ffffff0f}.renergia-topnav__lang button{padding:3px 7px;border-radius:4px;color:var(--dash-t2, #5f5e5a);border:none;background:transparent;cursor:pointer;font-size:10px;font-weight:500;line-height:1.2}.renergia-topnav__lang button.active{background:#fff;color:var(--dash-t1, #1a1a1a)}.dark .renergia-topnav__lang button{color:#94a3b8}.dark .renergia-topnav__lang button.active{background:#1e293b;color:#f8fafc}.renergia-topnav__account{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--dash-t2, #5f5e5a);padding-left:8px;border-left:.5px solid var(--dash-border, #e5e2da);max-width:200px}.dark .renergia-topnav__account{color:#cbd5e1;border-color:#ffffff1a}.renergia-topnav__account svg{width:13px;height:13px;flex-shrink:0}.renergia-topnav__account span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.renergia-topnav__menu-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;color:var(--dash-t2, #5f5e5a);cursor:pointer}.renergia-topnav__menu-btn:hover{background:var(--dash-bg, #f5f3ee)}@media (min-width: 1024px){.renergia-topnav__menu-btn{display:none}}@media (max-width: 1024px){.renergia-topnav{padding:12px 24px}}@media (max-width: 639px){.renergia-topnav{padding:10px 16px}.renergia-topnav__inner{flex-wrap:wrap;gap:10px}.renergia-topnav__right{gap:8px;flex-wrap:wrap}.renergia-topnav__account{display:none}}.renergia-main-pad{padding:20px 32px 48px}@media (max-width: 1024px){.renergia-topnav{padding:12px 24px}.renergia-main-pad{padding:20px 24px 40px}}@media (max-width: 639px){.renergia-topnav{padding:10px 16px}.renergia-main-pad{padding:12px 16px 32px}}.dashboard-layout-loader{display:flex;align-items:center;justify-content:center;min-height:min(52vh,420px);padding:48px 24px}.dashboard-layout-loader__card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:28px 36px;border-radius:16px;background:var(--dash-surface, #fff);border:1px solid var(--dash-border, #e8e6e1);box-shadow:0 4px 24px #0000000f}.dashboard-layout-loader__spinner{width:40px;height:40px;border:3px solid var(--dash-border, #e8e6e1);border-top-color:var(--dash-accent, #2d6a4f);border-radius:50%;animation:dashboard-layout-spin .75s linear infinite}.dashboard-layout-loader__text{margin:0;font-size:.9375rem;font-weight:500;color:var(--dash-muted, #888780)}@keyframes dashboard-layout-spin{to{transform:rotate(360deg)}}.dashboard-shell .bld-widget-head{flex-wrap:wrap;gap:12px}.dashboard-shell .bld-title-row{display:flex;align-items:center;gap:10px}.dashboard-shell .bld-head-right{display:flex;align-items:center;gap:12px;margin-left:auto;flex-wrap:wrap}.dashboard-shell .tabbar{display:inline-flex;background:var(--dash-bg, #f5f3ee);border-radius:8px;padding:3px;gap:2px}.dashboard-shell .tabbar button{padding:6px 14px;font-size:12px;font-weight:500;color:var(--dash-t2, #5f5e5a);border-radius:6px;transition:background .12s,color .12s;border:none;background:transparent;cursor:pointer}.dashboard-shell .tabbar button.on{background:#fff;color:var(--dash-t1, #1a1a1a);box-shadow:0 1px 2px #0000000a}.dashboard-shell .tbl-wrap{overflow-x:auto;margin:0 -4px}.dashboard-shell .tbl{font-size:13px;min-width:920px;width:100%;border-collapse:collapse}.dashboard-shell .tbl thead th{text-align:left;font-size:11px;font-weight:500;color:var(--dash-t3, #888780);padding:8px 12px 12px;border-bottom:.5px solid var(--dash-border, #e5e2da);vertical-align:bottom;white-space:normal;line-height:1.35}.dashboard-shell .tbl thead th.num{text-align:right}.dashboard-shell .tbl thead th.col-check{width:32px;padding-left:4px;padding-right:0}.dashboard-shell .tbl thead th.col-no{width:24px;padding-left:0;padding-right:0}.dashboard-shell .tbl thead th .info-i{display:inline-flex;width:11px;height:11px;border-radius:50%;border:.8px solid var(--dash-t3, #888780);align-items:center;justify-content:center;font-size:9px;font-weight:600;color:var(--dash-t3, #888780);margin-right:5px;vertical-align:middle;font-style:normal;line-height:1}.dashboard-shell .info-i-btn{cursor:pointer;border:none;padding:0;background:transparent;font:inherit}.building-perf-info-tooltip{width:14rem;max-width:min(14rem,calc(100vw - 16px));border-radius:.5rem;background:#1e293b;padding:.5rem;text-align:left;font-size:10px;line-height:1.4;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;pointer-events:none}.dark .building-perf-info-tooltip{background:#334155}.dashboard-shell .tbl tbody td{padding:14px 12px;border-bottom:.5px solid var(--dash-border, #e5e2da);color:var(--dash-t1, #1a1a1a);font-size:13px;vertical-align:middle}.dashboard-shell .tbl tbody td.col-check{padding-left:4px;padding-right:0;width:32px}.dashboard-shell .tbl tbody td.col-no{padding-left:0;padding-right:0;color:var(--dash-t3, #888780);font-size:12px;font-weight:500}.dashboard-shell .tbl tbody tr:last-child td{border-bottom:none}.dashboard-shell .tbl tbody td.num{text-align:right;font-weight:500;white-space:nowrap}.dashboard-shell .tbl tbody td .u{color:var(--dash-t3, #888780);font-weight:400;font-size:12px;margin-left:4px}.dashboard-shell .tbl tbody td.bld{font-weight:500;line-height:1.35}.dashboard-shell .tbl-checkbox{width:16px;height:16px;border:1.2px solid var(--dash-border2, #d4d0c5);border-radius:3px;flex-shrink:0;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s,border-color .12s;color:transparent;padding:0}.dashboard-shell .tbl-checkbox:hover{border-color:var(--dash-t2, #5f5e5a)}.dashboard-shell .tbl-checkbox.checked{background:#ef9f27;border-color:#ef9f27;color:#fff}.dashboard-shell .tbl-checkbox svg{display:none;width:11px;height:11px}.dashboard-shell .tbl-checkbox.checked svg{display:block}.dashboard-shell .tbl-checkbox[disabled]{opacity:.4;cursor:not-allowed}.dashboard-shell .score-cell{display:inline-flex;align-items:center;gap:6px;color:var(--dash-alert, #a32d2d);font-weight:600}.dashboard-shell .score-cell.ok{color:var(--dash-ok, #3b6d11)}.dashboard-shell .score-cell.warn{color:var(--dash-warn, #ba7517)}.dashboard-shell .score-cell .sc-bar{width:36px;height:3px;background:var(--dash-bg, #f5f3ee);border-radius:99px;overflow:hidden}.dashboard-shell .score-cell .sc-bar-fill{height:100%;background:currentColor;border-radius:99px}.dashboard-shell .bgr{display:flex;flex-direction:column;padding:2px 0 4px}.dashboard-shell .bgr-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.dashboard-shell .bgr-chip{padding:7px 14px;border-radius:999px;font-size:12px;font-weight:500;color:var(--dash-t2);background:var(--dash-bg);border:none;cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.dashboard-shell .bgr-chip:hover{background:var(--dash-surface-2, #f5f3ee)}.dashboard-shell .bgr-chip.on{background:var(--dash-brand, #1a4d3a);color:#fff}.dashboard-shell .bgr-single{display:flex;flex-direction:column;gap:8px}.dashboard-shell .bgr-single .bgr-track{position:relative;height:12px;background:var(--dash-surface-2, #f5f3ee);border-radius:5px;overflow:hidden}.dashboard-shell .bgr-single .bgr-fill{height:100%;border-radius:5px;animation:none;transform:none}.dashboard-shell .bgr-val-below{font-size:12.5px;font-weight:600;color:var(--dash-t1);line-height:1}.dashboard-shell .bgr-val-below .u{font-weight:400;color:var(--dash-t3);font-size:11px;margin-left:3px}.dashboard-shell .bgr-share{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--dash-t2)}.dashboard-shell .bgr-share-of{font-weight:400;color:var(--dash-t3);font-size:11px}.dashboard-shell .bgr-legend{display:flex;align-items:center;gap:18px;justify-content:flex-end;margin-bottom:6px;font-size:11.5px;color:var(--dash-t3, #888780)}.dashboard-shell .bgr-legend span{display:inline-flex;align-items:center;gap:6px}.dashboard-shell .bgr-legend .dot{width:8px;height:8px;border-radius:3px}.dashboard-shell .bgr-row{display:grid;grid-template-columns:24px 200px 1fr;gap:18px;align-items:center;padding:14px 4px;border-bottom:.5px solid var(--dash-border, #e5e2da)}.dashboard-shell .bgr-row:last-child{border-bottom:none;padding-bottom:6px}.dashboard-shell .bgr-rank{font-size:11px;font-weight:600;color:var(--dash-t3, #888780);letter-spacing:.04em}.dashboard-shell .bgr-name{display:flex;flex-direction:column;gap:6px;min-width:0}.dashboard-shell .bgr-bld{font-size:13px;font-weight:500;color:var(--dash-t1, #1a1a1a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .bgr-name .score-cell{font-size:11.5px}.dashboard-shell .bgr-bars{display:flex;flex-direction:column;gap:7px}.dashboard-shell .bgr-line{position:relative;height:22px}.dashboard-shell .bgr-line.cost{height:13px}.dashboard-shell .bgr-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--dash-bg, #f5f3ee);border-radius:6px;overflow:hidden}.dashboard-shell .bgr-fill{height:100%;border-radius:6px;transform-origin:left;animation:bgrGrow .55s cubic-bezier(.25,.8,.35,1) both}.dashboard-shell .bgr-fill.consum{background:var(--dash-brand, #1a4d3a)}.dashboard-shell .bgr-fill.cost{background:#e6e1c3}.dashboard-shell .bgr-val{position:absolute;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:var(--dash-t1, #1a1a1a);white-space:nowrap;line-height:1}.dashboard-shell .bgr-val .u{font-weight:400;color:var(--dash-t3, #888780);font-size:11px;margin-left:3px}.dashboard-shell .bgr-val.inside{color:#fff}.dashboard-shell .bgr-val.inside .u{color:#ffffffa6}.dashboard-shell .bgr-val.inside.on-cream{color:var(--dash-t1, #1a1a1a)}.dashboard-shell .bgr-val.inside.on-cream .u{color:var(--dash-t3, #888780)}@keyframes bgrGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.dashboard-shell .tbl-actions{display:none;align-items:center;gap:10px}.dashboard-shell .tbl-actions.show{display:inline-flex}.dashboard-shell .tbl-actions .btn-link{background:none;border:none;font-size:13px;font-weight:500;color:var(--dash-t2, #5f5e5a);cursor:pointer;padding:6px 0}.dashboard-shell .tbl-actions .btn-link:hover{color:var(--dash-t1, #1a1a1a)}.dashboard-shell .btn-compare{background:var(--dash-brand, #1a4d3a);color:#fff;border:none;padding:9px 16px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.dashboard-shell .btn-compare:hover{background:#12372a}.dashboard-shell .btn-compare svg{width:13px;height:13px}.dashboard-shell .btn-compare[disabled]{opacity:.5;cursor:not-allowed}.dashboard-shell .cmp-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;align-items:center;justify-content:center;padding:20px}.dashboard-shell .cmp-overlay.active{display:flex}.dashboard-shell .cmp-modal{background:#fff;border-radius:14px;box-shadow:0 24px 56px #00000040;width:min(880px,100%);max-height:86vh;display:flex;flex-direction:column;overflow:hidden}.dashboard-shell .cmp-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:.5px solid var(--dash-border, #e5e2da)}.dashboard-shell .cmp-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500}.dashboard-shell .cmp-title svg{width:18px;height:18px;color:var(--dash-t2, #5f5e5a)}.dashboard-shell .cmp-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--dash-t2, #5f5e5a);border:none;background:transparent;cursor:pointer}.dashboard-shell .cmp-close:hover{background:var(--dash-bg, #f5f3ee);color:var(--dash-t1, #1a1a1a)}.dashboard-shell .cmp-close svg{width:16px;height:16px}.dashboard-shell .cmp-body{padding:8px 24px 24px;overflow:auto;flex:1}.dashboard-shell .cmp-table{width:100%;font-size:13px;border-collapse:collapse}.dashboard-shell .cmp-table th,.dashboard-shell .cmp-table td{padding:12px 10px;border-bottom:.5px solid var(--dash-border, #e5e2da);text-align:right}.dashboard-shell .cmp-table th:first-child,.dashboard-shell .cmp-table td:first-child{text-align:left;font-weight:500}.dashboard-shell .cmp-table td.best{color:var(--dash-ok, #3b6d11);font-weight:600}.dashboard-shell .cmp-table td.worst{color:var(--dash-alert, #a32d2d);font-weight:600}.dashboard-shell .cmp-table .u{color:var(--dash-t3, #888780);font-weight:400;font-size:12px;margin-left:4px}.dashboard-shell .cmp-bld{display:block;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.dashboard-shell .bld-loading{display:flex;justify-content:center;padding:48px 24px}.dashboard-shell .bld-loading__spinner{width:32px;height:32px;border:3px solid var(--dash-border, #e5e2da);border-top-color:var(--dash-brand, #1a4d3a);border-radius:50%;animation:dashboard-layout-spin .75s linear infinite}.dashboard-shell .bld-empty{text-align:center;color:var(--dash-t3, #888780);padding:32px 16px;margin:0}.dashboard-shell .bld-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(12px);background:var(--dash-brand, #1a4d3a);color:#fff;padding:10px 18px;border-radius:8px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:210}.dashboard-shell .bld-toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 1099px){.dashboard-shell .bgr-row{grid-template-columns:20px 150px 1fr;gap:12px}}.opt-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1f1a73;z-index:120;align-items:center;justify-content:center;padding:24px}.opt-overlay.active{display:flex}.opt-modal{background:#fff;border-radius:16px;box-shadow:0 24px 60px #00000047;width:560px;max-width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.opt-head{position:relative;padding:24px 26px 20px;background:#1a4d3a;color:#fff;flex-shrink:0}.opt-badge{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#c8ff3f;background:#ffffff1a;padding:5px 11px;border-radius:999px;margin-bottom:12px}.opt-badge svg{width:13px;height:13px}.opt-title{font-size:20px;font-weight:600;line-height:1.25;max-width:88%;margin:0}.opt-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffffbf;background:#ffffff1a;transition:background .12s,color .12s;border:none;cursor:pointer}.opt-close:hover{background:#fff3;color:#fff}.opt-close svg{width:15px;height:15px}.opt-steps{padding:18px 26px 4px;flex-shrink:0}.opt-stepper{display:flex;align-items:flex-start}.opt-step{display:flex;flex-direction:column;align-items:center;gap:7px;flex:0 0 auto;width:72px}.opt-step-dot{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:#f5f3ee;color:#888780;transition:background .15s,color .15s}.opt-step-dot svg{width:15px;height:15px}.opt-step-label{font-size:11px;font-weight:500;color:#888780;text-align:center;line-height:1.25}.opt-step.active .opt-step-dot{background:#1a4d3a;color:#fff}.opt-step.done .opt-step-dot{background:#3b6d11;color:#fff}.opt-step.active .opt-step-label,.opt-step.done .opt-step-label{color:#1a1a18}.opt-step-line{flex:1;height:2px;background:#f5f3ee;margin-top:14px;transition:background .15s}.opt-step-line.done{background:#3b6d11}.opt-body{padding:22px 26px;overflow:auto;flex:1}.opt-panel-title{font-size:16px;font-weight:600;color:#1a1a18;margin:0 0 4px}.opt-panel-sub{font-size:12.5px;color:#888780;margin:0 0 18px;line-height:1.5}.opt-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.opt-kpi{background:#faf8f3;border-radius:10px;padding:14px 16px}.opt-kpi-label{font-size:11.5px;color:#888780;margin:0 0 6px;line-height:1.35}.opt-kpi-val{font-size:18px;font-weight:600;color:#1a1a18;line-height:1.15;margin:0}.opt-kpi-val .u{font-size:12px;font-weight:400;color:#888780;margin-left:3px}.opt-note{font-size:12px;font-style:italic;color:#5f5e5a;line-height:1.55;background:#faf8f3;border-radius:8px;padding:12px 14px;margin:0}.opt-rows{display:flex;flex-direction:column}.opt-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:13px 2px;border-bottom:.5px solid #e5e2da}.opt-row:last-child{border-bottom:none}.opt-row-label{font-size:13px;color:#5f5e5a;line-height:1.4}.opt-row-val{font-size:14px;font-weight:600;color:#1a1a18;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:3px;white-space:nowrap}.opt-row-top{display:inline-flex;align-items:center;gap:7px}.opt-row-val .sub{font-size:11px;font-weight:400;color:#888780}.opt-chip{font-size:10px;font-weight:600;padding:2px 7px;border-radius:4px;background:#faeeda;color:#ba7517}.opt-recos{display:flex;flex-direction:column;gap:14px}.opt-reco{display:flex;gap:12px;align-items:flex-start}.opt-reco-num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#e8f5d8;color:#3b6d11;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.opt-reco-text{font-size:13px;color:#5f5e5a;line-height:1.55;margin:0}.opt-sub-head{font-size:13px;font-weight:600;color:#1a1a18;margin:0 0 12px}.opt-next-list{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.opt-next-item{display:flex;gap:11px;align-items:flex-start;font-size:13px;color:#5f5e5a;line-height:1.5}.opt-next-item svg{width:18px;height:18px;color:#3b6d11;flex-shrink:0;margin-top:1px}.opt-disclaimer{font-size:11.5px;font-style:italic;color:#888780;line-height:1.6;background:#faf8f3;border-radius:8px;padding:13px 15px;margin:0}.opt-foot{display:flex;align-items:center;gap:12px;padding:16px 26px;border-top:.5px solid #e5e2da;flex-shrink:0}.opt-foot-meta{font-size:11.5px;color:#888780}.opt-btns{display:flex;gap:10px;margin-left:auto}.opt-btn{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:inherit;border-radius:9px;padding:10px 18px;cursor:pointer;border:none;transition:background .12s,filter .12s}.opt-btn svg{width:15px;height:15px}.opt-btn-ghost{background:#faf8f3;color:#1a1a18}.opt-btn-ghost:hover{background:#f5f3ee}.opt-btn-primary{background:#1a4d3a;color:#fff;text-decoration:none}.opt-btn-primary:hover{filter:brightness(1.08)}@media (max-width: 560px){.opt-kpis{grid-template-columns:1fr}.opt-step{width:58px}.opt-step-label{font-size:10px}}.sb-bld-divider{height:.5px;background:#ffffff14;margin:4px 6px}.sb-pick-tag{font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#fff6;background:#ffffff12;padding:2px 6px;border-radius:20px;flex-shrink:0}
