@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap");:root{--white:#f7f7f5;--black:#1a1a1a;--accent:#2a2a2a;--ui-radius:8px;--editor-surface:#f3f2ef;--editor-raised:#ebe9e5;--editor-border:#e0ddd8;--editor-border-light:#e8e6e1;--surface:#fafaf8;--surface-hover:#eceae6;--input-bg:#ffffff;--text-muted:#6b6b6b;--text-subtle:rgba(0,0,0,0.52);--text-faint:rgba(0,0,0,0.38);--section-pad-top:80px;--section-pad-bottom:80px;--section-purple:#6D28D9;--section-red:#991B1B;--section-yellow:#1E3A8A;--section-green:#166534;--dark-text:#0B0B0B;--section-copy:#e8e6e3;--fs-body:1rem;--lh-base:1.55;--cta-pad-vertical:14px;--cta-pad-horizontal:36px;--container-side:24px}*{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0}body{background:var(--white)}.site{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--black);font-size:var(--fs-body);line-height:var(--lh-base)}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;left:12px;top:12px;width:auto;height:auto;background:#fff;padding:8px 12px;border-radius:6px;z-index:9999;box-shadow:0 6px 24px rgba(0,0,0,.12)}.home-site{position:relative;z-index:0;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.hero-animated-zone{position:relative;overflow:visible;scroll-snap-align:start;min-height:100vh;display:flex;flex-direction:column}@keyframes move{to{transform:translateZ(1px) rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.hero-animated-zone .hero{position:relative;z-index:1}.hero-animated-zone{background:var(--white)}.background{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.background span{width:1vmin;height:1vmin;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;color:rgba(0,0,0,.42);animation:move linear infinite}.background span:first-child{top:54%;left:64%;animation-duration:37s;animation-delay:-34s;transform-origin:15vw -19vh;box-shadow:2vmin 0 .42vmin currentColor}.background span:nth-child(2){top:45%;left:92%;animation-duration:52s;animation-delay:-42s;transform-origin:-14vw -11vh;box-shadow:-2vmin 0 .69vmin currentColor}.background span:nth-child(3){top:68%;left:13%;animation-duration:44s;animation-delay:-28s;transform-origin:-17vw -21vh;box-shadow:2vmin 0 .85vmin currentColor}.background span:nth-child(4){top:28%;left:75%;animation-duration:48s;animation-delay:-7s;transform-origin:2vw -10vh;box-shadow:-2vmin 0 .31vmin currentColor}.background span:nth-child(5){top:18%;left:22%;animation-duration:41s;animation-delay:-30s;transform-origin:5vw -15vh;box-shadow:-2vmin 0 .94vmin currentColor}.background span:nth-child(6){top:78%;left:58%;animation-duration:55s;animation-delay:-12s;transform-origin:25vw 8vh;box-shadow:-2vmin 0 .83vmin currentColor}.background span:nth-child(7){top:38%;left:8%;animation-duration:51s;animation-delay:-21s;transform-origin:-7vw 24vh;box-shadow:2vmin 0 .8vmin currentColor}.site-header{padding:0 10px;height:68px;position:-webkit-sticky;position:sticky;top:16px;z-index:200;pointer-events:none}.navbar-inner,.site-header{display:flex;align-items:center;gap:0}.navbar-inner{max-width:900px;width:100%;margin:0 auto;background:var(--surface);border:1px solid var(--editor-border);border-radius:var(--ui-radius);box-shadow:none;padding:0 16px;height:56px;pointer-events:all}.brand{font-family:Hammersmith One,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:26px;color:var(--black);text-decoration:none;white-space:nowrap}.brand.top-logo{font-size:30px;font-weight:500}.brand.nav-brand{font-size:20px;font-weight:500;margin-right:4px}.top-logo{position:absolute;top:24px;left:32px;z-index:10;text-decoration:none;color:var(--black)}.nav-sep{width:1px;height:28px;background:rgba(0,0,0,.13);margin:0 16px;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:28px;flex:1 1;justify-content:center}.nav-link{background:none;border:none;font-family:inherit;font-size:15px;font-weight:600;color:var(--black);text-decoration:none;padding:7px 14px;cursor:pointer;position:relative;z-index:1;white-space:nowrap}.nav-link:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.8);width:calc(100% + 20px);height:26px;background:rgba(0,0,0,.06);border-radius:999px;transition:transform .16s cubic-bezier(.2,.9,.2,1),opacity .16s ease;opacity:0;z-index:-1}.nav-link.active:before,.nav-link:focus:before,.nav-link:hover:before{transform:translate(-50%,-50%) scale(1);opacity:1}.nav-auth{display:flex;align-items:center;gap:10px;margin-left:4px}.nav-btn{display:inline-flex;align-items:center;border:1.5px solid transparent;border-radius:8px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease}.nav-btn-filled{background:var(--accent);color:#fff}.nav-btn-filled:hover{background:#3a3a3a}.nav-btn-filled:active{background:var(--accent)}.nav-btn-outline{background:transparent;border-color:var(--editor-border);color:var(--black)}.nav-btn-outline:hover{background:rgba(0,0,0,.04);border-color:#d4d0c9}.nav-btn-outline:active{background:rgba(0,0,0,.09)}.brand-inline{font-family:Hammersmith One,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:1.05em;color:var(--black)}.brand:link,.brand:visited{text-decoration:none;color:var(--black)}.auth{display:flex;gap:10px}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px}.hero-cta{margin-top:0;padding:12px 28px;border-radius:8px;background:var(--accent);color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;box-shadow:none;transition:background .15s ease}.hero-cta:hover{background:#3a3a3a}.hero-cta:active{background:var(--accent)}.hero-cta:focus{outline:3px solid rgba(0,0,0,.12);outline-offset:2px}.hero-animated-zone{padding-top:28px}.hero-subtitle{font-size:clamp(16px,2vw,20px);color:rgba(0,0,0,.52);max-width:520px;margin:0 auto 18px;line-height:1.55;font-weight:400}.hero-url{justify-content:center;gap:0;margin:0;padding:8px 16px;border:1.5px solid #111;border-radius:999px;background:#f7f7f5;font-size:14px;font-weight:700;color:#111;letter-spacing:-.02em;max-width:calc(100% - 32px)}.hero-url,.hero-url-label{display:inline-flex;align-items:baseline;cursor:text}.hero-url-label{white-space:nowrap}.hero-url-dim,.hero-url-name{color:#6b6b6b;font-weight:600}.hero-url-input{border:none;background:transparent;padding:0;margin:0;min-width:4ch;max-width:18ch;font:inherit;font-weight:700;color:#111;letter-spacing:-.02em;outline:none;caret-color:#111}.hero-url-input::placeholder{color:#6b6b6b;font-weight:600}.hero,.hero-cta,.hero-cta span{position:relative}.hero{background:transparent;padding:0;overflow:hidden;flex:1 1;display:flex;align-items:center;justify-content:center;z-index:30}.hero .container{max-width:999px;margin:0 auto;padding:0 24px;text-align:center}.hero-title{font-size:clamp(3.2rem,9vw,5.25rem);line-height:.95;margin:24px 0 28px;font-weight:700;color:var(--black)}.purple-wave{position:absolute;bottom:0;left:0;width:100%;height:165px;overflow:hidden;z-index:10;pointer-events:none;transform:translateY(5px)}.purple-wave svg{display:block;width:180%;height:calc(100% + 5px);transform:translateX(-18%) translateY(-2px)}.blue.section,.pink.section,.purple.section,.red.section{min-height:100vh;scroll-snap-align:start;display:flex;align-items:center;padding:var(--section-pad-top) 0 var(--section-pad-bottom)}.purple.section{margin-top:0}@media(max-width:880px){.section{padding:var(--section-pad-top) 0 var(--section-pad-bottom)}}.section .container{max-width:1100px;margin:0 auto;padding:0 var(--container-side);width:100%}.band{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);grid-gap:48px 56px;gap:48px 56px;align-items:center}.band-copy{max-width:420px}.band-copy .band-step,.band-copy .muted,.band-copy h2{text-align:left!important;transform:none!important;margin-left:0!important;margin-right:0!important}.band-copy .muted,.band-copy h2{color:var(--section-copy)!important}.band-copy .muted{max-width:400px}.band-step{display:block;margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72)}.band-demo{display:flex;align-items:center;justify-content:center;min-width:0;overflow:visible}.band-flip .band-copy{grid-column:2;justify-self:end}.band-flip .band-demo{grid-column:1;grid-row:1}.bb-stage{align-items:center;justify-content:center;height:620px}.bb-canvas,.bb-stage{display:flex;width:100%}.bb-canvas{max-width:440px;height:560px;background:#f7f7f5;border:2.5px solid #111;border-radius:16px;overflow:hidden;flex-direction:column;box-shadow:0 10px 28px rgba(0,0,0,.22)}.bb-topbar{flex:0 0 auto;justify-content:space-between;padding:13px 18px;border-bottom:1.5px solid #111;background:#f3f2ef}.bb-topbar,.bb-url{display:flex;align-items:center}.bb-url{font-size:13px;color:#111;gap:8px;font-weight:700}.bb-url-text{white-space:nowrap;color:#111}.bb-dot{width:7px;height:7px;border-radius:50%;background:#111;flex:0 0 auto}.bb-status{position:relative;font-size:11px;font-weight:700;width:68px;height:14px;text-align:right}.bb-status span{position:absolute;right:0;top:0;white-space:nowrap}.bb-status-draft{color:#6b6b6b;animation:bbStatusA 18s ease-in-out infinite}.bb-status-live{color:#111;animation:bbStatusB 18s ease-in-out infinite}.bb-sheet{position:relative;padding:24px 22px 26px;overflow-y:auto;flex:1 1 auto;background:#f7f7f5;background-image:radial-gradient(rgba(17,17,17,.08) 1px,transparent 0);background-size:16px 16px}.bb-sheet::-webkit-scrollbar{width:0}.bb-step{position:relative;margin-bottom:22px}.bb-s1{min-height:88px}.bb-s2{min-height:102px}.bb-s3{min-height:118px}.bb-s4{min-height:42px}.bb-s5{min-height:112px}.bb-s6{min-height:140px}.bb-draft{inset:0;border:1.5px dashed #111;background:rgba(17,17,17,.04);border-radius:8px;opacity:0}.bb-c,.bb-draft{position:absolute}.bb-c{width:8px;height:8px;display:block;border-color:#111}.bb-c-tl{left:-1px;border-left:2px solid}.bb-c-tl,.bb-c-tr{top:-1px;border-top:2px solid}.bb-c-tr{right:-1px;border-right:2px solid}.bb-c-bl{left:-1px;border-left:2px solid}.bb-c-bl,.bb-c-br{bottom:-1px;border-bottom:2px solid}.bb-c-br{right:-1px;border-right:2px solid}.bb-tag{position:absolute;top:5px;left:7px;font-size:10px;font-weight:700;color:#111}.bb-content{opacity:0}.bb-s1 .bb-draft{animation:bbD1 18s ease-in-out infinite}.bb-s1 .bb-content{animation:bbC1 18s ease-in-out infinite}.bb-s2 .bb-draft{animation:bbD2 18s ease-in-out infinite}.bb-s2 .bb-content{animation:bbC2 18s ease-in-out infinite}.bb-s3 .bb-draft{animation:bbD3 18s ease-in-out infinite}.bb-s3 .bb-content{animation:bbC3 18s ease-in-out infinite}.bb-s4 .bb-draft{animation:bbD4 18s ease-in-out infinite}.bb-s4 .bb-content{animation:bbC4 18s ease-in-out infinite}.bb-s5 .bb-draft{animation:bbD5 18s ease-in-out infinite}.bb-s5 .bb-content{animation:bbC5 18s ease-in-out infinite}.bb-s6 .bb-draft{animation:bbD6 18s ease-in-out infinite}.bb-s6 .bb-content{animation:bbC6 18s ease-in-out infinite}.bb-head{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1.5px solid #e0ddd8}.bb-photo-sq{width:60px;height:60px;object-fit:cover;border:1.5px solid #111;border-radius:8px;flex:0 0 auto}.bb-name{font-size:18px;font-weight:700;color:#111;margin:0 0 3px;letter-spacing:-.02em}.bb-sub{font-size:12.5px;color:#6b6b6b;margin:0 0 9px;font-weight:600}.bb-chip{display:inline-block;font-size:11px;color:#111;border:1.5px solid #111;border-radius:999px;padding:4px 10px;background:#f7f7f5;font-weight:700;white-space:nowrap}.bb-row{display:flex;gap:16px;align-items:center}.bb-photo-md{width:88px;height:88px;object-fit:cover;border:1.5px solid #111;border-radius:8px;flex:0 0 auto}.bb-h3{font-size:15px;font-weight:700;margin:0 0 6px;color:#111}.bb-body{font-size:12.5px;line-height:1.5;color:#6b6b6b;margin:0;font-weight:500}.bb-links{list-style:none;margin:0;padding:0;border-top:1.5px solid #e0ddd8}.bb-links li{display:flex;align-items:center;gap:10px;padding:11px 2px;border-bottom:1.5px solid #e0ddd8;font-size:13px;color:#111}.bb-links span{font-size:10px;color:#6b6b6b;font-weight:700;width:16px}.bb-links b{flex:1 1;font-weight:700}.bb-links i{font-style:normal;color:#111;font-weight:700}.bb-ticker{background:#111;overflow:hidden;padding:10px 0;border-radius:8px}.bb-ticker-track{display:inline-flex;white-space:nowrap;animation:bbTick 10s linear infinite}.bb-ticker-track span{font-size:11px;letter-spacing:.02em;color:#f7f7f5;padding:0 12px;font-weight:700}.bb-split{display:flex;gap:14px}.bb-grid{flex:1 1;display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.bb-grid img{width:100%;height:52px;object-fit:cover;border:1.5px solid #111;border-radius:6px}.bb-cube-box{flex:0 0 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1.5px solid #111;border-radius:8px;padding:12px 0;background:#f3f2ef}.bb-cube-scene{perspective:200px}.bb-cube{position:relative;transform-style:preserve-3d;animation:bbSpin3d 9s linear infinite}.bb-cube,.bb-face{width:34px;height:34px}.bb-face{position:absolute;border:1.5px solid #111}.bb-face-front{background:#f7f7f5;transform:translateZ(17px)}.bb-face-back{background:#eceae6;transform:rotateY(180deg) translateZ(17px)}.bb-face-right{background:#e0ddd8;transform:rotateY(90deg) translateZ(17px)}.bb-face-left{background:#e8e6e1;transform:rotateY(-90deg) translateZ(17px)}.bb-face-top{background:#fff;transform:rotateX(90deg) translateZ(17px)}.bb-face-bottom{background:#d4d0c9;transform:rotateX(-90deg) translateZ(17px)}.bb-cube-box small{margin-top:7px;font-size:9.5px;color:#111;font-weight:700}.bb-connect{background:#111;border-radius:10px;padding:18px}.bb-connect-title{font-size:16px;font-weight:700;margin:0 0 4px;color:#f7f7f5;letter-spacing:-.02em}.bb-connect-copy{font-size:11.5px;color:#c8c4bc;margin:0 0 10px;font-weight:500}.bb-connect-links{font-size:11px;color:#f7f7f5;margin-bottom:10px;font-weight:600}.bb-connect-links span{color:#6b6b6b;padding:0 6px}.bb-msg{display:inline-block;background:#f7f7f5;color:#111;font-size:12px;font-weight:700;padding:8px 14px;border-radius:8px}.section.purple .bb-canvas,.section.purple .bb-chip,.section.purple .bb-cube-box small,.section.purple .bb-h3,.section.purple .bb-links,.section.purple .bb-links b,.section.purple .bb-name,.section.purple .bb-status-live,.section.purple .bb-tag,.section.purple .bb-url,.section.purple .bb-url-text{color:#111!important}.section.purple .bb-body,.section.purple .bb-links span,.section.purple .bb-status-draft,.section.purple .bb-sub{color:#6b6b6b!important}.section.purple .bb-connect-links,.section.purple .bb-connect-title,.section.purple .bb-ticker-track span{color:#f7f7f5!important}.section.purple .bb-connect-copy{color:#c8c4bc!important}.section.purple .bb-msg{color:#111!important}@keyframes bbStatusA{0%,55%{opacity:1}58%,to{opacity:0}}@keyframes bbStatusB{0%,55%{opacity:0}58%,88%{opacity:1}91%,to{opacity:0}}@keyframes bbD1{0%,2%{opacity:0}3%,9%{opacity:1}11%,to{opacity:0}}@keyframes bbC1{0%,9%{opacity:0;transform:translateY(6px)}12%,83%{opacity:1;transform:translateY(0)}88%{opacity:0;transform:translateY(-6px)}to{opacity:0;transform:translateY(6px)}}@keyframes bbD2{0%,12%{opacity:0}13%,18%{opacity:1}20%,to{opacity:0}}@keyframes bbC2{0%,18%{opacity:0;transform:translateY(6px)}21%,83%{opacity:1;transform:translateY(0)}88%{opacity:0;transform:translateY(-6px)}to{opacity:0;transform:translateY(6px)}}@keyframes bbD3{0%,21%{opacity:0}22%,28%{opacity:1}30%,to{opacity:0}}@keyframes bbC3{0%,28%{opacity:0;transform:translateY(6px)}31%,83%{opacity:1;transform:translateY(0)}88%{opacity:0;transform:translateY(-6px)}to{opacity:0;transform:translateY(6px)}}@keyframes bbD4{0%,31%{opacity:0}32%,37%{opacity:1}39%,to{opacity:0}}@keyframes bbC4{0%,37%{opacity:0;transform:translateY(6px)}40%,83%{opacity:1;transform:translateY(0)}88%{opacity:0;transform:translateY(-6px)}to{opacity:0;transform:translateY(6px)}}@keyframes bbD5{0%,40%{opacity:0}41%,46%{opacity:1}48%,to{opacity:0}}@keyframes bbC5{0%,46%{opacity:0;transform:translateY(6px)}49%,83%{opacity:1;transform:translateY(0)}88%{opacity:0;transform:translateY(-6px)}to{opacity:0;transform:translateY(6px)}}@keyframes bbD6{0%,49%{opacity:0}50%,55%{opacity:1}57%,to{opacity:0}}@keyframes bbC6{0%,55%{opacity:0;transform:translateY(6px)}58%,83%{opacity:1;transform:translateY(0)}88%{opacity:0;transform:translateY(-6px)}to{opacity:0;transform:translateY(6px)}}@keyframes bbTick{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes bbSpin3d{0%{transform:rotateX(-16deg) rotateY(0)}to{transform:rotateX(-16deg) rotateY(1turn)}}@media(prefers-reduced-motion:reduce){.bb-content,.bb-cube,.bb-dot,.bb-draft,.bb-status span,.bb-ticker-track{animation:none!important}.bb-draft{opacity:0}.bb-content{opacity:1;transform:none}.bb-status-draft{opacity:0}.bb-status-live{opacity:1}}.purple{background:var(--section-green)}.purple,.red{color:var(--dark-text)}.red{background:var(--section-red)}.blue{background:var(--section-purple)}.blue,.pink{color:var(--dark-text)}.pink{background:var(--section-yellow);position:relative;overflow:visible}.pink-wave{position:absolute;bottom:0;left:0;width:100%;height:160px;overflow:hidden;z-index:10;pointer-events:none;transform:translateY(99%)}.pink-wave svg{display:block;width:180%;height:100%;transform:translateX(-18%)}.purple-wave svg circle,.purple-wave svg g,.purple-wave svg path{fill:var(--section-green)!important}.pink-wave svg circle,.pink-wave svg g,.pink-wave svg path{fill:var(--section-yellow)!important}.blue,.pink,.purple,.red{color:#fff}.blue h2,.pink h2,.purple h2,.red h2{color:#fff!important}.blue .muted,.blue p,.pink .muted,.pink p,.purple .muted,.purple p,.red .muted,.red p{color:rgba(255,255,255,.9)!important}.blue h2,.pink h2,.purple h2,.red h2{font-size:clamp(1.8rem,5vw,3rem)!important;margin-bottom:18px;line-height:1.06}.blue .muted,.pink .muted,.purple .muted,.red .muted{font-size:clamp(1.05rem,2.6vw,1.25rem)!important;line-height:1.5!important}.blue .band-step,.pink .band-step,.purple .band-step,.red .band-step{color:rgba(255,255,255,.7)!important}.white{background:var(--white);color:var(--black);min-height:100vh;scroll-snap-align:start;position:relative;margin-top:0}.white,.white-cta-wrap{display:flex;align-items:center}.white-cta-wrap{flex-direction:column;justify-content:center;gap:0;text-align:center;padding:220px 0 140px}.white-cta-wrap .white-cta-buttons{margin-top:28px}.white-cta-title{color:var(--black);font-size:clamp(28px,4.5vw,56px);font-weight:600;line-height:1.04;letter-spacing:-.02em;margin:0}.white-cta-button{outline:none;cursor:pointer;border:none;padding:var(--cta-pad-vertical) calc(var(--cta-pad-horizontal) - 8px);margin:0;font-family:inherit;position:relative;display:inline-block;letter-spacing:.02rem;font-weight:600;font-size:clamp(17px,2.2vw,22px);border-radius:8px;background:var(--accent);color:#ffffff;transition:background .15s ease}.white-cta-button:hover{background:#3a3a3a}.white-cta-button:focus{outline:3px solid rgba(0,0,0,.12);outline-offset:3px}a.white-cta-button{text-decoration:none;color:#fff}.legal-panel{margin-top:90px;background:var(--editor-raised);border-radius:10px;padding:34px 36px 36px;border:1px solid var(--editor-border);box-shadow:none}.legal-panel-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:32px;gap:32px;align-items:start}.legal-title{margin:0 0 10px;font-size:clamp(24px,3vw,34px);font-weight:600;color:#1a1a1a}.legal-wordmark{margin:0 0 12px;color:#111}.legal-text{margin:0 0 16px;color:#6b6b6b;font-size:16px;line-height:1.5;max-width:420px}.legal-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 22px;gap:14px 22px}.legal-link{color:#1a1a1a;text-decoration:none;font-size:16px;font-weight:600;transition:opacity .2s ease}.legal-link:hover{opacity:.65}.footer-social{display:flex;gap:14px;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;background:rgba(0,0,0,.07);color:#333;transition:background .18s ease}.footer-social-link:hover{background:rgba(0,0,0,.12)}.footer-copyright{margin-top:24px;font-size:13px;color:#aaa;text-align:center}.legal-page{background:var(--white);min-height:100vh}.legal-page-main{max-width:720px;margin:0 auto;padding:96px 24px 64px}.legal-page-box{background:var(--editor-raised);border:1px solid var(--editor-border);border-radius:10px;padding:34px 36px 36px}.legal-page-title{margin:0 0 24px;font-size:32px;font-weight:600;color:#1a1a1a;line-height:1.15}.legal-page-body{line-height:1.7;color:#333}.legal-page-body p{margin:0 0 16px}.legal-page-body p:last-child{margin-bottom:0}.legal-page-body a{color:#111;text-decoration:underline;text-underline-offset:2px}.legal-page-note{margin-top:24px!important;color:#666;font-size:14px}.legal-page-actions{margin-top:40px}.legal-page-body ul{margin:0 0 16px;padding-left:1.25rem;line-height:1.7}.legal-page-body li{margin:0 0 8px}.legal-page-body li:last-child{margin-bottom:0}.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:5000;padding:16px;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.cookie-consent-panel{pointer-events:all;max-width:560px;margin:0 auto;background:var(--editor-raised);border:1px solid var(--editor-border);border-radius:10px;padding:20px 22px 18px;box-shadow:none}.cookie-consent-header{margin:0 0 10px}.cookie-consent-wordmark{color:#111;display:block}.cookie-consent-text{margin:0 0 14px;color:var(--text-muted);font-size:15px;line-height:1.55;max-width:none}.cookie-consent-text a{color:var(--black);font-weight:600;text-decoration:underline;text-underline-offset:2px}.cookie-consent-text a:hover{opacity:.72}.cookie-consent-actions{display:flex;justify-content:flex-end;gap:8px}h2{font-size:clamp(1.5rem,3.8vw,2.2rem);margin:0 0 16px;font-weight:600;line-height:1.12;letter-spacing:-.02em}.muted{opacity:.95;max-width:520px;font-size:clamp(.95rem,2.2vw,1.125rem);line-height:var(--lh-base);font-weight:400}.reveal{opacity:1}.allow-motion .reveal:not(.revealed){opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.allow-motion .reveal.revealed{opacity:1}@keyframes heroRise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero .hero-cta,.hero-subtitle,.hero-title{opacity:1}.allow-motion .hero-title{animation:heroRise .85s cubic-bezier(.22,1,.36,1) both}.allow-motion .hero-subtitle{animation:heroRise .85s cubic-bezier(.22,1,.36,1) .14s both}.allow-motion .hero .hero-cta{animation:heroRise .85s cubic-bezier(.22,1,.36,1) .26s both}.allow-motion .hero-url{animation:heroRise .85s cubic-bezier(.22,1,.36,1) .2s both}.cb-card-link{width:clamp(168px,36%,214px);padding:14px 16px 16px}.cb-card-link .cb-card-title{font-size:15px}.cb-card-link .cb-link-word{font-size:12.5px}.cb-stage{display:flex;align-items:center;justify-content:center;width:100%;overflow:visible}.cb-wrap{position:relative;width:min(640px,100%);aspect-ratio:16/11.2;overflow:visible}.cb-pill{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;padding:12px 22px;border-radius:999px;background:#f7f7f5;border:2px solid #111;font-size:clamp(13px,1.7vw,17px);font-weight:700;color:#111;white-space:nowrap;opacity:0;animation:cbPillIn .7s cubic-bezier(.2,.8,.2,1) forwards,cbBreathe 4.5s ease-in-out 1s infinite}.cb-pill-dim,.cb-pill-name{color:#6b6b6b;font-weight:600}.cb-card{position:absolute;transform:translate(-50%,-50%);z-index:2;width:clamp(128px,28%,168px);background:#f7f7f5;border:2px solid #111;border-radius:12px;padding:11px 12px 12px;box-shadow:0 8px 20px rgba(0,0,0,.18);color:#111;opacity:0}.cb-card-title{font-size:13px;font-weight:700;color:#111;letter-spacing:-.01em;margin-bottom:8px}.section.red .cb-card,.section.red .cb-card-title,.section.red .cb-pill{color:#111!important}.section.red .cb-link-url,.section.red .cb-marquee span,.section.red .cb-pill-dim,.section.red .cb-pill-name{color:#6b6b6b!important}.cb-card-marquee{width:clamp(148px,32%,190px)}.cb-card-marquee .cb-marquee{margin-top:10px}.section.red .cb-link-word{color:#2563eb!important}.section.red .cb-fakebtn{color:#f7f7f5!important}.cb-marquee{overflow:hidden;white-space:nowrap;margin-top:4px}.cb-marquee span{display:inline-block;padding-left:100%;font-size:10.5px;color:#6b6b6b;animation:cbScrollText 6.5s linear infinite}.cb-eq{display:flex;align-items:flex-end;gap:3px;height:22px;margin-top:10px}.cb-eq i{width:4px;border-radius:2px;background:#111;transform-origin:bottom;display:block;height:100%}.cb-eq i:first-child{animation:cbEq .9s ease-in-out infinite}.cb-eq i:nth-child(2){animation:cbEq 1.15s ease-in-out .1s infinite}.cb-eq i:nth-child(3){animation:cbEq .8s ease-in-out .25s infinite}.cb-eq i:nth-child(4){animation:cbEq 1.05s ease-in-out .05s infinite}.cb-eq i:nth-child(5){animation:cbEq .95s ease-in-out .18s infinite}.cb-thumb{position:relative;width:100%;height:78px;border-radius:8px;overflow:hidden;background-size:cover;background-position:50%;border:1.5px solid #111}.cb-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(17,17,17,.45))}.cb-playring{width:30px;height:30px;border-radius:50%;border:2px solid #f7f7f5;transform:translate(-50%,-50%) scale(.8);opacity:.7;animation:cbPing 2s ease-out infinite}.cb-playbtn,.cb-playring{position:absolute;left:50%;top:50%}.cb-playbtn{transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;background:#f7f7f5;border:1.5px solid #111;display:flex;align-items:center;justify-content:center}.cb-playbtn svg{width:9px;height:9px;margin-left:1px}.cb-stack{position:relative;height:70px;margin:4px 0 2px}.cb-stack img{position:absolute;width:48px;height:48px;object-fit:cover;border-radius:8px;border:2px solid #111;box-shadow:0 4px 10px rgba(0,0,0,.25)}.cb-stack img:first-child{left:4px;top:12px;transform:rotate(-9deg);animation:cbTilt 5s ease-in-out infinite}.cb-stack img:nth-child(2){left:40px;top:2px;transform:rotate(3deg);z-index:2;animation:cbTilt 5s ease-in-out .4s infinite}.cb-stack img:nth-child(3){left:76px;top:14px;transform:rotate(10deg);animation:cbTilt 5s ease-in-out .8s infinite}.cb-icons{display:flex;gap:6px;margin-top:8px}.cb-icons span{width:28px;height:28px;border-radius:50%;background:#eceae6;border:1.5px solid #111;display:flex;align-items:center;justify-content:center;animation:cbBob 3s ease-in-out infinite}.cb-icons span svg{width:13px;height:13px;stroke:#111}.cb-icons span:nth-child(2){animation-delay:.3s}.cb-icons span:nth-child(3){animation-delay:.6s}.cb-icons span:nth-child(4){animation-delay:.9s}.cb-link-word{font-size:11px;font-weight:700;color:#2563eb;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;display:flex;align-items:center;gap:5px;word-break:break-all}.cb-link-word svg{width:13px;height:13px;stroke:#2563eb;flex-shrink:0}.cb-link-url{font-size:10px;color:#6b6b6b;margin-top:4px;font-weight:600}.cb-cube-scene{perspective:280px;display:flex;justify-content:center;margin:6px 0 2px}.cb-cube{position:relative;transform-style:preserve-3d;animation:cbSpin 9s linear infinite}.cb-cube,.cb-face{width:48px;height:48px}.cb-face{position:absolute;border:1.5px solid #111}.cb-face-front{background:#f7f7f5;transform:translateZ(24px)}.cb-face-back{background:#eceae6;transform:rotateY(180deg) translateZ(24px)}.cb-face-right{background:#e0ddd8;transform:rotateY(90deg) translateZ(24px)}.cb-face-left{background:#e8e6e1;transform:rotateY(-90deg) translateZ(24px)}.cb-face-top{background:#fff;transform:rotateX(90deg) translateZ(24px)}.cb-face-bottom{background:#d4d0c9;transform:rotateX(-90deg) translateZ(24px)}.cb-fakebtn{background:#111;color:#f7f7f5;font-weight:700;font-size:12.5px;border-radius:8px;padding:11px 14px;text-align:center;position:relative;animation:cbPress 2.6s ease-in-out infinite}.cb-ripple{position:absolute;left:10px;bottom:4px;width:16px;height:16px;border-radius:50%;background:#f7f7f5;animation:cbRipple 2.6s ease-out infinite;pointer-events:none}.cb-cursor{position:absolute;right:-6px;bottom:-10px;width:22px;height:22px}.cb-cursor svg{display:block;width:20px;height:20px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));animation:cbCursor 2.6s ease-in-out infinite}@keyframes cbPillIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes cbBreathe{0%,to{box-shadow:0 0 0 0 rgba(17,17,17,0)}50%{box-shadow:0 6px 22px rgba(17,17,17,.16)}}@keyframes cbCardIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.25) translateY(8px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes cbFloatY{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-7px)}}@keyframes cbScrollText{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes cbEq{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@keyframes cbPing{0%{transform:translate(-50%,-50%) scale(.7);opacity:.6}to{transform:translate(-50%,-50%) scale(1.7);opacity:0}}@keyframes cbTilt{0%,to{margin-top:0}50%{margin-top:-4px}}@keyframes cbBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes cbSpin{0%{transform:rotateX(-18deg) rotateY(0)}to{transform:rotateX(-18deg) rotateY(1turn)}}@keyframes cbPress{0%,68%,to{transform:scale(1)}74%{transform:scale(.9)}80%{transform:scale(1)}}@keyframes cbRipple{0%,68%{opacity:0;transform:scale(.3)}74%{opacity:.45;transform:scale(.6)}to{opacity:0;transform:scale(2.1)}}@keyframes cbCursor{0%,68%{transform:translate(0)}74%{transform:translate(-2px,-2px)}80%{transform:translate(0)}}@keyframes cbFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.cb-card,.cb-cube,.cb-cursor svg,.cb-eq i,.cb-fakebtn,.cb-icons span,.cb-marquee span,.cb-pill,.cb-playring,.cb-ripple,.cb-stack img{animation:none!important}.cb-card,.cb-pill{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(max-width:880px){.band,.band-flip{grid-template-columns:1fr;gap:28px}.band-flip .band-copy,.band-flip .band-demo{grid-column:auto;grid-row:auto;justify-self:center}.band-copy{order:1;max-width:none;text-align:center}.band-demo{order:2}.band-copy .band-step,.band-copy .muted,.band-copy h2{text-align:center!important}.site-header{padding:8px}.navbar-inner{padding:0 12px}.nav-links,.nav-sep{display:none}.nav-auth{margin-left:auto}.auth{gap:8px}.hero-subtitle{padding:0 16px}.hero-actions{flex-wrap:wrap;gap:10px;padding:0 12px}.hero-cta{flex-shrink:0;white-space:nowrap}.hero-url{flex:1 1 auto;min-width:0;max-width:none}.white-cta-buttons{flex-direction:column;gap:10px}}.product-facts{background:#f3f2ef;min-height:auto;border-radius:8px;padding:48px 28px;border:1px solid #e0ddd8}.product-facts-header{text-align:center;margin-bottom:28px}.product-facts-title{font-size:clamp(24px,4vw,36px);font-weight:700;margin:0;color:#0b0b0b}.product-facts-sub{margin:10px auto 0;max-width:520px;color:rgba(0,0,0,.55)}.facts-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px 28px;gap:12px 28px;max-width:640px;margin:0 auto;list-style:none;padding:0}.facts-grid li{font-size:15px;font-weight:500;color:#333;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06)}@media(max-width:640px){.facts-grid{grid-template-columns:1fr}.product-facts{padding:32px 18px}}.mv-stage{display:flex;align-items:center;justify-content:center;width:100%}.mv-page{width:100%;max-width:380px;background:#f7f7f5;border:2.5px solid #111;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.22)}.mv-topbar{justify-content:space-between;padding:13px 18px;border-bottom:1.5px solid #111;background:#f3f2ef}.mv-topbar,.mv-url{display:flex;align-items:center}.mv-url{font-size:13px;color:#111;gap:8px;font-weight:700}.mv-url-text{white-space:nowrap;color:#111}.mv-dot{width:7px;height:7px;border-radius:50%;background:#111;flex:0 0 auto}.mv-live{font-size:11px;font-weight:700;color:#111}.mv-block{padding:18px 22px 20px;border-bottom:1.5px solid #e0ddd8}.mv-block-last{border-bottom:none}.mv-tag{display:block;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b6b6b;margin:0 0 10px}.mv-head{display:flex;align-items:center;gap:12px}.mv-photo{width:52px;height:52px;object-fit:cover;border:1.5px solid #111;border-radius:8px;flex:0 0 auto}.mv-name{margin:0;font-size:22px;font-weight:800;color:#111;letter-spacing:-.03em;line-height:1;display:flex;flex-wrap:wrap}.mv-name span{display:inline-block}.allow-motion .mv-name span{animation:motionLetterIn 2.6s cubic-bezier(.22,1,.36,1) infinite}.mv-link{margin:0;font-size:22px;font-weight:800;color:#111;letter-spacing:-.03em;display:inline-block;position:relative}.mv-link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:#111;transform:scaleX(0);transform-origin:left}.allow-motion .mv-link:after{animation:motionUnderline 2.4s ease-in-out infinite}.mv-track{margin:0;font-size:22px;font-weight:800;color:#111;letter-spacing:-.08em;white-space:nowrap}.allow-motion .mv-track{animation:motionTrack 2.8s ease-in-out infinite}.section.blue .mv-link,.section.blue .mv-live,.section.blue .mv-name,.section.blue .mv-name span,.section.blue .mv-track,.section.blue .mv-url,.section.blue .mv-url-text{color:#111!important}.section.blue .mv-tag{color:#6b6b6b!important}@keyframes motionLetterIn{0%{opacity:0;transform:translateY(14px)}28%{opacity:1;transform:translateY(0)}76%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@keyframes motionUnderline{0%,18%{transform:scaleX(0)}40%,68%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes motionTrack{0%,to{letter-spacing:-.08em}50%{letter-spacing:.18em}}@media(prefers-reduced-motion:reduce){.mv-link:after,.mv-name span,.mv-track{animation:none!important}.mv-name span{opacity:1;transform:none}.mv-link:after{transform:scaleX(1)}}.white-cta-buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:center}.white-cta-secondary{padding:.9rem 2.1rem;border-radius:6px;border:1.5px solid rgba(0,0,0,.18);background:transparent;color:rgba(0,0,0,.62);font-size:clamp(15px,2vw,19px);font-weight:700;cursor:pointer;transition:border-color .18s ease,color .18s ease}.white-cta-secondary:hover{border-color:rgba(0,0,0,.35);color:#000}.white-cta-secondary:focus{outline:3px solid rgba(0,0,0,.12);outline-offset:3px}.pricing-page{background:var(--white);min-height:100vh}.pricing-main{position:relative}.pricing-content .container,.pricing-hero .container{max-width:1100px;margin:0 auto;padding:0 var(--container-side);width:100%}.pricing-hero{padding:100px 0 44px;text-align:center}.pricing-title{font-size:clamp(42px,8vw,72px);line-height:.95;margin:10px 0 20px;font-weight:700;letter-spacing:-.02em;color:var(--black)}.pricing-subtitle{font-size:clamp(15px,2vw,18px);color:rgba(0,0,0,.52);max-width:520px;margin:0 auto 36px;line-height:1.55}.pricing-wave-wrap{position:relative;width:100%;z-index:0;line-height:0;margin-top:-300px}.pricing-wave-wrap svg{display:block;width:100%;height:720px}.pricing-content{position:relative;z-index:1;padding:0 0 64px}.pricing-stack{width:100%;max-width:668px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px;width:100%}.page-bottom-legal{padding-top:72px}.pricing-page .page-bottom-legal .legal-panel{margin-top:0;max-width:none}.pricing-card-new{background:#f3f2ef;border:1px solid #e0ddd8;border-radius:8px;box-shadow:none;padding:32px 28px;display:flex;flex-direction:column;gap:24px;min-width:0;width:100%;box-sizing:border-box;color:#111}.pricing-card-new .price,.pricing-card-new .pricing-features li{color:#111}.pricing-card-premium{border-color:rgba(0,0,0,.16)}.pcn-header{display:flex;flex-direction:column;gap:8px}.pcn-badge-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:26px}.pcn-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#eceae6;color:#555;border-radius:4px;padding:4px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pcn-badge-premium{background:var(--black);color:#fff}.price-row{display:flex;align-items:baseline;gap:8px;margin-top:4px;min-height:46px}.price{font-size:38px;font-weight:800;color:#111}.price-note{font-size:13px;opacity:.5;font-weight:500}.pcn-save{min-height:18px;font-size:12px;font-weight:600;color:#555;line-height:18px}.pricing-desc{margin:0;font-size:14px;line-height:1.55;color:#555;max-width:260px;min-height:44px}.pcn-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.pcn-toggle-label{font-size:13px;font-weight:600}.pcn-toggle-track{display:inline-flex;align-items:center;width:44px;height:24px;border-radius:4px;padding:3px;cursor:pointer;transition:background .2s ease}.pcn-toggle-thumb{width:18px;height:18px;border-radius:3px;background:#fff;display:block;transition:transform .2s ease}.price-anim{display:inline-block;animation:priceIn .36s cubic-bezier(.22,.9,.28,1) both}.note-anim{animation-delay:80ms}@keyframes priceIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pricing-btn-new{background:var(--black);color:#fff;border:none;border-radius:6px;padding:13px 24px;font-weight:700;cursor:pointer;font-size:15px;transition:background .15s ease}.pricing-btn-new:hover{background:#222}.pricing-btn-premium{background:var(--black)}.pricing-features-title{font-weight:700;margin:0 0 10px;font-size:14px;color:#888;text-transform:uppercase;letter-spacing:.05em}.pricing-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pricing-features li{font-size:15px;font-weight:600;color:var(--black);display:flex;align-items:center;gap:8px}.pricing-features li:before{content:"•";color:#555;font-weight:700;font-size:13px}.pcn-limit{color:#aaa!important}.pcn-limit:before{content:"–"!important;color:#ccc!important}.templates-page{background:var(--white);min-height:100vh}.templates-main{position:relative}.templates-hero{padding:100px 0 36px;text-align:center}.templates-title{font-size:clamp(42px,8vw,72px);line-height:.95;margin:10px 0 20px;font-weight:700;letter-spacing:-.02em;color:var(--black)}.templates-subtitle{font-size:clamp(15px,2vw,18px);color:rgba(0,0,0,.52);max-width:520px;margin:0 auto 36px;line-height:1.55}.templates-content .container,.templates-footer-cta .container,.templates-hero .container{max-width:1100px;margin:0 auto;padding:0 24px;width:100%}.templates-stack{width:100%;max-width:900px;margin:0 auto}.templates-footer-cta .legal-panel{max-width:none;margin-left:0;margin-right:0}.templates-content{padding:0}.templates-box{display:grid;grid-template-columns:212px 1fr;grid-template-rows:minmax(0,1fr);width:100%;max-width:900px;height:640px;margin:0 auto;background:#f3f2ef;border:1px solid #e0ddd8;border-radius:8px;overflow:hidden}.templates-filters{padding:26px 22px;border-right:1px solid #e0ddd8;overflow-y:auto;min-height:0;height:100%}.templates-search-label{display:block;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(0,0,0,.42);margin-bottom:8px}.templates-search{width:100%;padding:9px 12px;border:1px solid #e0ddd8;border-radius:6px;font-size:14px;font-family:inherit;color:#111;background:#f7f7f5;outline:none;margin-bottom:16px}.templates-search:focus{border-color:rgba(0,0,0,.45)}.templates-filter-heading{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(0,0,0,.42);margin:26px 0 8px}.templates-category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.templates-category{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:none;border:none;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:14px;font-weight:600;color:#444;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.templates-category:hover{background:rgba(0,0,0,.045);color:#111}.templates-category.is-active{background:#111;color:#fff}.templates-category-count{font-size:12px;font-weight:600;opacity:.55}.templates-results{padding:26px 24px;min-width:0;overflow-y:auto;overflow-x:hidden;min-height:0;height:100%;-webkit-overflow-scrolling:touch}.templates-results-head{margin-bottom:18px}.templates-results-count{margin:0;font-size:13px;font-weight:600;color:rgba(0,0,0,.45)}.templates-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.template-card{border:1px solid #e0ddd8;border-radius:8px;overflow:hidden;background:#f7f7f5;display:flex;flex-direction:column}.template-thumb{height:150px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,0,0,.08);position:relative}.template-thumb-label{font-size:20px;font-weight:700;letter-spacing:.08em}.template-motion-badge{position:absolute;top:10px;right:10px;background:#111;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 8px}.template-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.template-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.template-name{margin:0;font-size:15px;font-weight:700;letter-spacing:.04em;color:var(--black)}.template-tag{font-size:11px;font-weight:600;color:rgba(0,0,0,.42);border:1px solid rgba(0,0,0,.12);border-radius:4px;padding:2px 7px;white-space:nowrap}.template-desc{margin:0;font-size:13px;line-height:1.55;color:#555;flex:1 1}.template-palette{display:flex;gap:0;margin-top:4px;border:1px solid rgba(0,0,0,.1);border-radius:4px;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.template-swatch{display:block;width:26px;height:16px}.template-use{margin-top:8px;width:100%;background:#111;color:#fff;border:none;border-radius:6px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease}.template-use:hover{background:#2e2e2e}.templates-empty{padding:40px 0;text-align:center;color:rgba(0,0,0,.5)}.templates-reset{margin-top:12px;background:none;border:1px solid rgba(0,0,0,.18);border-radius:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;color:#111;cursor:pointer}.templates-reset:hover{border-color:rgba(0,0,0,.4)}.templates-footer-cta{padding:0 0 64px}.templates-footer-cta.page-bottom-legal{padding-top:72px}.templates-footer-cta .legal-panel{margin-top:0}.templates-footer-cta .white-cta-button{margin-top:6px;font-size:16px;padding:12px 24px}@media(max-width:860px){.templates-box{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);height:640px}.templates-filters{border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}.templates-category-list{flex-direction:row;flex-wrap:wrap}.templates-category{width:auto}.templates-category-count{display:none}.templates-hero{padding:80px 0 24px}.templates-results{padding:20px 16px}.templates-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.reveal{animation:none!important;transition:none!important}.allow-motion .reveal:not(.revealed){opacity:1!important}.background span{animation:none!important}}.allow-motion .background span{animation-name:move!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important}:focus{outline:3px solid rgba(0,0,0,.12);outline-offset:3px}:focus:not(:focus-visible){outline:none}.btn-preset-66{background-color:var(--btn-bg,blueviolet);color:var(--btn-color,white);padding:var(--btn-padding,10px 25px);text-align:center;display:inline-flex;justify-content:center;align-items:center;border-radius:var(--btn-radius,5px);box-shadow:var(--btn-box-shadow,0 2px 2px rgba(0,0,0,.25));overflow:hidden}.btn-preset-101,.btn-preset-66{font-size:var(--btn-font-size,16px);position:relative;cursor:pointer;border:none;text-decoration:none;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;user-select:none}.btn-preset-101{padding:var(--btn-padding,13px 23px);font-weight:var(--btn-font-weight,bold);text-transform:var(--btn-text-transform,uppercase);color:var(--btn-color,#fff);background-image:linear-gradient(to bottom right,var(--btn-gradient-from,#00c6ff),var(--btn-gradient-to,#0072ff));border-radius:var(--btn-radius,10px);box-shadow:0 4px 0 var(--btn-box-shadow-color,#0072ff);transition:all .2s ease-in-out;display:inline-block}.btn-preset-101:hover{transform:translateY(-2px);box-shadow:0 6px 0 var(--btn-box-shadow-color,#0072ff)}.btn-preset-16{font-family:Arial,Helvetica,sans-serif;display:inline-block;color:var(--btn-color,#212529);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;padding:var(--btn-padding,12px 20px);font-size:var(--btn-font-size,14px);border-radius:var(--btn-radius,.25rem);border:1px solid var(--btn-border-color,#212529);font-weight:700;letter-spacing:1.2px;background-color:var(--btn-bg,transparent);position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out}.btn-preset-16:hover{color:var(--btn-hover-color,#fff);background-color:var(--btn-hover-bg,#212529)}@media (max-width:640px){body,html{max-width:100vw}.home-site,body,html{overflow-x:hidden!important}.hero .container,.section .container{padding:0 16px}.site-header{height:52px;padding:0 8px;top:8px}.navbar-inner{height:44px;padding:0 10px;border-radius:14px;justify-content:space-between}.brand.nav-brand,.home-site .nav-brand,.home-site .navbar-inner .nav-brand{font-size:15px!important}.nav-links,.nav-sep{display:none!important}.nav-auth{gap:6px;margin-left:auto}.nav-btn{font-size:11px!important;padding:6px 12px!important;border-radius:999px!important}.hero-animated-zone{padding-top:12px}.hero-title{font-size:clamp(2.6rem,11vw,4rem)!important;line-height:1!important;margin-bottom:16px!important}.hero-subtitle{font-size:15px!important;padding:0 8px;margin-bottom:24px!important}.hero-actions{flex-wrap:nowrap;gap:8px;margin-top:16px;padding:0 8px}.hero-cta{padding:10px 16px!important;font-size:13px!important;border-radius:999px!important;white-space:nowrap;flex-shrink:0}.hero-url{font-size:11px;padding:7px 10px;max-width:none;flex:1 1 auto;min-width:0}.section .container.band{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:0;width:100%;padding-top:40px!important;padding-bottom:40px!important}.band-copy{order:1;max-width:none;width:100%;margin:0 0 28px;text-align:center}.band-demo{order:2;width:100%;margin:0}.band-copy .band-step,.band-copy .muted,.band-copy h2{text-align:center!important}.blue.section,.pink.section,.purple.section,.red.section{min-height:auto!important;align-items:center!important;padding:48px 0!important;scroll-snap-align:start}.home-site{scroll-snap-type:none!important;height:auto!important;overflow-y:auto!important}.hero-animated-zone{scroll-snap-align:none;min-height:auto!important}.blue .muted,.blue h2,.pink .muted,.pink h2,.purple .muted,.purple h2,.red .muted,.red h2{transform:none!important;text-align:center!important}.cb-stage{min-height:0;width:100%;justify-content:center}.cb-wrap{width:min(340px,92vw);aspect-ratio:16/11.2;height:auto;transform:none;margin:0 auto}.bb-stage{height:auto!important;min-height:0;padding:.5rem 0}.bb-canvas{width:min(300px,88vw);height:380px;margin:0 auto}.bb-sheet{padding:16px 14px 18px}.bb-step{margin-bottom:14px}.mv-page{max-width:min(320px,92vw);margin:0 auto}.konnect-card-anim-wrap{transform:scale(.62);transform-origin:center center;min-height:220px!important;margin:0 auto}.background span,.bb-canvas,.konnect-card-anim-wrap{will-change:transform,opacity}.legal-panel{border-radius:20px;padding:24px 20px;margin-top:48px}.legal-panel-grid{grid-template-columns:1fr!important;gap:20px}.legal-links{grid-template-columns:repeat(2,1fr)!important}.cookie-consent{padding:12px}.cookie-consent-panel{border-radius:10px;padding:18px 16px 16px}.cookie-consent-text{font-size:14px}.white-cta-title{font-size:clamp(26px,7vw,40px)!important}.white-cta-wrap{padding:120px 0 80px}.white-cta-button{font-size:16px!important;padding:14px 28px!important}.white-cta-secondary{font-size:14px!important;padding:12px 22px!important}.white.section{min-height:auto!important;padding:0 0 48px!important}.purple-wave{height:140px}.purple-wave svg{width:260%;transform:translateX(-24%) translateY(-2px)}.pink-wave{height:140px}.pink-wave svg{width:260%;transform:translateX(-24%)}.pricing-stack{max-width:100%}.pricing-grid{grid-template-columns:1fr!important;gap:18px;max-width:360px;margin:0 auto}.pricing-hero{padding:80px 0 24px!important}.pricing-content .container,.pricing-hero .container{padding:0 16px}.pricing-title{font-size:clamp(32px,9vw,52px)!important}.pricing-wave-wrap{margin-top:-180px}.pricing-wave-wrap svg{height:400px}.pricing-card-new{padding:24px 20px!important}}@media (max-width:380px){.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:14px!important}.nav-btn{font-size:10px!important;padding:5px 8px!important}.legal-panel{padding:18px 14px}}.konnect-loader-wrap{display:flex;align-items:center;justify-content:center;min-height:200px;width:100%;box-sizing:border-box}.konnect-loader-wrap--fullscreen{min-height:100vh;min-height:100dvh}.konnect-loader-text{position:relative;display:inline-block;font-family:Hammersmith One,sans-serif;letter-spacing:-1px;color:#d0d0d0;-webkit-user-select:none;user-select:none;line-height:1}.konnect-loader-fill{position:absolute;top:0;left:0;color:#111;white-space:nowrap;overflow:hidden;width:0}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1.5px solid var(--editor-border);border-radius:8px;background:transparent;color:var(--black);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.theme-toggle .theme-icon{display:none}.theme-toggle .theme-icon-sun{display:block}html[data-theme=dark] .theme-toggle .theme-icon-sun{display:none}html[data-theme=dark] .theme-toggle .theme-icon-moon{display:block}.theme-toggle:hover{background:rgba(0,0,0,.05);border-color:#d4d0c9}.theme-toggle:focus{outline:3px solid rgba(0,0,0,.12);outline-offset:2px}[data-theme=dark]{color-scheme:dark;--white:#1a2332;--black:#1a1a1a;--editor-surface:#222b3a;--editor-raised:#2a3444;--editor-border:#3a4559;--editor-border-light:#323d50;--surface:#242d3d;--surface-hover:#323d50;--input-bg:#2a3444;--text-muted:#a8adb8;--text-subtle:rgba(232,230,227,0.62);--text-faint:rgba(232,230,227,0.42)}[data-theme=dark] .site,[data-theme=dark] .site .brand,[data-theme=dark] .site .brand-inline,[data-theme=dark] .site .nav-link{color:var(--black)}[data-theme=dark] .skip-link:focus{background:var(--surface);color:var(--black)}[data-theme=dark] .background span{color:rgba(255,255,255,.18)}[data-theme=dark] .nav-sep{background:rgba(255,255,255,.14)}[data-theme=dark] .nav-link:before{background:rgba(255,255,255,.08)}[data-theme=dark] .nav-btn-outline:hover{background:rgba(255,255,255,.06);border-color:#4a5668}[data-theme=dark] .nav-btn-outline:active{background:rgba(255,255,255,.1)}html[data-theme=dark] .site-header .navbar-inner{background:#ffffff!important;border-color:rgba(0,0,0,.1)!important}html[data-theme=dark] .site-header .brand,html[data-theme=dark] .site-header .nav-btn-outline,html[data-theme=dark] .site-header .nav-link,html[data-theme=dark] .site-header .theme-toggle{color:#111!important}html[data-theme=dark] .site-header .theme-toggle{border-color:#e0ddd8!important}html[data-theme=dark] .site-header .nav-sep{background:rgba(0,0,0,.13)!important}html[data-theme=dark] .site-header .nav-link:before{background:rgba(0,0,0,.06)!important}html[data-theme=dark] .site-header .nav-btn-outline{border-color:#e0ddd8!important}html[data-theme=dark] .site-header .nav-btn-outline:hover,html[data-theme=dark] .site-header .theme-toggle:hover{background:rgba(0,0,0,.05)!important;border-color:#d4d0c9!important}html[data-theme=dark] .site-header .theme-toggle:focus{outline-color:rgba(0,0,0,.12)!important}[data-theme=dark] .hero-title{color:var(--black)}[data-theme=dark] .hero-subtitle{color:var(--text-subtle)}[data-theme=dark] .hero-cta:focus{outline-color:rgba(255,255,255,.18)}[data-theme=dark] .white-cta-title{color:var(--black)}[data-theme=dark] .white-cta-secondary{border-color:rgba(255,255,255,.22);color:var(--text-subtle)}[data-theme=dark] .white-cta-secondary:hover{border-color:rgba(255,255,255,.38);color:var(--black)}[data-theme=dark] .white-cta-button:focus,[data-theme=dark] .white-cta-secondary:focus{outline-color:rgba(255,255,255,.18)}[data-theme=dark] .legal-title{color:var(--black)}[data-theme=dark] .legal-text{color:var(--text-muted)}[data-theme=dark] .legal-link{color:var(--black)}[data-theme=dark] .footer-social-link{background:rgba(255,255,255,.08);color:var(--black)}[data-theme=dark] .footer-social-link:hover{background:rgba(255,255,255,.14)}[data-theme=dark] .footer-copyright{color:#6b7280}[data-theme=dark] .legal-page-title{color:var(--black)}[data-theme=dark] .legal-page-body{color:var(--text-muted)}[data-theme=dark] .legal-page-body a{color:var(--black)}[data-theme=dark] .legal-page-note{color:var(--text-muted)}[data-theme=dark] .product-facts-title{color:var(--black)}[data-theme=dark] .facts-grid li{color:var(--text-muted);border-bottom-color:rgba(255,255,255,.08)}[data-theme=dark] .pricing-title{color:var(--black)}[data-theme=dark] .pricing-subtitle{color:var(--text-subtle)}[data-theme=dark] .pcn-save,[data-theme=dark] .pricing-desc{color:var(--text-muted)}[data-theme=dark] .pcn-toggle-thumb{background:#fff}[data-theme=dark] .pricing-features-title{color:#8b919d}[data-theme=dark] .templates-title{color:var(--black)}[data-theme=dark] .templates-subtitle{color:var(--text-subtle)}[data-theme=dark] .templates-search-label{color:var(--text-faint)}[data-theme=dark] .templates-search{color:var(--black);border-color:rgba(255,255,255,.16)}[data-theme=dark] .templates-search:focus{border-color:rgba(255,255,255,.38)}[data-theme=dark] .templates-filter-heading{color:var(--text-faint)}[data-theme=dark] .templates-category{color:var(--text-muted)}[data-theme=dark] .templates-category:hover{background:rgba(255,255,255,.06);color:var(--black)}[data-theme=dark] .templates-results-count{color:var(--text-faint)}[data-theme=dark] .template-name{color:var(--black)}[data-theme=dark] .template-desc{color:var(--text-muted)}[data-theme=dark] .templates-empty{color:var(--text-subtle)}[data-theme=dark] .templates-reset{color:var(--black);border-color:rgba(255,255,255,.2)}[data-theme=dark] .templates-reset:hover{border-color:rgba(255,255,255,.38)}[data-theme=dark] .konnect-loader-text{color:#4a5568}[data-theme=dark] .konnect-loader-fill{color:var(--black)}[data-theme=dark] .auth-theme-toggle .theme-toggle:hover,[data-theme=dark] .theme-toggle:hover{background:rgba(255,255,255,.06);border-color:#4a5668}html[data-theme=dark] .site-header .theme-toggle:hover{background:rgba(0,0,0,.05)!important;border-color:#d4d0c9!important}[data-theme=dark] .theme-toggle:focus,[data-theme=dark] :focus{outline-color:rgba(255,255,255,.18)}[data-theme=dark] .auth-page{background:var(--white)!important}html[data-theme=dark] .auth-heading,html[data-theme=dark] .auth-link,html[data-theme=dark] .auth-page .brand,html[data-theme=dark] .auth-page .brand-inline,html[data-theme=dark] .auth-page .brand.top-logo,html[data-theme=dark] .auth-page .hero-title,html[data-theme=dark] .auth-page .top-logo,html[data-theme=dark] .auth-page a.brand:link,html[data-theme=dark] .auth-page a.brand:visited{color:#e8e6e3!important}html[data-theme=dark] .auth-divider-text,html[data-theme=dark] .auth-forgot,html[data-theme=dark] .auth-muted,html[data-theme=dark] .auth-success-text{color:rgba(232,230,227,.62)!important}html[data-theme=dark] .auth-page input{color:#e8e6e3!important;background:#2a3444!important;border-color:#3a4559!important}html[data-theme=dark] .auth-page input::placeholder{color:rgba(232,230,227,.42)}html[data-theme=dark] .auth-page button[type=submit]{background:#f7f7f5!important;color:#111!important}[data-theme=dark] .auth-input{color:#e8e6e3!important}[data-theme=dark] .auth-input,[data-theme=dark] .auth-social-btn{background:var(--input-bg)!important;border-color:var(--editor-border)!important}[data-theme=dark] .auth-form-error{background:rgba(204,34,34,.12)!important;border-color:rgba(204,34,34,.35)!important}.auth-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}html[data-theme=dark] .auth-page button[type=submit] .auth-spinner{border-color:#111 rgba(17,17,17,.2) rgba(17,17,17,.2)}.auth-theme-toggle{position:fixed;top:24px;right:32px;z-index:20}@media(max-width:640px){.auth-theme-toggle{top:16px;right:16px}}html[data-theme=dark] .auth-theme-toggle .theme-toggle{color:#e8e6e3!important;border-color:rgba(232,230,227,.28)!important}html[data-theme=dark] .auth-theme-toggle .theme-toggle:hover{background:rgba(255,255,255,.08)!important;border-color:rgba(232,230,227,.45)!important}[data-theme=dark] .auth-card{background:var(--input-bg)!important;box-shadow:0 4px 24px rgba(0,0,0,.32)!important}[data-theme=dark] .auth-success-box{background:rgba(31,102,68,.15)!important;border-color:rgba(31,102,68,.35)!important}html[data-theme=dark] .cookie-consent-panel,html[data-theme=dark] .learn-box,html[data-theme=dark] .legal-panel,html[data-theme=dark] .pricing-card-new,html[data-theme=dark] .product-facts,html[data-theme=dark] .template-card,html[data-theme=dark] .templates-box{background:#f3f2ef!important;border-color:#e0ddd8!important;color:#111}html[data-theme=dark] .cookie-consent-wordmark,html[data-theme=dark] .learn-slide-title,html[data-theme=dark] .legal-link,html[data-theme=dark] .legal-title,html[data-theme=dark] .legal-wordmark,html[data-theme=dark] .pricing-card-new .pcn-toggle-label,html[data-theme=dark] .pricing-card-new .price,html[data-theme=dark] .pricing-card-new .pricing-features li,html[data-theme=dark] .template-name{color:#111!important}html[data-theme=dark] .learn-mode{background:#f7f7f5;color:#111;border-color:#e0ddd8}html[data-theme=dark] .learn-mode.is-on{background:#111;color:#fff;border-color:#111}html[data-theme=dark] .cookie-consent-text,html[data-theme=dark] .learn-slide-body,html[data-theme=dark] .legal-text,html[data-theme=dark] .pcn-save,html[data-theme=dark] .pricing-desc,html[data-theme=dark] .template-desc{color:#6b6b6b!important}html[data-theme=dark] .cookie-consent-text a{color:#111!important}html[data-theme=dark] .templates-filters,html[data-theme=dark] .templates-results,html[data-theme=dark] .templates-search{background:#f3f2ef;color:#111}html[data-theme=dark] .templates-search{background:#f7f7f5;border-color:rgba(0,0,0,.16)}html[data-theme=dark] .templates-category{color:#444}html[data-theme=dark] .templates-category:hover{background:rgba(0,0,0,.045);color:#111}html[data-theme=dark] .hero-title,html[data-theme=dark] .learn-title,html[data-theme=dark] .pricing-title,html[data-theme=dark] .templates-title,html[data-theme=dark] .white-cta-title{color:#e8e6e3}html[data-theme=dark] .product-facts .facts-grid li,html[data-theme=dark] .product-facts-sub,html[data-theme=dark] .product-facts-title{color:#111!important}html[data-theme=dark] .product-facts-sub{color:#6b6b6b!important}html[data-theme=dark] .product-facts .facts-grid li{color:#333!important;border-bottom-color:rgba(0,0,0,.06)!important}html[data-theme=dark] .hero-url{background:#f7f7f5;color:#111;border-color:#111}html[data-theme=dark] .hero-url-dim,html[data-theme=dark] .hero-url-input,html[data-theme=dark] .hero-url-input::placeholder,html[data-theme=dark] .hero-url-name{color:#6b6b6b}html[data-theme=dark] .hero-url-input{color:#111;caret-color:#111}html[data-theme=dark] .hero-subtitle,html[data-theme=dark] .learn-subtitle,html[data-theme=dark] .pricing-subtitle,html[data-theme=dark] .templates-subtitle{color:rgba(232,230,227,.62)}html[data-theme=dark] .learn-hint{color:rgba(232,230,227,.42)}.learn-page{background:var(--white);min-height:100vh}.learn-hero{padding:100px 0 36px;text-align:center}.learn-title{font-size:clamp(42px,8vw,72px);line-height:.95;margin:10px 0 20px;font-weight:700;letter-spacing:-.02em;color:var(--black)}.learn-subtitle{font-size:clamp(15px,2vw,18px);color:rgba(0,0,0,.52);max-width:520px;margin:0 auto 36px;line-height:1.55}.learn-content .container,.learn-footer .container,.learn-hero .container{max-width:1100px;margin:0 auto;padding:0 24px;width:100%}.learn-stack{width:100%;max-width:900px;margin:0 auto}.learn-slider-wrap{width:100%}.learn-modes{display:flex;justify-content:center;gap:8px;margin:0 auto 16px}.learn-mode{border:1px solid #e0ddd8;background:#f7f7f5;color:#111;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer}.learn-mode.is-on{background:#111;color:#fff;border-color:#111}.learn-content{padding:0}.learn-footer.page-bottom-legal{padding:72px 0 64px}.learn-footer .legal-panel{margin-top:0}.learn-box{position:relative;width:100%;max-width:900px;height:640px;margin:0 auto;background:#f3f2ef;border:1px solid #e0ddd8;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:28px 72px 22px;box-sizing:border-box}.learn-stage{flex:1 1;min-height:0}.learn-stage,.ls-swap{width:100%;display:flex;align-items:center;justify-content:center}.ls-swap{height:100%}.allow-motion .ls-swap{animation:learnSceneIn .55s cubic-bezier(.22,1,.36,1) both}.learn-copy{text-align:center;max-width:460px;margin:8px 0 0}.allow-motion .learn-copy{animation:learnCopyIn .45s cubic-bezier(.22,1,.36,1) both}.learn-kicker{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(0,0,0,.38)}.learn-slide-title{margin:0 0 8px;font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.02em;color:#111}.learn-slide-body{margin:0;font-size:15px;line-height:1.5;color:#6b6b6b}.learn-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px}.learn-dot{position:relative;width:8px;height:8px;padding:0;border:none;border-radius:999px;background:#c8c4bc;cursor:pointer;overflow:hidden;transition:width .25s cubic-bezier(.22,1,.36,1),background .2s ease}.learn-dot.is-on{width:28px;background:#e0ddd8}.learn-dot.is-on:not(:has(.learn-dot-fill)){background:#111}.learn-dot-fill{position:absolute;inset:0;background:#111;transform-origin:left center;animation:learnDotFill 5.6s linear both}.learn-arrow{position:absolute;top:42%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #e0ddd8;border-radius:8px;background:#f7f7f5;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease,transform .15s ease;z-index:2}.learn-arrow:hover{background:#eceae6;border-color:#c8c4bc}.learn-arrow:active{transform:translateY(-50%) scale(.94)}.learn-arrow-prev{left:16px}.learn-arrow-next{right:16px}.learn-hint{margin:14px 0 0;text-align:center;font-size:12px;font-weight:600;color:rgba(0,0,0,.38);letter-spacing:.02em}.ls-scene{width:100%;height:100%;align-items:center;justify-content:center}.ls-device,.ls-scene{position:relative;display:flex}.ls-device{width:230px;height:360px;border:2.5px solid #111;border-radius:16px;background:#f7f7f5;overflow:hidden;flex-direction:column;box-shadow:0 10px 28px rgba(0,0,0,.12)}.ls-device-wide{width:248px}.ls-topbar{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:11px 14px;border-bottom:1.5px solid #111;background:#f3f2ef}.ls-live-dot{width:7px;height:7px;border-radius:50%;background:#111;flex:0 0 auto}.ls-top-url{font-size:11px;font-weight:700;color:#111;white-space:nowrap}.ls-sheet{flex:1 1;padding:18px 16px 16px;display:flex;flex-direction:column;min-height:0}.ls-tpl-row{display:flex;align-items:flex-end;gap:14px}.ls-tpl-card{width:128px;height:176px;border:2px solid #111;border-radius:12px;background:#f7f7f5;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;position:relative;padding:12px 10px 16px;box-sizing:border-box}.allow-motion .ls-tpl-card{animation:lsTplIn 5.6s cubic-bezier(.22,1,.36,1) both}.ls-tpl-card.is-featured{width:148px;height:204px;background:#fff;z-index:1}.allow-motion .ls-tpl-card.is-featured{animation:lsTplIn 5.6s cubic-bezier(.22,1,.36,1) both,lsTplLift 5.6s cubic-bezier(.22,1,.36,1) both}.ls-tpl-thumb{width:100%;flex:1 1;border:1.5px solid #111;border-radius:8px;background:#eceae6;margin-bottom:4px}.ls-tpl-card.is-featured .ls-tpl-thumb{background:#f3f2ef;background-image:linear-gradient(180deg,#f7f7f5,#eceae6)}.ls-tpl-name{font-size:12px;font-weight:800;letter-spacing:.08em;color:#111}.ls-tpl-badge{position:absolute;top:10px;right:10px;background:#111;color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:3px 7px}.allow-motion .ls-tpl-badge{animation:lsFade 5.6s both}.ls-tpl-use{position:absolute;bottom:14px;left:50%;background:#111;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:5px 12px}.allow-motion .ls-tpl-use{animation:lsUse 5.6s cubic-bezier(.22,1,.36,1) both}.ls-cursor{position:absolute;width:18px;height:18px;left:50%;bottom:16px;margin-left:14px;fill:#111;z-index:3;pointer-events:none}.allow-motion .ls-cursor{animation:lsCursor 5.6s cubic-bezier(.22,1,.36,1) both}.ls-hero{display:flex;flex-direction:column;align-items:flex-start;gap:0}.ls-hero-compact{flex-direction:row;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1.5px solid #e0ddd8;margin-bottom:12px}.ls-photo{width:64px;height:64px;object-fit:cover;border:1.5px solid #111;border-radius:8px;margin-bottom:12px}.allow-motion .ls-photo{animation:lsPop 5.6s cubic-bezier(.22,1,.36,1) both}.ls-photo-sm{width:44px;height:44px;margin:0;flex:0 0 auto}.ls-name{margin:0 0 6px;font-size:20px;font-weight:800;letter-spacing:-.03em;color:#111;display:flex;line-height:1}.ls-name span{display:inline-block}.allow-motion .ls-name span{animation:lsLetter 5.6s cubic-bezier(.22,1,.36,1) both}.ls-name-static{display:block;margin:0 0 4px}.allow-motion .ls-name-static{animation:none}.ls-sub{margin:0 0 12px;font-size:12px;font-weight:600;color:#6b6b6b}.allow-motion .ls-sub{animation:lsFade 5.6s .7s both}.ls-chip{display:inline-block;font-size:11px;font-weight:700;color:#111;border:1.5px solid #111;border-radius:999px;padding:4px 10px;background:#f7f7f5}.allow-motion .ls-chip{animation:lsFade 5.6s .95s both}.ls-link{margin:0;font-size:15px;font-weight:800;color:#111;letter-spacing:-.03em;display:inline-block;position:relative}.ls-link:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:#111;transform:scaleX(0);transform-origin:left}.allow-motion .ls-link:after{animation:lsUnderline 5.6s ease-in-out both}.ls-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:6px;gap:6px;margin-bottom:10px}.ls-gallery i{display:block;height:52px;border:1.5px solid #111;border-radius:6px;background:#eceae6}.allow-motion .ls-gallery i{animation:lsPop 5.6s cubic-bezier(.22,1,.36,1) both}.allow-motion .ls-gallery i:first-child{animation-delay:.18s}.allow-motion .ls-gallery i:nth-child(2){animation-delay:.28s;background:#e0ddd8}.allow-motion .ls-gallery i:nth-child(3){animation-delay:.38s;background:#d4d0c9}.ls-row{height:36px;display:flex;align-items:center;justify-content:space-between;border:1.5px solid #111;border-radius:8px;background:#fff;padding:0 12px;font-size:12px;font-weight:700;color:#111;margin-top:8px}.ls-row:after{content:"→";font-weight:700}.allow-motion .ls-row{animation:lsPop 5.6s cubic-bezier(.22,1,.36,1) .55s both}.allow-motion .ls-row-b{animation-delay:.72s}.allow-motion .ls-row-drop{animation:lsDrop 5.6s cubic-bezier(.22,1,.36,1) both}.ls-device-empty .ls-sheet{align-items:center;justify-content:center}.ls-empty{display:flex;flex-direction:column;align-items:center;gap:14px}.ls-empty-name{gap:8px}.ls-empty-label{margin:0;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b6b6b}.ls-plus{width:44px;height:44px;border:2px solid #111;border-radius:10px;position:relative;background:#f7f7f5}.ls-plus:after,.ls-plus:before{content:"";position:absolute;background:#111;border-radius:1px}.ls-plus:before{width:16px;height:2px;left:12px;top:19px}.ls-plus:after{width:2px;height:16px;left:19px;top:12px}.allow-motion .ls-plus{animation:lsPlus 5.6s ease-in-out both}.ls-plus-sm{width:36px;height:36px;align-self:center;margin-top:12px}.ls-plus-sm:before{width:14px;left:9px;top:15px}.ls-plus-sm:after{height:14px;left:15px;top:9px}.allow-motion .ls-plus-sm{animation:lsPop 5.6s .15s both}.ls-device .ls-cursor{left:50%;bottom:28px;margin-left:18px}.allow-motion .ls-device .ls-cursor{animation:lsCursorBlank 5.6s cubic-bezier(.22,1,.36,1) both}.ls-caret{width:2px;height:18px;background:#111}.allow-motion .ls-caret{animation:lsBlink 1s step-end 1.2s infinite}.ls-publish{flex-direction:column;gap:22px}.ls-url{display:flex;align-items:center;gap:8px;border:2px solid #111;border-radius:999px;background:#f7f7f5;padding:10px 12px 10px 14px;min-width:280px}.allow-motion .ls-url{animation:lsTplIn 5.6s cubic-bezier(.22,1,.36,1) both}.ls-url-text{font-size:13px;font-weight:700;color:#111;display:flex;letter-spacing:-.02em}.ls-url-text span{display:inline-block}.allow-motion .ls-url-text span{animation:lsLetter 5.6s cubic-bezier(.22,1,.36,1) both}.ls-live{margin-left:auto;background:#111;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 8px}.allow-motion .ls-live{animation:lsPop 5.6s cubic-bezier(.22,1,.36,1) 1.05s both}.ls-qr-link{width:148px;height:148px;border:2.5px solid #111;border-radius:12px;background:#f7f7f5;padding:10px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-decoration:none}.allow-motion .ls-qr-link{animation:lsPop 5.6s cubic-bezier(.22,1,.36,1) .5s both}.ls-qr-link:hover{background:#fff}@keyframes learnSceneIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes learnCopyIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes learnDotFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes lsTplIn{0%{opacity:0;transform:translateY(16px)}12%,86%{opacity:1;transform:none}to{opacity:1;transform:none}}@keyframes lsTplLift{0%,14%{transform:none}28%,86%{transform:translateY(-8px)}to{transform:translateY(-8px)}}@keyframes lsUse{0%,18%{opacity:0;transform:translateX(-50%) scale(.8)}28%,72%{opacity:1;transform:translateX(-50%) scale(1)}78%{opacity:1;transform:translateX(-50%) scale(.9)}86%,to{opacity:1;transform:translateX(-50%) scale(1)}}@keyframes lsCursor{0%{opacity:0;transform:translate(-48px,-64px)}16%{opacity:1;transform:translate(-48px,-64px)}32%{opacity:1;transform:translate(0)}40%{transform:translate(1px,3px) scale(.8)}48%,to{opacity:1;transform:translate(0) scale(1)}}@keyframes lsCursorBlank{0%{opacity:0;transform:translate(-24px,28px)}18%{opacity:1;transform:translate(-24px,28px)}36%{opacity:1;transform:translate(0)}44%{transform:translateY(3px) scale(.8)}54%,to{opacity:1;transform:translate(0) scale(1)}}@keyframes lsPop{0%{opacity:0;transform:scale(.86) translateY(8px)}14%,86%{opacity:1;transform:none}to{opacity:1;transform:none}}@keyframes lsLetter{0%{opacity:0;transform:translateY(8px)}12%,88%{opacity:1;transform:none}to{opacity:1;transform:none}}@keyframes lsFade{0%,8%{opacity:0}20%,to{opacity:1}}@keyframes lsUnderline{0%,22%{transform:scaleX(0)}38%,68%{transform:scaleX(1)}86%,to{transform:scaleX(0)}}@keyframes lsDrop{0%,20%{opacity:0;transform:translateY(12px)}36%,to{opacity:1;transform:none}}@keyframes lsPlus{0%,12%{opacity:0;transform:scale(.9)}22%{opacity:1;transform:scale(1)}48%{transform:scale(1.06)}62%,to{opacity:1;transform:scale(1)}}@keyframes lsBlink{50%{opacity:0}}@media(max-width:720px){.learn-hero{padding:80px 0 24px}.learn-box{height:580px;padding:20px 52px 18px}.learn-modes{margin-bottom:12px}.learn-arrow{width:34px;height:34px}.learn-arrow-prev{left:10px}.learn-arrow-next{right:10px}.ls-tpl-card{width:96px;height:140px}.ls-tpl-card.is-featured{width:112px;height:160px}.ls-url{min-width:0;width:100%}.learn-hint{display:none}}@media(prefers-reduced-motion:reduce){.learn-copy,.learn-dot-fill,.learn-subtitle,.learn-title,.ls-caret,.ls-chip,.ls-cursor,.ls-gallery i,.ls-link:after,.ls-live,.ls-name span,.ls-photo,.ls-plus,.ls-plus-sm,.ls-qr-link,.ls-row,.ls-row-drop,.ls-sub,.ls-swap,.ls-tpl-badge,.ls-tpl-card,.ls-tpl-card.is-featured,.ls-tpl-use,.ls-url,.ls-url-text span{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}.ls-link:after{transform:scaleX(1)!important}.learn-dot.is-on{background:#111}}.konnect-watermark{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:2147483000;display:inline-flex;align-items:center;gap:8px;padding:8px 14px 8px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#111;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px rgba(0,0,0,.12);text-decoration:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.konnect-watermark-label{font-size:11px;font-weight:600;letter-spacing:.02em;color:#555;white-space:nowrap}.konnect-watermark:hover{background:#fff;color:#111}