*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}.massmailer-theme{font-family:'Inter',sans-serif;background:#0d1b2a;color:#e4e8f0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.massmailer-theme .card{background:#132030;border:1px solid #1e3048;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:80%;box-shadow:0 8px 40px rgb(0 0 0 / .45)}.massmailer-theme h1{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.4rem}.massmailer-theme .subtitle{font-size:.9rem;color:#8898aa;margin-bottom:2rem}.massmailer-theme .alert{border-radius:8px;padding:.85rem 1rem;margin-bottom:1.5rem;font-size:.88rem;display:none;align-items:flex-start;gap:.6rem}.massmailer-theme .alert.visible{display:flex}.massmailer-theme .alert-error{background:#2d1515;border:1px solid #7b2020;color:#f87171}.massmailer-theme .alert-success{background:#0f2d1e;border:1px solid #1a5c38;color:#4ade80}.massmailer-theme .alert svg{flex-shrink:0;margin-top:1px}.massmailer-theme .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:520px){.massmailer-theme .form-row{grid-template-columns:1fr}}.massmailer-theme .form-group{margin-bottom:1.1rem}.massmailer-theme label{display:block;font-size:.8rem;font-weight:600;color:#94a3b8;margin-bottom:.35rem;letter-spacing:.03em;text-transform:uppercase}.massmailer-theme input[type="text"],.massmailer-theme input[type="email"],.massmailer-theme input[type="tel"],.massmailer-theme textarea,.massmailer-theme select{width:100%;background:#0d1b2a;border:1px solid #1e3048;border-radius:7px;color:#e4e8f0;font-family:inherit;font-size:.93rem;padding:.65rem .9rem;transition:border-color .2s,box-shadow .2s;outline:none;appearance:none;-webkit-appearance:none}.massmailer-theme input:focus,.massmailer-theme textarea:focus,.massmailer-theme select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .25)}.massmailer-theme input.is-invalid,.massmailer-theme textarea.is-invalid,.massmailer-theme select.is-invalid{border-color:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68 / .2)}.massmailer-theme textarea{resize:vertical;min-height:120px}.massmailer-theme select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.5rem}.massmailer-theme select option{background:#132030;color:#e4e8f0}.massmailer-theme .field-error{color:#f87171;font-size:.78rem;margin-top:.3rem;display:block}.massmailer-theme .privacy-note{font-size:.75rem;color:#64748b;margin-top:.5rem}.massmailer-theme .privacy-note a{color:#3b82f6;text-decoration:none}.massmailer-theme .privacy-note a:hover{text-decoration:underline}.massmailer-theme .required-note{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.massmailer-theme .req{color:#f87171}.massmailer-theme .btn-submit{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb;color:#fff;font-family:inherit;font-size:.95rem;font-weight:600;padding:.75rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;margin-top:.5rem}.massmailer-theme .btn-submit:hover{background:#1d4ed8}.massmailer-theme .btn-submit:active{transform:scale(.98)}.massmailer-theme .btn-submit:disabled{opacity:.6;cursor:not-allowed}.massmailer-theme .btn-submit .spinner{display:none;width:16px;height:16px;border:2px solid rgb(255 255 255 / .4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}