:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#08090a;--background-elevated:#0d0e11;--surface:#111216;--surface-soft:#15171c;--text:#f7f7f8;--text-secondary:#a3a4ab;--text-muted:#858790;--line:rgba(var(--visual-fill-rgb), .105);--line-strong:rgba(var(--visual-fill-rgb), .19);--gap-heading:72px;--gap-block:96px;--accent:#7877ff;--accent-bright:#a9a8ff;--accent-rgb:120, 119, 255;--accent-border-rgb:150, 149, 255;--accent-ink:#c7c6ff;--visual-fill-rgb:255, 255, 255;--visual-background:#0b0c10;--visual-surface:#101116;--visual-text:#dedee2;--aura-strong-rgb:89, 88, 255;--aura-soft-rgb:53, 55, 130;--focus:#9c9bff;--action:#f5f5f5;--action-foreground:#111216;--action-hover:#fff;--action-hover-foreground:#111216;--urgent:#e2484d;--urgent-bright:#ff9a9d}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f7f7;--background-elevated:#f8faf9;--surface:#fff;--surface-soft:#edf2f1;--text:#172528;--text-secondary:#516064;--text-muted:#68777b;--line:#142b2d1a;--line-strong:#142b2d33;--accent:#286064;--accent-bright:#9eea6c;--accent-rgb:40, 96, 100;--accent-border-rgb:158, 234, 108;--accent-ink:#286064;--visual-fill-rgb:40, 96, 100;--visual-background:#ffffffb8;--visual-surface:#f7f9f9c7;--visual-text:#172528;--aura-strong-rgb:158, 234, 108;--aura-soft-rgb:40, 96, 100;--focus:#2d7377;--action:#9eea6c;--action-foreground:#244c4e;--action-hover:#2a4f50;--action-hover-foreground:#9eea6c}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-family:var(--font-body), sans-serif;text-rendering:optimizelegibility;min-width:320px;margin:0;overflow-x:clip}a{color:inherit;text-decoration:none}button,summary{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--font-display), sans-serif;letter-spacing:-.035em}h2{font-size:clamp(2.4rem,4.6vw,4.7rem);font-weight:520;line-height:1.04}h3{font-size:1.16rem;font-weight:600;line-height:1.3}:focus-visible{outline:2px solid var(--focus);outline-offset:4px}.page-shell{width:100%;max-width:1280px;margin-inline:auto;padding-inline:32px}.section{border-top:1px solid var(--line);padding-block:clamp(94px,10.5vw,148px);scroll-margin-top:84px}.problems-section{border-top:0}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:50;background:#000;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;max-width:1380px;height:76px;margin-inline:auto;padding-inline:36px;display:flex}.brand-link{align-items:center;width:112px;height:44px;display:inline-flex}.brand-logo{flex:none;width:132px;line-height:0;display:inline-grid}.brand-logo-variant{object-fit:contain;grid-area:1/1;width:100%;height:auto}.brand-logo-on-light{display:none}.brand-logo-compact{width:112px}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav a,.language-link{color:var(--text-secondary);font-size:.82rem;font-weight:560;transition:color .16s}.desktop-nav a:hover,.language-link:hover{color:var(--text)}.header-actions{align-items:center;gap:20px;display:flex}.language-link{border-right:1px solid var(--line);padding-right:20px}.theme-toggle{border:1px solid var(--line);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.theme-toggle:hover{background:var(--surface-soft);border-color:var(--line-strong);color:var(--text)}.theme-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:11px;min-height:50px;padding-inline:23px;font-size:.9rem;font-weight:650;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-small{border-radius:8px;min-height:40px;padding-inline:17px;font-size:.78rem}.button-primary{background:var(--action);color:var(--action-foreground)}.button-primary:hover{background:var(--action-hover);color:var(--action-hover-foreground)}.arrow-mark{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:0 0 20px;width:20px;height:20px}.motion-paused *,.motion-paused :before,.motion-paused :after{animation-play-state:paused!important}.mobile-nav{display:none;position:relative}.mobile-nav summary{cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.menu-mark,.menu-mark:before,.menu-mark:after{content:"";background:currentColor;width:21px;height:1px;display:block;position:absolute}.menu-mark:before{transform:translateY(-6px)}.menu-mark:after{transform:translateY(6px)}.mobile-nav-panel{border:1px solid var(--line-strong);background:#111216;border-radius:12px;gap:3px;width:min(290px,100vw - 40px);padding:9px;display:grid;position:absolute;top:52px;right:0}.mobile-nav-panel>a:not(.button){color:var(--text-secondary);border-radius:7px;padding:12px;font-size:.92rem}.mobile-nav-panel>a:not(.button):hover{background:rgba(var(--visual-fill-rgb), .06);color:var(--text)}.hero{min-height:1000px;padding-top:76px;position:relative;overflow:hidden}.hero:after{background:linear-gradient(180deg, transparent, var(--background) 88%);content:"";pointer-events:none;z-index:0;height:150px;position:absolute;bottom:0;left:0;right:0}.hero-aura{background:radial-gradient(ellipse at 50% 52%, rgba(var(--aura-strong-rgb), .24) 0%, rgba(var(--aura-soft-rgb), .1) 34%, transparent 70%);filter:blur(18px);pointer-events:none;position:absolute;inset:80px -10% 100px}.hero-inner{z-index:1;padding-top:clamp(72px,8vw,116px);position:relative}.hero-copy{text-align:center;max-width:1080px;margin-inline:auto;animation:.7s cubic-bezier(.22,1,.36,1) both hero-copy-in}.hero h1{text-wrap:balance;max-width:22ch;margin-inline:auto;font-size:clamp(2.85rem,5.4vw,4.75rem);font-weight:520;line-height:1.04}.hero h1 span{text-wrap:balance;display:block}.hero-copy>p{color:var(--text-secondary);max-width:760px;margin:28px auto 0;font-size:clamp(.94rem,1.1vw,1.02rem);line-height:1.65}.hero-cta{min-width:166px;margin-top:28px}.hero-product{margin-top:42px;padding:0 16px 64px;animation:.85s cubic-bezier(.22,1,.36,1) 90ms both hero-product-in;position:relative}.preview-window{background:var(--visual-background);border:1px solid var(--line-strong);border-radius:13px;position:relative;overflow:hidden}.hero-frame{border-bottom:0;box-shadow:0 32px 100px #00000080;-webkit-mask-image:linear-gradient(#000 0% 78%,#0000 100%);mask-image:linear-gradient(#000 0% 78%,#0000 100%)}.preview-topbar{border-bottom:1px solid var(--line);color:var(--text-muted);grid-template-columns:1fr 2fr 1fr;align-items:center;height:46px;padding-inline:17px;font-size:.64rem;display:grid}.preview-topbar strong{color:var(--visual-text);letter-spacing:.04em;font-size:.68rem}.preview-topbar span{color:var(--text-secondary);text-align:center}.preview-topbar i{background:rgba(var(--visual-fill-rgb), .13);border-radius:4px;justify-self:end;width:48px;height:8px}.preview-layout{aspect-ratio:16/8.35;grid-template-columns:15% 85%;display:grid}.preview-sidebar{border-right:1px solid var(--line);place-content:start stretch;gap:14px;padding:28px 18px;display:grid}.preview-sidebar i{background:rgba(var(--visual-fill-rgb), .075);border-radius:3px;height:7px}.preview-sidebar i:nth-child(2),.preview-sidebar i:nth-child(5){width:74%}.preview-canvas{min-width:0;padding:24px}.skeleton-board{grid-template-columns:repeat(5,1fr);gap:12px;height:100%;display:grid;position:relative}.skeleton-board>div{background:rgba(var(--visual-fill-rgb), .025);border:1px solid var(--line);border-radius:7px;place-content:start stretch;gap:10px;padding:12px;display:grid;overflow:visible}.skeleton-board b{background:rgba(var(--visual-fill-rgb), .12);border-radius:3px;width:62%;height:7px;margin-bottom:4px}.skeleton-board i{background:linear-gradient(145deg, rgba(var(--visual-fill-rgb), .09), rgba(var(--visual-fill-rgb), .035));border:1px solid var(--line);border-radius:6px;height:clamp(48px,5vw,76px);position:relative}.board-task-moving{z-index:4;animation:9s cubic-bezier(.16,1,.3,1) infinite board-task-transfer;box-shadow:0 16px 32px #00000057;border-color:rgba(var(--accent-border-rgb), .38)!important}.board-task-moving:before,.board-task-moving:after{background:rgba(var(--visual-fill-rgb), .13);content:"";border-radius:2px;width:58%;height:5px;position:absolute;top:11px;left:9px}.board-task-moving:after{background:rgba(var(--accent-rgb), .45);width:26%;top:auto;bottom:10px}.board-drop-target{border:1px dashed rgba(var(--accent-border-rgb), .42);opacity:0;border-radius:6px;width:calc(20% - 13px);height:clamp(48px,5vw,76px);animation:9s infinite board-target;position:absolute;top:41px;left:calc(40% + 5px)}.skeleton-list{border:1px solid var(--line);border-radius:7px;height:100%;display:grid;overflow:hidden}.skeleton-list b,.skeleton-list i{border-bottom:1px solid var(--line);min-height:11%;display:block;position:relative}.skeleton-list b{background:rgba(var(--visual-fill-rgb), .055)}.skeleton-list i:before,.skeleton-list i:after{background:rgba(var(--visual-fill-rgb), .1);content:"";border-radius:3px;width:28%;height:6px;position:absolute;top:calc(50% - 3px);left:22px}.skeleton-list i:after{width:12%;left:auto;right:22px}.skeleton-calendar{border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(7,1fr);height:100%;display:grid}.skeleton-calendar i{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:72px;position:relative}.skeleton-calendar i:nth-child(3n):after,.skeleton-calendar i:nth-child(8n):after{background:rgba(var(--accent-rgb), .24);border:1px solid rgba(var(--accent-border-rgb), .24);content:"";border-radius:3px;height:7px;position:absolute;bottom:12px;left:9px;right:9px}.skeleton-backlog{grid-template-rows:repeat(2,1fr);gap:10px;height:100%;display:grid;position:relative}.backlog-column,.sprint-column{border:1px solid var(--line);border-radius:7px;place-content:start stretch;gap:5px;padding:8px;display:grid;overflow:hidden}.backlog-column>b,.sprint-column>b{background:rgba(var(--visual-fill-rgb), .13);border-radius:3px;width:38%;height:7px;margin-bottom:5px}.backlog-column>i,.sprint-column>i,.backlog-moving-task{background:rgba(var(--visual-fill-rgb), .045);border:1px solid var(--line);border-radius:6px;height:clamp(20px,2.3vw,32px)}.sprint-column>span{background:linear-gradient(90deg, var(--accent) 0 64%, rgba(var(--visual-fill-rgb), .07) 64%);border-radius:2px;height:4px;margin-bottom:2px}.backlog-source-task{animation:8s infinite backlog-source}.backlog-arriving-task{animation:8s infinite backlog-arrival}.backlog-moving-task{z-index:4;animation:8s cubic-bezier(.16,1,.3,1) infinite backlog-transfer;position:absolute;bottom:36px;left:9px;right:9px}.skeleton-spaces{height:100%;position:relative}.spaces-screen{padding:clamp(12px,2vw,24px);display:block}.spaces-heading{gap:7px;display:grid}.spaces-heading b{color:var(--visual-text);font-size:clamp(.6rem,.78vw,.76rem);font-weight:620}.spaces-heading span{background:rgba(var(--visual-fill-rgb), .06);border-radius:3px;width:58%;height:6px;display:block}.spaces-heading span:last-child{width:44%}.spaces-create-row{border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr .25fr .2fr;align-items:end;gap:10px;margin-top:20px;padding:12px;display:grid}.spaces-name-field,.spaces-mode-field{gap:7px;display:grid}.spaces-name-field small,.spaces-mode-field small{color:var(--text-muted);text-transform:uppercase;font-size:clamp(.42rem,.58vw,.56rem);font-weight:650}.spaces-name-field i,.spaces-mode-field i{border:1px solid var(--line);border-radius:5px;align-items:center;height:29px;padding-inline:9px;font-style:normal;display:flex;overflow:hidden}.spaces-name-field i span{color:var(--visual-text);white-space:nowrap;font-size:clamp(.46rem,.64vw,.62rem);animation:9s steps(5,end) both space-type}.spaces-name-field i em{background:var(--accent-ink);width:1px;height:13px;margin-left:2px;animation:9s step-end both space-caret}.spaces-mode-field i{justify-content:space-between}.spaces-mode-field i span{color:var(--text-secondary);font-size:clamp(.44rem,.6vw,.58rem)}.spaces-mode-field i em{border-bottom:1px solid var(--text-muted);border-right:1px solid var(--text-muted);width:5px;height:5px;rotate:45deg}.spaces-create-action{background:rgba(var(--accent-rgb), .2);border:1px solid rgba(var(--accent-border-rgb), .25);border-radius:5px;justify-content:center;align-items:center;height:29px;animation:9s both space-button;display:flex;position:relative;overflow:visible}.spaces-create-action>span{color:var(--accent-ink);white-space:nowrap;place-items:center;font-size:clamp(.42rem,.56vw,.54rem);font-weight:650;position:absolute;inset:0}.spaces-create-label{animation:9s both space-create-label;display:grid}.spaces-creating-label{padding-right:8px;animation:9s both space-creating-label;display:grid}.spaces-create-spinner{border:1px solid rgba(var(--accent-border-rgb), .35);border-top-color:var(--accent-ink);opacity:0;border-radius:50%;width:9px;height:9px;animation:9s linear both space-create-spinner;position:absolute;right:8px}.space-management-card{background:rgba(var(--visual-fill-rgb), .025);border:1px solid var(--line);border-radius:8px;gap:12px;max-width:52%;margin-top:16px;padding:13px;display:grid}.space-card-title{grid-template-columns:28px 1fr 20px;align-items:center;gap:9px;display:grid}.space-card-title>i{background:var(--accent);color:#f4f4ff;border-radius:6px;justify-content:center;align-items:center;height:28px;font-size:.56rem;font-style:normal;font-weight:700;display:flex}.space-card-title>span{gap:5px;display:grid}.space-card-title b{color:var(--visual-text);letter-spacing:-.01em;font-size:clamp(.48rem,.66vw,.64rem)}.space-card-title small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.37rem,.5vw,.48rem);overflow:hidden}.space-card-title em{background:rgba(var(--visual-fill-rgb), .08);border-radius:2px;height:16px;display:block}.space-card-footer{border-top:1px solid var(--line);justify-content:space-between;padding-top:11px;display:flex}.space-card-footer i,.space-card-footer b{background:rgba(var(--visual-fill-rgb), .1);border-radius:2px;width:18%;height:6px}.space-card-created{opacity:1;transform-origin:top;margin-top:0;animation:9s cubic-bezier(.16,1,.3,1) both space-created;position:absolute;top:clamp(150px,18vw,178px);left:calc(52% + 30px);right:24px}.space-created-status{background:rgba(var(--accent-rgb), .09);border:1px solid rgba(var(--accent-border-rgb), .22);opacity:1;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;animation:9s both space-status;display:flex;position:absolute;bottom:12px;left:24px}.space-created-status i{background:var(--accent);border-radius:50%;width:7px;height:7px}.space-created-status span{color:var(--accent-ink);font-size:clamp(.42rem,.56vw,.54rem)}.spaces-action-cursor{background:var(--accent-ink);opacity:0;z-index:4;border-radius:50%;width:7px;height:7px;animation:9s both space-cursor;position:absolute;bottom:-7px;right:-6px;box-shadow:0 5px 16px #00000080}.skeleton-marketplace{height:100%;position:relative}.marketplace-screen{padding:clamp(10px,1.7vw,20px)}.marketplace-heading{gap:7px;display:grid}.marketplace-heading small{color:var(--accent);text-transform:uppercase;font-size:clamp(.4rem,.52vw,.5rem);font-weight:700}.marketplace-heading b{color:var(--visual-text);font-size:clamp(.56rem,.75vw,.72rem)}.marketplace-heading span{background:rgba(var(--visual-fill-rgb), .08);border-radius:3px;width:68%;height:5px;display:block}.marketplace-heading span:last-child{width:52%}.marketplace-body{grid-template-columns:1.25fr .75fr;gap:12px;margin-top:18px;display:grid}.marketplace-addon-card,.marketplace-detail-card{background:rgba(var(--visual-fill-rgb), .022);border:1px solid var(--line);border-radius:8px;min-width:0;padding:13px}.addon-card-head{justify-content:space-between;align-items:center;display:flex}.addon-card-head span{color:var(--text-muted);text-transform:uppercase;font-size:clamp(.37rem,.48vw,.46rem);font-weight:650}.addon-card-head i{background:rgba(var(--accent-rgb), .23);border-radius:999px;width:22%;height:16px}.marketplace-addon-card>b{color:var(--visual-text);margin-top:11px;font-size:clamp(.54rem,.74vw,.7rem);display:block}.marketplace-addon-card>p{color:var(--text-muted);max-width:34ch;margin-top:7px;font-size:clamp(.37rem,.5vw,.48rem);line-height:1.45}.addon-card-benefit{align-items:center;gap:7px;margin-top:14px;display:flex}.addon-card-benefit i{border-bottom:1px solid var(--accent-ink);border-right:1px solid var(--accent-ink);width:3px;height:6px;rotate:45deg}.addon-card-benefit span{color:var(--text-secondary);font-size:clamp(.36rem,.48vw,.46rem)}.addon-card-footer{border-top:1px solid var(--line);justify-content:space-between;margin:15px -13px -13px;padding:11px 13px;display:flex}.addon-card-footer span{color:var(--accent-ink);font-size:clamp(.38rem,.5vw,.48rem)}.addon-card-footer b{background:rgba(var(--visual-fill-rgb), .1);border-radius:2px;width:18%;height:6px}.marketplace-detail-card{animation:7s infinite marketplace-detail}.marketplace-detail-card>small{color:var(--accent-ink);font-size:clamp(.4rem,.52vw,.5rem);font-weight:700}.marketplace-detail-card>strong{color:var(--visual-text);margin-top:10px;font-size:clamp(.46rem,.62vw,.6rem);display:block}.marketplace-detail-card>span{background:rgba(var(--visual-fill-rgb), .06);border-radius:2px;width:78%;height:6px;margin-top:8px;display:block}.marketplace-add-action{background:rgba(var(--accent-rgb), .18);border:1px solid rgba(var(--accent-border-rgb), .2);border-radius:5px;justify-content:center;align-items:center;height:31px;margin-top:16px;animation:8s infinite addon-installed;display:flex;position:relative;overflow:hidden}.marketplace-add-action span{opacity:0;place-items:center;font-size:clamp(.38rem,.52vw,.5rem);font-weight:650;position:absolute;inset:0}.marketplace-action-add{color:var(--accent-ink);animation:8s infinite plugin-label-add;display:grid}.marketplace-action-installing{color:var(--accent-ink);animation:8s infinite plugin-label-installing;display:grid}.marketplace-action-added{color:#c9f5d7;animation:8s infinite plugin-label-added;display:grid}.marketplace-action-progress{background:linear-gradient(90deg, var(--accent), var(--accent-ink));transform-origin:0;border-radius:999px;height:3px;margin-top:9px;animation:8s infinite plugin-install-progress;display:block}.marketplace-action-cursor{background:var(--accent-ink);z-index:4;border-radius:50%;width:7px;height:7px;animation:8s infinite plugin-cursor;position:absolute;top:43%;right:18%;box-shadow:0 5px 16px #00000080}.skeleton-permissions{grid-template-columns:.34fr .66fr;height:100%;display:grid}.permission-form{border-right:1px solid var(--line);place-content:start stretch;gap:9px;padding:clamp(10px,1.7vw,20px);display:grid}.permission-form>b,.permission-form>i,.permission-form>span,.permission-form>em{background:rgba(var(--visual-fill-rgb), .1);border-radius:3px;width:28%;height:6px;display:block}.permission-form>i,.permission-form>span{border:1px solid var(--line);background:0 0;width:100%;height:30px}.permission-form>span{height:54px}.permission-form>em{background:rgba(var(--visual-fill-rgb), .07);width:46%;margin-top:9px}.permission-colors{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.permission-colors i{background:#e85850;border-radius:50%;width:14px;height:14px;animation:7s infinite color-select}.permission-colors i:nth-child(2){background:#f18a34}.permission-colors i:nth-child(3){background:#ecb43a}.permission-colors i:nth-child(4){background:#90cc42}.permission-colors i:nth-child(5){background:#59c678}.permission-colors i:nth-child(6){background:#55b8ad}.permission-colors i:nth-child(7){background:#4caeda}.permission-colors i:nth-child(8){background:#5f82f0}.permission-colors i:nth-child(9){background:var(--accent)}.permission-colors i:nth-child(10){background:#9c64ee}.permission-colors i:nth-child(11){background:#c955df}.permission-colors i:nth-child(12){background:#dd558f}.permission-colors i:nth-child(9){animation-delay:-3.5s}.permission-list{min-width:0;padding:clamp(8px,1.5vw,17px)}.permissions-head{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.permissions-head>b{background:rgba(var(--visual-fill-rgb), .12);border-radius:3px;width:22%;height:7px}.permissions-head>span{gap:5px;display:flex}.permissions-head i{border:1px solid var(--line);border-radius:4px;width:45px;height:20px}.permission-row{border:1px solid var(--line);border-bottom:0;grid-template-columns:18px 1fr 22px;align-items:center;gap:10px;padding:8px 10px;display:grid}.permission-row:first-of-type{border-radius:7px 7px 0 0}.permission-row:last-child{border-bottom:1px solid var(--line);border-radius:0 0 7px 7px}.permission-row>small{border:1px solid var(--line-strong);border-radius:3px;height:13px;animation:6s ease-in-out infinite permission-toggle}.permission-row-2>small{animation-delay:1.2s}.permission-row-3>small{animation-delay:2.4s}.permission-row-4>small{animation-delay:3.6s}.permission-row-5>small{animation-delay:4.8s}.permission-row>span{gap:5px;display:grid}.permission-row span b,.permission-row span em{background:rgba(var(--visual-fill-rgb), .11);border-radius:3px;width:36%;height:5px}.permission-row span em{background:rgba(var(--visual-fill-rgb), .055);width:62%}.permission-row>strong{background:rgba(var(--visual-fill-rgb), .07);border-radius:3px;height:16px}@keyframes board-task-transfer{0%,18%{opacity:1;transform:translate(0,0)}27%,47%{transform:translate(calc(100% + 24px),66px)}56%,78%{transform:translate(calc(200% + 48px))}88%{opacity:1;transform:translate(calc(200% + 48px))}94%{opacity:0}95%,to{opacity:0;transform:translate(0,0)}}@keyframes board-target{0%,48%,88%,to{opacity:0}54%,80%{opacity:1}}@keyframes backlog-source{0%,22%,to{opacity:1}34%,86%{opacity:.22}}@keyframes backlog-arrival{0%,52%{opacity:0;transform:translateY(-8px)}64%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes backlog-transfer{0%,20%{opacity:0;transform:translate(0,0)}27%{opacity:1}58%,80%{opacity:1;transform:translateY(calc(-100% - 62px))}90%,to{opacity:0;transform:translateY(calc(-100% - 62px))}}@keyframes space-button{0%,36%,to{background:rgba(var(--accent-rgb), .2);border-color:rgba(var(--accent-border-rgb), .25);transform:scale(1)}42%,46%{background:rgba(var(--accent-rgb), .46);border-color:rgba(var(--accent-border-rgb), .46);transform:scale(.965)}50%,61%{background:rgba(var(--accent-rgb), .31);transform:scale(1)}68%,90%{background:rgba(var(--accent-rgb), .14);border-color:rgba(var(--accent-border-rgb), .2)}}@keyframes space-type{0%,8%{clip-path:inset(0 100% 0 0)}29%,to{clip-path:inset(0)}}@keyframes space-caret{0%,8%,15%,22%{opacity:1}12%,19%,26%,to{opacity:0}}@keyframes space-create-label{0%,46%,65%,to{opacity:1}50%,61%{opacity:0}}@keyframes space-creating-label{0%,46%,65%,to{opacity:0}50%,61%{opacity:1}}@keyframes space-create-spinner{0%,46%{opacity:0;transform:rotate(0)}50%{opacity:1;transform:rotate(90deg)}58%{opacity:1;transform:rotate(540deg)}62%,to{opacity:0;transform:rotate(630deg)}}@keyframes space-cursor{0%,32%{opacity:0;transform:translate(13px,11px)scale(1)}37%,42%{opacity:1;transform:translate(0,0)scale(1)}46%{opacity:0;transform:translate(0,0)scale(.72)}to{opacity:0;transform:translate(13px,11px)scale(1)}}@keyframes space-created{0%,66%{clip-path:inset(0 0 100% round 8px);filter:blur(2px);opacity:0;transform:translateY(-10px)scale(.985)}76%,to{clip-path:inset(0 round 8px);filter:blur();opacity:1;transform:translateY(0)scale(1)}}@keyframes space-status{0%,76%{clip-path:inset(0 100% 0 0);opacity:0}84%,to{clip-path:inset(0);opacity:1}}@keyframes addon-installed{0%,32%,to{background:rgba(var(--accent-rgb), .18);border-color:rgba(var(--accent-border-rgb), .2)}44%,62%{background:rgba(var(--accent-rgb), .3);border-color:rgba(var(--accent-border-rgb), .38)}70%,90%{background:#4fad6f24;border-color:#74d39547}}@keyframes marketplace-detail{0%,18%{opacity:.7;transform:translate(5px)}30%,to{opacity:1;transform:translate(0)}}@keyframes plugin-label-add{0%,34%,to{opacity:1}40%,94%{opacity:0}}@keyframes plugin-label-installing{0%,34%,66%,to{opacity:0}42%,60%{opacity:1}}@keyframes plugin-label-added{0%,64%,96%,to{opacity:0}72%,90%{opacity:1}}@keyframes plugin-install-progress{0%,36%,to{opacity:0;transform:scaleX(0)}43%{opacity:1;transform:scaleX(.08)}64%,90%{opacity:1;transform:scaleX(1)}96%{opacity:0}}@keyframes plugin-cursor{0%,16%{transform:translate(-54px,-26px)}36%,48%{transform:translateY(22px)}72%,90%{opacity:.7;transform:translateY(22px)}to{opacity:0;transform:translate(-54px,-26px)}}@keyframes permission-toggle{0%,32%,to{box-shadow:none;background:0 0}46%,78%{background:rgba(var(--accent-rgb), .48);box-shadow:inset 0 0 0 3px var(--accent)}}@keyframes color-select{0%,34%,to{box-shadow:0 0 0 0 rgba(var(--accent-border-rgb), 0);transform:scale(1)}46%,72%{box-shadow:0 0 0 2px var(--visual-background), 0 0 0 3px var(--accent-ink);transform:scale(1.08)}}.mobile-frame{box-shadow:0 24px 70px #000000b8, 0 0 0 1px rgba(var(--visual-fill-rgb), .2);z-index:4;background:#050607;border:5px solid #050607;border-radius:30px;width:clamp(140px,17vw,210px);position:absolute;bottom:14px;right:-1%;overflow:hidden}.mobile-preview{background:var(--visual-surface);flex-direction:column;gap:10px;min-height:370px;padding:30px 10px 14px;display:flex}.mobile-activity-head{border-bottom:1px solid var(--line);grid-template-columns:15px 1fr 12px;align-items:center;gap:6px;margin-inline:-10px;padding:0 10px 12px;display:grid}.mobile-activity-head>i{border-bottom:1px solid var(--text-muted);border-left:1px solid var(--text-muted);width:6px;height:6px;rotate:45deg}.mobile-activity-head strong{text-overflow:ellipsis;white-space:nowrap;font-size:.45rem;overflow:hidden}.mobile-activity-head span{background:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12);border-radius:50%;justify-self:end;width:5px;height:5px}.mobile-activity-card{background:rgba(var(--visual-fill-rgb), .025);border:1px solid var(--line);border-radius:7px;gap:7px;padding:10px;display:grid}.mobile-activity-card span{color:var(--visual-text);font-size:.42rem;font-weight:650}.mobile-activity-card b,.mobile-activity-card i{background:rgba(var(--visual-fill-rgb), .09);border-radius:2px;width:72%;height:5px}.mobile-activity-card i{width:48%}.mobile-state-cycle{background:rgba(var(--accent-rgb), .07);border:1px solid rgba(var(--accent-border-rgb), .2);border-radius:6px;height:34px;position:relative;overflow:hidden}.mobile-state-cycle span{color:var(--accent-ink);opacity:0;align-items:center;padding-inline:10px;font-size:.4rem;animation:9s ease-in-out infinite mobile-state;display:flex;position:absolute;inset:0}.mobile-state-cycle span:nth-child(2){animation-delay:3s}.mobile-state-cycle span:nth-child(3){animation-delay:6s}.mobile-route{border:1px solid var(--line);border-radius:7px;gap:13px;padding:10px;display:grid}.mobile-route>span{color:var(--text-muted);font-size:.38rem}.mobile-route>div{grid-template-columns:8px 1fr 8px;align-items:center;display:grid;position:relative}.mobile-route>div:before{background:var(--line-strong);content:"";height:1px;position:absolute;left:5px;right:5px}.mobile-route i,.mobile-route em{background:var(--accent);border:2px solid var(--accent-ink);z-index:1;border-radius:50%;width:8px;height:8px;position:relative}.mobile-route em{background:var(--visual-surface);border-color:var(--text-muted)}.mobile-route b{background:var(--accent-ink);box-shadow:0 0 10px rgba(var(--accent-rgb), .68);z-index:2;border-radius:50%;justify-self:start;width:5px;height:5px;animation:9s ease-in-out infinite mobile-travel;position:relative}.mobile-start-control{background:var(--accent);border:1px solid rgba(var(--accent-border-rgb), .3);color:#fff;text-align:center;border-radius:6px;justify-content:center;align-items:center;min-height:31px;margin-top:auto;padding:7px 8px;animation:9s infinite mobile-start;display:flex}.mobile-start-control span{font-size:clamp(.34rem,.5vw,.48rem);font-weight:680;line-height:1.15}@keyframes mobile-state{0%,6%{opacity:0;transform:translateY(6px)}13%,26%{opacity:1;transform:translateY(0)}32%,to{opacity:0;transform:translateY(-6px)}}@keyframes mobile-travel{0%,28%{transform:translate(-1px)}60%,78%{transform:translate(76px)}92%,to{transform:translate(0)}}@keyframes mobile-start{0%,26%,to{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0)}36%,62%{box-shadow:0 0 0 5px rgba(var(--accent-rgb), .12)}}.hero-flow{grid-template-columns:repeat(3,1fr);margin:72px 0 0;padding:0 16px;list-style:none;display:grid}.hero-flow li{border-top:1px solid var(--line);gap:16px;min-height:138px;padding:20px 18px 0 0;display:grid;position:relative}.hero-flow li+li{margin-left:42px}.hero-flow span,.section-index,.use-case-index,.platform-copy>span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:700}.hero-flow strong{font-family:var(--font-display), sans-serif;font-size:1.36rem;font-weight:520}.hero-flow i{background:linear-gradient(90deg, rgba(var(--visual-fill-rgb), .23) 0 32%, rgba(var(--visual-fill-rgb), .1) 32% 78%, transparent 78%);max-width:280px;height:5px}.section-heading{display:grid}.split-heading{grid-template-columns:minmax(0,.95fr) minmax(310px,.55fr);align-items:end;column-gap:64px}.split-heading .section-index{grid-column:1/-1;margin-bottom:30px}.wide-heading{max-width:950px}.wide-heading .section-index{margin-bottom:30px}.wide-heading .section-description{margin-top:28px}.section-heading h2{max-width:15ch}.section-description{color:var(--text-secondary);max-width:60ch;font-size:1rem;line-height:1.75}.product-stage{margin-top:68px}.product-stage,.showcase-media{overflow:clip}.view-tabs{border-bottom:1px solid var(--line);align-items:center;gap:28px;margin-bottom:24px;display:flex}.view-tabs button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0 0 15px;font-size:.78rem;position:relative}.view-tabs .active{color:var(--text)}.view-tabs .active:after{background:var(--text);content:"";height:1px;position:absolute;bottom:-1px;left:0;right:0}.product-stage .preview-window,.showcase-media .preview-window{box-shadow:0 28px 80px #00000052}.planning-modes-grid{border-bottom:1px solid var(--line);border-top:1px solid var(--line);margin-top:var(--gap-heading);grid-template-columns:repeat(4,1fr);display:grid}.planning-modes-grid article{border-right:1px solid var(--line);padding:30px 30px 38px 0;transition:background-color .22s;overflow:hidden}.planning-modes-grid article+article{padding-left:30px}.planning-modes-grid article:last-child{border-right:0}.planning-modes-grid article:hover{background:rgba(var(--visual-fill-rgb), .018)}.planning-modes-grid article>span{color:var(--text-muted);letter-spacing:.08em;margin-top:32px;font-size:.65rem;font-weight:700;display:block}.planning-modes-grid h3{margin-top:20px;font-size:1.35rem}.planning-modes-grid p{color:var(--text-secondary);max-width:44ch;margin-top:12px;font-size:.86rem;line-height:1.7}.planning-demo{background:var(--visual-background);border:1px solid var(--line-strong);border-radius:11px;height:150px;padding:18px;position:relative;overflow:hidden}.planning-work-order{background:radial-gradient(circle at 82% 10%, rgba(var(--accent-rgb), .12), transparent 38%), var(--visual-background)}.work-order-card{background:rgba(var(--visual-fill-rgb), .055);border:1px solid rgba(var(--accent-border-rgb), .3);border-radius:7px;gap:5px;margin-top:19px;padding:11px;animation:4.8s cubic-bezier(.22,1,.36,1) infinite work-order-in;display:grid;position:relative}.work-order-card strong{font-size:clamp(.48rem,.7vw,.64rem);font-weight:600}.work-order-card span{color:var(--text-muted);font-size:clamp(.4rem,.58vw,.52rem)}.work-order-card b{background:rgba(var(--accent-rgb), .22);color:var(--accent-ink);border-radius:3px;justify-self:start;padding:3px 5px;font-size:clamp(.38rem,.52vw,.47rem);font-weight:600}.work-order-status{align-items:center;gap:5px;margin-top:12px;display:flex}.work-order-status i{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:4.8s ease-in-out infinite status-dot}.work-order-status i:nth-of-type(2){background:#5ec78a;animation-delay:.45s}.work-order-status span{background:rgba(var(--visual-fill-rgb), .12);border-radius:3px;width:24%;height:5px}.planning-demo:after{background:radial-gradient(circle, rgba(var(--accent-rgb), .16), transparent 68%);content:"";width:130px;height:130px;position:absolute;top:-55px;right:-40px}.planning-demo-head{color:var(--text-muted);letter-spacing:.07em;justify-content:space-between;align-items:center;font-size:.58rem;font-weight:700;display:flex}.planning-demo-head>i{background:rgba(var(--visual-fill-rgb), .14);border-radius:50%;width:6px;height:6px}.planning-demo-head>strong{color:var(--accent-ink);font-size:.62rem}.schedule-grid{border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid;position:absolute;inset:50px 18px 18px}.schedule-grid>i{border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.schedule-grid>b{background:rgba(var(--accent-rgb), .32);border:1px solid rgba(var(--accent-border-rgb), .42);border-radius:3px;width:28%;height:22px;animation:5.4s ease-in-out infinite schedule-shift;position:absolute;top:28px;left:8%}.recurrence-line{justify-content:space-between;align-items:center;display:flex;position:absolute;inset:55px 25px 30px}.recurrence-line:before{background:var(--line-strong);content:"";height:1px;position:absolute;left:0;right:0}.recurrence-line>i{background:var(--visual-surface);border:1px solid rgba(var(--accent-border-rgb), .5);z-index:1;border-radius:50%;width:16px;height:16px;animation:3.2s ease-in-out infinite occurrence-pulse;position:relative}.recurrence-line>i:nth-child(2){animation-delay:.45s}.recurrence-line>i:nth-child(3){animation-delay:.9s}.recurrence-line>i:nth-child(4){animation-delay:1.35s}.recurrence-line>b{background:var(--accent-ink);box-shadow:0 0 16px rgba(var(--accent-rgb), .7);border-radius:50%;width:5px;height:5px;animation:4s linear infinite recurrence-travel;position:absolute;left:0}.sprint-progress{background:rgba(var(--visual-fill-rgb), .065);border-radius:3px;height:5px;margin-top:17px;overflow:hidden}.sprint-progress i{background:linear-gradient(90deg, var(--accent), var(--accent-ink));width:68%;height:100%;animation:4.8s ease-in-out infinite sprint-fill;display:block}.sprint-rows{gap:8px;margin-top:18px;display:grid}.sprint-rows i{background:rgba(var(--visual-fill-rgb), .08);border-radius:3px;width:76%;height:8px;animation:3.6s ease-in-out infinite sprint-row}.sprint-rows i:nth-child(2){width:92%;animation-delay:.35s}.sprint-rows i:nth-child(3){width:58%;animation-delay:.7s}@keyframes schedule-shift{0%,18%{transform:translate(0)}45%,66%{transform:translate(118%)}88%,to{transform:translate(222%)}}@keyframes occurrence-pulse{0%,55%,to{background:var(--visual-surface);box-shadow:none}22%{background:var(--accent);box-shadow:0 0 0 5px rgba(var(--accent-rgb), .1)}}@keyframes recurrence-travel{0%{transform:translate(0)}to{transform:translate(250px)}}@keyframes sprint-fill{0%,to{width:42%}50%{width:82%}}@keyframes sprint-row{0%,to{opacity:.35;transform:translate(0)}50%{opacity:1;transform:translate(8px)}}.planning-workbench{border-top:1px solid var(--line);margin-top:var(--gap-block);grid-template-columns:minmax(270px,.62fr) minmax(0,1.38fr);align-items:center;gap:clamp(56px,8vw,112px);padding-top:78px;display:grid}.planning-workbench-copy h3{max-width:10ch;font-size:clamp(2.35rem,4.2vw,4.35rem);font-weight:520;line-height:1.03}.planning-workbench-copy>p{color:var(--text-secondary);max-width:46ch;margin-top:25px;font-size:.94rem;line-height:1.75}.planning-workbench-copy ul{gap:12px;margin:27px 0 0;padding:0;list-style:none;display:grid}.planning-workbench-copy li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.82rem;line-height:1.5;display:flex}.planning-workbench-preview{aspect-ratio:1.38;background:radial-gradient(circle at 82% 10%, rgba(var(--accent-rgb), .09), transparent 32%), var(--visual-background);border:1px solid var(--line-strong);border-radius:14px;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000052}.workbench-topbar{border-bottom:1px solid var(--line);grid-template-columns:1fr 2fr 1fr;align-items:center;height:46px;padding-inline:17px;font-size:.63rem;display:grid}.workbench-topbar strong{letter-spacing:.04em}.workbench-topbar span{color:var(--text-secondary);text-align:center}.workbench-topbar i{background:rgba(var(--visual-fill-rgb), .12);border-radius:3px;justify-self:end;width:38px;height:7px}.workbench-columns{flex-direction:column;gap:12px;height:calc(100% - 46px);padding:18px;display:flex;position:relative}.workbench-column{background:rgba(var(--visual-fill-rgb), .018);border:1px solid var(--line);border-radius:9px;align-content:start;gap:9px;min-width:0;padding:12px;display:grid}.workbench-sprint{flex:0 0 42%}.workbench-backlog{flex:auto}.workbench-column>div{justify-content:space-between;align-items:center;min-height:23px;margin-bottom:3px;display:flex}.workbench-column>div strong{font-size:clamp(.55rem,.72vw,.7rem)}.workbench-column>div span{background:rgba(var(--visual-fill-rgb), .07);color:var(--text-muted);border-radius:999px;padding:3px 7px;font-size:.5rem}.workbench-column>article,.workbench-moving-task{background:var(--visual-surface);border:1px solid var(--line);border-radius:7px;grid-template-columns:8px 1fr 20px;align-items:center;gap:9px;min-height:42px;padding:8px 9px;display:grid}.workbench-column article>i,.workbench-moving-task>i{background:var(--accent);border-radius:50%;width:6px;height:6px}.workbench-column article>span,.workbench-moving-task>span{gap:4px;min-width:0;display:grid}.workbench-column article strong,.workbench-moving-task strong{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.48rem,.67vw,.64rem);font-weight:580;overflow:hidden}.workbench-column article small,.workbench-moving-task small{color:var(--text-muted);font-size:.46rem}.workbench-column article>b,.workbench-moving-task>b{background:rgba(var(--visual-fill-rgb), .08);border-radius:3px;height:18px}.workbench-sprint{border-color:rgba(var(--accent-border-rgb), .18)}.workbench-sprint>div span{color:var(--accent-ink)}.workbench-source-task{animation:9s infinite workbench-source}.workbench-arrival{animation:9s infinite workbench-arrival}.workbench-moving-task{z-index:5;animation:9s cubic-bezier(.16,1,.3,1) infinite workbench-transfer;position:absolute;top:326px;left:31px;right:31px;box-shadow:0 16px 34px #00000085}@keyframes workbench-source{0%,20%,to{opacity:1}30%,88%{opacity:.18}}@keyframes workbench-arrival{0%,56%{opacity:0;transform:translateY(-8px)}68%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes workbench-transfer{0%,20%{opacity:0;transform:translate(0,0)}27%{opacity:1}58%,82%{border-color:rgba(var(--accent-border-rgb), .42);opacity:1;transform:translateY(-158px)}91%,to{opacity:0;transform:translateY(-158px)}}.use-case-grid{margin-top:var(--gap-heading);grid-template-columns:repeat(3,1fr);display:grid}.use-cases-section{border-top:0}.use-case{border-right:1px solid var(--line);padding:34px 34px 42px 0}.use-case+.use-case{padding-left:34px}.use-case:last-child{border-right:0}.use-case-visual{background:radial-gradient(circle at 82% 18%, rgba(var(--accent-rgb), .13), transparent 44%), var(--visual-background);border:1px solid var(--line-strong);border-radius:11px;height:140px;position:relative;overflow:hidden}.ud{width:calc(100% - 32px);height:calc(100% - 32px);position:absolute;inset:16px}.ud text{fill:var(--text-muted);font-family:var(--font-body), sans-serif;letter-spacing:.11em;font-size:9px;font-weight:700}.ud-map rect{fill:rgba(var(--visual-fill-rgb), .028);stroke:rgba(var(--visual-fill-rgb), .075);stroke-width:1px}.ud-route-base{fill:none;stroke:rgba(var(--visual-fill-rgb), .13);stroke-dasharray:3 4.5;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.ud-route-done{fill:none;stroke:var(--accent);stroke-dasharray:100;stroke-dashoffset:100px;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;animation:5.8s cubic-bezier(.33,0,.2,1) infinite ud-route}.ud-route-origin{fill:var(--visual-background);stroke:var(--accent-bright);stroke-width:2px}.ud-route-head{fill:var(--accent-bright);offset-path:path("M22 39 H70 V76 H150 V39 H206");offset-rotate:0deg;animation:5.8s cubic-bezier(.33,0,.2,1) infinite ud-route-head}.ud-pin{transform-box:fill-box;transform-origin:50% 100%;animation:5.8s cubic-bezier(.16,1,.3,1) infinite ud-pin}.ud-pin-body{fill:rgba(var(--accent-rgb), .24);stroke:var(--accent-bright);stroke-width:1.6px}.ud-pin-eye{fill:var(--accent-bright)}.ud-panel-body{fill:rgba(var(--visual-fill-rgb), .022);stroke:rgba(var(--visual-fill-rgb), .2);stroke-width:1.4px}.ud-bolt{transform-box:fill-box;transform-origin:50%}.ud-panel-vent{fill:none;stroke:rgba(var(--visual-fill-rgb), .22);stroke-linecap:round;stroke-width:2px}.ud-panel-led{fill:rgba(var(--accent-rgb), .28);animation:5.6s ease-in-out infinite ud-led}.ud-panel-arm{fill:none;stroke:rgba(var(--visual-fill-rgb), .16);stroke-width:2.4px}.ud-bolt-seat{fill:rgba(var(--visual-fill-rgb), .035);stroke:rgba(var(--visual-fill-rgb), .14);stroke-width:1.2px}.ud-bolt{animation:5.6s cubic-bezier(.5,0,.2,1) infinite ud-bolt}.ud-bolt-head{fill:rgba(var(--accent-rgb), .16);stroke:var(--accent-bright);stroke-linejoin:round;stroke-width:1.6px}.ud-bolt-core{fill:var(--accent-bright)}.ud-wrench{fill:var(--visual-background);stroke:var(--visual-text);stroke-linejoin:round;stroke-width:2px;animation:5.6s cubic-bezier(.5,0,.2,1) infinite ud-wrench}.ud-lane-split{fill:none;stroke:rgba(var(--visual-fill-rgb), .09);stroke-dasharray:3 5;stroke-width:1px}.ud-lane-track{fill:rgba(var(--visual-fill-rgb), .07)}.ud-lane-fill{transform-box:fill-box;transform-origin:0}.ud-lane-remote{fill:rgba(var(--visual-fill-rgb), .32);animation:6s ease-in-out infinite ud-remote}.ud-lane-field{fill:var(--accent);animation:6s cubic-bezier(.16,1,.3,1) infinite ud-field}.ud-lane-done{fill:none;stroke:var(--accent-bright);stroke-dasharray:16;stroke-dashoffset:16px;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;animation:6s ease-out infinite ud-done}.ud-ticket{animation:6s cubic-bezier(.16,1,.3,1) infinite ud-ticket}.ud-ticket-body{fill:rgba(var(--accent-rgb), .22);stroke:var(--accent-bright);stroke-width:1.4px}.ud-ticket-line{fill:none;stroke:rgba(var(--visual-fill-rgb), .65);stroke-linecap:round;stroke-width:1.6px}.product-inline-heading{grid-template-columns:.8fr 1.2fr;align-items:end;gap:28px;margin:92px 0 0;padding-top:36px;display:grid}.product-inline-heading[hidden],.product-stage[hidden]{display:none!important}.product-inline-heading h3{max-width:18ch;font-size:clamp(1.55rem,2.4vw,2.35rem)}.product-inline-heading p{color:var(--text-secondary);max-width:70ch;font-size:.86rem;line-height:1.7}.use-case h3{min-height:2.6em;margin-top:28px;font-size:1.45rem}.use-case>p{color:var(--text-secondary);min-height:94px;margin-top:16px;font-size:.9rem;line-height:1.7}.use-case ul,.showcase-copy ul{gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.use-case li,.showcase-copy li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.82rem;line-height:1.5;display:flex}.problems-grid{border-bottom:1px solid var(--line);border-top:1px solid var(--line);margin-top:var(--gap-heading);grid-template-columns:repeat(3,1fr);display:grid}.problem-card{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:294px;padding:28px 28px 30px 0}.problem-card:nth-child(3n+2),.problem-card:nth-child(3n+3){padding-left:28px}.problem-card:nth-child(3n){border-right:0}.problem-card:nth-last-child(-n+3){border-bottom:0}.problem-card>span{color:var(--text-muted);letter-spacing:.08em;font-size:.64rem;font-weight:700}.problem-card h3{max-width:24ch;margin-top:12px;font-size:1.1rem}.problem-card p{color:var(--text-secondary);max-width:34ch;margin-top:10px;font-size:.82rem;line-height:1.55}.problem-visual{background:radial-gradient(circle at 78% 18%, rgba(var(--accent-rgb), .13), transparent 48%), var(--visual-background);border:1px solid var(--line-strong);border-radius:9px;height:106px;margin-bottom:20px;position:relative;overflow:hidden}.pd{width:calc(100% - 28px);height:calc(100% - 28px);position:absolute;inset:14px}.pd text{font-family:var(--font-display), sans-serif}.pd-person circle,.pd-person path{fill:none;stroke:rgba(var(--visual-fill-rgb), .75);stroke-width:1.8px}.pd-box{fill:none;stroke:rgba(var(--visual-fill-rgb), .2);stroke-width:1.4px}.pd-bar{fill:rgba(var(--visual-fill-rgb), .16)}.pd-check{fill:none;stroke:var(--accent);stroke-dasharray:13;stroke-dashoffset:13px;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.pd-done-a .pd-check{animation:6.4s ease-out infinite pd-check-a}.pd-done-b .pd-check{animation:6.4s ease-out infinite pd-check-b}.pd-done-c .pd-check{animation:6.4s ease-out infinite pd-check-c}.pd-forgotten{animation:6.4s ease-in-out infinite pd-forgotten}.pd-point path{fill:none;stroke:var(--focus);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1px}.pd-point .pd-arrowhead{fill:none}.pd-point-a{animation:4.8s ease-in-out infinite pd-point-a}.pd-point-b{animation:4.8s ease-in-out infinite pd-point-b}.pd-point-c{animation:4.8s ease-in-out infinite pd-point-c}.pd-point{opacity:0}.pd-urgent-chip{fill:#e2484d2e;stroke:var(--urgent);stroke-width:1.4px;animation:2.8s ease-in-out infinite pd-urgent-chip}.pd-urgent-mark,.pd-urgent-dot{animation:2.8s ease-in-out infinite pd-urgent-mark}.pd-urgent-mark{fill:none;stroke:var(--urgent-bright);stroke-linecap:round;stroke-width:1.8px}.pd-urgent-dot{fill:var(--urgent-bright)}.pd-urgent-bar{fill:rgba(var(--visual-fill-rgb), .14);animation:2.8s ease-in-out infinite pd-urgent-bar}.pd-ask{fill:var(--focus);font-size:22px;font-weight:650}.pd-ask-a{animation:4.4s ease-out infinite pd-ask-a}.pd-ask-b{font-size:27px;animation:4.4s ease-out infinite pd-ask-b}.pd-ask-c{font-size:18px;animation:4.4s ease-out infinite pd-ask-c}.pd-ask{opacity:0}.pd-unknown-row{fill:none;stroke:rgba(var(--visual-fill-rgb), .16);stroke-width:1.3px}.pd-unknown-bar{fill:rgba(var(--visual-fill-rgb), .2)}.pd-unknown-status{fill:none;stroke:rgba(var(--accent-border-rgb), .45);stroke-dasharray:3 3;stroke-width:1.3px;animation:4.4s ease-in-out infinite pd-unknown}.pd-fork-track{fill:none;stroke:rgba(var(--visual-fill-rgb), .15);stroke-linecap:round;stroke-width:1.5px}.pd-fork-origin{fill:var(--visual-background);stroke:rgba(var(--visual-fill-rgb), .35);stroke-width:1.5px}.pd-fork-end{fill:var(--visual-background);stroke:rgba(var(--visual-fill-rgb), .25);stroke-width:1.4px}.pd-walker{fill:var(--accent);stroke:var(--visual-background);stroke-width:1.6px}.pd-walker-up{offset-path:path("M18 38 H86 C112 38 110 13 136 13 H240");offset-rotate:0deg;animation:5.6s cubic-bezier(.4,0,.3,1) infinite pd-walk}.pd-walker-mid{offset-path:path("M18 38 H240");offset-rotate:0deg;animation:5.6s cubic-bezier(.3,0,.4,1) infinite pd-walk}.pd-walker-down{offset-path:path("M18 38 H86 C112 38 110 63 136 63 H240");offset-rotate:0deg;animation:5.6s cubic-bezier(.5,0,.25,1) infinite pd-walk}.pd-source{opacity:0;transform-box:fill-box;transform-origin:50%}.pd-source-chat{animation:5.6s cubic-bezier(.16,1,.3,1) infinite pd-scatter-chat}.pd-source-paper{animation:5.6s cubic-bezier(.16,1,.3,1) infinite pd-scatter-paper}.pd-source-sheet{animation:5.6s cubic-bezier(.16,1,.3,1) infinite pd-scatter-sheet}.pd-chat-tile{fill:#25d366}.pd-chat-bubble{fill:#0b2415}.pd-chat-handset{fill:#25d366}.pd-paper-tile,.pd-sheet-tile{fill:var(--visual-surface);stroke:rgba(var(--visual-fill-rgb), .2);stroke-width:1.2px}.pd-paper-page{fill:rgba(var(--visual-fill-rgb), .06);stroke:rgba(var(--visual-fill-rgb), .8);stroke-linejoin:round;stroke-width:1.4px}.pd-paper-fold{fill:none;stroke:rgba(var(--visual-fill-rgb), .8);stroke-linejoin:round;stroke-width:1.4px}.pd-paper-line{fill:none;stroke:rgba(var(--visual-fill-rgb), .55);stroke-linecap:round;stroke-width:1.3px}.pd-sheet-grid{fill:rgba(var(--accent-rgb), .12);stroke:var(--accent-bright);stroke-width:1.4px}.pd-sheet-line{fill:none;stroke:var(--accent-bright);stroke-width:1.3px}.check-mark{border:1px solid var(--text-muted);border-radius:50%;flex:0 0 17px;width:17px;height:17px;margin-top:1px;display:inline-block;position:relative}.check-mark:after{content:"";border-bottom:1px solid;border-right:1px solid;width:3px;height:5px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.showcase-grid{grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);align-items:center;gap:clamp(62px,8vw,116px);display:grid}.showcase-copy .section-index{margin-bottom:30px}.showcase-copy h2{max-width:11ch;font-size:clamp(2.4rem,4vw,4.15rem)}.showcase-copy>p:not(.section-index){color:var(--text-secondary);max-width:49ch;margin-top:26px;font-size:.96rem;line-height:1.75}.showcase-media .preview-window{aspect-ratio:1.35;flex-direction:column;display:flex}.showcase-media .preview-layout{aspect-ratio:auto;flex:1}.checklist-builder{aspect-ratio:1.35;background:var(--visual-background);border:1px solid var(--line-strong);border-radius:14px;overflow:hidden;box-shadow:0 28px 80px #00000052}.checklist-builder-bar{border-bottom:1px solid var(--line);grid-template-columns:1fr 2fr 1fr;align-items:center;height:46px;padding-inline:17px;font-size:.66rem;display:grid}.checklist-builder-bar span{color:var(--text-secondary);text-align:center}.checklist-builder-bar i{background:rgba(var(--visual-fill-rgb), .12);border-radius:3px;justify-self:end;width:38px;height:7px}.checklist-builder-layout{grid-template-columns:minmax(132px,.34fr) 1fr;height:calc(100% - 46px);display:grid}.question-palette{border-right:1px solid var(--line);place-content:start stretch;gap:7px;padding:20px 13px;display:grid}.palette-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 5px 8px;font-size:.56rem;font-weight:700}.question-palette button{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:8px;padding:8px;font-size:.65rem;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:flex}.question-palette button:hover,.question-palette button.active{background:rgba(var(--accent-rgb), .1);border-color:rgba(var(--accent-border-rgb), .2);color:var(--text);transform:translate(3px)}.question-palette button i{background:rgba(var(--visual-fill-rgb), .065);border:1px solid var(--line);border-radius:4px;flex:0 0 24px;justify-content:center;align-items:center;height:24px;font-size:.62rem;font-style:normal;display:flex}.question-canvas{padding:20px 20px 17px;position:relative}.question-canvas-heading{justify-content:space-between;align-items:center;display:flex}.question-canvas-heading>div{gap:4px;display:grid}.question-canvas-heading span{color:var(--text-muted);font-size:.54rem}.question-canvas-heading strong{font-size:.75rem}.question-canvas-heading button{background:rgba(var(--accent-rgb), .16);border:1px solid rgba(var(--accent-border-rgb), .3);color:var(--accent-ink);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.question-stack{height:280px;margin-top:16px;position:relative}.question-block{background:var(--visual-surface);border:1px solid var(--line);border-radius:7px;grid-template-columns:16px 1fr auto;align-items:center;gap:10px;height:48px;padding:8px 10px;transition:transform .6s cubic-bezier(.22,1,.36,1),border-color .24s,background-color .24s;display:grid;position:absolute;top:0;left:0;right:0}.question-block.active{background:rgba(var(--accent-rgb), .09);border-color:rgba(var(--accent-border-rgb), .34);animation:.6s question-arrive}.question-block.added{animation:.52s cubic-bezier(.22,1,.36,1) question-added}.question-block>i{color:var(--text-muted);letter-spacing:-2px;font-size:.58rem;font-style:normal}.question-block>div{gap:3px;display:grid}.question-block strong{font-size:.63rem;font-weight:560}.question-block span{color:var(--text-muted);font-size:.52rem}.question-block>b{color:var(--text-muted);font-size:.58rem;font-weight:500}.external-checklist-callout{background:rgba(var(--accent-rgb), .07);border:1px solid rgba(var(--accent-border-rgb), .22);border-radius:7px;grid-template-columns:24px 1fr 25px;align-items:center;gap:8px;padding:8px 10px;display:grid;position:absolute;bottom:17px;left:20px;right:20px}.external-checklist-callout>i{background:rgba(var(--accent-rgb), .16);color:var(--accent-ink);border-radius:5px;justify-content:center;align-items:center;height:24px;font-size:.7rem;font-style:normal;display:flex}.external-checklist-callout span{color:var(--visual-text);font-size:.58rem;line-height:1.35}.external-checklist-callout b{background:rgba(var(--accent-rgb), .38);border-radius:999px;height:13px;position:relative}.external-checklist-callout b:after{background:var(--accent-ink);content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:2px;right:2px}@keyframes question-arrive{0%{opacity:.4;scale:.975}60%{opacity:1;scale:1.012}to{scale:1}}@keyframes question-added{0%{opacity:0;translate:0 -12px}to{opacity:1;translate:0}}.platform-section{background:var(--background-elevated)}.platform-grid{margin-top:var(--gap-heading);grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.platform-card{border:1px solid var(--line);border-radius:14px;min-width:0;overflow:hidden}.platform-card-wide{grid-column:1/-1}.platform-preview-motion>.preview-window{aspect-ratio:1.68;border:0;border-bottom:1px solid var(--line);border-radius:0;flex-direction:column;display:flex}.platform-preview-motion>.preview-window>.preview-layout{aspect-ratio:auto;flex:1;min-height:0;overflow:hidden}.platform-copy{grid-template-columns:28px 1fr;gap:24px;padding:28px;display:grid}.platform-copy h3{font-size:1.25rem}.platform-copy p{color:var(--text-secondary);max-width:62ch;margin-top:8px;font-size:.86rem;line-height:1.65}.page-intro{border-top:0;padding-top:clamp(128px,13vw,190px);padding-bottom:clamp(72px,8vw,112px);position:relative;overflow:hidden}.page-intro>.page-shell{position:relative}.page-intro-aura{background:radial-gradient(ellipse at 34% 46%, rgba(var(--aura-strong-rgb), .2) 0%, rgba(var(--aura-soft-rgb), .09) 36%, transparent 72%);filter:blur(18px);pointer-events:none;position:absolute;inset:-60px -10% -40px}.page-intro+.section{border-top:0}.page-intro h1{font-family:var(--font-display), sans-serif;letter-spacing:-.035em;max-width:16ch;font-size:clamp(2.4rem,4.6vw,4.7rem);font-weight:520;line-height:1.04}.back-link{color:var(--text-muted);align-items:center;gap:9px;margin-bottom:42px;font-size:.78rem;transition:color .16s;display:inline-flex}.back-link:hover{color:var(--text)}.back-link .arrow-mark{rotate:180deg}.narrative-grid{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(64px,8vw,120px);display:grid}.narrative-copy .section-index{margin-bottom:30px}.narrative-copy h2{max-width:12ch;font-size:clamp(2.35rem,4vw,4.1rem)}.narrative-copy>p:not(.section-index){color:var(--text-secondary);max-width:50ch;margin-top:26px;font-size:.94rem;line-height:1.75}.narrative-copy ul{gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.narrative-copy li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.82rem;line-height:1.5;display:flex}.integration-preview,.agent-preview{background:var(--visual-background);border:1px solid var(--line-strong);border-radius:14px;position:relative;overflow:hidden}.integration-preview{aspect-ratio:1.32;grid-template-columns:.94fr 1.06fr;display:grid}.integration-editor{background:var(--visual-surface);border-right:1px solid var(--line-strong);min-width:0;position:relative;overflow:hidden}.editor-bar{border-bottom:1px solid var(--line);align-items:center;gap:6px;height:43px;padding-inline:14px;display:flex}.editor-bar>i{background:#4d4e56;border-radius:50%;width:6px;height:6px}.editor-bar>i:first-child{background:var(--accent)}.editor-bar span{color:var(--text-muted);margin-left:7px;font-size:.55rem}.integration-editor pre{color:var(--visual-text);white-space:pre-wrap;margin:0;padding:clamp(18px,3vw,34px) clamp(14px,2.4vw,28px);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.48rem,.7vw,.68rem);line-height:1.78;overflow:hidden}.code-comment{color:#686b75}.code-keyword{color:var(--accent)}.code-string{color:#9bc8ad}.code-tag{color:#8bb9ff}.editor-cursor{background:linear-gradient(90deg, rgba(var(--accent-rgb), .02), rgba(var(--accent-rgb), .13), transparent);pointer-events:none;height:26px;animation:5.2s ease-in-out infinite editor-scan;position:absolute;top:98px;left:0;right:0}.embedded-product{background:radial-gradient(circle at 75% 10%, rgba(var(--accent-rgb), .09), transparent 38%), var(--visual-surface);min-width:0;padding:17px}.embedded-bar{justify-content:space-between;align-items:center;display:flex}.embedded-bar strong{font-size:.68rem}.embedded-bar span{color:var(--text-muted);font-size:.48rem}.embedded-tabs{border-bottom:1px solid var(--line);color:var(--text-muted);align-items:center;gap:13px;margin-top:22px;padding-bottom:10px;font-size:.5rem;display:flex}.embedded-tabs b{color:var(--text);font-weight:540}.embedded-tabs i{background:rgba(var(--accent-rgb), .2);border-radius:4px;width:50px;height:18px;margin-left:auto}.embedded-task-list{gap:9px;margin-top:14px;display:grid}.embedded-task-list>div{background:rgba(var(--visual-fill-rgb), .025);border:1px solid var(--line);border-radius:7px;grid-template-columns:9px 1fr auto;align-items:center;gap:9px;padding:11px;animation:4.6s ease-in-out infinite embedded-task;display:grid}.embedded-task-list>div:nth-child(2){animation-delay:.7s}.embedded-task-list>div:nth-child(3){animation-delay:1.4s}.embedded-task-list>div>i{background:var(--accent);border-radius:50%;width:6px;height:6px}.embedded-task-list span{gap:4px;min-width:0;display:grid}.embedded-task-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.55rem;overflow:hidden}.embedded-task-list small{color:var(--text-muted);font-size:.45rem}.embedded-task-list>div>b{color:var(--text-muted);font-size:.6rem}@keyframes editor-scan{0%,16%{transform:translateY(0)}50%,66%{transform:translateY(118px)}to{transform:translateY(0)}}@keyframes embedded-task{0%,to{border-color:var(--line);transform:translate(0)}45%,58%{border-color:rgba(var(--accent-border-rgb), .28);transform:translate(4px)}}.agent-preview{min-height:540px}.agent-preview-bar{border-bottom:1px solid var(--line);grid-template-columns:1fr 2fr 1fr;align-items:center;height:48px;padding-inline:18px;font-size:.68rem;display:grid}.agent-preview-bar span{color:var(--text-secondary);text-align:center}.agent-preview-bar i{background:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .1);border-radius:50%;justify-self:end;width:6px;height:6px}.agent-conversation{gap:11px;padding:24px 24px 74px;display:grid}.agent-message{border:1px solid var(--line);border-radius:10px;gap:7px;width:82%;padding:12px 14px;display:grid}.agent-message>span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.51rem;font-weight:700}.agent-message>p{color:var(--visual-text);font-size:clamp(.58rem,.76vw,.72rem);line-height:1.52}.agent-message-user{background:rgba(var(--visual-fill-rgb), .025);justify-self:end}.agent-message-agent{background:rgba(var(--accent-rgb), .075);border-color:rgba(var(--accent-border-rgb), .19);justify-self:start}.agent-message-agent>span{color:var(--accent-ink)}.agent-insight{border-left:1px solid var(--line);border-bottom:1px solid var(--line);align-items:end;gap:5px;height:38px;margin-top:3px;padding:0 6px 4px;display:flex}.agent-insight i{background:linear-gradient(var(--accent-ink), var(--accent));border-radius:2px 2px 0 0;width:13%;height:30%;animation:3.4s ease-in-out infinite insight-bars}.agent-insight i:nth-child(2){height:55%;animation-delay:.2s}.agent-insight i:nth-child(3){height:88%;animation-delay:.4s}.agent-insight i:nth-child(4){height:45%;animation-delay:.6s}.agent-insight i:nth-child(5){height:68%;animation-delay:.8s}.agent-input{background:var(--visual-surface);border:1px solid var(--line-strong);border-radius:9px;grid-template-columns:1fr 28px;align-items:center;gap:14px;padding:8px 9px;display:grid;position:absolute;bottom:18px;left:24px;right:24px}.agent-input span{background:rgba(var(--visual-fill-rgb), .07);border-radius:3px;width:42%;height:7px}.agent-input i{background:rgba(var(--accent-rgb), .18);color:var(--accent-ink);border-radius:6px;justify-content:center;align-items:center;height:28px;font-size:.7rem;font-style:normal;display:flex}@keyframes insight-bars{0%,to{opacity:.55;transform-origin:bottom;scale:1 .75}50%{opacity:1;transform-origin:bottom;scale:1}}@keyframes work-order-in{0%,12%{opacity:0;transform:translateY(8px)}24%,76%{opacity:1;transform:translateY(0)}88%,to{opacity:0;transform:translateY(-4px)}}@keyframes status-dot{0%,22%,to{opacity:.35;scale:.8}38%,80%{opacity:1;scale:1}}.connected-section{border-top:1px solid var(--line);padding-block:clamp(100px,12vw,168px)}.connected-inner{text-align:center}.connected-inner h2{max-width:20ch;margin:30px auto 0}.connected-inner>p:not(.section-index){color:var(--text-secondary);max-width:62ch;margin:27px auto 0;line-height:1.75}.context-line{border-bottom:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(6,1fr);margin-top:68px;display:grid}.context-line span{border-right:1px solid var(--line);color:var(--text-secondary);padding:20px 8px;font-size:.75rem}.context-line span:last-child{border-right:0}.use-case-industry{text-align:left;margin-top:88px}.use-case-industry>h3{color:var(--text-secondary);font-family:var(--font-body), sans-serif;letter-spacing:0;font-size:.82rem;font-weight:600}.use-case-industry .industry-grid{border:0;margin-top:20px}.use-case-industry .industry-grid article{background:rgba(var(--visual-fill-rgb), .018);border:1px solid var(--line);border-radius:9px;min-height:155px;margin:5px;padding:22px 24px}.use-case-industry .industry-grid article:nth-child(3n+2),.use-case-industry .industry-grid article:nth-child(3n+3){padding-left:24px}.use-case-industry .industry-grid article:nth-child(3n){border-right:1px solid var(--line)}.use-case-industry .industry-grid article:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.use-case-industry .industry-grid h3{margin-top:22px}.use-case-context{margin-top:var(--gap-block);text-align:center;padding-top:12px}.use-case-context h3{font-family:var(--font-display), sans-serif;max-width:22ch;margin-inline:auto;font-size:clamp(1.7rem,3vw,3rem)}.use-case-context>p{color:var(--text-secondary);max-width:68ch;margin:20px auto 0;line-height:1.7}.use-case-context .context-line{border-top:0;border-bottom:0;margin-top:42px}.industry-chapter{text-align:left;margin-top:38px}.industry-chapter>h3{color:var(--text-secondary);font-family:var(--font-body), sans-serif;letter-spacing:0;font-size:.82rem;font-weight:600}.industry-grid{border-bottom:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:20px;display:grid}.industry-grid article{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:175px;padding:27px 28px 30px 0}.industry-grid article:nth-child(3n+2),.industry-grid article:nth-child(3n+3){padding-left:28px}.industry-grid article:nth-child(3n){border-right:0}.industry-grid article:nth-last-child(-n+3){border-bottom:0}.industry-grid span{color:var(--text-muted);letter-spacing:.08em;font-size:.62rem;font-weight:700}.industry-grid h3{letter-spacing:-.02em;margin-top:28px;font-size:1.08rem}.industry-grid p{color:var(--text-secondary);max-width:35ch;margin-top:9px;font-size:.8rem;line-height:1.6}.faq-grid{grid-template-columns:.65fr 1.35fr;gap:96px;display:grid}.faq-intro{align-self:start;position:sticky;top:64px}.faq-intro .section-index{margin-bottom:30px}.faq-intro p:not(.section-index){color:var(--text-secondary);margin-top:21px;line-height:1.7}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-family:var(--font-display), sans-serif;justify-content:space-between;align-items:center;min-height:82px;font-size:1rem;font-weight:560;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list details>p{color:var(--text-secondary);max-width:68ch;padding:0 44px 28px 0;font-size:.9rem;line-height:1.75}.faq-mark{width:18px;height:18px;position:relative}.faq-mark:before,.faq-mark:after{background:var(--text-secondary);content:"";width:12px;height:1px;position:absolute;top:8px;left:3px}.faq-mark:after{transition:transform .16s;transform:rotate(90deg)}.faq-list details[open] .faq-mark:after{transform:rotate(0)}.final-cta{border-top:1px solid var(--line);padding-block:clamp(108px,13vw,184px);position:relative;overflow:hidden}.final-cta:before{background:radial-gradient(circle, rgba(var(--aura-strong-rgb), .22), transparent 67%);content:"";width:900px;height:750px;position:absolute;top:-280px;left:50%;transform:translate(-50%)}.final-cta-inner{text-align:center;position:relative}.final-cta h2{max-width:16ch;margin-inline:auto}.final-cta p{color:var(--text-secondary);max-width:62ch;margin:26px auto 0;line-height:1.75}.final-cta .button{margin-top:32px}.final-cta small{color:var(--text-muted);margin-top:17px;font-size:.72rem;display:block}.site-footer{border-top:1px solid var(--line);background:#000;padding-block:70px 30px}.footer-grid{grid-template-columns:1.7fr repeat(3,.7fr);gap:56px;display:grid}.footer-brand .brand-logo{width:150px}.footer-brand p{color:var(--text-muted);max-width:34ch;margin-top:20px;font-size:.82rem;line-height:1.65}.footer-grid>div:not(.footer-brand){flex-direction:column;gap:12px;display:flex}.footer-grid strong{color:var(--text);margin-bottom:5px;font-size:.76rem}.footer-grid a{color:var(--text-muted);font-size:.77rem;transition:color .16s}.footer-grid a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--line);color:var(--text-muted);justify-content:space-between;margin-top:70px;padding-top:24px;font-size:.68rem;display:flex}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-product-in{0%{filter:blur(5px);opacity:0;transform:translateY(22px)}to{filter:blur();opacity:1;transform:translateY(0)}}@keyframes ud-route{0%,8%{stroke-dashoffset:100px}72%,92%{stroke-dashoffset:0}to{stroke-dashoffset:100px}}@keyframes ud-route-head{0%,8%{offset-distance:0%;opacity:0}14%{opacity:1}72%,88%{offset-distance:100%;opacity:1}94%,to{offset-distance:100%;opacity:0}}@keyframes ud-pin{0%,66%{opacity:.45;transform:scale(.9)}76%,92%{opacity:1;transform:scale(1)}to{opacity:.45;transform:scale(.9)}}@keyframes ud-wrench{0%,6%{opacity:0;transform:rotate(-30deg)translate(10px)}14%,22%{opacity:1;transform:rotate(-30deg)translate(0)}40%,46%{opacity:1;transform:rotate(0)translate(0)}52%,58%{opacity:.3;transform:rotate(-30deg)translate(0)}62%{opacity:1;transform:rotate(-30deg)translate(0)}80%,90%{opacity:1;transform:rotate(0)translate(0)}97%,to{opacity:0;transform:rotate(0)translate(10px)}}@keyframes ud-bolt{0%,22%{transform:rotate(0)}40%,58%{transform:rotate(30deg)}80%,to{transform:rotate(60deg)}}@keyframes ud-led{0%,80%{fill:rgba(var(--accent-rgb), .28)}88%,96%{fill:var(--accent-bright)}to{fill:rgba(var(--accent-rgb), .28)}}@keyframes ud-remote{0%,8%{opacity:1;transform:scaleX(0)}28%,42%{opacity:1;transform:scaleX(.4)}54%,94%{opacity:.4;transform:scaleX(.4)}to{opacity:1;transform:scaleX(0)}}@keyframes ud-ticket{0%,8%{opacity:0;transform:translate(0,0)}16%,44%{opacity:1;transform:translate(0,0)}58%,92%{opacity:1;transform:translateY(46px)}98%,to{opacity:0;transform:translateY(46px)}}@keyframes ud-field{0%,56%{transform:scaleX(0)}84%,94%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes ud-done{0%,84%{stroke-dashoffset:16px}92%,96%{stroke-dashoffset:0}to{stroke-dashoffset:16px}}@keyframes pd-check-a{0%,12%{stroke-dashoffset:13px}22%,94%{stroke-dashoffset:0}to{stroke-dashoffset:13px}}@keyframes pd-check-b{0%,30%{stroke-dashoffset:13px}40%,94%{stroke-dashoffset:0}to{stroke-dashoffset:13px}}@keyframes pd-check-c{0%,48%{stroke-dashoffset:13px}58%,94%{stroke-dashoffset:0}to{stroke-dashoffset:13px}}@keyframes pd-forgotten{0%,46%{opacity:1}68%,94%{opacity:.22}to{opacity:1}}@keyframes pd-point-a{0%,4%{opacity:0}12%,26%{opacity:1}34%,to{opacity:0}}@keyframes pd-point-b{0%,34%{opacity:0}42%,56%{opacity:1}64%,to{opacity:0}}@keyframes pd-point-c{0%,64%{opacity:0}72%,86%{opacity:1}94%,to{opacity:0}}@keyframes pd-urgent-chip{0%,26%{fill:#e2484d1f;stroke:#e2484d80}40%,76%{fill:#e2484d4d;stroke:var(--urgent)}92%,to{fill:#e2484d1f;stroke:#e2484d80}}@keyframes pd-urgent-mark{0%,26%{opacity:.5}40%,76%{opacity:1}92%,to{opacity:.5}}@keyframes pd-urgent-bar{0%,26%{fill:rgba(var(--visual-fill-rgb), .12)}40%,76%{fill:#e2484d57}92%,to{fill:rgba(var(--visual-fill-rgb), .12)}}@keyframes pd-ask-a{0%,6%{opacity:0;transform:translateY(4px)}16%,30%{opacity:1;transform:translateY(0)}44%,to{opacity:0;transform:translateY(-8px)}}@keyframes pd-ask-b{0%,24%{opacity:0;transform:translateY(4px)}34%,50%{opacity:1;transform:translateY(0)}64%,to{opacity:0;transform:translateY(-8px)}}@keyframes pd-ask-c{0%,46%{opacity:0;transform:translateY(4px)}56%,72%{opacity:1;transform:translateY(0)}86%,to{opacity:0;transform:translateY(-8px)}}@keyframes pd-unknown{0%,22%,76%,to{stroke:rgba(var(--accent-border-rgb), .3)}40%,60%{stroke:rgba(var(--accent-border-rgb), .8)}}@keyframes pd-walk{0%,6%{offset-distance:0%;opacity:0}14%{opacity:1}76%,90%{offset-distance:100%;opacity:1}97%,to{offset-distance:100%;opacity:0}}@keyframes pd-scatter-chat{0%,6%{opacity:0;transform:translate(0)scale(.82)}18%,42%{opacity:1;transform:translate(0)scale(1)}68%,88%{opacity:1;transform:translate(-66px,10px)scale(.9)}to{opacity:0;transform:translate(-66px,10px)scale(.9)}}@keyframes pd-scatter-paper{0%,16%{opacity:0;transform:translate(0)scale(.82)}28%,48%{opacity:1;transform:translate(0)scale(1)}72%,88%{opacity:1;transform:translate(-4px,-8px)scale(.9)}to{opacity:0;transform:translate(-4px,-8px)scale(.9)}}@keyframes pd-scatter-sheet{0%,26%{opacity:0;transform:translate(0)scale(.82)}38%,54%{opacity:1;transform:translate(0)scale(1)}76%,88%{opacity:1;transform:translate(66px,10px)scale(.9)}to{opacity:0;transform:translate(66px,10px)scale(.9)}}@media (max-width:1040px){.desktop-nav{display:none}.planning-modes-grid{grid-template-columns:repeat(2,1fr)}.showcase-grid{grid-template-columns:.78fr 1.22fr;gap:56px}}@media (max-width:820px){.page-shell,.header-inner{padding-inline:22px}.header-actions{display:none}.mobile-nav{display:block}.hero{min-height:auto}.hero-inner{padding-top:76px}.hero-product{padding-inline:0}.mobile-frame{width:145px;right:-2%}.hero-flow li+li{margin-left:22px}.split-heading{grid-template-columns:1fr;gap:26px}.split-heading .section-index{grid-column:auto}.use-case-grid,.problems-grid{grid-template-columns:1fr}.problem-card{border-bottom:1px solid var(--line);border-right:0;min-height:auto;padding:28px 0}.problem-card:nth-child(3n+2),.problem-card:nth-child(3n+3){padding-left:0}.problem-card:last-child{border-bottom:0}.planning-modes-grid{grid-template-columns:1fr}.planning-modes-grid article{border-bottom:1px solid var(--line);border-right:0;padding:28px 0 32px}.planning-modes-grid article+article{padding-left:0}.planning-modes-grid article:last-child{border-bottom:0}.planning-workbench{grid-template-columns:1fr;align-items:start;gap:54px;padding-top:62px}.planning-workbench-copy h3{max-width:12ch}.use-case{border-bottom:1px solid var(--line);border-right:0;padding:30px 0}.use-case+.use-case{padding-left:0}.use-case:last-child{border-bottom:0}.use-case h3{min-height:auto;margin-top:24px}.use-case>p{min-height:auto}.product-inline-heading{grid-template-columns:1fr;gap:14px;margin-top:64px}.showcase-grid{grid-template-columns:1fr}.showcase-copy{max-width:620px}.platform-grid{grid-template-columns:1fr}.platform-card-wide{grid-column:auto}.narrative-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr;gap:58px}.faq-intro{position:static}.context-line{grid-template-columns:repeat(3,1fr)}.context-line span:nth-child(3){border-right:0}.context-line span:nth-child(-n+3){border-bottom:1px solid var(--line)}.industry-grid{grid-template-columns:repeat(2,1fr)}.industry-grid article,.industry-grid article:nth-child(3n+2),.industry-grid article:nth-child(3n+3){border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:26px 24px}.industry-grid article:nth-child(2n){border-right:0}.industry-grid article:nth-last-child(-n+2){border-bottom:0}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr)}}@media (max-width:560px){.section{padding-block:78px}.brand-link,.brand-logo-compact{width:96px}.hero-inner{padding-top:64px}.hero h1{font-size:clamp(2.35rem,11vw,3.5rem)}.hero-copy>p{max-width:34ch;font-size:.96rem}.hero-cta{width:100%;min-width:0}.hero-product{margin-top:38px;padding-bottom:72px}.hero-frame{border-radius:8px;width:138%}.mobile-frame{width:112px;bottom:14px;right:-2%}.hero-flow{gap:0;margin-top:22px;padding:0}.hero-flow li{min-height:112px;padding:16px 8px 0 0}.hero-flow li+li{margin-left:12px}.hero-flow strong{font-size:.98rem}.hero-flow i{height:4px}h2{font-size:clamp(2.25rem,12vw,3.35rem)}.view-tabs{gap:19px;overflow-x:auto}.showcase-media .preview-window,.product-stage .preview-window{border-radius:8px;width:132%}.preview-topbar{height:38px}.preview-layout{grid-template-columns:20% 80%}.preview-sidebar{gap:8px;padding:16px 10px}.preview-canvas{padding:12px}.skeleton-board{gap:6px}.skeleton-board>div{gap:6px;padding:6px}.skeleton-calendar i{min-height:36px}.planning-workbench-preview{aspect-ratio:auto;min-height:480px}.workbench-columns{gap:7px;padding:10px}.workbench-column{gap:7px;padding:7px}.workbench-column>article,.workbench-moving-task{grid-template-columns:6px 1fr 13px;gap:6px;min-height:54px;padding:7px}.workbench-moving-task{top:307px;left:17px;right:17px}.spaces-action-cursor{display:none}.spaces-create-row{grid-template-columns:1fr auto}.spaces-mode-field{display:none}.spaces-create-action{padding-inline:8px}.space-management-card{max-width:100%}.space-card-created{margin-top:10px;position:relative;top:auto;left:auto;right:auto}.space-created-status,.marketplace-addon-card{display:none}.marketplace-body{grid-template-columns:1fr}.marketplace-action-cursor{display:none}.checklist-builder{aspect-ratio:auto;min-height:500px}.checklist-builder-layout{grid-template-columns:104px 1fr}.question-palette{padding-inline:8px}.question-palette button{gap:5px;padding-inline:5px;font-size:.54rem}.question-palette button i{flex-basis:21px;height:21px}.question-canvas{padding-inline:12px}.external-checklist-callout{left:12px;right:12px}.integration-preview{aspect-ratio:auto;grid-template-columns:1fr}.integration-editor{border-bottom:1px solid var(--line-strong);border-right:0;min-height:315px}.integration-editor pre{font-size:.59rem}.embedded-product{min-height:280px}.agent-preview{min-height:620px}.agent-conversation{padding-inline:13px}.agent-message{width:92%}.platform-copy{padding:24px 20px}.context-line{grid-template-columns:repeat(2,1fr)}.context-line span:nth-child(3){border-right:1px solid var(--line)}.context-line span:nth-child(2n){border-right:0}.context-line span:nth-child(-n+4){border-bottom:1px solid var(--line)}.industry-chapter{margin-top:34px}.industry-grid{grid-template-columns:1fr}.industry-grid article,.industry-grid article:nth-child(3n+2),.industry-grid article:nth-child(3n+3),.industry-grid article:nth-child(2n){border-bottom:1px solid var(--line);border-right:0;min-height:auto;padding:25px 0 27px}.industry-grid article:last-child{border-bottom:0}.faq-list summary{gap:20px;min-height:74px;font-size:.92rem}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.pd-done-a .pd-check,.pd-done-b .pd-check,.pd-done-c .pd-check{stroke-dashoffset:0!important}.pd-forgotten{opacity:.22!important}.pd-urgent-chip{fill:#e2484d4d!important;stroke:var(--urgent)!important}.pd-urgent-bar{fill:#e2484d57!important}.pd-point,.pd-ask{opacity:1!important}.pd-walker{opacity:1!important;offset-distance:100%!important}.pd-source{opacity:1!important}.pd-source-chat{transform:translate(-66px,10px)!important}.pd-source-paper{transform:translate(-4px,-8px)!important}.pd-source-sheet{transform:translate(66px,10px)!important}.ud-route-done{stroke-dashoffset:0!important}.ud-route-head{opacity:1!important;offset-distance:100%!important}.ud-pin{opacity:1!important;transform:scale(1)!important}.ud-wrench{opacity:1!important;transform:rotate(0)!important}.ud-bolt{transform:rotate(60deg)!important}.ud-panel-led{fill:var(--accent-bright)!important}.ud-lane-remote{opacity:.4!important;transform:scaleX(.4)!important}.ud-lane-field{transform:scaleX(1)!important}.ud-lane-done{stroke-dashoffset:0!important}.ud-ticket{opacity:1!important;transform:translateY(46px)!important}}:root[data-theme=light] .site-header{background:#fff}:root[data-theme=light] .brand-logo-on-dark{display:none}:root[data-theme=light] .brand-logo-on-light{display:block}:root[data-theme=light] .mobile-nav-panel{background:#fff}:root[data-theme=light] .mobile-nav-panel>a:not(.button):hover{background:#eff4f3}:root[data-theme=light] .mobile-frame{background:#244c4e;border-color:#244c4e;box-shadow:0 0 0 1px #2860641f}:root[data-theme=light] .hero-frame{box-shadow:none}:root[data-theme=light] .mobile-preview{background:#f7f9f9}:root[data-theme=light] .mobile-activity-card{background:#fff}:root[data-theme=light] .mobile-state-cycle{background:#9eea6c29;border-color:#28606429}:root[data-theme=light] .mobile-route{background:#ffffffb8}:root[data-theme=light] .mobile-start-control{background:var(--action);color:var(--action-foreground);border-color:#28606424}:root[data-theme=light] .integration-editor{background:#0d0e11;border-color:#ffffff1f}:root[data-theme=light] .integration-editor .editor-bar{border-color:#ffffff1a}:root[data-theme=light] .integration-editor .editor-bar span{color:#92949c}:root[data-theme=light] .integration-editor pre{color:#dedee2}:root[data-theme=light] .integration-editor .code-comment{color:#777a84}:root[data-theme=light] .integration-editor .code-keyword{color:#a9a8ff}:root[data-theme=light] .integration-editor .code-string{color:#9bc8ad}:root[data-theme=light] .integration-editor .code-tag{color:#8bb9ff}:root[data-theme=light] .showcase-media .checklist-builder{box-shadow:none;border-color:#0000}:root[data-theme=light] .preview-window,:root[data-theme=light] .planning-demo,:root[data-theme=light] .planning-workbench-preview,:root[data-theme=light] .use-case-visual,:root[data-theme=light] .problem-visual,:root[data-theme=light] .checklist-builder,:root[data-theme=light] .integration-preview,:root[data-theme=light] .agent-preview{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}:root[data-theme=light] :is(h1,h2,h3){color:#244c4e}:root[data-theme=light] .hero h1 span{color:#286064}:root[data-theme=light] .section-index{color:#244c4e;background:#9eea6c94;border:1px solid #2860641f;border-radius:999px;justify-self:start;width:max-content;padding:6px 10px;display:inline-flex}:root[data-theme=light] .connected-inner .section-index{margin-inline:auto}:root[data-theme=light] :is(.planning-modes-section,.context-segment-section,.faq-section){background:linear-gradient(#9eea6c13,#0000 42%)}:root[data-theme=light] :is(.planning-modes-grid article,.problem-card,.use-case,.industry-grid article){transition:background-color .18s,border-color .18s}:root[data-theme=light] :is(.planning-modes-grid article,.problem-card,.use-case,.industry-grid article):hover{background:#9eea6c16}:root[data-theme=light] :is(.use-case-index,.problem-card>span,.planning-modes-grid article>span,.industry-grid span,.platform-copy>span){color:#3b7b5c}:root[data-theme=light] .check-mark{color:#9eea6c;background:#286064;border-color:#286064}:root[data-theme=light] .faq-list{border-color:#2860642e}:root[data-theme=light] .faq-list details{border-color:#28606424}:root[data-theme=light] .faq-list summary{color:#244c4e}:root[data-theme=light] .faq-mark:before,:root[data-theme=light] .faq-mark:after{background:#9eea6c;height:2px}:root[data-theme=light] .final-cta{background:linear-gradient(#fff 0%,#f4f7f7 100%);border-top-color:#2860641a}:root[data-theme=light] .final-cta:before{background:radial-gradient(circle,#9eea6c33,#0000 68%)}:root[data-theme=light] .final-cta :is(h2,p,small){color:#244c4e}:root[data-theme=light] .final-cta .button{color:#244c4e;background:#9eea6c}:root[data-theme=light] .final-cta .button:hover{color:#9eea6c;background:#2a4f50}:root[data-theme=light] .site-footer{background:#fff;border-top:0}
