.fq-section{background:var(--bg);scroll-margin-top:80px}.fq-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:36px}.fq-heading .eyebrow{font-size:10px}.fq-heading h2{font-size:clamp(34px,3.8vw,48px);letter-spacing:-.035em;margin:0}.fq-heading>p{font-size:15px;line-height:1.8;color:var(--ink-2);margin:0!important}.fq-explorer{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:stretch}.fq-topics{display:flex;flex-direction:column;gap:5px;padding:4px 0}.fq-topics button{display:flex;align-items:center;gap:18px;width:100%;padding:18px 20px;border:0;border-radius:13px;background:transparent;color:var(--ink-2);text-align:left;cursor:pointer;transition:background .2s,color .2s;font:inherit}.fq-topics button>svg{flex-shrink:0}.fq-topics button>span{display:flex;align-items:center;gap:16px}.fq-topics small{font:10px var(--f-mono);opacity:.65}.fq-topics strong{font-size:15px;font-weight:500}.fq-topics button>svg:last-child{margin-left:auto;width:16px;opacity:0;transform:translate(-5px);transition:opacity .2s,transform .2s}.fq-topics button:hover{background:var(--bg-band);color:var(--primary-deep)}.fq-topics button[aria-selected=true]{background:var(--primary);color:var(--on-primary);box-shadow:var(--sh-primary)}.fq-topics button[aria-selected=true]>svg:last-child{opacity:1;transform:none}.fq-answer-space{background:var(--primary-tint);border-radius:24px;position:relative;overflow:hidden;display:grid}.fq-answer-space:after{content:"?";font:600 270px/1 var(--f-display);color:var(--primary);opacity:.035;position:absolute;right:5px;bottom:8px;pointer-events:none}.fq-answer{padding:36px 40px;display:flex;flex-direction:column;position:relative;z-index:1;animation:fq-enter .25s ease;min-height:424px}.fq-answer[hidden]{display:none}.fq-answer-top{display:flex;align-items:center;gap:13px;margin-bottom:35px;color:var(--primary-deep);font-size:12px}.fq-answer-icon{width:56px;height:56px;background:var(--primary);color:var(--on-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fq-answer-top>small{margin-left:auto;font:10px var(--f-mono);white-space:nowrap;opacity:.7}.fq-answer h3{font:600 clamp(26px,2.6vw,35px)/1.18 var(--f-display);letter-spacing:-.025em;max-width:470px;margin-bottom:22px;color:var(--ink)}.fq-answer>p{font-size:16px;line-height:1.85;color:var(--ink-2);max-width:490px;margin-bottom:30px!important}.fq-answer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:25px;color:var(--primary-deep);font-size:11px}.fq-position{display:flex;gap:6px;align-items:center}.fq-position i{display:block;width:5px;height:5px;border-radius:999px;background:var(--primary);opacity:.2}.fq-position .is-current{width:20px;opacity:1}.fq-answer:focus-visible{outline:2px solid var(--primary);outline-offset:-4px;box-shadow:none}@keyframes fq-enter{0%{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:none}}@media (max-width:900px){.fq-explorer{gap:22px;grid-template-columns:.9fr 1.1fr}.fq-topics button{padding:17px 13px;gap:11px}.fq-topics button>span{gap:9px}.fq-topics strong{font-size:13px}.fq-answer{padding:28px}.fq-answer-top{gap:10px;font-size:11px}.fq-answer-icon{width:45px;height:45px}.fq-answer>p{font-size:14px}}@media (max-width:680px){.fq-heading{display:block;margin-bottom:25px}.fq-heading>p{margin-top:18px!important;font-size:14px}.fq-heading>p br{display:none}.fq-explorer{grid-template-columns:1fr;gap:24px}.fq-topics{gap:3px}.fq-topics button{padding:13px 17px}.fq-topics strong{font-size:14px}.fq-topics button>span{gap:13px}.fq-answer{min-height:350px;padding:26px}.fq-answer-top{margin-bottom:25px}.fq-answer h3{font-size:28px}.fq-answer>p{font-size:14px}.fq-heading .eyebrow{font-size:8px}.fq-answer-space{border-radius:18px}}@media (prefers-reduced-motion:reduce){.fq-answer{animation:none}.fq-topics button,.fq-topics button>svg:last-child{transition:none}}.fq-topics{gap:10px}.fq-topics button{background:var(--bg-band);transition:background .25s ease,color .25s ease,box-shadow .25s ease}.fq-topics button:hover{background:var(--primary-tint)}.fq-topics button[aria-selected=true]{background:var(--primary);color:var(--on-primary)}.fq-topics .fq-expand-icon{position:relative;display:block;flex-shrink:0;width:28px;height:28px;margin-left:auto;border-radius:50%;background:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--primary-deep)}.fq-topics button[aria-selected=true] .fq-expand-icon{background:#ffffff20;color:var(--on-primary)}.fq-expand-icon:before,.fq-expand-icon:after{content:"";position:absolute;left:8px;top:13px;width:12px;height:1.5px;border-radius:2px;background:currentColor}.fq-expand-icon:after{transform:rotate(90deg);transition:transform .35s var(--ease),opacity .35s var(--ease)}.fq-topics button[aria-expanded=true] .fq-expand-icon:after{transform:rotate(0);opacity:0}.fq-answer-reveal{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-7px);transition:grid-template-rows .4s var(--ease),opacity .3s ease,transform .4s var(--ease)}.fq-answer-reveal.is-expanded{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.fq-answer-copy{overflow:hidden;min-height:0}.fq-answer-copy p{font-size:16px;line-height:1.85;color:var(--ink-2);max-width:490px;margin:0 0 30px!important}@media (max-width:900px){.fq-answer-copy p{font-size:14px}}@media (prefers-reduced-motion:reduce){.fq-answer-reveal,.fq-expand-icon:after,.fq-topics button{transition:none}}.homepage-refresh .hw-hero-notes{gap:12px 22px;font-size:15px;margin-top:27px}.homepage-refresh .hw-hero-notes>span{gap:9px;background:color-mix(in srgb,var(--surface) 65%,transparent);border:1px solid var(--line);border-radius:999px;padding:10px 16px}.homepage-refresh .hw-hero-notes svg{width:20px;height:20px}.hw-orbit-scene{justify-self:center;display:flex;flex-direction:column;align-items:center;gap:22px;padding:15px 0}.hw-orbit-scene:hover{--orbit-state:paused!important}.hw-orbit-scene .hw-ecosystem{width:320px;height:320px}.hw-ecosystem:before,.hw-ecosystem:after{display:none}.hw-orbit-rotor{position:absolute;top:0;right:0;bottom:0;left:0;animation:hl-orbit 36s linear infinite;animation-play-state:var(--orbit-state,paused)}.hw-orbit-rotor:before,.hw-orbit-rotor:after{content:"";position:absolute;top:50%;left:50%;background:linear-gradient(90deg,#b6dad166,transparent,#b6dad166);transform:translate(-50%,-50%)}.hw-orbit-rotor:before{width:240px;height:1px}.hw-orbit-rotor:after{height:240px;width:1px;background:linear-gradient(#b6dad166,transparent,#b6dad166)}.hw-orbit-upright{display:flex;flex-direction:column;align-items:center;gap:6px;animation:hl-counter-orbit 36s linear infinite;animation-play-state:var(--orbit-state,paused)}.hw-orbit-control{display:flex;align-items:center;gap:7px;font:500 11px var(--f-body);color:#d0e0dc;border:1px solid #ffffff35;background:#ffffff08;padding:7px 13px;border-radius:999px;cursor:pointer}.hw-orbit-control:hover{background:#ffffff18}@keyframes hl-orbit{to{transform:rotate(360deg)}}@keyframes hl-counter-orbit{to{transform:rotate(-360deg)}}.hl-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.hl-heading>div{max-width:690px}.hl-heading h2{font-size:clamp(32px,3.7vw,49px);letter-spacing:-.035em;line-height:1.12;margin:0}.hl-heading h2 span,.hl-together h2 span{color:var(--primary-deep)}.hl-heading>p{max-width:340px;font-size:15px;color:var(--ink-2);line-height:1.8;margin:0!important}.hl-heading .eyebrow,.hl-together .eyebrow,.hl-pricing .eyebrow,.hl-faq-intro .eyebrow{font-size:10px;letter-spacing:.11em;gap:8px}.hl-heading .eyebrow:before,.hl-together .eyebrow:before,.hl-pricing .eyebrow:before{display:none}.hl-ai{background:var(--bg);border-top:1px solid var(--line);scroll-margin-top:75px}.hl-ai-flow{display:flex;align-items:center;justify-content:center;gap:23px;padding:25px 45px;margin:0 0 30px;background:var(--primary-tint);border:1px solid color-mix(in srgb,var(--primary) 15%,var(--line));border-radius:22px}.hl-ai-flow>span:not(.hl-flow-track){display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--primary-deep);white-space:nowrap}.hl-engine{display:grid;grid-template-columns:auto auto;gap:2px 12px;align-items:center;background:var(--primary);color:var(--on-primary);padding:18px 25px;border-radius:16px;box-shadow:var(--sh-primary);flex-shrink:0}.hl-engine>svg{grid-row:span 2}.hl-engine strong{font:600 25px var(--f-display)}.hl-engine small{font:8px var(--f-mono);letter-spacing:.1em;opacity:.85}.hl-flow-track{flex:1;height:2px;background:color-mix(in srgb,var(--primary) 22%,transparent);position:relative;overflow:hidden;max-width:150px}.hl-flow-track i{position:absolute;top:0;left:-25%;width:25%;height:2px;background:var(--primary);animation:hl-flow 2.8s ease-in-out infinite;animation-play-state:paused}.hl-flow-track.is-running i{animation-play-state:running}@keyframes hl-flow{to{left:110%}}.hl-ai-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px;color:var(--ink-2);font-size:12px}.hl-ai-toolbar>span{display:flex;align-items:center;gap:8px}.hl-status-dot{width:6px;height:6px;background:var(--primary);border-radius:50%;flex-shrink:0}.hl-motion-toggle{display:flex;align-items:center;gap:6px;font:500 11px var(--f-body);background:var(--surface);color:var(--ink-2);border:1px solid var(--line-strong);border-radius:999px;padding:8px 12px;cursor:pointer;white-space:nowrap}.hl-ai-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hl-ai-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;font:inherit;color:var(--ink);padding:24px 20px;background:var(--surface);border:1px solid var(--line);border-radius:18px;cursor:pointer;transition:transform .3s,border-color .3s,box-shadow .3s}.hl-ai-card.is-active{border-color:var(--product);box-shadow:0 12px 30px -20px var(--product);transform:translateY(-5px)}.hl-ai-card-top{display:flex;align-items:center;gap:10px;margin-bottom:24px}.hl-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:45px;height:45px;border-radius:12px;background:var(--product-tint,var(--primary-tint));color:var(--product-deep,var(--primary-deep))}.hl-ai-card-top>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.hl-ai-card-top strong{font:600 22px var(--f-display)}.hl-ai-card-top small{font:8px var(--f-mono);letter-spacing:.06em;color:var(--ink-2)}.hl-ai-card-top>svg{margin-left:auto;color:var(--product-deep);flex-shrink:0;width:15px}.hl-ai-title{font:600 24px/1.22 var(--f-display);letter-spacing:-.025em;min-height:88px;display:block;margin-bottom:17px}.hl-ai-input{font-size:13px;color:var(--ink-2);line-height:1.75;min-height:92px;display:block}.hl-ai-input>span{display:block;font:9px var(--f-mono);letter-spacing:.07em;color:var(--ink-3);margin-bottom:9px}.hl-ai-arrow{display:flex;align-items:center;justify-content:center;color:var(--product-deep);padding:11px 0}.hl-ai-output{display:flex;align-items:flex-start;gap:8px;padding:15px 12px;background:var(--product-tint);color:var(--product-deep);border-radius:11px;font-size:13px;line-height:1.7;flex:1;border:1px solid transparent;transition:border-color .3s}.hl-ai-output>svg{flex-shrink:0;margin-top:3px}.hl-ai-card.is-active .hl-ai-output{border-color:color-mix(in srgb,var(--product) 25%,transparent)}.hl-ai-badge{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--ink-2);margin-top:18px}.hl-ai-badge svg{color:var(--product-deep);flex-shrink:0}.hl-rulebook{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding:23px 25px;border:1px solid var(--line);border-radius:16px;background:var(--bg-band)}.hl-rulebook>span{display:flex;gap:9px;align-items:center;font-size:12px;color:var(--ink-2)}.hl-rulebook svg{color:var(--primary-deep);flex-shrink:0}.hl-rulebook-title strong{display:block;font-size:14px;color:var(--ink)}.hl-rulebook-title small{display:block;font-size:11px;margin-top:3px}.hl-together{background:var(--bg-band);scroll-margin-top:75px}.hl-together-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:80px;align-items:center}.hl-together h2{font-size:clamp(32px,3.8vw,48px);line-height:1.12;letter-spacing:-.03em}.hl-section-copy{font-size:16px;line-height:1.8;color:var(--ink-2);max-width:460px}.hl-benefit-stack{display:grid;gap:22px;margin:29px 0}.hl-benefit-stack>span{display:flex;align-items:flex-start;gap:13px}.hl-benefit-stack svg{color:var(--primary-deep);flex-shrink:0;margin-top:2px}.hl-benefit-stack strong{display:block;font-size:14px}.hl-benefit-stack small{display:block;font-size:12px;color:var(--ink-2);margin-top:3px}.hl-inline-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:14px;font-weight:600;color:var(--primary-deep)}.hl-record{padding:25px;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--sh-card)}.hl-record-top{display:flex;align-items:center;gap:12px;padding-bottom:22px;border-bottom:1px solid var(--line)}.hl-record-avatar{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:var(--primary-tint);color:var(--primary-deep);font-size:14px;font-weight:600;flex-shrink:0}.hl-record-top strong{display:block;font:600 24px var(--f-display)}.hl-record-top small{display:block;font:8px var(--f-mono);letter-spacing:.07em;color:var(--ink-2);margin-top:6px}.hl-record-mark{margin-left:auto;color:var(--primary-deep)}.hl-record-rows{display:grid;gap:9px;margin:19px 0}.hl-record-row{display:flex;align-items:center;gap:13px;padding:13px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--ink);font:inherit;text-align:left;cursor:pointer;transition:border-color .25s,background .25s}.hl-record-row.is-active{background:var(--product-tint);border-color:color-mix(in srgb,var(--product) 35%,var(--line))}.hl-record-row strong{font-size:14px;display:block}.hl-record-row small{display:block;font-size:12px;color:var(--ink-2);margin-top:3px}.hl-record-value{margin-left:auto;color:var(--product-deep);font-size:11px;font-weight:600;white-space:nowrap}.hl-record-detail{display:flex;align-items:center;gap:13px;padding:15px;border-top:1px solid var(--line);color:var(--product-deep);animation:hl-detail .25s ease}.hl-record-detail svg{flex-shrink:0}.hl-record-detail p{font-size:13px;line-height:1.7;margin:0!important}.hl-sample-label{display:block;text-align:center;font-size:10px;color:var(--ink-2)}@keyframes hl-detail{0%{opacity:.5;transform:translateY(4px)}to{opacity:1;transform:none}}.hl-trust{background:var(--bg)!important}.homepage-refresh .hl-trust .trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 40px}.homepage-refresh .hl-trust .fact{flex-direction:column;padding:24px;gap:16px;transition:transform .2s,border-color .2s}.homepage-refresh .hl-trust .fact:hover{transform:translateY(-4px);border-color:var(--primary)}.homepage-refresh .hl-trust .fact>svg{width:42px;height:42px;padding:9px;background:var(--primary-tint);border-radius:11px}.homepage-refresh .hl-trust .fact b{font-size:17px;line-height:1.4;margin-bottom:8px}.homepage-refresh .hl-trust .fact>span{font-size:13px;line-height:1.75}.hl-privacy{padding:35px!important;gap:45px!important;border:1px solid var(--line)!important;border-radius:22px!important;background:var(--surface)}.hl-privacy-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--hr-tint);color:var(--hr-deep);border-radius:13px;width:52px;height:52px;margin-bottom:20px}.hl-privacy .eyebrow{font-size:9px;color:var(--hr-deep)}.hl-privacy .eyebrow:before{display:none}.hl-privacy h3{font:600 32px/1.15 var(--f-display);color:var(--ink);letter-spacing:-.025em;margin-bottom:20px}.hl-privacy .small{font-size:14px;line-height:1.8}.hl-privacy-steps{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px}.hl-privacy-steps>span{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--hr-deep)}.hl-privacy .mini-report{background:var(--bg);padding:24px;border-radius:16px;align-self:center;width:100%}.hl-report-title{display:flex;align-items:center;gap:12px;margin-bottom:24px}.hl-report-title .hl-record-avatar{background:var(--hr-tint);color:var(--hr-deep)}.hl-report-title strong{display:block;font-size:16px}.hl-report-title small{display:block;font-size:10px;color:var(--ink-2);margin-top:3px}.hl-report-title>svg{margin-left:auto;color:var(--hr-deep)}.hl-privacy .mr-line{align-items:flex-start;gap:10px;padding:13px 0}.hl-privacy .mr-line>svg{color:var(--hr-deep);flex-shrink:0;margin-top:2px}.hl-privacy .mr-line>span:nth-child(2){flex:1;min-width:0}.hl-privacy .mr-line strong{display:block;font-size:13px;color:var(--ink)}.hl-privacy .mr-line small{font-size:11px;display:block;margin-top:3px}.hl-privacy .mr-line i{display:block;position:relative;width:100%;height:4px;background:var(--line);border-radius:10px;margin-top:12px;overflow:hidden}.hl-privacy .mr-line i:before{content:"";display:block;width:var(--bar-width);height:100%;background:var(--hr);border-radius:10px;transform-origin:left;transition:transform .4s}.hl-privacy .mini-report:hover .mr-line i:before{transform:scaleX(.93)}.hl-privacy .mr-line .ts{font-size:11px;text-align:right;min-width:0}.hl-report-note{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--hr-deep);border-top:1px solid var(--line);padding-top:17px;margin-top:15px}.hl-early-section{padding-block:25px 65px}.hl-early{display:flex;gap:28px;align-items:center;padding:33px 36px;border-radius:20px;background:var(--primary-tint);border:1px solid var(--line)}.hl-early-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--surface);color:var(--primary-deep);border-radius:50%;flex-shrink:0}.hl-early>div{flex:1}.hl-early .eyebrow{font-size:9px}.hl-early h2{font-size:30px}.hl-early .muted{font-size:14px;line-height:1.8;max-width:660px}.hl-early>.hl-inline-link{font-size:12px;white-space:nowrap}.hl-pricing{background:var(--bg-band)}.homepage-refresh .hl-pricing .pchip{display:flex;flex-direction:column;padding:27px 23px;border-top-width:1px;transition:transform .25s,border-color .25s}.homepage-refresh .hl-pricing .pchip:hover{transform:translateY(-5px);border-color:var(--product)}.hl-pricing .hl-icon{margin-bottom:18px}.homepage-refresh .hl-pricing .p-name{font-size:28px}.homepage-refresh .hl-pricing .p-from{margin:22px 0!important}.hl-pricing .p-from>strong{font:600 39px var(--f-display);letter-spacing:-.03em;color:var(--ink)}.hl-pricing .p-from>span{font-size:13px}.hl-pricing .p-from>small{display:block;font-size:10px;margin-top:6px}.hl-price-benefit{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-2);margin-bottom:12px}.hl-price-benefit svg{color:var(--product-deep);flex-shrink:0}.homepage-refresh .hl-pricing .p-link{border:1px solid var(--line-strong);border-radius:999px;padding:11px 14px;margin-top:13px;justify-content:space-between;font-size:12px}.hl-pricing .section-head .lead{font-size:16px}.hl-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.hl-faq-icon{display:inline-flex;padding:17px;border-radius:20px;background:var(--primary-tint);color:var(--primary-deep);margin-bottom:26px}.hl-faq-intro h2{font-size:42px}.hl-faq-intro>p:not(.eyebrow){font-size:15px;line-height:1.8;color:var(--ink-2);max-width:340px}.hl-faq-note{display:flex;gap:9px;align-items:center;font-size:12px;color:var(--primary-deep);margin-top:24px}.hl-faq-section .faq{width:100%}.hl-faq-section .faq details{border:1px solid var(--line);border-radius:13px;background:var(--surface);margin-bottom:12px;overflow:hidden}.hl-faq-section .faq summary{display:flex;align-items:center;gap:13px;font-size:15px;padding:21px 20px;list-style:none}.hl-faq-section .faq summary:after{display:none}.hl-faq-section .faq summary::-webkit-details-marker{display:none}.hl-faq-number{font:11px var(--f-mono);color:var(--ink-3)}.hl-faq-plus{margin-left:auto;flex-shrink:0;color:var(--primary-deep);transition:transform .2s}.hl-faq-section details[open]{border-color:var(--primary)}.hl-faq-section details[open] .hl-faq-plus{transform:rotate(45deg)}.hl-faq-section .fa-body{font-size:14px;line-height:1.8;padding:0 24px 24px 48px;color:var(--ink-2)}.hl-final{position:relative;overflow:hidden;padding-block:65px!important}.hl-final h2{font-size:clamp(32px,4vw,50px)}.hl-final-icons{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:28px}.hl-final-icons svg{width:45px;height:45px;padding:11px;background:var(--surface);border:1px solid var(--line);border-radius:13px;color:var(--primary-deep);transition:transform .25s}.hl-final-icons svg:nth-child(3){width:58px;height:58px;padding:14px;background:var(--primary);color:var(--on-primary);transform:translateY(-5px)}.hl-final-icons:hover svg:nth-child(2n){transform:translateY(-5px)}@media (max-width:1050px){.hl-ai-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hl-ai-title{min-height:0;font-size:26px}.hl-ai-input{min-height:0}.hl-ai-output{min-height:96px}.hl-ai-flow{gap:15px;padding:23px}.hl-ai-flow>span:not(.hl-flow-track){font-size:12px}.hl-together-grid{gap:35px}.homepage-refresh .hl-trust .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hl-rulebook{justify-content:flex-start;gap:18px 27px}.hl-rulebook-title{flex-basis:100%}.hl-early{flex-wrap:wrap}.hl-early>.hl-inline-link{margin-left:108px}.hl-faq-grid{gap:35px}.hl-heading{gap:25px}.hl-heading>p{max-width:285px}}@media (max-width:780px){.hl-heading{display:block}.hl-heading>p{max-width:550px;margin-top:22px!important}.hl-ai-flow{gap:12px;flex-wrap:wrap}.hl-ai-flow>span:not(.hl-flow-track){font-size:11px}.hl-engine{padding:14px 18px}.hl-engine strong{font-size:22px}.hl-engine small{font-size:7px}.hl-flow-track{min-width:15px}.hl-together-grid,.hl-faq-grid{grid-template-columns:1fr;gap:35px}.hl-section-copy{max-width:100%}.hl-privacy{grid-template-columns:1fr!important;padding:26px!important;gap:28px!important}.hl-faq-intro>p:not(.eyebrow){max-width:550px}.hl-faq-icon{margin-bottom:18px}.hl-early{padding:27px;gap:20px}.hl-early h2{font-size:27px}.hl-early-icon{width:62px;height:62px}.hl-early>.hl-inline-link{margin-left:82px}.hl-early .muted{font-size:13px}.hl-orbit-scene .hw-ecosystem{margin-top:0}.hl-faq-intro h2{font-size:36px}}@media (max-width:480px){.homepage-refresh .hw-hero-notes{gap:8px;font-size:12px;flex-direction:column;align-items:center;margin-top:23px}.homepage-refresh .hw-hero-notes>span{padding:8px 15px;min-width:195px;justify-content:center}.homepage-refresh .hw-hero-notes svg{width:17px;height:17px}.hw-orbit-scene .hw-ecosystem{width:260px;height:260px}.hw-orbit-rotor:before{width:200px}.hw-orbit-rotor:after{height:200px}.hl-heading h2{font-size:33px}.hl-heading .eyebrow{font-size:8px}.hl-heading>p{font-size:14px}.hl-ai-flow{display:grid;grid-template-columns:1fr;justify-items:center;gap:11px;padding:22px}.hl-flow-track{height:17px;width:2px;min-width:0;background:var(--line-strong)}.hl-flow-track i{width:2px;height:7px;top:-7px;left:0;animation-name:hl-flow-down}.hl-ai-grid{grid-template-columns:1fr;gap:19px}.hl-ai-card{padding:23px}.hl-ai-title{font-size:26px;margin-bottom:17px}.hl-ai-card-top{margin-bottom:20px}.hl-ai-input{font-size:14px}.hl-ai-output{font-size:14px;min-height:0;padding:16px}.hl-ai-badge{font-size:12px}.hl-ai-toolbar{flex-wrap:wrap;font-size:11px}.hl-motion-toggle{margin-left:auto}.hl-rulebook{padding:22px 19px;gap:17px}.hl-rulebook>span{font-size:12px;flex-basis:100%}.hl-rulebook-title small{font-size:10px}.hl-together h2{font-size:34px}.hl-section-copy{font-size:14px}.hl-record{padding:18px}.hl-record-top{gap:9px}.hl-record-top strong{font-size:21px}.hl-record-top small{font-size:6px}.hl-record-mark{display:none}.hl-record-row{padding:12px 6px;gap:8px}.hl-record-row .hl-icon{width:33px;height:36px;border-radius:9px}.hl-record-row strong{font-size:12px}.hl-record-row small{font-size:10px}.hl-record-value{font-size:9px}.hl-record-detail{padding:15px 4px}.hl-record-detail p{font-size:12px}.hl-sample-label{font-size:9px}.homepage-refresh .hl-trust .trust-grid{gap:10px}.homepage-refresh .hl-trust .fact{padding:17px 14px;gap:12px}.homepage-refresh .hl-trust .fact b{font-size:15px}.homepage-refresh .hl-trust .fact>span{font-size:12px}.hl-privacy{padding:20px!important}.hl-privacy .mini-report{padding:17px}.hl-privacy h3{font-size:29px}.hl-report-title{gap:8px}.hl-report-title strong{font-size:14px}.hl-report-title small{font-size:8px}.hl-report-title>svg{width:17px}.hl-report-title .hl-record-avatar{width:35px;height:35px}.hl-privacy .mr-line .ts,.hl-report-note{font-size:9px}.hl-early{display:block;padding:25px}.hl-early-icon{margin-bottom:20px}.hl-early>.hl-inline-link{margin:23px 0 0}.hl-early-section{padding-block:10px 45px}.hl-faq-section .faq summary{padding:18px 15px;gap:10px;font-size:14px}.hl-faq-section .fa-body{padding:0 17px 22px;font-size:13px}.hl-faq-intro .eyebrow{font-size:8px}.hl-final-icons{gap:10px}.hl-final .lead{font-size:16px}.hl-final .rr{font-size:11px}.hl-final .btn,.hl-pricing .section-head .lead{font-size:14px}.homepage-refresh .hl-pricing .pchip{padding:24px}.hl-pricing .p-from>strong{font-size:43px}}.homepage-refresh .hl-privacy h3{font:600 32px/1.15 var(--f-display);color:var(--ink);letter-spacing:-.025em;margin-bottom:20px}@media (max-width:480px){.homepage-refresh .hl-privacy h3{font-size:29px}}.homepage-refresh .hl-faq-section .faq{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.homepage-refresh .hl-faq-section .faq details{border:0;border-bottom:1px solid var(--line-strong);border-radius:0;background:transparent;margin:0;overflow:visible}.homepage-refresh .hl-faq-section .faq details+details{border-top:0}.homepage-refresh .hl-faq-section .faq summary{justify-content:flex-start;padding:25px 0;gap:16px;font-size:16px;line-height:1.6;transition:color .18s}.homepage-refresh .hl-faq-section .faq summary:hover,.homepage-refresh .hl-faq-section .faq details[open] summary{color:var(--primary-deep)}.homepage-refresh .hl-faq-section .hl-faq-number{min-width:22px;color:var(--ink-3)}.homepage-refresh .hl-faq-section .hl-faq-plus{width:30px;height:30px;padding:6px;border-radius:50%;background:var(--primary-tint);flex-shrink:0}.homepage-refresh .hl-faq-section .faq details[open]{border-bottom-color:var(--primary)}.homepage-refresh .hl-faq-section .fa-body{padding:0 46px 27px 38px;background:transparent;font-size:15px;line-height:1.85}.homepage-refresh .hl-faq-section .faq summary:focus-visible{outline:2px solid var(--primary);outline-offset:5px;box-shadow:none;border-radius:5px}@media (max-width:480px){.homepage-refresh .hl-faq-section .faq summary{padding:21px 0;font-size:14px;gap:10px}.homepage-refresh .hl-faq-section .hl-faq-number{min-width:18px;font-size:10px}.homepage-refresh .hl-faq-section .fa-body{padding:0 6px 23px 28px;font-size:13px}.homepage-refresh .hl-faq-section .hl-faq-plus{width:27px;height:27px}}@media (prefers-reduced-motion:reduce){.homepage-refresh .hl-faq-section .faq summary{transition:none}}@keyframes hl-flow-down{to{top:110%}}@media (prefers-reduced-motion:reduce){.hw-orbit-rotor,.hw-orbit-upright,.hl-flow-track i,.hl-record-detail{animation:none}.hw-orbit-control,.hl-motion-toggle{display:none}.hl-ai-card,.hl-record-row,.hl-ai-output,.homepage-refresh .hl-trust .fact,.hl-privacy .mr-line i:before,.homepage-refresh .hl-pricing .pchip,.hl-faq-plus,.hl-final-icons svg{transition:none}.hl-ai-card.is-active,.homepage-refresh .hl-trust .fact:hover,.homepage-refresh .hl-pricing .pchip:hover{transform:none}}.hw-hero{padding:76px 0 54px;text-align:center;background:radial-gradient(ellipse at 50% 0%,var(--primary-tint),transparent 66%)}.hw-overline{font:500 11px/1.6 var(--f-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2)}.hw-hero .hw-overline{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:22px}.hw-hero .hw-overline>span{width:6px;height:6px;border-radius:50%;background:var(--primary)}.hw-hero h1{font-size:clamp(2.75rem,5.8vw,4.8rem);line-height:1.06;letter-spacing:-.045em;margin-bottom:24px}.hw-hero h1>span{color:var(--primary-deep)}.hw-hero-copy{font-size:18px;line-height:1.7;color:var(--ink-2);max-width:650px;margin-inline:auto!important}.hw-hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:27px 0 21px}.hw-hero-actions .btn{font-size:15px;padding:14px 23px;gap:12px}.hw-hero-notes{display:flex;justify-content:center;gap:23px;flex-wrap:wrap;font-size:12px;color:var(--ink-2)}.hw-hero-notes>span{display:flex;align-items:center;gap:7px}.hw-hero-notes svg{color:var(--primary)}.hw-products{padding:15px 0 66px;scroll-margin-top:90px}.hw-section-label{display:flex;justify-content:space-between;gap:15px;margin:0 0 20px;color:var(--ink-2);font-size:12px}.hw-section-label>span:first-child{font:500 10px/1.8 var(--f-mono);letter-spacing:.13em}.hw-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.hw-product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:25px 22px 23px;display:flex;flex-direction:column;position:relative;box-shadow:var(--sh-card);transition:transform .2s ease,border-color .2s ease}.hw-product-card:hover{transform:translateY(-5px);border-color:var(--product)}.hw-product-identity{display:flex;align-items:center;gap:12px;margin-bottom:24px}.hw-product-icon{display:inline-flex;justify-content:center;align-items:center;flex:none;width:48px;height:48px;background:var(--product-tint);color:var(--product-deep);border-radius:13px;border:1px solid color-mix(in srgb,var(--product) 20%,transparent)}.hw-icon-small{width:35px;height:35px;border-radius:9px}.hw-product-identity h2{font-size:24px;margin:0 0 3px;letter-spacing:-.03em}.hw-product-identity>div>span{font-size:10px;color:var(--ink-2);text-transform:uppercase;letter-spacing:.04em}.hw-product-card h3{font:600 21px/1.25 var(--f-display);letter-spacing:-.02em;margin-bottom:13px}.hw-product-card p{font-size:13px;line-height:1.7;color:var(--ink-2);margin-bottom:24px}.hw-product-card a,.hw-product-link{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;text-decoration:none;color:var(--product-deep);margin-top:auto}.hw-product-card a svg{transition:transform .2s}.hw-product-card a:hover svg{transform:translate(4px)}.hw-platform{background:#124f59;color:#f6f1e7;padding:56px 0;overflow:hidden}.hw-platform-grid{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:55px}.hw-platform .hw-overline{color:#b9d6d4;font-size:10px;margin-bottom:19px}.hw-platform h2{font-size:clamp(32px,3.6vw,46px);line-height:1.12;letter-spacing:-.03em;color:#fff9ed}.hw-platform-copy{color:#d0e0dc;font-size:15px;line-height:1.7;max-width:440px}.hw-platform-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin-top:32px}.hw-platform-benefits>div{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding-right:12px;border-right:1px solid #ffffff26}.hw-platform-benefits>div:last-child{border:0}.hw-platform-benefits svg{color:#b9dad5;margin-bottom:6px}.hw-platform-benefits strong{font-size:13px;font-weight:500}.hw-platform-benefits span{font-size:11px;color:#c0d9d5;line-height:1.6}.hw-ecosystem{position:relative;width:340px;height:300px;max-width:100%;justify-self:center}.hw-orbit{position:absolute;border:1px solid #b6dad12d;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.hw-orbit-outer{width:290px;height:290px;border-style:dashed}.hw-orbit-inner{width:220px;height:220px}.hw-ecosystem:before,.hw-ecosystem:after{content:"";position:absolute;top:50%;left:50%;background:#b6dad136;transform:translate(-50%,-50%)}.hw-ecosystem:before{width:235px;height:1px}.hw-ecosystem:after{height:235px;width:1px}.hw-ecosystem-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:126px;height:126px;background:#f6f1e7;border:6px solid #ffffff1a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#124f59;z-index:1;box-shadow:0 0 45px #a9ded422}.hw-ecosystem-center span{font:600 18px var(--f-display)}.hw-ecosystem-center small{font:8px var(--f-mono);letter-spacing:.06em}.hw-orbit-product{position:absolute;display:flex;flex-direction:column;align-items:center;gap:5px;z-index:2;font-size:11px;color:#f6f1e7}.hw-orbit-product .hw-product-icon{background:#f6f1e7;color:var(--product);width:49px;height:49px;box-shadow:0 6px 20px #0002}.hw-orbit-0{left:50%;top:0;transform:translate(-50%)}.hw-orbit-1{left:0;top:50%;transform:translateY(-50%)}.hw-orbit-2{right:0;top:50%;transform:translateY(-50%)}.hw-orbit-3{left:50%;bottom:-5px;transform:translate(-50%)}.hw-showcase{scroll-margin-top:70px;padding-block:74px 66px;background:linear-gradient(var(--bg),var(--bg-band))}.hw-showcase-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.hw-showcase-heading .eyebrow{font-size:10px;margin-bottom:14px}.hw-showcase-heading h2{font-size:clamp(30px,3.5vw,43px);letter-spacing:-.035em;margin:0}.hw-showcase-heading>p{font-size:13px;color:var(--ink-2);line-height:1.7;margin:0;flex-shrink:0}.hw-showcase-controls{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-bottom:27px}.hw-product-tabs{display:grid;grid-template-columns:repeat(4,1fr);padding:5px;border:1px solid var(--line);border-radius:14px;background:var(--surface);width:min(790px,100%);gap:5px}.hw-product-tabs button{border:1px solid transparent;border-radius:10px;display:grid;grid-template-columns:auto 1fr;-moz-column-gap:10px;column-gap:10px;align-items:center;text-align:left;padding:12px 16px;color:var(--ink-2);background:transparent;font:600 14px var(--f-body);cursor:pointer;transition:background .2s,border-color .2s}.hw-product-tabs button svg{grid-row:span 2;color:var(--product-deep)}.hw-product-tabs button small{font-size:10px;font-weight:400;line-height:1.6}.hw-product-tabs button[aria-selected=true]{border-color:color-mix(in srgb,var(--product) 28%,var(--line));background:var(--product-tint);color:var(--product-deep)}.hw-product-tabs button:hover{background:var(--product-tint)}.hw-playback{display:flex;align-items:center;gap:7px;white-space:nowrap;font:500 11px var(--f-body);color:var(--ink-2);background:var(--surface);border:1px solid var(--line-strong);border-radius:999px;padding:10px 13px;cursor:pointer}.hw-playback:disabled{cursor:default}.hw-showcase-panel{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(270px,1fr);gap:33px;align-items:center}.hw-demo-area{min-width:0}.hw-demo-window{border:1px solid var(--line-strong);border-radius:15px;box-shadow:0 20px 50px -28px #1c2b3366;background:var(--surface);overflow:hidden;min-height:385px;font:12px/1.5 var(--f-body)}.hw-window-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;border-bottom:1px solid var(--line);background:var(--bg);color:var(--ink-2);font-size:9px}.hw-window-top>span:last-child{font-size:8px}.hw-window-dots{display:flex;gap:4px}.hw-window-dots i{width:6px;height:6px;border-radius:50%;background:var(--line-strong)}.hw-app-shell{display:flex;min-height:350px}.hw-demo-sidebar{display:flex;flex-direction:column;align-items:center;gap:23px;border-right:1px solid var(--line);width:54px;flex-shrink:0;padding:14px 5px;color:var(--ink-3)}.hw-sidebar-active{color:var(--product-deep);background:var(--product-tint);border-radius:6px;padding:6px;margin-block:-6px}.hw-sidebar-bottom{margin-top:auto;font-size:10px;background:var(--bg-band);border-radius:50%;padding:6px}.hw-app-content{flex:1;min-width:0}.hw-app-top{display:flex;gap:15px;align-items:center;padding:14px 15px;border-bottom:1px solid var(--line)}.hw-app-top>strong{margin-right:auto;font-size:12px}.hw-app-top>strong>span{font-size:10px;font-weight:400;color:var(--ink-2)}.hw-avatar{display:inline-flex;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;background:var(--primary-tint);color:var(--primary-deep);border-radius:50%;font-size:8px;font-weight:600}.hw-demo-board{padding:15px;background:color-mix(in srgb,var(--bg) 45%,var(--surface))}.hw-demo-metrics{display:flex;gap:24px;align-items:center;margin-bottom:17px}.hw-demo-metrics>div{display:flex;flex-direction:column;gap:2px}.hw-demo-metrics small{font-size:9px;color:var(--ink-2)}.hw-demo-metrics strong{font-size:14px;font-weight:600}.hw-demo-badge{display:flex;align-items:center;gap:5px;margin-left:auto;font-size:8px;color:var(--product-deep);background:var(--product-tint);border-radius:20px;padding:5px 7px}.hw-demo-badge>span{width:4px;height:4px;border-radius:50%;background:var(--product)}.hw-board-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hw-column-heading{display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:600;padding-bottom:10px}.hw-column-heading small{color:var(--ink-2);padding:0 5px;background:var(--bg-band);border-radius:4px}.hw-deal-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:11px 9px;margin-bottom:8px;transition:border-color .25s,box-shadow .25s,background .25s}.hw-card-tag{font-size:8px;color:var(--product-deep)}.hw-deal-card>strong{display:block;font-size:10px;margin:6px 0 3px}.hw-deal-card p{font-size:9px;color:var(--ink-2);margin-bottom:13px}.hw-deal-footer{display:flex;align-items:center;gap:5px;font-size:8px;color:var(--ink-2);margin-top:9px}.hw-deal-footer>svg:last-child{margin-left:auto}.hw-secondary-deal{opacity:.75}.hw-demo-highlight{border-color:var(--product)!important;box-shadow:0 0 0 2px var(--product-tint);background:color-mix(in srgb,var(--product-tint) 40%,var(--surface))!important}.hw-demo-insight{display:flex;gap:8px;align-items:center;border-radius:7px;background:var(--product-tint);color:var(--product-deep);padding:10px;font-size:9px;margin-top:9px;animation:hw-demo-enter .35s ease}.hw-demo-insight>svg{flex-shrink:0}.hw-demo-insight>svg:last-child{margin-left:auto}.hw-demo-caption{display:flex;gap:6px;align-items:center;font-size:9px;color:var(--ink-2);margin:13px 2px 0!important}.hw-demo-caption>span:last-child{margin-left:auto}.hw-demo-caption>svg{color:var(--product)}.hw-feature-area>.hw-overline{color:var(--product-deep);font-size:10px;margin-bottom:12px}.hw-feature-area>h3{font:600 27px/1.2 var(--f-display);letter-spacing:-.02em;margin-bottom:21px}.hw-features{display:flex;flex-direction:column;gap:6px}.hw-feature{display:flex;width:100%;align-items:flex-start;gap:12px;padding:13px 12px;background:transparent;border:1px solid transparent;border-radius:11px;color:var(--ink-2);text-align:left;cursor:pointer;transition:background .2s,border-color .2s;font-family:var(--f-body)}.hw-feature>svg{flex-shrink:0;margin-top:1px}.hw-feature>svg:last-child{margin-left:auto;width:12px}.hw-feature>span>strong{display:block;font-size:13px;line-height:1.5;font-weight:600;color:var(--ink)}.hw-feature>span>span{display:block;font-size:11px;line-height:1.65;margin-top:4px}.hw-feature.is-active{border-color:var(--line);background:var(--surface);box-shadow:var(--sh-card)}.hw-feature.is-active>svg{color:var(--product-deep)}.hw-feature:hover{background:var(--surface)}.hw-product-link{margin:22px 0 0 12px}.hw-showcase-hint{text-align:center;font-size:11px;color:var(--ink-2);margin:23px 0 0!important}.hw-inbox{display:grid;grid-template-columns:41% 59%;min-height:297px}.hw-conversation-list{border-right:1px solid var(--line);background:color-mix(in srgb,var(--bg) 30%,var(--surface));padding-top:12px}.hw-inbox-heading{display:flex;align-items:center;gap:8px;padding:0 11px 12px;font-size:10px;font-weight:600}.hw-inbox-heading>span{font-size:9px;color:var(--ink-2)}.hw-conversation{display:flex;gap:7px;padding:12px 8px;border:1px solid transparent;margin:0 5px 5px;border-radius:7px}.hw-conversation>div{min-width:0;flex:1}.hw-conversation strong{font-size:9px;display:block}.hw-conversation>div>span{display:block;font-size:8px;color:var(--ink-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-conversation small{font-size:7px}.hw-selected{background:var(--product-tint)}.hw-channel-label{display:flex;flex-wrap:wrap;gap:6px;padding:14px 12px;font-size:8px;color:var(--ink-2);align-items:center}.hw-message-thread{padding:12px;display:flex;flex-direction:column;gap:13px;min-width:0}.hw-thread-heading{display:flex;align-items:center;justify-content:space-between;gap:5px}.hw-thread-heading strong{font-size:10px}.hw-thread-heading small{display:block;font-size:8px;color:var(--ink-2)}.hw-assignee{display:flex;gap:4px;align-items:center;border:1px solid var(--line);padding:3px 5px;border-radius:5px;font-size:8px}.hw-thread-date{text-align:center;font:7px var(--f-mono);color:var(--ink-2)}.hw-bubble{max-width:89%;background:var(--bg-band);padding:10px;border-radius:0 9px 9px;font-size:10px;line-height:1.6}.hw-bubble-reply{background:var(--primary);color:var(--on-primary);align-self:flex-end;border-radius:9px 0 9px 9px;animation:hw-demo-enter .35s ease}.hw-bubble-reply span{display:flex;gap:4px;align-items:center;margin-top:5px;font-size:8px}.hw-thread-context{display:flex;align-items:center;gap:5px;font-size:8px;color:var(--ink-2)}.hw-reply-placeholder{display:flex;gap:8px;align-items:center;color:var(--ink-2);font-size:9px;min-height:77px}.hw-composer{display:flex;gap:8px;justify-content:space-between;align-items:center;border:1px solid var(--line);padding:10px;border-radius:7px;font-size:9px;color:var(--ink-2);margin-top:auto}.hw-composer svg{color:var(--product-deep);flex-shrink:0}.hw-people-demo{padding:16px}.hw-people-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:17px}.hw-people-stats>div{display:grid;grid-template-columns:1fr auto;border:1px solid var(--line);border-radius:8px;padding:10px}.hw-people-stats svg{grid-column:2;grid-row:1;color:var(--product-deep)}.hw-people-stats strong{grid-column:1;grid-row:1;font-size:19px;font-weight:600}.hw-people-stats small{font-size:9px;color:var(--ink-2);grid-column:span 2}.hw-people-table-head{display:flex;justify-content:space-between;font-size:10px;padding-bottom:10px}.hw-people-table-head>span{color:var(--ink-2);font-size:9px}.hw-person{display:grid;grid-template-columns:24px 1fr .8fr auto;align-items:center;gap:8px;padding:10px 0;border-top:1px solid var(--line);font-size:9px}.hw-person>span:not(.hw-avatar){color:var(--ink-2)}.hw-person small{font-size:8px;color:var(--product-deep);background:var(--product-tint);padding:3px 7px;border-radius:12px}.hw-people-bottom{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.hw-people-bottom>div{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:8px;padding:10px}.hw-people-bottom svg{color:var(--product-deep);flex-shrink:0}.hw-people-bottom strong{display:block;font-size:10px}.hw-people-bottom small{font-size:8px;color:var(--ink-2);display:block}.homepage-refresh .fact{display:flex;gap:12px;align-items:flex-start}.homepage-refresh .fact>svg{flex-shrink:0;color:var(--primary-deep);margin-top:3px}.homepage-refresh .fact>span{font-size:13px}.homepage-refresh .fact b{font-size:14px;margin-bottom:4px}.homepage-refresh .pchip{padding:23px}.homepage-refresh .pchip .p-name{font-size:25px}.homepage-refresh .pchip .p-from{margin-block:13px;font-size:13px}.homepage-refresh .pchip .p-link{display:flex;gap:8px;align-items:center}.homepage-refresh .ai-cell{padding:22px}.homepage-refresh .ai-cell .who{font-size:10px;line-height:1.8}.homepage-refresh .section-head h2{letter-spacing:-.025em}.homepage-refresh .final{background:var(--primary-tint)}@keyframes hw-demo-enter{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}@media (min-width:1440px){.homepage-refresh .wrap{width:min(1200px,calc(100% - 80px))}}@media (max-width:1000px){.hw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-product-card{padding:24px}.hw-product-card h3{max-width:240px}.hw-platform-grid{gap:25px}.hw-ecosystem{width:290px}.hw-showcase-panel{grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);gap:20px}.hw-product-tabs button{padding:11px}.hw-feature-area>h3{font-size:24px}.hw-feature{padding:10px 8px;gap:8px}.hw-demo-metrics{gap:10px}.hw-demo-badge{display:none}.hw-board-columns{gap:6px}.hw-demo-board{padding:10px}.hw-app-top>strong>span{display:none}}@media (max-width:780px){.hw-hero{padding:56px 0 40px}.hw-showcase-panel{grid-template-columns:1fr}.hw-feature-area>h3{font-size:28px}.hw-showcase-heading{align-items:start;flex-direction:column;gap:14px}.hw-showcase-heading>p>br{display:none}.hw-showcase-controls{flex-wrap:wrap;gap:12px}.hw-playback{margin-left:auto}.hw-demo-window{min-height:0}.hw-platform-grid{grid-template-columns:1fr}.hw-platform{padding:42px 0 48px}.hw-platform-grid>div:first-child{max-width:580px}.hw-ecosystem{margin-top:25px;width:320px}.hw-platform h2 br{display:none}.hw-platform-copy,.hw-platform-benefits{max-width:560px}.hw-features{display:grid;grid-template-columns:repeat(3,1fr)}.hw-feature{flex-direction:column;padding:14px;gap:8px}.hw-feature>svg:last-child{display:none}.hw-showcase{padding-block:50px}.hw-feature-area>.hw-overline{margin-top:6px}.hw-inbox{min-height:315px}.hw-message-thread{padding:15px}.hw-conversation{padding:13px 10px}.hw-bubble{font-size:11px}.hw-product-link{margin-left:0}}@media (max-width:480px){.hw-hero{padding-top:38px}.hw-hero h1{font-size:clamp(2.5rem,10.5vw,3.2rem)}.hw-hero-copy{font-size:15px}.hw-desktop-break{display:none}.hw-hero .hw-overline{font-size:8px;letter-spacing:.09em}.hw-hero-actions{gap:9px}.hw-hero-actions .btn{font-size:12px;padding:13px 15px;gap:8px}.hw-hero-notes{gap:8px 15px;font-size:10px}.hw-hero-notes svg{width:13px}.hw-section-label>span:last-child{display:none}.hw-product-grid{gap:10px}.hw-product-card{padding:18px 14px}.hw-product-identity{gap:8px;margin-bottom:18px;flex-wrap:wrap}.hw-product-icon{width:39px;height:39px;border-radius:10px}.hw-product-icon svg{width:23px}.hw-product-identity h2{font-size:21px}.hw-product-identity>div>span{font-size:8px}.hw-product-card h3{font-size:19px}.hw-product-card p{font-size:11px;line-height:1.65;margin-bottom:17px}.hw-product-card a{font-size:11px;gap:5px}.hw-product-card a svg{width:13px}.hw-products{padding-bottom:38px}.hw-platform-benefits{gap:12px}.hw-platform-benefits>div{padding-right:7px}.hw-platform-benefits strong{font-size:12px}.hw-platform-benefits span{font-size:10px}.hw-platform .hw-overline{font-size:8px}.hw-platform-copy{font-size:13px}.hw-ecosystem{width:275px;height:275px}.hw-orbit-outer{width:260px;height:260px}.hw-ecosystem-center{width:112px;height:112px}.hw-showcase-heading .eyebrow{font-size:8px}.hw-showcase-heading h2{font-size:31px}.hw-product-tabs{gap:2px;padding:4px}.hw-product-tabs button{display:flex;flex-direction:column;gap:5px;padding:10px 4px;font-size:11px}.hw-product-tabs button small{display:none}.hw-product-tabs button svg{width:18px}.hw-playback{font-size:10px}.hw-demo-sidebar{display:none}.hw-window-top>span:last-child{font-size:7px}.hw-window-top{font-size:8px;padding:9px}.hw-app-top{padding:11px}.hw-deal-card{padding:9px 7px}.hw-deal-card>strong{font-size:9px}.hw-deal-card p{font-size:8px}.hw-card-tag{font-size:7px}.hw-column-heading{font-size:8px}.hw-demo-metrics strong{font-size:13px}.hw-demo-metrics{margin-bottom:13px}.hw-demo-insight{font-size:8px;padding:8px}.hw-app-shell{min-height:0}.hw-demo-caption{font-size:8px;gap:4px}.hw-features{grid-template-columns:1fr}.hw-feature{flex-direction:row;gap:12px;padding:14px}.hw-feature>svg:last-child{display:block}.hw-feature>span>strong{font-size:14px}.hw-feature>span>span{font-size:12px}.hw-feature-area>h3{font-size:27px}.hw-showcase-hint{font-size:10px}.hw-inbox{grid-template-columns:35% 65%;min-height:310px}.hw-conversation .hw-avatar{display:none}.hw-conversation{padding:10px 6px;gap:3px}.hw-conversation strong{font-size:8px}.hw-conversation>div>span{font-size:7px}.hw-inbox-heading{font-size:9px;padding:0 8px 10px}.hw-message-thread{padding:10px}.hw-thread-heading{flex-wrap:wrap}.hw-bubble{font-size:9px}.hw-channel-label{font-size:7px;padding:10px 8px;gap:4px}.hw-people-demo{padding:12px}.hw-people-stats{gap:7px}.hw-person{font-size:8px;gap:6px}.hw-person small{padding:2px 5px;font-size:7px}.hw-people-bottom{gap:7px}.hw-people-bottom>div{padding:8px;gap:6px}.hw-people-bottom svg{width:16px}.hw-people-bottom strong{font-size:9px}.hw-people-bottom small{font-size:7px}}@media (prefers-reduced-motion:reduce){.hw-product-card,.hw-product-card a svg,.hw-feature,.hw-deal-card,.hw-product-tabs button{transition:none}.hw-product-card:hover{transform:none}.hw-demo-insight,.hw-bubble-reply{animation:none}}.mw-footer{background:#103f49;color:#f6f1e7;padding:61px 0 23px}.mw-footer-main{display:grid;grid-template-columns:1.15fr 1.35fr .75fr;gap:60px;padding-bottom:47px}.mw-wordmark{display:inline-flex;align-items:center;color:#f6f1e7;text-decoration:none;font:600 30px var(--f-display);letter-spacing:-.035em}.mw-wordmark>span{color:#add5ce}.mw-wordmark>i{width:6px;height:6px;border-radius:50%;background:#add5ce;margin:15px 0 0 5px}.mw-footer-brand>p{font:600 29px/1.2 var(--f-display);letter-spacing:-.02em;margin:28px 0 17px!important}.mw-footer-brand>span{display:block;color:#b5ceca;font-size:13px;line-height:1.8}.mw-footer-start{display:inline-flex;align-items:center;gap:11px;color:#e8f0e9;font-size:12px;font-weight:500;text-decoration:none;padding-bottom:7px;border-bottom:1px solid #ffffff40;margin-top:24px}.mw-footer h2{font:500 10px var(--f-mono);letter-spacing:.12em;color:#a9c9c3;margin:7px 0 25px}.mw-footer-products>div{display:grid;gap:11px}.mw-footer-products a{display:flex;align-items:center;gap:13px;text-decoration:none;color:#f6f1e7;padding:9px 11px 9px 0;border-radius:9px;transition:background .2s}.mw-footer-products a:hover{background:#ffffff08}.mw-footer-icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;background:#ffffff0d;border-radius:11px;border:1px solid #ffffff12;color:color-mix(in srgb,var(--footer-accent) 55%,white);flex-shrink:0}.mw-footer-products strong{display:block;font:600 21px var(--f-display)}.mw-footer-products small{display:block;font-size:11px;color:#b5ceca;margin-top:4px}.mw-footer-arrow{margin-left:auto;color:#b5ceca;opacity:0;transform:translate(-5px);transition:opacity .2s,transform .2s}.mw-footer-products a:hover .mw-footer-arrow,.mw-footer-products a:focus-visible .mw-footer-arrow{opacity:1;transform:none}.mw-footer-platform{display:flex;flex-direction:column;align-items:flex-start}.mw-footer-platform>a{display:flex;align-items:center;gap:8px;color:#c7ddd7;font-size:13px;text-decoration:none;margin-bottom:14px}.mw-footer-platform>a:hover{color:#fff;text-decoration:underline;text-underline-offset:5px}.mw-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:23px;border-top:1px solid #ffffff20;color:#a9c9c3;font-size:11px}.mw-footer-bottom button{display:flex;align-items:center;gap:8px;border:0;padding:5px 0;background:transparent;color:#e0eee7;font:500 11px var(--f-body);cursor:pointer}.mw-footer a:focus-visible,.mw-footer button:focus-visible{outline:2px solid #add5ce;outline-offset:5px;box-shadow:none}@media (max-width:900px){.mw-footer-main{gap:30px;grid-template-columns:1fr 1fr 1fr}.mw-footer-brand>p{font-size:26px}.mw-footer-products small{font-size:10px}.mw-footer-icon{width:35px;height:35px}.mw-footer-products a{gap:9px}}@media (max-width:680px){.mw-footer{padding-top:44px}.mw-footer-main{grid-template-columns:1.15fr 1fr;gap:36px 25px}.mw-footer-brand{grid-column:span 2}.mw-footer-brand>p br{display:none}.mw-footer-brand>p{margin-top:20px!important}.mw-footer-bottom{flex-wrap:wrap;font-size:10px;gap:16px}.mw-footer-bottom>span:nth-child(2){order:3;flex-basis:100%}.mw-footer h2{font-size:8px;letter-spacing:.07em}.mw-footer-products strong{font-size:20px}.mw-footer-platform>a{font-size:12px}.mw-footer-products small{font-size:9px}.mw-footer-arrow{display:none}}@media (prefers-reduced-motion:reduce){.mw-footer-products a,.mw-footer-arrow{transition:none}}.hero{padding-block:4.5rem 3.5rem;opacity:0;transition:opacity .5s ease;background:linear-gradient(var(--primary-tint),var(--bg));text-align:center}.hero.loaded{opacity:1}@media (prefers-reduced-motion:reduce){.hero{opacity:1;transition:none}}.hero h1{max-width:16em;margin-inline:auto}.hero .lead{margin-inline:auto;max-width:36em}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin:1.5rem 0 1rem}.cat-chips{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin:1.75rem 0 .5rem}.cat-chip{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font:600 .9375rem var(--f-body);padding:.55rem 1.1rem;border-radius:var(--r-pill);border:1.5px solid;background:var(--surface)}.cat-chip .c-cat{font-family:var(--f-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.75}.cat-chip{border-color:var(--line-strong);color:var(--ink-2)}.cat-chip:hover{border-color:var(--primary);color:var(--primary-deep)}.cat-chip .c-dot{width:.55rem;height:.55rem;border-radius:50%;display:inline-block}.chip-crm .c-dot{background:var(--crm)}.chip-desk .c-dot{background:var(--desk)}.chip-task .c-dot{background:var(--task)}.chip-hr .c-dot{background:var(--hr)}.four-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width:840px){.four-grid{grid-template-columns:1fr}}.tool-panel{border-radius:var(--r-card);padding:1.75rem;border:1px solid var(--line);display:flex;flex-direction:column;gap:.9rem;opacity:0;transform:translateY(12px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.tool-panel.on{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.tool-panel{opacity:1!important;transform:none!important;transition:none}}.tool-panel .t-eyebrow{font-family:var(--f-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin:0}.tool-panel h3{font-family:var(--f-display);font-size:1.7rem;margin:0;letter-spacing:-.01em}.tool-panel .t-line{font-size:1.0125rem;color:var(--ink-2);margin:0}.tool-panel .t-glimpse{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-ctl);padding:.7rem .9rem;font-size:.84rem;color:var(--ink-2);display:grid;gap:.35rem;min-height:7.2em}.tool-panel .t-glimpse .drow{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.tool-panel .t-glimpse .st{font-family:var(--f-mono);font-size:.68rem;white-space:nowrap}.demo-step{opacity:0;transform:translateY(6px);transition:opacity .4s var(--ease),transform .4s var(--ease)}.demo-step.go{opacity:1;transform:none}.demo-res{font-family:var(--f-mono);font-size:.68rem;justify-self:start;margin-top:.15rem;padding:.18rem .6rem;border-radius:var(--r-pill);border:1px solid;opacity:0;transform:translateY(6px);transition:opacity .4s var(--ease),transform .4s var(--ease)}.demo-res.go{opacity:1;transform:none}.tp-crm .demo-res{color:var(--crm-deep);border-color:var(--crm);background:var(--surface)}.tp-desk .demo-res{color:var(--desk-deep);border-color:var(--desk);background:var(--surface)}.tp-task .demo-res{color:var(--task-deep);border-color:var(--task);background:var(--surface)}.tp-hr .demo-res{color:var(--hr-deep);border-color:var(--hr);background:var(--surface)}.tool-panel.live{box-shadow:0 18px 40px -18px #1c2b3347}@media (prefers-reduced-motion:reduce){.demo-step,.demo-res{opacity:1!important;transform:none!important;transition:none}.tool-panel.live{box-shadow:none}}.tool-panel .t-cta{margin-top:auto;font-weight:600;font-size:.9375rem;text-decoration:none}.tool-panel{background:var(--surface);border-top-width:4px;box-shadow:var(--sh-card)}.tp-crm{border-top-color:var(--crm)}.tp-crm .t-eyebrow,.tp-crm .st,.tp-crm .t-cta{color:var(--crm-deep)}.tp-desk{border-top-color:var(--desk)}.tp-desk .t-eyebrow,.tp-desk .st,.tp-desk .t-cta{color:var(--desk-deep)}.tp-task{border-top-color:var(--task)}.tp-task .t-eyebrow,.tp-task .st,.tp-task .t-cta{color:var(--task-deep)}.tp-hr{border-top-color:var(--hr)}.tp-hr .t-eyebrow,.tp-hr .st,.tp-hr .t-cta{color:var(--hr-deep)}.tool-panel .t-glimpse{background:var(--bg)}.glimpse{padding-block:3.75rem}.glimpse .wrap{display:grid;grid-template-columns:1fr 1.05fr;gap:2.5rem;align-items:center}@media (max-width:900px){.glimpse .wrap{grid-template-columns:1fr}}.glimpse.flip .wrap>:first-child{order:2}@media (max-width:900px){.glimpse.flip .wrap>:first-child{order:0}}.g-crm,.g-task{background:var(--bg)}.g-desk,.g-hr{background:var(--bg-band)}.glimpse h2{font-size:clamp(1.5rem,2.8vw,2.1rem)}.glimpse .one-liner{font-size:1rem;color:var(--ink-2)}.glimpse .prod-link{font-weight:600;font-size:.9375rem;text-decoration:none}.g-crm .prod-link,.g-crm .a-label,.g-crm .mrow .st{color:var(--crm-deep)}.g-desk .prod-link,.g-desk .a-label,.g-desk .mrow .st{color:var(--desk-deep)}.g-task .prod-link,.g-task .a-label,.g-task .mrow .st{color:var(--task-deep)}.g-hr .prod-link,.g-hr .a-label,.g-hr .mrow .st{color:var(--hr-deep)}.g-crm .artifact{border-left-color:var(--crm)}.g-desk .artifact{border-left-color:var(--desk)}.g-task .artifact{border-left-color:var(--task)}.g-hr .artifact{border-left-color:var(--hr)}.dash{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);overflow:hidden}.dash-bar{display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-bottom:1px solid var(--line);background:var(--bg)}.dash-bar i{width:.55rem;height:.55rem;border-radius:50%;background:var(--line-strong)}.dash-bar .mono{margin-left:auto;font-size:.72rem;color:var(--ink-3)}.mrow .st{font-family:var(--f-mono);font-size:.72rem;white-space:nowrap}.ai-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.ai-cell{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-ctl);padding:1rem 1.1rem;font-size:.875rem;color:var(--ink-2)}.ai-cell .who{font-family:var(--f-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:.4rem}.ai-cell .tag{display:inline-block;font-family:var(--f-mono);font-size:.65rem;margin-top:.5rem;padding:.12rem .55rem;border-radius:var(--r-pill);background:var(--bg);border:1px solid var(--line);color:var(--ink-3)}.ai-cell.c-crm{border-top:3px solid var(--crm)}.ai-cell.c-crm .who{color:var(--crm-deep)}.ai-cell.c-desk{border-top:3px solid var(--desk)}.ai-cell.c-desk .who{color:var(--desk-deep)}.ai-cell.c-task{border-top:3px solid var(--task)}.ai-cell.c-task .who{color:var(--task-deep)}.ai-cell.c-hr{border-top:3px solid var(--hr)}.ai-cell.c-hr .who{color:var(--hr-deep)}.together-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media (max-width:860px){.together-grid{grid-template-columns:1fr}}.rec-head{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:.7rem;margin-bottom:.7rem;gap:.5rem;flex-wrap:wrap}.rec-row{display:flex;justify-content:space-between;gap:1rem;padding-block:.5rem;font-size:.9375rem;color:var(--ink-2);border-bottom:1px dashed var(--line)}.rec-row:last-child{border-bottom:none}.rec-row b{color:var(--ink);font-weight:600}.pill{font-family:var(--f-mono);font-size:.72rem;padding:.15rem .6rem;border-radius:var(--r-pill)}.pill-crm{background:var(--crm-tint);color:var(--crm-deep)}.pill-desk{background:var(--desk-tint);color:var(--desk-deep)}.pill-task{background:var(--task-tint);color:var(--task-deep)}.pill-hr{background:var(--hr-tint);color:var(--hr-deep)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-block:2rem}.fact{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-ctl);padding:.9rem 1.1rem;font-size:.9375rem;color:var(--ink-2)}.fact b{display:block;color:var(--ink)}.monitor{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--hr);border-radius:var(--r-card);padding:2rem}@media (max-width:800px){.monitor{grid-template-columns:1fr}}.monitor h3{color:var(--hr-deep);font-size:1.25rem}.mini-report{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-ctl);padding:1.1rem;font-size:.9rem}.mini-report .mr-line{display:flex;gap:.8rem;padding-block:.35rem;color:var(--ink-2)}.mini-report .mr-line .ts{font-family:var(--f-mono);font-size:.78rem;color:var(--hr-deep);min-width:3.2em}.price-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-bottom:1.5rem}.pchip{display:block;text-decoration:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);padding:1.1rem 1.25rem;color:var(--ink)}.pchip .p-name{font-family:var(--f-display);font-weight:700;font-size:1.15rem}.pchip .p-from{font-size:.875rem;color:var(--ink-2);margin:.2rem 0 .4rem}.pchip .p-link{font-weight:600;font-size:.875rem}.pc-crm{border-top:4px solid var(--crm)}.pc-crm .p-link{color:var(--crm-deep)}.pc-desk{border-top:4px solid var(--desk)}.pc-desk .p-link{color:var(--desk-deep)}.pc-task{border-top:4px solid var(--task)}.pc-task .p-link{color:var(--task-deep)}.pc-hr{border-top:4px solid var(--hr)}.pc-hr .p-link{color:var(--hr-deep)}.suite-strip{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;background:var(--surface);border:1px solid var(--primary);border-radius:var(--r-card);box-shadow:var(--sh-primary);padding:1.5rem 1.75rem;max-width:880px;margin-inline:auto}@media (max-width:700px){.suite-strip{grid-template-columns:1fr}}.suite-strip .s-price{font-family:var(--f-display);font-weight:700;font-size:2.2rem;letter-spacing:-.02em;white-space:nowrap}.suite-strip .per{font:500 .9375rem var(--f-body);color:var(--ink-3)}.homepage-refresh .hw-product-card{overflow:hidden;padding:24px 20px;transition:box-shadow .25s;background:linear-gradient(155deg,var(--product-tint),var(--surface) 52%)}.homepage-refresh .hw-product-card:hover{transform:none;border-color:var(--line);box-shadow:0 20px 40px -26px var(--product-deep)}.homepage-refresh .hw-product-identity{margin-bottom:19px}.homepage-refresh .hw-product-card>h3{margin-top:22px}.homepage-refresh .hw-product-card>p{margin-bottom:16px}.pc-mini{height:132px;border:1px solid color-mix(in srgb,var(--product) 16%,var(--line));background:var(--surface);border-radius:10px;overflow:hidden;box-shadow:0 8px 17px -15px var(--product-deep)}.pc-mini-top{display:flex;gap:3px;align-items:center;padding:8px;border-bottom:1px solid var(--line)}.pc-mini-top>span{width:4px;height:4px;border-radius:50%;background:var(--line-strong)}.pc-mini-top small{margin-left:auto;font-size:8px;color:var(--ink-2)}.pc-pipeline{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:10px}.pc-pipeline>div{background:var(--bg);padding:5px;border-radius:5px}.pc-pipeline small{display:block;font-size:7px;color:var(--ink-2);margin-bottom:6px}.pc-pipeline i{display:block;height:18px;background:var(--surface);border:1px solid var(--line);border-radius:4px;margin-bottom:5px}.pc-pipeline .pc-moving-deal{background:var(--product-tint);border-color:var(--product);transition:transform .6s var(--ease)}.pc-messages{padding:12px;display:flex;flex-direction:column;gap:9px}.pc-messages>span{display:flex;align-items:center;gap:6px;background:var(--bg);padding:8px;border-radius:6px;width:90%;color:var(--ink-2)}.pc-messages small{font-size:8px}.pc-messages i{height:3px;flex:1;background:var(--line-strong);border-radius:4px}.pc-messages .pc-reply{align-self:flex-end;background:var(--product-tint);color:var(--product-deep);transform:translate(14px);opacity:.45;transition:transform .5s var(--ease),opacity .5s}.pc-tasks{padding:9px 12px;display:grid;gap:9px}.pc-tasks>span{display:flex;gap:7px;align-items:center;font-size:8px;color:var(--ink-2)}.pc-tasks small{margin-left:auto;font:7px var(--f-mono);opacity:.5}.pc-check{width:14px;height:14px;border:1px solid var(--line-strong);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}.pc-check>svg{opacity:0;transform:scale(.5);transition:opacity .3s,transform .3s}.pc-check-1,.pc-check-1 svg{transition-delay:.12s}.pc-check-2,.pc-check-2 svg{transition-delay:.24s}.pc-people{padding:12px;text-align:center}.pc-people>div:first-child{display:flex;justify-content:center;gap:9px}.pc-people>div>span{width:29px;height:29px;position:relative;border-radius:50%;background:var(--product-tint);color:var(--product-deep);display:flex;align-items:center;justify-content:center;font-size:8px}.pc-people>div>span i{position:absolute;right:-1px;bottom:0;width:7px;height:7px;background:var(--line-strong);border:1px solid var(--surface);border-radius:50%;transition:background .4s}.pc-people>span{font-size:8px;color:var(--ink-2)}.pc-people-bars{display:flex;justify-content:center;gap:5px;margin-top:6px}.pc-people-bars i{height:3px;width:28px;background:var(--product);border-radius:4px;opacity:.25;transform:scaleX(.5);transition:transform .6s var(--ease),opacity .6s}.hw-product-card:is(:hover,:focus-within,.is-previewing) .pc-moving-deal{transform:translate(calc(100% + 16px)) rotate(3deg)}.hw-product-card:is(:hover,:focus-within,.is-previewing) .pc-reply{transform:translate(0);opacity:1}.hw-product-card:is(:hover,:focus-within,.is-previewing) .pc-check{background:var(--product);border-color:var(--product);color:var(--on-primary)}.hw-product-card:is(:hover,:focus-within,.is-previewing) .pc-check>svg{opacity:1;transform:scale(1)}.hw-product-card:is(:hover,:focus-within,.is-previewing) .pc-people>div>span i{background:var(--desk)}.hw-product-card:is(:hover,:focus-within,.is-previewing) .pc-people-bars i{opacity:.7;transform:scaleX(1)}.pc-preview-toggle{display:flex;align-items:center;gap:6px;border:0;background:none;padding:4px 0 12px;color:var(--ink-2);font:11px var(--f-body);cursor:pointer;text-align:left}.pc-preview-toggle:hover{color:var(--product-deep)}.homepage-refresh .hl-ai-grid{gap:0;background:var(--bg-band);padding:6px;border-radius:15px;margin-bottom:22px}.homepage-refresh .hl-ai-card{padding:15px 17px;border:0;border-radius:10px;background:transparent;box-shadow:none;transform:none;transition:background .25s;color:var(--ink)}.homepage-refresh .hl-ai-card.is-active{background:var(--surface);box-shadow:0 3px 10px #1c2b3308;transform:none;border:0}.homepage-refresh .hl-ai-card-top{margin:0;gap:10px}.homepage-refresh .hl-ai-card-top .hl-icon{width:36px;height:36px;border-radius:9px}.homepage-refresh .hl-ai-card-top strong{font-size:21px}.homepage-refresh .hl-ai-card-top small{display:none}.homepage-refresh .hl-ai-card-top>svg{display:none}.aw-tab-caption{font-size:10px;line-height:1.6;color:var(--ink-2);margin:10px 0 0}.aw-workbench{background:var(--surface);border-radius:22px;overflow:hidden;box-shadow:var(--sh-card)}.aw-workbench-header{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:19px 27px;border-bottom:1px solid var(--line)}.aw-workbench-header>span{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--product-deep);font-weight:600}.aw-workbench-header small{font:9px var(--f-mono);color:var(--ink-2)}.aw-workflow{display:grid;grid-template-columns:1fr 130px 1.2fr;align-items:center;gap:20px;padding:34px;animation:aw-reveal .4s ease}.aw-step{font:9px var(--f-mono);letter-spacing:.1em;color:var(--ink-2);display:block;margin-bottom:24px}.aw-input{padding:10px 0 10px 4px}.aw-input>svg{color:var(--ink-3);margin-bottom:14px}.aw-input h3,.aw-output h3{font:600 28px/1.2 var(--f-display);letter-spacing:-.02em;margin-bottom:15px}.aw-input>p,.aw-output>p{font-size:15px;line-height:1.85;color:var(--ink-2)}.aw-paper-line{display:block;width:85%;height:5px;background:var(--bg-band);border-radius:5px;margin-top:10px}.aw-short-line{width:55%}.aw-processor{display:flex;align-items:center;position:relative;gap:8px}.aw-brain{background:var(--primary);color:var(--on-primary);width:66px;height:66px;border-radius:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--sh-primary)}.aw-processor>small{position:absolute;top:80px;width:100%;text-align:center;font:9px var(--f-mono);color:var(--primary-deep);letter-spacing:.1em}.aw-connection{height:2px;flex:1;position:relative;background:var(--line);overflow:hidden}.aw-connection:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--primary);animation:aw-travel 1.8s ease-in-out infinite;animation-play-state:paused}.aw-connection.is-running:after{animation-play-state:running}.aw-output{background:var(--product-tint);padding:28px;border-radius:16px;min-height:305px;display:flex;flex-direction:column}.aw-output .aw-step{color:var(--product-deep)}.aw-output h3{font-size:31px}.aw-output>p{color:var(--product-deep)}.aw-result-badge{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:500;color:var(--product-deep);margin-top:auto;padding-top:15px}@keyframes aw-reveal{0%{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes aw-travel{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tp-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:42px}.tp-principle{padding:31px 26px;border-radius:20px;background:var(--primary-tint);color:var(--ink);display:flex;flex-direction:column}.tp-protection{background:#124f59;color:#f6f1e7}.tp-ownership{background:var(--bg-band)}.tp-symbol{width:73px;height:73px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 0 34px;color:var(--primary-deep)}.tp-protection .tp-symbol{color:#d5eeea}.tp-symbol>span{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid currentColor;opacity:.2;border-radius:22px;transform:rotate(12deg)}.tp-symbol>span:last-child{transform:rotate(-12deg)}.tp-label{font:9px var(--f-mono);letter-spacing:.1em;opacity:.7}.tp-principle h3{font:600 29px/1.15 var(--f-display);letter-spacing:-.02em;min-height:68px;margin-bottom:12px}.tp-copy{font-size:13px;line-height:1.75;opacity:.8;min-height:46px}.tp-safeguards{margin-top:13px}.tp-safeguards details{border-top:1px solid color-mix(in srgb,currentColor 15%,transparent);padding:0}.tp-safeguards summary{display:flex;align-items:center;gap:10px;list-style:none;cursor:pointer;padding:17px 0;font-size:13px;font-weight:500}.tp-safeguards summary::-webkit-details-marker{display:none}.tp-safeguards summary>svg{flex-shrink:0;opacity:.8}.tp-safeguards summary>svg:last-child{margin-left:auto;transition:transform .25s}.tp-safeguards details[open] summary>svg:last-child{transform:rotate(45deg)}.tp-safeguards p{font-size:12px;line-height:1.8;opacity:.8;padding:0 0 15px 28px;margin:0!important}.tp-explore-note{font:9px var(--f-mono);opacity:.6;padding-top:25px;margin-top:auto}.pp-section{background:var(--bg-band);scroll-margin-top:80px}.pp-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.pp-heading .eyebrow{font-size:10px}.pp-heading .eyebrow:before{display:none}.pp-heading h2{font-size:clamp(34px,4vw,49px);letter-spacing:-.03em;margin:0;line-height:1.1}.pp-heading h2>span{color:var(--primary-deep)}.pp-heading>div>p:not(.eyebrow){font-size:15px;color:var(--ink-2);line-height:1.8}.pp-billing{display:inline-flex;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:5px;gap:5px}.pp-billing button{font:500 13px var(--f-body);border:0;background:transparent;border-radius:999px;color:var(--ink-2);padding:10px 23px;cursor:pointer}.pp-billing button[aria-pressed=true]{background:var(--primary);color:var(--on-primary)}.pp-layout{display:grid;grid-template-columns:1.18fr 1fr;gap:45px;align-items:start}.pp-picker-title{display:flex;justify-content:space-between;gap:12px;margin:5px 0 20px;font:10px var(--f-mono);color:var(--ink-2);letter-spacing:.05em}.pp-picker-title small{font:12px var(--f-body);letter-spacing:0}.pp-options{display:grid;gap:9px}.pp-options>button{display:flex;align-items:center;gap:15px;padding:17px 18px;border:0;border-radius:13px;color:var(--ink);background:color-mix(in srgb,var(--surface) 60%,transparent);text-align:left;cursor:pointer;transition:background .25s;font-family:var(--f-body)}.pp-options>button:hover{background:var(--surface)}.pp-options>button.is-selected{background:var(--surface);box-shadow:var(--sh-card)}.pp-choice-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:45px;height:45px;border-radius:12px;background:var(--product-tint);color:var(--product-deep)}.pp-choice-name strong{font:600 24px var(--f-display);display:block}.pp-choice-name small{display:block;font-size:10px;color:var(--ink-2);text-transform:capitalize;margin-top:4px}.pp-choice-price{margin-left:auto;font-size:18px;font-weight:600;white-space:nowrap}.pp-choice-price small{font-size:10px;font-weight:400;color:var(--ink-2);margin-left:3px}.pp-choice-check{display:flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;width:19px;height:19px;flex-shrink:0}.is-selected .pp-choice-check{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.pp-inclusions{display:grid;gap:12px;margin-top:29px;animation:aw-reveal .25s ease}.pp-inclusions-label{font:9px var(--f-mono);letter-spacing:.08em;color:var(--ink-2);margin-bottom:5px}.pp-inclusions>span:not(.pp-inclusions-label){display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.7;color:var(--ink-2)}.pp-inclusions svg{flex-shrink:0;color:var(--primary-deep);margin-top:2px}.pp-receipt{background:#124f59;color:#f6f1e7;border-radius:23px;overflow:hidden;box-shadow:0 25px 45px -30px #124f59aa}.pp-receipt-top{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:28px 30px;border-bottom:1px solid #ffffff1f}.pp-receipt-top>span{display:flex;gap:11px;align-items:center;font:600 24px var(--f-display)}.pp-receipt-top small{font:8px var(--f-mono);letter-spacing:.08em;color:#bed9d4}.pp-total{padding:30px 34px;animation:aw-reveal .25s ease}.pp-total>span{font-size:13px;color:#c7deda}.pp-total>p{display:flex;align-items:baseline;gap:8px;margin:16px 0 5px!important}.pp-total strong{font:600 clamp(48px,5vw,70px)/1.15 var(--f-display);letter-spacing:-.04em;overflow-wrap:anywhere}.pp-total>p>span{font-size:15px;color:#c7deda}.pp-total>small{font-size:11px;color:#c7deda}.pp-perforation{position:relative;border-top:1px dashed #ffffff50;margin:0 28px}.pp-perforation:before,.pp-perforation:after{content:"";position:absolute;width:22px;height:22px;background:var(--bg-band);border-radius:50%;top:-11px;left:-39px}.pp-perforation:after{left:auto;right:-39px}.pp-receipt-lines{display:grid;gap:15px;padding:28px 34px}.pp-receipt-lines>span{display:flex;justify-content:space-between;gap:15px;font-size:12px}.pp-receipt-lines>span>span{color:#bed9d4}.pp-receipt-lines strong{font-weight:500}.pp-cta{display:flex;align-items:center;justify-content:space-between;background:#f6f1e7;color:#124f59;padding:15px 20px;border-radius:999px;margin:0 30px;text-decoration:none;font-size:14px;font-weight:600;transition:background .2s}.pp-cta:hover{background:#fff}.pp-receipt-note{font-size:11px;line-height:1.8;color:#bed9d4;margin:18px 34px 28px!important}@media (max-width:1050px){.aw-workflow{grid-template-columns:1fr 85px 1.1fr;gap:12px;padding:24px}.aw-brain{width:50px;height:50px;border-radius:14px}.aw-processor{gap:4px}.aw-processor>small{top:66px}.aw-input h3,.aw-output h3{font-size:25px}.aw-output{padding:22px}.aw-input>p,.aw-output>p{font-size:14px}.tp-principles{gap:13px}.tp-principle{padding:27px 21px}.tp-principle h3{font-size:25px}.pp-layout{gap:28px}.pp-choice-name strong{font-size:22px}.pp-options>button{gap:10px;padding:16px 13px}.pp-choice-price{font-size:16px}.pp-choice-price small{display:block;margin:2px 0 0;text-align:right}}@media (max-width:780px){.aw-workflow{grid-template-columns:1fr;gap:23px}.aw-input{padding:0}.aw-step{margin-bottom:15px}.aw-processor{width:100%;max-width:200px;justify-self:center;margin:0 0 21px}.aw-processor>small{top:56px}.aw-output{min-height:0}.aw-paper-line{display:none}.tp-principles{grid-template-columns:1fr}.tp-principle{padding:28px}.tp-symbol{margin-bottom:24px}.tp-principle h3{min-height:0;font-size:30px}.tp-copy{min-height:0}.tp-safeguards{margin-top:6px}.tp-safeguards summary{font-size:14px}.tp-safeguards p{font-size:13px}.pp-layout{grid-template-columns:1fr;gap:28px}.pp-heading{align-items:start;flex-direction:column;gap:24px}.pp-heading>div>p:not(.eyebrow){font-size:14px}.pp-choice-price small{display:inline;margin-left:3px}.pp-choice-price{font-size:20px}.pp-inclusions{margin-top:22px}}@media (max-width:480px){.homepage-refresh .hw-product-card{padding:18px 13px}.pc-mini{height:116px}.pc-mini-top{padding:7px 5px}.pc-mini-top small{font-size:6px}.pc-pipeline{gap:4px;padding:7px}.pc-pipeline>div{padding:3px}.pc-pipeline small{font-size:6px}.pc-pipeline i{height:15px}.pc-messages{padding:10px 6px}.pc-messages>span{padding:7px 5px;gap:4px;width:96%}.pc-messages small{font-size:6px}.pc-messages i{display:none}.pc-messages svg{width:11px}.pc-tasks{padding:10px 6px;gap:8px}.pc-tasks>span{font-size:6px;gap:4px}.pc-tasks small{display:none}.pc-check{width:12px;height:12px}.pc-people{padding:9px 5px}.pc-people>div:first-child{gap:6px}.pc-people>div>span{width:23px;height:23px;font-size:7px}.pc-people>span{font-size:6px}.pc-people-bars i{width:22px}.pc-preview-toggle{font-size:9px;gap:4px}.homepage-refresh .hl-ai-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.homepage-refresh .hl-ai-card{padding:11px 8px}.homepage-refresh .hl-ai-card-top{gap:7px}.homepage-refresh .hl-ai-card-top strong{font-size:18px}.homepage-refresh .hl-ai-card-top .hl-icon{width:29px;height:29px}.homepage-refresh .hl-ai-card-top .hl-icon svg{width:18px}.aw-tab-caption{font-size:9px;line-height:1.6}.aw-workbench-header{padding:16px;align-items:start;flex-direction:column;gap:7px}.aw-workbench-header small{font-size:8px}.aw-workflow{padding:21px}.aw-output{padding:20px}.aw-input h3,.aw-output h3{font-size:26px}.aw-input>p,.aw-output>p{font-size:13px}.aw-result-badge{font-size:10px}.tp-principle{padding:26px}.pp-heading .eyebrow{font-size:9px}.pp-picker-title{font-size:8px}.pp-picker-title small{font-size:10px}.pp-options>button{gap:9px;padding:14px 12px}.pp-choice-icon{width:36px;height:36px}.pp-choice-icon svg{width:21px}.pp-choice-name strong{font-size:21px}.pp-choice-name small{font-size:8px}.pp-choice-price{font-size:16px}.pp-choice-price small{display:block;font-size:8px;margin-left:0}.pp-choice-check{width:17px;height:17px}.pp-receipt-top{padding:24px}.pp-receipt-top>span{font-size:23px}.pp-total,.pp-receipt-lines{padding:26px}.pp-cta{margin:0 24px}.pp-receipt-note{margin:18px 26px 26px!important}}@media (prefers-reduced-motion:reduce){.homepage-refresh .hw-product-card,.pc-moving-deal,.pc-reply,.pc-check,.pc-check svg,.pc-people>div>span i,.pc-people-bars i,.homepage-refresh .hl-ai-card,.tp-safeguards summary>svg:last-child,.pp-options>button,.pp-cta{transition:none!important}.aw-workflow,.aw-connection:after,.pp-total,.pp-inclusions{animation:none}}:root{--bg:#F6F1E7;--bg-band:#EFE8D9;--surface:#FFFFFF;--ink:#1C2B33;--ink-2:#51606B;--ink-3:#7C8890;--line:#E2D9C8;--line-strong:#CFC4AC;--primary:#155E6E;--primary-deep:#0F4956;--primary-tint:#E2EDEE;--on-primary:#FFFFFF;--crm:#DD5F26;--crm-deep:#9E4218;--crm-tint:#FBEBE1;--desk:#177E66;--desk-deep:#0F5A49;--desk-tint:#E3F1EB;--task:#B98A0E;--task-deep:#7E5E09;--task-tint:#F7EFDA;--hr:#A34D74;--hr-deep:#7E355A;--hr-tint:#F5E8EF;--danger:#C0483B;--danger-deep:#8C3226;--danger-tint:#F6E3E0;--f-display:"Fraunces","Iowan Old Style",Georgia,serif;--f-body:"Instrument Sans",-apple-system,"Segoe UI",sans-serif;--f-mono:"Spline Sans Mono","SF Mono",Menlo,monospace;--r-card:18px;--r-ctl:10px;--r-pill:999px;--sh-card:0 1px 2px rgba(28,43,51,.05),0 14px 34px -16px rgba(28,43,51,.16);--sh-primary:0 14px 32px -14px rgba(21,94,110,.4);--ease:cubic-bezier(.22,1,.36,1);--acc:var(--primary);--acc-deep:var(--primary-deep);--acc-tint:var(--primary-tint)}:root[data-theme=dark]{--bg:#0B0C0E;--bg-band:#15171B;--surface:#17191E;--ink:#ECEEF0;--ink-2:#B2B9C0;--ink-3:#828A91;--line:#2A2E35;--line-strong:#3B424B;--primary:#157A8C;--primary-deep:#63C4D6;--primary-tint:#123037;--on-primary:#FFFFFF;--crm:#E07A4E;--crm-deep:#F2A98B;--crm-tint:#2E1A12;--desk:#2FA981;--desk-deep:#7FE0B0;--desk-tint:#12281F;--task:#CBA43E;--task-deep:#EBCB6B;--task-tint:#2A2410;--hr:#CE7BA3;--hr-deep:#EBA9C8;--hr-tint:#2A1622;--danger:#C0483B;--danger-deep:#F2B8B0;--danger-tint:#3A1D1A;--sh-card:0 1px 2px rgba(0,0,0,.5),0 14px 34px -16px rgba(0,0,0,.7);--sh-primary:0 14px 32px -14px rgba(0,0,0,.6);--acc:var(--primary);--acc-deep:var(--primary-deep);--acc-tint:var(--primary-tint)}:root[data-theme=dark] .bg-white{background-color:var(--surface)!important}:root[data-theme=dark] .bg-red-50,:root[data-theme=dark] .bg-red-100{background-color:var(--danger-tint)!important}:root[data-theme=dark] .text-red-700{color:var(--danger-deep)!important}:root[data-theme=dark] .text-red-500{color:#e9a79d!important}:root[data-theme=dark] .border-red-200{border-color:#5c2b25!important}:root[data-theme=dark] .bg-blue-50{background-color:#16263a!important}:root[data-theme=dark] .text-blue-800{color:#bbd3f0!important}:root[data-theme=dark] .border-blue-200{border-color:#2c4a6b!important}:root{--bg:#F6F1E7;--bg-band:#EFE8D9;--surface:#FFFFFF;--ink:#1C2B33;--ink-2:#51606B;--ink-3:#7C8890;--line:#E2D9C8;--line-strong:#CFC4AC;--primary:#155E6E;--primary-deep:#0F4956;--primary-tint:#E2EDEE;--on-primary:#FFFFFF;--crm:#DD5F26;--crm-deep:#9E4218;--crm-tint:#FBEBE1;--desk:#177E66;--desk-deep:#0F5A49;--desk-tint:#E3F1EB;--task:#B98A0E;--task-deep:#7E5E09;--task-tint:#F7EFDA;--hr:#A34D74;--hr-deep:#7E355A;--hr-tint:#F5E8EF;--f-display:"Fraunces","Iowan Old Style",Georgia,serif;--f-body:"Instrument Sans",-apple-system,"Segoe UI",sans-serif;--f-mono:"Spline Sans Mono","SF Mono",Menlo,monospace;--r-card:18px;--r-ctl:10px;--r-pill:999px;--sh-card:0 1px 2px rgba(28,43,51,.05),0 14px 34px -16px rgba(28,43,51,.16);--sh-primary:0 14px 32px -14px rgba(21,94,110,.4);--ease:cubic-bezier(.22,1,.36,1);--acc:var(--primary);--acc-deep:var(--primary-deep);--acc-tint:var(--primary-tint)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f-body);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}p{margin:0 0 1rem}.skip{position:absolute;left:-200vw;top:.5rem;background:var(--surface);padding:.5rem 1rem;border-radius:var(--r-ctl);z-index:99}.skip:focus-visible{left:.5rem}.wrap{width:min(1120px,calc(100% - 2.5rem));margin-inline:auto}.small{font-size:.9375rem}.mono{font-family:var(--f-mono)}.acc-text{color:var(--acc-deep)}.btn{display:inline-flex;align-items:center;gap:.5rem;font:600 1.0625rem var(--f-body);padding:.8rem 1.5rem;border-radius:var(--r-pill);border:1px solid transparent;text-decoration:none;cursor:pointer;transition:background .18s var(--ease),border-color .18s var(--ease)}.btn-primary{background:var(--primary);color:var(--on-primary);box-shadow:var(--sh-primary)}.btn-primary:hover{background:var(--primary-deep)}.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn-ghost:hover{border-color:var(--ink-3)}.section{padding-block:5rem}.band{background:var(--bg-band)}.band-acc{background:var(--acc-tint)}.section-head{max-width:46em;margin-bottom:2.5rem}.section-head.mid{margin-inline:auto;text-align:center}.section-head.mid .eyebrow{justify-content:center}.rr{font-family:var(--f-mono);font-size:.8125rem;color:var(--ink-2)}.rv{opacity:0;transform:translateY(10px);transition:opacity .45s var(--ease),transform .45s var(--ease)}.rv.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.rv{opacity:1!important;transform:none!important;transition:none!important}}.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent}.nav.scrolled{border-bottom-color:var(--line)}.nav-in{display:flex;align-items:center;justify-content:space-between;padding-block:.8rem;gap:1rem}.logo{font-family:var(--f-display);font-weight:700;font-size:1.3rem;color:var(--ink);text-decoration:none}.logo span{color:var(--primary)}.nav ul{display:flex;gap:1.5rem;align-items:center;list-style:none;margin:0;padding:0}.nav ul a{color:var(--ink-2);text-decoration:none;font-size:.9375rem;font-weight:500}.nav ul a:hover,.nav ul a[aria-current=page]{color:var(--ink)}.nav ul a.btn-primary,.nav ul a.btn-primary:hover{color:var(--on-primary)}.nav-toggle{display:none;background:none;border:1px solid var(--line-strong);border-radius:var(--r-ctl);padding:.4rem .8rem;font:inherit;cursor:pointer}@media (max-width:840px){.nav-toggle{display:block}.nav ul{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--surface);border-bottom:1px solid var(--line);padding:1rem}.nav ul.open{display:flex}.nav ul li{padding-block:.4rem}}.footer{border-top:1px solid var(--line);background:var(--bg-band);padding-block:3.5rem 2rem}.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}@media (max-width:700px){.foot-grid{grid-template-columns:1fr 1fr}}.footer h3{font-family:var(--f-mono);font-size:.8125rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-2)}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.footer a{color:var(--ink-2);text-decoration:none;font-size:.9375rem}.footer a:hover{color:var(--ink)}.foot-note{margin-top:2.5rem;padding-top:1rem;border-top:1px solid var(--line);color:var(--ink-3);font-size:.9375rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.page-hero{padding-block:4.5rem 4rem;opacity:0;transition:opacity .5s ease;background:var(--acc-tint)}.page-hero.loaded{opacity:1}@media (prefers-reduced-motion:reduce){.page-hero{opacity:1;transition:none}}.page-hero .hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.5rem 0 1rem}.grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.25rem}.steps .step-num{font-family:var(--f-mono);font-size:.75rem;letter-spacing:.1em;color:var(--acc-deep);margin:0 0 .5rem}.mock{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);overflow:hidden}.mock-bar{display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-bottom:1px solid var(--line);background:var(--bg)}.mock-bar i{width:.55rem;height:.55rem;border-radius:50%;background:var(--line-strong)}.mock-bar .mono{margin-left:auto;font-size:.72rem;color:var(--ink-3)}.mockrows{display:grid;gap:.5rem;padding:.9rem}.mrow{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-ctl);padding:.55rem .8rem;font-size:.875rem;color:var(--ink-2);display:flex;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.mrow .st{font-family:var(--f-mono);font-size:.72rem;color:var(--acc-deep);white-space:nowrap}.feature-visual{border:1px solid var(--line);border-radius:var(--r-ctl);background:var(--bg);padding:.6rem;margin-bottom:1rem;display:grid;gap:.4rem}.feature-visual .mrow{padding:.45rem .7rem}.artifact{border-radius:var(--r-ctl);border:1px solid var(--line);border-left:4px solid var(--acc);padding:1rem 1.2rem;font-size:.9375rem;background:var(--surface)}.artifact .a-label{font-family:var(--f-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem;color:var(--acc-deep)}.artifact .a-out{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-ctl);padding:.7rem .9rem;color:var(--ink-2);margin:0 0 .5rem}.artifact .a-note{font-size:.85rem;color:var(--ink-3);margin:0}.caps{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.45rem}.caps li{padding-left:1.4em;position:relative;font-size:.9375rem;color:var(--ink-2)}.caps li:before{content:"—";position:absolute;left:0;color:var(--ink-3)}.integration-row{display:flex;flex-wrap:wrap;gap:.75rem}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;align-items:stretch}.price-card{display:flex;flex-direction:column;gap:.7rem;position:relative}.price-card .price{font-family:var(--f-display);font-weight:700;font-size:2.4rem;letter-spacing:-.02em;margin:0}.price-card .per{font:500 .9375rem var(--f-body);color:var(--ink-3)}.price-card .btn{margin-top:auto}.price-card.featured{border-color:var(--primary);box-shadow:var(--sh-primary)}.price-card .rec{position:absolute;top:-.8rem;left:1.4rem;background:var(--primary);color:var(--on-primary);font-family:var(--f-mono);font-size:.75rem;padding:.2rem .8rem;border-radius:var(--r-pill)}.toggle{display:inline-flex;border:1px solid var(--line-strong);border-radius:var(--r-pill);background:var(--surface);padding:.2rem;gap:.2rem}.toggle button{border:none;background:transparent;font:600 .9375rem var(--f-body);padding:.45rem 1rem;border-radius:var(--r-pill);cursor:pointer;color:var(--ink-2)}.toggle button[aria-pressed=true]{background:var(--primary);color:var(--on-primary)}.compare-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);margin-top:2.5rem}.compare{width:100%;border-collapse:collapse;min-width:640px;font-size:.9375rem}.compare th,.compare td{padding:.7rem 1rem;text-align:left;border-top:1px solid var(--line)}.compare thead th{border-top:none;font-family:var(--f-mono);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-2)}.compare td{color:var(--ink-2)}.compare .yes{color:var(--acc-deep);font-weight:700}.faq{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);overflow:hidden;margin-top:2.5rem}.faq details+details{border-top:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:1.1rem 1.4rem;font-weight:600;display:flex;justify-content:space-between;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--f-mono);color:var(--ink-3)}.faq details[open] summary:after{content:"–"}.faq .fa-body{padding:0 1.4rem 1.2rem;color:var(--ink-2)}.final{text-align:center;padding-block:5.5rem}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--line)}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Instrument Sans,-apple-system,Segoe UI,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Spline Sans Mono,SF Mono,Menlo,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--ink-3)}input::placeholder,textarea::placeholder{opacity:1;color:var(--ink-3)}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{background:var(--bg);color:var(--ink);font-family:var(--f-body);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2{font-family:var(--f-display);font-weight:600;line-height:1.08;letter-spacing:-.01em;margin:0 0 1rem}h1{font-size:clamp(2.2rem,5vw,3.6rem)}h2{font-size:clamp(1.8rem,3.4vw,2.6rem)}h3{font-size:1.2rem;font-weight:600;margin:0 0 .6rem}a{color:var(--primary-deep);text-underline-offset:3px}.harbor-page p{margin:0 0 1rem}:focus-visible{outline:none;box-shadow:0 0 0 3px var(--bg),0 0 0 6px var(--primary);border-radius:var(--r-ctl)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border:1px solid transparent;border-radius:var(--r-pill);background:var(--primary);color:var(--on-primary);font-family:var(--f-body);font-weight:600;font-size:1.0625rem;line-height:1.2;box-shadow:var(--sh-primary);cursor:pointer;text-decoration:none;transition:background .18s var(--ease),border-color .18s var(--ease)}.btn-primary:hover:not(:disabled){background:var(--primary-deep)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border:1px solid var(--line-strong);border-radius:var(--r-pill);background:var(--surface);color:var(--ink);font-family:var(--f-body);font-weight:600;font-size:1.0625rem;line-height:1.2;cursor:pointer;text-decoration:none;transition:background .18s var(--ease),border-color .18s var(--ease)}.btn-secondary:hover:not(:disabled){border-color:var(--ink-3)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.input{display:block;width:100%;padding:.7rem .9rem;border:1px solid var(--line-strong);border-radius:var(--r-ctl);background:var(--surface);color:var(--ink);font-family:var(--f-body);font-size:1rem;transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.input::-moz-placeholder{color:var(--ink-3)}.input::placeholder{color:var(--ink-3)}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint)}.input-error{border-color:var(--danger)}.input-error:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-tint)}.label{display:block;margin-bottom:.4rem;color:var(--ink-2);font-size:.9375rem;font-weight:500}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);padding:1.6rem}.error-text{color:var(--danger);font-size:.9375rem;margin-top:.25rem}.eyebrow{font-family:var(--f-mono);font-size:.8125rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-2);display:flex;align-items:center;gap:.5rem;margin:0 0 1rem}.eyebrow:before{content:"";width:1.5em;height:2px;background:var(--acc)}.lead{font-size:1.2rem;color:var(--ink-2);max-width:42em}.muted{color:var(--ink-2)}.badge{display:inline-block;font-family:var(--f-mono);font-size:.8125rem;padding:.3rem .85rem;border:1px solid var(--line-strong);border-radius:var(--r-pill);background:var(--surface);color:var(--ink-2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.right-3{right:.75rem}.top-1\/2{top:50%}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.h-px{height:1px}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-l{border-left-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-brand-600{border-color:var(--primary)}.border-gray-200{border-color:var(--line)}.border-gray-300{border-color:var(--line-strong)}.border-green-200{border-color:var(--desk-tint)}.border-red-200{--tw-border-opacity:1;border-color:rgb(232 196 190 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-brand-100,.bg-brand-50{background-color:var(--primary-tint)}.bg-brand-600{background-color:var(--primary)}.bg-gray-100,.bg-gray-200{background-color:var(--line)}.bg-gray-300{background-color:var(--line-strong)}.bg-gray-50{background-color:var(--bg-band)}.bg-green-100,.bg-green-50{background-color:var(--desk-tint)}.bg-red-100,.bg-red-50{--tw-bg-opacity:1;background-color:rgb(246 227 224 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pr-10{padding-right:2.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-brand-600{color:var(--primary)}.text-gray-300{color:var(--line-strong)}.text-gray-400,.text-gray-500{color:var(--ink-3)}.text-gray-700{color:var(--ink-2)}.text-gray-900{color:var(--ink)}.text-green-500{color:var(--desk)}.text-green-600,.text-green-700{color:var(--desk-deep)}.text-red-500{--tw-text-opacity:1;color:rgb(192 72 59 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity:1;color:rgb(140 50 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-100{opacity:1}.opacity-30{opacity:.3}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.console-nav-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.5rem;border:none;border-radius:var(--r-ctl);background:transparent;font:500 .9375rem var(--f-body);color:var(--ink-2);text-decoration:none;cursor:pointer;transition:background .12s ease,color .12s ease}.console-nav-item:hover:not(:disabled){background:var(--primary-tint)}.console-nav-item:disabled{cursor:default}.console-nav-item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.console-menu-btn{display:none;padding:.45rem;border:1px solid var(--line-strong);border-radius:var(--r-ctl);background:var(--surface);color:var(--ink-2);cursor:pointer}.console-menu-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.console-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex}.console-drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.console-drawer-panel{position:relative;z-index:1;box-shadow:0 0 40px #0003}@media (max-width: 1023px){.console-sidebar-desktop{display:none}.console-menu-btn{display:inline-flex}}@media (max-width: 767px){.console-drawer-panel{width:100%}.console-drawer-panel>nav{width:100%!important;flex-basis:auto!important}}.skeleton{background:linear-gradient(90deg,var(--line) 25%,var(--bg-band) 50%,var(--line) 75%);background-size:200% 100%;border-radius:var(--r-ctl);animation:skeleton-shimmer 1.4s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.skeleton{animation:none}}.console-skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--primary);color:var(--on-primary);padding:.6rem 1rem;border-radius:0 0 var(--r-ctl) 0;text-decoration:none;font:600 .9375rem var(--f-body)}.console-skip-link:focus{left:0}@media (prefers-reduced-motion: reduce){.animate-spin{animation:none}}.console-avatar-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 auto;border-radius:999px;border:1px solid var(--line-strong);background:var(--primary-tint);color:var(--primary-deep);font:600 .8125rem var(--f-body);cursor:pointer;overflow:hidden;padding:0}.console-avatar-btn:hover{background:var(--primary);color:var(--on-primary)}.console-avatar-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.console-avatar-logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.console-menu-pop{position:absolute;right:0;top:calc(100% + .5rem);min-width:15rem;z-index:60;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);overflow:hidden}.console-menu-item{display:block;width:100%;text-align:left;padding:.6rem .9rem;border:none;background:none;font:500 .9375rem var(--f-body);color:var(--ink-2);cursor:pointer}.console-menu-item:hover{background:var(--primary-tint);color:var(--primary-deep)}.console-menu-item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.console-menu-item--danger{color:var(--danger-deep);border-top:1px solid var(--line)}.console-menu-item--danger:hover{background:var(--danger-tint);color:var(--danger-deep)}.console-copy-btn{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-2);border-radius:var(--r-pill);padding:.12rem .55rem;font:500 .75rem var(--f-body);cursor:pointer}.console-copy-btn:hover{background:var(--primary-tint);color:var(--primary-deep)}.console-copy-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.focus-within\:border-transparent:focus-within{border-color:transparent}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-brand-500:focus-within{--tw-ring-color:var(--primary)}.hover\:border-brand-400:hover{border-color:var(--primary)}.hover\:border-gray-300:hover{border-color:var(--line-strong)}.hover\:text-gray-600:hover{color:var(--ink-2)}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-brand-500:focus{--tw-ring-color:var(--primary)}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
