.install-banner.svelte-1y1c8fy{position:relative;display:flex;align-items:stretch;background:color-mix(in srgb,var(--card) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);overflow:hidden;animation:svelte-1y1c8fy-slideUp .5s ease-out;max-width:440px}@media(max-width:1024px){.install-banner.svelte-1y1c8fy{max-width:100%}}@keyframes svelte-1y1c8fy-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.banner-accent.svelte-1y1c8fy{width:3px;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-dark) 100%);flex-shrink:0}.banner-content.svelte-1y1c8fy{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;flex:1}.banner-icon.svelte-1y1c8fy{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:color-mix(in srgb,var(--brand) 15%,transparent);color:var(--brand);flex-shrink:0}.banner-text.svelte-1y1c8fy{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.banner-title.svelte-1y1c8fy{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--foreground);letter-spacing:-.01em}.banner-subtitle.svelte-1y1c8fy{font-size:.875rem;color:var(--muted-foreground)}.banner-link.svelte-1y1c8fy{font-size:.8125rem;color:var(--muted-foreground);text-decoration:none;margin-top:.125rem;transition:color .15s ease}.banner-link.svelte-1y1c8fy:hover{color:var(--brand);text-decoration:underline}.banner-cta.svelte-1y1c8fy{padding:.625rem 1.25rem;background:var(--brand);color:#0a0a0a;font-size:.9375rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;flex-shrink:0}.banner-cta.svelte-1y1c8fy:hover{background:var(--brand-hover);transform:translateY(-1px)}.banner-dismiss.svelte-1y1c8fy{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:transparent;color:var(--muted-foreground);border:none;cursor:pointer;transition:all .15s ease;flex-shrink:0}.banner-dismiss.svelte-1y1c8fy:hover{color:var(--foreground);background:var(--secondary)}.demo-wrapper.svelte-12s2ykq{position:relative;width:min(460px,100%);aspect-ratio:1;perspective:1500px;perspective-origin:50% 40%}.board-frame.svelte-12s2ykq{width:100%;height:100%;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px var(--border)}.board-frame.svelte-12s2ykq.tilt{will-change:transform;animation:svelte-12s2ykq-hero-tilt-in 1.1s ease-out both,svelte-12s2ykq-hero-tilt 12s ease-in-out 1.1s infinite}@keyframes svelte-12s2ykq-hero-tilt-in{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(4deg) rotateY(-6deg)}}@keyframes svelte-12s2ykq-hero-tilt{0%,to{transform:rotateX(4deg) rotateY(-6deg)}50%{transform:rotateX(2deg) rotateY(6deg)}}@media(prefers-reduced-motion:reduce){.board-frame.svelte-12s2ykq.tilt{animation:none;transform:none}}.board.svelte-12s2ykq{width:100%;height:100%}.demo-wrapper.svelte-12s2ykq cg-container{width:100%!important;height:100%!important}.landing-page.svelte-h7bcrl{--amber: var(--brand);--amber-light: var(--brand-hover);--amber-dark: var(--brand-dark);font-family:var(--font-sans);overflow-x:hidden}.hero.svelte-h7bcrl{position:relative;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:6rem 2rem 4rem;max-width:1400px;margin:0 auto}@media(max-width:1024px){.hero.svelte-h7bcrl{grid-template-columns:1fr;text-align:center;min-height:auto;padding-top:4rem}}.hero-bg.svelte-h7bcrl{position:fixed;inset:0;z-index:-1;overflow:hidden}.chess-pattern.svelte-h7bcrl{position:absolute;inset:0;background-image:linear-gradient(45deg,var(--muted) 25%,transparent 25%),linear-gradient(-45deg,var(--muted) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--muted) 75%),linear-gradient(-45deg,transparent 75%,var(--muted) 75%);background-size:60px 60px;background-position:0 0,0 30px,30px -30px,-30px 0px;opacity:.03}.gradient-overlay.svelte-h7bcrl{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,var(--amber) 0%,transparent 50%);opacity:.04}.hero-content.svelte-h7bcrl{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.hero-content.mounted.svelte-h7bcrl{opacity:1;transform:translateY(0)}.hero-badge.svelte-h7bcrl{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:var(--secondary);border:1px solid var(--border);border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:1.5rem}.hero-title.svelte-h7bcrl{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1;letter-spacing:-.04em;margin-bottom:1.5rem}.title-line.svelte-h7bcrl{display:block}.title-line.accent.svelte-h7bcrl{color:var(--amber)}.hero-subtitle.svelte-h7bcrl{font-size:1.125rem;line-height:1.7;color:var(--muted-foreground);max-width:500px;margin-bottom:2rem}@media(max-width:1024px){.hero-subtitle.svelte-h7bcrl{margin-inline:auto}}.hero-actions.svelte-h7bcrl{display:flex;gap:1rem;margin-bottom:1.5rem}@media(max-width:1024px){.hero-actions.svelte-h7bcrl{justify-content:center}}.install-banner-wrapper.svelte-h7bcrl{margin-bottom:1.5rem;min-height:0}.install-banner-wrapper.svelte-h7bcrl:empty{display:none}@media(max-width:1024px){.install-banner-wrapper.svelte-h7bcrl{display:flex;justify-content:center}}.install-link.svelte-h7bcrl{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500;color:var(--amber);text-decoration:none;transition:opacity .15s ease}.install-link.svelte-h7bcrl:hover{opacity:.8;text-decoration:underline}@media(max-width:1024px){.install-link.svelte-h7bcrl{justify-content:center}}.btn-primary{background:var(--amber)!important;color:#0a0a0a!important;border:none!important;font-weight:500!important;display:inline-flex!important;align-items:center!important;gap:.5rem!important;transition:all .2s ease!important}.btn-primary:hover{background:var(--amber-light)!important;transform:translateY(-1px)}.btn-outline{display:inline-flex!important;align-items:center!important;gap:.375rem!important}.btn-lg{padding:.875rem 1.75rem!important;font-size:1rem!important}.hero-stats.svelte-h7bcrl{display:flex;align-items:center;gap:1.5rem}@media(max-width:1024px){.hero-stats.svelte-h7bcrl{justify-content:center}}.stat.svelte-h7bcrl{display:flex;flex-direction:column}.stat-value.svelte-h7bcrl{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--foreground)}.stat-label.svelte-h7bcrl{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.stat-divider.svelte-h7bcrl{width:1px;height:2.5rem;background:var(--border)}.hero-visual.svelte-h7bcrl{display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(30px);transition:opacity 1s ease-out .2s,transform 1s ease-out .2s}.hero-visual.mounted.svelte-h7bcrl{opacity:1;transform:translateY(0)}@media(max-width:1024px){.hero-visual.svelte-h7bcrl{display:none}}.section.svelte-h7bcrl{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header.svelte-h7bcrl{text-align:center;margin-bottom:4rem}.section-label.svelte-h7bcrl{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--amber);margin-bottom:1rem}.section-title.svelte-h7bcrl{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin-bottom:1rem;letter-spacing:-.03em}.section-desc.svelte-h7bcrl{font-size:1.0625rem;color:var(--muted-foreground);max-width:600px;margin-inline:auto;line-height:1.7}.training-modes.svelte-h7bcrl{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.mode-card.svelte-h7bcrl{position:relative;background:var(--card);border:1px solid var(--border);padding:2rem;transition:all .3s ease;opacity:0;transform:translateY(20px)}.mode-card.mounted.svelte-h7bcrl{opacity:1;transform:translateY(0);transition-delay:var(--delay)}.mode-card.svelte-h7bcrl:hover{border-color:var(--amber);transform:translateY(-4px);box-shadow:0 12px 40px -12px color-mix(in srgb,var(--brand) 15%,transparent)}.mode-icon.svelte-h7bcrl{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--amber);margin-bottom:1.25rem}.mode-title.svelte-h7bcrl{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.mode-desc.svelte-h7bcrl{font-size:.9375rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:1.5rem}.mode-tag.svelte-h7bcrl{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--amber);padding:.25rem .625rem;background:color-mix(in srgb,var(--amber) 10%,transparent);border:1px solid color-mix(in srgb,var(--amber) 25%,transparent)}.stats-section.svelte-h7bcrl{background:var(--secondary);max-width:none;padding:6rem 2rem}.stats-content.svelte-h7bcrl{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}@media(max-width:900px){.stats-content.svelte-h7bcrl{grid-template-columns:1fr;gap:3rem}}.stats-visual.svelte-h7bcrl{opacity:0;transform:translate(-30px);transition:opacity .8s ease,transform .8s ease}.stats-visual.mounted.svelte-h7bcrl{opacity:1;transform:translate(0)}.stat-previews.svelte-h7bcrl{display:flex;flex-direction:column;gap:1rem}.stats-info.svelte-h7bcrl .section-title:where(.svelte-h7bcrl),.stats-info.svelte-h7bcrl .section-label:where(.svelte-h7bcrl),.stats-info.svelte-h7bcrl .section-desc:where(.svelte-h7bcrl){text-align:left;margin-inline:0}.stats-grid.svelte-h7bcrl{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.stat-item.svelte-h7bcrl{display:flex;align-items:flex-start;gap:1rem}.stat-item.svelte-h7bcrl .stat-icon{width:1.25rem;height:1.25rem;color:var(--amber);flex-shrink:0;margin-top:.125rem}.stat-name.svelte-h7bcrl{display:block;font-weight:500;margin-bottom:.125rem}.stat-detail.svelte-h7bcrl{display:block;font-size:.875rem;color:var(--muted-foreground)}.sync-section.svelte-h7bcrl{padding:2rem 2rem 4rem}.sync-cards.svelte-h7bcrl{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.sync-card.svelte-h7bcrl{padding:2.5rem;border:1px solid var(--border);text-align:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.sync-card.mounted.svelte-h7bcrl{opacity:1;transform:translateY(0)}.sync-card.offline.mounted.svelte-h7bcrl{transition-delay:0ms}.sync-card.cloud.mounted.svelte-h7bcrl{transition-delay:.15s}.sync-icon.svelte-h7bcrl{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:var(--secondary);margin:0 auto 1.5rem}.sync-card.offline.svelte-h7bcrl .sync-icon:where(.svelte-h7bcrl){color:var(--foreground)}.sync-card.cloud.svelte-h7bcrl .sync-icon:where(.svelte-h7bcrl){color:var(--amber)}.sync-card.svelte-h7bcrl h3:where(.svelte-h7bcrl){font-family:var(--font-display);font-size:1.375rem;font-weight:600;margin-bottom:.75rem}.sync-card.svelte-h7bcrl p:where(.svelte-h7bcrl){font-size:.9375rem;color:var(--muted-foreground);line-height:1.6}.sync-head.svelte-h7bcrl{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-bottom:.75rem}.sync-head.svelte-h7bcrl h3:where(.svelte-h7bcrl){margin-bottom:0}.price-tag.svelte-h7bcrl{font-family:var(--font-display);font-size:.8125rem;font-weight:600;color:var(--amber);padding:.125rem .5rem;background:color-mix(in srgb,var(--amber) 12%,transparent);border:1px solid color-mix(in srgb,var(--amber) 30%,transparent)}.cta-section.svelte-h7bcrl{position:relative;text-align:center;background:linear-gradient(135deg,var(--card) 0%,var(--secondary) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:none;overflow:hidden}.cta-content.svelte-h7bcrl{position:relative;z-index:1;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.cta-content.mounted.svelte-h7bcrl{opacity:1;transform:translateY(0)}.cta-section.svelte-h7bcrl h2:where(.svelte-h7bcrl){font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin-bottom:.75rem}.cta-section.svelte-h7bcrl p:where(.svelte-h7bcrl){font-size:1.0625rem;color:var(--muted-foreground);margin-bottom:2rem}.cta-secondary.svelte-h7bcrl{margin-top:1.5rem;margin-bottom:0;font-size:.9375rem}.cta-secondary.svelte-h7bcrl a:where(.svelte-h7bcrl){color:var(--amber);text-decoration:none;font-weight:500}.cta-secondary.svelte-h7bcrl a:where(.svelte-h7bcrl):hover{text-decoration:underline}.cta-pattern.svelte-h7bcrl{position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,var(--border) 1px,transparent 0);background-size:32px 32px;opacity:.5}
