.dashboard-container{color:#1e1e1e;max-width:1200px;margin:auto;padding:1rem;font-family:system-ui,sans-serif}.dashboard-header{text-align:center;color:#0366d6;margin-bottom:1rem;font-size:2rem;font-weight:700}.domain-selector{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.domain-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.domain-btn:hover{color:#0366d6;border-color:#0366d6}.domain-btn.active{color:#fff;background:#0366d6;border-color:#0366d6}.summary-cards{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.summary-card{text-align:center;background:#f0f4f8;border-radius:12px;flex:1;min-width:160px;max-width:250px;padding:1rem;font-weight:500;transition:transform .2s;box-shadow:0 4px 12px #00000014}.summary-card:hover{transform:translateY(-4px)}.summary-label{color:#555;margin-bottom:.25rem;font-size:.9rem;display:block}.summary-value{color:#222;font-size:1.5rem;font-weight:700}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.card{background:#fff;border-radius:12px;flex-direction:column;height:360px;padding:1rem;display:flex;box-shadow:0 4px 16px #00000014}.card h2{text-align:center;margin-bottom:1rem}.refresh-btn{color:#fff;cursor:pointer;background:#0366d6;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:background .2s}.refresh-btn:hover{background:#024c9a}.dashboard-footer{text-align:center;margin-top:2rem}.empty-state{text-align:center;color:#888;padding:3rem 1rem;font-size:1.1rem}@media (max-width:600px){.card{height:300px}.dashboard-header{font-size:1.5rem}.summary-card{min-width:120px;max-width:100%}}
