.dashboard-container{flex-direction:column;gap:2rem;display:flex}.dashboard-header{flex-direction:column;gap:.5rem;display:flex}.dashboard-title{letter-spacing:-.02em;font-size:1.5rem;font-weight:700;font-family:var(--font-mono), monospace;color:var(--foreground)}.dashboard-description{color:var(--muted-foreground);font-size:.875rem;font-family:var(--font-mono), monospace}.dashboard-card{border:1px solid var(--border);background-color:var(--card);border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 20px -4px #0003}.dashboard-card-title{font-size:1rem;font-weight:600;font-family:var(--font-mono), monospace;color:var(--foreground);margin-bottom:.5rem}.dashboard-table{border-collapse:collapse;width:100%;font-family:var(--font-mono), monospace}.dashboard-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.dashboard-table td{color:var(--foreground);border-bottom:1px solid var(--border);padding:.875rem 1rem;font-size:.8125rem}.dashboard-table tr:last-child td{border-bottom:none}
