:root{--mercy-bg:#fafaf7;--mercy-fg:#1f2937;--mercy-muted:#6b7280;--mercy-card:#ffffff;--mercy-border:#e5e7eb;--mercy-brand:#ef7a4d;--mercy-brand-soft:#fde6dc;--mercy-accent:#4cb4c7}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--mercy-bg);color:var(--mercy-fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:currentColor;text-decoration:none}.home{justify-content:center;min-height:100vh;padding:3rem 1.5rem;gap:3rem;max-width:64rem;margin:0 auto}.home,.home__brand{display:flex;flex-direction:column;align-items:center}.home__brand{gap:1.25rem;text-align:center}.home__tagline{margin:0;color:var(--mercy-muted);font-size:1rem;max-width:32rem}.home__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;width:100%;max-width:48rem}.home__card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;background:var(--mercy-card);border:1px solid var(--mercy-border);border-radius:12px;padding:1.75rem;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.home__card:hover{transform:translateY(-2px);border-color:var(--mercy-brand);box-shadow:0 6px 20px rgba(239,122,77,.12)}.home__card svg{color:var(--mercy-brand);background:var(--mercy-brand-soft);border-radius:10px;padding:8px;width:52px;height:52px}.home__card-title{font-size:1.125rem;font-weight:600}.home__card-desc{font-size:.9rem;color:var(--mercy-muted);line-height:1.4}.home__footer{font-size:.875rem;color:var(--mercy-muted)}.home__footer-link:hover{color:var(--mercy-brand);text-decoration:underline}