.landing-carousel{align-items:center;gap:.5rem;width:100%;max-width:720px;display:flex}.carousel-track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;padding:.25rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-pill{white-space:nowrap;letter-spacing:-.01em;color:var(--foreground);background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:999px;flex:none;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s}.carousel-pill:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground);transform:translateY(-1px)}.carousel-arrow{width:2rem;height:2rem;color:var(--foreground);border:1px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:background .2s,opacity .2s;display:flex}.carousel-arrow:hover:not(:disabled){background:var(--surface-subtle)}.carousel-arrow:disabled{opacity:.25;cursor:default}@media (max-width:768px){.carousel-arrow{display:none}}
.animated-letter{will-change:transform;animation:2.6s ease-in-out infinite title-float;display:inline-block}.animated-letter-inner{display:inline-block}.animated-letter:hover .animated-letter-inner{animation:2s ease-in-out infinite title-twinkle}.animated-space{width:.28em;display:inline-block}@keyframes title-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.16em)}}@keyframes title-twinkle{0%,to{color:var(--foreground);text-shadow:none;transform:scale(1)}50%{color:var(--background);text-shadow:0 0 6px var(--background), 0 0 14px var(--background);transform:scale(1.2)}}@media (prefers-reduced-motion:reduce){.animated-letter{animation:none}.animated-letter:hover .animated-letter-inner{color:var(--background);text-shadow:0 0 8px var(--background);animation:none}}
.landing{flex-direction:column;gap:2rem;min-height:100vh;padding:3rem 4rem;display:flex}.landing-content{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:3rem;width:100%;max-width:860px;margin:0 auto;display:flex}.landing-media{flex:none}.landing-media img{border-radius:8px;width:128px;height:auto}.landing-text{flex:1;min-width:0}.landing-title{letter-spacing:-.02em;color:var(--foreground);margin:0 0 1.5rem;font-size:1.8rem;font-weight:600;line-height:1.2}.landing-description{color:var(--foreground);opacity:.8;max-width:640px;font-size:1rem;line-height:1.8}.landing-footer{justify-content:center;padding-top:1rem;display:flex}@media (max-width:1024px){.landing{padding:2.5rem 3rem}.landing-title{font-size:1.75rem}}@media (max-width:768px){.landing{padding:2rem 1.5rem}.landing-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.landing-title{font-size:1.4rem}.landing-description{font-size:.9375rem}.landing-footer{justify-content:flex-start}}
