.landing-root{--landing-accent:#de0387;--landing-accent-glow:#de03872e;--landing-accent-soft:#de03870a;--landing-accent-tint-strong:#de03871a;--landing-accent-tint-mid:#de038714;--landing-accent-tint-soft:#de038726;--landing-accent-border:#de038733;--landing-bg:#fff;--landing-surface:#f5f5f7;--landing-text:#1a1a1e;--landing-text-muted:#6b6b76;--landing-border:#00000014;--landing-warning-tint:#ffb40014;--landing-warning-border:#ffb40026;--landing-error:#d32f2f;background:var(--landing-bg);min-height:100dvh;color:var(--landing-text);font-family:var(--font-sans);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.landing-root:before{content:"";background:radial-gradient(circle, var(--landing-accent-glow) 0%, var(--landing-accent-soft) 40%, transparent 70%);pointer-events:none;z-index:0;width:800px;height:800px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.landing-root:after{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.015'/%3E%3C/svg%3E");background-repeat:repeat;position:absolute;inset:0}.landing-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:640px;display:flex;position:relative}.landing-logo{width:180px;color:var(--landing-accent);animation:1s ease-out both logoFadeIn}@media (min-width:640px){.landing-logo{width:240px}}.landing-logo svg{width:100%;height:auto}.landing-badge{background:var(--landing-accent-tint-strong);border:1px solid var(--landing-accent-border);font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:var(--landing-accent);border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;animation:1s ease-out .2s both badgeFadeIn;display:inline-flex}.landing-badge-dot{background:var(--landing-accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.landing-tagline{font-family:var(--font-display);letter-spacing:-.03em;color:var(--landing-text);font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.05;animation:.8s ease-out .3s both textFadeUp}.landing-sub{color:var(--landing-text-muted);max-width:480px;font-size:clamp(1rem,2.5vw,1.1875rem);line-height:1.6;animation:.8s ease-out .45s both textFadeUp}.landing-form-wrap{width:100%;max-width:440px;animation:.8s ease-out .6s both textFadeUp}.landing-form{gap:.5rem;width:100%;display:flex}@media (max-width:480px){.landing-form{flex-direction:column}}.landing-input{background:var(--landing-surface);border:1px solid var(--landing-border);color:var(--landing-text);font-family:var(--font-sans);border-radius:12px;outline:none;flex:1;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.landing-input::placeholder{color:var(--landing-text-muted)}.landing-input:focus{border-color:var(--landing-accent);box-shadow:0 0 0 3px var(--landing-accent-glow)}.landing-button{background:var(--landing-accent);color:#fff;font-family:var(--font-display);cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;transition:transform .15s,opacity .15s,box-shadow .2s}.landing-button:hover:not(:disabled){box-shadow:0 4px 24px var(--landing-accent-glow);transform:translateY(-1px)}.landing-button:active:not(:disabled){transform:translateY(0)}.landing-button:disabled{opacity:.6;cursor:not-allowed}.landing-status{text-align:center;border-radius:12px;padding:1.25rem 1.5rem}.landing-status-success{background:var(--landing-accent-tint-mid);border:1px solid var(--landing-accent-tint-soft)}.landing-status-duplicate{background:var(--landing-warning-tint);border:1px solid var(--landing-warning-border)}.landing-status-error{color:var(--landing-error);background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.875rem}.landing-status-title{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.landing-status-sub{color:var(--landing-text-muted);font-size:.9375rem}.landing-footer{z-index:1;color:var(--landing-text-muted);flex-direction:column;align-items:center;gap:.25rem;margin-top:4rem;font-size:.8125rem;animation:.8s ease-out .75s both textFadeUp;display:flex;position:relative}.landing-footer a{color:var(--landing-text-muted);text-decoration:none;transition:color .2s}.landing-footer a:hover{color:var(--landing-accent)}.landing-footer-links{font-family:var(--font-display);letter-spacing:.02em;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:flex}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes textFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
