@layer theme{:root,:host{--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--default-font-family:var(--font-ui);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.block{display:block}.flex{display:flex}.table{display:table}.h-full{height:100%}.min-h-full{min-height:100%}.flex-col{flex-direction:column}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#f6f6f4;--surface:#fff;--surface-subtle:#fafaf8;--foreground:#1d1d22;--muted:#71717b;--muted-light:#9a9aa3;--brand:#6252d7;--brand-dark:#5142c2;--brand-soft:#f0eefb;--border:#dedee2;--border-light:#e9e9eb;--success:#29765c;--danger:#a3454d;--radius-sm:7px;--radius-md:10px;--radius-lg:14px;--shadow-card:0 1px 2px #14141a09,0 8px 24px #14141a06;--font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}.landing-page{background:#fff;min-height:100vh;overflow-x:clip}.navbar{border-bottom:1px solid var(--border-light);grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 56px);height:76px;margin:0 auto;display:grid}.brand{letter-spacing:-.035em;align-items:center;gap:8px;width:fit-content;font-size:1.12rem;font-weight:720;display:inline-flex}.nav-links{color:#676771;gap:30px;font-size:.8rem;display:flex}.nav-links a:hover{color:var(--foreground)}.nav-actions{justify-content:flex-end;gap:7px;display:flex}.button{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;font-size:.78rem;font-weight:660;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.button-ghost{color:#4f4f58;padding:9px 12px}.button-ghost:hover{background:#f0f0ee}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-dark)}.button-small{padding:9px 14px}.button:focus-visible,.brand:focus-visible,.nav-links a:focus-visible,.text-link:focus-visible{outline-offset:3px;outline:3px solid #6252d733}.hero{text-align:center;width:min(900px,100% - 56px);margin:0 auto;padding:72px 0 66px}.hero-copy-block{max-width:780px;margin:0 auto}.eyebrow{color:#66616f;letter-spacing:.015em;align-items:center;gap:9px;font-size:.7rem;font-weight:660;display:inline-flex}.eyebrow span{background:var(--brand);border-radius:50%;width:7px;height:7px}.hero h1{letter-spacing:-.07em;margin:20px 0;font-size:clamp(3.4rem,7vw,5.5rem);font-weight:640;line-height:.98}.hero h1 em{color:var(--brand);font-style:normal}.hero-copy-block>p{color:#696973;max-width:650px;margin:0 auto;font-size:1rem;line-height:1.65}.hero-actions{justify-content:center;align-items:center;gap:21px;margin-top:27px;display:flex}.button-cta{gap:14px;padding:13px 17px;font-size:.83rem}.button-cta span{font-size:1rem}.text-link{color:#585861;font-size:.75rem;font-weight:630}.hero-copy-block>small{color:#9a9aa2;margin-top:17px;font-size:.66rem;display:block}.product-section{width:min(1120px,100% - 56px);margin:0 auto;padding:22px 0 96px}.product-intro{grid-template-columns:150px 1fr auto;align-items:end;gap:25px;margin-bottom:18px;display:grid}.product-intro>span{color:var(--brand);letter-spacing:.06em;text-transform:uppercase;font-size:.64rem;font-weight:700}.product-intro>strong{letter-spacing:-.02em;font-size:1rem;font-weight:660}.product-intro>p{color:var(--muted);margin:0;font-size:.7rem}.product-frame{background:#fff;border:1px solid #d8d8dc;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 18px 50px #18172313}.preview-bar{border-bottom:1px solid #e5e5e8;justify-content:space-between;align-items:center;height:58px;padding:0 22px;display:flex}.preview-brand{align-items:center;gap:7px;font-size:.79rem;font-weight:720;display:flex}.preview-bar>span{color:#85858e;font-size:.66rem}.preview-workspace{grid-template-columns:190px minmax(0,1fr);min-height:520px;display:grid}.preview-workspace aside{background:#fbfbfa;border-right:1px solid #e5e5e8;flex-direction:column;gap:3px;padding:24px 15px;display:flex}.preview-workspace aside span,.preview-workspace aside b{color:#74747d;border-radius:6px;padding:10px 12px;font-size:.7rem;font-weight:560}.preview-workspace aside b{background:var(--brand-soft);color:var(--brand)}.preview-main{background:#f6f6f4;min-width:0;padding:38px 40px}.preview-heading{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.preview-heading div{flex-direction:column;gap:6px;display:flex}.preview-heading small{color:#909099;font-size:.63rem}.preview-heading strong{letter-spacing:-.035em;font-size:1.25rem}.preview-heading button{background:var(--brand);color:#fff;border:0;border-radius:6px;padding:10px 13px;font-size:.68rem}.preview-stats{background:#fff;border:1px solid #dedee2;border-radius:9px;grid-template-columns:repeat(3,1fr);margin-bottom:20px;display:grid}.preview-stats div{border-right:1px solid #e6e6e9;flex-direction:column;gap:7px;padding:20px;display:flex}.preview-stats div:last-child{border:0}.preview-stats span{color:#7f7f88;font-size:.65rem}.preview-stats strong{letter-spacing:-.03em;font-size:1.35rem}.preview-table{background:#fff;border:1px solid #dedee2;border-radius:9px;overflow:hidden}.preview-table header{border-bottom:1px solid #e8e8eb;justify-content:space-between;padding:17px 19px;display:flex}.preview-table header strong{font-size:.76rem}.preview-table header span{color:var(--brand);font-size:.64rem}.preview-table>div{border-bottom:1px solid #ebebed;grid-template-columns:78px minmax(150px,1fr) 55px 78px;align-items:center;gap:14px;padding:15px 19px;display:grid}.preview-table>div:last-child{border:0}.preview-table b,.preview-table strong{font-size:.7rem}.preview-table div>span{flex-direction:column;gap:4px;font-size:.72rem;font-weight:620;display:flex}.preview-table small{color:#92929b;font-size:.6rem;font-weight:450}.preview-table i{color:#34745e;text-align:center;background:#eaf5f0;border-radius:99px;padding:5px 7px;font-size:.57rem;font-style:normal}.feature-section{border-top:1px solid var(--border);grid-template-columns:.8fr 1.2fr;gap:clamp(50px,10vw,150px);width:min(1080px,100% - 56px);margin:0 auto;padding:108px 0;display:grid}.feature-section>header{align-self:start;position:sticky;top:40px}.feature-section>header>span,.closing-cta>div>span{color:var(--brand);letter-spacing:.07em;text-transform:uppercase;font-size:.67rem;font-weight:700}.feature-section h2{letter-spacing:-.055em;margin:17px 0 20px;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:630;line-height:1.05}.feature-section header p{color:#74747d;max-width:390px;margin:0;font-size:.88rem;line-height:1.7}.feature-list article{border-top:1px solid var(--border);grid-template-columns:46px 1fr;gap:18px;padding:31px 0 36px;display:grid}.feature-list article:first-child{border:0;padding-top:0}.feature-list article>span{color:#aaaab1;font-variant-numeric:tabular-nums;font-size:.66rem}.feature-list h3{letter-spacing:-.025em;margin:0 0 10px;font-size:1.15rem;font-weight:660}.feature-list p{color:#75757e;max-width:530px;margin:0;font-size:.82rem;line-height:1.7}.closing-cta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:40px;width:min(1080px,100% - 56px);margin:0 auto 90px;padding:55px 0;display:flex}.closing-cta h2{letter-spacing:-.045em;max-width:690px;margin:14px 0 0;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:630;line-height:1.12}.site-footer{color:#909098;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 56px);margin:0 auto;padding:0 0 35px;font-size:.65rem;display:grid}.site-footer .brand{color:var(--foreground);font-size:.9rem}.site-footer>span:last-child{text-align:right}@media (max-width:900px){.nav-links{display:none}.navbar{grid-template-columns:1fr 1fr}.product-intro{grid-template-columns:1fr}.product-intro>p{display:none}.preview-workspace{grid-template-columns:150px minmax(0,1fr)}.preview-main{padding:30px 26px}.feature-section{grid-template-columns:1fr;gap:60px}.feature-section>header{position:static}.closing-cta{flex-direction:column;align-items:flex-start}.site-footer{grid-template-columns:1fr auto}.site-footer>span:nth-child(2){display:none}}@media (max-width:600px){.navbar,.hero,.product-section,.feature-section,.closing-cta,.site-footer{width:calc(100% - 32px)}.navbar{height:66px}.hero{padding:52px 0 46px}.hero h1{font-size:3.45rem}.hero-copy-block>p{font-size:.9rem}.hero-actions{flex-direction:column;gap:15px}.product-section{padding:14px 0 72px}.product-intro{gap:7px;margin-bottom:14px}.preview-bar{height:50px;padding:0 14px}.preview-workspace{grid-template-columns:1fr;min-height:auto}.preview-workspace aside{display:none}.preview-main{padding:22px 14px}.preview-heading{margin-bottom:17px}.preview-heading strong{font-size:1rem}.preview-heading button{padding:8px 9px;font-size:.6rem}.preview-stats div{padding:13px 10px}.preview-stats span{font-size:.56rem}.preview-stats strong{font-size:1.05rem}.preview-table>div{grid-template-columns:52px minmax(0,1fr) 40px 66px;gap:8px;padding:12px}.preview-table header{padding:14px 12px}.feature-section{padding:76px 0}.feature-list article{grid-template-columns:36px 1fr}.closing-cta{margin-bottom:55px;padding:42px 0}.site-footer{padding-bottom:24px}.button-ghost{padding-inline:8px}}@media (max-width:420px){.hero h1{font-size:3.05rem}.preview-table>div{grid-template-columns:48px minmax(0,1fr) 36px}.preview-table i,.preview-bar>span,.preview-heading button{display:none}.preview-stats{grid-template-columns:1fr 1fr}.preview-stats div{border-bottom:1px solid #e6e6e9}.preview-stats div:nth-child(2){border-right:0}.preview-stats div:last-child{border-bottom:0;grid-column:1/-1}.feature-section h2{font-size:2.25rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
