:root {
  --blue: #1559f5;
  --indigo: #11114e;
  --ink: #11183d;
  --pink: #ff6f8c;
  --lemon: #ffd85f;
  --mint: #70d9b8;
  --lilac: #ac93ff;
  --white: #ffffff;
  --offwhite: #f8f8fb;
  --line: #d7d9e6;
  --round: ui-rounded, "SF Pro Rounded", "Avenir Next Rounded", "PingFang TC", system-ui, sans-serif;
  --sans: "Avenir Next", "PingFang TC", system-ui, sans-serif;
  --ease-out-quart: cubic-bezier(.25, 1, .5, 1);
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --z-progress: 10;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--offwhite); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--lemon); outline-offset: 4px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: -60px; left: 20px; padding: 9px 14px; background: var(--lemon); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 20px; }
.home-page { --scroll-progress: 0; }
.home-page::before { content: ""; position: fixed; z-index: var(--z-progress); top: 0; right: 0; left: 0; height: 4px; background: var(--pink); pointer-events: none; transform: scaleX(var(--scroll-progress)); transform-origin: left; transition: transform 90ms linear; }

.site-header { display: flex; align-items: center; gap: 28px; min-height: 88px; }
.home-header { position: relative; z-index: 3; margin-bottom: -88px; }
.home-header .header-cta { margin-left: auto; border-color: var(--indigo); background: var(--indigo); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 800 24px/1 var(--round); letter-spacing: -.03em; text-decoration: none; }
.brand img { border-radius: 12px; transition: transform 240ms var(--ease-out-quart); }
.brand:hover img { transform: rotate(-7deg) scale(1.06); }
.brand-light { color: var(--white); }
.site-header nav { display: flex; gap: 25px; margin-left: auto; font-size: 13px; font-weight: 800; }
.home-header nav { position: absolute; top: 31px; left: 260px; margin-left: 0; color: var(--white); }
.site-header nav a { position: relative; text-decoration: none; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 240ms var(--ease-out-quart); }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after, .site-header nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.site-header nav a.is-current { color: var(--lemon); }
.footer-links a:hover { text-decoration: underline; }
.header-cta { padding: 8px 14px; border: 2px solid currentColor; border-radius: 999px; color: var(--white); font-size: 13px; font-weight: 800; text-decoration: none; transition: transform 180ms var(--ease-out-quart), background 180ms var(--ease-out-quart), color 180ms var(--ease-out-quart); }
.header-cta:hover { transform: translateY(-2px); }
.header-cta:hover { background: var(--white); color: var(--blue); }

.hero { min-height: 690px; overflow: hidden; background: var(--blue); color: var(--white); }
.hero-layout { position: relative; min-height: 690px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(52%, 565px); padding-top: 83px; }
.hero-copy > * { animation: hero-copy-in 680ms var(--ease-out-expo); }
.hero-copy .hero-fandom { animation-delay: 40ms; }
.hero-copy h1 { animation-delay: 110ms; }
.hero-copy > p:not(.hero-fandom) { animation-delay: 190ms; }
.hero-copy .hero-actions { animation-delay: 270ms; }
.hero-fandom, .section-note { margin: 0; font: 800 15px/1.5 var(--round); letter-spacing: -.01em; }
.hero-fandom { color: var(--lemon); }
.hero h1, h2, h3 { font-family: var(--round); text-wrap: balance; }
.hero h1 { max-width: 620px; margin: 14px 0 20px; font-size: clamp(54px, 6.5vw, 92px); font-weight: 900; letter-spacing: -.04em; line-height: .99; }
.hero-copy > p:not(.hero-fandom) { max-width: 480px; margin: 0; font-size: 17px; line-height: 1.85; }
.hero-actions, .privacy-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 29px; }
.button { --spark-color: var(--lemon); position: relative; display: inline-flex; align-items: center; gap: 14px; padding: 12px 17px; border-radius: 999px; font: 800 14px/1.2 var(--round); text-decoration: none; transition: transform 180ms var(--ease-out-quart), background 180ms var(--ease-out-quart), box-shadow 180ms var(--ease-out-quart); }
.button:hover { transform: translateY(-3px) scale(1.02); }
.button:active { transform: translateY(1px) scale(.98); }
.button::after { content: "✦"; position: absolute; top: -11px; right: 10px; color: var(--spark-color); font: 22px/1 var(--round); opacity: 0; pointer-events: none; }
.button-white { --spark-color: var(--pink); }
.button-blue { --spark-color: var(--lemon); }
.button.has-spark::after { animation: button-spark 430ms var(--ease-out-expo); }
.button-pink { background: var(--pink); color: var(--ink); box-shadow: 4px 4px 0 var(--indigo); }
.button-white { background: var(--white); color: var(--ink); box-shadow: 4px 4px 0 var(--mint); }
.button-blue { background: var(--blue); color: var(--white); box-shadow: 4px 4px 0 var(--pink); }
.arrow { width: 15px; height: 15px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.link-light { display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: 14px; font-weight: 800; }
.link-light .arrow { transition: transform 180ms var(--ease-out-quart); }
.link-light:hover .arrow { transform: translate(3px, -3px); }
.hero-art { position: absolute; right: -48px; top: 0; width: 61%; height: 100%; overflow: hidden; animation: hero-art-reveal 820ms var(--ease-out-expo); }
.hero-art-parallax { --tilt-x: 0deg; --tilt-y: 0deg; width: 100%; height: 100%; transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform 180ms var(--ease-out-quart); }
.hero-art-parallax img { width: 100%; height: 100%; object-fit: cover; object-position: right center; animation: hero-art-drift 7s 950ms ease-in-out infinite alternate; }

.intro-strip { background: var(--lemon); color: var(--ink); }
.intro-strip > div { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 66px; font: 800 13px/1.35 var(--round); text-align: center; }
.intro-strip p { margin: 0; }
.intro-strip span { color: var(--pink); font-size: 22px; animation: sparkle 1.8s ease-in-out infinite; }

.make-section { overflow: hidden; background: var(--indigo); color: var(--white); }
.make-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(350px, .98fr); gap: clamp(36px, 8vw, 130px); align-items: center; min-height: 735px; padding: 90px 0; }
.make-art { align-self: stretch; min-height: 500px; }
.make-art img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.section-copy h2, .section-heading h2, .closing h2 { margin: 12px 0 23px; font-size: clamp(42px, 5vw, 70px); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; }
.section-copy > p:not(.section-note) { max-width: 520px; margin: 0; font-size: 17px; line-height: 1.9; }
.section-copy-light { color: var(--white); }
.section-copy-light .section-note { color: var(--mint); }
.feature-list { display: grid; gap: 0; margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .35); }
.feature-list li { padding: 14px 0 14px 21px; border-bottom: 1px solid rgba(255, 255, 255, .35); font-size: 14px; line-height: 1.55; transition: transform 180ms var(--ease-out-quart), color 180ms var(--ease-out-quart); }
.feature-list li::before { content: ""; display: inline-block; width: 9px; height: 9px; margin: 0 12px 1px -21px; border-radius: 50%; background: var(--pink); transition: transform 180ms var(--ease-out-quart), background 180ms var(--ease-out-quart); }

.real-app { padding: 125px 0 142px; }
.section-heading { max-width: 760px; }
.section-note-blue { color: var(--blue); }
.section-heading h2 { margin-top: 12px; }
.app-flow { display: grid; gap: 78px; margin-top: 62px; }
.app-flow-item { display: grid; grid-template-columns: minmax(270px, .83fr) minmax(300px, .7fr); gap: clamp(38px, 8vw, 130px); align-items: center; max-width: 920px; }
.app-flow-item-reverse { grid-template-columns: minmax(300px, .7fr) minmax(270px, .83fr); margin-left: auto; }
.app-flow-item-reverse .app-screen { order: 2; }
.app-flow-item-reverse .app-flow-copy { order: 1; }
.app-screen { position: relative; overflow: hidden; width: min(100%, 365px); justify-self: start; padding: 12px; border: 3px solid var(--ink); border-radius: 16px; background: var(--blue); box-shadow: 7px 7px 0 var(--pink); transition: transform 220ms var(--ease-out-quart), box-shadow 220ms var(--ease-out-quart); }
.app-flow-item-reverse .app-screen { justify-self: end; background: var(--mint); box-shadow: 7px 7px 0 var(--indigo); }
.app-screen img { width: 100%; border-radius: 7px; }
.app-flow-copy h3 { margin: 0 0 13px; font-size: clamp(26px, 3.3vw, 39px); line-height: 1.08; letter-spacing: -.035em; }
.app-flow-copy p { max-width: 390px; margin: 0; font-size: 16px; line-height: 1.85; }

.show-section { overflow: hidden; background: var(--white); }
.show-layout { display: grid; grid-template-columns: minmax(310px, .82fr) minmax(470px, 1.18fr); gap: clamp(38px, 7vw, 110px); align-items: center; min-height: 685px; padding: 90px 0; }
.section-note-pink { color: var(--pink); }
.display-details { display: grid; gap: 0; margin: 33px 0 0; border-top: 2px solid var(--ink); }
.display-details div { display: grid; grid-template-columns: 132px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); transition: transform 180ms var(--ease-out-quart), background 180ms var(--ease-out-quart); }
.display-details dt { color: var(--blue); font: 800 14px/1.45 var(--round); }
.display-details dd { margin: 0; font-size: 14px; line-height: 1.55; }
.show-art { min-height: 505px; }
.show-art img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }

.privacy-section { overflow: hidden; background: var(--indigo); color: var(--white); }
.privacy-layout { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(340px, 1.05fr); gap: clamp(35px, 8vw, 124px); align-items: center; min-height: 660px; padding: 82px 0; }
.privacy-art { min-height: 420px; }
.privacy-art img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.privacy-layout h2 { font-size: clamp(39px, 4.7vw, 64px); }

.motion-art.is-in-view { animation: art-arrive 620ms var(--ease-out-expo); }
.motion-screen.is-in-view { animation: screen-arrive 520ms var(--ease-out-expo); }
.motion-art, .motion-screen { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; --spin: 0deg; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)) rotate(var(--spin)); transform-style: preserve-3d; transition: transform 180ms var(--ease-out-quart); }
.motion-screen { transition: transform 180ms var(--ease-out-quart), box-shadow 220ms var(--ease-out-quart); }
.is-tilting { will-change: transform; }

@media (hover: hover) and (pointer: fine) {
  .hero-art:hover img { animation: none; transform: translateY(-7px) scale(1.025); }
  .make-art img, .show-art img, .privacy-art img { transition: transform 420ms var(--ease-out-quart), filter 420ms var(--ease-out-quart); }
  .make-art:hover img, .show-art:hover img, .privacy-art:hover img { transform: translateY(-8px) rotate(-.7deg) scale(1.018); filter: saturate(1.05); }
  .app-screen:hover { --lift: -7px; --spin: -.6deg; box-shadow: 11px 13px 0 var(--pink); }
  .app-flow-item-reverse .app-screen:hover { box-shadow: 11px 13px 0 var(--indigo); }
  .feature-list li:hover { color: var(--mint); transform: translateX(7px); }
  .feature-list li:hover::before { background: var(--lemon); transform: scale(1.4); }
  .display-details div:hover { background: rgba(21, 89, 245, .07); transform: translateX(7px); }
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(22px); filter: blur(7px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes hero-art-reveal {
  from { clip-path: inset(0 0 0 100%); transform: translateX(30px); }
  to { clip-path: inset(0); transform: translateX(0); }
}

@keyframes hero-art-drift {
  from { transform: translateY(0) scale(1.005); }
  to { transform: translateY(-10px) scale(1.025); }
}

@keyframes art-arrive {
  from { opacity: .72; transform: translateY(22px) rotate(-1.2deg); filter: saturate(.82); }
  to { opacity: 1; transform: translateY(0) rotate(0); filter: saturate(1); }
}

@keyframes screen-arrive {
  from { opacity: .78; transform: translateY(18px) rotate(1deg) scale(.97); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}

@keyframes sparkle {
  0%, 100% { transform: rotate(0) scale(.9); }
  50% { transform: rotate(18deg) scale(1.13); }
}

@keyframes button-spark {
  0% { opacity: 0; transform: translate(0, 5px) rotate(-18deg) scale(.4); }
  35% { opacity: 1; transform: translate(6px, -6px) rotate(5deg) scale(1.05); }
  100% { opacity: 0; transform: translate(14px, -16px) rotate(20deg) scale(.7); }
}

.closing { display: grid; grid-template-columns: minmax(330px, 1fr) minmax(290px, .7fr); gap: clamp(45px, 12vw, 160px); align-items: end; padding: 132px 0; }
.closing-actions { padding-bottom: 9px; }
.closing-actions p { margin: 0 0 25px; font-size: 16px; line-height: 1.85; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; min-height: 118px; border-top: 2px solid var(--line); font-size: 12px; }
.site-footer .brand { font-size: 20px; }
.site-footer .brand img { border-radius: 10px; }
.site-footer p { margin: 0; color: #59607b; }
.footer-links { display: flex; gap: 14px; font-weight: 800; }
.footer-links a { text-decoration: none; }
.site-footer small { color: #59607b; }

/* Legal and support pages retain their exact policy content in a matching system. */
.document-page { min-height: 100vh; background: var(--offwhite); }
.document-page .site-header, .document-page .site-footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.document-page .site-header .brand img { width: 44px; height: 44px; }
.document-page .site-header nav { color: var(--ink); }
.document-page .policy-layout { width: min(960px, calc(100% - 48px)); display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 47px 78px; margin: 72px auto 100px; }
.document-page .policy-hero { grid-column: 1 / -1; max-width: 680px; }
.document-page .policy-hero .eyebrow, .document-page .section-kicker { color: var(--blue); font: 800 13px/1.5 var(--round); }
.document-page .policy-hero .eyebrow span, .document-page .support-card .eyebrow span { display: inline-block; width: 10px; height: 10px; background: var(--pink); border-radius: 50%; }
.document-page .policy-hero h1, .document-page .support-card h1 { margin: 13px 0 16px; font: 900 clamp(52px, 6.6vw, 82px)/1 var(--round); letter-spacing: -.04em; }
.document-page .policy-hero > p:not(.eyebrow) { margin: 0; color: #5e6680; font-size: 14px; }
.document-page .language-switch { display: flex; gap: 14px; margin-top: 15px; font-size: 13px; font-weight: 800; }
.document-page .language-switch a { color: #5e6680; text-decoration: none; }
.document-page .language-switch .is-current { color: var(--blue); text-decoration: underline; }
.document-page .policy-summary { align-self: start; padding: 21px; border: 3px solid var(--ink); background: var(--mint); box-shadow: 5px 5px 0 var(--pink); font-size: 14px; }
.document-page .policy-summary p { margin: 0; }
.document-page .policy-summary .section-kicker { margin-bottom: 12px; color: var(--ink); }
.document-page .policy-content { margin: 0; }
.document-page .policy-content > .policy-lead { margin-top: 0; font-size: 17px; }
.document-page .policy-content section { padding: 0 0 26px; border-bottom: 1px solid var(--line); }
.document-page .policy-content section + section { padding-top: 23px; }
.document-page .policy-content h2, .document-page .support-guidance h2 { margin: 0 0 13px; font: 800 27px/1.2 var(--round); letter-spacing: -.025em; }
.document-page .policy-content p, .document-page .support-main p, .document-page .support-main li { line-height: 1.85; }
.document-page .policy-content a, .document-page .support-main a { color: var(--blue); }
.document-page .support-main { width: min(960px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(285px, .8fr); gap: 80px; align-items: center; margin: 105px auto; }
.document-page .support-card { position: relative; overflow: hidden; padding: 41px; background: var(--blue); color: var(--white); }
.document-page .support-card::after { content: "✦"; position: absolute; right: 19px; bottom: -52px; color: var(--lemon); font: 174px/1 var(--round); }
.document-page .support-card > * { position: relative; z-index: 1; }
.document-page .support-card .eyebrow { color: var(--white); }
.document-page .support-card h1 { max-width: 490px; }
.document-page .support-card > p:not(.eyebrow) { max-width: 480px; font-size: 16px; }
.document-page .button-primary { margin-top: 12px; background: var(--lemon); color: var(--ink) !important; box-shadow: 4px 4px 0 var(--indigo); }
.document-page .support-guidance .section-kicker { margin: 0 0 24px; color: var(--pink); }
.document-page .support-guidance ul { padding-left: 19px; }
.document-page .site-footer { grid-template-columns: 1fr auto auto; padding: 28px 0; }
.document-page .site-footer .brand img { width: 42px; height: 42px; }
.document-page .site-footer > div > p, .document-page .copyright { margin: 8px 0 0; font-size: 11px; }
.document-page .site-footer .footer-links { justify-self: end; }

.not-found-page { min-height: 100vh; background: var(--blue); color: var(--white); }
.not-found { display: grid; align-content: center; min-height: 100vh; padding: 84px 0; }
.not-found .brand { position: absolute; top: 26px; }
.not-found > p { margin: 0 0 8px; color: var(--lemon); font: 800 15px/1.5 var(--round); }
.not-found h1 { max-width: 760px; margin: 0 0 30px; font: 900 clamp(54px, 8vw, 92px)/1 var(--round); letter-spacing: -.04em; }
.not-found h1 span { color: var(--mint); }

@media (max-width: 860px) {
  .wrap { width: min(100% - 32px, 660px); }
  .site-header { min-height: 76px; }
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; font-size: 12px; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; display: block; padding: 132px 0 0; }
  .hero-copy { width: min(100%, 540px); padding: 0; }
  .hero h1 { max-width: 590px; font-size: clamp(52px, 14vw, 78px); }
  .hero-art { position: relative; right: auto; width: calc(100% + 32px); height: 390px; margin: 39px -16px 0; }
  .hero-art-parallax img { object-position: right center; }
  .intro-strip > div { min-height: 72px; gap: 11px; font-size: 11px; }
  .intro-strip span { display: none; }
  .make-layout, .show-layout, .privacy-layout, .closing { grid-template-columns: 1fr; min-height: auto; }
  .make-layout { gap: 45px; padding: 69px 0 78px; }
  .make-art { min-height: 360px; }
  .section-copy h2, .section-heading h2, .closing h2 { font-size: clamp(40px, 11vw, 60px); }
  .real-app { padding: 86px 0 98px; }
  .app-flow { gap: 58px; margin-top: 45px; }
  .app-flow-item, .app-flow-item-reverse { grid-template-columns: minmax(0, 1fr); gap: 26px; max-width: 510px; margin: 0; }
  .app-flow-item-reverse .app-screen, .app-flow-item-reverse .app-flow-copy { order: initial; }
  .app-screen, .app-flow-item-reverse .app-screen { justify-self: center; }
  .show-layout { gap: 39px; padding: 74px 0; }
  .show-art { min-height: 350px; }
  .privacy-layout { gap: 38px; padding: 73px 0; }
  .privacy-art { min-height: 330px; }
  .closing { gap: 24px; padding: 90px 0; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding: 31px 0; }
  .document-page .site-header, .document-page .site-footer { width: min(100% - 32px, 660px); }
  .document-page .policy-layout { width: min(100% - 32px, 660px); grid-template-columns: 1fr; gap: 29px; margin: 45px auto 68px; }
  .document-page .policy-hero h1, .document-page .support-card h1 { font-size: clamp(47px, 13vw, 68px); }
  .document-page .policy-summary { width: min(260px, 100%); }
  .document-page .support-main { width: min(100% - 32px, 660px); grid-template-columns: 1fr; gap: 40px; margin: 58px auto 70px; }
  .document-page .support-card { padding: 30px 25px; }
  .document-page .site-footer { grid-template-columns: 1fr; }
  .document-page .site-footer .footer-links { justify-self: start; }
}

@media (max-width: 480px) {
  .brand { font-size: 21px; }
  .brand img { width: 40px; height: 40px; }
  .hero-copy > p:not(.hero-fandom), .section-copy > p:not(.section-note) { font-size: 16px; }
  .hero-art { height: 315px; }
  .intro-strip > div { padding: 13px 0; }
  .intro-strip p:last-child { display: none; }
  .make-art { min-height: 305px; }
  .display-details div { grid-template-columns: 1fr; gap: 3px; }
  .show-art { min-height: 270px; }
  .privacy-art { min-height: 274px; }
  .button { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
}
