*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}body{height:100%;overflow-x:hidden;overflow-y:auto;font-family:inherit;background:#fff;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}#app{min-height:100%;overflow:visible}.platform-logo[data-v-6db755cc]{display:block;width:18px;height:18px;flex:0 0 auto}.platform-logo path[data-v-6db755cc]{fill:currentColor;stroke:none}.site-header[data-v-61155271]{--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-soft: cubic-bezier(.4, 0, .2, 1);position:sticky;top:0;z-index:200;background:rgba(16,23,38,.92);border-bottom:1px solid rgba(255,255,255,.1);overflow:visible}.site-header--light[data-v-61155271]{background:rgba(255,255,255,.96);border-bottom-color:rgba(28,45,70,.09)}@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.site-header[data-v-61155271]{background:rgba(16,23,38,.66);backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.site-header--light[data-v-61155271]{background:rgba(255,255,255,.68)}}@media(prefers-reduced-transparency:reduce){.site-header[data-v-61155271]{background:#101726;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header--light[data-v-61155271]{background:#fff}}.site-header__inner[data-v-61155271]{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:80rem;margin:0 auto;padding:1.125rem 1.5rem}.site-header__brand[data-v-61155271]{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0;transition:opacity .3s var(--ease-soft)}.site-header__brand[data-v-61155271]:hover{opacity:.85}.site-header__logo[data-v-61155271]{display:flex;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;border-radius:.625rem;font-size:1rem;font-weight:700;letter-spacing:-.02em;background:transparent;object-fit:contain;color:#fff;box-shadow:0 4px 14px rgba(59,130,246,.28);transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-soft)}.site-header__brand:hover .site-header__logo[data-v-61155271]{transform:translateY(-1px) scale(1.03);box-shadow:0 6px 18px rgba(59,130,246,.36)}.site-header__name[data-v-61155271]{font-size:1.125rem;font-weight:600;letter-spacing:.04em;line-height:1}.site-header__end[data-v-61155271]{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.site-header__nav[data-v-61155271]{display:none;align-items:center;gap:.25rem 2rem}.site-header__actions[data-v-61155271]{display:flex;align-items:center;gap:.5rem}.site-header__lang[data-v-61155271]{position:relative;display:inline-flex;align-items:center}.site-header__lang-icon[data-v-61155271]{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:.625rem;background:transparent;cursor:pointer;opacity:.78;-webkit-tap-highlight-color:transparent;transition:opacity .25s var(--ease-soft),background .25s var(--ease-soft),transform .25s var(--ease-out)}.site-header__lang-icon svg[data-v-61155271]{width:1.5rem;height:1.5rem}.site-header__lang-glyph[data-v-61155271]{overflow:visible}.site-header__lang-char[data-v-61155271]{letter-spacing:0}.site-header__lang-char--cjk[data-v-61155271]{font-size:13px;font-weight:800;font-family:system-ui,-apple-system,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif}.site-header__lang-char--lat[data-v-61155271]{font-size:11px;font-weight:700;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.site-header__lang-icon[data-v-61155271]:hover,.site-header__lang-icon.is-active[data-v-61155271]{opacity:1}.site-header__dropdown--lang[data-v-61155271]{min-width:8.5rem}.site-header__lang-option[data-v-61155271]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:none;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.site-header__lang-check[data-v-61155271]{width:1rem;height:1rem;flex-shrink:0;opacity:.9}.site-header__link[data-v-61155271]{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 0;border:none;background:transparent;font-size:1rem;font-weight:500;font-family:inherit;letter-spacing:.06em;line-height:1.2;text-decoration:none;cursor:pointer;opacity:.72;transition:opacity .3s var(--ease-soft),color .3s var(--ease-soft)}.site-header__link[data-v-61155271]:after{content:"";position:absolute;left:0;right:0;bottom:.15rem;height:1.5px;border-radius:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .35s var(--ease-out);opacity:.9}.site-header__link[data-v-61155271]:hover,.site-header__link.is-active[data-v-61155271]{opacity:1}.site-header__link[data-v-61155271]:hover:after,.site-header__link.is-active[data-v-61155271]:after{transform:scaleX(1)}.site-header__more[data-v-61155271]{position:relative}.site-header__more-btn[data-v-61155271]{padding-right:.1rem}.site-header__more-btn[data-v-61155271]:after{right:1.1rem}.site-header__chevron[data-v-61155271]{width:1rem;height:1rem;margin-top:1px;transition:transform .35s var(--ease-out)}.site-header__more-btn[aria-expanded=true] .site-header__chevron[data-v-61155271]{transform:rotate(180deg)}.site-header__dropdown[data-v-61155271]{position:fixed;z-index:1000;min-width:10.5rem;padding:.5rem;border-radius:.75rem;transform-origin:top left;pointer-events:auto}.site-header__dropdown-item[data-v-61155271]{display:block;padding:.75rem 1rem;border-radius:.5rem;font-size:.975rem;font-weight:500;letter-spacing:.04em;text-decoration:none;white-space:nowrap;transition:background .25s var(--ease-soft),color .25s var(--ease-soft),transform .25s var(--ease-out)}.site-header__dropdown-item[data-v-61155271]:hover{transform:translate(2px)}.site-header__burger[data-v-61155271]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:.625rem;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .3s var(--ease-soft)}.site-header__burger-line[data-v-61155271]{display:block;width:1.25rem;height:1.5px;border-radius:1px;transition:transform .35s var(--ease-out),opacity .25s var(--ease-soft),background .3s var(--ease-soft)}.site-header__burger-line+.site-header__burger-line[data-v-61155271]{margin-top:5px}.site-header__burger.is-open .site-header__burger-line[data-v-61155271]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.site-header__burger.is-open .site-header__burger-line[data-v-61155271]:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__burger.is-open .site-header__burger-line[data-v-61155271]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.site-header__mobile[data-v-61155271]{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 1.5rem 1.5rem;overflow:hidden}.site-header__mobile-link[data-v-61155271]{padding:1rem .25rem;font-size:1.125rem;font-weight:500;letter-spacing:.08em;text-decoration:none;border-bottom:1px solid transparent;opacity:.78;transition:opacity .3s var(--ease-soft),color .3s var(--ease-soft),padding-left .3s var(--ease-out),border-color .3s var(--ease-soft)}.site-header__mobile-link[data-v-61155271]:hover,.site-header__mobile-link.is-active[data-v-61155271]{opacity:1;padding-left:.5rem}.site-header--dark .site-header__name[data-v-61155271],.site-header--dark .site-header__link[data-v-61155271],.site-header--dark .site-header__mobile-link[data-v-61155271],.site-header--dark .site-header__lang-icon[data-v-61155271]{color:#f1f5f9}.site-header--dark .site-header__lang-icon[data-v-61155271]:hover,.site-header--dark .site-header__lang-icon.is-active[data-v-61155271]{background:rgba(255,255,255,.08)}.site-header--dark .site-header__burger[data-v-61155271]:hover{background:rgba(255,255,255,.06)}.site-header--dark .site-header__burger-line[data-v-61155271]{background:#f1f5f9}.site-header--dark .site-header__dropdown[data-v-61155271],.site-header__dropdown--dark[data-v-61155271]{background:rgba(15,23,42,.88);border:1px solid rgba(148,163,184,.18);box-shadow:0 16px 40px rgba(0,0,0,.35);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header--dark .site-header__dropdown-item[data-v-61155271],.site-header__dropdown--dark .site-header__dropdown-item[data-v-61155271]{color:#cbd5e1}.site-header--dark .site-header__dropdown-item[data-v-61155271]:hover,.site-header--dark .site-header__dropdown-item.is-active[data-v-61155271],.site-header__dropdown--dark .site-header__dropdown-item[data-v-61155271]:hover,.site-header__dropdown--dark .site-header__dropdown-item.is-active[data-v-61155271]{color:#fff;background:rgba(255,255,255,.08)}.site-header--dark .site-header__mobile[data-v-61155271]{border-top:1px solid rgba(148,163,184,.12)}.site-header--dark .site-header__mobile-link[data-v-61155271]{border-bottom-color:rgba(148,163,184,.1)}.site-header--dark .site-header__mobile-link[data-v-61155271]:last-child{border-bottom-color:transparent}.site-header--light .site-header__name[data-v-61155271],.site-header--light .site-header__link[data-v-61155271],.site-header--light .site-header__mobile-link[data-v-61155271],.site-header--light .site-header__lang-icon[data-v-61155271]{color:#1e293b}.site-header--light .site-header__lang-icon[data-v-61155271]:hover,.site-header--light .site-header__lang-icon.is-active[data-v-61155271]{background:rgba(15,23,42,.06)}.site-header--light .site-header__burger[data-v-61155271]:hover{background:rgba(15,23,42,.05)}.site-header--light .site-header__burger-line[data-v-61155271]{background:#1e293b}.site-header--light .site-header__dropdown[data-v-61155271],.site-header__dropdown--light[data-v-61155271]{background:rgba(255,255,255,.94);border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 40px rgba(15,23,42,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header--light .site-header__dropdown-item[data-v-61155271],.site-header__dropdown--light .site-header__dropdown-item[data-v-61155271]{color:#475569}.site-header--light .site-header__dropdown-item[data-v-61155271]:hover,.site-header--light .site-header__dropdown-item.is-active[data-v-61155271],.site-header__dropdown--light .site-header__dropdown-item[data-v-61155271]:hover,.site-header__dropdown--light .site-header__dropdown-item.is-active[data-v-61155271]{color:#0f172a;background:rgba(15,23,42,.05)}.site-header--light .site-header__mobile[data-v-61155271]{border-top:1px solid rgba(15,23,42,.08)}.site-header--light .site-header__mobile-link[data-v-61155271]{border-bottom-color:rgba(15,23,42,.06)}.site-header--light .site-header__mobile-link[data-v-61155271]:last-child{border-bottom-color:transparent}.dropdown-enter-active[data-v-61155271],.dropdown-leave-active[data-v-61155271]{transition:opacity .28s var(--ease-soft),transform .32s var(--ease-out)}.dropdown-enter-from[data-v-61155271],.dropdown-leave-to[data-v-61155271]{opacity:0;transform:translateY(-6px) scale(.96)}.mobile-panel-enter-active[data-v-61155271]{transition:opacity .32s var(--ease-soft),max-height .4s var(--ease-out)}.mobile-panel-leave-active[data-v-61155271]{transition:opacity .25s var(--ease-soft),max-height .32s var(--ease-soft)}.mobile-panel-enter-active .site-header__mobile-link[data-v-61155271],.mobile-panel-leave-active .site-header__mobile-link[data-v-61155271]{transition:opacity .35s var(--ease-soft),transform .4s var(--ease-out);transition-delay:calc(var(--i, 0) * 40ms)}.mobile-panel-enter-from[data-v-61155271],.mobile-panel-leave-to[data-v-61155271]{opacity:0;max-height:0}.mobile-panel-enter-to[data-v-61155271],.mobile-panel-leave-from[data-v-61155271]{opacity:1;max-height:28rem}.mobile-panel-enter-from .site-header__mobile-link[data-v-61155271],.mobile-panel-leave-to .site-header__mobile-link[data-v-61155271]{opacity:0;transform:translateY(-8px)}.mobile-panel-enter-to .site-header__mobile-link[data-v-61155271],.mobile-panel-leave-from .site-header__mobile-link[data-v-61155271]{opacity:.78;transform:translateY(0)}.mobile-panel-enter-to .site-header__mobile-link.is-active[data-v-61155271],.mobile-panel-leave-from .site-header__mobile-link.is-active[data-v-61155271]{opacity:1}@media(min-width:768px){.site-header__inner[data-v-61155271]{padding:1.35rem 2rem}.site-header__name[data-v-61155271]{font-size:1.2rem}.site-header__end[data-v-61155271]{gap:1.5rem}.site-header__nav[data-v-61155271]{display:flex}.site-header__link[data-v-61155271]{font-size:1.0625rem}.site-header__burger[data-v-61155271],.site-header__mobile[data-v-61155271]{display:none}}@media(min-width:1024px){.site-header__inner[data-v-61155271]{padding:1.5rem 2.5rem}.site-header__end[data-v-61155271]{gap:2rem}.site-header__nav[data-v-61155271]{gap:.5rem 2.75rem}.site-header__link[data-v-61155271]{font-size:1.125rem}}@media(max-width:379px){.site-header__inner[data-v-61155271]{padding:1rem 1.125rem}.site-header__name[data-v-61155271]{font-size:1.05rem}.site-header__mobile-link[data-v-61155271]{font-size:1.05rem;padding:.875rem .25rem}}@media(prefers-reduced-motion:reduce){.site-header__brand[data-v-61155271],.site-header__logo[data-v-61155271],.site-header__link[data-v-61155271],.site-header__link[data-v-61155271]:after,.site-header__chevron[data-v-61155271],.site-header__dropdown-item[data-v-61155271],.site-header__burger[data-v-61155271],.site-header__burger-line[data-v-61155271],.site-header__mobile-link[data-v-61155271],.site-header__lang-icon[data-v-61155271],.dropdown-enter-active[data-v-61155271],.dropdown-leave-active[data-v-61155271],.mobile-panel-enter-active[data-v-61155271],.mobile-panel-leave-active[data-v-61155271],.mobile-panel-enter-active .site-header__mobile-link[data-v-61155271],.mobile-panel-leave-active .site-header__mobile-link[data-v-61155271]{transition:none!important}}.icp-beian[data-v-46f8f911]{text-align:center;padding:8px 16px 0;font-size:.8125rem;line-height:1.5;color:#64748b}.icp-beian--compact[data-v-46f8f911]{padding:6px 16px 0;font-size:.75rem}.icp-beian__link[data-v-46f8f911]{color:inherit;text-decoration:none;transition:color .2s ease}.icp-beian__link[data-v-46f8f911]:hover{color:#94a3b8;text-decoration:underline}.site-footer[data-v-7ec91841]{text-align:center;padding-top:1.25rem;font-size:.8125rem;line-height:1.6}.site-footer--dark[data-v-7ec91841]{color:#64748b}.site-footer--light[data-v-7ec91841]{color:#999}.site-footer__copyright[data-v-7ec91841]{margin:0 0 .5rem}.site-footer__links[data-v-7ec91841]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem .5rem;margin-bottom:.375rem}.site-footer__link[data-v-7ec91841]{color:inherit;text-decoration:none;padding:.125rem .375rem;border-radius:.25rem;transition:color .2s ease,background .2s ease}.site-footer--dark .site-footer__link[data-v-7ec91841]:hover{color:#94a3b8;background:rgba(148,163,184,.1)}.site-footer--light .site-footer__link[data-v-7ec91841]:hover{color:#667eea;background:rgba(102,126,234,.1)}.site-footer__sep[data-v-7ec91841]{opacity:.5;user-select:none}.simulator-device[data-v-e77c143c]{position:relative;width:280px;aspect-ratio:456/910;filter:drop-shadow(0 24px 22px #17264224);isolation:isolate}.device-chrome[data-v-e77c143c]{position:absolute;left:1.9737%;top:0;width:96.0526%;height:100%;z-index:1}.device-loading[data-v-e77c143c],.device-display[data-v-e77c143c]{position:absolute;left:5.9211%;top:1.978%;width:88.1579%;height:96.044%;z-index:2}.device-loading[data-v-e77c143c]{display:grid;place-items:center;background:#f6f8fc;border-radius:14%/6.45%;overflow:hidden}.device-spinner[data-v-e77c143c]{width:30px;height:30px;border:2px solid #dce7f8;border-top-color:#0667ed;border-right-color:#0667ed;border-radius:50%;animation:device-loading-spin-e77c143c .9s linear infinite}.device-loading-error[data-v-e77c143c]{display:none;padding:16px;color:#536580;font-size:12px;line-height:1.6;text-align:center}.device-display[data-v-e77c143c]{visibility:hidden}.simulator-device--screen[data-v-e77c143c]{aspect-ratio:1206/2622;filter:none}.simulator-device--screen .device-loading[data-v-e77c143c],.simulator-device--screen .device-display[data-v-e77c143c]{left:0;top:0;width:100%;height:100%}.simulator-device[data-image-ready] .device-display[data-v-e77c143c]{visibility:visible}.simulator-device[data-image-ready] .device-loading[data-v-e77c143c]{visibility:hidden}.simulator-device[data-image-ready] .device-spinner[data-v-e77c143c],.simulator-device[data-image-error] .device-spinner[data-v-e77c143c]{display:none}.simulator-device[data-image-error] .device-loading-error[data-v-e77c143c]{display:block}.simulator-device[data-image-offscreen] .device-spinner[data-v-e77c143c]{animation-play-state:paused}@keyframes device-loading-spin-e77c143c{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.device-spinner[data-v-e77c143c]{animation:none}}.device-button[data-v-e77c143c]{position:absolute;width:3.5088%;height:auto;z-index:0}.device-button--action[data-v-e77c143c]{left:1.535%;top:17.5824%}.device-button--up[data-v-e77c143c]{left:1.535%;top:24.2857%}.device-button--down[data-v-e77c143c]{left:1.535%;top:32.967%}.device-button--power[data-v-e77c143c]{right:1.535%;top:28.7912%}.gallery-categories[data-v-07037dd3]{display:flex;flex-wrap:wrap;gap:10px;max-width:1240px;margin:0 auto 28px;padding:0 26px}.gallery-categories button[data-v-07037dd3]{display:flex;gap:8px;align-items:center;padding:11px 16px;border:1px solid #d9e2ed;border-radius:12px;background:#fff;color:#24344b;font:inherit;font-size:14px;cursor:pointer}.gallery-categories button.active[data-v-07037dd3]{background:#0865da;border-color:#0865da;color:#fff}.gallery-categories span[data-v-07037dd3]{font-size:12px;opacity:.8}.product-exhibition[data-v-07037dd3]{--gallery-viewport:100vh;padding:100px 0 55px;background:#f5f5f7;color:#202124;overflow:hidden;scroll-margin-top:64px}.gallery-header[data-v-07037dd3]{max-width:1200px;margin:0 auto 60px;display:flex;justify-content:space-between;gap:60px;align-items:flex-end}h2[data-v-07037dd3]{font-size:clamp(38px,4.3vw,62px);line-height:1.2;font-weight:650;letter-spacing:-.04em;text-wrap:balance}h2 span[data-v-07037dd3]{color:#777b84}.gallery-intro[data-v-07037dd3]{max-width:350px}.gallery-intro>p[data-v-07037dd3]{font-size:16px;line-height:1.9;color:#61656d}.gallery-navigation[data-v-07037dd3]{display:flex;align-items:center;gap:10px;margin-top:25px}.gallery-navigation>span[data-v-07037dd3]{margin-right:auto;color:#626873;font-size:12px}button[data-v-07037dd3]{font:inherit;cursor:pointer}.gallery-navigation button[data-v-07037dd3]{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#e3e5e9;color:#303741;transition:background .2s}.gallery-navigation button[data-v-07037dd3]:hover:not(:disabled){background:#d3d7de}.gallery-navigation button[data-v-07037dd3]:disabled{opacity:.3;cursor:default}svg[data-v-07037dd3]{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.gallery-rail[data-v-07037dd3]{display:flex;gap:42px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:max(6vw,calc((100vw - 1200px)/2));padding:8px max(6vw,calc((100vw - 1200px)/2)) 40px;scrollbar-width:none}.gallery-rail[data-v-07037dd3]::-webkit-scrollbar{display:none}.is-scroll-linked[data-v-07037dd3]{overflow:visible;padding-bottom:0}.is-scroll-linked .gallery-stage[data-v-07037dd3]{position:sticky;top:64px;height:calc(var(--gallery-viewport) - 64px);overflow:hidden;display:flex;flex-direction:column;background:#f5f5f7;padding:18px 0 20px}.is-scroll-linked .gallery-rail[data-v-07037dd3]{flex:1;min-height:0;overflow:hidden;scroll-snap-type:none;padding-top:8px;padding-bottom:14px}.is-scroll-linked .panel-heading[data-v-07037dd3]{min-height:96px}.is-scroll-linked .gallery-image[data-v-07037dd3]{padding-top:6px}.is-scroll-linked .gallery-image .simulator-device[data-v-07037dd3]{width:min(300px,calc((var(--gallery-viewport) - 284px)*.5))}.is-scroll-linked .image-action[data-v-07037dd3]{margin-top:14px}.is-scroll-linked .gallery-footer[data-v-07037dd3]{width:calc(100% - 12vw);flex-shrink:0;margin:8px auto 0}@media(min-width:761px)and (max-height:650px){.is-scroll-linked .panel-heading[data-v-07037dd3]{min-height:64px}.is-scroll-linked .panel-heading h3[data-v-07037dd3]{font-size:21px}.is-scroll-linked .panel-heading p[data-v-07037dd3]{font-size:12px;margin-top:8px}.is-scroll-linked .gallery-stage[data-v-07037dd3]{padding-top:10px;padding-bottom:12px}}.gallery-panel[data-v-07037dd3]{flex:0 0 clamp(290px,29vw,370px);min-width:0;scroll-snap-align:start;text-align:center}.panel-heading[data-v-07037dd3]{min-height:104px;padding:0 8px}.panel-heading h3[data-v-07037dd3]{font-size:25px;font-weight:600;letter-spacing:-.025em}.panel-heading p[data-v-07037dd3]{font-size:14px;line-height:1.8;max-width:26ch;margin:12px auto 0;color:#646a74}.gallery-image[data-v-07037dd3]{border:0;background:transparent;padding:10px 0 0;width:100%;display:flex;flex-direction:column;align-items:center;color:#0865da}.gallery-image .simulator-device[data-v-07037dd3]{width:300px;max-width:94%;transition:transform .55s cubic-bezier(.16,1,.3,1)}@media(hover:hover)and (pointer:fine){.gallery-image:hover .simulator-device[data-v-07037dd3]{transform:translateY(-8px)}}.image-action[data-v-07037dd3]{display:flex;align-items:center;gap:7px;margin-top:26px;font-size:13px}.image-action svg[data-v-07037dd3]{width:16px;height:16px}.gallery-footer[data-v-07037dd3]{max-width:1200px;margin:8px auto 0;display:flex;justify-content:space-between;align-items:center;gap:30px}.gallery-track[data-v-07037dd3]{width:210px;height:3px;background:#d9dce2;overflow:hidden}.gallery-track i[data-v-07037dd3]{display:block;width:33.3333%;height:100%;background:#5f6877;will-change:transform}.gallery-footer p[data-v-07037dd3]{font-size:11px;color:#666e79}.gallery-dialog[data-v-07037dd3]{margin:auto;border:0;padding:28px 65px 25px;background:#16191f;color:#fff;border-radius:20px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto}.gallery-dialog[data-v-07037dd3]::backdrop{background:rgba(11,13,16,.86);backdrop-filter:blur(12px)}.gallery-dialog figure[data-v-07037dd3]{margin:0;display:flex;flex-direction:column;align-items:center}.gallery-dialog .simulator-device[data-v-07037dd3]{width:calc((100dvh - 165px)*1206/2622);max-width:100%}.gallery-dialog figcaption[data-v-07037dd3]{text-align:center;margin-top:18px;display:flex;flex-direction:column;gap:8px}.gallery-dialog figcaption strong[data-v-07037dd3]{font-weight:500;font-size:16px}.gallery-dialog figcaption span[data-v-07037dd3]{font-size:12px;line-height:1.8;color:#bcc3cf}.dialog-close[data-v-07037dd3]{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:36px;height:36px;border:1px solid #545d6a;background:#252b35;color:#fff;border-radius:50%}button[data-v-07037dd3]:focus-visible,.gallery-rail[data-v-07037dd3]:focus-visible{outline:3px solid #0865da;outline-offset:4px}.dialog-close[data-v-07037dd3]:focus-visible{outline-color:#98baff}@media(max-width:1360px){.gallery-header[data-v-07037dd3],.gallery-footer[data-v-07037dd3]{margin-left:6vw;margin-right:6vw}}@media(max-width:760px){.product-exhibition[data-v-07037dd3]{--gallery-viewport:100vh;padding:70px 0 40px}.gallery-header[data-v-07037dd3]{margin:0 26px 38px;display:block}.gallery-header h2[data-v-07037dd3]{font-size:clamp(32px,7.8vw,48px)}.gallery-intro[data-v-07037dd3]{max-width:none;margin-top:24px}.gallery-intro>p[data-v-07037dd3]{font-size:14px}.gallery-navigation[data-v-07037dd3]{margin-top:22px}.gallery-rail[data-v-07037dd3]{gap:24px;padding:8px 26px 30px;scroll-padding-inline:26px}.gallery-panel[data-v-07037dd3]{flex-basis:calc(100vw - 78px)}.panel-heading[data-v-07037dd3]{min-height:100px}.panel-heading h3[data-v-07037dd3]{font-size:23px}.gallery-image .simulator-device[data-v-07037dd3]{width:270px}.gallery-footer[data-v-07037dd3]{margin:10px 26px 0;flex-direction:column;align-items:flex-start;gap:24px}.gallery-track[data-v-07037dd3]{width:150px}.gallery-dialog[data-v-07037dd3]{padding:55px 20px 25px;border-radius:16px}.gallery-dialog .simulator-device[data-v-07037dd3]{width:min(calc((100dvh - 230px)*1206/2622),299px)}}@supports (height:100svh){.product-exhibition[data-v-07037dd3]{--gallery-viewport:100svh}}@media(max-width:760px){.product-exhibition.is-scroll-linked[data-v-07037dd3]{padding-bottom:0}.is-scroll-linked .gallery-stage[data-v-07037dd3]{padding:12px 0 max(16px,env(safe-area-inset-bottom))}.is-scroll-linked .gallery-rail[data-v-07037dd3]{touch-action:pan-y pinch-zoom}.is-scroll-linked .gallery-image .simulator-device[data-v-07037dd3]{width:min(270px,calc((var(--gallery-viewport) - 310px - env(safe-area-inset-bottom))*.5))}.is-scroll-linked .gallery-footer[data-v-07037dd3]{width:calc(100% - 52px);gap:12px;margin:8px 26px 0}.gallery-navigation button[data-v-07037dd3]{width:44px;height:44px}}@media(max-height:500px){.is-scroll-linked .gallery-stage[data-v-07037dd3]{padding:8px 0 12px}.is-scroll-linked .gallery-panel[data-v-07037dd3]{display:flex;align-items:center;gap:12px;flex-basis:clamp(300px,65vw,520px)}.is-scroll-linked .panel-heading[data-v-07037dd3]{flex:1;min-height:0;text-align:left}.is-scroll-linked .panel-heading h3[data-v-07037dd3]{font-size:21px}.is-scroll-linked .panel-heading p[data-v-07037dd3]{font-size:13px}.is-scroll-linked .gallery-image[data-v-07037dd3]{width:auto;padding-top:0;flex-shrink:0}.is-scroll-linked .gallery-image .simulator-device[data-v-07037dd3]{width:calc((var(--gallery-viewport) - 180px - env(safe-area-inset-bottom))*.5)}.is-scroll-linked .image-action[data-v-07037dd3]{margin-top:8px}.is-scroll-linked .gallery-footer[data-v-07037dd3]{flex-direction:row;align-items:center;gap:16px}}@media(prefers-reduced-motion:reduce){.gallery-image .simulator-device[data-v-07037dd3],.gallery-navigation button[data-v-07037dd3]{transition:none}.gallery-image:hover .simulator-device[data-v-07037dd3]{transform:none}}.highlights[data-v-d2b70861]{--highlights-viewport:100vh;padding:100px max(6vw,calc((100vw - 1200px)/2)) 80px;background:linear-gradient(#f5f5f7,#fff 24%);scroll-margin-top:64px}.highlights-heading[data-v-d2b70861]{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:42px}h2[data-v-d2b70861]{font-size:clamp(34px,4vw,56px);font-weight:650;letter-spacing:-.04em}.highlights-heading a[data-v-d2b70861]{color:#0865da;text-decoration:none;font-size:15px;white-space:nowrap;padding-bottom:8px}.highlight-card[data-v-d2b70861]{position:relative;isolation:isolate;overflow:hidden;border-radius:30px;min-height:610px;background:#edf2f8;display:grid;grid-template-columns:43% 57%;transition:background .4s}.highlight-card--1[data-v-d2b70861]{background:#edf4ef}.highlight-card--2[data-v-d2b70861]{background:#eeedf5}.highlight-copy[data-v-d2b70861]{align-self:center;padding:60px 0 80px 58px;z-index:2}h3[data-v-d2b70861]{font-size:clamp(36px,3.8vw,54px);line-height:1.22;letter-spacing:-.04em;margin-top:0;font-weight:650}h3 span[data-v-d2b70861]{color:#64768f}.highlight-copy p[data-v-d2b70861]{margin-top:25px;max-width:27ch;color:#576576;font-size:16px;line-height:1.85}.highlight-art[data-v-d2b70861]{position:relative;min-width:0;perspective:1100px;animation:art-in-d2b70861 .65s cubic-bezier(.16,1,.3,1) both}.art-orbit[data-v-d2b70861]{width:540px;height:540px;border-radius:50%;position:absolute;top:70px;left:10%;border:1px solid #ffffffb0;box-shadow:0 0 0 55px rgba(255,255,255,.15),0 0 0 110px rgba(255,255,255,.15)}.highlight-phone[data-v-d2b70861]{width:275px;position:absolute;left:20%;top:65px;transform:rotate(9deg)}.highlight-caption[data-v-d2b70861]{position:absolute;bottom:88px;left:1%;padding:23px 27px;border-radius:19px;background:rgba(255,255,255,.93);box-shadow:0 16px 45px rgba(40,74,106,.11);transform:rotate(-5deg)}.highlight-caption span[data-v-d2b70861]{display:block;color:#697586;font-size:12px}.highlight-caption strong[data-v-d2b70861]{display:block;font-size:23px;margin-top:9px;font-weight:600}.highlight-caption i[data-v-d2b70861]{display:block;height:3px;width:48px;background:#0865da;margin-top:15px}.highlight-detail[data-v-d2b70861]{position:absolute;left:-4%;top:200px;width:230px;height:auto;border:5px solid #fff;border-radius:22px;box-shadow:0 25px 45px rgba(24,51,72,.16);transform:rotate(-8deg)}.highlight-card--2 .highlight-detail[data-v-d2b70861]{top:240px;width:240px}.slide-count[data-v-d2b70861]{position:absolute;bottom:25px;left:32px;font-size:11px;letter-spacing:.12em;color:#657084}.highlight-controls[data-v-d2b70861]{display:flex;justify-content:center;align-items:center;position:relative;margin-top:28px;gap:18px}.highlight-selectors[data-v-d2b70861]{display:flex;padding:5px;background:#f0f1f3;border-radius:30px;gap:3px}button[data-v-d2b70861]{border:none;cursor:pointer;font-family:inherit}.highlight-selectors button[data-v-d2b70861]{background:transparent;border-radius:22px;padding:13px 23px;font-size:12px;color:#606774;transition:background .2s,color .2s}.highlight-selectors button[aria-pressed=true][data-v-d2b70861]{background:#22262e;color:#fff}.highlight-arrows[data-v-d2b70861]{position:absolute;right:0;display:flex;gap:9px}.highlight-arrows button[data-v-d2b70861]{width:40px;height:40px;border-radius:50%;font-size:21px;color:#505662;background:#eeeef0}.highlight-arrows button[data-v-d2b70861]:hover{background:#dddfe4}button[data-v-d2b70861]:focus-visible,a[data-v-d2b70861]:focus-visible{outline:3px solid #0865da;outline-offset:4px}.source-note[data-v-d2b70861]{margin-top:19px;text-align:center;font-size:11px;color:#656c76}@keyframes art-in-d2b70861{0%{opacity:.35;transform:translate(28px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:1000px){.highlight-copy[data-v-d2b70861]{padding-left:35px}.highlight-phone[data-v-d2b70861]{left:16%}.highlight-arrows[data-v-d2b70861]{position:static}.highlight-controls[data-v-d2b70861]{justify-content:space-between}}@media(max-width:760px){.highlights[data-v-d2b70861]{padding:68px 22px 60px}.highlights-heading[data-v-d2b70861]{display:block;margin-bottom:28px}.highlights-heading a[data-v-d2b70861]{display:inline-block;margin-top:18px;font-size:13px}.highlight-card[data-v-d2b70861]{grid-template-columns:minmax(0,1fr);border-radius:23px;min-height:730px}.highlight-copy[data-v-d2b70861]{padding:34px 30px 0;align-self:start}h3[data-v-d2b70861]{font-size:36px}.highlight-copy p[data-v-d2b70861]{font-size:14px;margin-top:18px;max-width:28ch}.eyebrow[data-v-d2b70861]{font-size:12px}.highlight-art[data-v-d2b70861]{height:415px}.highlight-phone[data-v-d2b70861]{width:215px;left:calc(50% - 92px);top:25px}.art-orbit[data-v-d2b70861]{top:10px;left:0;width:400px;height:400px}.highlight-caption[data-v-d2b70861]{left:8%;bottom:45px;padding:20px}.highlight-caption strong[data-v-d2b70861]{font-size:19px}.highlight-detail[data-v-d2b70861]{width:166px;left:0;top:140px}.highlight-card--2 .highlight-detail[data-v-d2b70861]{width:185px;top:175px}.slide-count[data-v-d2b70861]{left:auto;right:18px;bottom:16px}.highlight-controls[data-v-d2b70861]{flex-wrap:wrap;justify-content:center;gap:14px}.highlight-selectors button[data-v-d2b70861]{padding:12px 15px}.highlight-arrows button[data-v-d2b70861]{width:38px;height:38px}}.is-scroll-linked[data-v-d2b70861]{height:calc(var(--highlights-viewport)*2.8);padding:0;background:linear-gradient(#f5f5f7,#fff 20%)}.is-scroll-linked .highlights-stage[data-v-d2b70861]{position:sticky;top:64px;height:calc(var(--highlights-viewport) - 64px);padding:28px max(6vw,calc((100vw - 1200px)/2)) 18px;display:flex;flex-direction:column}.is-scroll-linked .highlights-heading[data-v-d2b70861]{flex-shrink:0;margin-bottom:24px}.is-scroll-linked h2[data-v-d2b70861]{font-size:clamp(32px,3.2vw,48px)}.is-scroll-linked .highlight-card[data-v-d2b70861]{flex:1;min-height:0}.is-scroll-linked .highlight-copy[data-v-d2b70861]{padding-top:30px;padding-bottom:50px}.is-scroll-linked .highlight-phone[data-v-d2b70861]{width:min(275px,calc((var(--highlights-viewport) - 275px)*.47));top:50%;transform:translateY(-50%) rotate(9deg)}.is-scroll-linked .highlight-caption[data-v-d2b70861]{bottom:14%;padding:20px 24px}.is-scroll-linked .highlight-controls[data-v-d2b70861]{flex-shrink:0;margin-top:20px}.is-scroll-linked .source-note[data-v-d2b70861]{flex-shrink:0;margin-top:13px}@supports (height:100svh){.highlights[data-v-d2b70861]{--highlights-viewport:100svh}}@media(max-width:760px){.is-scroll-linked .highlights-stage[data-v-d2b70861]{padding:16px 18px max(12px,env(safe-area-inset-bottom))}.is-scroll-linked .highlights-heading[data-v-d2b70861]{display:flex;align-items:center;gap:12px;margin-bottom:14px}.is-scroll-linked h2[data-v-d2b70861]{font-size:clamp(24px,6.4vw,32px)}.is-scroll-linked .highlights-heading a[data-v-d2b70861]{margin-top:0;padding-bottom:0;font-size:12px}.is-scroll-linked .highlight-card[data-v-d2b70861]{display:flex;flex-direction:column}.is-scroll-linked .highlight-copy[data-v-d2b70861]{padding:20px 22px 8px}.is-scroll-linked h3[data-v-d2b70861]{font-size:clamp(25px,7vw,34px)}.is-scroll-linked .highlight-copy p[data-v-d2b70861]{font-size:13px;line-height:1.7;margin-top:12px;max-width:none}.is-scroll-linked .highlight-art[data-v-d2b70861]{height:auto;flex:1;min-height:0}.is-scroll-linked .highlight-phone[data-v-d2b70861]{height:84%;width:auto;max-width:65%;left:47%;top:50%;transform:translate(-50%,-50%) rotate(9deg)}.is-scroll-linked .highlight-caption[data-v-d2b70861]{left:7%;bottom:12%;padding:12px 16px}.is-scroll-linked .highlight-caption span[data-v-d2b70861]{font-size:10px}.is-scroll-linked .highlight-caption strong[data-v-d2b70861]{font-size:16px;margin-top:5px}.is-scroll-linked .highlight-caption i[data-v-d2b70861]{margin-top:9px}.is-scroll-linked .highlight-controls[data-v-d2b70861]{margin-top:12px;gap:8px}.is-scroll-linked .highlight-selectors[data-v-d2b70861]{flex:1;justify-content:center;padding:4px;gap:2px}.is-scroll-linked .highlight-selectors button[data-v-d2b70861]{padding:10px 6px;min-height:44px;font-size:11px;white-space:nowrap}.is-scroll-linked .highlight-arrows[data-v-d2b70861]{gap:6px}.is-scroll-linked .highlight-arrows button[data-v-d2b70861]{width:44px;height:44px}.is-scroll-linked .source-note[data-v-d2b70861]{font-size:10px;line-height:1.6;margin-top:8px}}@media(max-height:650px){.is-scroll-linked .highlight-controls[data-v-d2b70861]{margin-top:8px}.is-scroll-linked .highlight-copy[data-v-d2b70861]{padding:14px 18px 4px}.is-scroll-linked h3[data-v-d2b70861]{font-size:24px}.is-scroll-linked .highlight-caption[data-v-d2b70861]{padding:8px 10px;bottom:10%;left:3%}.is-scroll-linked .highlight-caption span[data-v-d2b70861],.is-scroll-linked .highlight-caption i[data-v-d2b70861]{display:none}}@media(max-height:500px){.is-scroll-linked .highlights-stage[data-v-d2b70861]{padding:8px 22px}.is-scroll-linked .highlights-heading[data-v-d2b70861]{margin-bottom:8px;display:flex}.is-scroll-linked h2[data-v-d2b70861]{font-size:24px}.is-scroll-linked .highlights-heading a[data-v-d2b70861]{margin:0}.is-scroll-linked .highlight-card[data-v-d2b70861]{display:grid;grid-template-columns:55% 45%}.is-scroll-linked .highlight-art[data-v-d2b70861]{height:100%}.is-scroll-linked .highlight-phone[data-v-d2b70861]{height:88%;width:auto;top:50%}.is-scroll-linked .highlight-caption[data-v-d2b70861]{display:none}.is-scroll-linked .highlight-copy[data-v-d2b70861]{padding:12px 20px}.is-scroll-linked .highlight-copy p[data-v-d2b70861]{font-size:12px;margin-top:8px}}@media(prefers-reduced-motion:reduce){.highlight-art[data-v-d2b70861]{animation:none}.highlight-card[data-v-d2b70861],button[data-v-d2b70861]{transition:none}}.repayment-story[data-v-de4dfd11]{--story-viewport:100vh;height:calc(var(--story-viewport)*4.1);background:#fff;color:#f5f5f7;position:relative;scroll-margin-top:64px}.story-stage[data-v-de4dfd11]{background:#0b0d10;position:sticky;top:64px;height:calc(var(--story-viewport) - 64px);min-height:0;padding:52px max(7vw,calc((100vw - 1120px)/2)) 28px;overflow:hidden;isolation:isolate;perspective:1400px}.story-heading[data-v-de4dfd11]{position:relative;z-index:3;pointer-events:none}.story-heading>span[data-v-de4dfd11]{font-size:13px;color:#a3a9b5}h2[data-v-de4dfd11]{font-size:clamp(38px,4.4vw,64px);font-weight:650;line-height:1.18;letter-spacing:-.04em;margin-top:0}h2 span[data-v-de4dfd11]{color:#9098a6}.motion-toggle[data-v-de4dfd11]{position:absolute;right:max(7vw,calc((100vw - 1120px)/2));top:48px;z-index:5;color:#c4c8d0;background:#22262d;border:1px solid #3c424b;border-radius:24px;padding:11px 17px;font:inherit;font-size:11px;cursor:pointer}.story-watermark[data-v-de4dfd11]{position:absolute;white-space:nowrap;left:5%;bottom:12%;font-size:clamp(100px,16vw,240px);letter-spacing:-.04em;font-weight:650;color:#191e27;z-index:-1}.cinema-visual[data-v-de4dfd11]{display:contents}.cinema-device[data-v-de4dfd11]{position:absolute;right:20%;top:15%;width:min(26vw,calc((var(--story-viewport) - 190px)*.45),300px);aspect-ratio:456/910;transform-origin:50% 45%;z-index:2}.cinema-screen[data-v-de4dfd11]{position:absolute;width:100%;opacity:0;pointer-events:none}.cinema-copy[data-v-de4dfd11]{position:absolute;left:max(7vw,calc((100vw - 1120px)/2));width:37%;top:53%;z-index:4}.chapter-number[data-v-de4dfd11]{color:#8dafee;letter-spacing:.13em;font-size:11px;font-variant-numeric:tabular-nums}.cinema-chapter[data-v-de4dfd11]{position:absolute;top:36px;opacity:0;transform:translateY(12px);max-width:350px}h3[data-v-de4dfd11]{font-size:clamp(23px,2.3vw,32px);line-height:1.4;font-weight:600;letter-spacing:-.025em;text-wrap:balance}.cinema-chapter p[data-v-de4dfd11],.static-chapters p[data-v-de4dfd11]{color:#aeb6c4;font-size:15px;line-height:1.9;margin-top:18px}.story-bottom[data-v-de4dfd11]{position:absolute;z-index:5;padding:16px 0;bottom:14px;left:max(7vw,calc((100vw - 1120px)/2));right:max(7vw,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:#a8b0bd}.story-bottom>span[data-v-de4dfd11]{background:rgba(11,13,16,.91);padding:7px 10px;border-radius:8px}.story-progress[data-v-de4dfd11]{width:120px;height:3px;background:#353d49;overflow:hidden}.story-progress i[data-v-de4dfd11]{display:block;width:100%;height:100%;background:#98baff;transform-origin:left}.is-static[data-v-de4dfd11]{height:auto;padding:0 20px;background:#fff}.is-static .story-stage[data-v-de4dfd11]{border-radius:28px}.is-static .story-stage[data-v-de4dfd11]{height:auto;position:relative;top:auto;min-height:0;padding-bottom:80px}.is-static .story-heading[data-v-de4dfd11]{padding-right:130px}.static-chapters[data-v-de4dfd11]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:70px}.static-chapters h3[data-v-de4dfd11]{font-size:24px;margin-top:16px;min-height:2.8em}.static-chapters p[data-v-de4dfd11]{min-height:115px}.static-chapters .scroll-device[data-v-de4dfd11]{width:min(100%,235px);margin:30px auto 0}.static-chapters a[data-v-de4dfd11]{color:#9ec1ff;font-size:12px;display:block;text-align:center;margin-top:25px;text-underline-offset:5px}button[data-v-de4dfd11]:focus-visible,a[data-v-de4dfd11]:focus-visible{outline:3px solid #98baff;outline-offset:4px}@media(min-width:761px)and (max-width:1100px){.static-chapters[data-v-de4dfd11]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px){.cinema-device[data-v-de4dfd11]{right:13%}.cinema-copy[data-v-de4dfd11]{width:36%}.cinema-chapter p[data-v-de4dfd11]{font-size:14px}}@media(max-width:760px){.story-stage[data-v-de4dfd11]{padding:70px 28px}.is-static .story-heading[data-v-de4dfd11]{padding-right:0}.static-chapters[data-v-de4dfd11]{display:block;margin-top:48px}.static-chapters article+article[data-v-de4dfd11]{margin-top:70px}.static-chapters p[data-v-de4dfd11]{min-height:0;max-width:38ch}.static-chapters .scroll-device[data-v-de4dfd11]{width:min(100%,235px)}.static-chapters h3[data-v-de4dfd11]{font-size:25px;min-height:0}h2[data-v-de4dfd11]{font-size:clamp(30px,10vw,40px)}}@supports (height:100svh){.repayment-story[data-v-de4dfd11]{--story-viewport:100svh}}@media(max-width:760px){.repayment-story:not(.is-static) .story-stage[data-v-de4dfd11]{display:grid;grid-template-rows:auto minmax(0,1fr) 160px auto;gap:12px;padding:20px 22px max(12px,env(safe-area-inset-bottom))}.repayment-story:not(.is-static) h2[data-v-de4dfd11]{font-size:clamp(26px,7vw,34px)}.motion-toggle[data-v-de4dfd11]{top:20px;right:18px;padding:10px 12px;min-height:44px}.repayment-story:not(.is-static) .story-heading[data-v-de4dfd11]{padding-right:86px}.cinema-visual[data-v-de4dfd11]{display:block;position:relative;min-height:0;overflow:hidden;isolation:isolate}.cinema-device[data-v-de4dfd11]{--camera-travel:.35;right:auto;left:50%;top:50%;translate:-50% -50%;width:min(180px,calc((var(--story-viewport) - 400px)*.45))}.cinema-copy[data-v-de4dfd11]{position:relative;top:auto;left:auto;width:100%;min-height:0}.cinema-chapter[data-v-de4dfd11]{top:26px;max-width:none}.cinema-chapter h3[data-v-de4dfd11]{font-size:23px}.cinema-chapter p[data-v-de4dfd11]{font-size:13px;line-height:1.8;margin-top:10px}.story-bottom[data-v-de4dfd11]{position:relative;bottom:auto;left:auto;right:auto;padding:0;display:grid;grid-template-columns:1fr auto;gap:8px;font-size:10px}.story-bottom>span[data-v-de4dfd11]{padding:0;background:none}.story-bottom>span[data-v-de4dfd11]:last-child{grid-column:1 / -1}.story-progress[data-v-de4dfd11]{width:70px}.story-watermark[data-v-de4dfd11]{font-size:100px}}@media(max-width:760px)and (max-height:650px){.repayment-story:not(.is-static) .story-stage[data-v-de4dfd11]{grid-template-rows:auto minmax(0,1fr) 140px auto;padding-top:12px;gap:8px}.repayment-story:not(.is-static) h2[data-v-de4dfd11]{font-size:24px}.motion-toggle[data-v-de4dfd11]{top:12px}.cinema-chapter h3[data-v-de4dfd11]{font-size:20px}.cinema-chapter p[data-v-de4dfd11]{font-size:12px;margin-top:8px}.cinema-device[data-v-de4dfd11]{width:calc((var(--story-viewport) - 330px)*.4)}}@media(max-height:500px){.repayment-story:not(.is-static) .story-stage[data-v-de4dfd11]{display:block;padding:14px 24px}.repayment-story:not(.is-static) h2[data-v-de4dfd11]{font-size:25px}.motion-toggle[data-v-de4dfd11]{top:12px;right:24px}.cinema-visual[data-v-de4dfd11]{display:block;position:absolute;right:5%;top:65px;bottom:52px;width:42%;overflow:hidden}.cinema-device[data-v-de4dfd11]{--camera-travel:.3;left:50%;right:auto;top:50%;translate:-50% -50%;width:calc((var(--story-viewport) - 190px)*.42)}.cinema-copy[data-v-de4dfd11]{position:absolute;left:24px;top:43%;width:44%}.cinema-chapter[data-v-de4dfd11]{top:22px}.cinema-chapter h3[data-v-de4dfd11]{font-size:20px}.cinema-chapter p[data-v-de4dfd11]{font-size:12px;line-height:1.6;margin-top:8px}.story-bottom[data-v-de4dfd11]{display:flex;position:absolute;bottom:12px;left:24px;right:24px;padding:0;font-size:10px}.story-bottom>span[data-v-de4dfd11]{padding:0}.story-watermark[data-v-de4dfd11]{font-size:100px}}@media(prefers-reduced-motion:reduce){.cinema-screen[data-v-de4dfd11],.cinema-chapter[data-v-de4dfd11]{transition:none}}.product-journey[data-v-43b0e0f2]{color:#202124}h2[data-v-43b0e0f2]{font-size:clamp(38px,4.6vw,66px);letter-spacing:-.04em;font-weight:650;line-height:1.2;text-wrap:balance}h2 span[data-v-43b0e0f2]{color:#85878f}.payment-chapter[data-v-43b0e0f2]{padding:128px max(6vw,calc((100vw - 1200px)/2)) 72px;background:#fff;overflow:hidden;scroll-margin-top:80px}.chapter-intro[data-v-43b0e0f2]{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.chapter-intro>p[data-v-43b0e0f2]{max-width:32ch;font-size:17px;line-height:1.95;color:#686b72}.payment-spread[data-v-43b0e0f2]{display:grid;grid-template-columns:.8fr 1.3fr;gap:80px;align-items:center;margin-top:74px}.payment-notes article+article[data-v-43b0e0f2]{margin-top:32px}.payment-notes h3[data-v-43b0e0f2]{font-size:22px;line-height:1.4;letter-spacing:-.02em;font-weight:600}.payment-notes article p[data-v-43b0e0f2]{color:#686b72;font-size:15px;line-height:1.9;margin-top:12px}.record-note[data-v-43b0e0f2]{border-top:1px solid #dfe1e6;padding-top:24px;margin-top:32px;font-size:12px;color:#676d77;line-height:1.8}.payment-devices[data-v-43b0e0f2]{height:700px;position:relative;background:linear-gradient(145deg,#f5f5f7,#e9edf3);border-radius:32px;isolation:isolate}.ledger-phone[data-v-43b0e0f2]{position:absolute;width:265px;left:6%;top:70px;transform:rotate(-9deg)}.schedule-phone[data-v-43b0e0f2]{position:absolute;width:285px;right:3%;top:124px;transform:rotate(8deg);z-index:2}.source-note[data-v-43b0e0f2]{text-align:center;font-size:11px;color:#69707b;margin-top:40px}.income-chapter[data-v-43b0e0f2]{background:linear-gradient(#fff,#edf4ef 20%,#edf4ef 80%,#fff);padding:130px max(6vw,calc((100vw - 1160px)/2));scroll-margin-top:64px}.income-layout[data-v-43b0e0f2]{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.income-art[data-v-43b0e0f2]{height:650px;position:relative}.income-phone[data-v-43b0e0f2]{width:290px;margin:auto;transform:rotate(-7deg)}.income-summary[data-v-43b0e0f2]{position:absolute;bottom:44px;left:12%;right:-2%;background:#fff;padding:25px 30px;border-radius:16px;box-shadow:0 20px 40px rgba(41,70,52,.1);transform:rotate(3deg)}.income-summary>span[data-v-43b0e0f2]{font-size:12px;color:#58665b}.income-summary strong[data-v-43b0e0f2]{display:block;font-size:40px;line-height:1.3;font-weight:600;letter-spacing:-.03em;color:#215941;margin:8px 0;font-variant-numeric:tabular-nums}.income-summary p[data-v-43b0e0f2]{font-size:11px;color:#5e6b61;line-height:1.8}.income-copy h2[data-v-43b0e0f2]{font-size:clamp(36px,3.8vw,54px)}.income-copy h2 span[data-v-43b0e0f2]{color:#62816b}.income-lead[data-v-43b0e0f2]{font-size:16px;line-height:1.95;margin-top:28px;color:#536558}.income-copy dl[data-v-43b0e0f2]{margin-top:32px}.income-copy dl>div[data-v-43b0e0f2]{padding:17px 0;border-bottom:1px solid #cddbd0}.income-copy dt[data-v-43b0e0f2]{font-size:16px;font-weight:600}.income-copy dd[data-v-43b0e0f2]{font-size:14px;line-height:1.8;color:#536558;margin-top:8px}.income-copy a[data-v-43b0e0f2]{display:inline-block;margin-top:28px;color:#215941;text-underline-offset:5px;font-size:14px}.daily-chapter[data-v-43b0e0f2]{max-width:1200px;margin:auto;padding:80px 60px 115px}.daily-chapter h2[data-v-43b0e0f2]{max-width:17ch;font-size:clamp(34px,4vw,52px)}.daily-chapter ol[data-v-43b0e0f2]{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:56px;padding:0;margin-top:56px}.step-number[data-v-43b0e0f2]{font-size:15px;color:#0865da;border-bottom:1px solid #cfd7e3;display:block;padding-bottom:19px;font-variant-numeric:tabular-nums}.daily-chapter h3[data-v-43b0e0f2]{font-size:23px;margin-top:23px;font-weight:600}.daily-chapter li p[data-v-43b0e0f2]{font-size:15px;line-height:1.9;color:#686b72;margin-top:13px}@media(max-width:1100px){.payment-spread[data-v-43b0e0f2]{gap:40px}.ledger-phone[data-v-43b0e0f2]{width:230px}.schedule-phone[data-v-43b0e0f2]{width:245px;top:150px}.payment-devices[data-v-43b0e0f2]{height:650px}.income-layout[data-v-43b0e0f2]{gap:50px}.income-summary[data-v-43b0e0f2]{left:0;right:0}}@media(max-width:760px){.payment-chapter[data-v-43b0e0f2]{padding:80px 24px 45px}.chapter-intro[data-v-43b0e0f2]{display:block}.chapter-intro>p[data-v-43b0e0f2]{margin-top:25px;font-size:15px;max-width:40ch}.payment-spread[data-v-43b0e0f2]{grid-template-columns:minmax(0,1fr);margin-top:40px;gap:32px}.payment-notes[data-v-43b0e0f2]{order:2}.payment-devices[data-v-43b0e0f2]{height:570px}.ledger-phone[data-v-43b0e0f2]{width:205px;left:-7%;top:45px}.schedule-phone[data-v-43b0e0f2]{width:220px;right:-6%;top:115px}.payment-notes h3[data-v-43b0e0f2]{font-size:21px}.payment-notes article p[data-v-43b0e0f2]{font-size:14px}.income-chapter[data-v-43b0e0f2]{padding:65px 26px}.income-layout[data-v-43b0e0f2]{display:flex;flex-direction:column-reverse;gap:55px}.income-art[data-v-43b0e0f2]{width:100%;height:620px}.income-phone[data-v-43b0e0f2]{width:265px}.income-summary[data-v-43b0e0f2]{bottom:30px;padding:22px;left:0;right:0}.income-summary strong[data-v-43b0e0f2]{font-size:36px}.income-lead[data-v-43b0e0f2]{font-size:15px}.daily-chapter[data-v-43b0e0f2]{padding:60px 26px 80px}.daily-chapter ol[data-v-43b0e0f2]{grid-template-columns:1fr;gap:30px;margin-top:35px}.daily-chapter h3[data-v-43b0e0f2]{margin-top:17px}.daily-chapter li p[data-v-43b0e0f2]{margin-top:10px}.step-number[data-v-43b0e0f2]{padding-bottom:14px}}@media(max-width:350px){.payment-devices[data-v-43b0e0f2]{height:480px}.ledger-phone[data-v-43b0e0f2]{width:172px}.schedule-phone[data-v-43b0e0f2]{width:188px;top:100px}.income-phone[data-v-43b0e0f2]{width:240px}.income-art[data-v-43b0e0f2]{height:575px}h2[data-v-43b0e0f2]{font-size:28px}}.product-questions[data-v-1ddb30b9]{max-width:1200px;margin:auto;padding:90px 60px 100px;display:grid;grid-template-columns:1fr 1.35fr;gap:90px}.product-questions h2[data-v-1ddb30b9]{font-size:clamp(32px,3vw,44px);font-weight:650;line-height:1.3;letter-spacing:-.03em;text-wrap:balance}.product-questions>div>p[data-v-1ddb30b9]{font-size:15px;line-height:1.9;color:#686b72;margin-top:23px;max-width:30ch}.question-list details[data-v-1ddb30b9]{border-bottom:1px solid #dddfe4}.question-list summary[data-v-1ddb30b9]{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:25px;list-style:none;padding:23px 0;font-size:17px;font-weight:500;line-height:1.6}.question-list summary[data-v-1ddb30b9]::-webkit-details-marker{display:none}.question-list summary span[data-v-1ddb30b9]{font-size:27px;line-height:1;color:#647082;font-weight:300;transition:transform .25s}.question-list details[open] summary span[data-v-1ddb30b9]{transform:rotate(45deg)}.question-list details>p[data-v-1ddb30b9]{font-size:15px;line-height:1.95;color:#686b72;padding:0 25px 25px 0}.question-list summary[data-v-1ddb30b9]:focus-visible{outline:3px solid #0865da;outline-offset:5px}@media(max-width:760px){.product-questions[data-v-1ddb30b9]{padding:65px 26px;grid-template-columns:1fr;gap:28px}.question-list summary[data-v-1ddb30b9]{font-size:16px}.question-list details>p[data-v-1ddb30b9]{font-size:14px}}.product-page[data-v-fd4646c5]{--ink: #202124;--muted: #686b72;--blue: #0865da;--paper: #f5f5f7;--ease: cubic-bezier(.16,1,.3,1);background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.product-page[data-v-fd4646c5] ::selection{background:#c9dfff;color:#12396c}.product-page[data-v-fd4646c5] :focus-visible{outline:3px solid #0865da;outline-offset:5px}.product-page a[data-v-fd4646c5]{text-underline-offset:5px}.product-page button[data-v-fd4646c5],.product-page summary[data-v-fd4646c5]{font-family:inherit}.product-page svg[data-v-fd4646c5]{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.skip-content[data-v-fd4646c5]{position:fixed;z-index:500;top:-80px;left:20px;padding:15px;background:#fff;color:var(--blue)}.skip-content[data-v-fd4646c5]:focus{top:10px}.product-header[data-v-fd4646c5] .site-header__inner{max-width:1240px;padding:12px 40px;height:64px}.product-header[data-v-fd4646c5] .site-header__name{color:var(--ink);font-size:16px;letter-spacing:-.02em}.product-header[data-v-fd4646c5] .site-header__logo{width:29px;height:29px;border-radius:8px;background:transparent;box-shadow:none;font-size:15px}.product-header[data-v-fd4646c5] .site-header__link{font-size:12px}.product-header[data-v-fd4646c5] .site-header__nav{gap:26px}.nav-download[data-v-fd4646c5]{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 15px;border-radius:20px;color:#fff;background:var(--blue);font-size:11px;text-decoration:none;white-space:nowrap}.nav-download[data-v-fd4646c5]:hover{background:#0054bd}.product-hero[data-v-fd4646c5]{background:#f5f5f7;overflow:hidden}.hero-copy[data-v-fd4646c5]{text-align:center;padding:68px 24px 0;position:relative;z-index:2}.hero-copy h1[data-v-fd4646c5]{font-size:clamp(48px,5.6vw,78px);line-height:1.16;letter-spacing:-.04em;font-weight:650}.hero-copy h1 span[data-v-fd4646c5]{color:#0865da}.hero-lead[data-v-fd4646c5]{color:#585c64;font-size:19px;line-height:1.8;margin:23px auto 24px;max-width:620px}.action-row[data-v-fd4646c5]{display:flex;justify-content:center;gap:28px;align-items:center}.button[data-v-fd4646c5]{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 25px;border-radius:30px;border:none;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .2s,transform .2s}.button--blue[data-v-fd4646c5]{color:#fff;background:var(--blue)}.button--blue[data-v-fd4646c5]:hover{background:#0054bd;transform:translateY(-2px)}.button--subtle[data-v-fd4646c5]{background:#eceef2;color:#353a42}.button svg[data-v-fd4646c5]{width:18px;height:18px}.text-link[data-v-fd4646c5]{display:inline-flex;align-items:center;gap:10px;color:var(--blue);text-decoration:none;font-size:15px;line-height:1.6}.text-link[data-v-fd4646c5]:hover{text-decoration:underline}.text-link span[data-v-fd4646c5]{font-size:20px;transition:transform .2s}.text-link:hover span[data-v-fd4646c5]{transform:translate(2px,-2px)}.hero-product-stage[data-v-fd4646c5]{position:relative;height:525px;max-width:1240px;margin:38px auto 0;perspective:1400px}.hero-wordmark[data-v-fd4646c5]{font-size:clamp(100px,17vw,225px);font-weight:650;color:#e4e5e9;text-align:center;letter-spacing:-.04em;position:absolute;width:100%;top:145px;white-space:nowrap;user-select:none}.hero-phone[data-v-fd4646c5]{position:absolute;left:50%;top:0;width:min(300px,27vw)}.hero-phone--main[data-v-fd4646c5]{z-index:3;margin-left:max(-150px,-13.5vw);transform:translateY(0)}.hero-phone--left[data-v-fd4646c5]{z-index:2;margin-left:max(-385px,-35vw);top:52px;width:min(275px,25vw);transform:rotate(-10deg)}.hero-phone--right[data-v-fd4646c5]{z-index:2;margin-left:min(110px,10vw);top:52px;width:min(275px,25vw);transform:rotate(10deg)}.hero-phone--far-left[data-v-fd4646c5]{z-index:1;margin-left:max(-605px,-55vw);top:110px;width:min(245px,22vw);transform:rotate(-14deg)}.hero-phone--far-right[data-v-fd4646c5]{z-index:1;margin-left:min(360px,33vw);top:110px;width:min(245px,22vw);transform:rotate(14deg)}.hero-floor[data-v-fd4646c5]{position:absolute;inset:auto 0 0;height:80px;background:linear-gradient(transparent,#f5f5f7);z-index:4;pointer-events:none}.hero-caption[data-v-fd4646c5]{padding:24px 6% 26px;display:flex;justify-content:space-between;align-items:center;color:#656971;font-size:11px}.hero-caption a[data-v-fd4646c5]{color:#555a62;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;border:1px solid #c5c7cb}.section-shell[data-v-fd4646c5]{max-width:1200px;margin:auto;padding:115px 60px}.section-copy h2[data-v-fd4646c5],.gallery-heading h2[data-v-fd4646c5],.download-section h2[data-v-fd4646c5]{font-size:clamp(40px,4.2vw,60px);font-weight:650;letter-spacing:-.035em;line-height:1.2;text-wrap:balance}.section-copy h2 span[data-v-fd4646c5],.gallery-heading h2 span[data-v-fd4646c5]{color:#85878f}.section-lead[data-v-fd4646c5]{color:var(--muted);font-size:17px;line-height:1.95;max-width:34ch;margin-top:26px}.overview-section[data-v-fd4646c5]{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;scroll-margin-top:64px}.overview-list[data-v-fd4646c5]{list-style:none;margin:30px 0}.overview-list li[data-v-fd4646c5]{display:flex;gap:12px;align-items:center;color:#52565e;font-size:14px;margin:18px 0}.overview-list svg[data-v-fd4646c5]{color:var(--blue);width:17px;height:17px}.overview-visual[data-v-fd4646c5]{position:relative;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center}.overview-circle[data-v-fd4646c5]{width:440px;max-width:100%;height:440px;border-radius:50%;background:#f0f4fa;position:absolute;top:74px}.overview-phone[data-v-fd4646c5]{width:251px;transform:rotate(6deg)}.image-caption[data-v-fd4646c5]{font-size:11px;line-height:1.7;color:#626771;margin-top:28px;text-align:center}.overview-visual .image-caption[data-v-fd4646c5]{position:relative;margin-top:35px}.reminder-section[data-v-fd4646c5]{display:grid;grid-template-columns:1.2fr 1fr;gap:11%;align-items:center;padding-top:150px;padding-bottom:150px}.reminder-visual[data-v-fd4646c5]{background:#f5f6f8;border-radius:16px;padding:35px 27px 25px}.reminder-days[data-v-fd4646c5]{display:flex;justify-content:space-around;gap:8px;padding-bottom:35px;align-items:center}.reminder-days>span[data-v-fd4646c5]{width:54px;height:72px;border-radius:30px;color:#70757e;font-size:23px;font-weight:500;position:relative;display:grid;place-items:center;font-variant-numeric:tabular-nums}.reminder-days .selected[data-v-fd4646c5]{color:#fff;background:#0865da}.reminder-days i[data-v-fd4646c5]{width:4px;height:4px;border-radius:50%;background:#fff;position:absolute;bottom:12px}.notification-preview[data-v-fd4646c5]{padding:20px;background:#fff;border-radius:16px;box-shadow:0 18px 32px -20px rgba(36,52,74,.22)}.notification-top[data-v-fd4646c5]{display:flex;align-items:center;gap:8px;font-size:11px;color:#666b73}.notification-top>span[data-v-fd4646c5]:last-child{margin-left:auto}.small-brand[data-v-fd4646c5]{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;color:#fff;background:transparent;font-size:13px}.notification-preview h3[data-v-fd4646c5]{font-size:15px;margin:14px 0 6px;font-weight:600}.notification-preview p[data-v-fd4646c5]{font-size:12px;line-height:1.8;color:#737780}.reminder-presets[data-v-fd4646c5]{display:flex;gap:5px;margin:29px 0 16px;background:#e8eaef;border-radius:24px;padding:4px}.reminder-presets button[data-v-fd4646c5]{flex:1;font-size:11px;padding:11px 5px;border:0;border-radius:20px;background:transparent;color:#565d68;cursor:pointer;transition:background .2s,color .2s}.reminder-presets button.selected[data-v-fd4646c5]{color:var(--blue);background:#fff}.reminder-presets button[data-v-fd4646c5]:hover{color:#034896}.preset-description[data-v-fd4646c5]{font-size:12px;color:#555d68;min-height:42px;line-height:1.8;text-align:center}.reminder-visual .image-caption[data-v-fd4646c5]{margin-top:10px;font-size:10px}.analysis-section[data-v-fd4646c5]{background:linear-gradient(#fff,#f5f5f7 22%,#f5f5f7 78%,#fff)}.analysis-inner[data-v-fd4646c5]{display:grid;grid-template-columns:.9fr 1.2fr;gap:9%;align-items:center}.monthly-chart[data-v-fd4646c5]{background:#fff;padding:32px 26px 24px;border-radius:16px}.chart-heading h3[data-v-fd4646c5]{font-size:20px;font-weight:600;letter-spacing:-.025em}.chart-heading>span[data-v-fd4646c5]{display:block;margin-top:10px;font-size:11px;color:#737782}.chart-bars[data-v-fd4646c5]{display:flex;justify-content:space-between;gap:15px;align-items:flex-end;margin-top:45px}.chart-column[data-v-fd4646c5]{flex:1;text-align:center;min-width:0}.chart-value[data-v-fd4646c5]{font-size:11px;color:#646c79;font-variant-numeric:tabular-nums}.chart-track[data-v-fd4646c5]{height:175px;display:flex;flex-direction:column;justify-content:flex-end;margin-top:10px}.chart-track i[data-v-fd4646c5]{display:block;background:#b9d2f5;border-radius:5px 5px 0 0;height:var(--bar-height);transform-origin:bottom}.chart-column:first-child i[data-v-fd4646c5]{background:#0865da}.monthly-chart.is-visible .chart-track i[data-v-fd4646c5]{animation:bar-arrive-fd4646c5 .85s var(--ease) var(--bar-delay) both}.chart-month[data-v-fd4646c5]{display:block;font-size:11px;margin-top:16px;color:#68707c}.monthly-chart .image-caption[data-v-fd4646c5]{font-size:10px;text-align:left}.gallery-section[data-v-fd4646c5]{background:#fff;padding:110px 24px 95px;text-align:center}.gallery-heading .section-lead[data-v-fd4646c5]{margin:22px auto 50px;max-width:45ch}.product-gallery[data-v-fd4646c5]{max-width:540px;margin:auto}.product-gallery[data-v-fd4646c5] .showcase__device{width:260px;max-width:calc(100% - 40px);margin:auto}.product-gallery[data-v-fd4646c5] .showcase__img{height:auto;aspect-ratio:788 / 1694;object-fit:cover}.product-gallery[data-v-fd4646c5] .showcase__glow{display:none}.product-gallery[data-v-fd4646c5] .showcase__thumbs{flex-wrap:wrap;justify-content:center;gap:8px;padding:6px;margin-top:22px}.product-gallery[data-v-fd4646c5] .showcase__thumb{background:#eceef3;width:34px;height:40px}.product-gallery[data-v-fd4646c5] .showcase__caption{margin-top:24px}.product-gallery[data-v-fd4646c5] .showcase__title{font-size:17px}.product-gallery[data-v-fd4646c5] .showcase__desc{font-size:13px;margin-top:8px}.product-gallery[data-v-fd4646c5] .showcase__frame{box-shadow:none}.product-gallery[data-v-fd4646c5] .showcase__screen-btn:focus-visible{outline:3px solid #0865da;outline-offset:-6px}.gallery-section[data-v-fd4646c5] .showcase{--text-primary: #23262d;--text-secondary: #69707c}.gallery-section[data-v-fd4646c5] .showcase__title{color:#30343d}.gallery-section[data-v-fd4646c5] .showcase__desc{color:#68707c}.hero-copy .action-row[data-v-fd4646c5]{flex-wrap:wrap;gap:14px 24px}.android-status[data-v-fd4646c5]{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;min-height:46px;border-radius:30px;background:#e8e9ed;color:#555b65;font-size:13px;line-height:1.6}.android-status strong[data-v-fd4646c5]{color:#30353d;font-weight:600}.hero-privacy[data-v-fd4646c5]{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 12px;width:fit-content;max-width:100%;margin:12px auto 0;color:#424852;font-size:13px;line-height:1.7;text-decoration:none}.hero-privacy svg[data-v-fd4646c5]{width:19px;height:22px;color:var(--blue)}.hero-privacy-link[data-v-fd4646c5]{color:var(--blue);font-size:12px}.hero-privacy:hover .hero-privacy-link[data-v-fd4646c5]{text-decoration:underline}.privacy-section[data-v-fd4646c5]{background:#fff;scroll-margin-top:64px}.privacy-inner[data-v-fd4646c5]{padding-top:85px;padding-bottom:85px}.privacy-heading[data-v-fd4646c5]{max-width:760px}.privacy-heading .trust-symbol[data-v-fd4646c5]{color:var(--blue);width:42px;height:48px;stroke-width:2;margin-bottom:20px}.privacy-heading h2[data-v-fd4646c5]{font-size:clamp(30px,3.4vw,46px);line-height:1.3;letter-spacing:-.035em;font-weight:650;text-wrap:balance}.privacy-heading h2 span[data-v-fd4646c5]{display:inline-block;margin-right:.2em}.privacy-heading p[data-v-fd4646c5]{font-size:16px;color:var(--muted);line-height:1.9;margin-top:18px}.privacy-points[data-v-fd4646c5]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin:38px 0 30px}.privacy-points>div[data-v-fd4646c5]{border-top:1px solid #dce0e7;padding-top:22px}.privacy-points h3[data-v-fd4646c5]{font-size:19px;font-weight:600;color:var(--ink)}.privacy-points p[data-v-fd4646c5]{font-size:14px;color:#626771;line-height:1.9;margin-top:12px}.download-android[data-v-fd4646c5]{margin:16px auto 0}.trust-links[data-v-fd4646c5]{display:flex;flex-wrap:wrap;gap:18px 30px}.trust-links .text-link[data-v-fd4646c5]{font-size:13px}.download-section[data-v-fd4646c5]{background:linear-gradient(#fff,#f5f5f7 25%);text-align:center;padding:95px 24px 80px;scroll-margin-top:64px}.download-brand[data-v-fd4646c5]{width:62px;height:62px;border-radius:17px;color:#fff;font-weight:600;font-size:31px;display:grid;place-items:center;margin:0 auto 35px;background:transparent;box-shadow:0 12px 20px -10px rgba(8,101,218,.333)}.download-section h2 span[data-v-fd4646c5]{color:#0865da}.download-section .section-lead[data-v-fd4646c5]{margin:24px auto 28px;max-width:48ch}.platform-details[data-v-fd4646c5]{margin:10px auto 0;max-width:640px}.platform-details summary[data-v-fd4646c5]{cursor:pointer;display:inline-flex;align-items:center;gap:5px;color:#5d6470;font-size:12px;list-style:none;min-height:44px}.platform-details summary[data-v-fd4646c5]::-webkit-details-marker{display:none}.platform-details summary svg[data-v-fd4646c5]{width:14px;transition:transform .2s}.platform-details[open] summary svg[data-v-fd4646c5]{transform:rotate(180deg)}.platform-options[data-v-fd4646c5]{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-top:22px}.platform-option[data-v-fd4646c5]{background:#fff;border:none;border-radius:12px;padding:22px;display:flex;text-decoration:none;flex-direction:column;text-align:left;flex:1 1 200px;max-width:290px;min-width:0;cursor:pointer;color:#222a36}.platform-option strong[data-v-fd4646c5]{font-size:14px;font-weight:500}.platform-option>span[data-v-fd4646c5]{color:#69717f;font-size:11px;line-height:1.7;margin-top:10px}.platform-option[data-v-fd4646c5]:hover{background:#ebf2fd}.platform-option--disabled[data-v-fd4646c5]{cursor:default;background:#eceef1}.platform-option--disabled[data-v-fd4646c5]:hover{background:#eceef1}.community-strip[data-v-fd4646c5]{background:#f5f5f7;border-top:1px solid #dddfe4;padding:27px 30px;display:flex;gap:30px;align-items:center;justify-content:center;font-size:12px}.community-strip p[data-v-fd4646c5]{color:#646b75}.community-strip a[data-v-fd4646c5]{color:#424852;text-decoration:none}.community-strip a[data-v-fd4646c5]:hover{text-decoration:underline}.product-footer[data-v-fd4646c5]{padding:8px 24px 110px;background:#f5f5f7}.product-footer[data-v-fd4646c5] .site-footer--light{color:#656b74;font-size:11px}.web-dialog[data-v-fd4646c5]{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:min(480px,calc(100% - 36px));padding:30px;border:none;border-radius:16px;background:#fff;color:#23272e;box-shadow:0 24px 80px rgba(0,0,0,.2)}.web-dialog[data-v-fd4646c5]::backdrop{background:rgba(17,21,27,.5);backdrop-filter:blur(4px)}.web-dialog h2[data-v-fd4646c5]{font-size:23px;line-height:1.3}.web-dialog p[data-v-fd4646c5]{font-size:14px;line-height:1.9;margin:18px 0 28px;color:#656b76}.dialog-actions[data-v-fd4646c5]{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dialog-actions .button[data-v-fd4646c5]{font-size:12px;padding:12px 19px}@keyframes bar-arrive-fd4646c5{0%{transform:scaleY(.1)}to{transform:scaleY(1)}}@media(min-width:1500px){.hero-copy[data-v-fd4646c5]{padding-top:86px}.hero-product-stage[data-v-fd4646c5]{margin-top:50px}}@media(max-width:1000px){.section-shell[data-v-fd4646c5]{padding:90px 40px}.overview-section[data-v-fd4646c5],.reminder-section[data-v-fd4646c5],.analysis-inner[data-v-fd4646c5]{gap:6%}.overview-visual[data-v-fd4646c5]{min-height:550px}.overview-phone[data-v-fd4646c5]{width:230px}.reminder-visual[data-v-fd4646c5]{padding:25px 18px}.chart-bars[data-v-fd4646c5]{gap:9px}.monthly-chart[data-v-fd4646c5]{padding:25px 18px}}@media(max-width:760px){.product-header[data-v-fd4646c5] .site-header__inner{padding:12px 22px}.product-header[data-v-fd4646c5] .site-header__brand{gap:8px;min-width:0}.product-header[data-v-fd4646c5] .site-header__name{max-width:clamp(62px,calc(100vw - 280px),140px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-header[data-v-fd4646c5] .site-header__actions{gap:0}.hero-copy[data-v-fd4646c5]{padding-top:48px}.hero-copy h1[data-v-fd4646c5]{font-size:clamp(40px,8.8vw,64px)}.hero-lead[data-v-fd4646c5]{font-size:15px;max-width:26ch;margin:20px auto 23px}.button[data-v-fd4646c5]{min-height:44px;padding:11px 20px;font-size:13px}.action-row[data-v-fd4646c5]{gap:22px}.text-link[data-v-fd4646c5]{font-size:13px}.hero-product-stage[data-v-fd4646c5]{height:438px;margin-top:40px}.hero-phone--main[data-v-fd4646c5]{width:min(220px,50vw);margin-left:max(-110px,-25vw)}.hero-phone--left[data-v-fd4646c5]{width:min(195px,44vw);margin-left:max(-206px,-46.5vw);top:40px}.hero-phone--right[data-v-fd4646c5]{width:min(195px,44vw);margin-left:min(11px,2.5vw);top:40px}.hero-phone--far-left[data-v-fd4646c5]{width:min(175px,37vw);margin-left:max(-285px,-67vw);top:88px}.hero-phone--far-right[data-v-fd4646c5]{width:min(175px,37vw);margin-left:min(110px,30vw);top:88px}.hero-wordmark[data-v-fd4646c5]{top:150px;font-size:100px}.hero-caption[data-v-fd4646c5]{padding:10px 24px 25px;font-size:10px}.section-shell[data-v-fd4646c5]{padding:76px 26px}.overview-section[data-v-fd4646c5],.reminder-section[data-v-fd4646c5],.analysis-inner[data-v-fd4646c5]{grid-template-columns:minmax(0,1fr);gap:44px}.section-copy h2[data-v-fd4646c5],.gallery-heading h2[data-v-fd4646c5],.download-section h2[data-v-fd4646c5]{font-size:clamp(36px,8.8vw,48px)}.section-lead[data-v-fd4646c5]{font-size:15px;max-width:38ch;margin-top:23px}.overview-list li[data-v-fd4646c5]{font-size:13px}.overview-visual[data-v-fd4646c5]{min-height:560px}.overview-circle[data-v-fd4646c5]{width:100%;height:380px}.overview-phone[data-v-fd4646c5]{width:235px}.reminder-section .section-copy[data-v-fd4646c5]{grid-row:1}.reminder-visual[data-v-fd4646c5]{padding:28px 22px}.reminder-days[data-v-fd4646c5]{padding-bottom:25px}.reminder-days>span[data-v-fd4646c5]{flex:1;min-width:0;width:auto;font-size:21px}.chart-heading h3[data-v-fd4646c5]{font-size:19px}.chart-track[data-v-fd4646c5]{height:150px}.gallery-section[data-v-fd4646c5]{padding:75px 24px 60px}.gallery-heading[data-v-fd4646c5]{text-align:left}.gallery-heading .section-lead[data-v-fd4646c5]{margin:23px 0 45px}.privacy-inner[data-v-fd4646c5]{padding-top:60px;padding-bottom:60px}.privacy-points[data-v-fd4646c5]{grid-template-columns:minmax(0,1fr);gap:24px;margin-top:28px}.privacy-heading p[data-v-fd4646c5]{font-size:15px}.hero-privacy[data-v-fd4646c5]{max-width:300px;font-size:12px;gap:5px 8px}.hero-privacy-link[data-v-fd4646c5]{flex-basis:100%}.hero-copy .action-row>.text-link[data-v-fd4646c5]{flex-basis:100%;justify-content:center}.android-status[data-v-fd4646c5]{font-size:12px;padding:10px 16px;min-height:44px}.download-section[data-v-fd4646c5]{padding:75px 25px 60px}.download-brand[data-v-fd4646c5]{width:55px;height:55px;border-radius:15px;font-size:28px}.platform-options[data-v-fd4646c5]{flex-direction:column}.platform-option[data-v-fd4646c5]{max-width:none;flex-basis:auto}.community-strip[data-v-fd4646c5]{flex-wrap:wrap;gap:18px 25px;padding:26px}.community-strip p[data-v-fd4646c5]{flex-basis:100%;text-align:center}}@media(prefers-reduced-motion:reduce){.product-page[data-v-fd4646c5] *,.product-page[data-v-fd4646c5] *:before,.product-page[data-v-fd4646c5] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.hero-phone--main[data-v-fd4646c5]{translate:0 calc(var(--hero-scroll,0)*-70px);scale:calc(1 + var(--hero-scroll,0)*.12)}.hero-phone--left[data-v-fd4646c5]{translate:calc(var(--hero-scroll,0)*-100px) calc(var(--hero-scroll,0)*35px);rotate:calc(var(--hero-scroll,0)*-9deg)}.hero-phone--right[data-v-fd4646c5]{translate:calc(var(--hero-scroll,0)*100px) calc(var(--hero-scroll,0)*35px);rotate:calc(var(--hero-scroll,0)*9deg)}.hero-phone--far-left[data-v-fd4646c5]{translate:calc(var(--hero-scroll,0)*-130px) calc(var(--hero-scroll,0)*50px);rotate:calc(var(--hero-scroll,0)*-6deg)}.hero-phone--far-right[data-v-fd4646c5]{translate:calc(var(--hero-scroll,0)*130px) calc(var(--hero-scroll,0)*50px);rotate:calc(var(--hero-scroll,0)*6deg)}.analysis-section[data-v-fd4646c5]{scroll-margin-top:64px}.hero-product-stage[data-v-fd4646c5]{height:660px}.hero-wordmark[data-v-fd4646c5]{translate:0 calc(var(--hero-scroll,0)*40px)}@media(max-width:760px){.hero-product-stage[data-v-fd4646c5]{height:min(510px,120vw)}}@media(prefers-reduced-motion:reduce){.hero-phone[data-v-fd4646c5],.hero-wordmark[data-v-fd4646c5]{translate:none;rotate:none;scale:none}}.nav-download .platform-logo[data-v-fd4646c5]{width:14px;height:14px}.android-status .platform-logo[data-v-fd4646c5]{width:22px;height:22px}
