:root{--ds-primary:#24389c;--ds-primary-hover:#1d2f85;--ds-surface:#fff;--ds-surface-soft:#f6f5fd;--ds-border-subtle:#e1e4f2;--ds-border-strong:#e1def8;--ds-text-strong:#0f172a;--ds-text-muted:#6b7280;--ds-text-caption:#9ca3af;--ds-radius-card:18px;--ds-radius-section:24px;--ds-radius-pill:999px;--ds-shadow-soft:0 8px 20px rgba(15,23,42,0.08);--ds-font-heading:"Plus Jakarta Sans",sans-serif;--ds-font-body:"Public Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ds-font-weight-heading:700;--ds-font-weight-button:600;--ds-font-size-card-title:14px;--ds-font-size-card-body:12px}@tailwind base;@tailwind components;@tailwind utilities;body{font-family:var(--ds-font-body)}.ds-button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-family:var(--ds-font-heading);font-size:14px;font-weight:var(--ds-font-weight-button);transition:background-color .2s,color .2s,box-shadow .2s,border-color .2s;cursor:pointer;border:none}.ds-button:disabled{opacity:.6;pointer-events:none}.ds-button--default{background-color:var(--ds-primary);color:#fff}.ds-button--default:hover{background-color:var(--ds-primary-hover)}.ds-button--outline{background-color:var(--ds-surface);border:1px solid var(--ds-border-subtle);color:var(--ds-text-strong)}.ds-button--outline:hover{background-color:#f1f5f9}.ds-button--ghost{background-color:initial;color:var(--ds-text-strong)}.ds-button--ghost:hover{background-color:#f1f5f9}.ds-button--size-default{height:36px;padding:0 16px}.ds-button--size-sm{height:32px;padding:0 12px}.ds-button--size-lg{height:40px;padding:0 24px}.ds-button--size-icon{height:36px;width:36px;padding:0}.reports-dashboard__root{display:flex;flex-direction:column;width:100%;padding:8px 0 48px;box-sizing:border-box;font-family:var(--ds-font-body)}.ds-button,.reports-card__title,.reports-dashboard__category-title,.reports-dashboard__title{font-family:var(--ds-font-heading)}.reports-dashboard__header{display:flex;flex-direction:column;margin-bottom:24px;grid-gap:4px;gap:4px}.reports-dashboard__title{font-size:22px;font-weight:700;color:var(--ds-text-strong);margin:0;line-height:30px}.reports-dashboard__subtitle{font-size:14px;color:var(--ds-text-muted);margin:0;line-height:20px}.reports-dashboard__search-wrapper{margin-bottom:16px;max-width:420px}.reports-dashboard__search-input-wrapper{position:relative}.reports-dashboard__search-input{width:100%;border-radius:999px;border:1px solid var(--ds-border-subtle);background-color:var(--ds-surface);padding:8px 12px 8px 32px;font-size:14px;color:var(--ds-text-strong);box-sizing:border-box;outline:none}.reports-dashboard__search-input::placeholder{color:var(--ds-text-caption)}.reports-dashboard__search-input:focus{border-color:var(--ds-primary);box-shadow:0 0 0 2px rgba(36,56,156,.16)}.reports-dashboard__search-icon{position:absolute;left:10px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:var(--ds-text-caption);pointer-events:none}.reports-dashboard__categories{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.reports-dashboard__category{background:var(--ds-surface);border-radius:var(--ds-radius-section);border:1px solid var(--ds-border-strong);overflow:hidden}.reports-dashboard__category-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:transparent;border:none;cursor:pointer;outline:none;text-align:left;transition:background-color .2s}.reports-dashboard__category-header:hover{background-color:rgba(36,56,156,.04)}.reports-dashboard__category-header:focus-visible{outline:2px solid var(--ds-primary);outline-offset:-2px}.reports-dashboard__category-info{display:flex;align-items:center;grid-gap:14px;gap:14px}.reports-dashboard__category-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background-color:rgba(36,56,156,.12);color:var(--ds-primary)}.reports-dashboard__category-title{font-size:var(--ds-font-size-card-title);font-weight:var(--ds-font-weight-button);color:var(--ds-text-strong);margin:0}.reports-dashboard__category-subtitle{font-size:var(--ds-font-size-card-body);color:var(--ds-text-muted);margin:2px 0 0}.reports-dashboard__category-chevron{width:24px;height:24px;color:#757684;transition:transform .35s ease}.reports-dashboard__category-chevron--open{transform:rotate(180deg)}.reports-dashboard__category-collapse{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.reports-dashboard__category-collapse--open{max-height:2000px;opacity:1}.reports-dashboard__category-content{padding:12px 20px 20px}.reports-dashboard__cards-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:14px;gap:14px}@media (min-width:960px){.reports-dashboard__cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.reports-card{background-color:var(--ds-surface);border:1px solid var(--ds-border-subtle);padding:16px 18px;border-radius:var(--ds-radius-card);display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;transition:box-shadow .15s ease,border-color .15s ease,transform .12s ease}.reports-card:hover{box-shadow:var(--ds-shadow-soft);border-color:#c7cff5;transform:translateY(-1px)}.reports-card__main{display:flex;grid-gap:14px;gap:14px;flex:1 1;min-width:0}.reports-card__icon-wrapper{margin-top:2px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background-color:rgba(36,56,156,.08);color:var(--ds-primary)}.reports-card__info{display:flex;flex-direction:column;flex:1 1;min-width:0}.reports-card__title{font-size:var(--ds-font-size-card-title);font-weight:var(--ds-font-weight-button);color:var(--ds-text-strong);margin:0;line-height:1.4}.reports-card__description{font-size:var(--ds-font-size-card-body);color:var(--ds-text-muted);margin-top:4px;line-height:1.45}.reports-card__button{display:flex;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0}.reports-card__button-inner{display:inline-flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;border-radius:var(--ds-radius-pill);height:36px;padding:0 18px;font-size:var(--ds-font-size-card-body);font-weight:var(--ds-font-weight-button)}.reports-card__button-label{line-height:1}.reports-card__button-icon{position:relative;top:.5px}@keyframes ds-spin-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ds-spin{animation:ds-spin-animation 1s linear infinite}.reports-dashboard__highlight{background-color:var(--ds-primary-light,#ffeb3b);color:inherit;padding:0 2px;border-radius:2px}.enabled{position:absolute;top:95dvh!important}div[vw-plugin-wrapper]{top:-185px!important}