:root{--bg: #fafaf8;--surface: #ffffff;--text: #242424;--text-2: #616161;--rose: #d9a5b3;--rose-ink: #8e5566;--sage: #8fa99a;--sage-ink: #5f7a6b;--line: #e6e6e3;--line-strong: #d8d8d4;--sunken: #f2f2ef;--radius: 8px;--radius-sm: 6px;--font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", sans-serif;--font-serif: "Iowan Old Style", "Palatino Linotype", "Songti SC", Georgia, "Times New Roman", serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--page-max: 1160px;--gutter: 40px;--shadow-soft: 0 1px 2px rgba(36, 36, 36, .04), 0 12px 28px -18px rgba(36, 36, 36, .22)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,h4,p,figure,dl,dd,blockquote{margin:0}ul,ol{margin:0;padding:0;list-style:none}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}::selection{background:#f1dde3;color:var(--text)}:focus-visible{outline:2px solid var(--rose-ink);outline-offset:2px;border-radius:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:8px;left:8px;z-index:60;transform:translateY(-200%);background:var(--text);color:var(--bg);padding:10px 16px;border-radius:var(--radius-sm);font-size:14px}.skip-link:focus-visible{transform:translateY(0)}.container{width:100%;max-width:var(--page-max);margin:0 auto;padding-inline:var(--gutter)}.eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-2)}.section{padding-block:104px;border-top:1px solid var(--line)}.section--tight{padding-block:72px}.section-head{max-width:720px;margin-bottom:56px}.section-head h2{font-size:34px;line-height:1.3;font-weight:600;letter-spacing:-.005em;margin-top:14px;text-wrap:balance}.section-head p{margin-top:16px;color:var(--text-2);max-width:62ch}.section-label{display:flex;align-items:center;gap:10px;font-size:13px;letter-spacing:.14em;color:var(--text-2)}.section-label:before{content:"";width:18px;height:1px;background:var(--rose)}.note{font-size:13.5px;line-height:1.7;color:var(--text-2)}.note--boxed{border-left:2px solid var(--rose);padding:2px 0 2px 14px;max-width:66ch}.mono{font-family:var(--font-mono);font-size:13px;letter-spacing:.01em;word-break:break-all}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;min-width:44px;padding:0 22px;border:1px solid transparent;border-radius:var(--radius);font-size:15px;font-weight:500;cursor:pointer;background:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.btn--primary{background:var(--text);color:#fafaf8}.btn--primary:hover{background:#3a3a3a}.btn--ghost{border-color:var(--line-strong);background:var(--surface);color:var(--text)}.btn--ghost:hover{border-color:#c9c9c4;background:var(--sunken)}.btn--quiet{padding:0 14px;min-height:44px;color:var(--text-2);border-color:transparent}.btn--quiet:hover{color:var(--text);background:var(--sunken)}.btn[disabled],.btn[aria-disabled=true]{cursor:not-allowed;background:var(--sunken);color:#8b8b87;border-color:var(--line)}.btn--block{width:100%}.btn__icon{flex:none}.link{color:var(--text);border-bottom:1px solid var(--line-strong);padding-bottom:1px;transition:border-color .18s ease,color .18s ease}.link:hover{color:var(--rose-ink);border-bottom-color:var(--rose)}.tag{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 9px;border:1px solid var(--line-strong);border-radius:999px;font-size:12.5px;color:var(--text-2);background:var(--surface);white-space:nowrap}.tag--rose{border-color:#ecd3da;color:var(--rose-ink);background:#fdf6f8}.tag--sage{border-color:#d9e5de;color:var(--sage-ink);background:#f5f9f7}.header{position:sticky;top:0;z-index:40;background:#fafaf8e0;backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:66px}.brand{display:inline-flex;align-items:baseline;gap:10px}.brand__name{font-family:var(--font-serif);font-size:21px;letter-spacing:.02em}.brand__note{font-size:12.5px;color:var(--text-2)}.nav{display:flex;align-items:center;gap:4px}.nav__link{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:var(--radius-sm);font-size:14.5px;color:var(--text-2);transition:color .18s ease,background-color .18s ease}.nav__link:hover{color:var(--text);background:var(--sunken)}.header__actions{display:flex;align-items:center;gap:10px}.header__cta{min-height:40px;padding:0 16px;font-size:14.5px}.header__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer}.mobile-nav{display:none;border-top:1px solid var(--line);background:var(--bg)}.mobile-nav__list{padding:8px 0 16px}.mobile-nav__link{display:flex;align-items:center;min-height:48px;padding:0 4px;font-size:16px;border-bottom:1px solid var(--line)}.mobile-nav__link:last-child{border-bottom:none}.hero{position:relative;overflow:hidden}.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);align-items:center;gap:40px;min-height:min(84svh,760px);padding-block:84px 72px}.hero__copy{max-width:560px}.hero__title{font-family:var(--font-serif);font-weight:400;font-size:88px;line-height:.98;letter-spacing:.01em;margin-top:22px}.hero__lead{margin-top:20px;font-size:30px;line-height:1.45;font-weight:500;letter-spacing:-.01em;text-wrap:balance}.hero__sub{margin-top:12px;font-size:16.5px;color:var(--text-2)}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:34px}.hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:26px}.hero__visual{position:relative;min-width:0;height:620px;pointer-events:none}.hero__stage{position:absolute;inset:0}.hero__static{position:absolute;inset:0;display:grid;place-items:center;transition:opacity .5s ease}.hero__static[data-hidden=true]{opacity:0}.hero__canvas-host{position:absolute;inset:0}.hero__canvas{display:block;width:100%;height:100%;opacity:0;transition:opacity .6s ease;touch-action:pan-y}.hero__canvas[data-ready=true]{opacity:1;pointer-events:auto;cursor:grab}.hero__canvas[data-dragging=true]{cursor:grabbing}.hero__controls{position:absolute;left:50%;bottom:4px;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:12px;pointer-events:none}.hero__screens{display:flex;align-items:center;gap:6px;padding:5px;border:1px solid var(--line);border-radius:999px;background:#fafaf8e6;backdrop-filter:blur(6px);pointer-events:auto}.hero__screen-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:none;border-radius:999px;background:none;font-size:13.5px;color:var(--text-2);cursor:pointer;transition:background-color .18s ease,color .18s ease}.hero__screen-btn:hover{color:var(--text);background:var(--sunken)}.hero__screen-btn[aria-pressed=true]{background:var(--text);color:#fafaf8}.hero__pause{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fafaf8e6;font-size:13px;color:var(--text-2);cursor:pointer;pointer-events:auto}.hero__pause:hover{color:var(--text);border-color:var(--line-strong)}.hero__fallback-note{margin-top:10px;font-size:12.5px;color:var(--text-2);text-align:center;max-width:32ch}.phone-preview{position:relative;height:min(100%,560px);aspect-ratio:.47 / 1;border-radius:30px;background:linear-gradient(180deg,#fff,#f4f3f0);border:1px solid #e2e1dd;padding:9px;box-shadow:var(--shadow-soft)}.phone-preview:after{content:"";position:absolute;inset:-2px;border-radius:32px;border:1px solid #d5d4cf;pointer-events:none}.phone-preview__screen{position:relative;width:100%;height:100%;border-radius:22px;overflow:hidden;background:#fff;border:1px solid #eae9e5}.phone-preview__screen img{width:100%;height:100%;object-fit:cover;object-position:top center}.phone-preview__shadow{position:absolute;left:50%;bottom:-34px;transform:translate(-50%);width:78%;height:30px;background:radial-gradient(ellipse at center,#24242421,#24242400 70%);pointer-events:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1);transition-delay:inherit}.reveal[data-revealed=true]{opacity:1;transform:translateY(0)}.hero__badges{position:absolute;inset:0;z-index:2;pointer-events:none}.hero__badge{position:absolute;display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;border:1px solid var(--line-strong);border-radius:999px;background:#ffffffeb;font-size:13.5px;font-weight:500;color:var(--text);pointer-events:auto;box-shadow:0 1px 2px #2424240d,0 8px 18px -10px #2424242e;animation:badge-float 6.5s ease-in-out infinite;transition:border-color .18s ease,color .18s ease,transform .18s ease}.hero__badge:hover{border-color:var(--rose);color:var(--rose-ink)}.hero__badge-glyph{font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--sage-ink)}.hero__badge--gpt{top:14%;left:-2%}.hero__badge--gemini{top:46%;right:-3%;animation-delay:1.6s}.hero__badge--claude{bottom:22%;left:6%;animation-delay:3.2s}@keyframes badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.moments{border-top:1px solid var(--line);margin-bottom:64px}.moment{display:grid;grid-template-columns:132px minmax(0,1fr);gap:28px;padding-block:34px;border-bottom:1px solid var(--line)}.moment__word{font-family:var(--font-serif);font-size:19px;color:var(--rose-ink);padding-top:4px}.moment__title{font-size:20px;font-weight:600;line-height:1.5}.moment__text{margin-top:8px;color:var(--text-2);max-width:62ch}.rail-wrap{margin-top:20px}.rail__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:22px}.rail__hint{font-size:13.5px;color:var(--text-2)}.marquee{--marquee-h: 300px;overflow:hidden;padding-block:4px;margin-block:14px 40px}.marquee+.marquee{margin-top:-26px}.marquee__track{display:flex;gap:22px;width:max-content;animation:marquee-slide linear infinite}.marquee__track[data-dir=right]{animation-direction:reverse}.marquee:hover .marquee__track,.marquee:focus-within .marquee__track{animation-play-state:paused}@keyframes marquee-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee__item{flex:0 0 auto}.marquee__label{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:12px}.marquee__label strong{font-size:15px;font-weight:600}.rail__frame{display:block;width:100%;padding:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);overflow:hidden;cursor:zoom-in;box-shadow:0 1px 2px #24242408;transition:border-color .18s ease,transform .18s ease}.rail__frame:hover{border-color:#c9c9c4;transform:translateY(-2px)}.rail__frame img{width:100%;height:var(--marquee-h);object-fit:cover;object-position:top center}.rail__caption{margin-top:6px;font-size:13.5px;color:var(--text-2);line-height:1.6}.download{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,400px);gap:56px;align-items:start}.spec{margin-top:8px;border-top:1px solid var(--line)}.spec__row{display:grid;grid-template-columns:132px minmax(0,1fr);gap:20px;padding:14px 0;border-bottom:1px solid var(--line);align-items:start}.spec__key{font-size:14px;color:var(--text-2)}.spec__val{font-size:15px;word-break:break-word}.spec__val--mono{font-family:var(--font-mono);font-size:12.5px;line-height:1.9}.hash-box{display:flex;align-items:flex-start;gap:12px}.hash-box code{flex:1 1 auto;min-width:0}.download__panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:26px;box-shadow:var(--shadow-soft)}.download__panel h3{font-size:17px;font-weight:600}.download__panel-note{margin-top:10px;font-size:13.5px;color:var(--text-2);line-height:1.7}.download__panel .btn{margin-top:20px}.download__state{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;color:var(--text-2)}.dot{width:7px;height:7px;border-radius:50%;flex:none;background:var(--line-strong)}.dot--on{background:var(--sage)}.dot--off{background:var(--rose)}.updates__list{border-top:1px solid var(--line)}.update{display:grid;grid-template-columns:132px minmax(0,1fr);gap:24px;padding-block:26px;border-bottom:1px solid var(--line)}.update__date{font-size:14px;color:var(--text-2);font-variant-numeric:tabular-nums}.update__version{font-size:16px;font-weight:600}.update__items{margin-top:12px;display:grid;gap:8px}.update__items li{position:relative;padding-left:18px;color:var(--text-2);font-size:15px}.update__items li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:1px;background:var(--sage)}.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:34px;max-width:720px}.empty-state h3{font-size:17px;font-weight:600}.empty-state p{margin-top:10px;color:var(--text-2);font-size:15px;max-width:58ch}.faq{border-top:1px solid var(--line);max-width:820px}.faq__item{border-bottom:1px solid var(--line)}.faq__q{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;padding:14px 4px;font-size:17px;font-weight:500;cursor:pointer;list-style:none}.faq__q::-webkit-details-marker{display:none}.faq__q:hover{color:var(--rose-ink)}.faq__sign{position:relative;flex:none;width:16px;height:16px}.faq__sign:before,.faq__sign:after{content:"";position:absolute;background:var(--text-2);transition:transform .2s ease,opacity .2s ease}.faq__sign:before{left:0;top:7.5px;width:16px;height:1px}.faq__sign:after{top:0;left:7.5px;width:1px;height:16px}.faq__item[open] .faq__sign:after{transform:scaleY(0);opacity:0}.faq__a{padding:0 4px 26px;max-width:68ch;color:var(--text-2);font-size:15px}.faq__a p+p{margin-top:12px}.footer{border-top:1px solid var(--line);padding-block:64px 48px;margin-top:0}.footer__grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:40px}.footer__brand{font-family:var(--font-serif);font-size:24px;letter-spacing:.02em}.footer__brand-note{margin-top:12px;color:var(--text-2);font-size:14px;max-width:34ch}.footer__title{font-size:13px;letter-spacing:.12em;color:var(--text-2);text-transform:uppercase}.footer__links{margin-top:16px;display:grid;gap:12px;font-size:14.5px}.footer__links a:hover{color:var(--rose-ink)}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:56px;padding-top:24px;border-top:1px solid var(--line);font-size:13px;color:var(--text-2)}.footer__pending{display:flex;align-items:center;gap:8px}.lightbox{border:none;padding:0;background:transparent;max-width:min(94vw,1000px);max-height:96svh;color:#fafaf8}.lightbox::backdrop{background:#1e1e1ec7}.lightbox__inner{display:flex;flex-direction:column;align-items:center;gap:14px}.lightbox__bar{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.lightbox__title{font-size:15px}.lightbox__img{max-height:76svh;max-width:100%;width:auto;border-radius:var(--radius);border:1px solid rgba(255,255,255,.16);background:#111;object-fit:contain}.lightbox__caption{font-size:13.5px;color:#fafaf8b8;max-width:60ch;text-align:center}.lightbox__close{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius);background:#ffffff0f;color:#fafaf8;cursor:pointer}.lightbox__close:hover{background:#ffffff24}.notice{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);color:var(--text);padding:0;max-width:min(92vw,580px);max-height:90svh;box-shadow:0 24px 60px -24px #24242459}.notice::backdrop{background:#24242473}.notice__inner{padding:30px;max-height:90svh;overflow-y:auto}.notice__head{display:flex;align-items:center;gap:10px}.notice__icon{color:var(--rose-ink);flex:none}.notice__head h2{font-size:19px;font-weight:600;letter-spacing:-.005em}.notice__intro{margin-top:14px;font-size:13.5px;line-height:1.75;color:var(--text-2)}.notice__clauses{margin-top:18px;border-top:1px solid var(--line)}.notice__clauses li{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.notice__index{flex:none;font-family:var(--font-serif);font-size:14px;color:var(--rose-ink);padding-top:2px;min-width:22px}.notice__clauses p{font-size:13.5px;line-height:1.75;color:var(--text-2)}.notice__clauses strong{color:var(--text);font-weight:600;margin-right:2px}.notice__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;flex-wrap:wrap}.notice__date{font-size:12.5px;color:var(--text-2)}.notice__foot .btn{min-height:46px}@media (max-width: 620px){.notice{position:fixed;inset:auto 0 0;margin:0;width:100%;max-width:100%;max-height:86svh;border:none;border-top:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0}.notice__inner{padding:24px 22px calc(18px + env(safe-area-inset-bottom,0px));max-height:86svh}.notice__foot{position:sticky;bottom:0;background:var(--bg);padding-top:12px;margin-left:-2px;margin-right:-2px}.notice__foot .btn{width:100%;min-height:50px}.notice__date{width:100%;text-align:center;order:2}}.page{padding-block:72px 96px}.page__back{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text-2);margin-bottom:34px}.page__back:hover{color:var(--text)}.page h1{font-size:34px;font-weight:600;line-height:1.3}.page__meta{margin-top:12px;font-size:13.5px;color:var(--text-2)}.page__body{margin-top:34px;max-width:72ch}.page__body p{color:var(--text-2);margin-bottom:16px}.checklist{border-top:1px solid var(--line);margin-top:22px}.checklist li{display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid var(--line);font-size:14.5px;color:var(--text-2)}.checklist li span{flex:none;width:18px;height:18px;margin-top:2px;border:1px solid var(--line-strong);border-radius:4px}@media (max-width: 1080px){:root{--gutter: 32px}.hero__title{font-size:74px}.hero__lead{font-size:27px}.hero__visual{height:540px}.download{gap:40px}}@media (max-width: 900px){.nav,.header__actions .header__cta{display:none}.header__inner{height:56px}.header__toggle{display:inline-flex}.hero__badge{min-height:36px;padding:0 12px;font-size:13px}.hero__badge--gpt{top:7%;left:0}.hero__badge--gemini{top:40%;right:0}.hero__badge--claude{bottom:27%;left:2%}.mobile-nav[data-open=true]{display:block}.hero__inner{grid-template-columns:minmax(0,1fr);gap:8px;min-height:0;padding-block:44px 32px}.hero__visual{height:460px;margin-top:14px}.moment{grid-template-columns:88px minmax(0,1fr);gap:16px 18px}.download{grid-template-columns:minmax(0,1fr);gap:34px}.marquee{--marquee-h: 248px;margin-block:12px 34px}.marquee+.marquee{margin-top:-20px}.footer__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px}}@media (max-width: 620px){:root{--gutter: 22px}.section{padding-block:72px}.section-head{margin-bottom:40px}.section-head h2{font-size:26px}.hero__inner{padding-block:34px 24px}.hero__title{font-size:52px;margin-top:16px}.hero__lead{font-size:23px}.hero__sub{font-size:15.5px}.hero__actions{margin-top:24px;gap:10px}.hero__actions .btn{flex:1 1 100%}.hero__meta{margin-top:18px}.hero__visual{height:340px;margin-top:10px}.hero__controls{margin-top:0}.phone-preview{--phone-w: 200px;border-radius:24px}.phone-preview__screen{border-radius:17px}.phone-preview:after{border-radius:26px}.moment{grid-template-columns:minmax(0,1fr);gap:10px;padding-block:28px}.moment__word{font-size:16px}.marquee{--marquee-h: 206px}.marquee__track{gap:16px}.spec__row,.update{grid-template-columns:minmax(0,1fr);gap:6px}.download__panel{padding:22px}.page h1{font-size:26px}.footer__grid{grid-template-columns:minmax(0,1fr);gap:30px}.footer__bottom{margin-top:36px}}@media (max-width: 380px){.hero__title{font-size:46px}.hero__lead{font-size:21px}.hero__visual{height:300px}.marquee{--marquee-h: 186px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.hero__badge{animation:none}.reveal{opacity:1;transform:none}.marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.marquee__track{animation:none}}
