@import "https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&display=swap";
.studio-landing{--mos-page:#f5f5f7;--mos-plate:#ececf0;--mos-plate-strong:#d4d4da;--mos-text:#1c1c1e;--studio-landing-ink:#1c1c1e;--studio-landing-mute:#1c1c1e8c;--studio-landing-faint:#1c1c1e61;--studio-landing-line:#d8d8de;--studio-landing-chrome-h:var(--cursor-head-h,32px);--studio-landing-menu-peek-h:min(42dvh, 320px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--mos-page);height:100dvh;max-height:100dvh;color:var(--studio-landing-ink);flex-direction:column;font-family:inherit;display:flex;position:fixed;inset:0;overflow:hidden}.studio-landing-head{height:var(--studio-landing-chrome-h);min-height:var(--studio-landing-chrome-h);background:var(--mos-plate);border-bottom:1px solid var(--studio-landing-line);box-sizing:border-box;z-index:20;flex-shrink:0;align-items:center;gap:8px;padding:0 12px;display:flex;position:relative;overflow:visible}.studio-landing.is-menu-open .studio-landing-head{z-index:60}.studio-landing-brand{z-index:1;min-width:0;color:inherit;cursor:pointer;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.studio-landing-brand-name{letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:650;overflow:hidden}.studio-landing-nav{align-items:center;gap:2px;height:24px;display:none;position:absolute;left:50%;transform:translate(-50%)}.studio-landing-nav-link{border-radius:var(--cursor-radius-sm,6px);height:24px;color:var(--studio-landing-mute);letter-spacing:.01em;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:600;transition:background .16s,color .16s;display:inline-flex}.studio-landing-nav-link:hover{background:var(--mos-plate-strong);color:var(--studio-landing-ink)}.studio-landing-nav-link:focus-visible{outline-offset:1px;outline:2px solid #1c1c1e59}.studio-landing-head-end{z-index:1;flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.studio-landing-menu-btn{border-radius:var(--cursor-radius-sm,6px);background:var(--mos-plate-strong);width:24px;min-width:24px;height:24px;min-height:24px;color:var(--studio-landing-ink);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0;transition:background .16s;display:inline-flex}.studio-landing-menu-btn:hover{background:#b3b3b8}.studio-landing-menu-btn:focus-visible{outline-offset:1px;outline:2px solid #1c1c1e59}.studio-landing-menu-btn svg{width:14px;height:14px}.studio-landing-menu-backdrop{top:var(--studio-landing-chrome-h);z-index:40;cursor:pointer;background:#1c1c1e47;border:none;margin:0;padding:0;animation:.16s studio-landing-menu-fade;position:fixed;bottom:0;left:0;right:0}.studio-landing-menu-sheet{z-index:50;height:var(--studio-landing-menu-peek-h);max-height:var(--studio-landing-menu-peek-h);background:var(--mos-plate);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--mos-text-bright) 12%, transparent), 0 -10px 36px #00000038, 0 -2px 10px #0000001a;will-change:transform, height;border:none;border-radius:18px 18px 0 0;flex-direction:column;padding:0;transition:height .24s cubic-bezier(.22,1,.36,1),max-height .24s cubic-bezier(.22,1,.36,1),border-radius .22s,transform .24s cubic-bezier(.22,1,.36,1);animation:none;display:flex;position:fixed;bottom:0;left:0;right:0}.studio-landing-menu-sheet.is-entering{animation:.22s cubic-bezier(.22,1,.36,1) studio-landing-menu-rise}.studio-landing-menu-sheet.is-entered{animation:none}.studio-landing-menu-sheet.is-expanded{border-radius:14px 14px 0 0}.studio-landing-menu-sheet.is-dragging{transition:none!important;animation:none!important}.studio-landing-menu-sheet-handle{background:var(--mos-plate,#ececf0);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:18px 18px 0 0;flex-shrink:0;justify-content:center;align-items:center;min-height:28px;padding:12px 0 8px;display:flex}.studio-landing-menu-sheet-handle:active{cursor:grabbing}.studio-landing-menu-sheet-grab{pointer-events:none;background:#1c1c1e38;border-radius:999px;width:44px;height:5px}.studio-landing-menu-sheet-scroll{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative}.studio-landing-menu-sheet-scroll:before,.studio-landing-menu-sheet-scroll:after{content:"";z-index:1;pointer-events:none;height:40px;position:absolute;left:0;right:0}.studio-landing-menu-sheet-scroll:before{background:linear-gradient(to bottom, var(--mos-plate) 0%, #ececf0b3 45%, transparent 100%);top:0}.studio-landing-menu-sheet-scroll:after{background:linear-gradient(to top, var(--mos-plate) 0%, #ececf0b3 45%, transparent 100%);bottom:0}.studio-landing-menu-sheet-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:column;flex:auto;align-items:stretch;gap:1px;min-height:0;padding:22px 10px 26px;display:flex;overflow:hidden auto}.studio-landing-menu-sheet-body::-webkit-scrollbar{display:none}.studio-landing-menu-sheet-link{border-radius:var(--cursor-radius-sm,6px);min-height:34px;color:var(--studio-landing-ink);text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:600;transition:background .16s;display:flex}.studio-landing-menu-sheet-link svg{width:15px;height:15px;color:var(--studio-landing-mute);flex-shrink:0}@media (hover:hover) and (pointer:fine){.studio-landing-menu-sheet-link:hover{background:var(--mos-plate-strong)}.studio-landing-menu-sheet-link:hover svg{color:var(--studio-landing-ink)}}.studio-landing-menu-sheet-link:focus-visible{background:var(--mos-plate-strong);outline:none}.studio-landing-menu-sheet-link:focus-visible svg{color:var(--studio-landing-ink)}@keyframes studio-landing-menu-fade{0%{opacity:0}to{opacity:1}}@keyframes studio-landing-menu-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.studio-landing-head-btn{box-sizing:border-box;border-radius:var(--cursor-radius-sm,6px);background:var(--mos-plate-strong);height:24px;min-height:24px;color:var(--studio-landing-ink);letter-spacing:.01em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:650;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.studio-landing-head-btn:hover{background:#b3b3b8}.studio-landing-head-btn:focus-visible{outline-offset:1px;outline:2px solid #1c1c1e59}.studio-landing-head-btn.is-bordered{border:1px solid var(--studio-landing-line);color:var(--studio-landing-ink);background:0 0}.studio-landing-head-btn.is-bordered:hover{background:var(--mos-plate-strong);border-color:#1c1c1e47}.studio-landing-head-btn.is-primary{color:#f5f5f7;background:#1c1c1e;border-radius:999px;padding:0 8px}.studio-landing-head-btn.is-primary:hover{background:#363638}.studio-landing-main{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scroll-snap-type:y mandatory;scrollbar-width:none;flex:auto;min-height:0;overflow:hidden auto}.studio-landing-main[hidden]{display:none!important}.studio-landing-auth-stage{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--mos-page);width:100%;min-height:0;padding-bottom:var(--studio-auth-keyboard-inset,0px);box-sizing:border-box;flex-direction:column;flex:auto;display:flex;overflow:auto}.studio-landing-main::-webkit-scrollbar{display:none}.studio-landing-section{box-sizing:border-box;height:calc(100dvh - var(--studio-landing-chrome-h));min-height:calc(100dvh - var(--studio-landing-chrome-h));max-height:calc(100dvh - var(--studio-landing-chrome-h));scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;padding:clamp(20px,4vh,40px) clamp(28px,5vw,48px) clamp(20px,4vh,40px) clamp(16px,4vw,40px);display:flex;overflow:visible}.studio-landing-deck-rail{top:50%;right:max(8px, env(safe-area-inset-right,0px));z-index:28;pointer-events:none;flex-direction:column;align-items:center;gap:10px;display:flex;position:fixed;transform:translateY(-50%)}.studio-landing-deck-dots{pointer-events:auto;flex-direction:column;align-items:center;gap:7px;display:flex}.studio-landing-deck-dot{box-sizing:border-box;cursor:pointer;background:#1c1c1e33;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .16s,transform .16s,box-shadow .16s}.studio-landing-deck-dot.is-active,.studio-landing-deck-dot[aria-selected=true]{background:var(--studio-landing-ink);transform:scale(1.55);box-shadow:0 0 0 2px #f5f5f7cc}.studio-landing-deck-dot:hover{background:#1c1c1e7a}.studio-landing-deck-dot:focus-visible{outline-offset:2px;outline:2px solid #1c1c1e59}.studio-landing-deck-arrow{border:1px solid var(--studio-landing-line);width:28px;height:28px;color:var(--studio-landing-ink);cursor:pointer;pointer-events:auto;background:#f5f5f7e0;border-radius:999px;justify-content:center;align-items:center;padding:0;line-height:0;transition:background .16s,border-color .16s,opacity .16s;display:none;box-shadow:0 4px 14px #1c1c1e14}.studio-landing-deck-arrow svg{stroke-width:2.25px;width:15px;height:15px;display:block}.studio-landing-deck-arrow:first-of-type svg{transform:translateY(-.5px)}.studio-landing-deck-arrow:last-of-type svg{transform:translateY(.5px)}.studio-landing-deck-arrow:hover:not(:disabled){background:var(--mos-plate);border-color:#1c1c1e47}.studio-landing-deck-arrow:disabled{opacity:.35;cursor:default}.studio-landing-deck-arrow:focus-visible{outline-offset:2px;outline:2px solid #1c1c1e59}.studio-landing-section.is-page,.studio-landing-section.is-hero,.studio-landing-section.is-cta{background:var(--mos-page)}.studio-landing-section.is-plate{background:var(--mos-plate)}.studio-landing-section-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(100%,720px);max-height:100%;margin:0 auto;display:flex;overflow:visible}.studio-landing-section-inner.is-narrow{width:min(100%,560px)}.studio-landing-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--studio-landing-faint);margin:0 0 12px;font-size:11px;font-weight:650}.studio-landing-hero-title,.studio-landing-section-title{letter-spacing:-.04em;color:var(--studio-landing-ink);margin:0;font-weight:650;line-height:1.05}.studio-landing-hero-title{font-size:clamp(2.4rem,7vw,3.75rem)}.studio-landing-section-title{font-size:clamp(1.85rem,5vw,2.75rem)}.studio-landing-section-lead{max-width:28rem;color:var(--studio-landing-mute);margin:14px 0 0;font-size:15px;font-weight:450;line-height:1.55}.studio-landing-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:24px;display:flex}.studio-landing-cta{box-sizing:border-box;color:#f5f5f7;cursor:pointer;background:#1c1c1e;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:36px;min-height:36px;padding:0 16px;font-size:13px;font-weight:650;text-decoration:none;transition:background .18s,transform .18s,border-color .18s,color .18s;display:inline-flex}.studio-landing-cta:hover{background:#363638}.studio-landing-cta:focus-visible{outline-offset:2px;outline:2px solid #1c1c1e59}.studio-landing-cta svg{width:15px;height:15px;transition:transform .18s}.studio-landing-cta:hover svg{transform:translate(2px)}.studio-landing-cta.is-bordered{border-color:var(--studio-landing-line);color:var(--studio-landing-ink);background:0 0}.studio-landing-cta.is-bordered:hover{background:var(--mos-plate);color:var(--studio-landing-ink);border-color:#1c1c1e47}.studio-landing-cta.is-bordered:hover svg{transform:none}.studio-landing-mock-frame{flex-shrink:1;width:min(100%,560px);min-height:0;margin:clamp(16px,3vh,28px) 0 0;position:relative}.studio-landing-mock-frame.has-aside{overflow:visible}.studio-landing-mock-frame .studio-landing-laptop{width:100%;margin:0}.studio-landing-laptop{filter:drop-shadow(0 18px 40px #1c1c1e1f);flex-shrink:1;width:min(100%,560px);min-height:0;margin:clamp(16px,3vh,28px) 0 0}.studio-landing-cta-with-aside{justify-content:center;align-items:flex-start;margin-top:24px;display:inline-flex;position:relative;overflow:visible}.studio-landing-laptop-chrome{box-sizing:border-box;background:#e2e2e7;border:1px solid #d0d0d6;border-bottom:0;border-radius:10px 10px 0 0;align-items:center;gap:5px;height:18px;padding:0 10px;display:flex}.studio-landing-laptop-chrome span{background:#c4c4cb;border-radius:50%;width:6px;height:6px}.studio-landing-laptop-screen{aspect-ratio:1024/471;background:#ececf0;border:1px solid #d0d0d6;border-top:0;position:relative;overflow:hidden}.studio-landing-laptop-screen img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.studio-landing-hl{white-space:nowrap;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 .12em;display:inline;position:relative}.studio-landing-hl:before{content:"";z-index:-1;opacity:.85;border-radius:.28em;position:absolute;inset:.42em -.06em .04em;transform:rotate(-1.1deg)skew(-4deg)}.studio-landing-hl.is-amber:before{background:#f5c84cb8}.studio-landing-hl.is-mint:before{background:#8fd6b5b3}.studio-landing-hl.is-ink:before{background:#1c1c1e1f}.studio-landing-circled{white-space:nowrap;padding:0 .22em;display:inline-block;position:relative}.studio-landing-circled-svg{color:#3b82a8;pointer-events:none;width:calc(100% + .44em);height:calc(100% + .23em);position:absolute;inset:-.05em -.22em -.18em;overflow:visible}.studio-landing-circled-text{z-index:1;position:relative}.studio-landing-wavy{white-space:nowrap;color:inherit;padding-bottom:.12em;display:inline;position:relative}.studio-landing-wavy-svg{pointer-events:none;width:calc(100% + .1em);height:.38em;position:absolute;bottom:-.12em;left:-.05em;right:-.05em;overflow:visible}.studio-landing-wavy.is-sky .studio-landing-wavy-svg{color:#3b82a8}.studio-landing-wavy.is-coral .studio-landing-wavy-svg{color:#d97757}.studio-landing-wavy.is-ink .studio-landing-wavy-svg{color:#1c1c1e}.studio-landing-wavy-svg path{stroke:currentColor}.studio-landing-aside{z-index:2;color:#5c5368;text-align:left;pointer-events:none;width:max-content;max-width:min(220px,46vw);font-family:Caveat,cursive;font-size:clamp(20px,2.4vw,24px);font-weight:600;line-height:1.15;display:grid;position:absolute}.studio-landing-aside-arrow{color:#5c5368;width:88px;height:72px;overflow:visible}.studio-landing-aside-text{max-width:11em;display:block}.studio-landing-aside.is-from-image-right{grid-template-columns:64px auto;align-items:start;top:10%;left:calc(100% - 10px);transform:none}.studio-landing-aside.is-from-image-right .studio-landing-aside-arrow{grid-area:1/1;width:64px;height:58px}.studio-landing-aside.is-from-image-right .studio-landing-aside-text{transform-origin:0 0;grid-area:1/2;margin-top:0;transform:rotate(-4deg)}.studio-landing-aside.is-from-image-left{text-align:right;grid-template-columns:auto 64px;align-items:start;top:48%;left:auto;right:calc(100% - 10px)}.studio-landing-aside.is-from-image-left .studio-landing-aside-arrow{grid-area:1/2;width:64px;height:58px;transform:none}.studio-landing-aside.is-from-image-left .studio-landing-aside-text{transform-origin:100% 0;grid-area:1/1;margin-top:0;transform:rotate(4deg)}.studio-landing-aside.is-from-button{flex-direction:column;align-items:flex-start;gap:0;width:max-content;max-width:min(220px,56vw);margin:0;display:flex;top:4px;left:calc(100% + 2px);transform:none}.studio-landing-aside.is-from-button .studio-landing-aside-arrow{flex-shrink:0;width:80px;height:72px;margin:0;display:block;overflow:visible}.studio-landing-aside.is-from-button .studio-landing-aside-text{transform-origin:0 0;margin:2px 0 0 28px;display:block;transform:rotate(-3deg)}.studio-landing-laptop-base{box-sizing:border-box;background:#e8e8ec;border:1px solid #dddde3;border-top:0;border-radius:0 0 8px 8px;width:104%;max-width:none;height:8px;margin:0 auto 0 -2%}.studio-landing-faq{background:var(--studio-landing-line);border:1px solid var(--studio-landing-line);text-align:left;border-radius:10px;flex-direction:column;flex-shrink:1;gap:1px;width:100%;min-height:0;margin-top:18px;display:flex;overflow:hidden}.studio-landing-faq-item{background:var(--mos-page)}.studio-landing-faq-q{width:100%;min-height:44px;color:var(--studio-landing-ink);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:13px;font-weight:650;display:flex}.studio-landing-faq-q:hover{background:#ececf0b3}.studio-landing-faq-mark{text-align:center;width:20px;color:var(--studio-landing-faint);flex-shrink:0;font-size:16px;font-weight:500}.studio-landing-faq-a{color:var(--studio-landing-mute);margin:0;padding:0 14px 14px;font-size:13px;line-height:1.5}.studio-landing-visit{background:var(--studio-landing-line);border:1px solid var(--studio-landing-line);border-radius:10px;flex-direction:column;gap:1px;width:100%;margin:28px 0 0;padding:0;list-style:none;display:flex;overflow:hidden}.studio-landing-visit li{background:var(--mos-plate);min-height:44px;color:var(--studio-landing-ink);justify-content:center;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:550;display:flex}.studio-landing-visit svg{width:14px;height:14px;color:var(--studio-landing-faint);flex-shrink:0}.studio-landing-visit a{color:inherit;text-decoration:none}.studio-landing-visit a:hover{text-decoration:underline}.studio-landing-section.is-cta .studio-landing-section-lead{max-width:26rem}.studio-landing-foot{box-sizing:border-box;height:calc(100dvh - var(--studio-landing-chrome-h));min-height:calc(100dvh - var(--studio-landing-chrome-h));max-height:calc(100dvh - var(--studio-landing-chrome-h));border-top:1px solid var(--studio-landing-line);background:var(--mos-plate);text-align:center;scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px clamp(20px,5vw,56px) 32px;display:flex}.studio-landing-foot-brand{color:var(--studio-landing-ink);align-items:center;gap:10px;font-size:13px;font-weight:650;display:inline-flex}.studio-landing-foot-copy{color:var(--studio-landing-faint);margin:0;font-size:11px;font-weight:500}.studio-landing-foot-mail{color:var(--studio-landing-mute);font-size:12px;font-weight:550;text-decoration:none}.studio-landing-foot-mail:hover{color:var(--studio-landing-ink);text-decoration:underline}@media (min-width:980px){.studio-landing-head{padding:0 8px}.studio-landing-nav{display:flex}.studio-landing-menu-btn{display:none}.studio-landing-head-btn.is-primary{padding:0 10px}.studio-landing-deck-arrow{display:inline-flex}.studio-landing-deck-rail{right:max(14px, env(safe-area-inset-right,0px));gap:12px}}@media (max-width:979px){.studio-landing{--studio-landing-chrome-h:calc(38px + env(safe-area-inset-bottom,0px))}.studio-landing-main,.studio-landing-auth-stage{order:1}.studio-landing-head{height:var(--studio-landing-chrome-h);min-height:var(--studio-landing-chrome-h);padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0px);border-bottom:none;border-top:1px solid var(--studio-landing-line);order:2;gap:6px}.studio-landing.is-menu-open .studio-landing-head{border-top-color:#1c1c1e38}.studio-landing-head-end{gap:5px}.studio-landing-brand{gap:6px}.studio-landing-brand .mos-brand-mark,.studio-landing-brand .mos-brand-mark img{width:20px!important;height:20px!important}.studio-landing-brand-name{letter-spacing:.02em;max-width:10rem;font-size:12px;font-weight:650}.studio-landing-head-btn{border-radius:999px;height:28px;min-height:28px;padding:0 12px;font-size:12px}.studio-landing-menu-btn{border-radius:50%;width:28px;min-width:28px;height:28px;min-height:28px}.studio-landing-menu-btn svg{width:16px;height:16px}.studio-landing-menu-backdrop{top:0;bottom:var(--studio-landing-chrome-h)}.studio-landing-menu-sheet{bottom:var(--studio-landing-chrome-h)}.studio-landing-section,.studio-landing-foot{height:calc(100dvh - var(--studio-landing-chrome-h));min-height:calc(100dvh - var(--studio-landing-chrome-h));max-height:calc(100dvh - var(--studio-landing-chrome-h))}.studio-landing.is-auth-open[data-keyboard-open="1"]{--studio-landing-chrome-h:0px}.studio-landing.is-auth-open[data-keyboard-open="1"] .studio-landing-head{pointer-events:none;opacity:0;border:0;height:0;min-height:0;padding:0;overflow:hidden}.studio-landing.is-auth-open[data-keyboard-open="1"] .studio-auth-embedded{padding-top:12px;padding-bottom:max(12px, env(safe-area-inset-bottom,0px));justify-content:flex-end}}@media (max-width:640px){.studio-landing-section{padding:24px 22px 28px 16px}.studio-landing-laptop{width:100%}.studio-landing-laptop-base{width:104%;height:8px;margin-left:-2%}.studio-landing-section-title{font-size:clamp(1.6rem,7vw,2.2rem)}.studio-landing-hero-title{font-size:clamp(2rem,8vw,2.8rem)}.studio-landing-aside{max-width:min(160px,42vw);font-size:18px}.studio-landing-aside.is-from-image-right{left:calc(100% - 14px)}.studio-landing-aside.is-from-image-left{top:48%;right:calc(100% - 14px)}.studio-landing-aside.is-from-button{top:2px;left:calc(100% - 2px)}.studio-landing-aside.is-from-button .studio-landing-aside-text{margin-left:20px}.studio-landing-aside-arrow{width:64px;height:52px}.studio-landing-aside.is-from-button .studio-landing-aside-arrow{width:64px;height:58px}}@media (prefers-reduced-motion:reduce){.studio-landing-main{scroll-snap-type:none}.studio-landing-head-btn,.studio-landing-menu-btn,.studio-landing-nav-link,.studio-landing-menu-sheet-link,.studio-landing-cta,.studio-landing-cta svg,.studio-landing-deck-dot,.studio-landing-deck-arrow,.studio-landing-faq-q{transition:none}.studio-landing-menu-backdrop,.studio-landing-menu-sheet{animation:none}}
