@charset "UTF-8";:root{--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Helvetica, Arial, sans-serif;--color-primary-base: #2f6df6;--color-type-primary: #1d1d1d;--shadow-elev-1: 0 1px 2px rgba(0, 0, 0, .18), 0 4px 12px rgba(0, 0, 0, .16)}::selection{color:#fff;background:var(--color-primary-base)}::-moz-selection{color:#fff;background:var(--color-primary-base)}*{box-sizing:border-box;margin:0;padding:0;font-family:inherit}html,body{width:100%;min-height:100vh}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea{font-family:inherit;color:inherit}.logo{display:inline-flex;align-items:center;gap:6px}.logo__mark{display:block;flex-shrink:0}.logo__word{font-family:Anybody,sans-serif;font-weight:400;line-height:1;color:var(--color-type-primary);letter-spacing:-.012em;white-space:nowrap}.father-support{display:contents;--page-bg: #1d1d1d;--main-bg-color: #1d1d1d;--secondary-bg-color: #222222;--card-bg-tertiary: #282828;--main-text-color: #ffffff;--secondary-text-color: #a0a0a0;--accent-color: #2f6df6;--divider-color: #313131;--card-border: #313131;--surface-secondary-bg-hover: #2a2a2a;--main-positive: #81c714;--main-danger: #e1442a;--main-warning: #f5a623;--main-info: #3aa3ff}.father-support *{font-family:-apple-system,BlinkMacSystemFont,Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;box-sizing:border-box}@keyframes support-widget-open{0%{opacity:0;transform:translate(12px,12px) scale(.4)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes support-widget-close{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(8px,10px) scale(.7)}}@keyframes support-widget-msg{0%{opacity:0;filter:blur(3px);transform:translateY(6px)}to{opacity:1;filter:blur(0px);transform:translateY(0)}}@keyframes support-widget-powered-in{0%{opacity:0}to{opacity:.65}}@keyframes support-widget-scroll-down-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes support-widget-view-up{0%{opacity:0;transform:translateY(28px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes support-widget-border-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.support-widget{position:fixed;right:20px;bottom:20px;width:408px;height:min(500px,100dvh - 40px)}.support-widget--expanded{height:min(820px,100dvh - 40px)}.support-widget{z-index:95;display:none;pointer-events:none;transform-origin:bottom right}.support-widget--open{display:block;pointer-events:auto;animation:support-widget-open .24s cubic-bezier(.16,1,.3,1) forwards}.support-widget--closing{display:block;pointer-events:none;animation:support-widget-close .18s cubic-bezier(.4,0,.7,.2) forwards}@media(max-width:640px){.support-widget{top:0;right:0;bottom:0;left:0;width:auto;height:auto}}.support-widget__panel{width:100%;height:100%;background-color:var(--page-bg);border:1px solid var(--card-border);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #0f0f141a,0 2px 8px #0f0f140d}@media(max-width:640px){.support-widget__panel{border:none;border-radius:0;box-shadow:none}}.support-widget__powered{display:flex;align-items:center;justify-content:flex-start;gap:4px;margin-top:9px;padding:0;font-size:10.5px;line-height:1;color:var(--secondary-text-color);opacity:.65;animation:support-widget-powered-in .22s ease both .08s}.support-widget__powered-icon{height:12px;width:auto;flex-shrink:0}.support-widget__composer-powered{justify-content:center;margin:10px 0 0}.support-widget__conversation{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;margin:0 4px 4px;border-radius:16px;background-color:var(--secondary-bg-color);border:1px solid var(--card-border);overflow:hidden;animation:support-widget-view-up .55s cubic-bezier(.22,1,.36,1) both}.support-widget__header{display:flex;align-items:center;gap:10px;padding:12px 16px;flex-shrink:0}.support-widget__header-spacer{flex:1}.support-widget__header-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;color:var(--accent-color)}.support-widget__header-avatar svg{width:28px;height:28px}.support-widget__header-logo{width:auto;height:22px;flex-shrink:0;color:var(--accent-color)}.support-widget__header-meta{flex:1;min-width:0}.support-widget__header-name{margin:0;font-size:14px;font-weight:600;line-height:1.2;color:var(--main-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-widget__header-suffix{margin-left:6px;font-size:12px;font-weight:500;color:var(--secondary-text-color)}.support-widget__drop-overlay{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px dashed var(--accent-color);border-radius:14px;background-color:color-mix(in srgb,var(--accent-color) 12%,transparent);display:flex;align-items:center;justify-content:center;color:var(--accent-color);font-size:14px;font-weight:600;z-index:5;pointer-events:none}.support-widget__header-role{margin:0;font-size:12px;color:var(--secondary-text-color)}.support-widget__icon-btn{width:24px;height:24px;margin-left:auto;border:1px solid transparent;background:transparent;color:var(--secondary-text-color);border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.support-widget__icon-btn:hover{background-color:var(--surface-secondary-bg-hover);border-color:var(--card-border);color:var(--main-text-color)}.support-widget__back-btn{margin-left:0;color:var(--main-text-color)}.support-widget__messages-area{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.support-widget__scroll-down{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--card-border);border-radius:50%;background-color:color-mix(in srgb,var(--page-bg) 92%,transparent);color:var(--main-text-color);cursor:pointer;box-shadow:0 4px 14px #0f0f1447;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .18s ease,background-color .18s ease,opacity .18s ease;animation:support-widget-scroll-down-in .2s ease both}.support-widget__scroll-down:hover{background-color:var(--page-bg);transform:translate(-50%) translateY(-1px)}.support-widget__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:transparent transparent}.support-widget__messages:hover{scrollbar-color:rgba(255,255,255,.15) transparent}.support-widget__messages::-webkit-scrollbar{width:4px}.support-widget__messages::-webkit-scrollbar-track{background:transparent}.support-widget__messages::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}.support-widget__messages:hover::-webkit-scrollbar-thumb{background:#ffffff26}.support-widget__messages--empty{justify-content:center}.support-widget__date-header{margin:0 0 6px;font-size:13px;line-height:1.5;text-align:center;color:var(--secondary-text-color)}.support-widget__join-notice{margin:8px 0;font-size:12px;text-align:center;color:var(--secondary-text-color);animation:support-widget-msg .4s ease-out both}.support-widget__attachment-image{max-width:280px;max-height:220px;border-radius:14px;margin-top:4px;cursor:zoom-in;display:block;object-fit:cover}.support-widget__attachment-image--user{align-self:flex-end}.support-widget__attachment-image--bot{align-self:flex-start}.support-widget__attachment-link{display:inline-block;margin-top:4px;padding:6px 10px;border-radius:12px;background-color:var(--surface-secondary-bg-hover);color:var(--main-text-color);font-size:12px;text-decoration:none;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-widget__empty{flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;animation:support-widget-msg .5s ease-out both;background:linear-gradient(to top,color-mix(in srgb,var(--accent-color) 16%,transparent) 0%,color-mix(in srgb,var(--accent-color) 6%,transparent) 45%,transparent 85%)}.support-widget__empty-top{flex:1;min-height:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left;gap:6px;padding:0 16px 16px}.support-widget__header-brand{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;--accent-color: #fff;color:#fff}.support-widget__header-brand svg{width:22px;height:22px}.support-widget__empty-card{flex-shrink:0;margin-top:auto;display:flex;flex-direction:column;border-top:1px solid var(--divider-color);border-top-left-radius:16px;border-top-right-radius:16px;background-color:var(--main-bg-color)}.support-widget__empty-inner{display:flex;flex-direction:column;align-items:stretch;padding:16px;gap:8px}.support-widget__notice{margin:4px 0 0;padding:12px 14px;border-radius:18px;background-color:var(--secondary-bg-color);color:var(--secondary-text-color);font-size:12.5px;line-height:1.5}.support-widget__notice a{color:var(--secondary-text-color);text-decoration:underline}.support-widget__greeting{margin:0;line-height:1.25;color:var(--main-text-color);display:flex;flex-direction:column;gap:4px}.support-widget__greeting-primary{font-size:26px;font-weight:500}.support-widget__greeting-secondary{font-size:26px;font-weight:400;color:var(--secondary-text-color)}.support-widget__cta,.support-widget__status{box-sizing:border-box;display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1.5px solid transparent;border-radius:18px;background-color:var(--secondary-bg-color);color:var(--main-text-color);font-family:inherit;font-size:14px;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.support-widget__cta:hover,.support-widget__status:hover{background-color:var(--surface-secondary-bg-hover, var(--secondary-bg-color));border-color:var(--card-border)}.support-widget__cta{position:relative;z-index:0;--cta-fill: var(--secondary-bg-color);border:0;padding:13.5px 15.5px;background:transparent;overflow:hidden}.support-widget__cta:before{content:"";position:absolute;z-index:-2;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);background:conic-gradient(transparent 0deg,var(--accent-color) 18deg,color-mix(in srgb,var(--accent-color) 55%,white) 38deg,color-mix(in srgb,var(--accent-color) 75%,black) 56deg,transparent 74deg,transparent 360deg);animation:support-widget-border-spin 3s linear infinite}.support-widget__cta:after{content:"";position:absolute;z-index:-1;top:1.5px;right:1.5px;bottom:1.5px;left:1.5px;border-radius:16.5px;background:var(--cta-fill)}.support-widget__cta:hover{--cta-fill: var(--surface-secondary-bg-hover, var(--secondary-bg-color))}.support-widget__cta-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.support-widget__cta-title{font-size:14px;font-weight:500;color:var(--main-text-color)}.support-widget__cta-avatar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.support-widget__cta-assistant{width:20px;height:20px;color:var(--secondary-text-color)}.support-widget__status-check{flex-shrink:0;color:var(--secondary-text-color)}.support-widget__status-text{flex:1;min-width:0}.support-widget__history{position:relative}.support-widget__history-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:2;min-width:260px;max-width:320px;max-height:280px;overflow-y:auto;list-style:none;margin:0;padding:6px;background-color:var(--main-bg-color);border:1px solid var(--card-border);border-radius:12px;box-shadow:0 8px 24px #0f0f141f,0 2px 6px #0f0f140f;display:flex;flex-direction:column;gap:2px;animation:support-widget-msg .18s ease-out both}.support-widget__history-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid transparent;border-radius:8px;background-color:transparent;color:var(--main-text-color);font-family:inherit;font-size:12px;text-align:left;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.support-widget__history-item:hover{background-color:var(--surface-secondary-bg-hover);border-color:var(--card-border)}.support-widget__history-item-subject{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-widget__intake{display:flex;flex-direction:column;gap:10px;padding:6px 2px 4px;animation:support-widget-msg .5s ease-out .25s both}.support-widget__intake-label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600;color:#ffffff8c;letter-spacing:.2px}.support-widget__intake-label .dropdown{width:100%}.support-widget__row{display:flex;flex-direction:column;animation:support-widget-msg .5s ease-out both}.support-widget__row--bot{flex-direction:row;align-items:flex-end;gap:8px}.support-widget__row--user{align-items:flex-end}.support-widget__row-content{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.support-widget__avatar{width:32px;height:32px;flex-shrink:0;border-radius:50%;overflow:hidden;background-color:var(--card-bg-tertiary);color:var(--main-text-color);display:inline-flex;align-items:center;justify-content:center}.support-widget__avatar svg{height:22px;width:auto;color:var(--accent-color)}.support-widget__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.support-widget__avatar--plain{background-color:transparent;overflow:visible}.support-widget__avatar--plain svg{height:28px}.support-widget__bubble{max-width:320px;padding:10px 16px;border-radius:28px;font-size:14px;line-height:1.5;word-break:break-word}.support-widget__bubble p{margin:0 0 10px}.support-widget__bubble p:last-child{margin-bottom:0}.support-widget__bubble p:first-child{margin-top:0}.support-widget__bubble a{color:inherit;text-decoration:underline}.support-widget__bubble img{max-width:100%;height:auto;border-radius:10px;margin:4px 0;cursor:zoom-in;display:block}.support-widget__bubble pre,.support-widget__bubble pre.support-widget__code{margin:6px 0;padding:10px 16px;min-height:36px;background-color:#0000006b;border:1px solid rgba(255,255,255,.08);border-radius:22px;overflow-x:auto;font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12.5px;line-height:1.45;color:#f3f3f3;white-space:pre}.support-widget__bubble pre code{background:none;padding:0;font-family:inherit;font-size:inherit;color:inherit}.support-widget__bubble ul,.support-widget__bubble ol{margin:8px 0;padding-left:22px}.support-widget__bubble>ul:first-child,.support-widget__bubble>ol:first-child{margin-top:0}.support-widget__bubble>ul:last-child,.support-widget__bubble>ol:last-child{margin-bottom:0}.support-widget__bubble ul{list-style:disc outside}.support-widget__bubble ol{list-style:decimal outside}.support-widget__bubble li{margin:6px 0}.support-widget__bubble li>p:only-child{margin:0}.support-widget__bubble li::marker{color:inherit}.support-widget__bubble strong,.support-widget__bubble b{font-weight:600}.support-widget__bubble em,.support-widget__bubble i{font-style:italic}.support-widget__bubble code{padding:1px 5px;border-radius:4px;background-color:#0000002e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.support-widget__bubble pre{margin:6px 0;padding:8px 10px;border-radius:8px;background-color:#0000002e;overflow-x:auto;font-size:.9em;line-height:1.45}.support-widget__bubble pre code{padding:0;background:transparent}.support-widget__bubble blockquote{margin:6px 0;padding:2px 10px;border-left:3px solid var(--divider-color);color:var(--secondary-text-color)}.support-widget__bubble hr{margin:8px 0;border:0;border-top:1px solid var(--divider-color)}.support-widget__bubble h1,.support-widget__bubble h2,.support-widget__bubble h3,.support-widget__bubble h4{margin:8px 0 4px;font-weight:600;line-height:1.3}.support-widget__bubble h1{font-size:1.15em}.support-widget__bubble h2{font-size:1.1em}.support-widget__bubble h3{font-size:1.05em}.support-widget__bubble h4{font-size:1em}.support-widget__bubble--bot{background-color:var(--card-bg-tertiary);color:var(--main-text-color)}.support-widget__bubble--user{background-color:var(--accent-color);color:#fff}.support-widget__meta{display:block;max-height:0;overflow:hidden;opacity:0;margin-top:0;transform:translateY(-4px);transition:max-height .32s cubic-bezier(.22,1,.36,1),margin-top .32s cubic-bezier(.22,1,.36,1),opacity .24s ease,transform .32s cubic-bezier(.22,1,.36,1);font-size:12px;color:var(--secondary-text-color);padding:0 6px}.support-widget__row--user .support-widget__meta{text-align:right}.support-widget__meta--show{max-height:32px;opacity:1;margin-top:4px;transform:translateY(0)}.support-widget__composer{flex-shrink:0;padding:10px 12px 14px}.support-widget__chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 2px 10px}.support-widget__chip{font-size:12px;line-height:1.3;padding:6px 12px;max-width:100%;border:1px solid color-mix(in srgb,var(--divider-color) 55%,transparent);border-radius:999px;background-color:var(--secondary-bg-color);color:var(--secondary-text-color);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:inherit;transition:border-color .15s ease,color .15s ease,background-color .15s ease;animation:support-widget-msg .3s ease-out both}.support-widget__chip:hover{border-color:var(--divider-color);color:var(--main-text-color);background-color:var(--surface-secondary-bg-hover, var(--secondary-bg-color))}.support-widget__chip:focus-visible{outline:none;border-color:var(--divider-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--divider-color) 60%,transparent)}.support-widget__composer-stack{display:flex;flex-direction:column;gap:6px}.support-widget__composer-pill{display:flex;align-items:center;gap:4px;padding:5px 6px;border:1px solid color-mix(in srgb,var(--divider-color) 50%,transparent);border-radius:22px;background-color:color-mix(in srgb,var(--secondary-bg-color) 72%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .18s ease,box-shadow .18s ease}.support-widget__composer-pill:hover{border-color:var(--divider-color)}.support-widget__composer-pill:focus-within{border-color:transparent;box-shadow:0 0 0 2px var(--accent-color)}.support-widget__composer-pill-input{flex:1;min-width:0;align-self:center;background:transparent;border:none;outline:none;padding:5px 4px 5px 10px;color:var(--main-text-color);font-size:13px;line-height:1.5;font-family:inherit}.support-widget__composer-pill-input::placeholder{color:color-mix(in srgb,var(--secondary-text-color) 50%,transparent)}.support-widget__composer-pill-input:disabled{opacity:.5}.support-widget__composer-notice{margin:10px 0 0;background-color:var(--card-bg-tertiary)}.support-widget__composer-email{background-color:var(--secondary-bg-color);border:1px solid color-mix(in srgb,var(--divider-color) 50%,transparent);border-radius:999px;padding:9px 16px;color:var(--main-text-color);font-size:13px;line-height:1.5;outline:none;width:100%;box-sizing:border-box;font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease}.support-widget__composer-email::placeholder{color:color-mix(in srgb,var(--secondary-text-color) 50%,transparent)}.support-widget__composer-email:focus{border-color:transparent;box-shadow:0 0 0 2px var(--accent-color)}.support-widget__composer-email:disabled{opacity:.5}.support-widget__composer-input{flex:1;min-width:0;background:transparent;border:none;padding:5px 4px;color:var(--main-text-color);font-size:13px;line-height:1.5;resize:none;outline:none;box-sizing:border-box;font-family:inherit;field-sizing:content;max-height:140px;overflow-y:auto}.support-widget__composer-input::placeholder{color:color-mix(in srgb,var(--secondary-text-color) 50%,transparent)}.support-widget__composer-input:disabled{opacity:.5}.support-widget__attachment-chip{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;background:var(--surface-secondary-bg-hover);border-radius:999px;font-size:12px;color:var(--main-text-color);max-width:100%}.support-widget__attachment-chip-name{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-widget__attachment-chip-clear{width:18px;height:18px;border:none;background:transparent;color:var(--secondary-text-color);font-size:14px;line-height:1;cursor:pointer;padding:0}.support-widget__attachment-chip-clear:hover{color:var(--main-text-color)}.support-widget__composer-tool{width:32px;height:32px;flex-shrink:0;border:1px solid transparent;background:transparent;color:var(--secondary-text-color);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.support-widget__composer-tool:hover:not(:disabled){background-color:var(--surface-secondary-bg-hover);border-color:var(--card-border);color:var(--main-text-color)}.support-widget__composer-tool:disabled{cursor:default;opacity:.6}.support-widget__composer-send{margin-left:auto;width:32px;height:32px;border:none;border-radius:50%;background-color:var(--surface-secondary-bg-hover);color:var(--secondary-text-color);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .18s ease,color .18s ease,opacity .18s ease}.support-widget__composer-send:not(:disabled){background-color:var(--accent-color);color:#fff}.support-widget__composer-send:disabled{cursor:default;opacity:.45}@keyframes support-widget-typing{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-4px);opacity:1}}.support-widget__typing{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;gap:4px;min-height:38px;padding:10px 14px}.support-widget__typing-dot{width:6px;height:6px;border-radius:50%;background-color:#ffffff4d;animation:support-widget-typing .8s ease-in-out infinite}.support-widget__typing-dot:nth-child(2){animation-delay:.2s}.support-widget__typing-dot:nth-child(3){animation-delay:.4s}.support-widget__word{display:inline-block}.support-widget__reveal-pending{display:none!important}@keyframes support-widget-reveal-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}.support-widget__reveal-in{animation:support-widget-reveal-in .3s ease-out both}@keyframes support-widget-lightbox-fade{0%{opacity:0}to{opacity:1}}.support-widget-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#000000d1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:zoom-out;animation:support-widget-lightbox-fade .18s ease-out both}.support-widget-lightbox__image{max-width:95vw;max-height:95vh;border-radius:8px;object-fit:contain;cursor:default;box-shadow:0 10px 40px #0009}.support-widget-lightbox__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;border-radius:50%;background-color:#ffffff1f;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease}.support-widget-lightbox__close:hover{background-color:#ffffff38}@media(prefers-reduced-motion:reduce){.support-widget,.support-widget--open,.support-widget--closing,.support-widget-lightbox,.support-widget__row,.support-widget__empty,.support-widget__join-notice,.support-widget__typing-dot,.support-widget__reveal-in,.support-widget__scroll-down,.support-widget__powered{animation:none!important}.support-widget__reveal-pending{display:revert!important}.support-widget__reveal-in{opacity:1!important;transform:none!important}.support-widget__drop-overlay,.support-widget__icon-btn,.support-widget__composer-tool,.support-widget__composer-send{transition:none!important}.support-widget__cta:before{display:none!important}.support-widget__cta:after{top:0!important;right:0!important;bottom:0!important;left:0!important;border:1.5px solid var(--accent-color)!important;border-radius:18px!important}}.support-fab{position:fixed;right:20px;bottom:20px;z-index:94;width:40px;height:40px}.support-fab--open{display:none}.support-fab{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background-color:#2f6df6;color:#fff;cursor:pointer;box-shadow:none;transition:transform .24s cubic-bezier(.32,.72,0,1)}.support-fab:hover{transform:scale(1.12)}.support-fab:active{transform:scale(.86)}.support-fab__icon-wrap{position:relative;width:22px;height:22px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.support-fab__icon{color:#fff}.support-fab__icon--default{width:22px;height:22px}.support-fab__badge{min-width:18px;height:18px;padding:0 5px;margin-left:2px;border-radius:999px;background-color:var(--main-danger, #e1442a);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px var(--accent-color)}.aw-status-badge{display:inline-flex;align-items:center;width:fit-content;height:20px;padding:0 8px;border:1px solid var(--card-border);border-radius:8px;background-color:var(--secondary-bg-color);font-size:11px;font-weight:600;line-height:1.4;white-space:nowrap}.aw-status-badge--positive{color:var(--main-positive)}.aw-status-badge--negative{color:var(--main-danger)}.aw-status-badge--info{color:var(--main-info)}.aw-status-badge--warning{color:var(--main-warning)}.aw-status-badge--default{color:var(--secondary-text-color)}.support-fab{transition:transform .3s cubic-bezier(.32,.72,0,1),opacity .3s ease}.support-fab--hidden{opacity:0;transform:scale(.5);pointer-events:none}.father-preview{position:fixed;right:20px;bottom:72px;z-index:93;display:flex;flex-direction:column;align-items:flex-end;gap:9px;width:max-content;max-width:min(300px,100vw - 40px)}.father-preview__bubble{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:#131313;box-shadow:0 8px 22px #00000042;cursor:pointer;transform-origin:bottom right;animation:father-preview-pop .42s cubic-bezier(.34,1.56,.64,1) .6s both;transition:transform .16s ease,box-shadow .16s ease}.father-preview__bubble:hover{transform:scale(1.06);box-shadow:0 10px 26px #0000004d}.father-preview__avatar{flex-shrink:0}.father-preview__chips{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.father-preview__chip{max-width:100%;padding:9px 15px;border:none;border-radius:999px;background:#1d1d1d;color:#fff;font-size:13px;font-weight:500;text-align:center;box-shadow:none;cursor:pointer;transform-origin:bottom right;animation:father-preview-pop .42s cubic-bezier(.34,1.56,.64,1) both;transition:background .15s ease,transform .15s ease}.father-preview__chip:hover{background:#2c2c2c;transform:translateY(-1px)}@keyframes father-preview-pop{0%{opacity:0;transform:translateY(10px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.father-ask{position:fixed;left:0;right:0;margin:0 auto;bottom:clamp(20px,3.6vh,40px);z-index:94;width:min(520px,100vw - 36px);display:flex;flex-direction:column;transition:opacity .4s ease,width .42s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.father-ask--hidden{opacity:0;transform:translateY(26px) scale(.95);pointer-events:none}.father-ask--collapsed{width:min(520px,100vw - 36px)}.father-ask--narrow{width:min(300px,100vw - 36px)}.father-ask--narrow .support-widget__composer-pill{background-color:color-mix(in srgb,var(--main-bg-color) 64%,transparent)}.father-ask__chipwrap{margin-bottom:13px;max-height:320px;overflow:hidden;transition:max-height .36s cubic-bezier(.22,1,.36,1),margin .3s ease,opacity .28s ease}.father-ask .support-widget__chips{flex-direction:column;align-items:flex-start;gap:0;padding:0}.father-ask .support-widget__chip{font-size:14px;letter-spacing:.02em;padding:9px 16px;margin-bottom:9px;max-height:52px;overflow:hidden;animation:father-chip-in .45s cubic-bezier(.22,1,.36,1) backwards;color:var(--main-text-color);background-color:color-mix(in srgb,var(--main-bg-color) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff12,inset 0 -3px 6px -2px #00000080;transition:max-height .34s ease,opacity .3s ease,margin .3s ease,background-color .16s ease,box-shadow .16s ease}.father-ask .support-widget__chip:hover{background-color:color-mix(in srgb,var(--main-bg-color) 70%,transparent);box-shadow:inset 0 1px #ffffff29,inset 0 -3px 6px -2px #00000080}.father-ask .support-widget__chip:last-child{margin-bottom:0}.father-ask .support-widget__chip:nth-child(1){transition-delay:0s;animation-delay:.74s}.father-ask .support-widget__chip:nth-child(2){transition-delay:.08s;animation-delay:.62s}.father-ask .support-widget__chip:nth-child(3){transition-delay:.16s;animation-delay:.5s}.father-ask .support-widget__composer-pill{padding:6px 6px 6px 8px;border-radius:26px;background-color:color-mix(in srgb,var(--main-bg-color) 68%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:inset 0 1px #ffffff12,inset 0 -3px 6px -2px #00000080}.father-ask .support-widget__composer-pill-input{padding-left:8px;font-size:15px}.father-ask .support-widget__composer-send{box-shadow:inset 0 2px 4px -1px #0006,inset 0 -1px #ffffff2e}.father-ask .support-widget__composer-send:active{box-shadow:inset 0 3px 7px #0000008c}.father-ask__notice{margin:8px 0 0;padding:0;text-align:center;line-height:1.3;background:none;color:#1d1d1d;text-shadow:0 1px 10px rgba(255,255,255,.55);max-height:40px;overflow:hidden;transition:opacity .28s ease,max-height .3s ease,margin .28s ease}.father-ask__notice a{color:#1d1d1d;text-decoration:underline}.father-ask--collapsed .father-ask__chipwrap{max-height:0;margin-bottom:0;opacity:0}.father-ask--collapsed .support-widget__chip{max-height:0;margin-bottom:0;opacity:0;transform:translateY(8px);pointer-events:none}.father-ask--collapsed .father-ask__notice{opacity:0;max-height:0;margin:0;pointer-events:none}.father-ask--glitch{animation:father-ask-glitch .22s cubic-bezier(.4,0,.2,1) .06s backwards}@keyframes father-chip-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes father-ask-in{0%{opacity:0;transform:translateY(46px) scale(.85)}60%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes father-ask-glitch{0%{transform:translate(0)}32%{transform:translate(-5px)}64%{transform:translate(4px)}88%{transform:translate(-1.5px)}to{transform:translate(0)}}.father-support .support-widget__conversation{background-color:transparent;border:0}.father-support .support-widget__avatar{display:none}.father-support .support-widget__powered-icon{width:auto;height:14px;opacity:.5;filter:grayscale(1) brightness(.85)}.father-support .support-widget__composer .support-widget__chips{justify-content:flex-end}.father-support .support-widget__composer .support-widget__chip{font-size:14px;padding:9px 16px}.father-support--home .support-widget{right:auto;top:auto;left:50%;bottom:clamp(78px,9.5vh,92px);width:min(520px,100vw - 36px);height:min(540px,100dvh - 200px);transform:translate(-50%);transform-origin:bottom center;border-radius:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.father-support--home .support-widget .support-widget__avatar{display:none}.father-support--home .support-widget .support-widget__panel{background-color:color-mix(in srgb,var(--main-bg-color) 68%,transparent);border-color:color-mix(in srgb,var(--divider-color) 50%,transparent);box-shadow:inset 0 1px #ffffff12,inset 0 -3px 6px -2px #00000080;-webkit-backdrop-filter:none;backdrop-filter:none}.father-support--home .support-widget .support-widget__header-meta{display:none}.father-support--home .support-widget--expanded{height:min(560px,100dvh - 180px)}.father-support--home .support-widget--open{animation:father-widget-open .34s cubic-bezier(.22,1,.36,1) forwards}.father-support--home .support-widget--closing{animation:father-widget-close .2s cubic-bezier(.4,0,1,1) forwards}.father-support--home .support-widget .support-widget__conversation{margin:0;border:0;border-radius:0;background-color:transparent;animation:none}.father-support--home .support-widget .support-widget__messages{justify-content:flex-end}.father-support--home .support-widget .support-widget__bubble{max-width:86%}.father-support--home .support-widget .support-widget__typing{width:fit-content;max-width:fit-content;align-self:flex-start}@media(max-width:640px){.father-support--home .support-widget{right:0;left:0;top:0;bottom:0;width:auto;height:auto;transform:none}}@keyframes father-widget-open{0%{opacity:0;transform:translate(-50%) translateY(28px) scale(.96)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes father-widget-close{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(8px) scale(.97)}}.landing{--landing-w: 2560px;--landing-page-w: 1520px;--landing-compact-nav-w: 760px;--landing-compact-dropdown-w: 820px;--landing-dark: #1d1d1d;--landing-line: rgba(0, 0, 0, .08);--landing-line-dark: rgba(255, 255, 255, .09);--landing-depth: 0 1px 2px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .09), inset 0 1px 0 0 #ffffff;min-height:100vh;display:flex;flex-direction:column;padding:0 14px;background:#f4f4f6;font-family:var(--font-body);position:relative;z-index:0}.landing:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:radial-gradient(rgba(0,0,0,.16) .6px,transparent .7px);background-size:6px 6px;background-position:center;animation:landing-sidedots 11s ease-in-out infinite;-webkit-mask-image:linear-gradient(to right,#000,#000 calc(50% - var(--landing-w) / 2 - 8px),transparent calc(50% - var(--landing-w) / 2 + 8px),transparent calc(50% + var(--landing-w) / 2 - 8px),#000 calc(50% + var(--landing-w) / 2 + 8px),#000);mask-image:linear-gradient(to right,#000,#000 calc(50% - var(--landing-w) / 2 - 8px),transparent calc(50% - var(--landing-w) / 2 + 8px),transparent calc(50% + var(--landing-w) / 2 - 8px),#000 calc(50% + var(--landing-w) / 2 + 8px),#000)}.landing.is-scrolling:before,.landing.is-scrolling .landing__demo,.landing.is-scrolling .landing__demo *,.landing.is-scrolling .landing__live{animation-play-state:paused!important}.landing__hero{position:relative;height:calc(100vh - 146px);min-height:540px;margin:20px 0;border-radius:20px;overflow:hidden;color:#fff;background:#eef2f5}.landing__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#eef2f5;animation:landing-img-in .95s cubic-bezier(.22,1,.36,1) both}.landing__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:url(/hero-ocean.png) center 40%/cover no-repeat;transform:scale(calc(1.06 * var(--hero-img-scale, 1))) translate(var(--hero-px, 0px),var(--hero-py, 0px));transition:transform .35s ease}.landing__hero-bg:before{content:"";position:absolute;inset:0 0 auto 0;height:240px;z-index:2;background:linear-gradient(to bottom,#0000006b,#0000);pointer-events:none}.landing__hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(8,14,18,.28),transparent 11%,transparent 89%,rgba(8,14,18,.28))}.landing__topbar-spacer{height:106px}.landing__topbar{position:fixed;top:20px;left:0;right:0;z-index:20;width:min(var(--landing-w),100% - 28px);margin:0 auto;display:flex;flex-direction:column;border-radius:14px;background:var(--landing-dark);box-shadow:var(--shadow-elev-1),0 0 0 1px #0000006a,inset 0 1px #f7f7f71e;animation:landing-nav-in .6s cubic-bezier(.22,1,.36,1) both;transition:width .52s cubic-bezier(.16,1,.3,1),border-radius .34s ease,box-shadow .22s ease,background .22s ease}.landing__topbar.is-compact{width:min(var(--landing-compact-nav-w),100% - 56px)}.landing__topbar.is-compact .landing__nav{gap:2px;padding:8px 6px}.landing__topbar.is-compact .landing__nav-links{margin-left:6px;margin-right:auto}.landing__topbar.is-compact .landing__nav-right{gap:4px;margin-left:auto}.landing__topbar.is-compact .landing__nav-link,.landing__topbar.is-compact .landing__nav-login{padding-right:10px;padding-left:10px}.landing__topbar.is-compact .landing__nav-cta{padding-right:12px;padding-left:12px}.landing__topbar.is-compact .landing__announce,.landing__topbar.is-compact .landing__topbar-div{max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden;pointer-events:none}.landing__topbar.is-compact .landing__nav-dropdown{right:auto;left:50%;width:min(var(--landing-compact-dropdown-w),100vw - 56px);transform:translate(-50%)}.landing__topbar-div{align-self:stretch;margin:0 16px;height:1px;background:#00000073;box-shadow:0 1px #ffffff12;transition:max-height .3s ease,opacity .25s ease}.landing__announce{transition:max-height .32s ease,padding .32s ease,opacity .25s ease}.landing__nav{position:static;height:51px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 8px 8px 16px}.landing__nav .logo__word{color:#fff}.landing__nav--light{background:#fff;box-shadow:var(--shadow-elev-1),0 0 0 1px #00000014,inset 0 1px #fff}.landing__nav--light .logo__word{color:var(--color-type-primary)}.landing__nav--light .logo__mark{filter:brightness(0)}.landing__nav--light .landing__nav-link,.landing__nav--light .landing__nav-login{color:#555}.landing__nav--light .landing__nav-link:hover,.landing__nav--light .landing__nav-login:hover{color:#1d1d1d}.landing__nav--light .landing__nav-login:hover,.landing__nav--light .landing__nav-pill{background:#0000000f}.landing__nav--light .landing__nav-beta{color:var(--color-primary-base)}.landing__nav--light.is-compact{box-shadow:var(--shadow-elev-1),0 0 0 1px #0000001f,inset 0 1px #fff}.landing__nav-logo{display:inline-flex;align-items:center;flex-shrink:0}.landing__nav-logo .logo__word{transform:translateY(1px)}.landing__nav-links{position:relative;margin-left:12px;margin-right:auto;display:flex;align-items:center;gap:4px;transition:opacity .25s ease}.landing__nav-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.landing__nav-link,.landing__nav-login{position:relative;z-index:1;display:inline-flex;align-items:center;gap:4px;height:35px;padding:0 13px;border-radius:10px;color:#ffffffd1;font-size:15px;transition:color .16s ease,background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),padding .3s ease}.landing__nav-link:hover,.landing__nav-login:hover,.landing__nav-link.is-active{color:#fff}.landing__nav-pill{position:absolute;top:0;left:0;height:35px;border-radius:8px;background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012;pointer-events:none;opacity:0;z-index:0;transition:transform .22s cubic-bezier(.22,1,.36,1),width .22s cubic-bezier(.22,1,.36,1),opacity .16s ease}.landing__nav-login:hover{background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012}.landing__nav-caret{margin-left:1px;opacity:.7;transition:transform .2s ease}.landing__nav-caret.is-open{transform:rotate(180deg)}.landing__nav-dropdown{position:absolute;top:100%;left:0;right:0;padding-top:11px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.landing__nav-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto}.landing__nav-dropdown-inner{display:flex;gap:10px;padding:10px;border-radius:14px;background:#161616;box-shadow:0 24px 56px #00000073,0 0 0 1px #0000006a,0 0 0 1px #ffffff14,inset 0 1px #f7f7f71e;transform:translateY(-10px) scale(.99);transform-origin:top center;transition:transform .28s cubic-bezier(.16,1,.3,1)}.landing__nav-dropdown.is-open .landing__nav-dropdown-inner{transform:translateY(0) scale(1)}.landing__nav-dropdown-grid{position:relative;flex:1;display:grid;gap:3px 5px;align-content:start}.landing__nav-whatsnew{flex:1;min-height:150px;display:flex;flex-direction:column;gap:7px;padding:20px;border-radius:10px;background:#0e0e0e;box-shadow:inset 0 0 0 1px #ffffff0d,inset 0 2px 8px #0000008c}.landing__nav-whatsnew-btn{margin-top:auto;align-self:flex-start}.landing__nav-whatsnew-eyebrow{font-family:Anybody,sans-serif;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#7c7c7c}.landing__nav-whatsnew-title{font-family:Anybody,sans-serif;font-size:19px;font-weight:600;line-height:1.2;color:#fff}.landing__nav-whatsnew-desc{font-size:12.5px;line-height:1.4;color:#9a9a9a}.landing__nav-promo{flex-shrink:0;width:224px;display:flex;flex-direction:column;padding:18px;border-radius:10px;background:#f1f1f3;box-shadow:inset 0 2px 5px #00000012,inset 0 0 0 1px #0000000f}.landing__nav-promo-title{font-family:Anybody,sans-serif;font-size:20px;font-weight:500;line-height:1.1;letter-spacing:-.005em;color:#1d1d1d}.landing__nav-promo-text{margin:10px 0 0;font-size:13px;line-height:1.45;color:#5a5a5a}.landing__nav-promo-btn{margin-top:auto;align-self:flex-start}.landing__nav-menu-hl{position:absolute;top:0;left:0;border-radius:7px;background:#ffffff14;box-shadow:inset 0 1px #ffffff1f,inset 0 0 0 1px #ffffff0d;pointer-events:none;z-index:0;transition:transform .26s cubic-bezier(.16,1,.3,1),width .26s cubic-bezier(.16,1,.3,1),height .26s cubic-bezier(.16,1,.3,1),opacity .16s ease}.landing__nav-menu-item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;padding:11px 12px;border-radius:7px;color:#ffffffc7}.landing__nav-menu-text{display:flex;flex-direction:column;min-width:0}.landing__nav-menu-label{font-size:13.5px;font-weight:500;line-height:1.2;color:#fff}.landing__nav-menu-desc{margin-top:3px;font-size:12px;line-height:1.25;color:#ffffff80}.landing__nav-spacer{flex:1}.landing__nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:35px;padding:0 14px;border-radius:10px;background:var(--color-primary-base);color:#fff;font-size:14px;font-weight:500;box-shadow:var(--shadow-elev-1),0 0 0 1px var(--color-primary-base),inset 0 1px #fff3;transition:filter .14s ease,box-shadow .12s ease,height .3s ease,padding .3s ease}.landing__nav-cta:hover{filter:brightness(1.07)}.landing__nav-cta:active{box-shadow:0 0 0 1px var(--color-primary-base),inset 0 2px 6px #00000052}.landing__nav-beta{align-self:flex-start;margin-left:2px;margin-top:-3px;font-size:8.5px;font-weight:700;line-height:1;color:#6ea8ff}.landing__hero-inner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.landing__hero-inner--split{z-index:3;width:min(var(--landing-w),100% - 28px);margin:0 auto;padding:0 clamp(40px,7vw,150px);display:grid;grid-template-columns:1fr 480px;align-items:center;gap:clamp(22px,3vw,44px)}.landing__hero-copy--left{position:static;left:auto;top:auto;transform:none;width:auto;max-width:640px;text-align:left}.landing__hero-copy--left .landing__headline{font-size:clamp(48px,6.2vw,76px)}.landing__hero-copy--left .landing__sub{margin-left:0;margin-right:0;max-width:480px}.landing__hero-copy--left .landing__cta{justify-content:flex-start}.landing__demo-shell{width:100%;display:flex;flex-direction:column;gap:10px}.landing__demo-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:0;border-radius:12px;background:transparent;box-shadow:none}.landing__demo-picker button{min-width:0;height:32px;padding:0 8px;border-radius:8px;color:#1d1d1d75;font-size:12.5px;font-weight:600;line-height:1;box-shadow:none;transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.landing__demo-picker button:hover{color:#1d1d1d;background:transparent}.landing__demo-picker button.is-active{background:transparent;color:#1d1d1d;box-shadow:none}.landing__demo{position:relative;height:clamp(510px,78vh,660px);display:flex;flex-direction:column;border-radius:22px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1b,inset 0 1px #ffffff24,inset 0 2px 10px #ffffff09,inset 0 -18px 34px #0000002e,0 34px 70px -28px #0000009e}.landing__demo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.045),transparent 22%),color-mix(in srgb,#1d1d1d 64%,transparent);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);animation:landing-demo-bg-in .7s ease .05s both}.landing__demo-head{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:14px 16px 9px;color:#fff;animation:landing-demo-head-in .45s cubic-bezier(.34,1.45,.7,1) backwards}.landing__demo-head-left{display:inline-flex;align-items:center;min-width:0;gap:9px}.landing__demo-head-ic{--accent-color: #fff;display:inline-flex;flex-shrink:0}.landing__demo-head-title{display:block;font-size:13.5px;font-weight:600;line-height:1.15;color:#fff}.landing__demo-stage{flex:1;min-height:0;display:flex;flex-direction:column;animation:landing-demo-switch .34s cubic-bezier(.16,1,.3,1) both}.landing__demo-convo{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:7px 15px 12px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 9%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 9%,#000 100%)}.landing__demo-row{animation:landing-demo-in .5s ease-out both}.landing__demo-user{align-self:flex-end;max-width:84%;padding:10px 15px;border-radius:999px;background:var(--color-primary-base);color:#fff;font-size:14px;line-height:1.4;text-wrap:pretty;box-shadow:inset 0 1px #fff3}.landing__demo-bot-block{align-self:flex-start;max-width:90%;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.landing__demo-bot{align-self:flex-start;max-width:100%;padding:10px 15px;border-radius:999px;background:color-mix(in srgb,#ffffff 11%,transparent);color:#fff;font-size:14px;line-height:1.4;text-wrap:pretty;white-space:pre-line}.landing__demo-evidence{display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:100%;padding-left:4px}.landing__demo-thought{max-width:100%;color:#ffffff73;font-size:11.5px;line-height:1.35}.landing__demo-thought-row{align-self:flex-start;max-width:90%;padding-left:4px}.landing__demo-thought summary{display:inline-flex;align-items:center;gap:5px;width:fit-content;cursor:pointer;color:#ffffff80;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-thickness:1px;text-underline-offset:4px;list-style:none;transition:color .16s ease}.landing__demo-thought summary::-webkit-details-marker{display:none}.landing__demo-thought summary:hover{color:#ffffffb8}.landing__demo-thought--process summary{gap:6px}.landing__demo-thought p{max-width:290px;margin:5px 0 0;color:#ffffff6b}.landing__demo-thought p i{margin-left:7px;color:#ffffff57;font-style:normal}.landing__demo-sources{display:flex;align-items:center;flex-wrap:wrap;gap:5px;max-width:100%;font-size:10.5px;line-height:1}.landing__demo-sources span{color:#ffffff5c}.landing__demo-sources i{display:inline-flex;align-items:center;min-height:18px;padding:0;border-bottom:1px dotted rgba(255,255,255,.28);border-radius:0;background:transparent;color:#ffffff7a;font-style:normal;box-shadow:none}.landing__demo-typing{display:inline-flex;align-items:center;gap:5px;min-height:44px}.landing__demo-typing-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;animation:landing-demo-typing .8s ease-in-out infinite}.landing__demo-typing-dot:nth-child(2){animation-delay:.2s}.landing__demo-typing-dot:nth-child(3){animation-delay:.4s}.landing__demo-think{align-self:center;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12.75px;text-align:center}.landing__demo-think-ic{width:14px;flex-shrink:0;display:inline-flex;align-items:center;color:#ffffff80}.landing__demo-think-text{color:#ffffff8c;animation:landing-demo-in .4s cubic-bezier(.16,1,.3,1) both}.landing__demo-think-secs{color:#fff6;animation:landing-demo-in .4s cubic-bezier(.16,1,.3,1) both}.landing__demo-spin{animation:landing-demo-spin .7s linear infinite}.landing__demo-resolved{align-self:flex-start;display:flex;align-items:center;gap:6px;font-size:13.5px}.landing__demo-resolved-title{color:#fff9}.landing__demo-resolved-time{color:#fff6}.landing__demo-resolve{align-self:flex-start;justify-content:flex-start;max-width:92%;text-align:left;padding-left:4px;flex-wrap:wrap;row-gap:3px}.landing__demo-resolve .landing__demo-think-secs:before{content:"·";margin-right:7px;color:#ffffff47}.landing__demo-emojis{flex:1;display:flex;align-items:center;justify-content:space-around;padding:1px 4px}.landing__demo-emoji{font-size:23px;line-height:1;filter:grayscale(.35) opacity(.8);transition:transform .22s cubic-bezier(.34,1.5,.7,1),filter .22s ease}.landing__demo-emoji.is-picked{transform:scale(1.32);filter:none}.landing__demo-greet{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:0 22px;text-align:center;transform-origin:center top;animation:landing-demo-greet .6s cubic-bezier(.34,1.45,.7,1) .12s backwards}.landing__demo-greet.is-leaving{animation:landing-demo-greet-out .5s cubic-bezier(.4,0,.5,1) forwards}.landing__demo-greet.is-leaving .landing__demo-greet-title,.landing__demo-greet.is-leaving .landing__demo-greet-sub{opacity:0;transition:opacity .14s ease}.landing__demo-greet-ic{--accent-color: #fff;display:inline-flex;filter:drop-shadow(0 5px 14px rgba(0,0,0,.3))}.landing__demo-greet-title{font-size:19px;font-weight:600;color:#fff}.landing__demo-greet-sub{max-width:248px;font-size:13.5px;line-height:1.45;color:#fff9}.landing__demo-composer{display:flex;align-items:center;gap:8px;margin:0 14px 14px;padding:8px 8px 8px 18px;border-radius:999px;background:color-mix(in srgb,#1d1d1d 48%,transparent);box-shadow:inset 0 0 0 1px #ffffff1f,inset 0 -2px 5px -2px #00000080;transition:border-radius .2s ease;animation:landing-demo-pop .5s cubic-bezier(.34,1.45,.7,1) 1.3s backwards}.landing__demo-composer.is-tall{border-radius:34px}.landing__demo-input{flex:1;min-width:0;padding:4px 0;min-height:26px;font-size:15px;line-height:1.45;color:#fff;overflow-wrap:anywhere}.landing__demo-ph{color:#fff6}.landing__demo-caret{display:inline-block;width:1.5px;height:15px;margin-left:1px;vertical-align:-2px;background:var(--color-primary-base);animation:landing-demo-caret 1s steps(1) infinite}.landing__demo-send{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:var(--color-primary-base);color:#fff;box-shadow:inset 0 1px #ffffff40;transition:transform .12s ease}.landing__demo-send.is-click{transform:scale(.84)}.landing__demo-cursor{position:absolute;top:0;left:0;z-index:5;opacity:0;pointer-events:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.16));transition:left .7s cubic-bezier(.45,0,.2,1),top .7s cubic-bezier(.45,0,.2,1),opacity .35s ease,transform .12s ease}.landing__demo-cursor--input{opacity:1;left:38px;top:calc(100% - 46px)}.landing__demo-cursor--send{opacity:1;left:calc(100% - 46px);top:calc(100% - 46px)}.landing__demo-cursor.is-click{transform:scale(.82)}.landing__hero-copy{text-align:left}.landing__announce{display:flex;align-items:center;justify-content:flex-start;gap:6px;max-height:60px;padding:8px 18px;color:#d6d6d6;font-size:13.5px;line-height:1.35;text-decoration:none}.landing__announce:hover .landing__announce-more svg{transform:translate(2px)}.landing__announce-ic{display:inline-flex;flex-shrink:0;color:#fff}.landing__announce-ic .landing__pixel{width:17px;height:17px}.landing__announce-text{min-width:0}.landing__announce-text strong{font-family:Anybody,sans-serif;font-weight:600;color:#fff}.landing__announce-more{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;color:#fff;font-weight:500}.landing__announce-more svg{transition:transform .16s ease}.landing__dot-accent{color:var(--color-primary-base)}.landing__headline{margin:0;font-family:Anybody,sans-serif;font-size:clamp(52px,7.6vw,100px);font-weight:500;line-height:1.04;letter-spacing:-.005em;color:#1d1d1d;text-shadow:0 1px 10px rgba(255,255,255,.35);animation:landing-blur-in .75s cubic-bezier(.22,1,.36,1) .22s both}.landing__rotor{display:inline-flex;overflow:hidden;vertical-align:bottom}.landing__rotor-word{display:inline-block;animation:landing-rotor .62s cubic-bezier(.22,1,.36,1)}.landing__sub{margin:20px auto 0;max-width:620px;font-size:clamp(15px,1.4vw,18px);line-height:1.55;color:#2c2c2c;text-shadow:0 1px 8px rgba(255,255,255,.35);animation:landing-blur-in .75s cubic-bezier(.22,1,.36,1) .38s both}.landing__cta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:30px;animation:landing-blur-in .75s cubic-bezier(.22,1,.36,1) .54s both}.landing__cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:35px;padding:0 18px;border-radius:10px;background:var(--color-primary-base);color:#fff;font-size:14px;font-weight:500;box-shadow:var(--shadow-elev-1),0 0 0 1px var(--color-primary-base),inset 0 1px #fff3;transition:filter .14s ease,box-shadow .12s ease}.landing__cta-primary:hover{filter:brightness(1.07)}.landing__cta-primary:active{box-shadow:0 0 0 1px var(--color-primary-base),inset 0 2px 6px #00000052}.landing__cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:35px;padding:0 18px;border-radius:10px;background:#fff;color:#1d1d1d;font-size:14px;font-weight:600;box-shadow:var(--shadow-elev-1),0 0 0 1px #0000001f,inset 0 1px #fff;transition:background .14s ease,box-shadow .12s ease}.landing__cta-secondary:hover{background:#f1f1f3}.landing__cta-secondary:active{box-shadow:0 0 0 1px #0000001f,inset 0 2px 6px #0000002e}.landing__cta-dark{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:35px;padding:0 18px;border-radius:10px;background:#131313;color:#fff;font-size:14px;font-weight:500;box-shadow:var(--shadow-elev-1),0 0 0 1px #0000006a,inset 0 1px #f7f7f71e;transition:background .14s ease,box-shadow .12s ease}.landing__cta-dark:hover{background:#292929}.landing__cta-dark:active{box-shadow:0 0 0 1px #0000006a,inset 0 2px 6px #0006}.landing__sec-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:clamp(24px,3vw,34px)}.landing__arrow{position:relative;display:inline-block;width:13px;height:10px;flex-shrink:0}.landing__arrow:before{content:"";position:absolute;left:0;top:50%;width:11px;height:1.6px;border-radius:2px;background:currentColor;opacity:0;transform:translateY(-50%);transition:opacity .1s ease}.landing__arrow:after{content:"";position:absolute;right:1px;top:50%;width:6px;height:6px;border-top:1.6px solid currentColor;border-right:1.6px solid currentColor;transform:translateY(-50%) rotate(45deg)}.landing__cta-primary:hover .landing__arrow:before,.landing__nav-cta:hover .landing__arrow:before{opacity:1}.landing__cta-primary:hover .landing__arrow,.landing__nav-cta:hover .landing__arrow{animation:landing-arrow-nudge .3s cubic-bezier(.22,1,.36,1) both}.landing__outcomes,.landing__features,.landing__pricing-inner,.landing__faq-inner,.landing__mission-inner,.landing__footer-inner,.landing__rule{width:100%;max-width:var(--landing-w);margin-left:auto;margin-right:auto}.landing__rule{height:28px;border:1px solid var(--landing-line);background-image:radial-gradient(rgba(0,0,0,.16) .6px,transparent .7px);background-size:6px 6px;background-position:center;box-shadow:inset 1px 1px #ffffffd9,inset -1px -1px #ffffffd9}.landing__outcomes,.landing__learn,.landing__features,.landing__faq-inner,.landing__mission-inner{box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.landing__highlights{width:100%;max-width:var(--landing-w);margin:0 auto;content-visibility:auto;contain-intrinsic-size:auto 600px;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.landing__highlights-grid{display:grid;grid-template-columns:repeat(3,1fr)}.landing__hl{display:flex;flex-direction:column;border-left:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9}.landing__hl:first-child{border-left:0;box-shadow:none}.landing__hl-visual{position:relative;height:230px;overflow:hidden;border-bottom:1px solid var(--landing-line);box-shadow:inset 0 -1px #ffffffd9;color:var(--color-primary-base)}.landing__hl-title{margin:clamp(22px,2.6vw,30px) clamp(24px,2.6vw,32px) 0;font-family:Anybody,sans-serif;font-size:clamp(19px,2vw,27px);font-weight:500;line-height:1.05;letter-spacing:-.005em;color:var(--color-type-primary)}.landing__hl-desc{margin:8px clamp(24px,2.6vw,32px) clamp(26px,3vw,34px);font-size:14.5px;line-height:1.55;color:#6a6a6a}.landing__hl-split{display:grid;grid-template-columns:1.18fr .82fr;gap:clamp(20px,3vw,48px);align-items:stretch;padding:clamp(28px,3.6vw,52px) clamp(24px,4vw,56px)}.landing__hl-stage{position:relative;min-height:clamp(360px,40vw,520px);overflow:hidden;background:#fafafa;border:1px solid var(--landing-line);box-shadow:inset 0 2px 10px #0000000d,inset 1px 1px #fffc}.landing__hl-pane{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px) scale(.98);transition:opacity .5s ease,transform .55s cubic-bezier(.5,0,.2,1);pointer-events:none}.landing__hl-pane.is-active{opacity:1;transform:none;pointer-events:auto}.landing__hl-list{display:flex;flex-direction:column;justify-content:center;gap:6px}.landing__hl-item{display:flex;align-items:flex-start;gap:16px;width:100%;text-align:left;padding:clamp(16px,1.7vw,22px);border:1px solid transparent;background:transparent;cursor:pointer;opacity:.5;transition:opacity .3s ease,background .3s ease,border-color .3s ease,box-shadow .3s ease}.landing__hl-item.is-active{opacity:1;background:#fff;border-color:var(--landing-line);box-shadow:0 16px 34px -26px #14161e52,inset 1px 1px #ffffffd9}.landing__hl-item-ico{flex:none;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}.landing__hl-item-body{display:flex;flex-direction:column}.landing__hl-item-title{font-family:Anybody,sans-serif;font-size:clamp(17px,1.8vw,21px);font-weight:600;line-height:1.2;letter-spacing:-.006em;color:var(--color-type-primary)}.landing__hl-item-desc{overflow:hidden;max-height:0;opacity:0;font-size:14px;line-height:1.5;color:#6a6a6a;transition:max-height .4s ease,opacity .4s ease,margin .4s ease}.landing__hl-item.is-active .landing__hl-item-desc{max-height:130px;margin-top:8px;opacity:1}.landing__hl .landing__pixel rect.landing__live,.landing__hl-pane .landing__pixel rect.landing__live{animation:landing-pixel var(--pt, 1.6s) ease-in-out infinite;animation-delay:var(--pd, 0s)}.landing__hl-hub{position:absolute;top:34px;left:50%;transform:translate(-50%);z-index:2;display:inline-flex;color:var(--color-primary-base)}.landing__hl-hub .landing__pixel{width:46px;height:46px}.landing__hl-wires{position:absolute;top:76px;left:50%;transform:translate(-50%);width:220px;height:90px;z-index:1;color:#0000003d}.landing__hl-row-icons{position:absolute;bottom:38px;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:clamp(20px,2.4vw,34px)}.landing__hl-ico{display:inline-flex;color:#9a9aa2}.landing__hl-ico .landing__pixel{width:30px;height:30px}.landing__hl-flow{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.4vw,18px)}.landing__hl-dash{width:clamp(20px,2.4vw,34px);border-top:2px dotted rgba(0,0,0,.22)}.landing__hl-ico--lg .landing__pixel{width:clamp(40px,4vw,50px);height:clamp(40px,4vw,50px)}.landing__hl-ico--accent{color:var(--color-primary-base)}.landing__hl-bigico{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:inline-flex;color:var(--color-primary-base)}.landing__hl-bigico .landing__pixel{width:66px;height:66px}.landing__army{width:100%;max-width:var(--landing-w);margin:0 auto;padding:0;content-visibility:auto;contain-intrinsic-size:auto 780px}.landing__army-card{overflow:hidden;padding:clamp(44px,5.5vw,78px) clamp(28px,4vw,64px);background:var(--color-primary-base);box-shadow:0 0 0 1px #00000038,inset 0 0 0 1px #ffffff2e;text-align:center;color:#fff}.landing__army-card .landing__army-eyebrow{color:#fff}.landing__army-title{margin:0 auto;max-width:22ch;font-family:Anybody,sans-serif;font-size:clamp(28px,3.9vw,50px);font-weight:500;line-height:1.04;letter-spacing:-.005em}.landing__army-sub{margin:clamp(14px,1.8vw,22px) auto 0;max-width:50ch;font-size:clamp(15px,1.5vw,18px);font-weight:500;line-height:1.5;color:#ffffffd1}.landing__army-band{position:relative;margin:clamp(26px,3.2vw,44px) 0 clamp(14px,1.6vw,20px);height:clamp(220px,26vw,320px);overflow:hidden;background:#fff;box-shadow:inset 0 2px 8px #0000002e,inset 0 0 0 1px #00000029,0 0 0 1px #0000002e}.landing__army-pattern{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:space-around;gap:clamp(40px,5.5vw,88px) clamp(60px,8vw,130px);padding:clamp(28px,3.6vw,52px) clamp(40px,5.5vw,84px)}.landing__army-glyph{display:inline-flex;color:var(--color-primary-base)}.landing__army-glyph .landing__pixel{width:clamp(42px,5.6vw,66px);height:clamp(42px,5.6vw,66px);animation:landing-float 4.2s ease-in-out infinite}.landing__army-glyph .landing__pixel rect.landing__live{animation:landing-pixel var(--pt, 1.6s) ease-in-out infinite;animation-delay:var(--pd, 0s)}.landing__army-glyph:nth-child(4n+1){transform:translate(clamp(8px,1.2vw,16px),clamp(-20px,-2.4vw,-10px))}.landing__army-glyph:nth-child(4n+2){transform:translate(clamp(-14px,-1.8vw,-8px),clamp(8px,1.4vw,16px))}.landing__army-glyph:nth-child(4n+3){transform:translate(clamp(10px,1.5vw,18px),clamp(-10px,-1vw,-4px))}.landing__army-glyph:nth-child(4n){transform:translate(clamp(-10px,-1.4vw,-6px),clamp(12px,2vw,22px))}.landing__army-glyph:nth-child(3n) .landing__pixel{animation-duration:5.1s;animation-delay:-1.6s}.landing__army-glyph:nth-child(3n+1) .landing__pixel{animation-duration:3.6s;animation-delay:-.7s}.landing__army-glyph:nth-child(5n) .landing__pixel{animation-duration:4.8s;animation-delay:-2.3s}.landing__army-foot{margin:0 auto;max-width:58ch;font-size:clamp(15px,1.5vw,18px);font-weight:500;line-height:1.55;color:#ffffffdb}.landing__army-cta{justify-content:center;margin-top:clamp(20px,2.4vw,30px)}.landing__army-dark{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 22px;border-radius:10px;background:#131313;color:#fff;font-size:14px;font-weight:600;box-shadow:0 6px 16px -6px #00000080,inset 0 1px #ffffff1f;transition:background .14s ease}.landing__army-dark:hover{background:#292929}.landing__eyebrow{display:inline-block;margin-bottom:18px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12.5px;font-weight:500;letter-spacing:.04em;color:#8a8a8a}.landing__outcomes{max-width:var(--landing-w);margin:0 auto;content-visibility:auto;contain-intrinsic-size:auto 520px;padding:clamp(32px,5vw,56px) 0 0;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line)}.landing__outcomes-lead{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;max-width:1040px;padding:0 24px;margin:0 auto clamp(40px,5vw,60px)}.landing__outcomes-title{margin:0;max-width:20ch;text-wrap:balance;font-family:Anybody,sans-serif;font-size:clamp(35px,4.8vw,62px);font-weight:500;line-height:1;letter-spacing:-.008em;color:var(--color-type-primary)}.landing__outcomes-title strong{font-weight:400;color:var(--color-primary-base)}.landing__outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--landing-line)}.landing__outcome{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;padding:clamp(22px,2.4vw,32px) clamp(20px,2.2vw,30px);border-left:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 1px 1px #ffffffd9}.landing__outcome:nth-child(3n+1){border-left:0}.landing__outcome-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.landing__outcome-label{margin:0;font-size:15.5px;font-weight:600;letter-spacing:-.006em;line-height:1.35;color:var(--color-type-primary)}.landing__outcome-desc{margin:-2px 0 0;font-size:13.5px;line-height:1.5;color:#6f6f6f}.landing__learn{max-width:var(--landing-w);margin:0 auto;content-visibility:auto;contain-intrinsic-size:auto 480px;padding:clamp(32px,5vw,56px) 0 0;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line)}.landing__learn-lead{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;max-width:1040px;padding:0 24px;margin:0 auto clamp(40px,5vw,60px)}.landing__learn-title{margin:0;max-width:24ch;text-wrap:balance;font-family:Anybody,sans-serif;font-size:clamp(35px,4.8vw,62px);font-weight:500;line-height:1;letter-spacing:-.008em;color:var(--color-type-primary)}.landing__learn-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--landing-line)}.landing__learn-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;padding:clamp(22px,2.4vw,32px) clamp(20px,2.2vw,30px);border-left:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 1px 1px #ffffffd9}.landing__learn-item:nth-child(3n+1){border-left:0}.landing__learn-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.landing__learn-label{margin:0;font-size:15.5px;font-weight:600;letter-spacing:-.006em;line-height:1.35;color:var(--color-type-primary)}.landing__learn-desc{margin:-2px 0 0;font-size:13.5px;line-height:1.5;color:#6f6f6f}.landing__features{max-width:var(--landing-w);margin:0 auto;content-visibility:auto;contain-intrinsic-size:auto 760px;padding:clamp(32px,5vw,56px) 0 0;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line)}.landing__features-lead{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;max-width:1040px;padding:0 24px;margin:0 auto clamp(40px,5vw,60px)}.landing__features-title{margin:0;max-width:none;font-family:Anybody,sans-serif;font-size:clamp(35px,4.8vw,62px);font-weight:500;line-height:1;letter-spacing:-.008em;color:var(--color-type-primary)}.landing__features-sub{margin:4px 0 0;max-width:52ch;font-size:clamp(15px,1.4vw,17px);line-height:1.55;color:#595959}.landing__features-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--landing-line)}.landing__feature{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;padding:clamp(22px,2.4vw,32px) clamp(20px,2.2vw,30px);border-left:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 1px 1px #ffffffd9}.landing__feature:nth-child(3n+1){border-left:0}.landing__feature-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px}.landing__feature-name{margin:0;font-size:15.5px;font-weight:600;letter-spacing:-.006em;color:var(--color-type-primary)}.landing__feature-desc{margin:-2px 0 0;font-size:13.5px;line-height:1.5;color:#6f6f6f}.landing__choose{margin:0 0 clamp(20px,2.4vw,30px)}.landing__choose-tabs{display:flex;gap:8px;margin:0 0 clamp(20px,2.4vw,30px)}.landing__choose-tab{flex:1;position:relative;height:3px;padding:0;border:0;border-radius:2px;background:#ffffff52;overflow:hidden;cursor:pointer}.landing__choose-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0;border-radius:2px;background:#fff}.landing__choose-tab.is-done .landing__choose-fill{width:100%}.landing__choose-tab.is-active .landing__choose-fill{animation:choose-fill 8s linear forwards}.landing__choose-stage{position:relative;width:100%;min-height:clamp(170px,17vw,210px)}.landing__choose-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);opacity:0;pointer-events:none}.landing__choose-panel.is-active{opacity:1;pointer-events:auto}.landing__choose-panel.is-active .landing__choose-feature{animation:choose-blurin .65s cubic-bezier(.33,0,.18,1) both}.landing__choose-panel.is-active .landing__choose-feature:nth-child(2){animation-delay:.13s}.landing__choose-panel.is-active .landing__choose-feature:nth-child(3){animation-delay:.26s}.landing__choose-feature{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;padding:clamp(20px,2.4vw,32px) clamp(24px,3vw,48px)}.landing__choose-feature:first-child{padding-left:0}.landing__choose-feature:last-child{padding-right:0}.landing__choose-ico{display:inline-flex;width:30px;height:30px;--nc-gradient-1-color-1: #ffffff;--nc-gradient-1-color-2: #d6dbec;--nc-light: #ffffff}.landing__choose-name{margin:0;font-size:16px;font-weight:600;letter-spacing:-.006em;color:#fff}.landing__choose-desc{margin:0;font-size:13.5px;line-height:1.55;color:#ffffffd1}.landing__pixel rect{transform-box:fill-box;transform-origin:center;opacity:.82;transition:opacity .3s ease}.landing__pricing{color:var(--color-type-primary)}.landing__pricing--page{margin:0}.landing__pricing-inner{max-width:var(--landing-w);margin:0 auto;padding:clamp(104px,14vh,160px) 0 clamp(56px,7vw,90px);border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.landing__pricing-head{display:flex;flex-direction:column;align-items:center;gap:clamp(20px,2.4vw,28px);padding:0 24px clamp(20px,2.4vw,30px);text-align:center}.landing__pricing-title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(28px,3.6vw,47px);font-weight:500;line-height:1.04;letter-spacing:-.005em}.landing__pricing-sub{margin:0;max-width:60ch;font-size:clamp(15px,1.4vw,17px);line-height:1.55;color:#595959}.landing__pricing-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;margin:-4px 0 0}.landing__pricing-trust-item{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--color-type-primary)}.landing__pricing-trust-ic{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.landing__pricing-billing{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px 18px}.landing__pricing-toggle{display:inline-flex;padding:4px;border-radius:999px;background:#ececef;box-shadow:inset 0 0 0 1px var(--landing-line)}.landing__pricing-toggle-opt{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;color:#6a6a6a;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.landing__pricing-toggle-opt.is-active{background:#fff;color:#1d1d1d;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000000d}.landing__pricing-toggle-off{font-size:12.5px;font-weight:700;color:#d08a1e}.landing__pricing-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#5a5a5a}.landing__pricing-badge-mark{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:7px;background:linear-gradient(135deg,#f5a623,#f24e7e);color:#fff;font-size:11px}.landing__pricing-tabs{position:relative;display:flex;gap:4px;width:max-content;max-width:100%;margin:0 auto clamp(26px,3vw,36px);padding:5px;border-radius:999px;background:#f4f4f6;box-shadow:inset 0 0 0 1px var(--landing-line)}.landing__pricing-tab{position:relative;z-index:1;padding:9px 18px;border-radius:999px;font-size:14px;font-weight:500;color:#6a6a6a;white-space:nowrap;transition:color .16s ease,box-shadow .18s ease,background .18s ease}.landing__pricing-tab:hover{color:var(--color-type-primary)}.landing__pricing-tab.is-active{background:#fff;color:#111;box-shadow:0 1px 2px #00000012,0 0 0 1px var(--landing-line)}.landing__pricing-tabs-pill{position:absolute;top:5px;bottom:5px;left:0;border-radius:999px;background:#0000000f;pointer-events:none;opacity:0;z-index:0;transition:transform .22s cubic-bezier(.22,1,.36,1),width .22s cubic-bezier(.22,1,.36,1),opacity .16s ease}.landing__tabpane{animation:landing-pane-in .6s cubic-bezier(.22,1,.36,1) both}.landing__tabpane.is-hidden{display:none}.landing__pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--landing-line)}.landing__pricing-grid--5{grid-template-columns:repeat(5,1fr)}.landing__pricing-cta{display:flex;justify-content:center;gap:12px;padding:clamp(28px,3vw,44px) 0 0}.landing__plan{position:relative;display:flex;flex-direction:column;padding:clamp(26px,2.4vw,36px) clamp(16px,1.6vw,24px);border-left:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 1px 1px #ffffffd9}.landing__plan:first-child{border-left:0}.landing__plan--popular{z-index:1;box-shadow:inset 1px 1px #ffffffd9,0 16px 44px -18px #2f6df680}.landing__plan-popular{margin-left:auto;align-self:center;color:var(--color-primary-base);font-size:12.5px;font-weight:600}.landing__plan-static{margin:clamp(16px,1.8vw,20px) 0 14px;padding:10px 13px;border-radius:10px;background:#f4f4f6;box-shadow:inset 0 0 0 1px var(--landing-line);font-size:13px;font-weight:500;color:#6a6a6a}.landing__plan-name{display:flex;align-items:baseline;font-size:20px;font-weight:600}.landing__plan-tag{margin-top:6px;font-size:14px;line-height:1.4;color:#6a6a6a}.landing__plan-select{position:relative;display:block;margin:clamp(16px,1.8vw,20px) 0 14px}.landing__plan-select select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;outline:none;padding:10px 34px 10px 13px;border-radius:10px;background:#fff;color:#1d1d1d;font-size:13px;font-weight:500;font-family:inherit;box-shadow:inset 0 0 0 1px var(--landing-line);cursor:pointer;transition:box-shadow .15s ease}.landing__plan-select select:hover{box-shadow:inset 0 0 0 1px #00000047}.landing__plan-select select:focus-visible{box-shadow:inset 0 0 0 1.5px var(--color-primary-base)}.landing__plan-select.is-locked select{padding-right:13px;background:#f4f4f6;color:#6a6a6a;cursor:default;opacity:1}.landing__plan-select.is-locked select:hover{box-shadow:inset 0 0 0 1px var(--landing-line)}.landing__plan-select-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8a8a8a;pointer-events:none}.landing__plan-price{margin:0;display:flex;align-items:baseline;column-gap:3px}.landing__plan-amt{font-family:Anybody,sans-serif;font-size:clamp(32px,3.5vw,43px);font-weight:500;letter-spacing:-.01em}.landing__plan-per{font-size:14px;color:#6a6a6a}.landing__plan-est{margin:8px 0 0;font-size:14px;font-weight:600;color:var(--color-type-primary)}.landing__plan-fee{display:flex;align-items:center;gap:6px;margin:2px 0 clamp(16px,2vw,20px);font-size:12.5px;color:#8a8a8a}.landing__plan-fee-info{position:relative;display:inline-flex;color:#b4b4b4;cursor:default}.landing__plan-fee-info:hover,.landing__plan-fee-info:focus-visible{color:var(--color-primary-base);outline:none}.landing__plan-fee-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:max-content;max-width:280px;padding:12px 15px;border-radius:10px;background:#131313;color:#fff;font-size:12.5px;font-weight:400;line-height:1.5;text-align:left;opacity:0;pointer-events:none;box-shadow:0 12px 30px #00000038;transition:opacity .13s ease;z-index:30}.landing__plan-fee-info:hover .landing__plan-fee-tip,.landing__plan-fee-info:focus-visible .landing__plan-fee-tip{opacity:1}.landing__plan-cta{width:100%;height:36px;margin:0 0 clamp(18px,2.2vw,24px);border-radius:10px;background:#131313;color:#fff;font-size:14px;font-weight:600;box-shadow:var(--shadow-elev-1),0 0 0 1px #0000006a,inset 0 1px #f7f7f71e;transition:background .14s ease,box-shadow .12s ease,filter .14s ease}.landing__plan-cta:hover{background:#292929}.landing__plan-cta--primary{background:var(--color-primary-base);box-shadow:var(--shadow-elev-1),0 0 0 1px var(--color-primary-base),inset 0 1px #fff3}.landing__plan-cta--primary:hover{background:var(--color-primary-base);filter:brightness(1.07)}.landing__plan-meta{margin-top:clamp(16px,2vw,20px);margin-bottom:clamp(4px,.6vw,8px);padding-top:clamp(16px,2vw,20px);border-top:1px solid var(--landing-line)}.landing__plan-meta-label{font-size:13px;color:#6a6a6a}.landing__plan-meta-count{margin:3px 0;font-size:16px;font-weight:600;color:var(--color-type-primary)}.landing__plan-meta-price{display:flex;align-items:center;gap:7px;font-size:13px;color:#6a6a6a}.landing__plan-meta-info{position:relative;display:inline-flex;color:#b4b4b4;cursor:default}.landing__plan-meta-info:hover,.landing__plan-meta-info:focus-visible{color:var(--color-primary-base);outline:none}.landing__plan-meta-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:max-content;max-width:300px;padding:12px 15px;border-radius:10px;background:#131313;color:#fff;font-size:12.5px;font-weight:400;line-height:1.5;text-align:left;opacity:0;pointer-events:none;box-shadow:0 12px 30px #00000038;transition:opacity .13s ease;z-index:30}.landing__plan-meta-info:hover .landing__plan-meta-tip,.landing__plan-meta-info:focus-visible .landing__plan-meta-tip{opacity:1}.landing__plan-feats-intro{margin:clamp(10px,1.2vw,14px) 0 13px;padding-top:clamp(18px,2vw,22px);border-top:1px solid var(--landing-line);font-size:13px;font-weight:600;color:var(--color-type-primary)}.landing__plan-feats{list-style:none;display:flex;flex-direction:column;gap:13px}.landing__plan-feat{position:relative}.landing__plan-feat-label{font-size:13.5px;line-height:1.4;color:#3a3a3a;text-decoration:underline dotted;text-decoration-color:#00000052;text-underline-offset:4px;cursor:default}.landing__plan-feat-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:max-content;max-width:300px;padding:12px 15px;border-radius:10px;background:#131313;color:#fff;font-size:12.5px;font-weight:400;line-height:1.5;text-align:left;opacity:0;pointer-events:none;box-shadow:0 12px 30px #00000038;transition:opacity .13s ease;z-index:30}.landing__plan-feat:hover .landing__plan-feat-tip{opacity:1}.landing__enterprise{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0;padding:clamp(22px,2.4vw,30px) clamp(26px,3vw,40px);border-bottom:1px solid var(--landing-line)}.landing__enterprise-name{font-size:clamp(18px,1.8vw,22px);font-weight:600;letter-spacing:-.01em}.landing__enterprise-desc{margin:6px 0 0;max-width:64ch;font-size:14.5px;line-height:1.5;color:#6a6a6a}.landing__enterprise-price{margin:12px 0 0;font-size:14px;color:#6a6a6a}.landing__enterprise-amt{margin-right:6px;font-family:Anybody,sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:500;letter-spacing:-.01em;color:var(--color-type-primary);vertical-align:-2px}.landing__enterprise-cta{flex-shrink:0}.landing__addon-title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:500;letter-spacing:-.005em;color:var(--color-type-primary)}.landing__emails-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(12px,1.4vw,16px);padding:clamp(36px,4vw,56px) clamp(24px,3vw,44px);border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);animation:landing-pane-in .6s cubic-bezier(.22,1,.36,1) both}.landing__emails-sub{margin:4px 0 0;max-width:56ch;font-size:clamp(14px,1.3vw,16px);line-height:1.55;color:#595959}.landing__emails-slider-wrap{width:100%;max-width:720px;margin-top:6px}.landing__emails-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:6px;margin:0;border-radius:999px;background:#e3e3e6;box-shadow:inset 0 0 0 1px var(--landing-line);cursor:pointer}.landing__emails-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040,0 0 0 1px #00000024;cursor:pointer}.landing__emails-slider::-moz-range-thumb{width:20px;height:20px;border:none;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040,0 0 0 1px #00000024;cursor:pointer}.landing__emails-slider:focus-visible{outline:none}.landing__emails-ticks{display:flex;justify-content:space-between;margin-top:10px;padding:0 8px}.landing__emails-tick{display:flex;flex-direction:column;align-items:center;gap:5px}.landing__emails-tick-mark{width:1px;height:6px;background:var(--landing-line)}.landing__emails-tick-num{font-size:11px;color:#9a9a9a;white-space:nowrap}.landing__emails-tick.is-active .landing__emails-tick-mark{background:#131313}.landing__emails-tick.is-active .landing__emails-tick-num{color:var(--color-type-primary);font-weight:600}.landing__emails-detail{max-width:60ch;font-size:13.5px;line-height:1.5;color:#6a6a6a}.landing__emails-price{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;column-gap:8px}.landing__emails-amt{font-family:Anybody,sans-serif;font-size:clamp(30px,3.4vw,40px);font-weight:500;letter-spacing:-.01em;color:var(--color-type-primary)}.landing__emails-per{font-size:14px;color:#6a6a6a}.landing__emails-over{margin-top:8px;font-size:13px;color:#8a8a8a}.landing__recharge{width:100%;max-width:var(--landing-w);margin:0 auto;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.landing__recharge-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(12px,1.4vw,16px);padding:clamp(36px,4vw,56px) clamp(24px,3vw,44px);border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);animation:landing-pane-in .6s cubic-bezier(.22,1,.36,1) both}.landing__addon-cta{display:flex;justify-content:center;gap:12px;padding:clamp(28px,3vw,44px) clamp(24px,3vw,44px) clamp(44px,5vw,64px)}.landing__recharge-title{margin:14px 0 0;font-family:Anybody,sans-serif;font-size:clamp(24px,2.8vw,36px);font-weight:500;line-height:1.04;letter-spacing:-.005em;color:var(--color-type-primary)}.landing__recharge-sub{margin:4px 0 0;max-width:56ch;font-size:clamp(14px,1.3vw,16px);line-height:1.55;color:#595959}.landing__recharge-controls{display:flex;flex-direction:column;gap:clamp(16px,2vw,22px);width:100%;max-width:440px;margin-top:10px}.landing__recharge-divider{width:100%;height:1px;background:var(--landing-line)}.landing__recharge-rule{width:100%;text-align:left}.landing__recharge-rule-label{display:block;margin-bottom:7px;font-size:13px;font-weight:600;color:#2c2c2c}.landing__recharge-summary{margin-top:4px;max-width:56ch;font-size:13px;line-height:1.55;color:#6a6a6a}.landing__roi{width:100%;max-width:var(--landing-w);margin:0 auto;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.landing__roi--page .landing__roi-inner{padding-top:clamp(104px,14vh,160px)}.landing__roi-inner{display:grid;grid-template-columns:1fr 1.1fr;padding:clamp(48px,6vw,80px) 0}.landing__roi-form{padding:0 clamp(24px,3vw,44px)}.landing__roi-title{margin:14px 0 0;font-family:Anybody,sans-serif;font-size:clamp(27px,3.2vw,43px);font-weight:500;line-height:1.02;letter-spacing:-.005em;color:var(--color-type-primary)}.landing__roi-sub{margin:14px 0 clamp(24px,3vw,32px);max-width:42ch;font-size:clamp(14px,1.3vw,16px);line-height:1.55;color:#595959}.landing__roi-field{display:block;margin:0 0 clamp(16px,1.8vw,20px)}.landing__roi-label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#2c2c2c}.landing__roi-labelinfo{position:relative;display:inline-flex;vertical-align:-3px;margin-left:6px;color:#b4b4b4;cursor:default}.landing__roi-labelinfo:hover,.landing__roi-labelinfo:focus-visible{color:var(--color-primary-base);outline:none}.landing__roi-labeltip{position:absolute;top:calc(100% + 9px);left:-4px;width:max-content;max-width:300px;padding:12px 15px;border-radius:10px;background:#131313;color:#fff;font-size:12.5px;font-weight:400;line-height:1.5;text-align:left;white-space:normal;opacity:0;pointer-events:none;box-shadow:0 12px 30px #00000038;transition:opacity .13s ease;z-index:30;transition:opacity .15s ease}.landing__roi-labelinfo:hover .landing__roi-labeltip,.landing__roi-labelinfo:focus-visible .landing__roi-labeltip{opacity:1}.landing__roi-input{width:100%;height:40px;padding:0 14px;border:none;border-radius:10px;background:#fff;font-family:inherit;font-size:15px;color:#1d1d1d;box-shadow:inset 0 0 0 1px var(--landing-line);transition:box-shadow .15s ease}.landing__roi-input::placeholder{color:#a6a6a6}.landing__roi-input:hover{box-shadow:inset 0 0 0 1px #00000038}.landing__roi-input:focus{outline:none;box-shadow:inset 0 0 0 1.5px var(--color-primary-base)}.landing__roi-question{margin:8px 0 18px;font-size:14px;line-height:1.5;color:#595959}.landing__roi-radios{display:flex;flex-direction:column;gap:13px}.landing__roi-radio{display:inline-flex;align-items:center;gap:12px;font-size:15px;color:#2c2c2c;cursor:pointer}.landing__roi-radio input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.landing__roi-radio-dot{flex-shrink:0;width:20px;height:20px;border-radius:50%;box-shadow:inset 0 0 0 1.5px #0003;transition:box-shadow .15s ease,background .15s ease}.landing__roi-radio input:checked+.landing__roi-radio-dot{background:radial-gradient(circle at center,#fff 0 3.5px,var(--color-primary-base) 4.5px);box-shadow:inset 0 0 0 1.5px var(--color-primary-base)}.landing__roi-sliderwrap{position:relative;margin:30px 0 4px}.landing__roi-bubble{position:absolute;bottom:calc(100% + 10px);transform:translate(-50%);padding:5px 9px;border-radius:8px;background:#fff;box-shadow:0 0 0 1px var(--landing-line),0 2px 6px #0000001f;font-size:13px;font-weight:600;color:var(--color-type-primary);white-space:nowrap;pointer-events:none}.landing__roi-slider{position:relative;z-index:1;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:2px;border-radius:2px;background:#00000029;cursor:pointer}.landing__roi-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:7px;background:#fff;box-shadow:0 0 0 1px var(--landing-line),0 1px 3px #00000038;cursor:pointer}.landing__roi-slider::-moz-range-thumb{width:22px;height:22px;border:none;border-radius:7px;background:#fff;box-shadow:0 0 0 1px var(--landing-line),0 1px 3px #00000038;cursor:pointer}.landing__roi-scale{position:relative;display:flex;justify-content:space-between;margin-top:14px;font-size:13px;color:#6a6a6a}.landing__roi-avg{position:absolute;bottom:-8px;left:calc(11px + (100% - 22px)*.7);transform:translate(-50%);font-size:13px;color:#6a6a6a}.landing__roi-avg:before{content:"";position:absolute;left:50%;bottom:100%;height:62px;border-left:1px dotted rgba(0,0,0,.24);transform:translate(-50%);z-index:-1}.landing__roi-panel{display:flex;min-height:clamp(380px,44vw,520px);padding:0 clamp(24px,3vw,44px);border-left:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9}.landing__roi-empty,.landing__roi-loading{margin:auto;text-align:center}.landing__roi-loading-icon{display:inline-flex;color:var(--color-primary-base);animation:landing-blur-in .45s ease both}.landing__roi-loading-icon .landing__pixel{width:46px;height:46px}.landing__roi-loading-icon rect.landing__live{animation:landing-pixel var(--pt, 1.4s) ease-in-out infinite;animation-delay:var(--pd, 0s)}.landing__roi-loading-text{margin-top:16px;font-family:var(--font-body);font-size:13px;color:var(--color-type-primary);animation:landing-blur-in .45s ease both}.landing__roi-empty-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--color-primary-base)}.landing__roi-empty-icon .landing__pixel{width:38px;height:38px}.landing__roi-empty-title{font-family:Anybody,sans-serif;font-size:clamp(20px,2vw,25px);color:var(--color-type-primary)}.landing__roi-empty-sub{margin:12px auto 0;max-width:36ch;font-size:14.5px;line-height:1.55;color:#6a6a6a}.landing__roi-results{width:100%}.landing__roi-results-head{margin-bottom:clamp(18px,2.2vw,26px)}.landing__roi-results-title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(21px,2.2vw,30px);font-weight:500;color:var(--color-type-primary)}.landing__roi-results-sub{margin:4px 0 0;font-size:14px;color:#6a6a6a}.landing__roi-top{display:grid;grid-template-columns:1fr 1fr;margin-bottom:clamp(18px,2vw,26px);border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 0 1px #ffffffd9,inset 0 -1px #ffffffd9}.landing__roi-hero{display:flex;flex-direction:column;justify-content:center;padding:clamp(14px,1.8vw,20px) clamp(18px,2vw,24px) clamp(14px,1.8vw,20px) 0;color:var(--color-primary-base)}.landing__roi-hero-top{margin-bottom:6px;font-size:13px;color:#6a6a6a}.landing__roi-hero-amt{font-family:Anybody,sans-serif;font-size:clamp(29px,3.5vw,46px);line-height:1;letter-spacing:-.01em}.landing__roi-hero-label{margin-top:8px;font-size:13px;color:#6a6a6a}.landing__roi-hero-note{margin-top:4px;font-size:12.5px;color:#8a8a8a}.landing__roi-stats{display:flex;flex-direction:column;padding-left:clamp(16px,2vw,24px);border-left:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9}.landing__roi-stat{display:flex;flex-direction:row;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--landing-line);box-shadow:inset 0 -1px #ffffffd9}.landing__roi-stat:last-child{border-bottom:0;box-shadow:none}.landing__roi-stat-ic{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;color:var(--color-primary-base)}.landing__roi-stat-ic .landing__pixel{width:22px;height:22px}.landing__roi-stat-text{display:flex;flex-direction:column;min-width:0}.landing__roi-stat-k{display:block;font-size:13px;color:#6a6a6a}.landing__roi-stat-v{display:block;margin-top:2px;font-family:Anybody,sans-serif;font-size:19px;font-weight:500;letter-spacing:-.01em;color:var(--color-type-primary)}.landing__roi-stat-v i{display:block;margin-top:1px;font-family:var(--font-body);font-style:normal;font-size:11.5px;font-weight:400;line-height:1.35;color:#8a8a8a}.landing__roi-block{margin-top:14px}.landing__roi-block-title{display:flex;flex-direction:row;align-items:center;gap:9px;margin-bottom:12px;font-size:15px;font-weight:600;color:var(--color-type-primary)}.landing__roi-block-ic{display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary-base)}.landing__roi-block-ic .landing__pixel{width:20px;height:20px}.landing__roi-block-title--green,.landing__roi-block-title--green .landing__roi-block-ic{color:#248045}.landing__roi-rows{border-top:1px solid var(--landing-line);box-shadow:inset 0 1px #ffffffd9;color:#2c2c2c}.landing__roi-row{display:flex;align-items:center;justify-content:space-between;padding:12px 2px;font-size:14px;border-bottom:1px solid var(--landing-line);box-shadow:inset 0 -1px #ffffffd9}.landing__roi-row strong{font-family:Anybody,sans-serif;font-size:18px;font-weight:500;color:#2a8f4a;font-variant-numeric:tabular-nums}.landing__roi-pills{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 0 1px #ffffffd9,inset 0 -1px #ffffffd9}.landing__roi-pill{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:16px 16px 16px 0;color:var(--color-type-primary)}.landing__roi-pill:nth-child(2){padding-left:16px;border-left:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9}.landing__roi-pill p{margin:3px 0 0;font-size:12px;line-height:1.4;color:#8a8a8a}.landing__roi-pill-ic{display:inline-flex;margin-bottom:2px;color:#248045}.landing__roi-pill-ic .landing__pixel{width:22px;height:22px}.landing__roi-pill-k{font-size:13px;color:#6a6a6a}.landing__roi-pill-v{font-family:Anybody,sans-serif;font-size:19px;font-weight:500}.landing__roi-dist{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 0 1px #ffffffd9,inset 0 -1px #ffffffd9}.landing__roi-distcard{padding:14px 16px 14px 0;color:#2c2c2c}.landing__roi-distcard:nth-child(2){padding-left:16px;border-left:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9}.landing__roi-distcard span{display:block;font-size:13px;color:#6a6a6a}.landing__roi-distcard strong{display:block;margin-top:6px;font-family:Anybody,sans-serif;font-size:19px;font-weight:500;color:var(--color-type-primary)}.landing__faq-inner{max-width:var(--landing-w);margin:0 auto;padding:clamp(56px,7vw,88px) clamp(24px,4vw,56px) clamp(64px,8vw,96px);border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line)}.landing__faq-lead{text-align:center;margin-bottom:clamp(36px,4vw,52px)}.landing__faq-title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(25px,3.1vw,40px);font-weight:500;line-height:1.04;letter-spacing:-.005em;color:var(--color-type-primary)}.landing__faq-list{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:10px;background-image:radial-gradient(rgba(0,0,0,.16) .6px,transparent .7px);background-size:6px 6px;background-position:center}.landing__faq-item{border-radius:20px;background:#f0f0f2;box-shadow:var(--landing-depth);overflow:hidden}.landing__faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px clamp(18px,2vw,22px);text-align:left;font-size:clamp(15px,1.4vw,17px);font-weight:500;letter-spacing:-.01em;color:var(--color-type-primary)}.landing__faq-mark{position:relative;flex-shrink:0;width:16px;height:16px;color:#8a8a8a}.landing__faq-mark:before,.landing__faq-mark:after{content:"";position:absolute;top:50%;left:50%;width:15px;height:1.5px;border-radius:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .28s cubic-bezier(.22,1,.36,1)}.landing__faq-mark:after{transform:translate(-50%,-50%) rotate(90deg)}.landing__faq-item.is-open .landing__faq-mark{color:var(--color-type-primary)}.landing__faq-item.is-open .landing__faq-mark:before{transform:translate(-50%,-50%) rotate(45deg)}.landing__faq-item.is-open .landing__faq-mark:after{transform:translate(-50%,-50%) rotate(-45deg)}.landing__faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .34s cubic-bezier(.22,1,.36,1)}.landing__faq-a-box{overflow:hidden;min-height:0}.landing__faq-a-content{display:flex;flex-direction:column;gap:12px;padding:15px clamp(18px,2vw,22px) 16px;background:#fff;border:1px solid var(--landing-line);border-bottom:0;border-radius:16px 16px 0 0;box-shadow:inset 0 1px #ffffffd9}.landing__faq-a-content>p{margin:0;font-size:clamp(14px,1.25vw,15.5px);line-height:1.55;color:#6a6a6a}.landing__faq-item.is-open .landing__faq-a{grid-template-rows:1fr}.landing__mission-inner{position:relative;overflow:hidden;max-width:var(--landing-w);margin:0 auto;padding:clamp(72px,9vw,130px) clamp(24px,4vw,40px) clamp(190px,21vw,340px);border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);text-align:center}.landing__mission-inner>*:not(.landing__trail-dot):not(.landing__mission-bg){position:relative;z-index:1}.landing__mission-bg{position:absolute;left:50%;bottom:clamp(-80px,-5vw,-40px);z-index:0;width:clamp(360px,48vw,640px);height:clamp(380px,50vw,660px);transform:translate(-50%);pointer-events:none;background:url(/statue-agent.png) no-repeat center bottom;background-size:contain;opacity:.92;-webkit-mask-image:linear-gradient(to bottom,transparent 2%,#000 60%);mask-image:linear-gradient(to bottom,transparent 2%,#000 60%)}.landing__trail-dot{position:absolute;z-index:0;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:2px;background:var(--color-primary-base);pointer-events:none;animation:landing-trail .5s ease-out forwards}.landing__trail-dot--hero{z-index:1;background:#000000eb}.landing__mission-title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(40px,5.6vw,74px);font-weight:500;line-height:1.04;letter-spacing:-.005em;color:var(--color-type-primary)}.landing__mission-sub{margin:clamp(18px,2.4vw,28px) auto 0;max-width:52ch;font-size:clamp(16px,1.5vw,19px);line-height:1.55;color:#595959}.landing__mission-inner .landing__cta-primary{margin-top:clamp(28px,3.5vw,40px)}.landing__footer{padding:0;color:#2c2c2c;background:transparent}.landing__footer-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px;padding:clamp(28px,4vw,46px) clamp(28px,4vw,48px);overflow:hidden;background:transparent;border-top:1px solid var(--landing-line);border-left:0;border-right:0;box-shadow:inset 0 1px #ffffff94}.landing__footer-main{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.landing__footer-logo{display:inline-flex;align-self:flex-start}.landing__footer-logo .logo__mark{filter:brightness(.55)}.landing__footer-copy{margin:0;font-size:14px;line-height:1.5;color:#8a8a8a;text-align:right}.landing__footer-links{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;margin-left:auto}.landing__footer-hl{position:absolute;top:0;left:0;border-radius:8px;background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012;pointer-events:none;z-index:0;transition:transform .26s cubic-bezier(.16,1,.3,1),width .26s cubic-bezier(.16,1,.3,1),height .26s cubic-bezier(.16,1,.3,1),opacity .16s ease}.landing__footer-link{position:relative;z-index:1;display:flex;align-items:center;gap:5px;width:auto;margin:0;padding:7px 10px;border-radius:8px;font-size:15px;text-align:left;color:#595959;transition:color .15s ease}.landing__footer-link:hover{color:#1d1d1d}.landing__ext{opacity:.5}.landing__reveal{opacity:0;filter:blur(10px);transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),filter .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.landing__reveal.is-visible{opacity:1;filter:blur(0);transform:none}@media(prefers-reduced-motion:reduce){.landing__reveal{opacity:1;filter:none;transform:none;transition:none}.landing__pixel rect{animation:none;opacity:.9}.landing__tabpane,.landing__emails-inner,.landing__recharge-inner,.landing__army-glyph .landing__pixel{animation:none}.landing__footer-bg{transition:none;opacity:.62;transform:none}}@media(max-width:820px){.landing__hero-inner--split{grid-template-columns:1fr;width:min(900px,90vw)}.landing__hero-copy--left{max-width:none;text-align:center}.landing__hero-copy--left .landing__cta{justify-content:center}.landing__hero-copy--left .landing__sub{margin-left:auto;margin-right:auto}.landing__demo{display:none}.landing__highlights-grid{grid-template-columns:1fr}.landing__hl-visual{height:240px}.landing__hl-split{grid-template-columns:1fr}.landing__hl-stage{min-height:260px}.landing__army-pattern{grid-template-columns:repeat(4,1fr)}.landing__features-grid,.landing__outcomes-grid,.landing__learn-grid{grid-template-columns:repeat(2,1fr)}.landing__feature:nth-child(3n+1),.landing__outcome:nth-child(3n+1),.landing__learn-item:nth-child(3n+1){border-left:1px solid var(--landing-line)}.landing__feature:nth-child(odd),.landing__outcome:nth-child(odd),.landing__learn-item:nth-child(odd){border-left:0}.landing__pricing-grid,.landing__pricing-grid--5{grid-template-columns:repeat(2,1fr)}.landing__plan:nth-child(odd){border-left:0}.landing__roi-inner{grid-template-columns:1fr;gap:28px}.landing__emails-tick-num{display:none}.landing__roi-panel{border-left:0;box-shadow:none;min-height:0}.landing__roi-top,.landing__roi-pills,.landing__roi-dist{grid-template-columns:1fr}.landing__enterprise{flex-direction:column;align-items:flex-start;gap:18px}.landing__footer-inner{gap:16px}.landing__footer-main{align-items:flex-start}.landing__footer-links{max-width:70%}}@media(max-width:540px){.landing__features-grid,.landing__outcomes-grid,.landing__learn-grid{grid-template-columns:1fr}.landing__feature,.landing__outcome,.landing__learn-item{border-left:0!important}.landing__choose-stage{min-height:0}.landing__choose-panel{position:relative;grid-template-columns:1fr;transform:none}.landing__choose-panel:not(.is-active){display:none}.landing__choose-feature{padding-left:0}.landing__pricing-grid,.landing__pricing-grid--5{grid-template-columns:1fr}.landing__plan{border-left:0}}@media(max-width:720px){.landing__nav-link{display:none}}@keyframes landing-trail{0%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(.25)}}@keyframes choose-fill{0%{width:0}to{width:100%}}@keyframes choose-blurin{0%{opacity:0;filter:blur(12px);transform:translate(-16px)}60%{filter:blur(0)}to{opacity:1;filter:blur(0);transform:translate(0)}}@keyframes landing-rotor{0%{transform:translateY(.55em);opacity:0;filter:blur(4px)}40%{opacity:1}65%{transform:translateY(-.05em);filter:blur(0)}to{transform:translateY(0);opacity:1;filter:blur(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes landing-pixel{0%,to{opacity:.22;transform:scale(.78)}50%{opacity:1;transform:scale(1)}}@keyframes landing-pane-in{0%{opacity:0;filter:blur(10px);transform:translateY(22px)}to{opacity:1;filter:blur(0);transform:none}}@keyframes landing-img-in{0%{opacity:0;filter:blur(18px)}to{opacity:1;filter:blur(0)}}@keyframes landing-demo-in{0%{opacity:0;filter:blur(3px);transform:translateY(6px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes landing-demo-spin{to{transform:rotate(360deg)}}@keyframes landing-demo-caret{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes landing-demo-greet{0%{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes landing-demo-pop{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landing-demo-panel{0%{opacity:0}to{opacity:1}}@keyframes landing-demo-greet-out{0%,40%{opacity:1}to{opacity:0;transform:translateY(-42%) scale(.55)}}@keyframes landing-demo-head-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-demo-switch{0%{opacity:0;filter:blur(6px);transform:translateY(8px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes landing-roi-pulse{0%,to{transform:scale(1);opacity:.65}50%{transform:scale(1.14);opacity:1}}@keyframes landing-sidedots{0%,to{opacity:.28}50%{opacity:.6}}@keyframes landing-blur-in{0%{opacity:0;filter:blur(12px);transform:translateY(12px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes landing-hatch{to{background-position:33.94px 0}}@keyframes landing-demo-bg-in{0%{opacity:0}to{opacity:1}}@keyframes landing-demo-typing{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-3px);opacity:1}}@keyframes landing-nav-in{0%{opacity:0;filter:blur(8px);transform:translateY(-14px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes landing-nav-glitch{0%{transform:translate(0) scale(1.06)}28%{transform:translate(-3px) scale(1.06)}56%{transform:translate(3px) scale(1.06)}80%{transform:translate(-1.5px) scale(1.06)}to{transform:translate(0) scale(1.06)}}@keyframes landing-arrow-nudge{0%{transform:translate(0)}14%{transform:translate(-3px)}40%{transform:translate(6px)}55%{transform:translate(1.5px)}72%{transform:translate(5px)}to{transform:translate(3px)}}.engine{--landing-w: 1280px}.engine__intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#f4f4f6;transition:background-color .8s ease .05s}.engine__intro.is-flip{background-color:transparent;pointer-events:none}.engine__intro-text{display:inline-flex;align-items:baseline;font-family:Anybody,sans-serif;font-size:clamp(56px,13vw,150px);font-weight:500;line-height:1;letter-spacing:-.02em;color:var(--color-type-primary);white-space:pre;transform-origin:center;transition:transform .85s cubic-bezier(.66,0,.2,1);will-change:transform}.engine__intro-char{display:inline-block;white-space:pre;transform-origin:50% 90%;animation:engine-introchar .55s cubic-bezier(.2,.8,.25,1) both}.engine__intro-caret{display:inline-block;width:.05em;height:.84em;margin-left:.07em;border-radius:1px;background:var(--color-primary-base);transform:translateY(-.04em);animation:engine-caret 1.05s ease-in-out infinite}.engine.is-intro .landing__reveal{opacity:0!important;filter:blur(12px)!important;transform:translateY(18px)!important;transition:none!important}.engine.is-intro .engine__headline{opacity:0}.engine__reactor{transition:opacity .8s ease .2s}.engine.is-intro .engine__reactor{opacity:0}.engine__hero{position:relative;overflow:hidden;max-width:var(--landing-w);margin:0 auto;min-height:clamp(560px,80vh,820px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(72px,12vh,150px) 20px;text-align:center}.engine__hero-inner{position:relative;z-index:2;max-width:1080px;margin:0 auto}.engine__hero-inner:before{content:"";position:absolute;left:50%;top:50%;width:150%;height:210%;transform:translate(-50%,-50%);z-index:-1;pointer-events:none;background:radial-gradient(58% 52% at 50% 46%,#f4f4f6f0,#f4f4f6bd 46%,#f4f4f600 76%)}.engine__headline{position:relative;margin:0;font-family:Anybody,sans-serif;font-size:clamp(40px,6vw,80px);font-weight:500;line-height:1;letter-spacing:-.016em;color:var(--color-type-primary)}.engine__sub{position:relative;margin:20px auto 0;max-width:52ch;font-size:clamp(15px,1.4vw,17px);line-height:1.6;color:#595959}.engine__poweredby{position:relative;display:inline-block;margin-top:22px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#9a9a9a}.engine__hero-cta{position:relative;margin-top:28px;display:flex;justify-content:center}.engine__reactor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.engine__head{position:absolute;top:50%;left:50%;width:clamp(250px,27vw,380px);aspect-ratio:367/500;transform:translate(-50%,-50%)}.engine__head:before{content:"";position:absolute;top:-40%;right:-44%;bottom:-40%;left:-44%;z-index:-1;pointer-events:none;background:radial-gradient(46% 42% at 50% 50%,rgba(26,30,46,.14) 0%,rgba(26,30,46,.05) 42%,transparent 72%)}.engine__pdot{position:absolute;width:2.6px;height:2.6px;margin:-1.3px 0 0 -1.3px;border-radius:50%;background:#2a2c34eb;opacity:0;transform:translate(var(--dx, 0),var(--dy, 0));transition:transform 1.2s cubic-bezier(.5,0,.2,1),opacity .9s ease;transition-delay:var(--d, 0s);will-change:transform,opacity}.engine__head.is-on .engine__pdot{opacity:1;transform:translate(0)}.engine__marquee{position:relative;max-width:var(--landing-w);margin:0 auto;overflow:hidden;padding:15px 0;border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);-webkit-mask:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent);mask:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent)}.engine__marquee-track{display:flex;align-items:center;width:max-content;gap:clamp(34px,5vw,64px);animation:engine-marquee 38s linear infinite}.engine__chip{font-family:Anybody,sans-serif;font-size:13px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#8a8a8a;white-space:nowrap}.engine__section{max-width:var(--landing-w);margin:0 auto;padding:clamp(48px,6vw,84px) 0;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.engine__section--tight{padding:clamp(28px,3.4vw,48px) 0}.engine__lead{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;padding:0 24px;margin:0 auto clamp(36px,4.4vw,52px)}.engine__title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(28px,3.6vw,46px);font-weight:500;line-height:1.06;letter-spacing:-.012em;color:var(--color-type-primary)}.engine__lead-sub{margin:14px auto 0;max-width:50ch;font-size:clamp(15px,1.4vw,17px);line-height:1.55;color:#595959}.engine__grid{display:grid;border-top:1px solid var(--landing-line)}.engine__grid--5{grid-template-columns:repeat(5,1fr)}.engine__grid--4{grid-template-columns:repeat(4,1fr)}.engine__grid--3{grid-template-columns:repeat(3,1fr)}.engine__cell{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(26px,3vw,40px) clamp(18px,2.2vw,30px);border-left:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);box-shadow:inset 1px 1px #ffffffd9;transition:background .25s ease}.engine__cell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;background:radial-gradient(78% 64% at 50% 100%,rgba(47,109,246,.09),transparent 72%);transition:opacity .28s ease}.engine__cell:hover:after{opacity:1}.engine__cell--pad{padding:clamp(30px,3.4vw,44px) clamp(24px,2.6vw,34px)}.engine__cell--wide{grid-column:span 2}.engine__cell--stat{padding:clamp(28px,3.2vw,42px) 16px}.engine__grid--5 .engine__cell:nth-child(5n+1){border-left:0}.engine__grid--4 .engine__cell:nth-child(4n+1){border-left:0}.engine__grid--3 .engine__cell:nth-child(3n+1){border-left:0}.engine__cell-num{position:relative;z-index:1;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;color:var(--color-primary-base)}.engine__cell-ic{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;margin:14px 0 16px;color:var(--color-primary-base)}.engine__cell-title{position:relative;z-index:1;margin:0;font-size:clamp(16px,1.5vw,19px);font-weight:600;letter-spacing:-.01em;color:var(--color-type-primary)}.engine__cell-desc{position:relative;z-index:1;margin:8px 0 0;max-width:34ch;font-size:14px;line-height:1.55;color:#6a6a6a}.engine__phases{position:relative}.engine__phases-pin{position:sticky;top:0;height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(28px,4vw,72px);max-width:var(--landing-w);margin:0 auto;padding:0 clamp(20px,4vw,56px);border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line)}.engine__stage{display:flex;align-items:center;justify-content:center}.engine__stage-inner{position:relative;width:100%;max-width:500px}.engine__stage-label{position:absolute;top:0;left:0;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;letter-spacing:.14em;color:#9a9a9a}.engine__panel{position:relative;height:72vh;border:1px solid var(--landing-line);background:#ffffff80;box-shadow:0 18px 40px -28px #14161e52,inset 1px 1px #ffffffe6,inset -1px -1px #fff9}.engine__phase{position:absolute;top:0;right:0;bottom:0;left:0;padding:clamp(28px,4vh,52px) clamp(28px,3.6vw,56px);display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(36px);transition:opacity .45s ease,transform .55s cubic-bezier(.5,0,.2,1),visibility 0s linear .45s;visibility:hidden;pointer-events:none}.engine__phase.is-active{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;transition-delay:0s;will-change:transform,opacity;animation:engine-phasein .6s cubic-bezier(.5,0,.2,1)}.engine__phase.is-past{transform:translateY(-36px)}.engine__phase-head{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.engine__phase-index{font-family:Anybody,sans-serif;font-size:clamp(32px,3.4vw,48px);font-weight:500;line-height:1;letter-spacing:-.03em;color:var(--color-type-primary)}.engine__phase-total{font-family:Anybody,sans-serif;font-size:clamp(17px,1.8vw,24px);font-weight:500;letter-spacing:-.02em;color:#bcbcbc}.engine__phase-title{margin:0;font-family:Anybody,sans-serif;font-size:clamp(28px,3.2vw,44px);font-weight:500;line-height:1.05;letter-spacing:-.016em;color:var(--color-type-primary)}.engine__spec{margin:22px 0 0;padding:0;list-style:none}.engine__spec-item{display:grid;grid-template-columns:24px 1fr;align-items:start;gap:16px;padding:16px 2px;border-top:1px solid var(--landing-line)}.engine__spec-item:last-child{border-bottom:1px solid var(--landing-line)}.engine__spec-ic{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px}.engine__spec-body{display:flex;flex-direction:column;gap:4px}.engine__spec-title{font-size:15.5px;font-weight:500;line-height:1.35;color:var(--color-type-primary)}.engine__spec-desc{font-size:13.5px;line-height:1.5;color:#757575}.engine__pe{position:relative;width:100%;max-width:480px;margin:0 auto;aspect-ratio:1;container-type:size}.engine__pe-dot{position:absolute;top:0;left:0;width:2.6px;height:2.6px;margin:-1.3px 0 0 -1.3px;border-radius:50%;background:#181a21eb;transform:translate(var(--x),var(--y));transition:transform 1.05s cubic-bezier(.45,0,.15,1);will-change:transform}.engine__stat-value{position:relative;z-index:1;font-family:Anybody,sans-serif;font-size:clamp(32px,4.2vw,52px);font-weight:500;letter-spacing:-.02em;color:var(--color-type-primary)}.engine__stat-label{position:relative;z-index:1;margin-top:6px;font-size:13px;color:#6a6a6a}.engine__final{max-width:var(--landing-w);margin:0 auto;padding:clamp(52px,6vw,88px) 24px;text-align:center;border-left:1px solid var(--landing-line);border-right:1px solid var(--landing-line);box-shadow:inset 1px 0 #ffffffd9,inset -1px 0 #ffffffd9}.engine__final-inner{max-width:640px;margin:0 auto}.engine__final-cta{margin-top:30px;justify-content:center}@media(max-width:1000px){.engine__grid--5,.engine__grid--4,.engine__grid--3{grid-template-columns:repeat(2,1fr)}.engine__grid--5 .engine__cell:nth-child(5n+1),.engine__grid--4 .engine__cell:nth-child(4n+1),.engine__grid--3 .engine__cell:nth-child(3n+1){border-left:1px solid var(--landing-line)}.engine__grid--5 .engine__cell:nth-child(odd),.engine__grid--4 .engine__cell:nth-child(odd),.engine__grid--3 .engine__cell:nth-child(odd){border-left:0}.engine__phases{height:auto!important}.engine__phases-pin{position:static;height:auto;grid-template-columns:1fr;gap:24px;padding:0 20px}.engine__stage{padding:24px 0}.engine__stage-inner{max-width:240px;margin:0 auto}.engine__stage-label{display:none}.engine__panel{height:auto}.engine__phase{position:static;opacity:1;filter:none;transform:none;animation:none;padding:32px clamp(20px,5vw,32px)}.engine__phase+.engine__phase{border-top:1px solid var(--landing-line)}}@media(max-width:560px){.engine__grid--5,.engine__grid--4,.engine__grid--3{grid-template-columns:1fr}.engine__cell{border-left:0!important}.engine__cell--wide{grid-column:span 1}}@keyframes engine-marquee{to{transform:translate(-50%)}}@keyframes engine-introchar{0%{opacity:0;filter:blur(14px);transform:translateY(.22em) scale(.86)}60%{filter:blur(0)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}@keyframes engine-caret{0%,42%{opacity:1}55%,92%{opacity:0}to{opacity:1}}@keyframes engine-phasein{0%{opacity:0;filter:blur(10px);transform:translateY(36px)}30%{opacity:1;filter:blur(5px);transform:translate(-3px,11px) skew(-1.2deg)}55%{filter:blur(1.5px);transform:translate(2px,-4px) skew(.7deg)}78%{filter:blur(0);transform:translate(-1px,2px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.engine__marquee-track,.engine__pe{animation:none!important}.engine__phase{transition:opacity .3s ease!important;filter:none!important;transform:none!important;animation:none!important}.engine__pdot,.engine__pe-dot{transition:none!important}}.landing--pricing{min-height:100svh;padding-right:0;padding-left:0;background:#f1efea;color:#1d1d1d}.landing--pricing .landing__topbar-spacer{height:67px}.landing--pricing .landing__topbar{top:16px;width:min(var(--landing-page-w),100% - 56px);border-radius:14px;background:#ffffff94;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffe0,inset 0 -1px #1a1e280f;-webkit-backdrop-filter:blur(14px) saturate(1.15);backdrop-filter:blur(14px) saturate(1.15);transition:width .52s cubic-bezier(.16,1,.3,1),border-radius .34s ease,box-shadow .22s ease,background .22s ease}.landing--pricing .landing__topbar.is-compact{width:min(var(--landing-compact-nav-w),100% - 56px)}.landing--pricing .landing__topbar.is-compact .landing__nav{gap:2px;padding:8px 6px}.landing--pricing .landing__topbar.is-compact .landing__nav-links{margin-left:6px;margin-right:auto}.landing--pricing .landing__topbar.is-compact .landing__nav-right{gap:4px;margin-left:auto}.landing--pricing .landing__topbar.is-compact .landing__nav-link,.landing--pricing .landing__topbar.is-compact .landing__nav-login{padding-right:10px;padding-left:10px}.landing--pricing .landing__topbar.is-compact .landing__nav-cta{padding-right:12px;padding-left:12px}.landing--pricing .landing__topbar.is-compact .landing__nav-dropdown{right:auto;left:50%;width:min(var(--landing-compact-dropdown-w),100vw - 56px);transform:translate(-50%)}.landing--pricing .landing__nav--light{background:transparent;box-shadow:none}.landing--pricing .landing__nav{width:100%}.landing--pricing .landing__nav-logo{gap:6px}.landing--pricing .landing__nav-links{position:relative;top:auto;left:auto;margin-left:12px;margin-right:auto;transform:none}.landing--pricing .landing__nav-link,.landing--pricing .landing__nav-login{color:#1d1d1d94}.landing--pricing .landing__nav-link:hover,.landing--pricing .landing__nav-link.is-active,.landing--pricing .landing__nav-login:hover{color:#1d1d1d}.landing--pricing .landing__nav-link:hover{background:transparent}.landing--pricing .landing__nav-login:hover{background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012}.landing--pricing .landing__topbar-div,.landing--pricing .landing__announce,.landing--pricing .landing__nav-menu-icon{display:none}.landing--pricing .landing__nav-dropdown-grid--company{grid-template-columns:repeat(3,minmax(0,1fr))}.landing--pricing .landing__pricing-signal{position:absolute;top:28px;left:0;right:0;z-index:0;height:min(430px,50svh);opacity:.9;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 58%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 12%,#000 58%,transparent 100%)}.landing--pricing .landing__pricing-signal canvas{display:block;width:100%;height:100%}.landing--pricing .landing__pricing--page{position:relative;margin:0;overflow:hidden}.landing--pricing .landing__pricing-inner{position:relative;z-index:1;width:min(var(--landing-page-w),100% - 56px);max-width:none;padding:clamp(78px,11vh,124px) 0 clamp(56px,7vw,88px);border-left:0;border-right:0;box-shadow:none}.landing--pricing .landing__pricing-head{gap:18px;padding:0 clamp(24px,4vw,56px) clamp(24px,3vw,34px)}.landing--pricing .landing__pricing-title{max-width:760px;font-family:"Anybody",var(--font-body);font-size:clamp(44px,5.2vw,70px);font-weight:400;line-height:.98;letter-spacing:0}.landing--pricing .landing__pricing-sub{max-width:560px;color:#1d1d1d80;font-size:clamp(15px,1.35vw,17px)}.landing--pricing .landing__pricing-trust{gap:8px 10px;margin-top:2px}.landing--pricing .landing__pricing-trust-item{min-height:31px;padding:0 11px 0 8px;border-radius:999px;background:#ffffff57;color:#1d1d1d9e;font-size:13px;font-weight:500;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffff9e}.landing--pricing .landing__pricing-trust-ic{color:#5d86ee}.landing--pricing .landing__pricing-tabs{margin-bottom:clamp(24px,3vw,38px);padding:5px;border-radius:999px;background:#ffffff59;box-shadow:inset 0 0 0 1px #1a1e2817,inset 0 1px #ffffffad}.landing--pricing .landing__pricing-tab{height:34px;padding:0 17px;border-radius:999px;color:#1d1d1d80;font-size:13.5px;font-weight:500}.landing--pricing .landing__pricing-tab.is-active{background:#ffffffbd;color:#1d1d1d;box-shadow:0 0 0 1px #1a1e2814,inset 0 1px #ffffffdb}.landing--pricing .landing__pricing-tabs-pill{top:5px;bottom:5px;border-radius:999px;background:#1d1d1d0e}.landing--pricing .landing__pricing-grid{margin:clamp(14px,2vw,26px) 0 0;overflow:hidden;border-radius:14px;border-top:1px solid rgba(26,30,40,.1);background:#ffffff1f;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffb8}.landing--pricing .landing__plan{padding:clamp(24px,2.5vw,36px) clamp(18px,1.8vw,26px);border-left-color:#1a1e281a;border-bottom-color:#1a1e281a;background:linear-gradient(180deg,#ffffff47,#ffffff14),#f1efea47;box-shadow:inset 1px 1px #ffffffb8,inset 0 -1px #1a1e2809}.landing--pricing .landing__plan--popular{background:linear-gradient(180deg,#fff6,#ffffff1f),linear-gradient(180deg,#5d86ee14,#5d86ee00);box-shadow:inset 1px 1px #ffffffc7,inset 0 -1px #1a1e280a}.landing--pricing .landing__plan-name{color:#1d1d1d;font-size:18px;font-weight:500}.landing--pricing .landing__plan-popular{color:#5d86ee;font-size:12px;font-weight:600}.landing--pricing .landing__plan-select select,.landing--pricing .landing__roi-input{border-radius:8px;background:#ffffff8a;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffb3}.landing--pricing .landing__plan-select.is-locked select{background:#ffffff3d;color:#1d1d1d85}.landing--pricing .landing__plan-amt,.landing--pricing .landing__emails-amt{font-family:"Anybody",var(--font-body);font-weight:400;letter-spacing:0}.landing--pricing .landing__plan-per,.landing--pricing .landing__plan-fee,.landing--pricing .landing__plan-meta-label,.landing--pricing .landing__plan-feat-label,.landing--pricing .landing__emails-per,.landing--pricing .landing__emails-detail,.landing--pricing .landing__emails-sub,.landing--pricing .landing__recharge-summary{color:#1d1d1d85}.landing--pricing .landing__plan-meta,.landing--pricing .landing__plan-feats-intro{border-top-color:#1a1e281a}.landing--pricing .landing__plan-cta{border-radius:8px}.landing--pricing .landing__pricing-cta{padding-top:clamp(26px,3vw,42px)}.landing--pricing .landing__emails-inner,.landing--pricing .landing__recharge-inner{margin:0;padding:clamp(40px,5vw,62px) clamp(24px,4vw,56px);border-top:1px solid rgba(26,30,40,.1);border-bottom:1px solid rgba(26,30,40,.1);background:linear-gradient(180deg,#ffffff4d,#ffffff17),#f1efea4d;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #ffffff61}.landing--pricing .landing__addon-title{font-family:"Anybody",var(--font-body);font-weight:400;letter-spacing:0}.landing--pricing .landing__emails-slider{height:4px;box-shadow:none}.landing--pricing .landing__emails-slider::-webkit-slider-thumb{border-radius:7px;background:#fff;box-shadow:0 0 0 1px #1a1e2821,0 3px 9px #1a1e281f,inset 0 1px #ffffffe6}.landing--pricing .landing__emails-slider::-moz-range-thumb{border-radius:7px;background:#fff;box-shadow:0 0 0 1px #1a1e2821,0 3px 9px #1a1e281f,inset 0 1px #ffffffe6}.landing--pricing .landing__faq{background:#f1efea}.landing--pricing .landing__faq-inner,.landing--pricing .landing__footer-inner{width:min(var(--landing-page-w),100% - 56px);max-width:none}@media(max-width:900px){.landing--pricing .landing__topbar,.landing--pricing .landing__pricing-inner,.landing--pricing .landing__faq-inner,.landing--pricing .landing__footer-inner{width:min(900px,100% - 28px)}.landing--pricing .landing__nav-links{display:none}.landing--pricing .landing__pricing-inner{padding-top:clamp(58px,9vh,86px)}.landing--pricing .landing__pricing-title{font-size:clamp(38px,11vw,58px)}}.powered{min-height:100svh;padding-right:0;padding-left:0;background:#f1efea;color:#1d1d1d}.powered:before,.powered:after{content:"";position:fixed;top:0;bottom:0;z-index:1;width:1px;pointer-events:none;background:#1a1e281a;animation:none;-webkit-mask-image:none;mask-image:none}.powered:before{left:max(28px,(100% - var(--landing-page-w)) / 2);box-shadow:1px 0 #ffffffb8}.powered:after{right:max(28px,(100% - var(--landing-page-w)) / 2);box-shadow:-1px 0 #ffffffb8}.powered .landing__topbar-spacer{height:51px}.powered .landing__topbar{top:0;width:min(var(--landing-page-w),100% - 56px);border-radius:14px;background:#ffffff94;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffe0,inset 0 -1px #1a1e280f;-webkit-backdrop-filter:blur(14px) saturate(1.15);backdrop-filter:blur(14px) saturate(1.15);transition:width .52s cubic-bezier(.16,1,.3,1),border-radius .34s ease,box-shadow .22s ease,background .22s ease}.powered .landing__topbar.is-compact{width:min(var(--landing-compact-nav-w),100% - 56px);box-shadow:inset 0 0 0 1px #1a1e281f,inset 0 1px #ffffffe6,inset 0 -1px #1a1e2812}.powered .landing__topbar.is-compact .landing__nav{gap:2px;padding:8px 6px}.powered .landing__topbar.is-compact .landing__nav-links{margin-left:6px;margin-right:auto}.powered .landing__topbar.is-compact .landing__nav-right{gap:4px;margin-left:auto}.powered .landing__topbar.is-compact .landing__nav-link,.powered .landing__topbar.is-compact .landing__nav-login{padding-right:10px;padding-left:10px}.powered .landing__topbar.is-compact .landing__nav-cta{padding-right:12px;padding-left:12px}.powered .landing__topbar.is-compact .landing__nav-dropdown{right:auto;left:50%;width:min(var(--landing-compact-dropdown-w),100vw - 56px);transform:translate(-50%)}.powered .landing__nav--light{background:transparent;box-shadow:none}.powered .landing__nav{width:100%;order:1}.powered .landing__nav-logo{gap:6px}.powered .landing__nav-links{position:relative;top:auto;left:auto;margin-left:12px;margin-right:auto;transform:none}.powered .landing__nav-link,.powered .landing__nav-login{color:#1d1d1d94}.powered .landing__nav-link:hover,.powered .landing__nav-link.is-active,.powered .landing__nav-login:hover{color:#1d1d1d}.powered .landing__nav-link:hover{background:transparent}.powered .landing__nav-login:hover{background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012}.powered .landing__topbar-div,.powered .landing__announce,.powered .landing__nav-menu-icon{display:none}.powered .landing__nav-dropdown-grid{gap:8px}.powered__hero{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:20px;width:min(var(--landing-page-w),100% - 56px);min-height:calc(100svh - 108px);margin:0 auto;padding:clamp(56px,8vh,108px) clamp(24px,3.4vw,44px) clamp(64px,10vh,120px)}.powered__eyebrow{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12.5px;font-weight:500;letter-spacing:.08em;color:#8a8a8a;animation:landing-blur-in .7s cubic-bezier(.22,1,.36,1) .08s both}.powered__title{margin:0;max-width:18ch;font-family:Anybody,sans-serif;font-size:clamp(40px,6.4vw,84px);font-weight:500;line-height:1.02;letter-spacing:0;text-wrap:balance;color:#1d1d1d;text-shadow:0 1px 10px rgba(255,255,255,.35);animation:landing-blur-in .75s cubic-bezier(.22,1,.36,1) .16s both}.powered__domain{color:#5d86ee;overflow-wrap:anywhere}.powered__sub{margin:0;max-width:560px;font-size:clamp(15px,1.4vw,18px);line-height:1.55;color:#4a4a4a;text-shadow:0 1px 8px rgba(255,255,255,.35);animation:landing-blur-in .75s cubic-bezier(.22,1,.36,1) .3s both}.powered__cta{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:8px;animation:landing-blur-in .75s cubic-bezier(.22,1,.36,1) .42s both}.powered__cta .landing__cta-primary,.powered__cta .landing__cta-dark{height:42px;padding:0 22px;font-size:15px}@media(max-width:900px){.powered .landing__topbar{width:min(900px,100% - 28px)}.powered .landing__nav-links{display:none}.powered__hero{width:min(900px,90vw);min-height:calc(100svh - 104px);padding:48px 0 72px}}.landing__home-top-announcement{display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;min-height:26px;margin:0 auto 24px;padding:0 9px 0 6px;border-radius:999px;background:#ffffff57;color:#1d1d1d8f;font-size:12.5px;font-weight:500;line-height:1.2;text-decoration:none;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffad;-webkit-backdrop-filter:blur(12px) saturate(1.08);backdrop-filter:blur(12px) saturate(1.08);animation:home-hero-tag-in .62s cubic-bezier(.22,1,.36,1) .04s both;transition:color .18s ease,box-shadow .18s ease}.landing__home-top-announcement:hover{color:#1d1d1db8}.landing__home-top-announcement:hover i{color:#1d1d1dbd;transform:scale(1.16)}.landing__home-top-announcement strong{display:inline-flex;align-items:center;justify-content:center;min-height:16px;padding:0 6px;border-radius:999px;background:#2f6df6;color:#fff;font-size:10px;font-weight:650;letter-spacing:.08em;box-shadow:inset 0 1px #ffffff3d,0 1px 2px #2f6df62e}.landing__home-top-announcement i{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#1d1d1d7a;font-style:normal;line-height:1;transform:translate(0);transform-origin:center;transition:color .18s ease,transform .18s cubic-bezier(.22,1,.36,1)}.landing__home-top-announcement i svg{display:block;flex-shrink:0}.landing--home{--home-section-space: clamp(84px, 8vw, 124px);min-height:100svh;padding-right:0;padding-left:0;background:#f1efea;color:#1d1d1d}.landing--home .landing__topbar-spacer{height:67px}.landing--home .landing__topbar{top:16px;width:min(var(--landing-page-w),100% - 56px);border-radius:14px;background:#ffffff94;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffe0,inset 0 -1px #1a1e280f;-webkit-backdrop-filter:blur(14px) saturate(1.15);backdrop-filter:blur(14px) saturate(1.15);transition:width .52s cubic-bezier(.16,1,.3,1),border-radius .34s ease,box-shadow .22s ease,background .22s ease}.landing--home .landing__topbar.is-compact{width:min(var(--landing-compact-nav-w),100% - 56px);box-shadow:inset 0 0 0 1px #1a1e281f,inset 0 1px #ffffffe6,inset 0 -1px #1a1e2812}.landing--home .landing__topbar.is-compact .landing__nav{gap:2px;padding:8px 6px}.landing--home .landing__topbar.is-compact .landing__nav-links{margin-left:6px;margin-right:auto}.landing--home .landing__topbar.is-compact .landing__nav-right{gap:4px;margin-left:auto}.landing--home .landing__topbar.is-compact .landing__nav-link,.landing--home .landing__topbar.is-compact .landing__nav-login{padding-right:10px;padding-left:10px}.landing--home .landing__topbar.is-compact .landing__nav-cta{padding-right:12px;padding-left:12px}.landing--home .landing__topbar.is-compact .landing__nav-dropdown{right:auto;left:50%;width:min(var(--landing-compact-dropdown-w),100vw - 56px);transform:translate(-50%)}.landing--home .landing__nav--light{background:transparent;box-shadow:none}.landing--home .landing__nav{width:100%;order:1}.landing--home .landing__nav-logo{gap:6px}.landing--home .landing__nav-links{position:relative;top:auto;left:auto;margin-left:12px;margin-right:auto;transform:none}.landing--home .landing__nav-link,.landing--home .landing__nav-login{color:#1d1d1d94}.landing--home .landing__nav-link:hover,.landing--home .landing__nav-link.is-active,.landing--home .landing__nav-login:hover{color:#1d1d1d}.landing--home .landing__nav-link:hover{background:transparent}.landing--home .landing__nav-login:hover{background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012}.landing--home .landing__topbar-div,.landing--home .landing__announce,.landing--home .landing__nav-menu-icon{display:none}.landing--home .landing__nav-dropdown-grid{gap:8px}.landing--home .landing__nav-dropdown-grid--company{grid-template-columns:repeat(3,minmax(0,1fr))}.landing--home .landing__home-hero{position:relative;min-height:calc(100svh - 106px);display:flex;align-items:center;overflow:hidden}.landing--home .landing__home-signal{position:absolute;z-index:0;top:2%;left:0;right:0;height:92%;pointer-events:none}.landing--home .landing__home-signal canvas{display:block;width:100%;height:100%}.landing--home .landing__home-inner{position:relative;z-index:2;width:min(var(--landing-page-w),100% - 56px);margin:0 auto;padding:clamp(48px,5vw,72px) clamp(24px,3.4vw,44px) clamp(58px,6vw,82px);display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;align-items:start;gap:clamp(34px,4vw,48px)}.landing--home .landing__home-copy{max-width:940px;text-align:center;transform:none}.landing--home .landing__home-headline{font-family:"Anybody",var(--font-body);font-size:clamp(48px,5.15vw,68px);font-weight:400;letter-spacing:0;line-height:.96}.landing--home .landing__home-headline span{display:block;white-space:nowrap;animation:home-hero-line-in .78s cubic-bezier(.22,1,.36,1) both}.landing--home .landing__home-headline-brand{font-family:"Anybody",var(--font-body);font-size:clamp(48px,5.15vw,68px);font-weight:400;color:#1d1d1d;animation-delay:.14s}.landing--home .landing__home-headline-muted{font-size:clamp(40px,4.3vw,56px);color:#1d1d1d7a;animation-delay:.24s}.landing--home .landing__home-demo{position:relative;width:100%;max-width:760px;justify-self:center;transform:none;animation:home-hero-demo-in .92s cubic-bezier(.22,1,.36,1) .34s both}.landing--home .landing__home-demo .landing__demo{height:clamp(540px,60vh,650px);isolation:isolate}.landing--home .landing__home-stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(var(--landing-page-w),100% - 56px);margin:clamp(42px,5.5vw,80px) auto var(--home-section-space);padding:clamp(22px,2.6vw,34px) 0;border-top:1px solid rgba(26,30,40,.09);border-bottom:1px solid rgba(26,30,40,.09);box-shadow:inset 0 1px #ffffff94,inset 0 -1px #ffffff6b}.landing--home .landing__home-stat-card{position:relative;min-height:clamp(174px,15vw,220px);display:grid;grid-template-rows:1fr auto 1fr;align-items:center;justify-items:center;padding:clamp(20px,2.4vw,32px);overflow:hidden;border-radius:14px;background:linear-gradient(180deg,#ffffff75,#ffffff29),#f1efeab8;box-shadow:inset 0 0 0 1px #1a1e2817,inset 0 1px #ffffffdb,inset 0 -1px #1a1e280b}.landing--home .landing__home-stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(29,29,29,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(29,29,29,.035) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(circle at 50% 48%,#000 0%,transparent 72%);mask-image:radial-gradient(circle at 50% 48%,#000 0%,transparent 72%);opacity:.42}.landing--home .landing__home-stat-label{position:relative;align-self:start;color:#1d1d1d8a;font-size:clamp(13px,1.1vw,15px);font-weight:500;line-height:1.2}.landing--home .landing__home-stat-value{position:relative;color:#1d1d1d;font-family:"Anybody",var(--font-body);font-size:clamp(46px,5.3vw,82px);font-weight:400;line-height:.9;letter-spacing:0;text-align:center}.landing--home .landing__home-stat-card p{position:relative;align-self:end;max-width:none;margin:0;color:#1d1d1d94;font-size:clamp(13.5px,1vw,15px);font-weight:450;line-height:1.35;text-align:center;white-space:nowrap}.landing--home .landing__home-features{position:relative;z-index:2;width:min(var(--landing-page-w),100% - 56px);margin:0 auto var(--home-section-space);display:grid;gap:var(--home-section-space)}.landing--home .landing__home-integrations{position:relative;z-index:2;width:min(var(--landing-page-w),100% - 56px);margin:0 auto var(--home-section-space);padding:clamp(48px,6vw,76px) 0;overflow:hidden;border-top:1px solid rgba(26,30,40,.09);border-bottom:1px solid rgba(26,30,40,.09);box-shadow:inset 0 1px #ffffff94,inset 0 -1px #ffffff6b}.landing--home .landing__home-integrations-head{display:flex;flex-direction:column;align-items:center;max-width:660px;margin:0 auto clamp(34px,4.5vw,58px);text-align:center}.landing--home .landing__home-integrations-head h2{margin:0;color:#1d1d1d;font-family:"Anybody",var(--font-body);font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1;letter-spacing:0}.landing--home .landing__home-integrations-rows{position:relative;display:grid;gap:14px;margin-inline:0}.landing--home .landing__home-integrations-rows:before,.landing--home .landing__home-integrations-rows:after{content:"";position:absolute;top:-2px;bottom:-2px;z-index:6;width:min(24vw,340px);pointer-events:none}.landing--home .landing__home-integrations-rows:before{left:0;background:linear-gradient(90deg,#f1efea,#f1efeafa 18%,#f1efeacc 46%,#f1efea00)}.landing--home .landing__home-integrations-rows:after{right:0;background:linear-gradient(270deg,#f1efea,#f1efeafa 18%,#f1efeacc 46%,#f1efea00)}.landing--home .landing__home-integrations-row{position:relative;display:flex;overflow:hidden;padding:2px 0}.landing--home .landing__home-integrations-track{display:flex;width:max-content;gap:14px;padding:0 7px;animation:home-integrations-scroll 72s linear infinite;will-change:transform}.landing--home .landing__home-integrations-row[data-direction=right] .landing__home-integrations-track{animation-direction:reverse;animation-duration:82s}.landing--home .landing__home-integration-card{--mx: 50%;--my: 50%;isolation:isolate;position:relative;flex:0 0 clamp(162px,14vw,205px);display:grid;grid-template-rows:16px 48px 18px;align-content:center;align-items:center;justify-items:center;gap:9px;min-height:150px;padding:18px 16px 17px;overflow:hidden;border-radius:14px;background:linear-gradient(180deg,#ffffffa3,#ffffff3d),#f1efeac7;box-shadow:inset 0 0 0 1px #1a1e2815,inset 0 1px #ffffffdb,inset 0 -1px #1a1e280b}.landing--home .landing__home-integration-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:1.5px;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(190px circle at var(--mx) var(--my),rgba(47,109,246,.98),rgba(47,109,246,.36) 34%,transparent 66%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;transition:opacity .2s ease}.landing--home .landing__home-integration-card>*{position:relative;z-index:1}.landing--home .landing__home-integration-card:hover:after{opacity:1}.landing--home .landing__home-integration-card img{width:clamp(34px,3vw,44px);height:clamp(34px,3vw,44px);align-self:center;object-fit:contain}.landing--home .landing__home-integration-card span{max-width:100%;color:#1d1d1db8;font-size:13px;font-weight:400;line-height:1.2;text-align:center;white-space:nowrap;align-self:end}.landing--home .landing__home-integration-card strong{color:#1d1d1db8;font-size:13px;font-weight:400;line-height:1.2;text-align:center;align-self:start;overflow-wrap:anywhere}.landing--home .landing__home-integrations-link{display:flex;align-items:center;justify-content:center;gap:6px;width:fit-content;height:35px;margin-top:clamp(26px,3vw,38px);margin-right:auto;margin-left:auto;padding:0 14px;border-radius:10px;color:#fff;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;background:var(--color-primary-base);box-shadow:var(--shadow-elev-1),0 0 0 1px var(--color-primary-base),inset 0 1px #fff3;transition:filter .14s ease,box-shadow .12s ease}.landing--home .landing__home-integrations-link:hover{filter:brightness(1.07)}.landing--home .landing__home-integrations-link:active{box-shadow:0 0 0 1px var(--color-primary-base),inset 0 2px 6px #00000052}.landing--home .landing__faq{background:#f1efea}.landing--home .landing__faq-inner,.landing--home .landing__footer-inner{width:min(var(--landing-page-w),100% - 56px);max-width:none}.landing--home .landing__faq-inner{padding-top:var(--home-section-space);border-left:0;border-right:0;box-shadow:none}.landing--home .landing__faq-list{position:relative;isolation:isolate;max-width:920px;background-image:none}.landing--home .landing__faq-list:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(26,30,40,.13) .6px,transparent .7px);background-size:6px 6px;background-position:center}.landing--home .landing__faq-item{position:relative;z-index:1;background:#e9e7e2;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffdb,inset 0 -1px #1a1e280e,0 18px 46px #1a1e280b;-webkit-backdrop-filter:blur(14px) saturate(1.1);backdrop-filter:blur(14px) saturate(1.1)}.landing--home .landing__faq-q{color:#1d1d1dd6}.landing--home .landing__faq-mark{color:#1d1d1d6b}.landing--home .landing__faq-item.is-open .landing__faq-mark{color:#1d1d1dc7}.landing--home .landing__faq-a-content{background:#f7f5ee;border:1px solid rgba(26,30,40,.1);box-shadow:inset 0 0 0 1px #ffffff6b,inset 0 1px #ffffffd1,inset 0 -1px #1a1e280b}.landing--home .landing__faq-a-content>p{color:#1d1d1d94}.landing--home .landing__usecase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto 1fr;grid-template-areas:"visual copy" "visual list";column-gap:clamp(36px,5vw,72px);row-gap:clamp(22px,2.6vw,34px);min-height:0;padding:0;opacity:0;filter:none;pointer-events:none;transform:translateY(28px);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1),filter .6s cubic-bezier(.22,1,.36,1)}.landing--home .landing__usecase:not(.has-entered){opacity:0;filter:none;transform:translateY(28px)}.landing--home .landing__usecase.has-entered{opacity:1;pointer-events:auto;transform:translateY(0)}.landing--home .landing__usecase-copy,.landing--home .landing__usecase-visual,.landing--home .landing__usecase-point{opacity:0;filter:blur(10px);transform:translateY(22px);transition:opacity .68s cubic-bezier(.22,1,.36,1),filter .68s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1)}.landing--home .landing__usecase-visual{transform:translateY(18px) scale(.985);transition-delay:90ms}.landing--home .landing__usecase-point:nth-child(1){transition-delay:.15s}.landing--home .landing__usecase-point:nth-child(2){transition-delay:.22s}.landing--home .landing__usecase-point:nth-child(3){transition-delay:.29s}.landing--home .landing__usecase.has-entered .landing__usecase-copy,.landing--home .landing__usecase.has-entered .landing__usecase-visual,.landing--home .landing__usecase.has-entered .landing__usecase-point{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}.landing--home .landing__usecase--right{grid-template-areas:"copy visual" "list visual"}.landing--home .landing__usecase-copy{grid-area:copy;align-self:start;display:flex;flex-direction:column;align-items:flex-start;padding-top:clamp(4px,.8vw,10px)}.landing--home .landing__usecase-copy h2{max-width:620px;margin:0;color:#1d1d1d;font-family:"Anybody",var(--font-body);font-size:clamp(29px,3vw,44px);font-weight:400;line-height:1.02;letter-spacing:0}.landing--home .landing__usecase-list{grid-area:list;align-self:end;display:grid;gap:0;padding-bottom:clamp(4px,.7vw,10px)}.landing--home .landing__usecase-point{padding-bottom:24px}.landing--home .landing__usecase-line{position:relative;height:1px;overflow:hidden;background:#1a1e281c}.landing--home .landing__usecase-line i{position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:left;background:#2f6df6}.landing--home .landing__usecase.is-cycle-running .landing__usecase-point.is-active .landing__usecase-line i{animation:home-usecase-progress 8.2s linear both}.landing--home .landing__usecase-point button{width:100%;margin:0;padding:20px 0 0;border:0;background:transparent;color:#1d1d1d9e;font:inherit;font-size:15px;font-weight:500;line-height:1.35;text-align:left;cursor:pointer;transition:color .18s ease}.landing--home .landing__usecase-point button:hover,.landing--home .landing__usecase-point.is-active button{color:#1d1d1d}.landing--home .landing__usecase-point-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.22,1,.36,1)}.landing--home .landing__usecase-point-body p{max-width:520px;margin:0;overflow:hidden;color:#1d1d1d80;font-size:13.5px;line-height:1.55;opacity:0;transition:opacity .28s ease}.landing--home .landing__usecase-point.is-active .landing__usecase-point-body{grid-template-rows:1fr}.landing--home .landing__usecase-point.is-active .landing__usecase-point-body p{margin-top:12px;opacity:1}.landing--home .landing__usecase-visual{grid-area:visual;position:relative;width:100%;max-width:none;aspect-ratio:1;align-self:center;justify-self:stretch;overflow:hidden;border-radius:18px;background:#ffffff8a;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffdb,0 26px 80px #1a1e280f}.landing--home .landing__home-features-header{max-width:520px;margin:0 auto 62px;text-align:center}.landing--home .landing__home-features-header p{margin:0 0 12px;color:#1d1d1d66;font-size:11px;font-weight:600;line-height:1.2;text-transform:uppercase}.landing--home .landing__home-features-header h2{margin:0;color:#1d1d1d;font-family:var(--font-body);font-size:clamp(36px,3.7vw,54px);font-weight:460;line-height:1.02;letter-spacing:0}.landing--home .landing__feature-grid{display:grid;grid-template-columns:1.08fr .78fr;gap:14px}.landing--home .landing__feature-suite{display:grid;gap:14px}.landing--home .landing__feature-command-card{position:relative;min-height:680px;overflow:hidden;border-radius:16px;background:radial-gradient(circle at 82% 18%,rgba(93,134,238,.16),transparent 31%),linear-gradient(180deg,#ffffffe6,#f8f8f4b8);box-shadow:inset 0 0 0 1px #1a1e2815,inset 0 1px #fffffff5,inset 0 -1px #1a1e280d,0 1px #ffffffbd,0 24px 70px #1a1e280b;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s ease}.landing--home .landing__feature-command-card:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #1a1e2817,inset 0 1px #fffffff5,inset 0 -1px #1a1e280d,0 1px #ffffffbd,0 30px 90px #1a1e280f}.landing--home .landing__feature-command-copy{position:relative;z-index:2;max-width:620px;padding:42px 44px 0}.landing--home .landing__feature-command-copy span{display:inline-flex;margin-bottom:16px;color:#1d1d1d6b;font-size:12px;font-weight:600;line-height:1}.landing--home .landing__feature-command-copy h3{max-width:580px;margin:0;color:#1d1d1d;font-family:var(--font-body);font-size:clamp(34px,3.6vw,54px);font-weight:430;line-height:1;letter-spacing:0}.landing--home .landing__feature-command-copy p{max-width:600px;margin:18px 0 0;color:#1d1d1d85;font-size:16px;font-weight:400;line-height:1.52}.landing--home .landing__feature-dashboard{position:absolute;left:34px;right:34px;bottom:32px;z-index:1;height:390px;display:grid;grid-template-columns:132px 1fr;overflow:hidden;border-radius:14px;background:#fbfbf8c7;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffe0,0 24px 70px #1a1e2812;-webkit-backdrop-filter:blur(12px) saturate(1.08);backdrop-filter:blur(12px) saturate(1.08)}.landing--home .landing__feature-dashboard-rail{padding:18px 12px;display:flex;flex-direction:column;gap:8px;border-right:1px solid rgba(26,30,40,.07);background:#f5f5f2c7}.landing--home .landing__feature-dashboard-rail span:not(.landing__feature-rail-logo){height:32px;display:flex;align-items:center;padding:0 10px;border-radius:7px;color:#1d1d1d7a;font-size:12px;font-weight:500;transition:background .2s ease,color .2s ease}.landing--home .landing__feature-dashboard-rail span:not(.landing__feature-rail-logo).is-active{color:#1d1d1d;background:#ffffffc2;box-shadow:inset 0 0 0 1px #1a1e280f,inset 0 1px #ffffffe6}.landing--home .landing__feature-rail-logo{width:34px;height:34px;margin:0 0 8px;display:grid;place-items:center;border-radius:8px;background:#1d1d1d;box-shadow:inset 0 0 0 1px #ffffff14,inset 0 1px #ffffff24}.landing--home .landing__feature-rail-logo img{width:14px;height:21px;object-fit:contain}.landing--home .landing__feature-dashboard-main{min-width:0;display:flex;flex-direction:column}.landing--home .landing__feature-dashboard-topbar{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(26,30,40,.07)}.landing--home .landing__feature-dashboard-topbar span{color:#1d1d1dd1;font-size:13px;font-weight:570}.landing--home .landing__feature-dashboard-topbar strong{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:#5d86ee1a;color:#2f74e8;font-size:11px;font-weight:600;box-shadow:inset 0 0 0 1px #5d86ee29}.landing--home .landing__feature-dashboard-grid{flex:1;min-height:0;padding:14px;display:grid;grid-template-columns:.92fr 1.18fr .72fr;gap:12px}.landing--home .landing__feature-ticket-table,.landing--home .landing__feature-thread-panel,.landing--home .landing__feature-ops-panel{min-width:0;border-radius:10px;background:#ffffff9e;box-shadow:inset 0 0 0 1px #1a1e280f,inset 0 1px #ffffffd6}.landing--home .landing__feature-ticket-table{overflow:hidden}.landing--home .landing__feature-ticket-row{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;min-height:68px;padding:12px;border-bottom:1px solid rgba(26,30,40,.055);transition:background .24s ease,transform .24s ease;animation:feature-row-idle 6s ease-in-out infinite}.landing--home .landing__feature-ticket-row.is-active{background:#5d86ee13;animation:feature-row-active 6s ease-in-out infinite}.landing--home .landing__feature-ticket-row span:nth-child(2){min-width:0}.landing--home .landing__feature-ticket-row strong,.landing--home .landing__feature-ticket-row em,.landing--home .landing__feature-ticket-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.landing--home .landing__feature-ticket-row strong{color:#1d1d1dd1;font-size:11px;font-weight:620}.landing--home .landing__feature-ticket-row em{margin-top:4px;color:#1d1d1d75;font-size:10px}.landing--home .landing__feature-ticket-row small{grid-column:2;margin-top:-10px;color:#1d1d1d57;font-size:9px}.landing--home .landing__feature-thread-panel{padding:14px;display:flex;flex-direction:column;gap:12px}.landing--home .landing__feature-thread-head{display:flex;align-items:center;justify-content:space-between}.landing--home .landing__feature-thread-head span{color:#1d1d1d75;font-size:11px}.landing--home .landing__feature-thread-head strong{color:#1d1d1dd1;font-size:12px;font-weight:620}.landing--home .landing__feature-thread-message{max-width:84%;padding:12px 13px;border-radius:10px;color:#1d1d1d9e;font-size:11px;line-height:1.42;background:#f5f5f2c7;box-shadow:inset 0 0 0 1px #1a1e280b}.landing--home .landing__feature-thread-message.is-customer{align-self:flex-start}.landing--home .landing__feature-thread-message.is-father{align-self:flex-end;display:flex;gap:9px;color:#ffffffdb;background:linear-gradient(180deg,#72a4ff,#3378e9);box-shadow:0 14px 30px #2f74e82e,inset 0 0 0 1px #ffffff2e,inset 0 1px #ffffff40;animation:feature-father-reply 6s ease-in-out infinite}.landing--home .landing__feature-thread-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:7px}.landing--home .landing__feature-thread-actions span{height:24px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;background:#1d1d1d0b;color:#1d1d1d80;font-size:10px;box-shadow:inset 0 0 0 1px #1a1e280b}.landing--home .landing__feature-ops-panel{padding:14px;display:grid;align-content:start;gap:10px}.landing--home .landing__feature-ops-title{margin-bottom:2px;color:#1d1d1d6b;font-size:11px;font-weight:620}.landing--home .landing__feature-ops-panel span{position:relative;min-height:34px;display:flex;align-items:center;padding:0 10px 0 28px;border-radius:8px;background:#f5f5f2c7;color:#1d1d1d94;font-size:10.5px;box-shadow:inset 0 0 0 1px #1a1e280b;animation:feature-action-step 6s ease-in-out infinite;animation-delay:calc(var(--i) * .42s)}.landing--home .landing__feature-ops-panel span:before{content:"";position:absolute;left:10px;width:8px;height:8px;border-radius:50%;background:#5d86ee;box-shadow:0 0 0 4px #5d86ee1f}.landing--home .landing__feature-secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing--home .landing__feature-app-card{position:relative;min-height:780px;overflow:hidden;border-radius:16px;background:radial-gradient(circle at 76% 20%,rgba(93,134,238,.1),transparent 30%),linear-gradient(180deg,#ffffffe6,#f8f8f4c2);box-shadow:inset 0 0 0 1px #1a1e2815,inset 0 1px #fffffff5,inset 0 -1px #1a1e280d,0 1px #ffffffc2,0 24px 70px #1a1e280b}.landing--home .landing__feature-app-copy{position:relative;z-index:2;max-width:700px;padding:42px 44px 0}.landing--home .landing__feature-app-copy span{display:block;margin-bottom:15px;color:#1d1d1d6b;font-size:12px;font-weight:600;line-height:1.2}.landing--home .landing__feature-app-copy h3{max-width:650px;margin:0;color:#1d1d1d;font-family:var(--font-body);font-size:clamp(36px,4vw,58px);font-weight:430;line-height:1;letter-spacing:0}.landing--home .landing__feature-app-copy p{max-width:650px;margin:18px 0 0;color:#1d1d1d85;font-size:16px;line-height:1.52}.landing--home .landing__feature-app-preview{position:absolute;left:32px;right:32px;bottom:32px;z-index:1;height:470px;display:flex;overflow:hidden;border-radius:14px;background:#f5f5f2;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffe6,0 24px 76px #1a1e2813;animation:feature-app-panel-in .5s cubic-bezier(.22,1,.36,1) both}.landing--home .landing__feature-app-nav{width:178px;min-width:178px;height:100%;padding:10px 6px;display:flex;flex-direction:column;gap:2px;border-right:1px dashed rgba(26,30,40,.14);background:#f5f5f2}.landing--home .landing__feature-app-nav span:not(.landing__feature-app-brand){height:30px;display:flex;align-items:center;padding:0 10px;border-radius:7px;color:#1d1d1d75;font-size:13px;font-weight:500;transition:background .14s ease,color .14s ease}.landing--home .landing__feature-app-nav span:not(.landing__feature-app-brand).is-active{color:#2f6df6;background:#ededeb}.landing--home .landing__feature-app-nav i{flex:1;min-height:18px}.landing--home .landing__feature-app-brand{height:30px;margin:0 4px 6px;display:flex;align-items:center;gap:9px}.landing--home .landing__feature-app-brand img{width:13px;height:18px;object-fit:contain;filter:brightness(0) saturate(100%) invert(48%) sepia(6%) saturate(12%) hue-rotate(7deg) brightness(93%) contrast(88%)}.landing--home .landing__feature-app-brand:after{content:"Father";color:#1d1d1da8;font-size:14px;font-weight:600}.landing--home .landing__feature-inbox-shell{flex:1;min-width:0;margin:8px 8px 0 0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(26,30,40,.1);border-bottom:0;border-radius:12px 12px 0 0;background:#ededeb;animation:feature-app-panel-in .55s cubic-bezier(.22,1,.36,1) .08s both}.landing--home .landing__feature-inbox-header{height:44px;min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between}.landing--home .landing__feature-inbox-header div{display:flex;align-items:center;gap:7px}.landing--home .landing__feature-inbox-header span,.landing--home .landing__feature-inbox-header em{color:#1d1d1d6b;font-style:normal;font-size:12px}.landing--home .landing__feature-inbox-header strong{color:#1d1d1d;font-size:12px;font-weight:650}.landing--home .landing__feature-inbox-body{flex:1;min-height:0;display:flex;overflow:hidden;border-top:1px solid rgba(26,30,40,.1);border-radius:10px 10px 0 0;background:#fbfbf8}.landing--home .landing__feature-chat-list{width:340px;min-width:340px;padding:6px;overflow:hidden;border-right:1px solid rgba(26,30,40,.1)}.landing--home .landing__feature-chat-row{position:relative;min-height:76px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:11px;align-items:start;padding:12px;border-radius:14px;color:#1d1d1d80}.landing--home .landing__feature-chat-row:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:1px;background:#ededeb}.landing--home .landing__feature-chat-row.is-active{background:#ededeb;animation:feature-chat-active 4.8s ease-in-out infinite}.landing--home .landing__feature-chat-row.is-active:after{opacity:0}.landing--home .landing__feature-chat-row strong,.landing--home .landing__feature-chat-row em,.landing--home .landing__feature-chat-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.landing--home .landing__feature-chat-row strong{color:#1d1d1d;font-size:13px;font-weight:560}.landing--home .landing__feature-chat-row em{margin-top:4px;color:#1d1d1d7a;font-size:12px}.landing--home .landing__feature-chat-row small{color:#1d1d1d5c;font-size:11px}.landing--home .landing__feature-ticket-panel{flex:1;min-width:0;display:flex;flex-direction:column;background:#fbfbf8}.landing--home .landing__feature-ticket-bar{height:44px;min-height:44px;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid rgba(26,30,40,.1)}.landing--home .landing__feature-ticket-bar span{padding:2px 7px;border-radius:4px;color:#1d1d1d6b;font-size:13px;font-variant-numeric:tabular-nums}.landing--home .landing__feature-ticket-bar strong{flex:1;min-width:0;color:#1d1d1d;font-size:14px;font-weight:560;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing--home .landing__feature-ticket-bar em{padding:2px 7px;border-radius:4px;background:#5d86ee1c;color:#2f6df6;font-style:normal;font-size:11px;font-weight:650}.landing--home .landing__feature-ticket-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 320px}.landing--home .landing__feature-conversation{position:relative;min-width:0;padding:12px;display:flex;flex-direction:column;gap:10px}.landing--home .landing__feature-message{display:flex;align-items:flex-end;gap:8px}.landing--home .landing__feature-message p{max-width:76%;margin:0;padding:12px 14px;border-radius:18px;background:#ededeb;color:#1d1d1d;font-size:13px;line-height:1.48}.landing--home .landing__feature-message.is-father{flex-direction:row-reverse;animation:feature-father-reply 5.4s ease-in-out infinite}.landing--home .landing__feature-message.is-father p{background:#5d86ee1f}.landing--home .landing__feature-handoff{margin:2px 8px;padding:9px 10px;border:1px dashed rgba(26,30,40,.14);border-radius:8px;background:#f5f5f2;animation:feature-handoff-glow 5.4s ease-in-out infinite}.landing--home .landing__feature-handoff strong,.landing--home .landing__feature-handoff span{display:block}.landing--home .landing__feature-handoff strong{color:#1d1d1d70;font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.landing--home .landing__feature-handoff span{margin-top:3px;color:#1d1d1db8;font-size:13px;line-height:1.4}.landing--home .landing__feature-composer{margin-top:auto;height:42px;display:flex;align-items:center;padding:0 14px;border-radius:18px;background:#f5f5f2;color:#1d1d1d52;font-size:13px;box-shadow:0 1px 2px #1a1e280f,inset 0 0 0 1px #1a1e2814}.landing--home .landing__feature-copilot{min-width:0;display:flex;flex-direction:column;border-left:1px solid rgba(26,30,40,.1);background:#fbfbf8}.landing--home .landing__feature-copilot-head{display:flex;align-items:center;gap:8px;padding:12px 14px 10px}.landing--home .landing__feature-copilot-head span{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#ededeb}.landing--home .landing__feature-copilot-head img{width:12px;height:17px;filter:brightness(0) saturate(100%) invert(48%) sepia(6%) saturate(12%) hue-rotate(7deg) brightness(93%) contrast(88%)}.landing--home .landing__feature-copilot-head strong{color:#1d1d1d;font-size:14px;font-weight:560}.landing--home .landing__feature-copilot-head em{padding:1px 6px;border-radius:4px;background:#5d86ee1c;color:#2f6df6;font-style:normal;font-size:10px;font-weight:700;text-transform:uppercase}.landing--home .landing__feature-copilot-tabs{display:flex;gap:6px;padding:0 12px 10px}.landing--home .landing__feature-copilot-tabs span{flex:1;height:32px;display:grid;place-items:center;border-radius:7px;background:#f5f5f2;color:#1d1d1d6b;font-size:13px;font-weight:560}.landing--home .landing__feature-copilot-tabs span.is-active{background:#ededeb;color:#1d1d1d}.landing--home .landing__feature-copilot-card{margin:0 12px 10px;padding:11px 12px;border:1px solid rgba(26,30,40,.1);border-radius:9px;background:#f5f5f2;animation:feature-copilot-card 5.4s ease-in-out infinite}.landing--home .landing__feature-copilot-card strong{display:block;color:#1d1d1d;font-size:12px;font-weight:650}.landing--home .landing__feature-copilot-card p{margin:7px 0 0;color:#1d1d1d94;font-size:13px;line-height:1.45}.landing--home .landing__feature-source-stack{display:grid;gap:6px;padding:0 12px}.landing--home .landing__feature-source-stack span{height:28px;display:flex;align-items:center;gap:7px;padding:0 9px;border-radius:999px;border:1px solid rgba(26,30,40,.1);color:#1d1d1d8f;font-size:12px;overflow:hidden;transition:background .14s ease,border-color .14s ease,color .14s ease}.landing--home .landing__feature-source-stack span:hover{background:#ededeb;border-color:#1a1e2829;color:#1d1d1d}.landing--home .landing__feature-source-stack img{width:14px;height:14px;object-fit:contain}.landing--home .landing__feature-copilot-box{margin:auto 12px 12px;min-height:92px;padding:11px 12px;border-radius:16px;background:linear-gradient(0deg,rgba(47,109,246,.08) 0%,rgba(47,109,246,.015) 45%,transparent 75%),#f5f5f2;color:#1d1d1d57;font-size:13px;box-shadow:0 1px 2px #1a1e280f,inset 0 0 0 1px #1a1e281a;animation:feature-copilot-box 5.4s ease-in-out infinite}.landing--home .landing__feature-card{position:relative;min-height:380px;overflow:hidden;border-radius:14px;background:linear-gradient(180deg,#ffffffe0,#fbfbf8b3),#fbfbf8b8;box-shadow:inset 0 0 0 1px #1a1e2812,inset 0 1px #ffffffeb,inset 0 -1px #1a1e280b,0 1px #ffffffb8,0 18px 54px #1a1e2809}.landing--home .landing__feature-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle at 58% 20%,rgba(93,134,238,.095),transparent 34%),radial-gradient(circle at 16% 82%,rgba(26,30,40,.035),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.7),transparent 58%);pointer-events:none}.landing--home .landing__feature-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;box-shadow:inset 0 -1px #1a1e280d,inset 0 0 62px #1a1e2805;pointer-events:none}.landing--home .landing__feature-card-copy{position:relative;z-index:2;padding:30px}.landing--home .landing__feature-card-copy h3{margin:0;color:#1d1d1d;font-family:var(--font-body);font-size:18px;font-weight:520;line-height:1.25;letter-spacing:0}.landing--home .landing__feature-card-copy p{max-width:430px;margin:13px 0 0;color:#1d1d1d80;font-size:14px;font-weight:400;line-height:1.5}.landing--home .landing__feature-resolve-art{position:absolute;left:44px;right:44px;bottom:-2px;z-index:1;height:224px}.landing--home .landing__feature-resolve-art:before{content:"";position:absolute;left:-40px;right:-40px;bottom:24px;height:164px;border-radius:50% 50% 0 0;border-top:1px solid rgba(26,30,40,.045);pointer-events:none}.landing--home .landing__feature-inbox-panel{position:absolute;left:0;bottom:0;width:374px;height:190px;overflow:hidden;border-radius:8px 8px 0 0;background:#f8f9f9c7;box-shadow:inset 0 0 0 1px #1a1e280d,inset 0 1px #ffffffbd}.landing--home .landing__feature-panel-label{height:32px;padding:11px 16px 0;color:#1d1d1d61;font-size:9px;line-height:1}.landing--home .landing__feature-inbox-row{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;min-height:40px;padding:0 16px;border-top:1px solid rgba(26,30,40,.035)}.landing--home .landing__feature-inbox-row span:last-child{min-width:0}.landing--home .landing__feature-inbox-row strong,.landing--home .landing__feature-inbox-row em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.landing--home .landing__feature-inbox-row strong{color:#1d1d1db8;font-size:10.5px;font-weight:570}.landing--home .landing__feature-inbox-row em{margin-top:2px;color:#1d1d1d75;font-size:10px}.landing--home .landing__feature-avatar{width:25px;height:25px;border-radius:50%;background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.7) 0 12%,transparent 13%),linear-gradient(135deg,#d6d0c4,#a98662);box-shadow:inset 0 0 0 1px #1a1e2814}.landing--home .landing__feature-avatar--blue{background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.72) 0 12%,transparent 13%),linear-gradient(135deg,#eac7a4,#5d86ee)}.landing--home .landing__feature-avatar--green{background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.7) 0 12%,transparent 13%),linear-gradient(135deg,#d8b18d,#71ce45)}.landing--home .landing__feature-avatar--red{background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.7) 0 12%,transparent 13%),linear-gradient(135deg,#d9b595,#b84444)}.landing--home .landing__feature-avatar--amber{background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.7) 0 12%,transparent 13%),linear-gradient(135deg,#f2d99a,#b99334)}.landing--home .landing__feature-action-panel{position:absolute;right:8px;bottom:0;width:260px;min-height:202px;padding:17px;border-radius:8px 8px 0 0;color:#fff;background:linear-gradient(180deg,#70a1ff,#2f74e8);box-shadow:0 14px 36px #2f74e838,inset 0 0 0 1px #ffffff2e,inset 0 1px #ffffff42}.landing--home .landing__feature-action-panel ul{display:grid;gap:16px;margin:18px 0 17px;padding:0;list-style:none}.landing--home .landing__feature-action-panel li{position:relative;padding-left:27px;color:#ffffffe0;font-size:11px;line-height:1.25}.landing--home .landing__feature-action-panel li:before{content:"";position:absolute;left:0;top:-1px;width:17px;height:17px;border-radius:50%;background:#ffffffd1;box-shadow:inset 0 0 0 1px #ffffff73}.landing--home .landing__feature-action-person{display:flex;gap:10px;align-items:center}.landing--home .landing__feature-action-person strong,.landing--home .landing__feature-action-person em{display:block;font-style:normal;line-height:1.15}.landing--home .landing__feature-action-person strong{font-size:11px;font-weight:620}.landing--home .landing__feature-action-person em{margin-top:3px;color:#ffffffb8;font-size:9px}.landing--home .landing__feature-father-dot{width:28px;height:28px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(180deg,#72a4ff,#3378e9);box-shadow:inset 0 0 0 1px #ffffff6b,0 8px 20px #104ab224}.landing--home .landing__feature-father-dot img{width:15px;height:21px;object-fit:contain}.landing--home .landing__feature-resolved{display:table;margin-left:auto;padding:6px 11px;border-radius:999px;background:#ffffff2e;color:#ffffffb8;font-size:9.5px;line-height:1}.landing--home .landing__feature-channel-art{position:absolute;top:112px;right:26px;bottom:34px;left:26px;z-index:1}.landing--home .landing__feature-channel-rings{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,transparent 0 22%,rgba(93,134,238,.15) 22.4%,transparent 23.2%),radial-gradient(circle at 50% 50%,transparent 0 36%,rgba(26,30,40,.08) 36.4%,transparent 37%),radial-gradient(circle at 50% 50%,transparent 0 49%,rgba(26,30,40,.06) 49.4%,transparent 50%),radial-gradient(circle at 50% 50%,transparent 0 64%,rgba(26,30,40,.045) 64.4%,transparent 65%)}.landing--home .landing__feature-mark{position:absolute;left:50%;top:50%;width:68px;height:68px;border-radius:50%;background:linear-gradient(180deg,#f8fbff,#e7f0ff);box-shadow:0 10px 28px #5d86ee2e,inset 0 0 0 1px #5d86ee52,inset 0 1px #ffffffeb;transform:translate(-50%,-50%)}.landing--home .landing__feature-mark img{position:absolute;left:50%;top:50%;width:20px;height:28px;object-fit:contain;filter:brightness(0) saturate(100%) invert(50%) sepia(79%) saturate(2152%) hue-rotate(202deg) brightness(96%) contrast(93%);transform:translate(-50%,-50%)}.landing--home .landing__feature-channel-icon{position:absolute;top:50%;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#ffffffb8;box-shadow:inset 0 0 0 1px #1a1e280e,0 8px 24px #1a1e280e;transform:translateY(-50%)}.landing--home .landing__feature-channel-icon img{width:19px;height:19px;object-fit:contain}.landing--home .landing__feature-channel-icon--left{left:16%}.landing--home .landing__feature-channel-icon--right{right:16%}.landing--home .landing__feature-channel-icon--far-right{right:-1%;opacity:.34}.landing--home .landing__feature-x{position:absolute;top:50%;color:#1d1d1d2e;font-size:18px;line-height:1;transform:translateY(-50%)}.landing--home .landing__feature-x--left{left:-2px}.landing--home .landing__feature-x--right{right:-2px}.landing--home .landing__feature-answer-art{position:relative;z-index:1;height:236px}.landing--home .landing__feature-customer-note,.landing--home .landing__feature-ai-note{position:absolute;border-radius:11px;font-size:10px;line-height:1.35}.landing--home .landing__feature-customer-note{top:34px;left:40px;width:270px;padding:17px 18px;background:#f5f6f7eb;color:#1d1d1d94;box-shadow:inset 0 0 0 1px #1a1e280a,0 12px 30px #1a1e2809}.landing--home .landing__feature-customer-note strong,.landing--home .landing__feature-customer-note span,.landing--home .landing__feature-ai-note strong,.landing--home .landing__feature-ai-note span{display:block}.landing--home .landing__feature-customer-note strong{margin-bottom:5px;color:#1d1d1db8;font-weight:570}.landing--home .landing__feature-ai-note{right:40px;bottom:34px;width:286px;padding:17px 18px 18px 52px;color:#ffffffd6;background:linear-gradient(180deg,#68a0ff,#2875ea);box-shadow:0 16px 34px #2f74e838,inset 0 0 0 1px #ffffff2e,inset 0 1px #ffffff38}.landing--home .landing__feature-ai-note:before{content:"";position:absolute;left:15px;top:18px;width:22px;height:22px;border-radius:50%;background:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffff70}.landing--home .landing__feature-ai-note strong{margin-bottom:5px;color:#fff;font-weight:620}.landing--home .landing__feature-card--answers .landing__feature-card-copy{position:absolute;left:0;right:0;bottom:0}.landing--home .landing__feature-data-art{position:relative;z-index:1;height:250px}.landing--home .landing__feature-data-art:before{content:"";position:absolute;left:34px;right:34px;top:102px;height:1px;background:linear-gradient(90deg,#1a1e2814,#5d86ee29,#1a1e2814)}.landing--home .landing__feature-source-list{position:absolute;left:54px;top:36px;display:grid;gap:8px}.landing--home .landing__feature-source-list span{width:160px;height:36px;display:flex;align-items:center;gap:9px;padding:0 14px;border-radius:6px;background:#f6f7f7d6;color:#1d1d1d75;font-size:11px;box-shadow:inset 0 0 0 1px #1a1e280d,inset 0 1px #ffffffb8}.landing--home .landing__feature-source-list span img{width:14px;height:14px;object-fit:contain}.landing--home .landing__feature-data-mark{position:absolute;left:42%;top:100px}.landing--home .landing__feature-data-mark .landing__feature-mark{width:58px;height:58px}.landing--home .landing__feature-data-mark .landing__feature-mark img{width:17px;height:24px}.landing--home .landing__feature-accuracy{position:absolute;top:74px;right:54px;width:292px;padding:17px 18px;border-radius:9px;color:#ffffffd6;background:linear-gradient(180deg,#72a4ff,#3378e9);box-shadow:0 16px 34px #2f74e838,inset 0 0 0 1px #ffffff2e,inset 0 1px #ffffff3d}.landing--home .landing__feature-accuracy strong,.landing--home .landing__feature-accuracy span{display:block}.landing--home .landing__feature-accuracy strong{margin-bottom:8px;color:#fff;font-size:13px;font-weight:620;line-height:1}.landing--home .landing__feature-accuracy em{float:right;color:#ffffff9e;font-style:normal;font-size:10px;font-weight:500}.landing--home .landing__feature-accuracy span{font-size:11px;line-height:1.35}.landing--home .landing__feature-metric-art{position:absolute;left:30px;right:30px;bottom:30px;z-index:1;height:160px;display:grid;grid-template-columns:124px 1fr;gap:18px;align-items:end}.landing--home .landing__feature-metric-art span{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:20px;border-radius:12px;background:#ffffff94;box-shadow:inset 0 0 0 1px #1a1e280f,inset 0 1px #ffffffdb}.landing--home .landing__feature-metric-art strong{color:#1d1d1d;font-size:34px;font-weight:500;line-height:1}.landing--home .landing__feature-metric-art em{margin-top:8px;color:#1d1d1d75;font-style:normal;font-size:12px}.landing--home .landing__feature-bars{height:150px;display:flex;align-items:end;gap:9px;padding:18px;border-radius:12px;background:#f5f5f2b8;box-shadow:inset 0 0 0 1px #1a1e280e,inset 0 1px #ffffffc2}.landing--home .landing__feature-bars i{flex:1;min-width:0;height:100%;border-radius:999px 999px 3px 3px;background:linear-gradient(180deg,#72a4ff,#3378e9);transform-origin:bottom;animation:feature-bar-rise 4.8s ease-in-out infinite;box-shadow:inset 0 1px #ffffff42}.landing--home .landing__feature-bars i:nth-child(1){max-height:44%;animation-delay:-.4s}.landing--home .landing__feature-bars i:nth-child(2){max-height:62%;animation-delay:-1s}.landing--home .landing__feature-bars i:nth-child(3){max-height:52%;animation-delay:-1.5s}.landing--home .landing__feature-bars i:nth-child(4){max-height:76%;animation-delay:-2.2s}.landing--home .landing__feature-bars i:nth-child(5){max-height:68%;animation-delay:-2.8s}.landing--home .landing__feature-bars i:nth-child(6){max-height:92%;animation-delay:-3.4s}@keyframes home-hero-tag-in{0%{opacity:0;filter:blur(8px);transform:translateY(8px) scale(.985)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}@keyframes home-hero-line-in{0%{opacity:0;filter:blur(10px);transform:translateY(14px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes home-hero-demo-in{0%{opacity:0;filter:blur(12px);clip-path:inset(4% 0 0 0 round 18px)}to{opacity:1;filter:blur(0);clip-path:inset(0 0 0 0 round 18px)}}@keyframes home-usecase-in{0%{opacity:0;filter:blur(10px);transform:translateY(28px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes home-usecase-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes home-integrations-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - 7px),0,0)}}@media(prefers-reduced-motion:reduce){.landing__home-top-announcement,.landing__home-headline span,.landing__home-demo,.landing__usecase,.landing__usecase-copy,.landing__usecase-visual,.landing__usecase-point,.landing__home-integrations-track,.landing__usecase-point.is-active .landing__usecase-line i{animation:none!important;filter:none!important;opacity:1!important;transform:none!important;clip-path:none!important}}@keyframes feature-row-active{0%,to{transform:translate(0);box-shadow:inset 3px 0 #5d86ee00}45%,70%{transform:translate(3px);box-shadow:inset 3px 0 #5d86eee6}}@keyframes feature-row-idle{0%,to{background:transparent}55%{background:#ffffff61}}@keyframes feature-father-reply{0%,30%{opacity:.82;transform:translateY(3px)}45%,to{opacity:1;transform:translateY(0)}}@keyframes feature-action-step{0%,28%,to{color:#1d1d1d7a;background:#f5f5f2c7}44%,62%{color:#1d1d1dd1;background:#5d86ee1a}}@keyframes feature-bar-rise{0%,to{transform:scaleY(.42)}50%{transform:scaleY(1)}}@keyframes feature-app-panel-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes feature-chat-active{0%,to{box-shadow:inset 0 0 #5d86ee00}42%,68%{box-shadow:inset 3px 0 #5d86eef2}}@keyframes feature-handoff-glow{0%,to{border-color:#1a1e2824}48%,70%{border-color:#5d86ee47}}@keyframes feature-copilot-card{0%,to{transform:translateY(0);border-color:#1a1e281a}48%,70%{transform:translateY(-2px);border-color:#5d86ee38}}@keyframes feature-copilot-box{0%,to{box-shadow:0 1px 2px #1a1e280f,inset 0 0 0 1px #1a1e281a}48%,70%{box-shadow:0 1px 2px #1a1e280f,inset 0 0 0 1px #5d86ee52}}@media(max-width:900px){.landing--home{--home-section-space: clamp(58px, 13vw, 88px)}.landing--home .landing__topbar{width:min(900px,100% - 28px)}.landing--home .landing__nav-links{display:none}.landing--home .landing__home-hero{min-height:calc(100svh - 106px)}.landing--home .landing__home-signal{top:5%;left:-35%;right:-35%;height:76%}.landing--home .landing__home-inner{width:min(900px,90vw);padding:clamp(42px,10vw,58px) clamp(18px,5vw,32px) clamp(54px,12vw,74px);grid-template-columns:1fr}.landing--home .landing__home-copy{max-width:none;text-align:center;transform:none}.landing--home .landing__home-headline{font-size:clamp(42px,13vw,66px)}.landing--home .landing__home-headline span{white-space:normal}.landing--home .landing__home-demo{display:block;width:min(100%,620px)}.landing--home .landing__home-demo .landing__demo{height:clamp(500px,72vh,620px)}.landing--home .landing__home-stats{width:min(900px,90vw);grid-template-columns:1fr;gap:10px;margin:clamp(34px,9vw,58px) auto var(--home-section-space)}.landing--home .landing__home-stat-card{min-height:168px;padding:22px 20px}.landing--home .landing__home-stat-value{font-size:clamp(46px,14vw,68px)}.landing--home .landing__home-stat-card p{max-width:260px;white-space:normal}.landing--home .landing__home-features{width:min(900px,90vw);gap:var(--home-section-space);margin-bottom:var(--home-section-space)}.landing--home .landing__home-integrations{width:min(900px,90vw);margin-bottom:var(--home-section-space);padding:clamp(34px,8vw,54px) 0}.landing--home .landing__home-integrations-head{max-width:360px;margin-bottom:28px}.landing--home .landing__home-integrations-head h2{font-size:clamp(32px,8.5vw,44px)}.landing--home .landing__home-integrations-rows{gap:10px;margin-inline:0}.landing--home .landing__home-integrations-track{gap:10px;animation-duration:58s}.landing--home .landing__home-integration-card{flex-basis:142px;min-height:132px;padding:12px 10px;border-radius:13px;grid-template-rows:15px 36px 16px;gap:7px}.landing--home .landing__home-integration-card img{width:30px;height:30px}.landing--home .landing__home-integration-card span,.landing--home .landing__home-integration-card strong{font-size:11.5px}.landing--home .landing__faq-inner,.landing--home .landing__footer-inner{width:min(900px,90vw)}.landing--home .landing__usecase,.landing--home .landing__usecase--left{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"copy" "visual" "list";min-height:0;gap:22px;padding-bottom:18px}.landing--home .landing__usecase-copy{order:1}.landing--home .landing__usecase-visual{order:2;grid-row:auto;width:min(100%,620px);min-height:0}.landing--home .landing__usecase-list{order:3}.landing--home .landing__usecase-copy h2{max-width:720px;font-size:clamp(34px,9vw,54px)}.landing--home .landing__home-features-header{max-width:340px;margin-bottom:34px;text-align:center}.landing--home .landing__feature-command-card{min-height:760px}.landing--home .landing__feature-app-card{min-height:900px}.landing--home .landing__feature-app-copy{padding:30px 24px 0}.landing--home .landing__feature-app-copy h3{font-size:clamp(32px,10vw,46px)}.landing--home .landing__feature-app-copy p{font-size:14px}.landing--home .landing__feature-app-preview{left:14px;right:14px;bottom:14px;height:620px}.landing--home .landing__feature-app-nav{width:48px;min-width:48px;align-items:center;padding-right:0;padding-left:0}.landing--home .landing__feature-app-nav span:not(.landing__feature-app-brand){width:30px;justify-content:center;padding:0;color:transparent}.landing--home .landing__feature-app-brand{justify-content:center;margin-right:0;margin-left:0}.landing--home .landing__feature-app-brand:after{display:none}.landing--home .landing__feature-chat-list{display:none}.landing--home .landing__feature-ticket-body{grid-template-columns:1fr}.landing--home .landing__feature-copilot{display:none}.landing--home .landing__feature-command-copy{padding:30px 24px 0}.landing--home .landing__feature-command-copy h3{font-size:clamp(32px,10vw,46px)}.landing--home .landing__feature-command-copy p{font-size:14px}.landing--home .landing__feature-dashboard{left:14px;right:14px;bottom:14px;height:500px;grid-template-columns:1fr}.landing--home .landing__feature-dashboard-rail{min-width:0;height:56px;flex-direction:row;align-items:center;overflow:hidden;border-right:0;border-bottom:1px solid rgba(26,30,40,.07)}.landing--home .landing__feature-dashboard-rail span:not(.landing__feature-rail-logo){height:30px;white-space:nowrap}.landing--home .landing__feature-dashboard-grid{grid-template-columns:1fr;overflow:hidden}.landing--home .landing__feature-ticket-table,.landing--home .landing__feature-ops-panel{display:none}.landing--home .landing__feature-secondary-grid{grid-template-columns:1fr}.landing--home .landing__feature-card{min-height:390px}.landing--home .landing__feature-source-list{left:24px}.landing--home .landing__feature-accuracy{right:24px;width:min(292px,62vw)}}.landing--integrations{min-height:100svh;padding-right:0;padding-left:0;background:#f1efea;color:#1d1d1d}.landing--integrations:before,.landing--integrations:after{content:"";position:fixed;top:0;bottom:0;z-index:1;width:1px;pointer-events:none;background:#1a1e281a;animation:none;-webkit-mask-image:none;mask-image:none}.landing--integrations:before{left:max(28px,(100% - var(--landing-page-w)) / 2);box-shadow:1px 0 #ffffffb8}.landing--integrations:after{right:max(28px,(100% - var(--landing-page-w)) / 2);box-shadow:-1px 0 #ffffffb8}.landing--integrations .landing__topbar-spacer{height:51px}.landing--integrations .landing__topbar{top:0;width:min(var(--landing-page-w),100% - 56px);border-radius:14px;background:#ffffff94;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffe0,inset 0 -1px #1a1e280f;-webkit-backdrop-filter:blur(14px) saturate(1.15);backdrop-filter:blur(14px) saturate(1.15);transition:width .52s cubic-bezier(.16,1,.3,1),border-radius .34s ease,box-shadow .22s ease,background .22s ease}.landing--integrations .landing__topbar.is-compact{width:min(var(--landing-compact-nav-w),100% - 56px)}.landing--integrations .landing__topbar.is-compact .landing__nav{gap:2px;padding:8px 6px}.landing--integrations .landing__topbar.is-compact .landing__nav-links{margin-left:6px;margin-right:auto}.landing--integrations .landing__topbar.is-compact .landing__nav-right{gap:4px;margin-left:auto}.landing--integrations .landing__topbar.is-compact .landing__nav-link,.landing--integrations .landing__topbar.is-compact .landing__nav-login{padding-right:10px;padding-left:10px}.landing--integrations .landing__topbar.is-compact .landing__nav-cta{padding-right:12px;padding-left:12px}.landing--integrations .landing__topbar.is-compact .landing__nav-dropdown{right:auto;left:50%;width:min(var(--landing-compact-dropdown-w),100vw - 56px);transform:translate(-50%)}.landing--integrations .landing__nav--light{background:transparent;box-shadow:none}.landing--integrations .landing__nav{width:100%}.landing--integrations .landing__nav-logo{gap:6px}.landing--integrations .landing__nav-links{position:relative;top:auto;left:auto;margin-left:12px;margin-right:auto;transform:none}.landing--integrations .landing__nav-link,.landing--integrations .landing__nav-login{color:#1d1d1d94}.landing--integrations .landing__nav-link:hover,.landing--integrations .landing__nav-link.is-active,.landing--integrations .landing__nav-login:hover{color:#1d1d1d}.landing--integrations .landing__nav-link:hover{background:transparent}.landing--integrations .landing__nav-login:hover{background:#0000000d;box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 1px #00000012}.landing--integrations .landing__topbar-div,.landing--integrations .landing__announce,.landing--integrations .landing__nav-menu-icon{display:none}.landing--integrations .landing__nav-dropdown-grid--company{grid-template-columns:repeat(3,minmax(0,1fr))}.landing--integrations .landing__footer-inner{width:min(var(--landing-page-w),100% - 56px);max-width:none}.integrations{position:relative;z-index:2;width:min(var(--landing-page-w),100% - 56px);margin:0 auto;padding:clamp(70px,10vh,118px) 0 clamp(70px,9vw,120px)}.integrations__head{max-width:760px;margin:0 auto;padding:0 clamp(24px,4vw,56px) clamp(30px,4vw,44px);text-align:center}.integrations__eyebrow{display:inline-flex;min-height:30px;align-items:center;margin-bottom:18px;padding:0 12px;border-radius:999px;background:#ffffff57;color:#1d1d1d8f;font-size:12.5px;font-weight:600;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffad}.integrations__title{margin:0;font-family:"Anybody",var(--font-body);font-size:clamp(44px,5.2vw,70px);font-weight:400;line-height:.98;letter-spacing:0}.integrations__sub{max-width:620px;margin:18px auto 0;color:#1d1d1d85;font-size:clamp(15px,1.35vw,17px);line-height:1.55}.integrations__browser{display:grid;grid-template-columns:232px minmax(0,1fr);border-top:1px solid rgba(26,30,40,.1);border-bottom:1px solid rgba(26,30,40,.1);background:#ffffff1a;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #ffffff61}.integrations__filters{display:flex;flex-direction:column;padding:22px 16px 24px clamp(18px,2.2vw,28px);border-right:1px solid rgba(26,30,40,.1);box-shadow:inset -1px 0 #ffffffb8}.integrations__filters-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;color:#1d1d1d;font-size:13px;font-weight:600}.integrations__filters-top button{color:#1d1d1d75;font-size:12px}.integrations__checks{display:flex;flex-direction:column;gap:2px}.integrations__check{display:flex;align-items:center;gap:9px;min-height:32px;color:#1d1d1d94;font-size:13px;cursor:pointer}.integrations__check input{position:absolute;width:0;height:0;opacity:0}.integrations__box{position:relative;flex-shrink:0;width:15px;height:15px;border-radius:4px;background:#ffffff61;box-shadow:inset 0 0 0 1px #1a1e2829,inset 0 1px #ffffffb3}.integrations__check input:checked+.integrations__box{background:linear-gradient(135deg,rgba(255,255,255,.34),transparent),#5d86ee;box-shadow:inset 0 0 0 1px #2f6df6b8,inset 0 1px #ffffff6b}.integrations__check input:checked+.integrations__box:after{content:"";position:absolute;left:4px;top:2px;width:4px;height:8px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(42deg)}.integrations__request{margin-top:auto;padding-top:18px;border-top:1px solid rgba(26,30,40,.1);box-shadow:inset 0 1px #fff9}.integrations__request span{display:block;color:#1d1d1d75;font-size:12.5px;line-height:1.35}.integrations__request button{margin-top:7px;color:#1d1d1d;font-size:13px;font-weight:600;text-align:left}.integrations__content{min-width:0}.integrations__toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 180px;align-items:start;gap:12px;padding:18px clamp(18px,2.2vw,28px);border-bottom:1px solid rgba(26,30,40,.1);box-shadow:inset 0 1px #fff9}.integrations__search,.integrations__select{display:grid;gap:7px}.integrations__search span,.integrations__search i,.integrations__select span,.integrations__select i{color:#1d1d1d75;font-size:12px;font-weight:600}.integrations__search i,.integrations__select i{margin-top:1px;font-style:normal;font-weight:500}.integrations__search input,.integrations__search select,.integrations__select input,.integrations__select select{height:38px;width:100%;border:0;border-radius:8px;background:#ffffff8a;color:#1d1d1d;font-size:14px;outline:none;box-shadow:inset 0 0 0 1px #1a1e281a,inset 0 1px #ffffffb8}.integrations__search input,.integrations__select input{padding:0 13px}.integrations__search select,.integrations__select select{padding:0 34px 0 12px}.integrations__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.integrations__card{min-width:0;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:30px 24px 28px;text-align:center;border-right:1px solid rgba(26,30,40,.1);border-bottom:1px solid rgba(26,30,40,.1);background:linear-gradient(180deg,#ffffff42,#ffffff14),#f1efea4d;box-shadow:inset 1px 1px #ffffffb8,inset 0 -1px #1a1e2809;transition:background .16s ease,box-shadow .16s ease}.integrations__card:hover{background:linear-gradient(180deg,#ffffff61,#ffffff1f),#f1efea61;box-shadow:inset 1px 1px #fffc,inset 0 -1px #1a1e280b}.integrations__icon{width:72px;height:72px;display:grid;place-items:center;border-radius:16px;background:#ffffff80;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffc2}.integrations__icon img{max-width:42px;max-height:42px;display:block}.integrations__body{min-width:0;margin-top:18px}.integrations__card-top{display:block}.integrations__card-top h2{margin:0;color:#1d1d1d;font-size:20px;font-weight:600;line-height:1.2}.integrations__body p{max-width:34ch;margin:10px auto 0;color:#1d1d1d85;font-size:14px;line-height:1.45}.integrations__pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px clamp(18px,2.2vw,28px);border-top:1px solid rgba(26,30,40,.1);box-shadow:inset 0 1px #ffffff9e}.integrations__pagination button{min-width:34px;height:34px;padding:0 12px;border-radius:999px;background:#ffffff61;color:#1d1d1d94;font-size:13px;font-weight:600;box-shadow:inset 0 0 0 1px #1a1e2814,inset 0 1px #ffffffb3}.integrations__pagination button:disabled{opacity:.38;cursor:default}.integrations__pagination button.is-active{background:#1d1d1de0;color:#fff;box-shadow:inset 0 0 0 1px #0000007a,inset 0 1px #ffffff29}.integrations__pages{display:flex;align-items:center;gap:5px}.integrations--detail{padding-top:clamp(82px,12vh,132px)}.integrations__detail{min-height:clamp(520px,62vh,680px);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:clamp(34px,6vw,88px);padding:clamp(34px,5vw,72px) clamp(24px,4vw,56px);border-top:1px solid rgba(26,30,40,.1);border-bottom:1px solid rgba(26,30,40,.1);background:#ffffff1a;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #ffffff61}.integrations__detail-copy{min-width:0}.integrations__back{display:inline-flex;margin-bottom:18px;color:#1d1d1d7a;font-size:13px;font-weight:600}.integrations__detail-art{min-height:360px;display:grid;place-items:center;border-left:1px solid rgba(26,30,40,.1);box-shadow:inset 1px 0 #ffffffb3}.integrations__detail-art img{width:clamp(140px,22vw,240px);max-height:240px;display:block}@media(max-width:980px){.landing--integrations .landing__topbar,.landing--integrations .landing__footer-inner{width:min(900px,100% - 28px)}.landing--integrations .landing__nav-links{display:none}.integrations{width:min(900px,100% - 28px)}.integrations__browser{grid-template-columns:1fr}.integrations__filters{border-right:0;border-bottom:1px solid rgba(26,30,40,.1)}.integrations__checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.integrations__toolbar{grid-template-columns:1fr}.integrations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.integrations__pagination{flex-wrap:wrap}.integrations__detail{grid-template-columns:1fr}.integrations__detail-art{min-height:260px;border-left:0;border-top:1px solid rgba(26,30,40,.1);box-shadow:inset 0 1px #ffffffb3}}@media(max-width:620px){.integrations__head{padding-right:20px;padding-left:20px}.integrations__title{font-size:clamp(36px,12vw,48px)}.integrations__checks,.integrations__grid{grid-template-columns:1fr}.integrations__card{border-right:0}}
