*{margin:0;padding:0;box-sizing:border-box}:root{--ink:#1a1a2e;--ink-soft:#4a4a5e;--paper:#fdfcf8;--accent:#5b4b8a;--accent-soft:#ece8f6;--line:#e3e0d8;--ok:#2e7d32;--err:#b3261e}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--ink);background:var(--paper);display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;width:100%;max-width:52rem;margin:0 auto;padding:2.5rem 1.5rem 4rem}h1{font-size:2rem;line-height:1.25;margin-bottom:1rem}h2{font-size:1.35rem;margin:2rem 0 .75rem}p{margin-bottom:.75rem}a{color:var(--accent)}.site-header{border-bottom:1px solid var(--line);background:#fff}.header-inner{max-width:64rem;margin:0 auto;padding:.75rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem}.brand{font-weight:700;font-size:1.15rem;text-decoration:none;color:var(--ink)}.site-header nav{display:flex;flex-wrap:wrap;gap:1rem}.header-account a,.site-header nav a{text-decoration:none;color:var(--ink-soft)}.header-account a:hover,.site-header nav a:hover{color:var(--accent)}.header-account{margin-left:auto;display:flex;gap:1rem;align-items:center}.btn-small{background:var(--accent);color:#fff!important;padding:.3rem .8rem;border-radius:999px}.lang-switcher ul{display:flex;gap:.5rem;list-style:none}.lang-switcher a{text-decoration:none;font-size:.8rem;color:var(--ink-soft);padding:.15rem .4rem;border-radius:4px}.lang-switcher a[aria-current=true]{background:var(--accent-soft);color:var(--accent);font-weight:600}.site-footer{border-top:1px solid var(--line);background:#fff;font-size:.85rem;color:var(--ink-soft)}.footer-inner{max-width:64rem;margin:0 auto;padding:1.25rem 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between}.footer-inner nav{display:flex;flex-wrap:wrap;gap:1rem}.hero{text-align:center;padding:2rem 0 1rem}.hero .cta{display:inline-block;margin-top:1rem;background:var(--accent);color:#fff;text-decoration:none;padding:.7rem 1.5rem;border-radius:999px;font-weight:600}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));grid-gap:1rem;gap:1rem;margin-top:2.5rem}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.25rem}.card h2,.card h3{margin:0 0 .5rem;font-size:1.05rem}form.stack{gap:1rem;max-width:26rem}form.stack,form.stack label{display:flex;flex-direction:column}form.stack label{gap:.3rem;font-weight:600;font-size:.9rem}form.stack input[type=date],form.stack input[type=email],form.stack input[type=password],form.stack input[type=text],form.stack select{font:inherit;padding:.55rem .75rem;border:1px solid var(--line);border-radius:8px;background:#fff}form.stack .hint{font-weight:400;font-size:.8rem;color:var(--ink-soft)}form.stack .consent{flex-direction:row;align-items:flex-start;gap:.5rem;font-weight:400}.btn,form.stack button[type=submit]{font:inherit;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:999px;padding:.65rem 1.4rem;cursor:pointer}button:disabled{opacity:.6;cursor:wait}.form-error{color:var(--err)}.form-success{color:var(--ok)}.numbers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.number-card .value{font-size:2.2rem;font-weight:700;color:var(--accent);line-height:1.1}.number-card .badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.1rem .6rem;margin-left:.5rem;vertical-align:middle}.number-card ul{margin:.25rem 0 .5rem 1.1rem;font-size:.9rem}.number-card .meaning-title{font-weight:600}.premium-banner{margin-top:2rem;background:var(--accent-soft);border-radius:12px;padding:1.5rem}.disclaimer{font-size:.8rem;color:var(--ink-soft);margin-top:1.5rem}details{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.75rem 1rem;margin-bottom:.75rem}details summary{font-weight:600;cursor:pointer}details p{margin-top:.5rem}.profile-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--line)}.profile-row .grow{flex:1 1;min-width:12rem}.btn-ghost{font:inherit;background:none;border:1px solid var(--line);border-radius:999px;padding:.35rem .9rem;cursor:pointer;color:var(--ink-soft)}