:root{--dashboard-sidebar-width:60px;--dashboard-sidebar-expanded-width:280px;--dashboard-density-font:16px;--dashboard-density-font-sm:13px;--dashboard-product-button-height:30px;--dashboard-product-button-font:12px;--dashboard-product-button-padding-x:7px;--dashboard-product-button-gap:5px;--dashboard-product-button-min-width:46px;--dashboard-product-button-max-width:58px;--dashboard-sidebar-icon-button-size:32px;--dashboard-sidebar-icon-size:18px;--dashboard-sidebar-item-gap:4px;--dashboard-logo-area-height:48px;--dashboard-logo-size:44px;--dashboard-profile-view-height:200px;--dashboard-page-header-height:40px;--dashboard-page-header-padding-y:2px;--dashboard-page-header-padding-x:12px;--dashboard-page-title-size:17px;--dashboard-page-subtitle-size:12px;--dashboard-control-height:24px;--dashboard-control-font-size:12px;--dashboard-control-padding-x:12px;--dashboard-tab-height:38px;--dashboard-tab-font-size:14px;--dashboard-tab-padding-y:8px;--dashboard-tab-padding-x:14px;--dashboard-toolbar-gap:8px;--dashboard-card-padding-y:8px;--dashboard-card-padding-x:10px;--dashboard-card-gap:10px;--dashboard-card-radius:10px;--dashboard-kpi-card-min-height:44px;--dashboard-kpi-value-size:15px;--dashboard-kpi-label-size:11.5px;--dashboard-kpi-helper-size:10.5px;--dashboard-summary-card-min-height:44px;--dashboard-card-body-size:12px;--dashboard-section-title-size:13px;--dashboard-chart-title-size:var(--dashboard-section-title-size);--dashboard-list-title-size:var(--dashboard-section-title-size);--dashboard-card-title-size:var(--dashboard-section-title-size);--dashboard-action-panel-header-size:var(--dashboard-section-title-size);--dashboard-action-panel-menu-size:var(--dashboard-section-title-size);--dashboard-table-title-size:var(--dashboard-section-title-size);--dashboard-table-header-size:13px;--dashboard-table-cell-size:13px;--dashboard-table-cell-padding-y:6px;--dashboard-table-cell-padding-x:8px;--dashboard-table-header-height:30px;--dashboard-table-row-min-height:30px;--dashboard-table-toolbar-min-height:36px;--dashboard-table-toolbar-padding-y:6px;--dashboard-table-toolbar-padding-x:10px;--dashboard-table-pagination-min-height:44px;--dashboard-table-pagination-padding-y:12px;--dashboard-table-pagination-padding-x:8px;--page-header-offset:var(--dashboard-page-header-height);--table-page-th-padding-y:6px;--table-page-td-padding-y:6px;--table-action-th-padding-y:6px;--table-action-td-padding-y:4px}.page-header .panel-time-filter{gap:var(--dashboard-toolbar-gap)}.page-header .panel-time-filter .panel-time-filter__btn{height:var(--dashboard-control-height);min-height:var(--dashboard-control-height);padding:0 8px;font-size:var(--dashboard-control-font-size);line-height:1;box-sizing:border-box;display:inline-flex;align-items:center}.panel-time-filter{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;margin-left:auto;flex-shrink:0;position:relative;z-index:2;overflow:visible}.panel-time-filter__presets{display:inline-flex;align-items:center;gap:4px}.panel-time-filter__presets .dropdown-content{padding:0;min-width:280px}.panel-time-filter__btn{padding:4px 10px;font-size:12px;font-weight:600;font-family:Roboto,sans-serif;color:#697ba9;background:rgba(0,0,0,0);border:1px solid rgba(115,115,115,.233);border-radius:4px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.panel-time-filter__btn:hover{color:#1d2437;border-color:rgba(89,92,90,.4078431373)}.panel-time-filter__btn--active{color:#4285f4;border-color:#4285f4;background:rgba(66,133,244,.08)}.panel-time-filter__btn--custom{display:inline-flex;align-items:center;gap:6px;max-width:220px}.panel-time-filter__custom-trigger-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-time-filter__custom-chevron{flex-shrink:0;opacity:.75;transition:transform .15s ease}.panel-time-filter__custom-chevron--open{transform:rotate(180deg)}.panel-time-filter__dropdown-body--calendar{padding:10px 12px 12px}.panel-time-filter__cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.panel-time-filter__cal-month{font-size:13px;font-weight:600;color:#1d2437}.panel-time-filter__cal-nav{display:inline-flex;align-items:center;justify-content:center;padding:4px;border:none;border-radius:4px;background:rgba(0,0,0,0);color:#697ba9;cursor:pointer}.panel-time-filter__cal-nav:hover{color:#1d2437;background:rgba(0,0,0,.04)}.panel-time-filter__cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.panel-time-filter__cal-weekday{font-size:10px;font-weight:600;color:#697ba9;text-align:center}.panel-time-filter__cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.panel-time-filter__cal-cell--empty{min-height:30px}.panel-time-filter__cal-day{min-height:30px;padding:0;border:none;border-radius:4px;font-size:12px;font-weight:500;color:#1d2437;background:rgba(0,0,0,0);cursor:pointer}.panel-time-filter__cal-day:hover{background:rgba(66,133,244,.12)}.panel-time-filter__cal-day--in-range{background:rgba(66,133,244,.12);border-radius:0}.panel-time-filter__cal-day--range-start.panel-time-filter__cal-day--in-range{border-top-left-radius:4px;border-bottom-left-radius:4px}.panel-time-filter__cal-day--range-end.panel-time-filter__cal-day--in-range{border-top-right-radius:4px;border-bottom-right-radius:4px}.panel-time-filter__cal-day--range-start.panel-time-filter__cal-day--range-end{border-radius:4px}.panel-time-filter__cal-day--range-end,.panel-time-filter__cal-day--range-start{background:rgba(66,133,244,.28);color:#1d2437;font-weight:600}.panel-time-filter__dropdown-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(115,115,115,.233)}.panel-time-filter__cancel{height:var(--dashboard-control-height);min-height:var(--dashboard-control-height);padding:0 var(--dashboard-control-padding-x);font-size:var(--dashboard-control-font-size);line-height:1;font-weight:600;color:#1d2437;background:rgba(0,0,0,0);border:1px solid rgba(89,92,90,.4078431373);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}.panel-time-filter__cancel:hover{background:rgba(0,0,0,.04)}.panel-time-filter__apply{height:var(--dashboard-control-height);min-height:var(--dashboard-control-height);padding:0 var(--dashboard-control-padding-x);font-size:var(--dashboard-control-font-size);line-height:1;font-weight:600;color:#fff;background:#4285f4;border:none;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}.panel-time-filter__apply:disabled{opacity:.5;cursor:not-allowed}