.page.svelte-11eu69n{min-height:70vh;padding-top:4rem}.page-header.svelte-11eu69n{margin-bottom:3rem}.page-header.svelte-11eu69n h1:where(.svelte-11eu69n){background:linear-gradient(135deg,var(--green-400),var(--green-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:max(2rem,min(4vw,3rem));font-weight:700}.page-description.svelte-11eu69n{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;font-size:1.15rem}.page-stats.svelte-11eu69n{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:560px;padding:1rem 0;display:grid}.page-stat.svelte-11eu69n{border-right:1px solid var(--border);flex-direction:column;gap:.25rem;padding:0 1rem;display:flex}.page-stat.svelte-11eu69n:last-child{border-right:none}.page-stat.svelte-11eu69n dt:where(.svelte-11eu69n){color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}.page-stat.svelte-11eu69n dd:where(.svelte-11eu69n){color:var(--text);font-family:JetBrains Mono,Fira Code,monospace;font-size:1.5rem;font-weight:700;line-height:1}.product-list.svelte-11eu69n{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.product-card.svelte-11eu69n{color:inherit;border-radius:var(--radius-xl);text-decoration:none;display:block;position:relative;overflow:hidden}.product-card-inner.svelte-11eu69n{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition);padding:2.5rem;position:relative;overflow:hidden}.product-accent.svelte-11eu69n{background:linear-gradient(90deg,var(--green-600),var(--green-400),transparent 80%);opacity:.9;pointer-events:none;height:2px;position:absolute;top:0;left:0;right:0}.product-card.status-coming-soon.svelte-11eu69n .product-accent:where(.svelte-11eu69n){background:linear-gradient(90deg,var(--border-light),transparent 70%);opacity:.6}.product-glow.svelte-11eu69n{pointer-events:none;width:360px;height:360px;transition:opacity var(--transition);background:radial-gradient(circle,#76b7441f,#76b7440a 40%,#0000 70%);position:absolute;top:-120px;right:-120px}.product-card.status-coming-soon.svelte-11eu69n .product-glow:where(.svelte-11eu69n){opacity:.3}.product-card.is-clickable.svelte-11eu69n:hover .product-glow:where(.svelte-11eu69n){opacity:1.3}.product-card.is-clickable.svelte-11eu69n{cursor:pointer}.product-card.is-clickable.svelte-11eu69n:hover .product-card-inner:where(.svelte-11eu69n){border-color:var(--border-green);box-shadow:var(--shadow-green);transform:translateY(-2px)}.product-card.is-clickable.svelte-11eu69n:focus-visible .product-card-inner:where(.svelte-11eu69n){border-color:var(--border-green);box-shadow:var(--shadow-green);transform:translateY(-2px)}.product-card.is-clickable.svelte-11eu69n:focus-visible{outline:none}.product-card.status-coming-soon.svelte-11eu69n .product-card-inner:where(.svelte-11eu69n){opacity:.9;border-style:dashed}.product-card.status-coming-soon.svelte-11eu69n .product-name:where(.svelte-11eu69n){color:var(--text-secondary)}.product-card.status-coming-soon.svelte-11eu69n .product-tagline:where(.svelte-11eu69n){color:var(--text-secondary)}.product-card-top.svelte-11eu69n{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.product-icon-wrap.svelte-11eu69n{border-radius:var(--radius-lg);background:var(--bg-elevated,#12121a);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;padding:10px;display:flex}.product-icon.svelte-11eu69n{object-fit:contain;width:100%;height:100%;display:block}.product-card-meta.svelte-11eu69n{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.product-date.svelte-11eu69n{color:var(--text-muted);letter-spacing:.02em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem}.badge.svelte-11eu69n{gap:.45rem}.status-dot.svelte-11eu69n{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.badge-live.svelte-11eu69n .status-dot:where(.svelte-11eu69n){animation:2s infinite svelte-11eu69n-pulse;box-shadow:0 0}.badge-launching.svelte-11eu69n .status-dot:where(.svelte-11eu69n){animation:2s infinite svelte-11eu69n-pulse;box-shadow:0 0}@keyframes svelte-11eu69n-pulse{0%{box-shadow:0 0 color-mix(in srgb,currentColor 60%,transparent)}70%{box-shadow:0 0 0 6px #0000}to{box-shadow:0 0 #0000}}@media (prefers-reduced-motion:reduce){.badge-live.svelte-11eu69n .status-dot:where(.svelte-11eu69n){animation:none}.badge-launching.svelte-11eu69n .status-dot:where(.svelte-11eu69n){animation:none}}.product-tags.svelte-11eu69n{flex-wrap:wrap;gap:.4rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.product-tag.svelte-11eu69n{color:var(--text-secondary);border:1px solid var(--border-green);letter-spacing:.02em;white-space:nowrap;background:#76b74414;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.product-card.status-coming-soon.svelte-11eu69n .product-tag:where(.svelte-11eu69n){border-color:var(--border);color:var(--text-muted);background:#7a7a8a14}.product-name.svelte-11eu69n{color:var(--text);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.product-tagline.svelte-11eu69n{color:var(--green-400);margin-bottom:1rem;font-size:1.15rem;font-weight:500;line-height:1.4}.product-description.svelte-11eu69n{color:var(--text-secondary);max-width:680px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.product-features.svelte-11eu69n{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.product-features.svelte-11eu69n li:where(.svelte-11eu69n){color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.5;display:flex}.feature-check.svelte-11eu69n{width:16px;height:16px;color:var(--green-500);flex-shrink:0;margin-top:.15rem}.product-card.status-coming-soon.svelte-11eu69n .feature-check:where(.svelte-11eu69n){color:var(--text-muted)}.product-card-footer.svelte-11eu69n{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.product-cta.svelte-11eu69n{color:var(--green-400);transition:color var(--transition);font-size:.95rem;font-weight:600}.product-card.is-clickable.svelte-11eu69n:hover .product-cta:where(.svelte-11eu69n){color:var(--green-500)}.product-card.status-coming-soon.svelte-11eu69n .product-cta:where(.svelte-11eu69n){color:var(--text-muted);font-weight:500}.product-url.svelte-11eu69n{color:var(--text-muted);font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem}.product-placeholder.svelte-11eu69n{border:1px dashed var(--border-light);border-radius:var(--radius-xl);background:0 0;justify-content:center;align-items:center;min-height:120px;padding:2rem;display:flex}.placeholder-inner.svelte-11eu69n{flex-direction:column;align-items:center;gap:.75rem;display:flex}.placeholder-dots.svelte-11eu69n{gap:.4rem;display:flex}.placeholder-dots.svelte-11eu69n span:where(.svelte-11eu69n){background:var(--text-muted);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite svelte-11eu69n-placeholder-dot}.placeholder-dots.svelte-11eu69n span:where(.svelte-11eu69n):nth-child(2){animation-delay:.2s}.placeholder-dots.svelte-11eu69n span:where(.svelte-11eu69n):nth-child(3){animation-delay:.4s}@keyframes svelte-11eu69n-placeholder-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:.9;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.placeholder-dots.svelte-11eu69n span:where(.svelte-11eu69n){opacity:.5;animation:none}}.placeholder-text.svelte-11eu69n{color:var(--text-muted);letter-spacing:.04em;font-size:.8rem;font-weight:500}.more-section.svelte-11eu69n{margin-top:3rem;padding-top:2rem}.section-label.svelte-11eu69n{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.label-line.svelte-11eu69n{background:var(--border);flex:1;height:1px}.label-text.svelte-11eu69n{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;font-size:.75rem;font-weight:700}.more-text.svelte-11eu69n{color:var(--text-secondary);max-width:600px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.more-links.svelte-11eu69n{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:768px){.page-stats.svelte-11eu69n{grid-template-columns:repeat(2,1fr);gap:0}.page-stat.svelte-11eu69n{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.6rem 1rem}.page-stat.svelte-11eu69n:nth-child(2n){border-right:none}.page-stat.svelte-11eu69n:nth-last-child(-n+2){border-bottom:none}.product-card-inner.svelte-11eu69n{padding:1.5rem}.product-icon-wrap.svelte-11eu69n{width:56px;height:56px;padding:10px}.product-name.svelte-11eu69n{font-size:1.4rem}.product-features.svelte-11eu69n{grid-template-columns:1fr}.product-card-footer.svelte-11eu69n{flex-direction:column;align-items:flex-start;gap:.5rem}}
