.scroll-progress.svelte-p2ih4v.svelte-p2ih4v{position:fixed;top:0;left:0;height:3px;background:var(--gradient-sakura);z-index:9999;transition:width .1s ease-out;box-shadow:0 0 10px var(--accent-primary)}.hero.svelte-p2ih4v.svelte-p2ih4v{min-height:calc(100vh - 64px);display:flex;align-items:center;position:relative;overflow:hidden;padding:var(--space-2xl) 0;will-change:transform}.bg-decoration.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.circle.svelte-p2ih4v.svelte-p2ih4v{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;will-change:transform;transition:transform .1s ease-out}.circle-1.svelte-p2ih4v.svelte-p2ih4v{width:600px;height:600px;background:var(--accent-primary);top:-200px;right:-200px;opacity:.15}.circle-2.svelte-p2ih4v.svelte-p2ih4v{width:400px;height:400px;background:var(--accent-tertiary);bottom:-100px;left:-100px;opacity:.1}.grid-pattern.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--border-subtle) 1px,transparent 1px);background-size:60px 60px;opacity:.5}.floating-kanji.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.kanji.svelte-p2ih4v.svelte-p2ih4v{position:absolute;font-size:4rem;color:var(--text-muted);opacity:.1;animation:float 6s ease-in-out infinite;will-change:transform,opacity;transition:all .1s ease-out}.k1.svelte-p2ih4v.svelte-p2ih4v{top:15%;left:10%;animation-delay:0s}.k2.svelte-p2ih4v.svelte-p2ih4v{top:60%;left:5%;animation-delay:1s}.k3.svelte-p2ih4v.svelte-p2ih4v{top:20%;right:15%;animation-delay:2s}.k4.svelte-p2ih4v.svelte-p2ih4v{top:70%;right:10%;animation-delay:3s}.k5.svelte-p2ih4v.svelte-p2ih4v{top:40%;right:25%;animation-delay:4s}.hero-content.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center;position:relative;z-index:1;will-change:opacity,transform;transition:opacity .3s ease-out,transform .3s ease-out}.welcome-badge.svelte-p2ih4v.svelte-p2ih4v{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);background:var(--surface-2);border:1px solid var(--border-default);border-radius:var(--radius-full);font-size:.875rem;color:var(--text-secondary);margin-bottom:var(--space-lg)}.welcome-badge.svelte-p2ih4v .jp.svelte-p2ih4v{color:var(--accent-primary);font-weight:500}.hero-title.svelte-p2ih4v.svelte-p2ih4v{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--space-lg)}.title-jp.svelte-p2ih4v.svelte-p2ih4v{font-size:3rem;font-weight:700;color:var(--text-secondary);letter-spacing:.1em;text-shadow:0 2px 10px rgba(0,0,0,.1)}.title-main.svelte-p2ih4v.svelte-p2ih4v{font-size:4.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;filter:brightness(1.1) contrast(1.05)}.hero-subtitle.svelte-p2ih4v.svelte-p2ih4v{font-size:1.25rem;color:var(--text-secondary);margin-bottom:var(--space-xl);max-width:480px;line-height:1.6}.hero-cta.svelte-p2ih4v.svelte-p2ih4v{display:flex;gap:var(--space-md)}.hero-visual.svelte-p2ih4v.svelte-p2ih4v{display:flex;justify-content:center;align-items:center;perspective:1200px;will-change:transform}.visual-card.svelte-p2ih4v.svelte-p2ih4v{background:var(--surface-2);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-xl);position:relative;will-change:transform;transform-style:preserve-3d;transition:transform .1s ease-out}.visual-card.svelte-p2ih4v.svelte-p2ih4v:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--accent-primary),var(--accent-tertiary));z-index:-1;opacity:.3;filter:blur(20px)}.demo-exercise.svelte-p2ih4v.svelte-p2ih4v{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);min-width:280px}.demo-label.svelte-p2ih4v.svelte-p2ih4v{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.demo-verb.svelte-p2ih4v.svelte-p2ih4v{font-size:3.5rem;font-weight:700;color:var(--text-primary)}.demo-meaning.svelte-p2ih4v.svelte-p2ih4v{color:var(--text-secondary);font-size:1rem}.demo-arrow.svelte-p2ih4v.svelte-p2ih4v{color:var(--accent-primary);font-size:1.5rem;animation:svelte-p2ih4v-bounce 1.5s ease-in-out infinite}@keyframes svelte-p2ih4v-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.demo-form.svelte-p2ih4v.svelte-p2ih4v{padding:var(--space-xs) var(--space-md);background:var(--accent-primary);color:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:500}.demo-input.svelte-p2ih4v.svelte-p2ih4v{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:var(--surface-1);border:2px solid var(--success);border-radius:var(--radius-md);font-size:1.5rem}.checkmark.svelte-p2ih4v.svelte-p2ih4v{color:var(--success);font-size:1.25rem;animation:scaleIn .3s ease-out}.stats-banner.svelte-p2ih4v.svelte-p2ih4v{background:var(--surface-2);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:var(--space-3xl) 0;margin:var(--space-3xl) 0;position:relative;overflow:hidden}.stats-banner.svelte-p2ih4v.svelte-p2ih4v:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);animation:svelte-p2ih4v-shimmer 3s infinite}@keyframes svelte-p2ih4v-shimmer{0%{left:-100%}to{left:100%}}.stats-grid.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:var(--space-xl);align-items:center;max-width:900px;margin:0 auto}.stat-item.svelte-p2ih4v.svelte-p2ih4v{text-align:center}.stat-number.svelte-p2ih4v.svelte-p2ih4v{font-size:3.5rem;font-weight:700;background:var(--gradient-sakura);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:var(--space-xs)}.stat-label.svelte-p2ih4v.svelte-p2ih4v{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em}.stat-divider.svelte-p2ih4v.svelte-p2ih4v{width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--border-default),transparent)}.features.svelte-p2ih4v.svelte-p2ih4v{padding:var(--space-3xl) 0;padding-bottom:var(--space-3xl);position:relative}.section-title-solid.svelte-p2ih4v.svelte-p2ih4v{text-align:center;font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-2xl);position:relative}.section-title-solid.svelte-p2ih4v.svelte-p2ih4v:after{content:"";display:block;width:60px;height:4px;background:var(--gradient-sakura);margin:var(--space-md) auto 0;border-radius:var(--radius-full)}.features-grid.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.feature-card.svelte-p2ih4v.svelte-p2ih4v{background:var(--surface-1);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-xl);transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.feature-card.svelte-p2ih4v.svelte-p2ih4v:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.03));opacity:0;transition:opacity .3s ease}.feature-card.svelte-p2ih4v.svelte-p2ih4v:hover{transform:translateY(-8px);border-color:var(--border-strong);box-shadow:var(--shadow-xl)}.feature-card.svelte-p2ih4v.svelte-p2ih4v:hover:before{opacity:1}.feature-card.svelte-p2ih4v:hover .feature-icon.svelte-p2ih4v{transform:scale(1.1) rotate(-5deg)}.feature-card.svelte-p2ih4v:hover .icon-glow.svelte-p2ih4v{opacity:1;transform:scale(1.2)}.feature-card.svelte-p2ih4v:hover .feature-link.svelte-p2ih4v{opacity:1;transform:translate(5px)}.feature-icon-wrapper.svelte-p2ih4v.svelte-p2ih4v{position:relative;display:inline-block;margin-bottom:var(--space-lg)}.feature-icon.svelte-p2ih4v.svelte-p2ih4v{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--accent-primary);color:#fff;border-radius:var(--radius-lg);transition:transform .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px #e84a5f4d;position:relative;z-index:1}.feature-icon.accent-green.svelte-p2ih4v.svelte-p2ih4v{background:var(--accent-secondary);box-shadow:0 4px 15px #2eba744d}.feature-icon.accent-purple.svelte-p2ih4v.svelte-p2ih4v{background:var(--accent-tertiary);box-shadow:0 4px 15px #8b5cf64d}.icon-glow.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:var(--accent-primary);filter:blur(20px);opacity:.4;transition:all .3s ease;z-index:0}.icon-glow.green.svelte-p2ih4v.svelte-p2ih4v{background:var(--accent-secondary)}.icon-glow.purple.svelte-p2ih4v.svelte-p2ih4v{background:var(--accent-tertiary)}.feature-title.svelte-p2ih4v.svelte-p2ih4v{font-size:1.25rem;font-weight:700;margin-bottom:var(--space-sm);color:var(--text-primary);filter:brightness(1.1)}.feature-desc.svelte-p2ih4v.svelte-p2ih4v{color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-md)}.feature-link.svelte-p2ih4v.svelte-p2ih4v{color:var(--accent-primary);font-size:.875rem;font-weight:500;opacity:0;transform:translate(0);transition:all .3s ease}@keyframes svelte-p2ih4v-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-content.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr;text-align:center}.hero-text.svelte-p2ih4v.svelte-p2ih4v{display:flex;flex-direction:column;align-items:center}.hero-visual.svelte-p2ih4v.svelte-p2ih4v{display:none}.title-main.svelte-p2ih4v.svelte-p2ih4v{font-size:3rem}.features-grid.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr}}.how-it-works.svelte-p2ih4v.svelte-p2ih4v{padding:var(--space-3xl) 0;background:var(--surface-1);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.section-subtitle.svelte-p2ih4v.svelte-p2ih4v{text-align:center;font-size:1.125rem;color:var(--text-secondary);margin-bottom:var(--space-2xl);margin-top:calc(-1 * var(--space-md))}.steps-grid.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);margin-top:var(--space-2xl)}.step-card.svelte-p2ih4v.svelte-p2ih4v{background:var(--surface-2);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;position:relative;transition:all .3s ease;animation:svelte-p2ih4v-fadeInUp .6s ease-out both}.step-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(1){animation-delay:.1s}.step-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(2){animation-delay:.25s}.step-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(3){animation-delay:.4s}.step-card.svelte-p2ih4v.svelte-p2ih4v:hover{transform:translateY(-8px);border-color:var(--accent-primary);box-shadow:var(--shadow-xl)}.step-number.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:-20px;right:20px;font-size:4rem;font-weight:700;color:var(--accent-primary);opacity:.1}.step-icon.svelte-p2ih4v.svelte-p2ih4v{width:80px;height:80px;margin:0 auto var(--space-lg);background:var(--gradient-sakura);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--glow-primary)}.step-card.svelte-p2ih4v h3.svelte-p2ih4v{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-sm)}.step-card.svelte-p2ih4v p.svelte-p2ih4v{color:var(--text-secondary);line-height:1.6}.jlpt-levels.svelte-p2ih4v.svelte-p2ih4v{padding:var(--space-3xl) 0;background:var(--bg-primary)}.levels-grid.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-lg);margin-top:var(--space-2xl)}.level-card.svelte-p2ih4v.svelte-p2ih4v{background:var(--surface-1);border:2px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;transition:all .3s ease;position:relative;overflow:hidden;animation:svelte-p2ih4v-fadeInUp .6s ease-out both}.level-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(1){animation-delay:.05s}.level-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(2){animation-delay:.1s}.level-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(3){animation-delay:.15s}.level-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(4){animation-delay:.2s}.level-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(5){animation-delay:.25s}.level-card.svelte-p2ih4v.svelte-p2ih4v:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-sakura);transform:scaleX(0);transition:transform .3s ease}.level-card.svelte-p2ih4v.svelte-p2ih4v:hover:before{transform:scaleX(1)}.level-card.svelte-p2ih4v.svelte-p2ih4v:hover{transform:translateY(-8px);border-color:var(--accent-primary);box-shadow:var(--shadow-xl)}.level-badge.svelte-p2ih4v.svelte-p2ih4v{display:inline-block;padding:var(--space-xs) var(--space-lg);background:var(--gradient-sakura);color:#fff;font-weight:700;font-size:1.25rem;border-radius:var(--radius-full);margin-bottom:var(--space-md);box-shadow:var(--glow-primary)}.level-card.svelte-p2ih4v h3.svelte-p2ih4v{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.level-desc.svelte-p2ih4v.svelte-p2ih4v{color:var(--text-secondary);font-size:.875rem;margin-bottom:var(--space-lg)}.level-features.svelte-p2ih4v.svelte-p2ih4v{list-style:none;text-align:left;padding:0}.level-features.svelte-p2ih4v li.svelte-p2ih4v{color:var(--text-secondary);font-size:.875rem;margin-bottom:var(--space-xs);padding-left:var(--space-xs)}.final-cta.svelte-p2ih4v.svelte-p2ih4v{padding:var(--space-3xl) 0;background:var(--surface-2);border-top:1px solid var(--border-subtle);text-align:center}.cta-content.svelte-p2ih4v.svelte-p2ih4v{max-width:600px;margin:0 auto}.cta-badge.svelte-p2ih4v.svelte-p2ih4v{display:inline-block;padding:var(--space-xs) var(--space-lg);background:var(--accent-primary);color:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:var(--space-lg)}.cta-title.svelte-p2ih4v.svelte-p2ih4v{font-size:3rem;font-weight:700;background:var(--gradient-sakura);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--space-md)}.cta-subtitle.svelte-p2ih4v.svelte-p2ih4v{font-size:1.25rem;color:var(--text-secondary);margin-bottom:var(--space-xl)}.cta-buttons.svelte-p2ih4v.svelte-p2ih4v{margin-bottom:var(--space-md)}.cta-note.svelte-p2ih4v.svelte-p2ih4v{font-size:.875rem;color:var(--text-tertiary)}@media (max-width: 1024px){.steps-grid.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr;gap:var(--space-lg)}.levels-grid.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-grid.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr;gap:var(--space-lg)}.stat-divider.svelte-p2ih4v.svelte-p2ih4v{display:none}.stat-number.svelte-p2ih4v.svelte-p2ih4v{font-size:2.5rem}.levels-grid.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr}.cta-title.svelte-p2ih4v.svelte-p2ih4v{font-size:2rem}}@media (max-width: 640px){.title-jp.svelte-p2ih4v.svelte-p2ih4v{font-size:2rem}.title-main.svelte-p2ih4v.svelte-p2ih4v{font-size:2.5rem}.hero-cta.svelte-p2ih4v.svelte-p2ih4v{flex-direction:column;width:100%}}.sakura-container.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.sakura-petal.svelte-p2ih4v.svelte-p2ih4v{position:absolute;top:-20px;background:linear-gradient(135deg,#ffb7c5,#ffd9e0,#fff0f3);border-radius:150% 0;animation:svelte-p2ih4v-sakuraFall linear infinite;box-shadow:0 2px 10px #ffb7c54d}@keyframes svelte-p2ih4v-sakuraFall{0%{transform:translateY(-10px) rotate(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100vh) rotate(720deg) translate(100px);opacity:0}}.demo-input.success.svelte-p2ih4v.svelte-p2ih4v{border-color:var(--success);background:var(--success-bg)}.typed-text.svelte-p2ih4v.svelte-p2ih4v{min-width:80px;display:inline-block;text-align:left}.cursor.svelte-p2ih4v.svelte-p2ih4v{display:inline-block;animation:svelte-p2ih4v-blink .8s infinite;color:var(--accent-primary);font-weight:300}.cursor.hidden.svelte-p2ih4v.svelte-p2ih4v{display:none}@keyframes svelte-p2ih4v-blink{0%,50%{opacity:1}51%,to{opacity:0}}.animate-pop.svelte-p2ih4v.svelte-p2ih4v{animation:svelte-p2ih4v-pop .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes svelte-p2ih4v-pop{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.mobile-demo.svelte-p2ih4v.svelte-p2ih4v{display:none}@media (max-width: 1024px){.mobile-demo.svelte-p2ih4v.svelte-p2ih4v{display:flex;justify-content:center;margin-top:var(--space-xl)}.mobile-demo-card.svelte-p2ih4v.svelte-p2ih4v{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-xl);background:var(--surface-2);border:1px solid var(--border-default);border-radius:var(--radius-full);box-shadow:var(--shadow-lg)}.mobile-kanji.svelte-p2ih4v.svelte-p2ih4v{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.mobile-arrow.svelte-p2ih4v.svelte-p2ih4v{color:var(--accent-primary);font-size:1.25rem}.mobile-answer.svelte-p2ih4v.svelte-p2ih4v{font-size:1.5rem;color:var(--accent-secondary);min-width:80px}.mobile-check.svelte-p2ih4v.svelte-p2ih4v{color:var(--success);font-size:1.25rem;animation:svelte-p2ih4v-pop .4s cubic-bezier(.68,-.55,.265,1.55)}}.benefits-section.svelte-p2ih4v.svelte-p2ih4v{padding:var(--space-3xl) 0;background:var(--surface-1);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.benefits-grid.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-top:var(--space-lg)}.benefit-card.svelte-p2ih4v.svelte-p2ih4v{background:var(--surface-2);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;transition:all .3s ease;animation:svelte-p2ih4v-fadeInUp .6s ease-out both}.benefit-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(1){animation-delay:.1s}.benefit-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(2){animation-delay:.2s}.benefit-card.svelte-p2ih4v.svelte-p2ih4v:nth-child(3){animation-delay:.3s}.benefit-card.svelte-p2ih4v.svelte-p2ih4v:hover{transform:translateY(-8px);border-color:var(--accent-primary);box-shadow:var(--shadow-xl)}.benefit-icon.svelte-p2ih4v.svelte-p2ih4v{font-size:3rem;margin-bottom:var(--space-md);display:inline-block;animation:float 3s ease-in-out infinite}.benefit-card.svelte-p2ih4v:nth-child(2) .benefit-icon.svelte-p2ih4v{animation-delay:.5s}.benefit-card.svelte-p2ih4v:nth-child(3) .benefit-icon.svelte-p2ih4v{animation-delay:1s}.benefit-title.svelte-p2ih4v.svelte-p2ih4v{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.benefit-desc.svelte-p2ih4v.svelte-p2ih4v{color:var(--text-secondary);line-height:1.6;font-size:.95rem}@media (max-width: 1024px){.benefits-grid.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr}}.footer.svelte-p2ih4v.svelte-p2ih4v{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:var(--space-3xl) 0 var(--space-xl)}.footer-content.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:1.5fr 2fr;gap:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--border-subtle)}.footer-brand.svelte-p2ih4v.svelte-p2ih4v{max-width:300px}.footer-logo.svelte-p2ih4v.svelte-p2ih4v{display:flex;align-items:center;gap:var(--space-sm);font-size:1.5rem;font-weight:700;margin-bottom:var(--space-sm)}.footer-logo.svelte-p2ih4v .jp.svelte-p2ih4v{color:var(--accent-primary)}.footer-logo.svelte-p2ih4v span.svelte-p2ih4v:last-child{background:var(--gradient-sakura);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline.svelte-p2ih4v.svelte-p2ih4v{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.footer-links.svelte-p2ih4v.svelte-p2ih4v{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.footer-column.svelte-p2ih4v h4.svelte-p2ih4v{color:var(--text-primary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md)}.footer-column.svelte-p2ih4v a.svelte-p2ih4v{display:block;color:var(--text-secondary);text-decoration:none;font-size:.9rem;padding:var(--space-xs) 0;transition:color var(--transition-fast)}.footer-column.svelte-p2ih4v a.svelte-p2ih4v:hover{color:var(--accent-primary)}.footer-bottom.svelte-p2ih4v.svelte-p2ih4v{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-xl);flex-wrap:wrap;gap:var(--space-md)}.footer-copyright.svelte-p2ih4v.svelte-p2ih4v{color:var(--text-tertiary);font-size:.875rem}.footer-social.svelte-p2ih4v.svelte-p2ih4v{display:flex;align-items:center;gap:var(--space-xs);color:var(--text-tertiary);font-size:.875rem}.heart.svelte-p2ih4v.svelte-p2ih4v{font-size:1rem;animation:svelte-p2ih4v-heartbeat 1.5s ease-in-out infinite}@keyframes svelte-p2ih4v-heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width: 768px){.footer-content.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr;gap:var(--space-2xl)}.footer-brand.svelte-p2ih4v.svelte-p2ih4v{max-width:100%;text-align:center}.footer-links.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:repeat(3,1fr);text-align:center}.footer-bottom.svelte-p2ih4v.svelte-p2ih4v{flex-direction:column;text-align:center}}@media (max-width: 480px){.footer-links.svelte-p2ih4v.svelte-p2ih4v{grid-template-columns:1fr;gap:var(--space-lg)}}
