:root{--bg: #121212;--surface-1: #1A1A1A;--surface-2: #262626;--surface-3: #404040;--text-main: #ffffff;--text-sub: #a1a1aa;--text-muted: #71717a;--primary: #3b82f6;--radius-s: 14px;--radius-m: 20px;--glass-bg: rgba(38, 38, 38, .75);--ease-out: cubic-bezier(.2, .8, .2, 1);--dur-fast: .2s;--dur-base: .3s;--header-h: 60px;--pad-x: 48px;--max-w: 1440px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text-main);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:clip}a{color:inherit;text-decoration:none}svg{display:block}.lp-header{position:fixed;top:0;left:0;right:0;height:var(--header-h);padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:100;overflow:hidden}.lp-header-progress{position:absolute;top:0;left:0;bottom:0;width:0;background-color:var(--primary);opacity:.15;z-index:0;pointer-events:none;transition:width .4s cubic-bezier(.2,.8,.2,1)}.lp-logo{position:relative;z-index:1;height:100%;display:flex;align-items:center;color:var(--text-main);transition:opacity var(--dur-fast) var(--ease-out)}.lp-logo:hover{opacity:.7}.lp-logo svg{height:16px;width:auto}.lp-try{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--primary);color:#fff;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.01em;position:relative;z-index:1;transition:opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.lp-try__dot{width:6px;height:6px;background:#fff;border-radius:50%}.lp-try:hover{opacity:.86}.lp-try:active{transform:scale(.98)}main{padding-top:var(--header-h)}.lp-section{max-width:var(--max-w);margin:0 auto;padding:140px var(--pad-x);min-height:calc(100vh - var(--header-h));display:flex;flex-direction:column;justify-content:center}.lp-hero{padding-top:80px;padding-bottom:80px;display:grid;grid-template-columns:1fr;align-content:center;gap:48px}.lp-hero__copy{max-width:560px}@media(min-width:1024px){.lp-hero{grid-template-columns:1.15fr 1fr;gap:0 80px;align-items:center}.lp-hero__copy{grid-column:1}.lp-hero__visual{grid-column:2;justify-self:center}}.lp-hero__visual{display:flex;justify-content:center;align-items:center;perspective:1600px;width:100%}.lp-phone-3d{width:clamp(240px,30vw,340px);aspect-ratio:9 / 19.5;position:relative;transform:rotateY(-14deg) rotateX(6deg);transform-origin:center center;transform-style:preserve-3d;transition:transform .8s var(--ease-out);will-change:transform}.lp-phone-3d[data-phone-tilt]{transition:transform .12s linear}.lp-phone-3d__frame{position:absolute;inset:0;transform:translateZ(14px);border:1px solid var(--surface-3);border-radius:36px;overflow:hidden;background:#000}.lp-phone-3d__frame img{display:block;width:100%;height:100%;object-fit:cover}.lp-phone-3d__side{position:absolute;top:36px;bottom:36px;right:-14px;width:28px;transform:rotateY(90deg);transform-origin:center center;background:linear-gradient(to right,#3a3a3a,#1a1a1a 20%,#050505,#1a1a1a 80%,#3a3a3a)}@media(max-width:1023px){.lp-hero__visual{margin-top:32px;width:100%;justify-content:center}.lp-phone-3d{width:clamp(220px,70vw,320px);transform:rotateY(-8deg) rotateX(3deg)}}.lp-divider{max-width:var(--max-w);margin:0 auto;border:0;border-top:1px solid var(--surface-2);height:0}.lp-h1{font-size:clamp(44px,8vw,104px);font-weight:700;letter-spacing:-.04em;line-height:.98;margin:0 0 32px -.04em;color:var(--text-main)}.lp-h2{font-size:clamp(36px,5.5vw,72px);font-weight:700;letter-spacing:-.035em;line-height:1.05;margin:0 0 28px -.04em;color:var(--text-main)}.lp-lead{font-size:17px;line-height:1.55;color:var(--text-sub);max-width:540px;margin:0 0 40px;font-weight:400}.lp-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;font-size:14px;font-weight:600;letter-spacing:.01em;border-radius:var(--radius-s);border:1px solid var(--primary);background:var(--primary);color:var(--text-main);transition:opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out);cursor:pointer}.lp-btn:hover{opacity:.86}.lp-btn:active{transform:scale(.98)}.lp-btn--ghost{background:transparent;color:var(--text-main);border-color:var(--surface-3)}.lp-btn--ghost:hover{opacity:1;border-color:var(--text-main);background:#ffffff08}.lp-btn--lg{height:56px;padding:0 36px;font-size:15px}.lp-btn-row{display:flex;gap:12px;flex-wrap:wrap}.lp-array{display:grid;grid-template-columns:1fr 3fr 1fr;align-items:end;justify-items:center;gap:clamp(16px,3.2vw,48px);margin:48px auto 0;padding:24px 0;width:100%;max-width:1060px}.lp-dev{margin:0;display:flex;flex-direction:column;align-items:center;gap:clamp(12px,1.6vw,24px);width:100%}.lp-dev__frame{width:100%;border:1px solid var(--surface-3);border-radius:var(--radius-s);background:#000;overflow:hidden;display:block}.lp-dev__frame img{display:block;width:100%;height:100%;object-fit:cover}.lp-dev--phone .lp-dev__frame{aspect-ratio:1179 / 2556;border-radius:18px}.lp-dev--laptop .lp-dev__frame{aspect-ratio:3 / 2;border-radius:6px}.lp-dev--laptop .lp-dev__hinge{width:108%;height:3px;background:var(--surface-3);border-radius:0 0 4px 4px;margin-top:-1px}.lp-dev figcaption{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--text-muted);font-variant-numeric:tabular-nums}.lp-section--split{display:grid;grid-template-columns:1fr;gap:56px;align-items:center}@media(min-width:1024px){.lp-section--split{grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:clamp(40px,5vw,80px)}}.lp-split__copy{min-width:0}.lp-split__aside{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;margin:0 auto}.lp-qr{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.lp-qr svg{width:100%;height:100%}.lp-qr svg path{fill:var(--text-main);stroke:var(--text-main)}.lp-copy-link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:56px;padding:0;border:0;border-radius:var(--radius-m);background:var(--surface-2);color:var(--text-sub);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.lp-copy-link svg{width:20px;height:20px;fill:currentColor}.lp-copy-link:hover{background:var(--surface-3)}.lp-copy-link:active{background:var(--surface-3);transform:scale(.97)}.lp-toast{position:fixed;bottom:40px;left:0;right:0;display:flex;justify-content:center;pointer-events:none;z-index:200;opacity:0;transform:translateY(20px);transition:opacity .2s cubic-bezier(.4,0,.6,1),transform .2s cubic-bezier(.4,0,.6,1)}.lp-toast>span{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#000;padding:14px 28px;border-radius:100px;font-size:14px;font-weight:600;white-space:nowrap}.lp-toast.show{opacity:1;transform:translateY(0);transition:opacity .7s cubic-bezier(.08,.82,.17,1.15),transform .7s cubic-bezier(.08,.82,.17,1.15)}.lp-code{display:flex;flex-wrap:wrap;gap:clamp(10px,1.6vw,22px);margin:16px 0 20px;font-variant-numeric:tabular-nums;letter-spacing:.1em}.lp-code em{font-style:normal;font-size:clamp(48px,8.5vw,112px);font-weight:800;line-height:1;color:var(--text-main);transition:color .28s var(--ease-out),text-shadow .28s var(--ease-out)}.lp-code em.is-lit{color:var(--primary);text-shadow:0 0 8px rgba(59,130,246,.35)}.lp-code__caption{font-size:12px;color:var(--text-muted);letter-spacing:.04em;margin:0;font-variant-numeric:tabular-nums}.lp-sync{width:100%;padding:40px 28px;background:var(--surface-1);border-radius:var(--radius-m);display:flex;flex-direction:column;gap:32px;font-variant-numeric:tabular-nums}.lp-sync__label{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0 0 12px}.lp-sync__timecode{font-size:clamp(40px,5.5vw,60px);font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--text-main);margin:0;font-variant-numeric:tabular-nums}.lp-sync__timecode em{font-style:normal;color:var(--primary)}.lp-sync__divider{height:1px;background:var(--surface-2)}.lp-sync__rows{margin:0;padding:0;display:flex;flex-direction:column;gap:22px}.lp-sync__rows>div{display:flex;flex-direction:column;gap:6px}.lp-sync__rows dt{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0}.lp-sync__rows dd{display:flex;align-items:baseline;gap:12px;margin:0}.lp-sync__peer-tc{font-size:clamp(24px,3.2vw,36px);font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--text-main);font-variant-numeric:tabular-nums}.lp-sync__delta{font-size:13px;font-weight:500;color:var(--text-muted);font-variant-numeric:tabular-nums}.lp-sync__meta{margin:0;padding-top:22px;border-top:1px dashed var(--surface-2);font-size:11px;font-weight:500;letter-spacing:.02em;color:var(--text-muted);font-variant-numeric:tabular-nums}.lp-specs{margin:16px 0 0;padding:0;display:grid;grid-template-columns:1fr;max-width:640px}.lp-specs>div{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--surface-2);align-items:baseline}.lp-specs>div:first-child{border-top:1px solid var(--surface-2)}.lp-specs dt{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0}.lp-specs dd{margin:0;font-size:16px;color:var(--text-main);font-weight:500;font-variant-numeric:tabular-nums}.lp-cta{align-items:center;min-height:90vh;position:relative;overflow:hidden;justify-content:center;padding-top:clamp(180px,18vw,280px);padding-bottom:clamp(180px,18vw,280px)}.lp-cta .lp-lead{margin-bottom:40px}.lp-cta .lp-h2{font-size:clamp(56px,9vw,128px);line-height:.95;letter-spacing:-.04em;font-weight:800;margin-bottom:24px}.lp-cta__inner{position:relative;z-index:1;width:100%}.lp-cta__wordmark{position:absolute;width:150%;height:auto;display:block;fill:none;stroke:#ffffff0d;stroke-width:1;vector-effect:non-scaling-stroke;user-select:none;pointer-events:none;z-index:0}.lp-cta__wordmark--top{left:0;top:-3vw;width:200%;transform:translate(3vw)!important}.lp-cta__wordmark--bottom{right:0;bottom:-5vw;width:200%;transform:translate(3vw)!important}.lp-cta__wordmark polygon,.lp-cta__wordmark rect,.lp-cta__wordmark path{fill:none;stroke:#ffffff0d;stroke-width:1;vector-effect:non-scaling-stroke}@media(max-width:720px){.lp-cta{min-height:75vh;padding-top:140px;padding-bottom:140px}.lp-cta__wordmark--top{top:-3vw}.lp-cta__wordmark--bottom{bottom:-5vw}}.lp-footer{border-top:1px solid var(--surface-2);padding:32px var(--pad-x)}.lp-footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:12px;gap:24px;flex-wrap:wrap}.lp-footer__copy{color:var(--text-muted)}.lp-footer__nav{display:flex;gap:24px}.lp-footer__nav a{color:var(--text-sub);transition:color var(--dur-fast) var(--ease-out)}.lp-footer__nav a:hover{color:var(--text-main)}.lp-caveat{margin:16px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.lp-chat{position:relative;width:100%;padding:8px 0 24px;display:flex;flex-direction:column;gap:14px;font-size:14px;line-height:1.4}.lp-chat-group{display:flex;flex-direction:column;max-width:82%}.lp-chat-group--others{align-self:flex-start;align-items:flex-start}.lp-chat-group--mine,.lp-chat-group--whisper{align-self:flex-end;align-items:flex-end}.lp-chat-group--pinned{align-self:stretch;max-width:100%;margin-bottom:4px}.lp-chat-sender{font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--text-sub);display:inline-flex;align-items:center;gap:4px;margin-bottom:6px;padding:0 4px}.lp-chat-sender--whisper{color:#b097e5}.lp-chat-crown{color:#f5c842;flex-shrink:0}.lp-chat-row{display:flex;align-items:flex-end;gap:8px}.lp-chat-row+.lp-chat-row{margin-top:6px}.lp-chat-time{font-size:10px;color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.lp-chat-ts{color:#fff;text-decoration:underline;text-underline-offset:2px;font-weight:600}.lp-chat-bubble{position:relative;display:inline-block;max-width:100%;padding:11px 16px 13px;border-radius:18px;color:#fff;font-weight:500;letter-spacing:-.01em;word-break:break-word;transform:rotateX(8deg) rotateY(-10deg);transform-origin:center center;transition:transform .7s var(--ease-out),background .7s var(--ease-out),box-shadow .7s var(--ease-out),border-radius .7s var(--ease-out),padding .7s var(--ease-out),max-width .7s var(--ease-out),border-color .7s var(--ease-out);will-change:transform}.lp-chat-group:hover .lp-chat-bubble{transform:rotateX(0) rotateY(0) translateY(-2px)}.lp-chat-bubble--others{background:linear-gradient(165deg,#3a3a3f,#2a2a2e 55%,#202024);box-shadow:inset -1px -2px #00000059,inset 1px 1px #ffffff14,1px 1px #1e1e22,2px 2px #1a1a1e,3px 3px #17171a,4px 4px #131316,5px 5px #0f0f12,6px 6px #0b0b0e,7px 7px #07070a,8px 8px #040406,12px 18px 28px -8px #0009,20px 30px 40px -12px #0006}.lp-chat-bubble--mine{background:linear-gradient(165deg,#5a9cff,#3b82f6 55%,#2563eb);box-shadow:inset -1px -2px #0000002e,inset 1px 1px #ffffff40,1px 1px #2563eb,2px 2px #2159d4,3px 3px #1f4fbe,4px 4px #1c46a8,5px 5px #183d93,6px 6px #15347e,7px 7px #112b69,8px 8px #0e2254,12px 18px 28px -8px #000000a6,20px 30px 40px -12px #00000073}.lp-chat-bubble--whisper{background:linear-gradient(165deg,#b8a0e8,#9370db 55%,#7a55c9);box-shadow:inset -1px -2px #00000038,inset 1px 1px #fff3,1px 1px #7a55c9,2px 2px #6b48b8,3px 3px #5d3da3,4px 4px #4f338e,5px 5px #432a79,6px 6px #372264,7px 7px #2c1a4f,8px 8px #21133a,12px 18px 28px -8px #000000a6,20px 30px 40px -12px #00000073}.lp-chat-bubble--yt{display:flex;flex-direction:column;gap:6px;width:100%;max-width:240px;padding:13px 16px 15px;background:linear-gradient(165deg,#f35,#f03 55%,#cc0029);box-shadow:inset -1px -2px #00000040,inset 1px 1px #fff3,1px 1px #cc0029,2px 2px #b30024,3px 3px #99001f,4px 4px #80001a,5px 5px #660015,6px 6px #4d0010,7px 7px #33000a,8px 8px #1a0005,12px 18px 28px -8px #ff002840,20px 30px 40px -12px #00000080}.lp-chat-bubble--pin{display:block;width:100%;padding:11px 18px 13px;background:linear-gradient(165deg,#ffd75e,#ffc107 55%,#e0a800);box-shadow:inset -1px -2px #0003,inset 1px 1px #ffffff59,1px 1px #e0a800,2px 2px #c49500,3px 3px #a88000,4px 4px #8c6b00,5px 5px #705500,6px 6px #544000,7px 7px #382b00,8px 8px #1c1500,12px 18px 28px -8px #ffc1072e,20px 30px 40px -12px #00000073}.lp-chat-pin__label{font-size:10px;font-weight:800;letter-spacing:.1em;margin-bottom:2px}.lp-chat-pin__text{font-size:13px;font-weight:600;line-height:1.3}.lp-chat-yt__row{display:flex;align-items:center;gap:6px}.lp-chat-yt__row svg{flex-shrink:0}.lp-chat-yt__label{font-size:13px;font-weight:800;letter-spacing:-.2px}.lp-chat-yt__title{font-size:13px;color:#ffffffeb;line-height:1.4;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lp-section--remote .lp-chat>.lp-chat-group{opacity:0;transition:opacity .6s var(--ease-out)}.lp-section--remote.is-visible .lp-chat>.lp-chat-group{opacity:1}.lp-section--remote.is-visible .lp-chat>.lp-chat-group:nth-child(1){transition-delay:.15s}.lp-section--remote.is-visible .lp-chat>.lp-chat-group:nth-child(2){transition-delay:.34s}.lp-section--remote.is-visible .lp-chat>.lp-chat-group:nth-child(3){transition-delay:.52s}.lp-section--remote.is-visible .lp-chat>.lp-chat-group:nth-child(4){transition-delay:.78s}.lp-section--remote.is-visible .lp-chat>.lp-chat-group:nth-child(5){transition-delay:.96s}.lp-chat--flat .lp-chat-bubble{transform:none;padding:9px 13px;border-radius:14px;box-shadow:none}.lp-chat--flat .lp-chat-group:hover .lp-chat-bubble{transform:none}.lp-chat--flat .lp-chat-bubble--others{background:var(--surface-2);border-bottom-left-radius:4px}.lp-chat--flat .lp-chat-bubble--mine{background:var(--primary);border-bottom-right-radius:4px}.lp-chat--flat .lp-chat-bubble--whisper{background:#9370db38;border:1px solid rgba(147,112,219,.4);border-bottom-right-radius:4px}.lp-chat--flat .lp-chat-bubble--yt{display:flex;flex-direction:column;gap:7px;width:100%;max-width:260px;padding:14px;background:#f03;border-radius:14px 14px 4px;box-shadow:0 4px 12px #ff000026}.lp-chat--flat .lp-chat-bubble--pin{padding:12px 18px;background:#ffc1071a;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-m);box-shadow:none}.lp-chat-pin__label{transition:color .7s var(--ease-out)}.lp-chat--flat .lp-chat-pin__label{color:#ffc107}.lp-chat--flat .lp-chat-row+.lp-chat-row:not(:last-child) .lp-chat-bubble--mine{border-top-right-radius:4px;border-bottom-right-radius:4px}.lp-chat--flat .lp-chat-row+.lp-chat-row:last-child .lp-chat-bubble--mine{border-top-right-radius:4px;border-bottom-right-radius:14px}.lp-chat--flat .lp-chat-row+.lp-chat-row:not(:last-child) .lp-chat-bubble--others{border-top-left-radius:4px;border-bottom-left-radius:4px}.lp-chat--flat .lp-chat-row+.lp-chat-row:last-child .lp-chat-bubble--others{border-top-left-radius:4px;border-bottom-left-radius:14px}.lp-chat--flat .lp-chat-group--mine .lp-chat-row+.lp-chat-row .lp-chat-bubble--yt{border-top-right-radius:4px}.lp-chat--flat .lp-chat-group--mine .lp-chat-row+.lp-chat-row:not(:last-child) .lp-chat-bubble--yt{border-bottom-right-radius:4px}.lp-chat--flat .lp-chat-group--mine .lp-chat-row+.lp-chat-row:last-child .lp-chat-bubble--yt{border-bottom-right-radius:14px}@media(prefers-reduced-motion:reduce){.lp-chat-bubble{transform:none}}[data-animate]>*{opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}[data-animate].is-visible>*{opacity:1;transform:translateY(0)}[data-animate].is-visible>*:nth-child(1){transition-delay:0ms}[data-animate].is-visible>*:nth-child(2){transition-delay:80ms}[data-animate].is-visible>*:nth-child(3){transition-delay:.16s}[data-animate].is-visible>*:nth-child(4){transition-delay:.24s}[data-animate].is-visible>*:nth-child(5){transition-delay:.32s}.lp-array>*{opacity:0;transform:translateY(12px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}[data-animate].is-visible .lp-array>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.32s}[data-animate].is-visible .lp-array>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.4s}[data-animate].is-visible .lp-array>*:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.48s}.lp-hero__copy>*,.lp-split__copy>*{opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}[data-animate].is-visible .lp-hero__copy>*:nth-child(1),[data-animate].is-visible .lp-split__copy>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:40ms}[data-animate].is-visible .lp-hero__copy>*:nth-child(2),[data-animate].is-visible .lp-split__copy>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.12s}[data-animate].is-visible .lp-hero__copy>*:nth-child(3),[data-animate].is-visible .lp-split__copy>*:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.2s}[data-animate].is-visible .lp-hero__copy>*:nth-child(4),[data-animate].is-visible .lp-split__copy>*:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.28s}[data-animate].is-visible .lp-split__copy>*:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.36s}@media(max-width:720px){:root{--pad-x: 24px}.lp-section{padding:96px var(--pad-x)}.lp-hero{padding-top:24px;padding-bottom:56px}.lp-lead{font-size:16px}.lp-array{grid-template-columns:1fr 1fr;grid-template-areas:"left  right" "mid   mid";gap:28px 16px;padding:16px 0;align-items:end}.lp-dev:nth-child(1){grid-area:left}.lp-dev:nth-child(2){grid-area:mid}.lp-dev:nth-child(3){grid-area:right}.lp-dev{gap:10px}.lp-dev--phone{max-width:140px}.lp-dev--laptop{max-width:360px}.lp-dev--phone .lp-dev__frame{border-radius:14px}[data-animate].is-visible .lp-array>*:nth-child(1){transition-delay:.32s}[data-animate].is-visible .lp-array>*:nth-child(3){transition-delay:.32s}[data-animate].is-visible .lp-array>*:nth-child(2){transition-delay:.48s}.lp-split__aside{max-width:300px}.lp-section--code .lp-split__aside{max-width:280px}.lp-sync{padding:28px 22px;gap:22px}.lp-sync__rows{gap:16px}.lp-sync__meta{padding-top:16px}.lp-sync__label{margin:0 0 8px}.lp-specs>div{grid-template-columns:1fr;gap:6px;padding:14px 0}.lp-footer__inner{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
