.dashboard-container{min-height:100vh;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--muted)/.3))}.dashboard-content{container-type:inline-size;max-width:1400px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.loading-container{min-height:100vh;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--muted)/.3));display:flex;align-items:center;justify-content:center}.loading-content{text-align:center}.loading-spinner{animation:spin 1s linear infinite;border-radius:9999px;height:3rem;width:3rem;border-bottom:2px solid hsl(var(--primary));margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{color:hsl(var(--muted-foreground))}.dashboard-header{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center}}.dashboard-title{font-size:1.875rem;font-weight:700;line-height:2.25rem}.dashboard-subtitle{color:hsl(var(--muted-foreground))}.header-actions{display:flex;align-items:center;gap:.75rem}.create-check-button,.period-button{gap:.5rem}.stats-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{position:relative;overflow:hidden;border:none;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:all var(--transition-normal)}.stat-card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.stat-card-gradient{position:absolute;inset:0;opacity:.05}.stat-card-gradient-blue{background:var(--gradient-blue-cyan)}.stat-card-gradient-purple{background:var(--gradient-purple-pink)}.stat-card-gradient-orange{background:var(--gradient-orange-red)}.stat-card-gradient-green{background:var(--gradient-green-emerald)}.stat-card-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:.5rem;position:relative}.stat-card-title{font-size:.875rem;font-weight:500;line-height:1.25rem}.stat-icon-wrapper{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.stat-icon-blue{background:var(--gradient-blue-cyan)}.stat-icon-purple{background:var(--gradient-purple-pink)}.stat-icon-orange{background:var(--gradient-orange-red)}.stat-icon-green{background:var(--gradient-green-emerald)}.stat-icon{height:1rem;width:1rem;color:white}.stat-card-content{position:relative}.stat-value{font-size:1.5rem;font-weight:700;line-height:2rem}.stat-change{display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.stat-change-icon-up{height:.75rem;width:.75rem;color:#10b981}.stat-change-icon-neutral{height:.75rem;width:.75rem;color:#6b7280}.stat-change-text-up{color:#10b981}.main-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:1024px){.main-grid{grid-template-columns:repeat(3,1fr)}}.chart-section{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.chart-section{grid-column:span 2/span 2}}.chart-card{border:none;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.chart-header{display:flex;align-items:center;justify-content:space-between}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:.5rem;background:hsl(var(--muted)/.5);transition:background-color var(--transition-fast)}.activity-item:hover{background:hsl(var(--muted))}.activity-left{gap:1rem}.activity-icon,.activity-left{display:flex;align-items:center}.activity-icon{width:2.5rem;height:2.5rem;border-radius:9999px;justify-content:center}.activity-icon-issued{background:#dbeafe;color:#2563eb}.activity-icon-received{background:#d1fae5;color:#10b981}.activity-icon-cashed{background:#f3e8ff;color:#9333ea}.activity-icon-endorsed{background:#fed7aa;color:#ea580c}.activity-icon svg{height:1rem;width:1rem}.activity-details{display:flex;flex-direction:column}.activity-party{font-weight:500}.activity-meta{font-size:.875rem;color:hsl(var(--muted-foreground));text-transform:capitalize}.activity-right{text-align:right}.activity-amount{font-weight:600}.activity-badge{margin-top:.25rem}.sidebar-section{display:flex;flex-direction:column;gap:1.5rem}.credit-score-content{display:flex;flex-direction:column;align-items:center}.credit-score-badge{margin-bottom:.5rem;margin-top:1rem}.credit-score-text{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}.performance-legend{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.performance-item{display:flex;align-items:center;justify-content:space-between}.performance-label{display:flex;align-items:center;gap:.5rem}.performance-dot{width:.75rem;height:.75rem;border-radius:9999px}.performance-name{font-size:.875rem}.performance-value{font-size:.875rem;font-weight:500}.quick-actions{display:flex;flex-direction:column;gap:.5rem}.quick-action-button{width:100%;justify-content:flex-start}.quick-action-icon{margin-right:.5rem;height:1rem;width:1rem}.chart-grid{stroke:hsl(var(--muted))}.chart-axis-text{font-size:.75rem}