.dashboard-panel-content{display:flex;flex-direction:column;min-height:0;height:calc(100vh - var(--panel-topbar-height) - var(--panel-bottombar-height));max-height:calc(100vh - var(--panel-topbar-height) - var(--panel-bottombar-height));padding:0 24px 0 32px}.dashboard-header{background:none;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.dashboard-title{text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:600}.dashboard-selector{position:relative}.dashboard-selector-button{display:flex;align-items:center;gap:9px;border:1px solid #e5e7eb;background:#ffffff;cursor:pointer;padding:6px 10px;border-radius:2px;box-shadow:0 1px 2px rgba(15,23,42,.08);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dashboard-selector-button:hover{border-color:#d1d5db;box-shadow:0 6px 18px rgba(15,23,42,.12);transform:translateY(-1px)}.dashboard-selector-button:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.2)}.dashboard-avatar{width:24px;height:24px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.dashboard-avatar--c0{background:#fef2f2;color:#dc2626}.dashboard-avatar--c1{background:#eff6ff;color:#2563eb}.dashboard-avatar--c2{background:#f0fdf4;color:#16a34a}.dashboard-avatar--c3{background:#fdf2f8;color:#db2777}.dashboard-avatar--c4{background:#f5f3ff;color:#7c3aed}.dashboard-avatar--c5{background:#fefce8;color:#ca8a04}.dashboard-avatar--c6{background:#ecfdf5;color:#059669}.dashboard-avatar--c7{background:#fff7ed;color:#ea580c}.dashboard-avatar--c8{background:#f0f9ff;color:#0284c7}.dashboard-avatar--c9{background:#faf5ff;color:#9333ea}.dashboard-info{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.dashboard-name{font-size:12px;font-weight:600;color:#0f172a}.dashboard-code,.dashboard-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.dashboard-code{font-size:10px;line-height:12px;color:#94a3b8}.dashboard-chevron{font-size:12px;color:#94a3b8;margin-left:4px}.dashboard-dropdown-overlay{position:fixed;inset:0;z-index:40}.dashboard-dropdown{position:absolute;top:100%;left:0;margin-top:8px;background:#ffffff;border:1px solid #e5e7eb;border-radius:2px;width:320px;max-width:calc(100vw - 32px);box-shadow:0 18px 48px rgba(15,23,42,.2);z-index:50;overflow:hidden}.dashboard-dropdown-header{padding:14px 16px 13px;border-bottom:1px solid #f1f5f9;background:#ffffff}.dashboard-dropdown-top{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.dashboard-dropdown-copy{min-width:0;padding-right:8px}.dashboard-dropdown-title{font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.08em;text-transform:uppercase}.dashboard-dropdown-subtitle{color:#64748b;font-size:11px;line-height:15px;margin-top:6px;max-width:165px}.dashboard-scope-toggle{align-items:center;background:#ffffff;border:1px solid #e2e8f0;border-radius:2px;color:#475569;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:10px;font-weight:700;gap:6px;min-height:26px;margin-top:0;padding:4px 7px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.dashboard-scope-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard-scope-toggle:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.16);outline:none}.dashboard-scope-toggle--active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.dashboard-scope-toggle__track{align-items:center;background:#cbd5e1;border-radius:2px;display:inline-flex;height:14px;padding:2px;transition:background .15s ease;width:26px}.dashboard-scope-toggle__thumb{background:#ffffff;border-radius:1px;box-shadow:0 1px 2px rgba(15,23,42,.22);display:block;height:10px;transform:translateX(0);transition:transform .15s ease;width:10px}.dashboard-scope-toggle--active .dashboard-scope-toggle__track{background:#2563eb}.dashboard-scope-toggle--active .dashboard-scope-toggle__thumb{transform:translateX(12px)}.dashboard-search{display:flex;flex-direction:column;gap:7px}.dashboard-search-label{align-items:center;color:#64748b;display:inline-flex;font-size:10px;font-weight:700;gap:6px;line-height:12px}.dashboard-search-icon{flex:0 0 auto;font-size:11px}.dashboard-search-icon,.dashboard-search-label span{color:#94a3b8;line-height:1}.dashboard-search-input{width:100%;height:32px;padding:0 10px;border:1px solid #cbd5e1;border-radius:2px;font-size:12px;outline:none;background:#ffffff;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.dashboard-search-input:focus{border-color:#2563eb;background:#ffffff;box-shadow:0 0 0 2px rgba(37,99,235,.14)}.dashboard-dropdown-list{max-height:360px;overflow-y:auto;padding:6px 8px 8px}.dashboard-dropdown-list::-webkit-scrollbar{width:8px}.dashboard-dropdown-list::-webkit-scrollbar-track{background:transparent}.dashboard-dropdown-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.dashboard-dropdown-list::-webkit-scrollbar-thumb:hover{background:#cbd5f5}.dashboard-item{width:100%;padding:9px 10px;border:1px solid transparent;background:#fff;text-align:left;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;border-radius:2px;margin-bottom:6px;box-shadow:0 1px 2px rgba(15,23,42,.06)}.dashboard-item:last-child{margin-bottom:0}.dashboard-item.active,.dashboard-item:hover{background:#f8fafc;border-color:#e2e8f0}.dashboard-item.active{background:#eff6ff;border-color:#93c5fd;box-shadow:0 4px 12px rgba(37,99,235,.12)}.dashboard-item-avatar{width:34px;height:34px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.dashboard-item-info{flex:1;min-width:0}.dashboard-item-name{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:2px}.dashboard-item-code{font-size:11px;color:#94a3b8}.dashboard-item-count{font-size:12px;font-weight:600;color:#475569;background:#f1f5f9;padding:4px 8px;border-radius:2px;margin-right:2px}.dashboard-dropdown-empty{padding:24px 16px;text-align:center;font-size:13px;color:#94a3b8}.dashboard-dropdown-footer{align-items:center;color:#94a3b8;display:flex;font-size:12px;justify-content:space-between;min-height:36px;padding:9px 16px;border-top:1px solid #f1f5f9;background:#ffffff}.dashboard-dropdown-footer strong{color:#2563eb;font-size:11px;font-weight:700}.dashboard-dropdown-footer-button{width:100%;padding:10px 14px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px;font-weight:600;color:#2563eb;border-radius:2px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.dashboard-dropdown-footer-button:hover{background:#eff6ff;border-color:#bfdbfe}.dashboard-actions{display:flex;gap:8px;position:relative}.action-button{padding:2px 9px;border:1px solid #e5e7eb;border-radius:2px;background:#fff;font-size:10px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s ease}.action-button:hover{background:#f9fafb}.action-button.active{background:#155dfc;color:#fff;border-color:#155dfc}.action-button.active i{color:#fff}.action-button-icon-only{padding:5px 7px;position:relative}.action-arrow{font-size:13px;transition:transform .2s ease}.action-arrow.rotated{transform:rotate(90deg)}.actions-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:2px;min-width:180px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.actions-dropdown-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f3f4f6;align-items:center;gap:10px;width:100%;padding:9px 8px;font-size:11px;transition:background .15s;display:flex}.actions-dropdown-item:last-child{border-bottom:none}.actions-dropdown-item:hover{background:#f9fafb}.actions-dropdown-item.active .actions-dropdown-icon{color:#155dfc}.actions-dropdown-icon{text-align:center;width:20px;font-size:15px}.actions-dropdown-check{margin-left:auto;font-size:14px;color:#10b981}.dashboard-content{flex:1;min-height:0;padding:0 8px 32px 0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:transparent transparent}.dashboard-content:hover{scrollbar-color:rgba(99,102,135,.34) transparent}.dashboard-content::-webkit-scrollbar{width:8px}.dashboard-content::-webkit-scrollbar-track{background:transparent}.dashboard-content::-webkit-scrollbar-thumb{background:transparent;border-radius:2px}.dashboard-content:hover::-webkit-scrollbar-thumb{background:rgba(99,102,135,.34)}.dashboard-content::-webkit-scrollbar-thumb:hover{background:rgba(99,102,135,.55)}.dashboard-grid{display:grid;grid-template-columns:1fr 400px;gap:24px;min-height:0}.panel-dashboard-workspace{display:flex;flex-direction:column;gap:16px}.panel-dashboard-grid-wrap{width:100%;min-height:420px}.panel-dashboard-state{border:1px solid #e5e7eb;background:#ffffff;color:#6b7280;font-size:12px;padding:18px 20px}.panel-dashboard-state--error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.panel-dashboard-customizer{width:min(960px,calc(100vw - 48px));max-height:min(720px,calc(100vh - 96px));border:1px solid #dbe3f4;background:#ffffff;padding:14px;box-shadow:0 24px 70px rgba(15,23,42,.22);display:flex;flex-direction:column;min-height:0}.panel-dashboard-customizer-backdrop{position:fixed;inset:0;z-index:60000;background:rgba(15,23,42,.28);display:flex;align-items:flex-start;justify-content:center;padding:calc(var(--panel-topbar-height) + 32px) 32px 32px}.panel-dashboard-customizer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#26366f}.panel-dashboard-customizer__head strong{font-size:13px;font-weight:700}.panel-dashboard-customizer__head span{border:1px solid #dbe3f4;background:#f7f9ff;color:#6674a8;padding:4px 8px;font-size:11px}.panel-dashboard-customizer__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px;overflow:auto;padding-right:4px;min-height:0}.panel-dashboard-customizer__empty{min-height:112px;border:1px dashed #cfd7eb;background:#fbfcff;color:#6674a8;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;padding:18px}.panel-dashboard-customizer__empty i{color:#8b97c5;font-size:18px}.panel-dashboard-customizer__empty strong{color:#26366f;font-size:12px}.panel-dashboard-customizer__empty span{font-size:11px}.panel-dashboard-customizer__item{min-height:54px;display:flex;align-items:center;gap:10px;border:1px solid #e8ebf5;background:#fbfcff;color:#26366f;padding:9px 10px;cursor:pointer}.panel-dashboard-customizer__item input{width:16px;height:16px;accent-color:#155dfc;flex-shrink:0}.panel-dashboard-customizer__item>span:not(.panel-dashboard-customizer__controls){min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.panel-dashboard-customizer__item small,.panel-dashboard-customizer__item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-dashboard-customizer__item strong{font-size:12px}.panel-dashboard-customizer__item small{color:#8b97c5;font-size:11px}.panel-dashboard-customizer__status{color:#155dfc;background:#eef4ff;border:1px solid #dbe3f4;font-size:10px;font-style:normal;font-weight:700;padding:4px 7px;flex-shrink:0}.panel-dashboard-customizer__foot{display:flex;justify-content:flex-end;border-top:1px solid #edf0f7;margin-top:12px;padding-top:12px}.panel-dashboard-customizer__foot button{border:1px solid #155dfc;background:#155dfc;color:#ffffff;cursor:pointer;font-size:12px;font-weight:700;min-height:34px;padding:0 18px}.panel-dashboard-customizer__controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.panel-dashboard-customizer__layout{display:flex;border:1px solid #dbe3f4;background:#ffffff}.panel-dashboard-customizer__layout button{height:28px;border:0;border-right:1px solid #dbe3f4;background:transparent;color:#6674a8;padding:0 8px;font-size:10px;font-weight:700;cursor:pointer}.panel-dashboard-customizer__layout button:last-child{border-right:0}.panel-dashboard-customizer__layout button.active{background:#155dfc;color:#ffffff}.panel-dashboard-customizer__sort{display:flex;gap:4px;flex-shrink:0}.panel-dashboard-customizer__sort button{width:28px;height:28px;border:1px solid #dbe3f4;background:#ffffff;color:#26366f;cursor:pointer}.panel-dashboard-customizer__sort button:disabled{opacity:.35;cursor:default}.panel-dashboard-widget-grid{position:relative;min-height:420px;background-image:linear-gradient(90deg,rgba(102,116,168,.1) 1px,transparent 0),linear-gradient(180deg,rgba(102,116,168,.1) 1px,transparent 0);background-size:20px 20px;background-position:-1px -1px}.panel-dashboard-widget{min-width:0;padding:5px;container-type:inline-size}.panel-dashboard-widget.react-grid-item{transition:transform .15s ease,width .15s ease,height .15s ease}.panel-dashboard-widget.react-grid-item.react-grid-placeholder{background:rgba(21,93,252,.12);border:1px dashed rgba(21,93,252,.55);opacity:1;z-index:1}.panel-dashboard-widget.react-draggable-dragging,.panel-dashboard-widget.resizing{transition:none;z-index:20}.panel-dashboard-widget .react-resizable-handle{position:absolute;width:16px;height:16px;right:7px;bottom:7px;cursor:se-resize;z-index:5}.panel-dashboard-widget .react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:8px;height:8px;border-right:2px solid #8b97c5;border-bottom:2px solid #8b97c5}.panel-dashboard-widget .react-resizable-handle-e{top:50%;right:3px;bottom:auto;transform:translateY(-50%);cursor:ew-resize}.panel-dashboard-widget .react-resizable-handle-s{left:50%;right:auto;bottom:3px;transform:translateX(-50%);cursor:ns-resize}.panel-dashboard-widget .react-resizable-handle-e:after,.panel-dashboard-widget .react-resizable-handle-s:after{display:none}.panel-dashboard-block{border:1px solid #e5e7eb;background:#ffffff;min-height:160px;height:100%;display:flex;flex-direction:column;overflow:hidden}.panel-dashboard-block--kpi_strip,.panel-dashboard-block--quick_actions{min-height:0}.panel-dashboard-block__head{min-height:52px;padding:13px 16px;border-bottom:1px solid #edf0f7;display:flex;align-items:center;justify-content:space-between;color:#26366f;cursor:move;user-select:none}.panel-dashboard-block__head div{min-width:0;display:flex;flex-direction:column;gap:4px}.panel-dashboard-block__actions{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;flex-shrink:0}.panel-dashboard-block__head strong{font-size:13px;font-weight:700}.panel-dashboard-block__size{margin-left:8px;color:#8b97c5;font-size:10px;font-style:normal;font-weight:700;letter-spacing:0}.panel-dashboard-block__head span{color:#8b97c5;font-size:11px}.panel-dashboard-block__head i{color:#6674a8}.panel-dashboard-block__body{flex:1;min-height:0;overflow:hidden}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body,.panel-dashboard-block--quick_actions .panel-dashboard-block__body{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:transparent transparent}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body:hover,.panel-dashboard-block--quick_actions .panel-dashboard-block__body:hover{scrollbar-color:rgba(102,116,168,.32) transparent}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body::-webkit-scrollbar,.panel-dashboard-block--quick_actions .panel-dashboard-block__body::-webkit-scrollbar{width:3px}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body::-webkit-scrollbar-track,.panel-dashboard-block--quick_actions .panel-dashboard-block__body::-webkit-scrollbar-track{background:transparent}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body::-webkit-scrollbar-thumb,.panel-dashboard-block--quick_actions .panel-dashboard-block__body::-webkit-scrollbar-thumb{background:transparent;border-radius:1px}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body:hover::-webkit-scrollbar-thumb,.panel-dashboard-block--quick_actions .panel-dashboard-block__body:hover::-webkit-scrollbar-thumb{background:rgba(102,116,168,.34)}.panel-dashboard-block--kpi_strip .panel-dashboard-block__body::-webkit-scrollbar-thumb:hover,.panel-dashboard-block--quick_actions .panel-dashboard-block__body::-webkit-scrollbar-thumb:hover{background:rgba(102,116,168,.52)}.panel-dashboard-studio-btn{width:32px;height:32px;border:1px solid #dbe3f4;background:#ffffff;color:#26366f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.panel-dashboard-studio-btn:hover{background:#eef4ff;border-color:#b7c8f4}.panel-dashboard-studio-btn i{color:inherit}.panel-chart-studio-backdrop{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.42);display:flex;align-items:center;justify-content:center;padding:28px}.panel-chart-studio{width:min(1180px,calc(100vw - 44px));max-height:min(780px,calc(100vh - 44px));background:#ffffff;border:1px solid #dbe3f4;box-shadow:0 28px 80px rgba(15,23,42,.28);display:flex;flex-direction:column;min-height:0}.panel-chart-studio__head{min-height:62px;padding:14px 18px;border-bottom:1px solid #edf0f7;display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-chart-studio__head div{min-width:0;display:flex;flex-direction:column;gap:4px}.panel-chart-studio__head strong{color:#172033;font-size:15px}.panel-chart-studio__head span{color:#7a86a8;font-size:12px}.panel-chart-studio__head button{width:34px;height:34px;border:1px solid #dbe3f4;background:#fff;cursor:pointer}.panel-chart-studio__error{margin:12px 18px 0;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:12px}.panel-chart-studio__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:16px 18px;min-height:0;flex:1}.panel-chart-studio__grid label{min-height:0;display:flex;flex-direction:column;gap:8px}.panel-chart-studio__grid label span{color:#26366f;font-size:12px;font-weight:800}.panel-chart-studio__grid textarea{min-height:420px;height:100%;resize:none;border:1px solid #dbe3f4;background:#0b1020;color:#dbeafe;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;padding:14px;outline:none;tab-size:2}.panel-chart-studio__grid textarea:focus{border-color:#155dfc;box-shadow:0 0 0 3px rgba(21,93,252,.14)}.panel-chart-studio__foot{border-top:1px solid #edf0f7;padding:14px 18px;display:flex;justify-content:flex-end;gap:10px}.panel-chart-studio__foot button{min-height:36px;border:1px solid #dbe3f4;background:#ffffff;color:#26366f;cursor:pointer;font-size:12px;font-weight:800;padding:0 16px}.panel-chart-studio__foot button:last-child{border-color:#155dfc;background:#155dfc;color:#ffffff}.panel-dashboard-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:10px;height:100%;padding:14px}.panel-dashboard-kpi-grid.is-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.panel-dashboard-kpi-grid.is-compact{grid-template-columns:1fr;grid-auto-rows:auto;gap:7px;padding:10px 12px}.panel-dashboard-kpi-grid.is-short{gap:7px;padding:10px 12px}.panel-dashboard-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px;padding:0 16px 14px;position:relative}.panel-dashboard-quick-grid:before{content:"";position:absolute;top:0;bottom:14px;left:50%;border-left:1px dashed #cfd7eb;transform:translateX(-50%)}.panel-dashboard-quick-grid.is-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.panel-dashboard-quick-grid.is-wide:before{left:33.333%}.panel-dashboard-quick-grid.is-wide:after{content:"";position:absolute;top:0;bottom:14px;left:66.666%;border-left:1px dashed #cfd7eb;transform:translateX(-50%)}.panel-dashboard-quick{min-height:76px;border:0;border-bottom:1px dashed #cfd7eb;background:transparent;color:#26366f;display:flex;align-items:center;gap:12px;padding:12px 0;cursor:pointer;text-align:left}.panel-dashboard-quick:nth-last-child(-n+2){border-bottom-color:transparent}.panel-dashboard-quick-grid.is-wide .panel-dashboard-quick:nth-last-child(-n+2){border-bottom-color:#cfd7eb}.panel-dashboard-quick-grid.is-wide .panel-dashboard-quick:nth-last-child(-n+3){border-bottom-color:transparent}.panel-dashboard-activity__item>i,.panel-dashboard-kpi i,.panel-dashboard-quick i{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#155dfc;flex-shrink:0}.panel-dashboard-quick span{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px;align-self:stretch}.panel-dashboard-quick strong{color:#56609c;font-size:12px;font-weight:700;line-height:1.2}.panel-dashboard-quick small{color:#9aa3c7;font-size:11px;line-height:1.18;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.panel-dashboard-quick-grid.is-compact .panel-dashboard-quick small{display:none}.panel-dashboard-quick-grid.is-short{padding-bottom:8px}.panel-dashboard-quick-grid.is-short:after,.panel-dashboard-quick-grid.is-short:before{bottom:8px}.panel-dashboard-quick-grid.is-short .panel-dashboard-quick{min-height:62px;padding:8px 0}.panel-dashboard-quick-grid.is-compact .panel-dashboard-quick{min-height:48px;gap:10px;padding:8px 0}.panel-dashboard-quick-grid.is-compact .panel-dashboard-quick i{width:24px;height:24px}.panel-dashboard-quick-grid.is-compact .panel-dashboard-quick span{gap:0}@container (max-width: 520px){.panel-dashboard-quick-grid{grid-template-columns:1fr;column-gap:0;padding-inline:14px}.panel-dashboard-quick-grid.is-wide:after,.panel-dashboard-quick-grid:before{display:none}.panel-dashboard-quick-grid.is-wide .panel-dashboard-quick:nth-last-child(-n+3),.panel-dashboard-quick:nth-last-child(-n+2){border-bottom-color:#cfd7eb}.panel-dashboard-quick:last-child{border-bottom-color:transparent}}.panel-dashboard-quick-empty{grid-column:1/-1;min-height:64px;border:1px dashed #cfd7eb;background:#fbfcff;color:#8b97c5;display:grid;place-items:center;font-size:12px;font-weight:700}.quick-actions-drawer-backdrop{position:fixed;inset:0;z-index:61000;background:rgba(15,23,42,.22);display:flex;justify-content:flex-end}.quick-actions-drawer{width:min(520px,calc(100vw - 32px));height:100vh;background:#ffffff;border-left:1px solid #dbe3f4;box-shadow:-24px 0 70px rgba(15,23,42,.18);display:flex;flex-direction:column;min-height:0}.quick-actions-drawer__head{min-height:72px;border-bottom:1px solid #edf0f7;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;color:#26366f}.quick-actions-drawer__head div{display:flex;flex-direction:column;gap:4px;min-width:0}.quick-actions-drawer__head strong{font-size:14px;font-weight:800}.quick-actions-drawer__head span{color:#8b97c5;font-size:11px}.quick-actions-drawer__head button{width:32px;height:32px;border:1px solid #dbe3f4;background:#ffffff;color:#26366f;cursor:pointer}.quick-actions-drawer__body{flex:1;min-height:0;overflow:auto;padding:14px}.quick-actions-drawer__empty{min-height:96px;border:1px dashed #cfd7eb;background:#fbfcff;color:#8b97c5;display:grid;place-items:center;font-size:12px}.quick-actions-drawer__platform{border:1px solid #e8ebf5;background:#fbfcff;margin-bottom:12px}.quick-actions-drawer__platform h3{margin:0;padding:11px 12px;border-bottom:1px solid #e8ebf5;color:#26366f;font-size:12px;font-weight:800}.quick-actions-drawer__group{padding:10px 12px 12px}.quick-actions-drawer__group>strong{display:block;color:#6674a8;font-size:11px;font-weight:800;margin-bottom:8px}.quick-actions-drawer__group>div{display:grid;gap:7px}.quick-actions-drawer__item{min-height:48px;border:1px solid #edf0f7;background:#ffffff;display:flex;align-items:center;gap:10px;padding:8px 10px;cursor:pointer}.quick-actions-drawer__item input{width:16px;height:16px;accent-color:#155dfc;flex-shrink:0}.quick-actions-drawer__item i{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#155dfc;flex-shrink:0}.quick-actions-drawer__item span{min-width:0;display:flex;flex-direction:column;gap:3px}.quick-actions-drawer__item b,.quick-actions-drawer__item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-actions-drawer__item b{color:#26366f;font-size:12px}.quick-actions-drawer__item small{color:#8b97c5;font-size:10px}.quick-actions-drawer__foot{border-top:1px solid #edf0f7;padding:12px 14px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.quick-actions-drawer__foot span{margin-right:auto;color:#6674a8;font-size:11px;font-weight:800}.quick-actions-drawer__foot button{min-height:34px;border:1px solid #dbe3f4;background:#ffffff;color:#26366f;cursor:pointer;font-size:12px;font-weight:800;padding:0 14px}.quick-actions-drawer__foot button:last-child{border-color:#155dfc;background:#155dfc;color:#ffffff}.panel-dashboard-kpi{min-height:0;border:1px solid #e8ebf5;background:#fbfcff;padding:12px;display:flex;flex-direction:column;justify-content:space-between}.panel-dashboard-kpi-grid.has-no-meta .panel-dashboard-kpi{justify-content:center;gap:8px}.panel-dashboard-kpi-grid.is-short .panel-dashboard-kpi{padding:10px}.panel-dashboard-kpi-grid.is-compact .panel-dashboard-kpi{min-height:54px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;column-gap:10px;padding:8px 10px}.panel-dashboard-kpi-grid.is-compact.has-no-meta .panel-dashboard-kpi{grid-template-columns:minmax(0,1fr);row-gap:2px}.panel-dashboard-kpi div{display:flex;align-items:center;justify-content:space-between}.panel-dashboard-kpi-grid.is-compact .panel-dashboard-kpi div{display:contents}.panel-dashboard-kpi-grid.is-compact .panel-dashboard-kpi i{grid-column:1;grid-row:1/span 2;align-self:center;justify-self:center}.panel-dashboard-kpi em{color:#059669;background:#ecfdf5;font-size:11px;font-style:normal;padding:3px 7px}.panel-dashboard-kpi-grid.is-short .panel-dashboard-kpi em{font-size:10px;padding:2px 6px}.panel-dashboard-kpi-grid.is-compact .panel-dashboard-kpi em{grid-column:3;grid-row:1/span 2;justify-self:end;align-self:center}.panel-dashboard-kpi strong{color:#26366f;font-size:24px;line-height:1}.panel-dashboard-kpi-grid.is-short .panel-dashboard-kpi strong{font-size:20px}.panel-dashboard-kpi-grid.is-compact .panel-dashboard-kpi strong{grid-column:2;grid-row:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-dashboard-kpi-grid.is-compact.has-no-meta .panel-dashboard-kpi strong{grid-column:1}.panel-dashboard-kpi span{color:#6674a8;font-size:11px}.panel-dashboard-kpi-grid.is-compact .panel-dashboard-kpi span{grid-column:2;grid-row:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-dashboard-kpi-grid.is-compact.has-no-meta .panel-dashboard-kpi span{grid-column:1}.panel-dashboard-activity{padding:14px;display:flex;flex-direction:column;gap:8px}.panel-dashboard-activity__item{min-height:54px;border:1px solid #e8ebf5;background:#fbfcff;display:flex;align-items:center;gap:10px;padding:9px 10px}.panel-dashboard-activity__item span{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.panel-dashboard-activity__item small,.panel-dashboard-activity__item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-dashboard-activity__item strong{color:#26366f;font-size:12px}.panel-dashboard-activity__item small{color:#8b97c5;font-size:11px}.panel-dashboard-activity__item em{color:#6674a8;background:#f1f4fb;font-size:11px;font-style:normal;padding:4px 8px}.panel-dashboard-trend{height:190px;padding:16px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:9px}.panel-dashboard-trend div{height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:7px;min-width:0}.panel-dashboard-trend span{min-height:0;flex:1;display:flex;align-items:flex-end}.panel-dashboard-trend i{width:100%;min-height:12px;display:block;background:linear-gradient(180deg,#38bdf8,#155dfc)}.panel-dashboard-trend small{color:#6674a8;font-size:10px;text-align:center;white-space:nowrap}.panel-dashboard-placeholder{min-height:120px;margin:14px;border:1px dashed #cfd7eb;background:#fbfcff;display:grid;place-items:center;align-content:center;gap:8px;color:#6674a8;text-align:center}.panel-dashboard-placeholder i{color:#155dfc;font-size:22px}.panel-dashboard-placeholder strong{color:#26366f;font-size:12px}.panel-dashboard-placeholder span{font-size:11px}.panel-dashboard-accent--green i{background:#ecfdf5;color:#059669}.panel-dashboard-accent--orange i{background:#fff7ed;color:#ea580c}.panel-dashboard-accent--sky i{background:#f0f9ff;color:#0284c7}.panel-dashboard-accent--purple i{background:#f5f3ff;color:#7c3aed}.panel-dashboard-accent--pink i{background:#fdf2f8;color:#db2777}.panel-dashboard-accent--indigo i{background:#eef2ff;color:#4f46e5}.report-dashboard-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 14px 0}.report-dashboard-kpi{border:1px solid #e8ebf5;background:#fbfcff;min-height:74px;padding:10px 12px;display:flex;flex-direction:column;justify-content:center;gap:5px}.report-dashboard-kpi span{color:#6674a8;font-size:10px;font-weight:700;text-transform:uppercase}.report-dashboard-kpi strong{color:#26366f;font-size:21px;line-height:1;white-space:nowrap}.report-dashboard-kpi em{align-self:flex-start;background:#eef4ff;color:#155dfc;font-size:10px;font-style:normal;font-weight:700;padding:2px 6px}.report-dashboard-tone--green em{background:#ecfdf5;color:#059669}.report-dashboard-tone--red em{background:#fef2f2;color:#dc2626}.report-dashboard-tone--orange em{background:#fff7ed;color:#ea580c}.report-dashboard-tone--purple em{background:#f5f3ff;color:#7c3aed}.report-heatmap{display:grid;grid-template-columns:52px repeat(7,minmax(0,1fr));gap:4px;padding:14px}.report-heatmap strong{color:#6674a8;font-size:10px}.report-heatmap span,.report-heatmap strong{font-weight:700;min-height:22px;display:flex;align-items:center;justify-content:center}.report-heatmap span{color:#ffffff;font-size:9px}.report-bar-list{padding:14px;display:flex;flex-direction:column;gap:10px}.report-bar-row{display:grid;grid-template-columns:minmax(110px,1.1fr) minmax(120px,2fr) minmax(72px,auto);gap:10px;align-items:center;color:#26366f}.report-bar-row span{font-size:12px;font-weight:600}.report-bar-row div,.report-split-table__row div{height:10px;background:#edf1fb;overflow:hidden}.report-bar-row i,.report-split-table__row i{display:block;height:100%}.report-bar-row strong{color:#6674a8;font-size:11px;text-align:right;white-space:nowrap}.report-line-chart{padding:10px 14px 14px}.report-line-chart svg{width:100%;height:150px;background:linear-gradient(180deg,#fbfcff,#ffffff);border:1px solid #e8ebf5}.report-line-chart div{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));color:#8b97c5;font-size:10px;margin-top:7px;text-align:center}.report-split-table{padding:14px}.report-split-table__head,.report-split-table__row{display:grid;grid-template-columns:minmax(110px,1.2fr) 80px 100px minmax(130px,1.4fr);gap:12px;align-items:center}.report-split-table__head{border-bottom:1px solid #edf0f7;color:#8b97c5;font-size:10px;font-weight:700;padding:0 0 9px;text-transform:uppercase}.report-split-table__row{min-height:42px;border-bottom:1px solid #f0f3fa;color:#26366f;font-size:12px}.report-split-table__row:last-child{border-bottom:0}.report-split-table__row strong{color:#155dfc;font-size:12px}.report-split-table__row span{color:#26366f;font-weight:600}.ev-meta{padding:12px 24px 0;display:flex;flex-direction:column;gap:10px}.ev-location-side>span,.ev-meta span{color:#777d91;font-size:15px;line-height:1.2}.ev-location-side>strong,.ev-meta strong{color:#050509;font-size:32px;line-height:1;font-weight:800}.ev-chart{width:100%;min-height:220px}.ev-chart--age{height:196px;padding:0 10px}.ev-age-label{fill:#050509;font-size:14px;font-weight:600}.ev-age-axis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:0 24px 18px;color:#777d91;font-size:15px;text-align:center}.ev-age-axis span{min-height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px}.ev-age-axis span.is-active{background:#050505;color:#fff;font-weight:700}.ev-legend{display:flex;flex-wrap:wrap;gap:14px 22px;align-items:center;color:#777d91;font-size:14px}.ev-legend span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.ev-legend i{width:8px;height:8px;border-radius:3px;box-shadow:0 2px 7px color-mix(in srgb,currentColor 24%,transparent)}.ev-adoption-card{padding:12px 18px 16px}.ev-stream{width:100%;height:255px;overflow:visible;margin-top:4px}.ev-stream-year{fill:#050509;font-size:18px;font-weight:500}.ev-stream-bottom{fill:#777d91;font-size:16px;font-weight:500}.ev-stream-bottom.is-active{fill:#fff;paint-order:stroke;stroke:#050505;stroke-width:14px;stroke-linecap:round;stroke-linejoin:round}.ev-app-card{padding:12px 24px 16px}.ev-app-top{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start}.ev-app-top>span{color:#50515c;font-size:15px;white-space:nowrap}.ev-app-top>span i:before{content:"→";font-style:normal;margin:0 5px}.ev-chart--scatter{height:268px;margin-top:10px}.ev-location-card{display:grid;grid-template-columns:minmax(230px,.95fr) minmax(250px,1fr);gap:16px;min-height:320px;padding:12px 24px 20px;align-items:center}.ev-location-side{display:flex;flex-direction:column;gap:12px}.ev-location-side .ev-legend{margin-top:54px;flex-direction:column;align-items:flex-start;gap:15px}.ev-donut-wrap{height:280px;min-width:0}.ev-donut-label{fill:#050509;font-size:15px;font-weight:600}.ev-donut-label.is-active{fill:#fff;paint-order:stroke;stroke:#050505;stroke-width:13px;stroke-linecap:round;stroke-linejoin:round}.commerce-kpi-card{min-height:150px;padding:22px 28px 20px;background:#ffffff;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.commerce-kpi-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.commerce-kpi-card__top span{color:#444d67;font-size:25px;line-height:1.1;font-weight:500}.commerce-kpi-card__top i{width:42px;height:42px;border-radius:10px;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 0 0 8px rgba(255,173,29,.11);flex-shrink:0}.commerce-kpi-card>strong{color:#050509;font-size:43px;line-height:1;font-weight:500;letter-spacing:.2px}.commerce-kpi-card__delta{display:flex;align-items:center;gap:8px;color:#273044;font-size:19px}.commerce-kpi-card__delta em{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:26px;line-height:1}.commerce-kpi-card__delta b{font-weight:500}.commerce-kpi-card__delta--up em{background:#e9fff2;color:#18b667}.commerce-kpi-card__delta--up b{color:#05a655}.commerce-kpi-card__delta--down em{background:#fff0f0;color:#c93434}.commerce-kpi-card__delta--down b{color:#c93434}.commerce-sales-card{min-height:358px;padding:28px 30px 22px;background:#ffffff;display:flex;flex-direction:column}.commerce-sales-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.commerce-sales-card__head div{display:flex;flex-direction:column;gap:10px}.commerce-sales-card__head span{color:#596176;font-size:15px}.commerce-sales-card__head strong{color:#0c1020;font-size:24px;line-height:1;font-weight:800}.commerce-sales-card__head em{color:#12c598;font-size:14px;font-style:normal;font-weight:500;margin-left:8px}.commerce-sales-card__head button{height:38px;border:1px solid #d9dce3;border-radius:9px;background:#ffffff;color:#050509;box-shadow:0 2px 8px rgba(18,27,43,.06);cursor:pointer;font-size:14px;padding:0 14px}.commerce-sales-chart{position:relative;height:278px;margin-top:8px}.commerce-sales-tooltip{position:absolute;left:36.7%;top:31px;min-width:160px;min-height:72px;padding:13px 16px;border-radius:9px;background:#080d1d;color:#ffffff;box-shadow:0 14px 26px rgba(8,13,29,.28);display:flex;flex-direction:column;gap:10px;pointer-events:none}.commerce-sales-tooltip span{color:#dce2f2;font-size:13px}.commerce-sales-tooltip strong{display:inline-flex;align-items:center;gap:7px;color:#ffffff;font-size:15px}.commerce-sales-tooltip i{width:10px;height:10px;border-radius:50%;background:#3bc580}.commerce-recent-card{min-height:430px;padding:28px 30px 26px;background:#ffffff;display:flex;flex-direction:column}.commerce-recent-card__title{display:flex;flex-direction:column;gap:3px}.commerce-recent-card__title strong{color:#171823;font-size:25px;line-height:1}.commerce-recent-card__title span{color:#777d91;font-size:16px}.commerce-donut{position:relative;height:285px;margin:-2px 0 4px}.commerce-donut__center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;pointer-events:none;transform:translateY(5px)}.commerce-donut__center span{color:#444d67;font-size:20px;line-height:1.2}.commerce-donut__center strong{color:#050509;font-size:30px;line-height:1;margin-top:14px}.commerce-recent-list{display:flex;flex-direction:column;gap:18px;margin-top:auto}.commerce-recent-list div{display:flex;align-items:center;justify-content:space-between;gap:18px}.commerce-recent-list span{display:inline-flex;align-items:center;gap:12px;color:#596176;font-size:17px}.commerce-recent-list i{width:8px;height:8px;border-radius:50%}.commerce-recent-list strong{color:#050509;font-size:18px;line-height:1}.income-intensity-board{min-height:430px;padding:26px;background:#e9eaf3;display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:28px;align-items:center}.income-wave-card{min-height:390px;border-radius:32px;background:#ffffff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 44px rgba(49,54,80,.08)}.income-wave-card:nth-child(2){transform:translateY(44px)}.income-wave-card__chart{position:relative;height:215px;margin-top:26px}.income-wave-card__axis{position:absolute;left:0;right:0;top:50%;height:5px;transform:translateY(-50%);opacity:.82}.income-wave-card__bubble{position:absolute;top:16px;right:20%;min-width:86px;height:48px;border-radius:24px;color:#161616;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 10px 24px rgba(44,49,68,.08)}.income-wave-card__bubble i{position:absolute;left:50%;bottom:-13px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:16px solid;transform:translateX(-50%)}.income-wave-card__body{position:relative;padding:26px 34px 30px;display:flex;flex-direction:column;gap:10px;flex:1}.income-wave-card__body button{position:absolute;right:32px;top:30px;width:28px;height:36px;border:0;background:transparent;display:inline-flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;cursor:pointer}.income-wave-card__body button i{width:5px;height:5px;border-radius:50%;background:#050509}.income-wave-card__body h3{margin:0;color:#050509;font-size:30px;line-height:1.08;font-weight:800;padding-right:42px}.income-wave-card__body p{margin:0;color:#2e3037;font-size:19px;line-height:1.2;font-weight:500}.income-wave-card__dots{display:flex;align-items:center;gap:3px;margin-top:20px}.income-wave-card__dots span{width:23px;height:23px;border-radius:50%;box-shadow:0 0 0 2px #ffffff}.income-wave-card__foot{display:flex;align-items:center;gap:20px;margin-top:auto}.income-wave-card__foot strong{color:#050509;font-size:44px;line-height:1;font-weight:800}.income-wave-card__foot span{min-height:46px;border-radius:23px;display:inline-flex;align-items:center;padding:0 24px;font-size:17px;font-weight:800;white-space:nowrap}.saas-revenue-card{min-height:560px;padding:42px 48px 28px;background:#ffffff;border-radius:24px}.saas-revenue-card__top{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.saas-revenue-card__top span{color:#52525c;font-size:22px;display:block;margin-bottom:22px}.saas-revenue-card__top strong{color:#050509;display:block;font-size:34px;line-height:1;font-weight:800;margin-bottom:14px}.saas-revenue-card__top p{margin:0;color:#52525c;font-size:19px}.saas-revenue-card__top p b{color:#008d68;font-weight:600}.saas-revenue-card__top p i:before{content:"•";margin:0 12px;color:#6d6d75;font-style:normal}.saas-revenue-card__actions{display:flex;gap:14px;align-items:center}.saas-revenue-card__actions button{min-height:44px;border:1px solid #ececf1;background:#fff;border-radius:12px;color:#15151c;font-size:17px;display:inline-flex;align-items:center;gap:12px;padding:0 16px}.saas-revenue-card__actions button:last-child{width:44px;justify-content:center;padding:0}.saas-revenue-chart{position:relative;height:410px;margin-top:20px}.saas-revenue-tooltip{position:absolute;left:42%;top:124px;background:#111112;color:#ffffff;border-radius:12px;padding:16px 18px;min-width:220px;box-shadow:0 18px 40px rgba(0,0,0,.2)}.saas-revenue-tooltip span{color:#9d9da5;margin-bottom:10px}.saas-revenue-tooltip span,.saas-revenue-tooltip strong{display:block;font-size:17px}.crm-card{height:100%;min-height:320px;background:#ffffff;border:1px solid #d7dce3;border-radius:16px;padding:30px 34px}.crm-card h3{margin:0 0 14px;color:#050509;font-size:20px;line-height:1}.crm-card p{margin:0;color:#5d5d61;font-size:17px;line-height:1.25}.crm-lost-chart{position:relative;width:310px;height:250px;margin:30px auto 8px}.crm-lost-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.crm-lost-center span{color:#555;font-size:16px}.crm-lost-center strong{color:#050509;font-size:30px}.crm-lost-tooltip{position:absolute;right:-34px;top:50px;min-width:110px;background:#11182b;color:#ffffff;border-radius:10px;padding:12px 14px}.crm-lost-tooltip:before{content:"";position:absolute;left:-13px;top:30px;border-right:14px solid #11182b;border-top:12px solid transparent;border-bottom:12px solid transparent}.crm-lost-tooltip span,.crm-lost-tooltip strong{display:block;color:#fff;font-size:16px;margin:0}.crm-lost-tooltip span{margin-top:10px;font-size:14px}.crm-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 24px;color:#444;font-size:15px}.crm-legend span{display:inline-flex;align-items:center;gap:7px}.crm-legend i{width:12px;height:12px;border-radius:4px}.crm-leader-chart{position:relative;height:316px;margin-top:28px}.crm-leader-value{fill:#050509;font-size:15px;font-weight:700}.crm-leader-overlay{position:absolute;inset:0 84px 0 0;pointer-events:none}.crm-leader-overlay div{position:absolute;left:10px;height:34px;display:flex;align-items:center;gap:12px}.crm-leader-overlay span{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#f6d2bf,#93c5fd);border:2px solid #ffffff;display:inline-flex;align-items:center;justify-content:center;color:#20202a;font-size:10px;font-weight:800;box-shadow:0 2px 8px rgba(50,42,90,.14)}.crm-leader-overlay strong{color:#563c9e;font-size:15px;font-weight:500}.crm-card--performance{min-height:430px}.crm-performance-head{display:flex;justify-content:space-between;gap:20px}.crm-performance-head>strong{color:#050509;font-size:30px;line-height:1;white-space:nowrap}.crm-performance-head>strong span{color:#666;margin-right:8px}.crm-performance-chart{position:relative;height:270px;margin-top:28px}.crm-performance-marker{position:absolute;left:58.35%;top:24px;width:1px;height:222px;border-left:1px dashed #a9a0f1;pointer-events:none}.crm-performance-legend{display:flex;justify-content:center;gap:24px;color:#555;font-size:15px}.crm-performance-legend span{display:inline-flex;align-items:center;gap:9px}.crm-performance-legend i{width:13px;height:13px;border-radius:4px;background:#5650cb}.crm-performance-legend span:last-child i{background:#c4c1f7}@media (max-width:1200px){.panel-dashboard-widget,.panel-dashboard-widget--medium,.panel-dashboard-widget--small,.panel-dashboard-widget--wide{grid-column:span 6}}@media (max-width:760px){.panel-dashboard-customizer__controls,.panel-dashboard-customizer__item{align-items:stretch;flex-direction:column}.panel-dashboard-customizer__layout,.panel-dashboard-customizer__sort{width:100%}.panel-dashboard-customizer__layout button,.panel-dashboard-customizer__sort button{flex:1}.panel-dashboard-widget,.panel-dashboard-widget--full,.panel-dashboard-widget--medium,.panel-dashboard-widget--small,.panel-dashboard-widget--wide{grid-column:1/-1}}.dashboard-main-section{display:flex;flex-direction:column;gap:24px}.panel-nav-item__icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.panel-nav-item__text{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;font-size:10px}