.kipi-page.svelte-hb4odl{--cream: #fbf6f0;--cream-dark: #f0e8dd;--ink: #2d2a26;--ink-light: #6b6560;--ink-muted: #9e958d;--cyan: #50c8e8;--purple: #a78bda;--yellow: #f2d54b;--teal: #4fbfa0;--orange: #e8764a;font-family:Nunito,Raleway,sans-serif;background:var(--cream);color:var(--ink);min-height:100vh;overflow-x:hidden}.hero.svelte-hb4odl{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 1.5rem 4rem;text-align:center;overflow:hidden}.hero-bg.svelte-hb4odl{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.blob.svelte-hb4odl{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25}.blob-cyan.svelte-hb4odl{width:320px;height:320px;background:var(--cyan);top:-60px;right:-80px;animation:svelte-hb4odl-float 8s ease-in-out infinite}.blob-purple.svelte-hb4odl{width:260px;height:260px;background:var(--purple);bottom:20px;left:-60px;animation:svelte-hb4odl-float 10s ease-in-out infinite reverse}.blob-yellow.svelte-hb4odl{width:200px;height:200px;background:var(--yellow);top:40%;left:55%;animation:svelte-hb4odl-float 7s ease-in-out infinite 2s}@keyframes svelte-hb4odl-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(12px,-18px) scale(1.05)}66%{transform:translate(-8px,10px) scale(.97)}}.hero-content.svelte-hb4odl{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-logo.svelte-hb4odl{width:140px;height:140px;margin-bottom:1.5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08));animation:svelte-hb4odl-pop-in .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes svelte-hb4odl-pop-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.hero-tagline.svelte-hb4odl{font-size:1.35rem;font-weight:800;color:var(--ink);margin-bottom:.35rem;animation:svelte-hb4odl-fade-up .5s ease both .15s}@media(min-width:640px){.hero-tagline.svelte-hb4odl{font-size:1.75rem}}.moods-gradient.svelte-hb4odl{background:linear-gradient(135deg,#6b8dd6,#50c8e8,#4fbfa0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-hb4odl{font-size:.75rem;letter-spacing:.25em;color:var(--ink-muted);font-weight:600;margin-bottom:2.5rem;animation:svelte-hb4odl-fade-up .5s ease both .25s}@keyframes svelte-hb4odl-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.store-buttons.svelte-hb4odl{display:flex;flex-direction:column;gap:.75rem;animation:svelte-hb4odl-fade-up .5s ease both .35s}@media(min-width:480px){.store-buttons.svelte-hb4odl{flex-direction:row}}.store-btn.svelte-hb4odl{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;font-weight:700;font-size:.875rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.store-btn.svelte-hb4odl:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.store-btn.svelte-hb4odl:active{transform:translateY(0)}.store-btn-apple.svelte-hb4odl{background:var(--ink);color:var(--cream)}.store-btn-play.svelte-hb4odl{background:#fff;color:var(--ink);border:2px solid var(--cream-dark)}.store-icon.svelte-hb4odl{width:1.125rem;height:1.125rem}.screenshots-section.svelte-hb4odl{padding:1rem 0 3.5rem}.screenshots-scroll.svelte-hb4odl{display:flex;gap:1rem;overflow-x:auto;padding:0 1.5rem 1rem;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.screenshots-scroll.svelte-hb4odl::-webkit-scrollbar{display:none}.screenshot-img.svelte-hb4odl{height:440px;width:auto;border-radius:1.25rem;scroll-snap-align:center;flex-shrink:0;box-shadow:0 8px 30px #2d2a261a;transition:transform .3s ease}.screenshot-img.svelte-hb4odl:hover{transform:scale(1.02)}@media(min-width:640px){.screenshot-img.svelte-hb4odl{height:520px}}.faq-section.svelte-hb4odl{padding:2rem 1.5rem 3.5rem;max-width:640px;margin:0 auto}.section-title.svelte-hb4odl{font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:1.5rem;color:var(--ink)}.faq-list.svelte-hb4odl{display:flex;flex-direction:column;gap:.625rem}.faq-item.svelte-hb4odl{width:100%;text-align:left;background:#fff;border:none;border-radius:1rem;padding:0;cursor:pointer;box-shadow:0 2px 8px #2d2a260d;transition:box-shadow .2s,transform .2s;overflow:hidden}.faq-item.svelte-hb4odl:hover{box-shadow:0 4px 16px #2d2a261a;transform:translateY(-1px)}.faq-header.svelte-hb4odl{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.faq-dot.svelte-hb4odl{width:10px;height:10px;border-radius:50%;flex-shrink:0}.faq-question.svelte-hb4odl{flex:1;font-weight:700;font-size:.9rem;color:var(--ink)}.faq-chevron.svelte-hb4odl{width:18px;height:18px;color:var(--ink-muted);flex-shrink:0;transition:transform .25s ease}.faq-chevron-open.svelte-hb4odl{transform:rotate(180deg)}.faq-answer.svelte-hb4odl{padding:0 1.25rem 1rem 2.75rem;font-size:.875rem;line-height:1.65;color:var(--ink-light)}.contact-section.svelte-hb4odl{padding:0 1.5rem 3.5rem;max-width:640px;margin:0 auto}.contact-card.svelte-hb4odl{background:linear-gradient(135deg,var(--cyan),var(--teal));border-radius:1.5rem;padding:2.5rem 2rem;text-align:center;color:#fff}.contact-title.svelte-hb4odl{font-size:1.35rem;font-weight:900;margin-bottom:.5rem}.contact-desc.svelte-hb4odl{font-size:.875rem;opacity:.9;margin-bottom:1.5rem;font-weight:500}.contact-btn.svelte-hb4odl{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--ink);padding:.75rem 1.75rem;border-radius:999px;font-weight:700;font-size:.875rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.contact-btn.svelte-hb4odl:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.contact-arrow.svelte-hb4odl{width:16px;height:16px}.legal-footer.svelte-hb4odl{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1.5rem 3rem}.legal-footer.svelte-hb4odl a:where(.svelte-hb4odl){font-size:.8rem;color:var(--ink-muted);text-decoration:none;font-weight:600;transition:color .2s}.legal-footer.svelte-hb4odl a:where(.svelte-hb4odl):hover{color:var(--ink)}.legal-dot.svelte-hb4odl{width:4px;height:4px;border-radius:50%;background:var(--ink-muted);opacity:.5}
