.landing{--landing-bg:#09090b;--landing-surface:#18181b;--landing-surface-hover:#27272a;--landing-surface-raised:#1f1f23;--landing-border:#27272a;--landing-border-subtle:#1f1f23;--landing-text:#fafafa;--landing-text-secondary:#a1a1aa;--landing-text-muted:#71717a;--landing-text-dim:#52525b;--landing-accent:#6366f1;--landing-accent-hover:#818cf8;--landing-accent-glow:#6366f126;--landing-success:#22c55e;--landing-success-bg:#22c55e1a;--landing-warning:#f59e0b;--landing-warning-bg:#f59e0b1a;--landing-error:#ef4444;--landing-error-bg:#ef44441a;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-lg:0 10px 15px -3px #0000004d;--shadow-glow:0 0 40px #6366f11f;--transition-fast:.15s ease;--transition-normal:.2s ease;--transition-slow:.3s ease;--max-width:1280px;background-color:var(--landing-bg);color:var(--landing-text);font-family:var(--font-inter),system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden}.landing *,.landing :before,.landing :after{box-sizing:border-box}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--landing-border-subtle);background:#09090bd1;position:sticky;top:0}.landing-nav-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:16px 24px;display:flex}.landing-nav-logo{font-family:var(--font-space-grotesk),system-ui,sans-serif;color:var(--landing-text);letter-spacing:-.02em;align-items:center;gap:8px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.landing-nav-logo .logo-icon{background:linear-gradient(135deg,var(--landing-accent),#a78bfa);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:800;display:flex}.landing-nav-cta{background:var(--landing-accent);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);border:none;align-items:center;gap:6px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.landing-nav-cta:hover{background:var(--landing-accent-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.landing-hero{text-align:center;padding:96px 24px 64px;position:relative}.landing-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#6366f108 1px,#0000 1px),linear-gradient(90deg,#6366f108 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.landing-hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#6366f114 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.landing-hero-content{z-index:1;max-width:720px;margin:0 auto;position:relative}.landing-hero h1{font-family:var(--font-space-grotesk),system-ui,sans-serif;letter-spacing:-.03em;margin:0 0 24px;font-size:56px;font-weight:700;line-height:1.08;animation:.6s ease-out fadeSlideUp}.landing-hero h1 .accent{background:linear-gradient(135deg,var(--landing-accent),#a78bfa,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-hero-subtitle{color:var(--landing-text-secondary);max-width:520px;margin:0 auto 48px;font-size:18px;line-height:1.65;animation:.6s ease-out .1s both fadeSlideUp}.store-finder{max-width:560px;margin:0 auto;animation:.6s ease-out .2s both fadeSlideUp}.store-finder-input-row{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:var(--radius-lg);transition:border-color var(--transition-normal);gap:8px;padding:6px 6px 6px 20px;display:flex}.store-finder-input-row:focus-within{border-color:var(--landing-accent);box-shadow:0 0 0 3px var(--landing-accent-glow)}.store-finder-icon{color:var(--landing-text-muted);flex-shrink:0;align-items:center;font-size:18px;display:flex}.store-finder-input{color:var(--landing-text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:10px 0;font-family:inherit;font-size:15px}.store-finder-input::placeholder{color:var(--landing-text-dim)}.store-finder-btn{background:var(--landing-accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;border:none;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600}.store-finder-btn:hover:not(:disabled){background:var(--landing-accent-hover)}.store-finder-btn:disabled{opacity:.5;cursor:not-allowed}.finder-status{border-radius:var(--radius-md);align-items:center;gap:10px;margin-top:12px;padding:12px 16px;font-size:14px;animation:.3s ease-out fadeIn;display:flex}.finder-status.status-checking{background:var(--landing-surface);color:var(--landing-text-secondary)}.finder-status.status-found{background:var(--landing-success-bg);color:var(--landing-success);border:1px solid #22c55e33}.finder-status.status-draft{background:var(--landing-warning-bg);color:var(--landing-warning);border:1px solid #f59e0b33}.finder-status.status-not-found{background:var(--landing-error-bg);color:var(--landing-error);border:1px solid #ef444433}.finder-status.status-invalid{background:var(--landing-surface);color:var(--landing-text-muted)}.finder-status-text{flex:1}.finder-status-link{color:inherit;text-underline-offset:2px;cursor:pointer;transition:opacity var(--transition-fast);font-weight:600;text-decoration:underline}.finder-status-link:hover{opacity:.8}.finder-type-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;align-items:center;gap:3px;margin:0 4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.finder-spinner{border:2px solid var(--landing-text-muted);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.landing-divider{text-align:center;max-width:560px;color:var(--landing-text-dim);align-items:center;gap:16px;margin:48px auto;font-size:13px;display:flex}.landing-divider:before,.landing-divider:after{content:"";background:var(--landing-border);flex:1;height:1px}.landing-community{padding:64px 24px}.landing-community-header{max-width:var(--max-width);justify-content:space-between;align-items:baseline;margin:0 auto 32px;display:flex}.landing-community-header h2{font-family:var(--font-space-grotesk),system-ui,sans-serif;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:700}.landing-community-subtitle{color:var(--landing-text-muted);font-size:14px}.landing-community-grid{max-width:var(--max-width);grid-template-columns:repeat(4,1fr);gap:20px;margin:0 auto;display:grid}.store-card{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:var(--radius-lg);transition:all var(--transition-normal);cursor:default;flex-direction:column;gap:14px;padding:20px;animation:.5s ease-out both fadeSlideUp;display:flex;position:relative}.store-card:hover{background:var(--landing-surface-hover);border-color:var(--theme-accent,var(--landing-accent));box-shadow:var(--shadow-lg),0 0 0 1px var(--theme-accent,transparent);transform:translateY(-3px)}.store-card-logo{border-radius:var(--radius-md);flex-shrink:0;width:52px;height:52px;overflow:hidden}.store-card-logo-img{object-fit:cover;width:100%;height:100%}.store-card-initial{width:100%;height:100%;font-family:var(--font-space-grotesk),system-ui,sans-serif;border-radius:var(--radius-md);justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.store-card-info{flex-direction:column;gap:3px;display:flex}.store-card-name{font-family:var(--font-space-grotesk),system-ui,sans-serif;color:var(--landing-text);margin:0;font-size:15px;font-weight:600}.store-card-subdomain{color:var(--landing-text-muted);font-size:12px;font-family:var(--font-space-grotesk),monospace;margin:0}.store-card-owner{color:var(--landing-text-dim);margin:0;font-size:12px}.store-card-badges{flex-wrap:wrap;gap:6px;display:flex}.store-card-theme-badge,.store-card-type-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;border:1px solid;padding:3px 8px;font-size:10px;font-weight:600}.store-card-status-badge{border-radius:var(--radius-full);letter-spacing:.04em;padding:3px 8px;font-size:10px;font-weight:700}.status-live{background:var(--landing-success-bg);color:var(--landing-success)}.status-draft{background:var(--landing-warning-bg);color:var(--landing-warning)}.store-card-footer{border-top:1px solid var(--landing-border-subtle);justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.store-card-time{color:var(--landing-text-dim);font-size:11px}.store-card-visit{color:var(--landing-accent);transition:color var(--transition-fast);font-size:13px;font-weight:600;text-decoration:none}.store-card-visit:hover{color:var(--landing-accent-hover)}.landing-empty{text-align:center;color:var(--landing-text-muted);grid-column:1/-1;padding:64px 24px}.landing-empty-icon{margin-bottom:16px;font-size:48px}.landing-empty p{margin:0 0 24px;font-size:16px}.landing-empty-cta{background:var(--landing-accent);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-normal);align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.landing-empty-cta:hover{background:var(--landing-accent-hover);transform:translateY(-1px)}.landing-stats{border-top:1px solid var(--landing-border-subtle);padding:64px 24px}.landing-stats-header{max-width:var(--max-width);margin:0 auto 40px}.landing-stats-header h2{font-family:var(--font-space-grotesk),system-ui,sans-serif;letter-spacing:-.02em;text-align:center;margin:0;font-size:28px;font-weight:700}.landing-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:800px;margin:0 auto;display:grid}.stat-card{text-align:center;background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:var(--radius-lg);transition:all var(--transition-normal);padding:28px 16px}.stat-card:hover{border-color:var(--landing-accent);transform:translateY(-2px)}.stat-value{font-family:var(--font-space-grotesk),system-ui,sans-serif;color:var(--landing-text);margin:0 0 4px;font-size:36px;font-weight:700;line-height:1}.stat-label{color:var(--landing-text-muted);margin:0;font-size:13px;line-height:1.3}.landing-footer-cta{text-align:center;border-top:1px solid var(--landing-border-subtle);padding:80px 24px 48px}.landing-footer-cta h2{font-family:var(--font-space-grotesk),system-ui,sans-serif;letter-spacing:-.02em;margin:0 0 32px;font-size:32px;font-weight:700}.landing-footer-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:64px;display:flex}.btn-primary{background:var(--landing-accent);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);border:none;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{background:var(--landing-accent-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-secondary{color:var(--landing-text-secondary);border:1px solid var(--landing-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);background:0 0;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:var(--landing-surface);border-color:var(--landing-text-muted);color:var(--landing-text)}.landing-footer{border-top:1px solid var(--landing-border);text-align:center;padding:24px}.landing-footer-inner{max-width:var(--max-width);color:var(--landing-text-dim);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0 auto;font-size:13px;display:flex}.landing-footer-inner a{color:var(--landing-text-muted);transition:color var(--transition-fast);text-decoration:none}.landing-footer-inner a:hover{color:var(--landing-text)}.landing-footer-sep{color:var(--landing-border)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-card:first-child{animation-delay:0s}.store-card:nth-child(2){animation-delay:60ms}.store-card:nth-child(3){animation-delay:.12s}.store-card:nth-child(4){animation-delay:.18s}.store-card:nth-child(5){animation-delay:.24s}.store-card:nth-child(6){animation-delay:.3s}.store-card:nth-child(7){animation-delay:.36s}.store-card:nth-child(8){animation-delay:.42s}.store-card:nth-child(9){animation-delay:.48s}.store-card:nth-child(10){animation-delay:.54s}.store-card:nth-child(11){animation-delay:.6s}.store-card:nth-child(12){animation-delay:.66s}.landing :focus-visible{outline:2px solid var(--landing-accent);outline-offset:2px;border-radius:var(--radius-sm)}.landing :focus:not(:focus-visible){outline:none}@media (max-width:1024px){.landing-community-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.landing-hero{padding:64px 16px 48px}.landing-hero h1{font-size:36px}.landing-hero-subtitle{margin-bottom:32px;font-size:16px}.landing-nav-inner{padding:12px 16px}.landing-community{padding:48px 16px}.landing-community-header{flex-direction:column;gap:4px}.landing-community-grid{grid-template-columns:1fr;gap:12px}.store-card{flex-direction:row;align-items:flex-start;gap:14px;padding:16px}.store-card-logo{width:44px;height:44px}.store-card-initial{font-size:18px}.store-card-body{flex:1;min-width:0}.store-card-badges{margin-top:4px}.store-card-footer{border-top:none;padding-top:4px}.landing-stats-grid{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:28px}.landing-footer-cta h2{font-size:24px}.landing-footer-buttons{flex-direction:column;align-items:center}.store-finder-input-row{flex-direction:column;gap:8px;padding:12px}.store-finder-icon{display:none}.store-finder-btn{text-align:center;justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.store-card,.landing-hero h1,.landing-hero-subtitle,.store-finder{animation:none!important}.store-card{transition:none!important}}
