:root{--border:#b8b8b8;--bg:#f4f4f4;--accent:#2f5fa8;--accent-bg:#dce6f5;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Atkinson Hyperlegible Next,system-ui,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:#1a1a1a;min-height:100vh;margin:0}.home{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;min-height:100vh;padding:2rem;display:flex}.home h1{letter-spacing:-.02em;margin:0;font-size:3rem}.api-warning{color:#7a5200;background:#fff6e0;border:1px solid #e0a929;border-radius:6px;max-width:480px;margin:0;padding:.65rem 1rem;font-size:.9rem;line-height:1.4}.calculators{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.calculator{border:1px solid var(--border);color:#1a1a1a;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:260px;min-height:120px;padding:1.25rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:flex}a.calculator:hover{border-color:var(--accent);background:var(--accent-bg)}.calculator-secondary{background:0 0;min-height:88px;font-size:1rem;font-weight:600}
