:root{--color-bg:#f3efe6;--color-surface:#fff;--color-green:#111;--color-green-soft:#2b2b2b;--color-amber:#d99a3f;--color-amber-soft:#f0d9b5;--color-text:#1c1c1c;--color-muted:#6b6b6b;--font-display:"Georgia", "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"Courier New", monospace;--radius:10px}*{box-sizing:border-box}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);margin:0}input,button{font-family:inherit}input[type=date],input[type=number],input[type=text],input[type=password]{width:100%;color:var(--color-text);background:#fcfbf8;border:1px solid #d8d2c4;border-radius:8px;padding:9px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}input[type=date]:focus,input[type=number]:focus,input[type=text]:focus,input[type=password]:focus{border-color:var(--color-amber);outline:none;box-shadow:0 0 0 3px #d99a3f2e}input[type=checkbox]{appearance:none;vertical-align:middle;cursor:pointer;background:#fff;border:1.5px solid #c9c2b2;border-radius:4px;width:17px;height:17px;margin-right:8px;position:relative}input[type=checkbox]:checked{background:var(--color-green);border-color:var(--color-green)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:9px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.filter-list{max-height:190px;overflow-y:auto}.filter-list-full label,.filter-list label{cursor:pointer;color:var(--color-text);align-items:center;padding:5px 0;font-size:13.5px;display:flex}.filter-list::-webkit-scrollbar{width:6px}.filter-list::-webkit-scrollbar-thumb{background:#d8d2c4;border-radius:3px}.range-slider{height:36px;position:relative}.range-slider input[type=range]{appearance:none;pointer-events:none;background:0 0;width:100%;height:4px;position:absolute;top:14px}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;background:var(--color-amber);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;margin-top:-6px;box-shadow:0 0 0 1px #d8d2c4}.range-slider input[type=range]::-moz-range-thumb{pointer-events:auto;background:var(--color-amber);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 1px #d8d2c4}.range-track{background:#e8e3d7;border-radius:2px;width:100%;height:4px;position:absolute;top:16px}.range-track-active{background:var(--color-amber);border-radius:2px;height:4px;position:absolute;top:16px}.range-labels{color:var(--color-muted);font-size:11px;font-family:var(--font-mono);justify-content:space-between;margin-top:2px;display:flex}select{width:100%;color:var(--color-text);appearance:none;cursor:pointer;background:#fcfbf8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b6b6b'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #d8d2c4;border-radius:8px;padding:9px 12px;font-size:14px}select:focus{border-color:var(--color-amber);outline:none;box-shadow:0 0 0 3px #d99a3f2e}button{transition:opacity .15s,transform 50ms}button:hover{opacity:.9}button:active{transform:scale(.98)}.dash-page{background:var(--color-bg);min-height:calc(100vh - 66px);display:flex}.dash-sidebar{background:#fff;border-right:1px solid #e8e3d7;flex-direction:column;flex-shrink:0;gap:18px;width:280px;max-height:100vh;padding:20px;display:flex;position:sticky;top:0;overflow-y:auto}.dash-sidebar.collapsed{width:48px;padding:20px 8px}.dash-main{flex-direction:column;flex:1;gap:20px;min-width:0;padding:28px;display:flex}.kpi-row{flex-wrap:wrap;gap:16px;display:flex}.chart-row{flex-wrap:wrap;gap:20px;display:flex}@media (width<=860px){.dash-page{flex-direction:column}.dash-sidebar{border-bottom:1px solid #e8e3d7;border-right:none;max-height:none;padding:16px;position:static;width:100%!important}.dash-sidebar.collapsed{padding:10px 16px;width:100%!important}.dash-main{padding:16px}.kpi-row{flex-direction:column}}@keyframes skeleton-pulse{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,#efeae0 25%,#f7f3ea 37%,#efeae0 63%) 0 0/400px 100%;border-radius:8px;animation:1.4s ease-in-out infinite skeleton-pulse}.skeleton-kpi{border-radius:12px;flex:200px;height:86px}.skeleton-chart{border-radius:12px;width:100%;height:240px}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.35s ease-out fade-in}.info-icon{width:16px;height:16px;color:var(--color-muted);font-size:11px;font-family:var(--font-body);cursor:help;border:1px solid #c9c2b2;border-radius:50%;justify-content:center;align-items:center;font-style:normal;font-weight:600;display:inline-flex;position:relative}.info-icon .info-tooltip{visibility:hidden;opacity:0;background:var(--color-green);color:#fff;text-transform:none;letter-spacing:normal;z-index:10;pointer-events:none;border-radius:6px;width:240px;padding:8px 10px;font-size:12px;font-weight:400;line-height:1.4;transition:opacity .15s;position:absolute;bottom:130%;left:50%;transform:translate(-50%)}.info-icon .info-tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--color-green);position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-icon:hover .info-tooltip{visibility:visible;opacity:1}.recharts-tooltip-wrapper{z-index:50}.drag-handle{cursor:grab;color:var(--color-muted);-webkit-user-select:none;user-select:none;margin-left:auto;padding:2px 4px;font-size:14px;margin-left:unset!important}.drag-handle:active{cursor:grabbing}.sortable-card{transition:transform .2s}.sortable-card.dragging{opacity:.5;z-index:100}.chart-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=860px){.chart-grid{grid-template-columns:1fr}}.chart-full-width{grid-column:1/-1}
