:root{font-family:system-ui;color:#17233b;background:#f3f6f8}*{box-sizing:border-box}body{margin:0}main{max-width:1100px;margin:auto;padding:clamp(1.5rem,5vw,5rem)}header{background:#143b52;color:white;padding:clamp(2rem,6vw,5rem);border-radius:1.5rem}header span{color:#8dd8c5;text-transform:uppercase;letter-spacing:.12em}h1{font-size:clamp(2.2rem,6vw,4.7rem);margin:.3em 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-top:1.5rem}.card{display:flex;min-height:130px;flex-direction:column;justify-content:space-between;padding:1.4rem;background:white;color:inherit;text-decoration:none;border-radius:1rem;box-shadow:0 8px 25px #17324912}.card span{color:#64748b}.card.active{background:#1b806c;color:white}.card.active span{color:#d5fff4}
.dashboard-actions{display:flex;justify-content:flex-end;margin:1.35rem 0}.download-excel-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:44px;padding:.72rem 1.1rem;border:1px solid #1b806c;border-radius:.7rem;background:#fff;color:#176b5b;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 5px 16px #17324912}.download-excel-button:hover{background:#eaf7f3}.download-excel-button:focus-visible{outline:3px solid #72c9b4;outline-offset:2px}.download-excel-button:disabled{cursor:wait;opacity:.7}.excel-spinner{width:1rem;height:1rem;border:.15rem solid currentColor;border-right-color:transparent;border-radius:50%;animation:excel-spin .7s linear infinite}.excel-spinner[hidden]{display:none}@keyframes excel-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.dashboard-actions{justify-content:stretch}.download-excel-button{width:100%}}

