.newsletter-section{background:#fff;padding:var(--section-space) var(--section-pad-x)}.newsletter-card{background:hsla(0,0%,100%,.025);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:0 30px 80px #0000003d;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;min-height:620px;overflow:hidden;width:min(100%,var(--section-max-width))}.newsletter-copy{align-items:center;display:flex;padding:clamp(42px,6vw,72px)}.newsletter-copy-inner{max-width:430px;width:100%}.newsletter-copy h2{color:var(--fg);font-size:clamp(3rem,5vw,4.8rem);font-weight:430;letter-spacing:-.065em;line-height:.98;margin:0}.newsletter-copy-inner>p:not(.newsletter-consent){color:var(--muted);font-size:1rem;line-height:1.65;margin:24px 0 30px}.newsletter-form{display:flex;flex-direction:column;gap:12px}.newsletter-input-wrap{align-items:center;background:hsla(0,0%,100%,.045);border:1px solid var(--glass-border);border-radius:var(--radius-md);color:var(--muted-2);display:flex;gap:12px;height:52px;padding:0 16px;transition:border-color .18s ease,background .18s ease}.newsletter-input-wrap:focus-within{background:rgba(var(--accent-rgb),.06);border-color:rgba(var(--accent-rgb),.65)}.newsletter-input-wrap input{background:#0000;border:0;color:var(--fg);flex:1 1;font:inherit;min-width:0;outline:0}.newsletter-input-wrap input::placeholder{color:var(--muted-2)}.newsletter-form button{background:#fff;border:0;border-radius:var(--radius-md);color:#071013;cursor:pointer;font:inherit;font-weight:600;height:52px;transition:transform .18s ease,background .18s ease}.newsletter-form button:hover{background:#9beaff;transform:translateY(-2px)}.newsletter-form button:disabled{cursor:wait;opacity:.72;transform:none}.newsletter-discord-button{align-items:center;background:#5865f2;border:1px solid #5865f26b;border-radius:var(--radius-md);box-shadow:0 18px 44px #5865f247;color:#fff;display:inline-flex;font-size:.98rem;font-weight:720;gap:18px;justify-content:space-between;min-height:56px;padding:0 18px 0 20px;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;width:min(100%,360px)}.newsletter-discord-button span{align-items:center;display:flex;gap:12px;min-width:0}.newsletter-discord-button svg{flex:0 0 auto}.newsletter-discord-button span svg{height:22px;width:22px}.newsletter-discord-button:hover{background:#4752c4;border-color:#5865f2bd;box-shadow:0 22px 54px #5865f257;transform:translateY(-2px)}.newsletter-discord-button:focus-visible{outline:3px solid #5865f252;outline-offset:4px}.newsletter-discord-note{color:var(--muted-2);font-size:.82rem;line-height:1.55;margin:18px 0 0;max-width:390px}.newsletter-status{font-size:.82rem;font-weight:600;line-height:1.45;margin:14px 0 0}.newsletter-status.is-success{color:#9beaff}.newsletter-status.is-error{color:#ff8e8e}.newsletter-consent{color:var(--muted-2);font-size:.72rem;line-height:1.55;margin:16px 0 0}.newsletter-consent a{color:inherit;text-decoration:underline;text-underline-offset:3px}.newsletter-visual{min-height:620px;overflow:hidden;position:relative}.newsletter-visual img{height:100%;max-width:none;object-fit:cover;width:100%}.newsletter-visual-overlay{background:linear-gradient(180deg,#03070914,#030709b8);inset:0;position:absolute}[data-theme=light] .newsletter-card{background:#fff;border-color:#0a3d441a;box-shadow:0 30px 80px #0a3d441a}[data-theme=light] .newsletter-input-wrap{background:#f5f5f5;border-color:#0a3d441a}[data-theme=light] .newsletter-form button{background:#1c1c1c;color:#fff}[data-theme=light] .newsletter-discord-note{color:#0a3d448c}[data-theme=linear] .newsletter-discord-button{background:linear-gradient(135deg,#5865f2,#31a9ca);border-color:#68d8f43d;box-shadow:0 22px 58px #31a9ca38}[data-theme=linear] .newsletter-discord-button:hover{background:linear-gradient(135deg,#6571ff,#42c0df);border-color:#68d8f475}@media (max-width:800px){.newsletter-card{border-radius:var(--radius-lg);grid-template-columns:1fr;min-height:0}.newsletter-copy{padding:48px 28px}.newsletter-visual{min-height:390px}}