:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#17231e;background:#f4f7f5;line-height:1.5}*{box-sizing:border-box}body{margin:0}.welcome{display:grid;min-height:100vh;place-items:center;padding:24px}.welcome section{width:min(620px,100%);padding:clamp(24px,5vw,52px);border:1px solid #dce7e1;border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(22,70,49,.08)}.welcome span{color:#147a55;font-size:.78rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.welcome h1{margin:.5rem 0;font-size:clamp(2rem,7vw,3.5rem);letter-spacing:-.05em}.welcome p{color:#607068;line-height:1.65}.welcome a{display:inline-block;margin-top:12px;padding:11px 16px;border-radius:10px;background:#147a55;color:#fff;font-weight:700;text-decoration:none}:focus-visible{outline:3px solid #e9a23b;outline-offset:3px}.skip-link{position:fixed;z-index:999;top:8px;left:8px;padding:9px 12px;border-radius:8px;background:#17231e;color:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.report-table{max-width:100%;overflow:auto;border:1px solid #dce7e1;border-radius:12px;background:#fff}.report-table table{width:100%;border-collapse:collapse}.report-table th,.report-table td{padding:10px;border-bottom:1px solid #e5ece8;text-align:left}.report-table th{background:#edf5f1}.dashboard-links{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.dashboard-links a,.activity{padding:13px;border:1px solid #dce7e1;border-radius:10px;background:#fff;color:#17231e;text-decoration:none}.activity{display:flex;justify-content:space-between;margin-top:8px}.activity span{display:grid}.activity small{color:#607068}@media(max-width:700px){.dashboard-links{grid-template-columns:1fr 1fr}.report-table{font-size:.85rem}}@media(max-width:420px){.dashboard-links{grid-template-columns:1fr}}@media(prefers-reduced-motion:no-preference){.welcome section{animation:rise .4s ease both}@keyframes rise{from{opacity:0;transform:translateY(10px)}}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
