@layer payload-default{}@layer payload-default{}.dashboard .before-dashboard{margin-bottom:30px}.dashboard .before-dashboard__banner h4{margin:0}.dashboard .before-dashboard__metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:20px}.dashboard .before-dashboard__metrics>div{min-height:112px;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;border:1px solid var(--theme-elevation-150);border-radius:10px;background:var(--theme-elevation-50)}.dashboard .before-dashboard__metrics strong{font-size:30px;font-weight:500;letter-spacing:-.04em}.dashboard .before-dashboard__metrics span{margin-top:5px;color:var(--theme-elevation-600);font-size:12px}.dashboard .before-dashboard__kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.dashboard .before-dashboard__kpi{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border:1px solid var(--theme-elevation-150);border-radius:10px;background:var(--theme-elevation-50)}.dashboard .before-dashboard__kpi span{color:var(--theme-elevation-600);font-size:12px}.dashboard .before-dashboard__kpi strong{font-size:26px;font-weight:600;letter-spacing:-.03em}.dashboard .before-dashboard__kpi em{color:var(--theme-elevation-500);font-size:11px;font-style:normal}.dashboard .before-dashboard__kpi--accent{border-color:var(--theme-success-250,var(--theme-elevation-200));background:var(--theme-success-50,var(--theme-elevation-100))}.dashboard .before-dashboard__kpi--alert{border-color:var(--theme-error-250,var(--theme-elevation-200));background:var(--theme-error-50,var(--theme-elevation-100))}.dashboard .before-dashboard__kpi em a{color:inherit}.dashboard .before-dashboard__timeline{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.dashboard .before-dashboard__timeline li{display:flex;flex-direction:column;gap:2px;padding-bottom:10px;border-bottom:1px solid var(--theme-elevation-100)}.dashboard .before-dashboard__timeline li:last-child{padding-bottom:0;border-bottom:0}.dashboard .before-dashboard__timeline strong{font-size:13px;font-weight:600}.dashboard .before-dashboard__timeline span{color:var(--theme-elevation-500);font-size:11px}.dashboard .before-dashboard__empty{margin:0;color:var(--theme-elevation-500);font-size:12px}.dashboard .before-dashboard__charts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.dashboard .before-dashboard__panel{padding:16px 18px;border:1px solid var(--theme-elevation-150);border-radius:10px;background:var(--theme-elevation-50)}.dashboard .before-dashboard__panel-title{margin:0 0 12px;color:var(--theme-elevation-700);font-size:13px;font-weight:600}.dashboard .before-dashboard__chart{display:flex;flex-direction:column;gap:8px}.dashboard .before-dashboard__bars{display:flex;align-items:flex-end;gap:4px;height:88px}.dashboard .before-dashboard__bar{position:relative;flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.dashboard .before-dashboard__bar i{width:100%;max-width:22px;border-radius:4px 4px 0 0;opacity:.85;transition:opacity .15s}.dashboard .before-dashboard__bar:hover i{opacity:1}.dashboard .before-dashboard__bar em{position:absolute;bottom:-18px;color:var(--theme-elevation-500);font-size:10px;font-style:normal;white-space:nowrap}.dashboard .before-dashboard__chart-total{align-self:flex-end;margin-top:10px;color:var(--theme-elevation-600);font-size:12px}.dashboard .before-dashboard__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dashboard .before-dashboard__actions a{padding:10px 14px;border:1px solid var(--theme-elevation-200);border-radius:7px;text-decoration:none}.dashboard .before-dashboard__note{color:var(--theme-elevation-600);font-size:12px}.dashboard .before-dashboard a:hover{opacity:.85}@media(max-width:900px){.dashboard .before-dashboard__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard .before-dashboard__charts,.dashboard .before-dashboard__kpis{grid-template-columns:1fr}}