.nl-signup{display:flex;flex-direction:column;gap:10px;max-width:420px}.nl-signup-row{display:flex;gap:8px;align-items:stretch}.nl-signup-field{position:relative;flex:1;min-width:0;display:flex;align-items:center}.nl-signup-field-icon{position:absolute;left:10px;color:var(--text-faint);pointer-events:none}.nl-signup-input{width:100%;padding:9px 12px 9px 32px;border-radius:8px;border:1px solid var(--border-input,var(--border-primary));background:var(--surface-input,var(--inset));color:var(--text-primary);font-size:13px;font-family:var(--font-sans)}.nl-signup-input::-moz-placeholder{color:var(--text-muted)}.nl-signup-input::placeholder{color:var(--text-muted)}.nl-signup-input:focus{outline:none;border-color:var(--border-focus)}.nl-signup-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:8px;border:1px solid var(--emerald);background:var(--emerald);color:#fff;font-size:12.5px;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:background .15s ease,opacity .15s ease}.nl-signup-btn:hover:not(:disabled){background:var(--emerald-hover);border-color:var(--emerald-hover)}.nl-signup-btn:disabled{opacity:.5;cursor:not-allowed}.nl-signup-spin{animation:nl-signup-spin .8s linear infinite}@keyframes nl-signup-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.nl-signup-spin{animation:none}}.nl-signup-consent{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.5;color:var(--text-muted);cursor:pointer}.nl-signup-consent input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--emerald);cursor:pointer}.nl-signup-link{color:var(--emerald-text,var(--emerald));text-decoration:underline;text-underline-offset:2px}.nl-signup-status{display:flex;align-items:center;gap:5px;min-height:16px;margin:0;font-size:12px;line-height:1.4;color:var(--text-muted)}.nl-signup-status.is-ok{color:var(--emerald-text,var(--emerald))}.nl-signup-status.is-err{color:var(--danger)}.nl-signup-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){.nl-signup-row{flex-direction:column}.nl-signup-btn{justify-content:center;padding:11px 16px}}.landing-footer{position:relative;z-index:10;border-top:1px solid var(--border-secondary);background:#090c11;color:var(--text-body)}body.light-mode .landing-footer{background:var(--bg-primary)}.landing-footer-inner{max-width:1200px;margin:0 auto;padding:64px 2rem 0}.landing-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding-bottom:48px}.landing-footer-brand{text-align:left;align-items:flex-start;display:flex;flex-direction:column}.landing-footer-brand-logo{display:inline-flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:1.25rem;text-decoration:none}.landing-footer-brand-logo img{width:auto;height:auto;max-width:40px;max-height:34px;-o-object-fit:contain;object-fit:contain;transform:none}.landing-footer-wordmark{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.landing-footer-brand h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.landing-footer-brand p{font-size:.875rem;color:var(--text-muted);line-height:1.55;margin:0 0 1.25rem;max-width:320px}.landing-footer-newsletter{display:flex;flex-direction:row;align-items:center;gap:8px;max-width:360px;width:100%}.landing-footer-newsletter input{flex:1 1 auto;min-width:0;width:auto;height:46px;box-sizing:border-box;padding:0 14px;border-radius:9999px;border:1px solid var(--border-secondary);background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;font-family:var(--font-sans)}.landing-footer-newsletter input::-moz-placeholder{color:var(--text-faint)}.landing-footer-newsletter input::placeholder{color:var(--text-faint)}.landing-footer-newsletter input:focus-visible{outline:none;border-color:var(--emerald-border);box-shadow:0 0 0 2px var(--emerald-bg)}.landing-footer-send{position:static;flex:0 0 auto;width:44px;height:44px;border:none;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--emerald);color:#04130d;cursor:pointer;transition:filter .2s ease}.landing-footer-send:hover{filter:brightness(1.08)}.landing-footer-newsletter-msg{margin:.5rem 0 0;font-size:.78125rem;color:var(--emerald-text)}.landing-footer-newsletter-msg--err{color:var(--negative)}.landing-footer-col h4{margin:0 0 1rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.landing-footer-links{display:flex;flex-direction:column;gap:.625rem}.landing-footer-links a,.landing-footer-links button.landing-footer-link-btn{font-size:.9375rem;color:var(--text-body);text-decoration:none;background:none;border:none;padding:0;text-align:left;cursor:pointer;font-family:var(--font-sans);transition:color .2s ease}.landing-footer-links a:hover,.landing-footer-links button.landing-footer-link-btn:hover{color:var(--emerald-text)}.landing-footer-socials{display:flex;flex-wrap:wrap;gap:.625rem}.landing-footer-social{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-secondary);border-radius:8px;color:var(--text-body);text-decoration:none;transition:border-color .2s ease,color .2s ease}.landing-footer-social:hover{border-color:var(--emerald-border);color:var(--emerald-text)}.landing-footer-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0 2rem;border-top:1px solid var(--border-secondary)}.landing-footer-copy{font-size:.8125rem;color:var(--text-faint);margin:0}.landing-footer-legal{display:flex;flex-wrap:wrap;gap:1.25rem}.landing-footer-legal a,.landing-footer-legal button{font-size:.8125rem;color:var(--text-muted);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-sans);transition:color .2s ease}.landing-footer-legal a:hover,.landing-footer-legal button:hover{color:var(--text-primary)}@media (max-width:900px){.landing-footer-grid{grid-template-columns:1fr;gap:2rem}.landing-footer-bar{flex-direction:column;text-align:center}.landing-footer-legal{justify-content:center}.landing-footer-legal a,.landing-footer-legal button,.landing-footer-links a,.landing-footer-links button.landing-footer-link-btn{padding:.375rem 0;min-height:44px;display:inline-flex;align-items:center}.landing-footer-social{width:44px;height:44px}}.landing-footer-bar,.landing-footer-legal,.landing-footer-links{position:relative;z-index:11}.landing-footer-legal a,.landing-footer-legal button,.landing-footer-links a,.landing-footer-links button{position:relative;z-index:11;pointer-events:auto;cursor:pointer}