.theme-hero{min-height:auto;padding:100px max(5vw,24px) 60px;text-align:center;display:block;background:radial-gradient(circle at 50% 0,#a7e5ff 0,transparent 40%),linear-gradient(120deg,#effaff,#fff 56%)}
.theme-hero h1{font-size:clamp(40px,6vw,68px);letter-spacing:-2px;line-height:1.02;margin:0 auto}
.theme-hero p{color:var(--muted);font-size:18px;max-width:520px;margin:20px auto 0}
.theme-vote{padding:20px max(5vw,24px) 110px;max-width:640px;margin:0 auto}
.theme-vote-intro{text-align:center;margin-bottom:36px}
.theme-vote-intro h2{font-size:clamp(32px,4vw,46px)}
.theme-vote-intro p{color:var(--muted);font-size:16px;margin:14px auto 0;max-width:480px}
.theme-vote-form fieldset{border:0;padding:0;margin:0}
.theme-vote-form legend{font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:1.2px;color:var(--navy);padding:0 0 14px}
.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.theme-option{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;border:2px solid #dce7ef;border-radius:18px;padding:20px;background:#fff;cursor:pointer;transition:.2s ease;font:inherit}
.theme-option:hover{transform:translateY(-2px);border-color:#bcd8ea}
.theme-option.is-selected{border-color:var(--blue);box-shadow:0 10px 24px #087bc122}
.theme-option-swatch{width:100%;height:56px;border-radius:12px}
.theme-option--blue .theme-option-swatch{background:linear-gradient(135deg,#29a9f2,#087bc1)}
.theme-option--neon .theme-option-swatch{background:linear-gradient(135deg,#2563eb,#7c3aed)}
.theme-option b{font-size:16px}
.theme-option small{color:var(--muted);font-size:13px}
.theme-preview-button{margin:20px 0;width:100%;border:1px solid #cbd8e4;background:#fff;border-radius:10px;padding:13px;font-weight:800;font-size:14px;cursor:pointer}
.theme-preview-button:disabled{opacity:.45;cursor:not-allowed}
.theme-email{display:block;margin:18px 0 12px}
.theme-email span{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px}
.theme-email input{width:100%;box-sizing:border-box;border:1px solid #cbd8e4;border-radius:10px;padding:13px;font-size:15px}
.theme-consent{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--muted);margin:0 0 20px}
.theme-consent input{margin-top:3px}
.theme-submit{width:100%;border:0;border-radius:10px;padding:15px;font-weight:800;font-size:15px;color:#fff;background:var(--blue);cursor:pointer}
.theme-submit:disabled{opacity:.5;cursor:not-allowed}
.theme-message{margin-top:14px;font-size:14px;color:var(--muted);text-align:center}
.theme-message--error{color:#c0392b}
.theme-success{text-align:center;background:linear-gradient(135deg,#eaf7ff,#fff);border:1px solid #bde8ff;border-radius:20px;padding:40px 28px}
.theme-success strong{display:block;font-size:20px;color:var(--navy);margin-bottom:18px}
.theme-success h3{margin:0 0 8px;font-size:20px}
.theme-success p{color:var(--muted);margin:0}
.theme-footer{display:flex;justify-content:center;gap:24px;padding:36px max(5vw,24px);font-size:13px;font-weight:700;color:var(--muted)}
@media(max-width:620px){.theme-options{grid-template-columns:1fr}}
