.dashboard-card-wrapper{border:1px solid rgba(115,134,219,.65);border-radius:16px;background:#1a255059;padding:14px;min-height:92px;transition:background-color .2s ease,border-color .2s ease}.dashboard-card-wrapper:hover{transition:background-color .2s ease,border-color .2s ease;background-color:var(--highlight-bg);border-color:var(--highlight-border)}.dashboard-card-grid{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:center}.dashboard-card-icon{width:68px;height:68px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border-width:1px;border-style:solid;flex:"0 0 auto";justify-self:"center"}.dashboard-card-content{display:flex;flex-direction:column;gap:4px;min-width:0}.dashboard-card-title{color:#fff;opacity:.9;font-weight:800}.dashboard-card-stat{color:#fff;font-size:28px;font-weight:900;line-height:1.05}.dashboard-card-subtext{margin-top:4px;opacity:.9}
