.centralized-dashboard{display:flex;width:100%;flex-direction:column;gap:2rem}.centralized-dashboard__section{width:100%}.dashboard-layout{margin-bottom:.75rem;display:flex;flex-direction:column;gap:1.5rem}.dashboard-layout__row{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width:768px){.dashboard-layout__row{grid-template-columns:repeat(12,minmax(0,1fr))}}.dashboard-layout__skeleton-row{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width:768px){.dashboard-layout__skeleton-row{grid-template-columns:repeat(12,minmax(0,1fr))}}@keyframes pulse{50%{opacity:.5}}.dashboard-layout__skeleton-cell{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.75rem;background-color:hsl(var(--muted)/.3)}.dashboard-layout__row-title{text-align:end;font-size:1.5rem;line-height:2rem;font-weight:600;letter-spacing:-.4px;color:hsl(var(--foreground))}.dashboard-layout__cell{display:flex;height:100%;min-height:0;flex-direction:column}.ai-banner{position:relative;display:flex;height:200px;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.ai-banner__text{font-size:32px;font-weight:600;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.promo-banner{position:relative;height:200px;width:100%;overflow:hidden;border-radius:1rem}.promo-banner__image{position:absolute;inset:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.promo-banner__overlay{position:absolute;inset:0;background:linear-gradient(270deg,transparent 40%,rgba(0,0,0,.45))}.promo-banner__content{position:absolute;top:0;bottom:0;display:flex;align-items:center}:is(:where([dir=ltr]) .promo-banner__content){left:3rem}:is(:where([dir=rtl]) .promo-banner__content){right:3rem}.promo-banner__text{width:300px;font-size:32px;font-weight:600;line-height:1.25;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));text-shadow:1px 1px 2px rgba(0,0,0,.5)}