.enn-module{font-family:Inter,sans-serif}.enn-wrap{margin:0 auto;max-width:640px;text-align:center}.enn-grid{display:grid;gap:3px;grid-template-columns:repeat(30,1fr);margin-bottom:18px}.enn-grid div{background:#d9e4d9;border-radius:50%;cursor:pointer;padding-top:100%;transition:background .25s ease,transform .2s ease;width:100%}.enn-grid div:hover{transform:scale(1.15)}.enn-grid div.enn-validated-ok{background:#00ab2b}.enn-grid div.enn-validated-flag{background:#d8353a}.enn-arrow{color:#001451;font-size:22px;margin:10px 0}.enn-result{align-items:center;background:#fdedee;border:1px solid #d8353a;border-radius:6px;display:inline-flex;gap:18px;padding:10px 24px}.enn-num{color:#d8353a;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700}.enn-num.enn-ok{color:#00ab2b}.enn-txt{color:#001451;font-size:13px;font-weight:500}.enn-divider{background:#d8353a;height:20px;opacity:.35;width:1px}.enn-hint{color:#7a8a7a;font-size:12px;letter-spacing:.02em;margin-top:14px}@media (max-width:800px){.enn-grid{grid-template-columns:repeat(20,1fr)}}