.guide-section{border-bottom:1px solid var(--border);background:radial-gradient(circle at 78% 12%,rgb(185 120 136 / 6%),transparent 26rem),#080808}.guide-layout{display:grid;align-items:start;gap:14px;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.ask{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgb(255 255 255 / 9%);border-radius:12px;background:#090909;box-shadow:0 18px 38px #00000042,inset 0 1px #ffffff08}.ask__bar{display:flex;min-height:52px;align-items:center;gap:10px;padding:0 16px 0 14px;border-bottom:1px solid var(--border);background:#050505d1}.ask__mark{display:grid;width:30px;height:30px;flex:none;place-items:center}.ask__bar strong{color:#e8e3e5;font-size:13px;font-weight:650;letter-spacing:-.01em}.ask__bar small{overflow:hidden;flex:1 1 auto;padding-left:11px;border-left:1px solid var(--border);color:var(--text-faint);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ask__stream{min-height:296px;overflow:hidden}.ask__rail{padding:22px 20px 8px}.ask__bubble{font-size:12.5px;line-height:1.68}.ask__bubble--asked{width:fit-content;max-width:80%;padding:10px 14px;border:1px solid rgb(185 120 136 / 26%);border-radius:14px 14px 4px;margin-left:auto;background:#b9788817;color:var(--text);animation:ask-turn-in .32s var(--ease-out) both}.ask__bubble--replied{display:grid;align-items:start;gap:12px;margin-top:16px;grid-template-columns:26px minmax(0,1fr);animation:ask-turn-in .32s var(--ease-out) both}.ask__avatar{display:grid;width:26px;height:26px;place-items:center;align-self:start}.ask__line{margin:0;color:#948f94;font-size:12.5px;line-height:1.7;animation:ask-turn-in .26s var(--ease-out) both}.ask__cases{padding:0;margin:9px 0 0;list-style:none}.ask__cases li{position:relative;padding-left:13px;margin-top:6px}.ask__cases li:before{position:absolute;left:0;color:#57545a;content:"-"}.ask__line code{padding:1px 5px;border:1px solid rgb(255 255 255 / 8%);border-radius:4px;background:#ffffff0a;color:#d9d2d5;font-family:SFMono-Regular,Consolas,monospace;font-size:10.5px}.ask__line em{margin-left:4px;color:var(--sakura-hover);font-size:9.5px;font-style:normal;font-weight:650;vertical-align:1px}.ask__typing{display:flex;align-items:center;gap:5px;margin:3px 0 0}.ask__typing span{width:6px;height:6px;border-radius:50%;background:var(--sakura);animation:ask-typing 1.1s ease-in-out infinite}.ask__typing span:nth-child(2){animation-delay:.16s}.ask__typing span:nth-child(3){animation-delay:.32s}.ask__typing em{margin-left:6px;color:var(--text-faint);font-size:11px;font-style:normal}.ask__caret{display:inline-block;width:6px;height:12px;margin-top:8px;background:var(--sakura);animation:ask-caret 1s steps(2,jump-none) infinite}.ask__sources{padding-top:13px;border-top:1px solid var(--border);margin-top:15px;animation:ask-turn-in .3s var(--ease-out) both}.ask__sources>span{display:block;margin-bottom:9px;color:var(--text-faint);font-size:8.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.ask__sources>div{display:flex;flex-wrap:wrap;gap:7px}.ask__sources b{display:inline-flex;min-height:22px;align-items:center;padding-inline:8px;border:1px solid rgb(185 120 136 / 20%);border-radius:5px;background:#b9788812;color:#b6aeb2;font-size:9px;font-weight:560}.ask__dock{padding:13px 20px 15px;border-top:1px solid var(--border);background:#050505d1}.ask__composer{display:grid;align-items:center;gap:10px;grid-template-columns:minmax(0,1fr) auto}.ask__field{overflow:hidden;min-height:40px;padding:11px 14px;border:1px solid rgb(185 120 136 / 30%);border-radius:12px;background:var(--surface);color:#5f5b60;font-size:12.5px;text-overflow:ellipsis;white-space:nowrap}.ask__send{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#ffffff14;color:#b9b3b7}.ask__dock small{display:block;padding-top:9px;color:var(--text-faint);font-size:9.5px;line-height:1.5}@keyframes ask-turn-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes ask-typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes ask-caret{0%{opacity:1}50%,to{opacity:.15}}.guide-facts{display:grid;padding:0;margin:0;gap:10px;list-style:none}.guide-facts li{display:grid;align-items:center;padding:14px 16px;border:1px solid rgb(255 255 255 / 9%);border-radius:9px;background:#0c0c0c;box-shadow:inset 0 1px #ffffff06;column-gap:12px;grid-template-columns:30px auto minmax(0,1fr)}.guide-facts__icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgb(185 120 136 / 19%);border-radius:7px;background:#b978880f;color:#c18493}.guide-facts__value{display:flex;align-items:baseline;gap:5px}.guide-facts__value strong{color:#e8e3e5;font-size:19px;font-weight:640;letter-spacing:-.04em}.guide-facts__value small{color:#7d787d;font-size:9px}.guide-facts li p{margin:0;color:#726e73;font-size:10px;grid-column:2 / -1;line-height:1.62;padding-top:5px}.guide-section__note{margin:19px 0 0;color:#5f5b60;font-size:9px;text-align:center}@media(max-width:900px){.guide-layout{grid-template-columns:1fr}}@media(max-width:520px){.guide-heading{flex-direction:column;align-items:flex-start;gap:14px}.guide-facts li{grid-template-columns:30px minmax(0,1fr)}.ask__bar small{display:none}}@media(prefers-reduced-motion:reduce){.ask__bubble--asked,.ask__bubble--replied,.ask__line,.ask__sources{animation:none;opacity:1;transform:none}.ask__typing span,.ask__caret{animation:none;opacity:.6}}.tools-story{overflow:hidden}.tools-story__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.tools-story__card{--story-accent: #bd7e8d;position:relative;display:flex;min-width:0;min-height:476px;flex-direction:column;overflow:hidden;padding:20px;border:1px solid rgb(255 255 255 / 8%);border-radius:8px;background:radial-gradient(circle at 15% 0%,rgb(189 126 141 / 7%),transparent 34%),#0c0c0c;box-shadow:inset 0 1px #ffffff05;isolation:isolate;transition:transform .22s cubic-bezier(.23,1,.32,1),border-color .18s ease,box-shadow .22s ease}.tools-story__card[data-tool=generator]{--story-accent: #aa89bd}.tools-story__card[data-tool=mailbox]{--story-accent: #7fa7a1}.tools-story__card[data-tool=settings]{--story-accent: #c19a78}.tools-story__glow{position:absolute;z-index:-1;top:-90px;left:-90px;width:210px;height:210px;border-radius:50%;background:color-mix(in srgb,var(--story-accent) 12%,transparent);filter:blur(42px);opacity:.35;pointer-events:none;transition:opacity .22s ease,transform .4s cubic-bezier(.23,1,.32,1)}.tools-story__header{display:flex;align-items:center;justify-content:space-between}.tools-story__header>span{display:grid;width:36px;height:36px;place-items:center;border:1px solid color-mix(in srgb,var(--story-accent) 22%,transparent);border-radius:6px;background:color-mix(in srgb,var(--story-accent) 7%,transparent);color:var(--story-accent)}.tools-story__header em{color:#514d52;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;font-style:normal}.tools-story__copy{min-height:153px;padding-top:18px}.tools-story__badge{display:inline-flex;align-items:center;gap:5px;color:#777278;font-family:SFMono-Regular,Consolas,monospace;font-size:7px;letter-spacing:.02em}.tools-story__badge i,.mailbox-scene__connected i,.settings-scene__status i{width:5px;height:5px;border-radius:50%;background:#78a58e;box-shadow:0 0 0 3px #78a58e14}.tools-story__copy h3{margin:11px 0 7px;color:#e2dddf;font-size:17px;font-weight:640;letter-spacing:-.025em}.tools-story__copy p{margin:0;color:#7d787d;font-size:10.5px;line-height:1.65}.tool-scene{position:relative;height:214px;margin-top:auto;overflow:hidden;border:1px solid rgb(255 255 255 / 7%);border-radius:6px;background:linear-gradient(rgb(255 255 255 / 1.2%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 1.2%) 1px,transparent 1px),#080808;background-size:28px 28px;box-shadow:inset 0 1px #ffffff05}.tool-scene__toolbar{display:flex;height:47px;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid rgb(255 255 255 / 6%);background:#0d0d0de5}.tool-scene__toolbar>div,.tool-scene__toolbar>div>span{display:flex;min-width:0;flex-direction:column;gap:2px}.tool-scene__toolbar small,.tool-scene__toolbar strong,.resource-scene__row small,.resource-scene__row strong,.generator-scene__sources small,.generator-scene__sources strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-scene__toolbar small{color:#58545a;font-family:SFMono-Regular,Consolas,monospace;font-size:6px;text-transform:uppercase}.tool-scene__toolbar strong{color:#b8b2b5;font-size:8px;font-weight:580}.tool-scene__button{display:inline-flex;min-height:23px;align-items:center;padding:0 8px;border:1px solid rgb(189 126 141 / 18%);border-radius:4px;background:#bd7e8d0f;color:#aa7582;font-family:SFMono-Regular,Consolas,monospace;font-size:6px}.tool-scene__success{position:absolute;right:9px;bottom:9px;left:9px;display:flex;height:27px;align-items:center;gap:6px;padding:0 9px;border:1px solid rgb(120 165 142 / 16%);border-radius:4px;background:#78a58e12;color:#86aa97;font-size:7px;opacity:0;transform:translateY(5px)}.tool-scene__cursor{position:absolute;z-index:5;width:18px;height:18px;color:#eee8ea;filter:drop-shadow(0 2px 3px rgb(0 0 0 / 70%));opacity:0;pointer-events:none}.tool-scene__cursor i{position:absolute;top:-5px;left:-5px;width:23px;height:23px;border:1px solid color-mix(in srgb,var(--story-accent) 50%,transparent);border-radius:50%;opacity:0;transform:scale(.55)}.resource-scene__list{padding:7px 9px 42px}.resource-scene__row{display:grid;height:37px;grid-template-columns:21px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 7px;border-bottom:1px solid rgb(255 255 255 / 5%);color:#706b70;opacity:.72}.resource-scene__row>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:1px}.resource-scene__row small{color:#59555a;font-size:6px}.resource-scene__row strong{color:#aaa4a7;font-family:SFMono-Regular,Consolas,monospace;font-size:6.5px;font-weight:500}.resource-scene__row em{color:#4d494d;font-family:SFMono-Regular,Consolas,monospace;font-size:6px;font-style:normal}.resource-scene__check{display:grid;width:17px;height:17px;place-items:center;border:1px solid #9d6976;border-radius:4px;background:#9d6976;color:#0b0b0b}.resource-scene__check svg{opacity:0;transform:scale(.92)}.resource-scene__cursor{top:61px;left:23px}.resource-scene__row{animation:resource-row-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite;animation-delay:calc(var(--row) * .72s)}.resource-scene__check,.resource-scene__check svg{animation:resource-check-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite;animation-delay:calc(var(--row) * .72s)}.resource-scene .tool-scene__success{animation:story-success-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite}.resource-scene__cursor{animation:resource-cursor-cycle 7.2s cubic-bezier(.77,0,.175,1) infinite}.resource-scene__cursor i{animation:resource-click-cycle 7.2s ease-out infinite}@keyframes resource-row-cycle{0%,13%{opacity:.72;transform:translate(0)}17%,78%{opacity:1;transform:translate(2px)}88%,to{opacity:.72;transform:translate(0)}}@keyframes resource-check-cycle{0%,13%{opacity:0;transform:scale(.92)}17%,78%{opacity:1;transform:scale(1)}88%,to{opacity:0;transform:scale(.92)}}@keyframes resource-cursor-cycle{0%{opacity:0;transform:translate(78px,-12px)}7%{opacity:1;transform:translate(0)}20%{opacity:1;transform:translateY(37px)}33%{opacity:1;transform:translateY(74px)}47%{opacity:1;transform:translate(182px,-43px)}55%,to{opacity:0;transform:translate(182px,-43px)}}@keyframes resource-click-cycle{0%,8%,16%,21%,29%,34%,43%,48%,to{opacity:0;transform:scale(.55)}10%,23%,36%,50%{opacity:.8;transform:scale(1)}}@keyframes story-success-cycle{0%,49%{opacity:0;transform:translateY(5px)}56%,81%{opacity:1;transform:translateY(0)}90%,to{opacity:0;transform:translateY(3px)}}.generator-scene__counter{color:#67616b;font-family:SFMono-Regular,Consolas,monospace;font-size:6px}.generator-scene__counter b{color:#aa89bd;font-size:8px}.generator-scene__sources{display:grid;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);align-items:center;gap:5px;padding:10px 10px 7px}.generator-scene__sources>span{display:flex;min-width:0;height:35px;flex-direction:column;justify-content:center;gap:2px;padding:0 7px;border:1px solid rgb(255 255 255 / 6%);border-radius:4px;background:#0b0b0b}.generator-scene__sources small{color:#58535c;font-size:5.5px}.generator-scene__sources strong{color:#9b949e;font-family:SFMono-Regular,Consolas,monospace;font-size:6px;font-weight:500}.generator-scene__sources svg{color:#4e4952}.generator-scene__track{height:3px;margin:1px 11px 10px;overflow:hidden;border-radius:99px;background:#191719}.generator-scene__track i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7a627f,#b58ac2);transform:scaleX(0);transform-origin:left;animation:generator-progress-cycle 7.2s cubic-bezier(.77,0,.175,1) infinite}.generator-scene__cursor{top:73px;right:23px;animation:generator-cursor-cycle 7.2s cubic-bezier(.77,0,.175,1) infinite}.generator-scene__cursor i{animation:generator-pointer-click-cycle 7.2s ease-out infinite}.generator-scene__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:0 10px}.generator-scene__steps>span{display:grid;height:42px;grid-template-columns:15px minmax(0,1fr);align-items:center;gap:5px;padding:0 6px;border:1px solid rgb(255 255 255 / 6%);border-radius:4px;background:#0a0a0a;opacity:.55;animation:generator-step-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite;animation-delay:calc(var(--step) * .75s)}.generator-scene__steps i{display:grid;width:14px;height:14px;place-items:center;border:1px solid var(--step-color);border-radius:50%;background:var(--step-color);color:#080808}.generator-scene__steps svg{opacity:0}.generator-scene__steps small{display:none}.generator-scene__steps strong{overflow:hidden;color:#777079;font-size:5.5px;font-weight:540;text-overflow:ellipsis;white-space:nowrap}.generator-scene__status{position:relative;height:28px;margin:8px 10px 0;color:#777079;font-size:6px}.generator-scene__status>span,.generator-scene__status>strong{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.generator-scene__status>span:before{width:7px;height:7px;margin-right:6px;border:1px solid #aa89bd;border-top-color:transparent;border-radius:50%;animation:generator-spinner .7s linear infinite;content:""}.generator-scene__status>strong{gap:5px;color:#8dae9c;font-weight:500;opacity:0}.generator-scene__status>span{animation:generator-running-cycle 7.2s ease infinite}.generator-scene__status>strong{animation:generator-done-cycle 7.2s ease infinite}@keyframes generator-progress-cycle{0%,10%{transform:scaleX(0)}63%,82%{transform:scaleX(1)}94%,to{transform:scaleX(0)}}@keyframes generator-cursor-cycle{0%{opacity:0;transform:translate(22px,16px)}5%,14%{opacity:1;transform:translate(0)}21%,to{opacity:0;transform:translate(-4px,2px)}}@keyframes generator-pointer-click-cycle{0%,7%,13%,to{opacity:0;transform:scale(.55)}10%{opacity:.85;transform:scale(1)}}@keyframes generator-step-cycle{0%,13%{opacity:.55;transform:translateY(0)}19%,80%{opacity:1;transform:translateY(-1px)}92%,to{opacity:.55;transform:translateY(0)}}.generator-scene__steps>span{--step-color: #9b7ba8}.generator-scene__steps i,.generator-scene__steps svg{animation:generator-check-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite;animation-delay:calc(var(--step) * .75s)}@keyframes generator-check-cycle{0%,13%{opacity:0;transform:scale(.92)}19%,80%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.92)}}@keyframes generator-spinner{to{transform:rotate(360deg)}}@keyframes generator-running-cycle{0%,61%{opacity:1}68%,to{opacity:0}}@keyframes generator-done-cycle{0%,61%{opacity:0;transform:translateY(3px)}68%,84%{opacity:1;transform:translateY(0)}94%,to{opacity:0;transform:translateY(2px)}}.mailbox-scene__connected,.settings-scene__status{display:inline-flex;align-items:center;gap:5px;color:#72968a;font-family:SFMono-Regular,Consolas,monospace;font-size:5.5px}.mailbox-scene__message{position:relative;display:grid;min-height:58px;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:7px;margin:10px 9px 0;padding:0 8px;border:1px solid rgb(255 255 255 / 7%);border-radius:5px;background:#0b0b0b;opacity:0;transform:translateY(-9px);animation:mailbox-message-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite}.mailbox-scene__avatar{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgb(127 167 161 / 18%);border-radius:5px;background:#7fa7a112;color:#82a59f}.mailbox-scene__message>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:3px}.mailbox-scene__message strong,.mailbox-scene__message b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mailbox-scene__message strong{color:#b0aaad;font-size:7px;font-weight:600}.mailbox-scene__message b{color:#777277;font-size:6px;font-weight:500}.mailbox-scene__message>small{align-self:start;padding-top:11px;color:#555157;font-family:SFMono-Regular,Consolas,monospace;font-size:5px}.mailbox-scene__unread{position:absolute;top:26px;right:7px;width:4px;height:4px;border-radius:50%;background:#bd7e8d}.mailbox-scene__preview{min-height:66px;margin:7px 9px 0;padding:9px;border:1px solid rgb(127 167 161 / 13%);border-radius:5px;background:#7fa7a10a;opacity:0;transform:translateY(5px);animation:mailbox-preview-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite}.mailbox-scene__preview>span{display:flex;align-items:center;gap:6px;color:#87a9a4}.mailbox-scene__preview strong{font-size:6.5px;font-weight:580}.mailbox-scene__preview p{margin:8px 0 0;color:#6e6a6e;font-size:6px;line-height:1.5}.mailbox-scene__cursor{top:75px;right:18px;animation:mailbox-cursor-cycle 7.2s cubic-bezier(.77,0,.175,1) infinite}.mailbox-scene__cursor i{animation:mailbox-click-cycle 7.2s ease-out infinite}@keyframes mailbox-message-cycle{0%,10%{opacity:0;transform:translateY(-9px)}18%,82%{opacity:1;transform:translateY(0)}41%,73%{opacity:1;transform:translateY(0) scale(1.008)}94%,to{opacity:0;transform:translateY(-4px)}}@keyframes mailbox-preview-cycle{0%,38%{opacity:0;transform:translateY(5px)}46%,82%{opacity:1;transform:translateY(0)}94%,to{opacity:0;transform:translateY(3px)}}@keyframes mailbox-cursor-cycle{0%,20%{opacity:0;transform:translate(24px,20px)}27%,39%{opacity:1;transform:translate(0)}45%,to{opacity:0;transform:translate(-8px,2px)}}@keyframes mailbox-click-cycle{0%,30%,35%,to{opacity:0;transform:scale(.55)}33%{opacity:.85;transform:scale(1)}}.settings-scene__backup{min-height:77px;margin:9px 9px 0;padding:10px;border:1px solid rgb(255 255 255 / 7%);border-radius:5px;background:#0b0b0b}.settings-scene__backup>span,.settings-scene__diagnostic>span{display:flex;align-items:center;gap:7px;color:#b1aaad}.settings-scene__backup strong,.settings-scene__diagnostic strong{font-size:6.5px;font-weight:580}.settings-scene__backup svg,.settings-scene__diagnostic svg{color:#bd9077}.settings-scene__progress{height:3px;margin:11px 0 7px;overflow:hidden;border-radius:99px;background:#1a1716}.settings-scene__progress i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8a684f,#c19a78);transform:scaleX(0);transform-origin:left;animation:settings-progress-cycle 7.2s cubic-bezier(.77,0,.175,1) infinite}.settings-scene__backup>small{display:flex;justify-content:space-between;color:#5f5956;font-size:5.5px}.settings-scene__backup>small b{color:#a07b61;font-family:SFMono-Regular,Consolas,monospace;font-weight:500}.settings-scene__diagnostic{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:8px;margin:7px 9px 0;padding:0 9px;border:1px solid rgb(255 255 255 / 6%);border-radius:4px;background:#0a0a0a}.settings-scene__diagnostic>small{display:flex;align-items:center;gap:4px;color:#77716e;font-size:5px;opacity:.45;animation:settings-diagnostic-cycle 7.2s ease infinite}.settings-scene__diagnostic>small svg{color:#82a28f}.settings-scene .tool-scene__success{animation:settings-success-cycle 7.2s cubic-bezier(.23,1,.32,1) infinite}.settings-scene__cursor{top:73px;left:75px;animation:settings-cursor-cycle 7.2s cubic-bezier(.77,0,.175,1) infinite}.settings-scene__cursor i{animation:settings-click-cycle 7.2s ease-out infinite}@keyframes settings-progress-cycle{0%,20%{transform:scaleX(0)}68%,83%{transform:scaleX(1)}95%,to{transform:scaleX(0)}}@keyframes settings-diagnostic-cycle{0%,55%{opacity:.45}66%,84%{opacity:1}95%,to{opacity:.45}}@keyframes settings-success-cycle{0%,68%{opacity:0;transform:translateY(5px)}74%,86%{opacity:1;transform:translateY(0)}96%,to{opacity:0;transform:translateY(3px)}}@keyframes settings-cursor-cycle{0%,6%{opacity:0;transform:translate(92px,-20px)}13%,23%{opacity:1;transform:translate(0)}30%,to{opacity:0;transform:translate(3px,3px)}}@keyframes settings-click-cycle{0%,15%,21%,to{opacity:0;transform:scale(.55)}18%{opacity:.85;transform:scale(1)}}@media(hover:hover)and (pointer:fine){.tools-story__card:hover{border-color:color-mix(in srgb,var(--story-accent) 28%,transparent);box-shadow:inset 0 1px #ffffff08,0 18px 48px #0003;transform:translateY(-3px)}.tools-story__card:hover .tools-story__glow{opacity:.8;transform:translate(22px,16px) scale(1.12)}}@media(max-width:1120px){.tools-story__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tools-story__card{min-height:455px}}@media(max-width:680px){.tools-story__grid{grid-template-columns:1fr}.tools-story__card{min-height:445px}.tools-story__copy{min-height:142px}}@media(prefers-reduced-motion:reduce){.tools-story__card,.tools-story__glow{transition:none}.tool-scene *,.tool-scene *:before,.tool-scene *:after{animation:none!important}.tool-scene__cursor{display:none}.resource-scene__row{opacity:1;background:#bd7e8d0a}.resource-scene__check,.resource-scene__check svg,.generator-scene__steps i,.generator-scene__steps svg{opacity:1;transform:none}.resource-scene__check{border-color:#9d6976;background:#9d6976}.generator-scene__track i,.settings-scene__progress i{transform:scaleX(1)}.generator-scene__steps>span,.mailbox-scene__message,.mailbox-scene__preview,.settings-scene__diagnostic>small{opacity:1;transform:none}.generator-scene__status>span{opacity:0}.generator-scene__status>strong,.resource-scene .tool-scene__success,.settings-scene .tool-scene__success{opacity:1;transform:none}}.workflow-stage{display:grid;min-height:132px;flex:1;align-items:center;margin:4px 0 18px}.stage-art{width:100%;height:auto;overflow:visible}.stage-art [class*=stage-]{transform-box:view-box}.stage-direct__track{fill:#ffffff0a;stroke:#ffffff0f}.stage-direct__fill{fill:#b9788842;stroke:#c789986b;transform:scaleX(0);transform-origin:16px center;animation:stage-direct-fill var(--story-duration) cubic-bezier(.23,1,.32,1) infinite paused}.stage-direct__fill[data-row="2"]{animation-name:stage-direct-fill-two}.stage-direct__fill[data-row="3"]{animation-name:stage-direct-fill-three}.stage-direct__pointer{fill:#d7cdd0;stroke:#171415;stroke-width:1;transform-origin:0 0;animation:stage-direct-pointer var(--story-duration) cubic-bezier(.77,0,.175,1) infinite paused}.stage-direct__rail{stroke:#ffffff17;stroke-dasharray:3 5;stroke-linecap:round;stroke-width:1.5}.stage-direct__launch{fill:#c88ea0;transform-origin:0 0;animation:stage-direct-launch var(--story-duration) cubic-bezier(.6,0,.2,1) infinite paused}.stage-direct__burst{fill:none;stroke:#c88ea0b3;stroke-width:1.5;opacity:0;transform-origin:238px 58px;animation:stage-direct-burst var(--story-duration) ease-out infinite paused}.stage-monitor__ring{fill:none;stroke:#ffffff12;stroke-width:1}.stage-monitor__sweep{fill:#b97888;opacity:.2;transform-origin:74px 58px;animation:stage-monitor-sweep 2.6s linear infinite paused}.stage-monitor__blip{fill:#e0a7b5;opacity:0;transform-origin:98px 36px;animation:stage-monitor-blip var(--story-duration) ease-out infinite paused}.stage-monitor__ripple{fill:none;stroke:#e0a7b599;stroke-width:1.5;opacity:0;transform-origin:98px 36px;animation:stage-monitor-ripple var(--story-duration) ease-out infinite paused}.stage-monitor__wire{stroke:#ffffff17;stroke-dasharray:3 5;stroke-linecap:round;stroke-width:1.5}.stage-monitor__pulse{fill:#e0a7b5;opacity:0;transform-origin:0 0;animation:stage-monitor-pulse var(--story-duration) cubic-bezier(.6,0,.2,1) infinite paused}.stage-monitor__target{fill:#ffffff06;stroke:#ffffff17;animation:stage-monitor-target var(--story-duration) ease-out infinite paused}.stage-monitor__check{fill:none;stroke:#83aa91;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;opacity:0;transform-origin:213px 58px;animation:stage-monitor-check var(--story-duration) cubic-bezier(.23,1,.32,1) infinite paused}.stage-productless__source{fill:#b9788814;stroke:#b9788842}.stage-productless__waves{fill:none;stroke:#c78b9b;stroke-linecap:round;stroke-width:1.6;animation:stage-productless-waves 1.9s ease-out infinite paused}.stage-productless__path{stroke:#ffffff17;stroke-dasharray:3 5;stroke-linecap:round;stroke-width:1.5}.stage-productless__slot{fill:none;stroke:#ffffff29;stroke-dasharray:5 4;stroke-width:1.5;animation:stage-productless-slot var(--story-duration) ease-out infinite paused}.stage-productless__lock{fill:none;stroke:#83aa91;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;opacity:0;transform-origin:217px 58px;animation:stage-productless-lock var(--story-duration) cubic-bezier(.23,1,.32,1) infinite paused}.stage-productless__chip{transform-origin:0 0;animation:stage-productless-chip var(--story-duration) cubic-bezier(.5,0,.2,1) infinite paused}.stage-productless__chip rect{fill:#161214;stroke:#c789988c}.stage-productless__chip circle{fill:#d79caa;stroke:none}.stage-productless__chip path{stroke:#d7c3ca8c;stroke-linecap:round;stroke-width:1.6}.workflow-section--story[data-playing=true] .stage-art [class*=stage-]{animation-play-state:running}@keyframes stage-direct-fill{0%,12%{transform:scaleX(0)}22%,88%{transform:scaleX(1)}96%,to{transform:scaleX(0)}}@keyframes stage-direct-fill-two{0%,24%{transform:scaleX(0)}34%,88%{transform:scaleX(1)}96%,to{transform:scaleX(0)}}@keyframes stage-direct-fill-three{0%,36%{transform:scaleX(0)}46%,88%{transform:scaleX(1)}96%,to{transform:scaleX(0)}}@keyframes stage-direct-pointer{0%,6%{opacity:0;transform:translate(150px,6px)}11%{opacity:1;transform:translate(150px,14px)}20%{transform:translate(150px,14px)}32%{transform:translate(150px,43px)}44%{transform:translate(150px,72px)}56%{opacity:1;transform:translate(178px,52px)}64%{opacity:0;transform:translate(178px,52px)}to{opacity:0;transform:translate(150px,6px)}}@keyframes stage-direct-launch{0%,56%{opacity:0;transform:translate(178px,58px) scale(.7)}62%{opacity:1;transform:translate(180px,58px) scale(1)}76%{opacity:1;transform:translate(219px,58px) scale(1)}84%,to{opacity:0;transform:translate(219px,58px) scale(1)}}@keyframes stage-direct-burst{0%,74%{opacity:0;transform:scale(.4)}80%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(1.7)}}@keyframes stage-monitor-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes stage-monitor-blip{0%,40%{opacity:0;transform:scale(.4)}46%{opacity:1;transform:scale(1)}86%{opacity:1;transform:scale(1)}94%,to{opacity:0;transform:scale(.4)}}@keyframes stage-monitor-ripple{0%,42%{opacity:0;transform:scale(.5)}48%{opacity:.9;transform:scale(1)}62%,to{opacity:0;transform:scale(3.4)}}@keyframes stage-monitor-pulse{0%,50%{opacity:0;transform:translate(121px)}56%{opacity:1;transform:translate(125px)}70%{opacity:1;transform:translate(184px)}74%,to{opacity:0;transform:translate(184px)}}@keyframes stage-monitor-target{0%,68%{stroke:#ffffff17}76%,88%{stroke:#83aa9175}96%,to{stroke:#ffffff17}}@keyframes stage-monitor-check{0%,72%{opacity:0;transform:scale(.5)}80%,88%{opacity:1;transform:scale(1)}96%,to{opacity:0;transform:scale(1)}}@keyframes stage-productless-waves{0%{opacity:.25}45%{opacity:1}to{opacity:.25}}@keyframes stage-productless-chip{0%,14%{opacity:0;transform:translate(46px,58px) scale(.7)}22%{opacity:1;transform:translate(58px,58px) scale(1)}56%{opacity:1;transform:translate(200px,58px) scale(1)}64%{opacity:0;transform:translate(203px,58px) scale(.82)}to{opacity:0;transform:translate(46px,58px) scale(.7)}}@keyframes stage-productless-slot{0%,58%{stroke:#ffffff29;stroke-dasharray:5 4}66%,88%{stroke:#83aa9175;stroke-dasharray:9 0}96%,to{stroke:#ffffff29;stroke-dasharray:5 4}}@keyframes stage-productless-lock{0%,62%{opacity:0;transform:scale(.5)}70%,88%{opacity:1;transform:scale(1)}96%,to{opacity:0;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.stage-art [class*=stage-]{animation:none!important}.stage-direct__fill,.stage-monitor__blip,.stage-monitor__check,.stage-productless__lock{opacity:1;transform:none}.stage-direct__pointer,.stage-direct__launch,.stage-direct__burst,.stage-monitor__pulse{opacity:0}.stage-productless__chip{opacity:1;transform:translate(120px,58px)}.stage-productless__slot{stroke:#83aa9175;stroke-dasharray:9 0}}.workflow-section--story{overflow:hidden;border-bottom:1px solid rgb(255 255 255 / 6%);background:radial-gradient(circle at 16% 20%,rgb(185 120 136 / 6%),transparent 27rem),radial-gradient(circle at 83% 58%,rgb(140 91 104 / 4%),transparent 25rem),#070707}.workflow-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.workflow-story-card{--story-duration: 9.6s;position:relative;display:flex;min-width:0;min-height:566px;flex-direction:column;overflow:hidden;padding:22px;border:1px solid rgb(255 255 255 / 9%);border-radius:10px;background:linear-gradient(145deg,rgb(185 120 136 / 5%),transparent 31%),#0b0b0b;box-shadow:inset 0 1px #ffffff08;transition:border-color .18s ease,box-shadow .18s ease,transform .18s cubic-bezier(.23,1,.32,1)}.workflow-story-card[data-scenario=direct]{--story-duration: 8.4s}.workflow-story-card[data-scenario=monitor]{--story-duration: 11.4s}.workflow-story-card[data-scenario=productless]{--story-duration: 9.8s}.workflow-story-card:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 50% 100%,rgb(190 123 139 / 8%),transparent 42%);content:"";opacity:0;pointer-events:none;transition:opacity .18s ease}.workflow-story-card__header{display:flex;align-items:center;gap:9px;color:#615d62;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.workflow-story-card__icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgb(185 120 136 / 19%);border-radius:6px;background:#b978880f;color:#c18493}.workflow-story-card__badge{display:inline-flex;min-height:24px;align-items:center;padding-inline:8px;border:1px solid rgb(255 255 255 / 7%);border-radius:4px;background:#0808089e;color:#898489;font-size:8px;font-weight:620}.workflow-story-card__index{margin-left:auto;color:#514d52}.workflow-story-card h3{margin:25px 0 9px;color:#e6e1e3;font-size:23px;font-weight:630;letter-spacing:-.035em}.workflow-story-card>p{min-height:56px;margin:0 0 18px;color:#8a858a;font-size:11px;line-height:1.68}.workflow-story-app{position:relative;isolation:isolate;overflow:hidden;margin-top:auto;border:1px solid rgb(255 255 255 / 8%);border-radius:8px;background:linear-gradient(rgb(255 255 255 / 1.2%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 1.2%) 1px,transparent 1px),#070707;background-size:28px 28px;box-shadow:0 18px 38px #0000003d,inset 0 1px #ffffff05;container-type:inline-size}.workflow-story-app__bar{display:flex;min-height:36px;align-items:center;gap:8px;padding-inline:11px;border-bottom:1px solid rgb(255 255 255 / 6%);background:#0b0b0bf0;color:#6e696e;font-size:7px;font-weight:650;letter-spacing:.055em;text-transform:uppercase}.workflow-story-app__bar code{overflow:hidden;margin-left:auto;color:#ac808b;font-family:SFMono-Regular,Consolas,monospace;font-size:6px;letter-spacing:0;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.workflow-story-app__window-dots{display:inline-flex;gap:3px}.workflow-story-app__window-dots i{width:3px;height:3px;border-radius:50%;background:#494549}.workflow-story-form{padding:3px 11px;margin:0;background:#060606b8}.workflow-story-field{position:relative;display:grid;min-height:36px;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:10px;border-bottom:1px solid rgb(255 255 255 / 5%)}.workflow-story-field:last-child{border-bottom:0}.workflow-story-field dt{overflow:hidden;color:#69656a;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.workflow-story-field dd{position:relative;display:grid;min-width:0;min-height:20px;align-items:center;justify-items:end;margin:0;color:#bcb6b9;font-family:SFMono-Regular,Consolas,monospace;font-size:7px;font-variant-numeric:tabular-nums}.workflow-story-field dd>span{grid-area:1 / 1;display:inline-flex;min-width:0;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-story-field__before{color:#6d686d}.workflow-story-field__after{color:#cfc8cb;opacity:0;transform:translateY(3px)}.workflow-story-field__after svg{color:#80ac90}.workflow-story-field__focus{position:absolute;z-index:-1;top:2px;right:-5px;bottom:2px;left:-5px;border:1px solid rgb(201 132 149 / 24%);border-radius:4px;background:#b978880a;opacity:0;transform:scale(.985)}.workflow-story-action-row{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border-top:1px solid rgb(255 255 255 / 6%);background:#0b0a0bf0}.workflow-story-status{display:inline-flex;min-width:0;align-items:center;gap:6px;color:#777277;font-size:7px}.workflow-story-status>i{width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#7ca88c;box-shadow:0 0 0 3px #7ca88c17}.workflow-story-status>span{display:grid;min-width:0}.workflow-story-status em{grid-area:1 / 1;overflow:hidden;font-style:normal;opacity:0;text-overflow:ellipsis;white-space:nowrap}.workflow-story-status em[data-status="1"]{opacity:1}.workflow-story-action{position:relative;display:grid;min-width:max-content;min-height:28px;place-items:center;padding-inline:10px;overflow:hidden;border:1px solid rgb(210 151 165 / 28%);border-radius:4px;background:#d8cfd2;color:#171315;font-size:7px;font-weight:680;box-shadow:inset 0 1px #fff6;transform-origin:center}.workflow-story-action>span{grid-area:1 / 1;display:inline-flex;align-items:center;gap:4px}.workflow-story-action>span:last-child{opacity:0;transform:translateY(3px)}.workflow-story-route{position:relative;display:flex;min-height:62px;align-items:center;padding:9px 10px;border-top:1px solid rgb(255 255 255 / 6%);background:#080808eb}.workflow-story-route__line{position:absolute;z-index:-1;right:28px;bottom:30px;left:28px;height:1px;overflow:hidden;background:#ffffff0f}.workflow-story-route__line i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#a86f7d,#dc9dac);box-shadow:0 0 10px #ca8b9a73;transform:translate(-101%)}.workflow-story-route__part{display:flex;min-width:0;flex:1;align-items:center}.workflow-story-route__node{position:relative;display:flex;min-width:0;flex:1;flex-direction:column;gap:3px;padding:7px;border:1px solid rgb(255 255 255 / 6%);border-radius:5px;background:#0c0c0c;box-shadow:inset 0 1px #ffffff05}.workflow-story-route__node em{color:#555156;font-family:SFMono-Regular,Consolas,monospace;font-size:6px;font-style:normal}.workflow-story-route__node strong{overflow:hidden;color:#9e989c;font-size:8px;font-weight:640;text-overflow:ellipsis;white-space:nowrap}.workflow-story-route__node>i{position:absolute;top:7px;right:7px;display:grid;width:13px;height:13px;place-items:center;border-radius:50%;background:#78a489;color:#07100a;opacity:0;transform:scale(.9)}.workflow-story-route__arrow{width:18px;flex:0 0 18px;color:#4e4a4e}.workflow-story-cursor{position:absolute;z-index:8;top:0;left:0;width:22px;height:22px;color:#f3e9ec;filter:drop-shadow(0 2px 3px rgb(0 0 0 / 80%));opacity:0;pointer-events:none;transform:translate3d(calc(100cqw - 36px),20px,0);will-change:transform,opacity}.workflow-story-cursor svg{position:relative;z-index:2;fill:#181416}.workflow-story-cursor>i{position:absolute;z-index:1;top:0;left:0;width:22px;height:22px;border:1px solid rgb(226 165 179 / 80%);border-radius:50%;opacity:0;transform:translate(-31%,-31%) scale(.4)}.workflow-section--story[data-playing=true] .workflow-story-cursor,.workflow-section--story[data-playing=true] .workflow-story-field__before,.workflow-section--story[data-playing=true] .workflow-story-field__after,.workflow-section--story[data-playing=true] .workflow-story-field__focus,.workflow-section--story[data-playing=true] .workflow-story-action,.workflow-section--story[data-playing=true] .workflow-story-action>span,.workflow-section--story[data-playing=true] .workflow-story-status>i,.workflow-section--story[data-playing=true] .workflow-story-status em,.workflow-section--story[data-playing=true] .workflow-story-route__line i,.workflow-section--story[data-playing=true] .workflow-story-route__node,.workflow-section--story[data-playing=true] .workflow-story-route__node>i{animation-play-state:running}.workflow-story-cursor{animation:workflow-cursor var(--story-duration) cubic-bezier(.77,0,.175,1) infinite paused}.workflow-story-cursor>i{animation:workflow-click var(--story-duration) ease-out infinite paused}.workflow-story-field__before{animation:workflow-value-before var(--story-duration) ease-in-out infinite paused}.workflow-story-field__after{animation:workflow-value-after var(--story-duration) ease-in-out infinite paused}.workflow-story-field__focus{animation:workflow-field-focus var(--story-duration) ease-out infinite paused}.workflow-story-field[data-field="2"] .workflow-story-field__before{animation-name:workflow-value-before-two}.workflow-story-field[data-field="2"] .workflow-story-field__after{animation-name:workflow-value-after-two}.workflow-story-field[data-field="2"] .workflow-story-field__focus{animation-name:workflow-field-focus-two}.workflow-story-field[data-field="3"] .workflow-story-field__before{animation-name:workflow-value-before-three}.workflow-story-field[data-field="3"] .workflow-story-field__after{animation-name:workflow-value-after-three}.workflow-story-field[data-field="3"] .workflow-story-field__focus{animation-name:workflow-field-focus-three}.workflow-story-action{animation:workflow-action-press var(--story-duration) ease-out infinite paused}.workflow-story-action>span:first-child{animation:workflow-action-before var(--story-duration) ease-out infinite paused}.workflow-story-action>span:last-child{animation:workflow-action-after var(--story-duration) ease-out infinite paused}.workflow-story-status>i{animation:workflow-status-dot var(--story-duration) ease-in-out infinite paused}.workflow-story-status em[data-status="1"]{animation:workflow-status-one var(--story-duration) ease-in-out infinite paused}.workflow-story-status em[data-status="2"]{animation:workflow-status-two var(--story-duration) ease-in-out infinite paused}.workflow-story-status em[data-status="3"]{animation:workflow-status-three var(--story-duration) ease-in-out infinite paused}.workflow-story-route__line i{animation:workflow-route-fill var(--story-duration) cubic-bezier(.77,0,.175,1) infinite paused}.workflow-story-route__part[data-step="1"] .workflow-story-route__node{animation:workflow-node-one var(--story-duration) ease-in-out infinite paused}.workflow-story-route__part[data-step="2"] .workflow-story-route__node{animation:workflow-node-two var(--story-duration) ease-in-out infinite paused}.workflow-story-route__part[data-step="3"] .workflow-story-route__node{animation:workflow-node-three var(--story-duration) ease-in-out infinite paused}.workflow-story-route__part[data-step="1"] .workflow-story-route__node>i{animation:workflow-check-one var(--story-duration) ease-out infinite paused}.workflow-story-route__part[data-step="2"] .workflow-story-route__node>i{animation:workflow-check-two var(--story-duration) ease-out infinite paused}.workflow-story-route__part[data-step="3"] .workflow-story-route__node>i{animation:workflow-check-three var(--story-duration) ease-out infinite paused}.workflow-story-card[data-scenario=monitor] .workflow-story-card__icon svg{animation:workflow-radar 2.1s linear infinite paused}.workflow-section--story[data-playing=true] .workflow-story-card[data-scenario=monitor] .workflow-story-card__icon svg{animation-play-state:running}.workflow-story-card[data-scenario=monitor] .workflow-story-route__part[data-step="2"] .workflow-story-route__node:after{position:absolute;top:50%;left:50%;width:12px;height:12px;border:1px solid rgb(217 152 168 / 50%);border-radius:50%;content:"";opacity:0;transform:translate(-50%,-50%) scale(.7);animation:workflow-signal var(--story-duration) ease-out infinite paused}.workflow-section--story[data-playing=true] .workflow-story-card[data-scenario=monitor] .workflow-story-route__node:after{animation-play-state:running}@keyframes workflow-cursor{0%,4%{opacity:0;transform:translate3d(calc(100cqw - 32px),18px,0)}8%{opacity:1}16%,21%{opacity:1;transform:translate3d(calc(100cqw - 52px),50px,0)}27%,32%{opacity:1;transform:translate3d(calc(100cqw - 52px),86px,0)}38%,43%{opacity:1;transform:translate3d(calc(100cqw - 52px),122px,0)}50%,56%{opacity:1;transform:translate3d(calc(100cqw - 70px),164px,0)}64%{opacity:1;transform:translate3d(10cqw,218px,0)}72%{opacity:1;transform:translate3d(46cqw,218px,0)}80%{opacity:1;transform:translate3d(calc(100cqw - 52px),218px,0)}88%{opacity:0;transform:translate3d(calc(100cqw - 42px),218px,0)}to{opacity:0;transform:translate3d(calc(100cqw - 32px),18px,0)}}@keyframes workflow-click{0%,17%,20%,28%,31%,39%,42%,51%,54%,to{opacity:0;transform:translate(-31%,-31%) scale(.4)}18.5%,29.5%,40.5%,52.5%{opacity:.8;transform:translate(-31%,-31%) scale(1.25)}}@keyframes workflow-value-before{0%,17%{opacity:1;transform:translateY(0)}20%,93%{opacity:0;transform:translateY(-3px)}97%,to{opacity:1;transform:translateY(0)}}@keyframes workflow-value-after{0%,17%{opacity:0;transform:translateY(3px)}20%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0;transform:translateY(3px)}}@keyframes workflow-field-focus{0%,15%,23%,to{opacity:0;transform:scale(.985)}17%,20%{opacity:1;transform:scale(1)}}@keyframes workflow-value-before-two{0%,28%{opacity:1;transform:translateY(0)}31%,93%{opacity:0;transform:translateY(-3px)}97%,to{opacity:1;transform:translateY(0)}}@keyframes workflow-value-after-two{0%,28%{opacity:0;transform:translateY(3px)}31%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0;transform:translateY(3px)}}@keyframes workflow-field-focus-two{0%,26%,34%,to{opacity:0;transform:scale(.985)}28%,31%{opacity:1;transform:scale(1)}}@keyframes workflow-value-before-three{0%,39%{opacity:1;transform:translateY(0)}42%,93%{opacity:0;transform:translateY(-3px)}97%,to{opacity:1;transform:translateY(0)}}@keyframes workflow-value-after-three{0%,39%{opacity:0;transform:translateY(3px)}42%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0;transform:translateY(3px)}}@keyframes workflow-field-focus-three{0%,37%,45%,to{opacity:0;transform:scale(.985)}39%,42%{opacity:1;transform:scale(1)}}@keyframes workflow-action-press{0%,50%,54%,to{transform:scale(1)}52%{transform:scale(.96)}}@keyframes workflow-action-before{0%,53%{opacity:1;transform:translateY(0)}56%,93%{opacity:0;transform:translateY(-3px)}97%,to{opacity:1;transform:translateY(0)}}@keyframes workflow-action-after{0%,53%{opacity:0;transform:translateY(3px)}56%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0;transform:translateY(3px)}}@keyframes workflow-status-dot{0%,52%,96%,to{opacity:.5;transform:scale(.88)}56%,72%{opacity:.76;transform:scale(.96)}78%,93%{opacity:1;transform:scale(1)}}@keyframes workflow-status-one{0%,53%,97%,to{opacity:1;transform:translateY(0)}56%,94%{opacity:0;transform:translateY(-2px)}}@keyframes workflow-status-two{0%,53%,73%,to{opacity:0;transform:translateY(2px)}56%,70%{opacity:1;transform:translateY(0)}}@keyframes workflow-status-three{0%,72%,96%,to{opacity:0;transform:translateY(2px)}77%,93%{opacity:1;transform:translateY(0)}}@keyframes workflow-route-fill{0%,57%{transform:translate(-101%)}82%,93%{transform:translate(0)}97%,to{transform:translate(-101%)}}@keyframes workflow-node-one{0%,57%,96%,to{opacity:.74;transform:translateY(0)}61%,93%{opacity:1;transform:translateY(-2px)}}@keyframes workflow-node-two{0%,67%,96%,to{opacity:.74;transform:translateY(0)}71%,93%{opacity:1;transform:translateY(-2px)}}@keyframes workflow-node-three{0%,76%,96%,to{opacity:.74;transform:translateY(0)}80%,93%{opacity:1;transform:translateY(-2px)}}@keyframes workflow-check-one{0%,62%,96%,to{opacity:0;transform:scale(.9)}65%,93%{opacity:1;transform:scale(1)}}@keyframes workflow-check-two{0%,71%,96%,to{opacity:0;transform:scale(.9)}74%,93%{opacity:1;transform:scale(1)}}@keyframes workflow-check-three{0%,80%,96%,to{opacity:0;transform:scale(.9)}83%,93%{opacity:1;transform:scale(1)}}@keyframes workflow-radar{to{transform:rotate(360deg)}}@keyframes workflow-signal{0%,68%,78%,to{opacity:0;transform:translate(-50%,-50%) scale(.7)}71%{opacity:.7;transform:translate(-50%,-50%) scale(.8)}76%{opacity:0;transform:translate(-50%,-50%) scale(2.4)}}@media(hover:hover)and (pointer:fine){.workflow-story-card:hover{border-color:#b978883b;box-shadow:0 22px 52px #00000038,inset 0 1px #ffffff0a;transform:translateY(-2px)}.workflow-story-card:hover:before{opacity:1}}@media(max-width:1000px){.workflow-story-grid{grid-template-columns:1fr}.workflow-story-card{min-height:0}.workflow-story-card>p{min-height:0}}@media(max-width:520px){.workflow-story-card{padding:18px}.workflow-story-card h3{margin-top:22px}.workflow-story-field{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}.workflow-story-status{max-width:42%}}@media(prefers-reduced-motion:reduce){.workflow-story-card{transition:border-color .12s ease,box-shadow .12s ease}.workflow-story-cursor,.workflow-story-field__before,.workflow-story-field__focus,.workflow-story-action>span:first-child,.workflow-story-status em[data-status="1"],.workflow-story-status em[data-status="2"]{display:none;animation:none}.workflow-story-field__after,.workflow-story-action,.workflow-story-action>span:last-child,.workflow-story-status em[data-status="3"],.workflow-story-route__line i,.workflow-story-route__node,.workflow-story-route__node>i,.workflow-story-card[data-scenario=monitor] .workflow-story-card__icon svg{animation:none;opacity:1;transform:none}.workflow-story-route__line i{transform:translate(0)}.workflow-story-status>i{background:#7ca88c}.workflow-story-card[data-scenario=monitor] .workflow-story-route__part[data-step="2"] .workflow-story-route__node:after{animation:none;opacity:0}}.workflow-section{border-bottom:1px solid var(--border);background:radial-gradient(circle at 78% 55%,rgb(185 120 136 / 5%),transparent 28rem),#070707}.workflow-layout{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.65fr);align-items:stretch;gap:22px}.workflow-copy{display:flex;flex-direction:column;gap:12px}.workflow-copy__rule{display:flex;min-height:92px;align-items:center;gap:13px;padding:17px;border:1px solid rgb(185 120 136 / 18%);border-radius:7px;background:#b978880d}.workflow-copy__rule>svg{flex:0 0 auto;color:var(--sakura)}.workflow-copy__rule>span,.workflow-copy li>span:last-child{display:flex;flex-direction:column;gap:5px}.workflow-copy__rule strong,.workflow-copy li strong{color:#d1ccce;font-size:12px}.workflow-copy__rule small,.workflow-copy li small{color:#777378;font-size:10px;line-height:1.55}.workflow-copy ol{display:grid;flex:1;padding:0;border:1px solid var(--border);border-radius:7px;margin:0;background:#0b0b0b;list-style:none}.workflow-copy li{display:grid;min-height:102px;grid-template-columns:28px 22px minmax(0,1fr);align-items:center;gap:10px;padding:12px 17px;border-bottom:1px solid rgb(255 255 255 / 6%)}.workflow-copy li:last-child{border-bottom:0}.workflow-copy li>svg{color:#8d878c}.workflow-copy__number{color:#565257;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.flow-demo{overflow:hidden;border:1px solid rgb(255 255 255 / 11%);border-radius:8px;background:#080808;box-shadow:0 24px 58px #00000047}.flow-demo__tabs{display:grid;min-height:58px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:7px;border-bottom:1px solid var(--border);background:#090909}.flow-demo__tabs button{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:5px;background:transparent;color:#6d696e;cursor:pointer;font-size:9px;font-weight:620;transition:transform .14s var(--ease-out),background-color .15s ease,border-color .15s ease,color .15s ease}.flow-demo__tabs button:active{transform:scale(.97)}.flow-demo__tabs button>span{color:#4f4c50;font-family:SFMono-Regular,Consolas,monospace;font-size:7px}.flow-demo__tabs button.is-active{border-color:#b978882e;background:#b9788812;color:#d6d0d2}.flow-demo__tabs button.is-active>span{color:var(--sakura)}.flow-demo__canvas{position:relative;display:flex;min-height:410px;flex-direction:column;padding:42px 34px 22px;background:linear-gradient(rgb(255 255 255 / 1.4%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 1.4%) 1px,transparent 1px),#090909;background-size:42px 42px}.flow-demo__canvas:after{position:absolute;right:-105px;bottom:-145px;width:350px;height:350px;background:url(/assets/tengen/tengen-logo.webp) center / cover no-repeat;content:"";opacity:.022;pointer-events:none}.flow-demo__canvas>header{max-width:520px}.flow-demo__canvas h3{margin:8px 0 9px;color:#e5e0e2;font-size:24px;font-weight:610;letter-spacing:-.04em}.flow-demo__canvas header p{max-width:480px;margin:0;color:#747075;font-size:10px;line-height:1.65}.flow-demo__pipeline{position:relative;z-index:1;display:flex;align-items:center;margin:42px 0 34px}.flow-demo__step-wrap{display:flex;min-width:0;flex:1;align-items:center}.flow-demo__step-wrap article{display:flex;min-width:0;flex:1;align-items:center;gap:9px;padding:11px;border:1px solid rgb(255 255 255 / 9%);border-radius:6px;background:#101010;box-shadow:inset 0 1px #ffffff05}.flow-demo__step-wrap article>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid rgb(255 255 255 / 8%);border-radius:5px;background:#0b0b0b;color:#888489}.flow-demo__step-wrap article[data-tone=accent]>span{border-color:#b9788838;background:#b9788812;color:var(--sakura-hover)}.flow-demo__step-wrap article[data-tone=warning]>span{border-color:#bd976633;color:var(--amber)}.flow-demo__step-wrap article[data-tone=success]>span{border-color:#83aa9133;color:var(--green)}.flow-demo__step-wrap article>div{display:flex;min-width:0;flex-direction:column;gap:3px}.flow-demo__step-wrap article strong{color:#c5c0c2;font-size:8px}.flow-demo__step-wrap article small{overflow:hidden;color:#666267;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.flow-demo__arrow{flex:0 0 auto;margin:0 6px;color:#4c494d}.flow-demo__canvas>footer{position:relative;z-index:1;display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid rgb(255 255 255 / 6%);margin-top:auto;color:#5f5b60;font-size:7px}.flow-demo__canvas>footer span{display:inline-flex;align-items:center;gap:6px}.flow-demo__canvas>footer i{width:5px;height:5px;border-radius:50%;background:var(--green)}.flow-demo__canvas>footer code{color:#4f4c50;font-size:6px}.modules-section{overflow:hidden;border-bottom:1px solid var(--border);background:#090909}.modules-section__texture{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#090909 0%,transparent 24%,#090909 88%),url(/assets/tengen/module-cards/sakura-noir-v1.webp) center top / cover no-repeat;opacity:.18;pointer-events:none}.modules-section__inner{position:relative;z-index:1}.module-directory__toolbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:20px;padding:8px;border:1px solid var(--border);border-radius:7px;margin-bottom:16px;background:#0a0a0ae0}.module-directory__toolbar>div{display:flex;align-items:center;gap:4px}.module-directory__toolbar button{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 12px;border:1px solid transparent;border-radius:5px;background:transparent;color:#777378;cursor:pointer;font-size:10px;font-weight:600;transition:transform .14s var(--ease-out),background-color .15s ease,border-color .15s ease,color .15s ease}.module-directory__toolbar button:active{transform:scale(.97)}.module-directory__toolbar button.is-active{border-color:#b9788833;background:#b9788812;color:#d8d1d4}.module-directory__toolbar button.is-active svg{color:var(--sakura-hover)}.module-directory__toolbar>span{display:inline-flex;align-items:baseline;gap:6px;padding-right:9px;color:#656166;font-size:9px}.module-directory__toolbar>span strong{color:#c9c3c5;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:540}.module-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.module-card{min-width:0;overflow:hidden;padding:13px;border:1px solid rgb(255 255 255 / 9%);border-radius:8px;background:radial-gradient(circle at 0% 0%,var(--module-tone, rgb(185 120 136 / 13%)),transparent 62%),#0c0c0c;box-shadow:inset 0 1px #ffffff06;transition:transform .18s var(--ease-out),border-color .18s ease,background-color .18s ease}.module-card[data-tone=ember]{--module-tone: rgb(143 98 88 / 20%)}.module-card[data-tone=sakura]{--module-tone: rgb(185 120 136 / 18%)}.module-card[data-tone=indigo]{--module-tone: rgb(100 97 144 / 19%)}.module-card[data-tone=violet]{--module-tone: rgb(131 93 137 / 19%)}.module-card[data-tone=stone]{--module-tone: rgb(130 126 122 / 15%)}.module-card[data-tone=jade]{--module-tone: rgb(94 135 113 / 18%)}.module-card__head{display:flex;align-items:center;gap:10px}.module-card__logo{display:grid;width:34px;height:34px;flex:none;place-items:center;overflow:hidden;border:1px solid rgb(255 255 255 / 13%);border-radius:7px;background:#ebe9e7}.module-card__logo img{width:22px;height:22px;object-fit:contain}.module-card__identity{display:flex;min-width:0;flex-direction:column;gap:2px}.module-card__identity strong{overflow:hidden;color:#ddd8da;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.module-card__identity small{color:#69656a;font-size:8px}.module-card__state{width:5px;height:5px;flex:none;margin-left:auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #83aa911f}.module-card__capabilities{display:flex;flex-wrap:wrap;gap:3px 10px;padding-top:10px;border-top:1px solid rgb(255 255 255 / 6%);margin-top:12px}.module-card__capabilities>span{display:inline-flex;min-width:0;align-items:center;gap:4px;color:#555257;font-size:6px}.module-card__capabilities>span:before{display:grid;width:10px;height:10px;flex:0 0 10px;place-items:center;color:#555257;content:"2";font-size:9px;line-height:1}.module-card__capabilities>span[data-available=true]{color:#959096}.module-card__capabilities>span[data-available=true]:before{color:var(--green);content:"¹3";font-size:8px;font-weight:750}.modules-section__note{margin:19px 0 0;color:#5f5b60;font-size:9px;text-align:center}.features-section{border-bottom:1px solid var(--border);background:#060606}.feature-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.feature-card{display:flex;min-height:440px;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#0b0b0b;box-shadow:inset 0 1px #ffffff06}.feature-card--registry,.feature-card--operations{grid-column:span 7}.feature-card--resources,.feature-card--signals{grid-column:span 5}.feature-card__heading{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;border-bottom:1px solid rgb(255 255 255 / 7%);background:#0d0d0d}.feature-card__heading>span{display:inline-flex;align-items:center;gap:8px;color:#a6a1a4;font-size:10px;font-weight:620}.feature-card__heading>span svg{color:var(--sakura)}.feature-card__heading>em{display:inline-flex;align-items:center;gap:5px;color:#656166;font-size:7px;font-style:normal;text-transform:uppercase}.feature-card__heading>em i{width:5px;height:5px;border-radius:50%;background:var(--green)}.mini-registry{padding:18px 18px 0}.mini-registry>div{display:grid;min-height:58px;grid-template-columns:1.5fr .7fr .35fr;align-items:center;gap:12px;padding:0 12px;border:1px solid rgb(255 255 255 / 6%);border-bottom:0;background:#0e0e0e}.mini-registry>div:first-child{min-height:32px;border-radius:5px 5px 0 0;color:#514e52;font-size:6px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mini-registry>div:last-child{border-bottom:1px solid rgb(255 255 255 / 6%);border-radius:0 0 5px 5px}.mini-registry>div>span:first-child{display:inline-flex;min-width:0;align-items:center;gap:8px}.mini-registry i{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#666}.mini-registry i[data-tone=accent]{background:var(--sakura)}.mini-registry i[data-tone=warning]{background:var(--amber)}.mini-registry i[data-tone=success]{background:var(--green)}.mini-registry strong{overflow:hidden;color:#aaa5a8;font-size:8px;font-weight:560;text-overflow:ellipsis;white-space:nowrap}.mini-registry em,.mini-registry time{color:#6a666b;font-size:7px;font-style:normal}.mini-registry em[data-tone=accent]{color:var(--sakura-hover)}.mini-registry em[data-tone=warning]{color:var(--amber)}.mini-registry em[data-tone=success]{color:var(--green)}.feature-card>footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 19px;border-top:1px solid rgb(255 255 255 / 6%);margin-top:auto}.feature-card>footer>span,.signal-copy{display:flex;flex-direction:column;gap:7px}.feature-card>footer strong,.signal-copy strong{color:#d7d1d3;font-size:13px}.feature-card>footer small,.signal-copy small{color:#726e73;font-size:9px;line-height:1.55}.feature-card>footer>svg{flex:0 0 auto;color:#656166}.resource-orbit{position:relative;flex:1;min-height:300px;background:radial-gradient(circle at center,rgb(185 120 136 / 7%),transparent 35%),linear-gradient(rgb(255 255 255 / 1.2%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 1.2%) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px}.resource-orbit:before,.resource-orbit:after{position:absolute;top:50%;left:50%;width:220px;height:220px;border:1px solid rgb(185 120 136 / 10%);border-radius:50%;content:"";transform:translate(-50%,-50%)}.resource-orbit:after{width:140px;height:140px;border-color:#ffffff0f}.resource-orbit__core,.resource-orbit__item{position:absolute;z-index:1;display:flex;align-items:center;border:1px solid rgb(255 255 255 / 9%);border-radius:6px;background:#101010;box-shadow:0 12px 26px #00000047}.resource-orbit__core{top:50%;left:50%;width:78px;height:78px;flex-direction:column;justify-content:center;gap:4px;border-color:#b9788833;transform:translate(-50%,-50%)}.resource-orbit__core img{width:34px;height:34px}.resource-orbit__core strong{color:var(--green);font-size:7px}.resource-orbit__item{min-height:36px;gap:7px;padding:0 9px;color:#8d898d;font-size:7px}.resource-orbit__item svg{color:var(--sakura)}.resource-orbit__item b{color:#c3bdc0;font-family:SFMono-Regular,Consolas,monospace}.resource-orbit__item--one{top:17%;left:9%}.resource-orbit__item--two{top:20%;right:6%}.resource-orbit__item--three{right:17%;bottom:11%}.feature-card--resources>footer{min-height:110px}.signal-radar{position:relative;flex:1;min-height:286px;overflow:hidden;background:radial-gradient(circle at center,rgb(189 151 102 / 5%),transparent 43%)}.signal-radar>i{position:absolute;top:50%;left:50%;width:240px;height:240px;border:1px solid rgb(189 151 102 / 11%);border-radius:50%;transform:translate(-50%,-50%)}.signal-radar>i:nth-child(2){width:164px;height:164px}.signal-radar>i:nth-child(3){width:86px;height:86px}.signal-radar>span{position:absolute;top:50%;left:50%;display:grid;width:48px;height:48px;place-items:center;border:1px solid rgb(189 151 102 / 22%);border-radius:50%;background:#0e0d0c;color:var(--amber);transform:translate(-50%,-50%)}.signal-radar__ping{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--sakura);box-shadow:0 0 0 5px #b9788817}.signal-radar__ping--one{top:28%;right:23%}.signal-radar__ping--two{bottom:24%;left:22%;background:var(--green)}.signal-copy{padding:22px 19px;border-top:1px solid rgb(255 255 255 / 6%)}.operations-list{display:grid;gap:7px;padding:18px}.operations-list>span{display:grid;min-height:68px;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 13px;border:1px solid rgb(255 255 255 / 7%);border-radius:6px;background:#0e0e0e}.operations-list>span>svg:first-child{color:var(--sakura)}.operations-list>span>svg:last-child{color:var(--green)}.operations-list>span>span{display:flex;flex-direction:column;gap:4px}.operations-list strong{color:#bcb7b9;font-size:9px}.operations-list small{color:#656166;font-size:7px}.access-section{overflow:hidden;border-bottom:1px solid var(--border);background:radial-gradient(circle at 20% 50%,rgb(185 120 136 / 6%),transparent 30rem),#080808}.access-section>img{position:absolute;right:-150px;bottom:-240px;width:680px;opacity:.035}.access-section__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:center;gap:110px}.access-section__copy p{max-width:530px;margin:25px 0;color:#817d82;font-size:14px;line-height:1.75}.access-seal{display:inline-flex;min-height:36px;align-items:center;gap:8px;padding:0 11px;border:1px solid rgb(131 170 145 / 17%);border-radius:999px;background:#83aa910a;color:#8fa398;font-size:9px}.access-points{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#0b0b0b}.access-points article{display:grid;min-height:118px;grid-template-columns:34px 30px minmax(0,1fr);align-items:center;gap:13px;padding:18px 20px;border-bottom:1px solid rgb(255 255 255 / 7%)}.access-points article:last-child{border-bottom:0}.access-points article>svg{color:var(--sakura)}.access-points__index{color:#504d51;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.access-points article>span:last-child{display:flex;flex-direction:column;gap:6px}.access-points strong{color:#cec9cb;font-size:12px}.access-points small{color:#6e6a6f;font-size:9px;line-height:1.55}.faq-section{background:#060606}.faq-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:start;gap:110px}.faq-intro{position:sticky;top:116px}.faq-intro h2{font-size:clamp(38px,4.5vw,58px)}.faq-intro p{max-width:390px;margin:21px 0;color:#7d797e;font-size:13px;line-height:1.7}.faq-intro a{display:inline-flex;align-items:center;gap:7px;color:#bdb7ba;font-size:11px;font-weight:640}.faq-list{border-top:1px solid var(--border)}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:24px;color:#c9c4c6;cursor:pointer;font-size:13px;font-weight:570;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{flex:0 0 auto;color:#6b676c;transition:transform .18s var(--ease-out)}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details p{max-width:690px;padding:0 52px 24px 0;margin:-4px 0 0;color:#777378;font-size:11px;line-height:1.75}.site-footer{border-top:1px solid var(--border);background:#050505}.final-cta{position:relative;display:flex;min-height:670px;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center}.final-cta>img{position:absolute;top:50%;left:50%;width:min(680px,70vw);opacity:.035;transform:translate(-50%,-45%)}.final-cta>*:not(img){position:relative;z-index:1}.final-cta .eyebrow{margin-bottom:22px}.final-cta .eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--sakura)}.final-cta h2{font-size:clamp(54px,7.2vw,94px)}.final-cta>p{max-width:610px;margin:25px 0 29px;color:#858186;font-size:15px;line-height:1.7}.final-cta>div{display:flex;align-items:center;gap:17px}.final-cta>div>span{display:inline-flex;align-items:center;gap:6px;color:#6d696e;font-size:10px}.final-cta>div>span svg{color:var(--green)}.final-cta__actions{display:flex;align-items:center;gap:22px}.final-cta__discord{display:inline-flex;align-items:center;gap:7px;color:#8d888d;font-size:11px;font-weight:560;transition:color .16s ease}.final-cta__discord svg{color:var(--sakura)}.footer-bar{display:grid;min-height:96px;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid var(--border)}.footer-bar p{margin:0;color:#555257;font-size:9px}.footer-bar nav{display:flex;justify-self:end;gap:20px}.footer-bar nav a{color:#6e6a6f;font-size:9px}@media(hover:hover)and (pointer:fine){.flow-demo__tabs button:hover,.module-directory__toolbar button:hover{background:#121212;color:#bdb7ba}.flow-demo__tabs button.is-active:hover,.module-directory__toolbar button.is-active:hover{background:#b9788817}.module-card:hover{transform:translateY(-2px);border-color:#b9788830;background:#0e0e0e}.faq-intro a:hover,.footer-bar nav a:hover,.final-cta__discord:hover{color:#cfc9cc}}.partners-section{border-bottom:1px solid var(--border);background:#070707}.partners-section .section-heading{margin-bottom:54px;text-align:center}.partners-section .section-heading h2{font-size:clamp(30px,3.2vw,42px)}.partners-section .section-heading>p{max-width:52ch;margin-top:20px;margin-inline:auto}.partner-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:0;margin:0;column-gap:58px;list-style:none;row-gap:34px}.partner-lockup,.partner-lockup>a{display:inline-flex;align-items:center;gap:12px}.partner-lockup__mark{width:auto;height:34px;min-width:30px;max-width:52px;object-fit:contain;transition:filter .22s ease,opacity .22s ease}.partner-lockup__fallback{display:grid;width:34px;height:34px;flex:none;place-items:center;border:1px solid rgb(255 255 255 / 8%);border-radius:8px;background:#121212;color:#6e6a6f;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:620;letter-spacing:.03em;transition:color .22s ease}.partner-lockup__mark[data-treatment=greyscale]{filter:grayscale(100%) brightness(1.3) contrast(.92);opacity:.72}.partner-lockup__mark[data-treatment=silhouette]{filter:brightness(0) invert(.56)}.partner-lockup__mark[data-wordmark]{height:28px;min-width:56px;max-width:176px}.partner-lockup__name{color:#8b868a;font-size:19px;font-weight:620;letter-spacing:-.01em;transition:color .22s ease;white-space:nowrap}@media(hover:hover)and (pointer:fine){.partner-lockup>a:hover .partner-lockup__mark{filter:none;opacity:1}.partner-lockup>a:hover .partner-lockup__name,.partner-lockup>a:hover .partner-lockup__fallback{color:#ddd6d9}}@media(max-width:1120px){.section{padding-block:112px}.section-heading--split{grid-template-columns:minmax(0,1.15fr) minmax(300px,.75fr);gap:48px}.workspace-demo__body{grid-template-columns:158px minmax(0,1fr)}.demo-view{padding-inline:25px}.demo-dashboard-grid{grid-template-columns:minmax(0,1.08fr) minmax(255px,.92fr)}.activity-chart{gap:5px}.workflow-layout{grid-template-columns:minmax(270px,.68fr) minmax(0,1.4fr)}.flow-demo__canvas{padding-inline:25px}.flow-demo__step-wrap article{padding:9px}.flow-demo__step-wrap article>span{width:27px;height:27px}.flow-demo__arrow{margin-inline:4px}.module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.access-section__inner,.faq-layout{gap:65px}}@media(max-width:900px){.site-header__inner{grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.mobile-menu-button{display:grid}.mobile-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:1480px;padding-top:150px}.hero__demo{margin-top:72px}.workspace-demo__body{min-height:620px;grid-template-columns:1fr}.workspace-demo__sidebar{display:none}.workspace-demo__mobile-tabs{display:flex;min-height:52px;align-items:center;gap:4px;padding:7px;border-bottom:1px solid rgb(255 255 255 / 7%);background:#090909}.workspace-demo__mobile-tabs button{flex:1;justify-content:center}.demo-view{min-height:568px}.workflow-layout{grid-template-columns:1fr}.workflow-copy{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}.workflow-copy__rule{min-height:100%}.workflow-copy li{min-height:90px}.flow-demo__canvas{min-height:440px}.feature-card--registry,.feature-card--resources,.feature-card--signals,.feature-card--operations{grid-column:span 12}.feature-card{min-height:410px}.resource-orbit{min-height:320px}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-row{column-gap:42px;row-gap:28px}.access-section__inner{grid-template-columns:1fr;gap:58px}.access-section__copy{max-width:650px}.faq-layout{grid-template-columns:1fr;gap:54px}.faq-intro{position:static}}@media(max-width:760px){.container{width:min(100% - 32px,1240px)}.section{padding-block:92px}.site-header{top:9px;padding-inline:9px}.site-header__inner{min-height:54px;padding-left:12px}.wordmark img{width:27px;height:27px}.hero{min-height:1380px;padding:132px 0 72px}.hero h1{max-width:680px;font-size:clamp(49px,12.8vw,72px);letter-spacing:-.065em;line-height:.94}.hero__lead{max-width:560px;font-size:15px}.hero__signals{align-items:flex-start}.demo-caption{align-items:flex-start;gap:10px}.demo-caption strong{max-width:260px;text-align:right}.workspace-demo__titlebar{grid-template-columns:1fr 1fr}.workspace-demo__title{display:none}.workspace-demo__body{min-height:675px}.workspace-demo__mobile-tabs{overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.workspace-demo__mobile-tabs::-webkit-scrollbar{display:none}.workspace-demo__mobile-tabs button{min-width:92px;flex:0 0 auto}.demo-view{min-height:623px;padding:25px 19px 24px}.demo-view__heading{margin-bottom:17px}.demo-view__heading h2{font-size:20px}.demo-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-kpis article:nth-child(3){display:none}.demo-dashboard-grid{grid-template-columns:1fr}.demo-activity{display:none}.demo-signals li{min-height:92px}.demo-table__head,.demo-table__row{grid-template-columns:minmax(0,1.2fr) minmax(145px,.8fr)}.demo-table__head>span:nth-child(2),.demo-table__head>span:nth-child(3),.demo-table__row>code,.demo-table__row>.task-mode{display:none}.demo-table__row{min-height:82px}.resource-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-cards article{min-height:100px}.resource-detail-grid{grid-template-columns:1fr;min-height:224px}.resource-readiness{display:none}.resource-list li{min-height:58px}.inbox-layout{grid-template-columns:1fr}.inbox-folders{display:none}.inbox-messages li{min-height:104px}.generator-summary article{min-height:68px}.generator-list__head,.generator-list article{grid-template-columns:1fr .85fr}.generator-list__head>span:last-child,.generator-list article>em{display:none}.proof-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-strip article{min-height:96px;padding-inline:18px;border-bottom:1px solid var(--border)}.proof-strip article:nth-child(2){border-right:1px solid var(--border)}.section-heading--split{grid-template-columns:1fr;gap:24px}.section-heading{margin-bottom:43px}.section-heading h2,.access-section h2,.faq-intro h2{font-size:clamp(38px,10.5vw,54px)}.workflow-copy{grid-template-columns:1fr}.flow-demo__tabs{grid-template-columns:1fr;min-height:auto}.flow-demo__tabs button{min-height:42px;justify-content:flex-start;padding-inline:13px}.flow-demo__canvas{min-height:650px;padding:31px 20px 18px}.flow-demo__pipeline{flex-direction:column;align-items:stretch;margin-block:30px 24px}.flow-demo__step-wrap{flex:0 0 auto;flex-direction:column;align-items:stretch}.flow-demo__step-wrap article{min-height:58px}.flow-demo__arrow{align-self:center;margin:7px 0;transform:rotate(90deg)}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-directory__toolbar{align-items:flex-start;flex-direction:column}.module-directory__toolbar>div{width:100%;overflow-x:auto;scrollbar-width:none}.module-directory__toolbar>div::-webkit-scrollbar{display:none}.module-directory__toolbar button{flex:0 0 auto}.module-directory__toolbar>span{padding:2px 8px 5px}.feature-card{min-height:390px}.mini-registry>div{grid-template-columns:1.4fr .7fr}.mini-registry>div>span:last-child,.mini-registry time{display:none}.access-points article{grid-template-columns:28px 26px minmax(0,1fr);padding-inline:15px}.faq-list summary{min-height:76px}.final-cta{min-height:590px}.final-cta h2{font-size:clamp(52px,13vw,74px)}.footer-bar{min-height:128px;grid-template-columns:1fr auto}.footer-bar p{display:none}}@media(max-width:520px){.partner-row{column-gap:30px;row-gap:22px}.partner-lockup__mark{height:25px}.partner-lockup__name{font-size:16px}.container{width:calc(100% - 24px)}.mobile-nav{grid-template-columns:1fr}.hero{min-height:1290px;padding-top:118px}.hero__eyebrow{max-width:100%;gap:6px;padding-inline:9px;font-size:9px}.hero h1{margin-top:25px;font-size:clamp(43px,13.6vw,58px)}.hero__lead{font-size:14px;line-height:1.6}.hero__actions{width:100%;flex-direction:column}.hero__actions .button{width:100%}.hero__signals{width:100%;flex-direction:column;gap:8px}.hero__demo{margin-top:55px}.demo-caption{display:none}.workspace-demo__mobile-tabs button{min-width:44px;padding-inline:11px}.workspace-demo__mobile-tabs button span{display:none}.workspace-demo__body{min-height:625px}.demo-view{min-height:573px;padding:21px 13px}.demo-view__heading{min-height:51px}.demo-view__heading p,.demo-action-label,.demo-freshness{display:none}.demo-kpis article{min-height:108px;padding:12px}.demo-kpis article>strong{font-size:24px}.demo-signals li{min-height:87px;padding-inline:11px}.demo-toolbar>span:nth-child(2){display:none}.demo-table__head,.demo-table__row{grid-template-columns:minmax(0,1.1fr) minmax(116px,.9fr);padding-inline:10px}.task-identity>i,.generator-identity>i{width:26px;height:26px}.resource-cards article{min-height:91px;gap:7px;padding:10px}.resource-card__icon{width:25px;height:25px}.resource-cards strong{font-size:17px}.generator-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.generator-summary article:last-child{display:none}.workspace-demo__footer span:last-child{display:none}.proof-strip article{padding-inline:12px}.proof-strip article>svg{display:none}.section-heading>p{font-size:13px}.flow-demo__canvas h3{font-size:21px}.module-grid{grid-template-columns:1fr}.feature-card{min-height:370px}.mini-registry{padding-inline:10px}.resource-orbit__item--one{top:13%;left:4%}.resource-orbit__item--two{top:19%;right:2%}.resource-orbit__item--three{right:8%;bottom:10%}.access-points article{grid-template-columns:24px minmax(0,1fr)}.access-points article>svg{display:none}.faq-list summary{gap:16px;font-size:12px}.faq-list details p{padding-right:12px}.final-cta{min-height:540px}.final-cta>p{font-size:13px}.final-cta>div{width:100%;flex-direction:column}.final-cta .button{width:100%}.footer-bar nav{gap:12px}}@media(max-width:380px){.hero h1{font-size:41px}.proof-strip__inner{grid-template-columns:1fr}.proof-strip article{min-height:76px;border-right:1px solid var(--border)}.module-directory__toolbar button{min-height:38px;padding-inline:10px}.footer-bar{grid-template-columns:1fr;justify-items:center;gap:14px;padding-block:22px}.footer-bar nav{justify-self:center}}.hero--product{min-height:auto;padding:158px 0 104px;background:radial-gradient(circle at 72% 40%,rgb(185 120 136 / 10%),transparent 31rem),radial-gradient(circle at 34% 30%,rgb(143 98 88 / 6%),transparent 25rem),linear-gradient(180deg,#060606,#050505 78%,#080808)}.hero--product .hero__grid{opacity:.32}.hero--product .hero__tree--right{top:25%;right:-240px;width:720px;opacity:.035}.hero--product .hero__tree--left{display:none}.hero--product .hero__content{display:grid;grid-template-columns:minmax(420px,.78fr) minmax(650px,1.22fr);align-items:center;gap:34px;text-align:left}.hero__copy{position:relative;z-index:8;max-width:560px}.hero--product h1{max-width:570px;margin:28px 0 24px;font-size:clamp(58px,5vw,78px);letter-spacing:-.068em;line-height:.94}.hero--product h1 span{margin-top:5px}.hero--product .hero__lead{max-width:550px;margin:0 0 29px;color:#9b979b;font-size:16px;line-height:1.68;text-wrap:pretty}.hero--product .hero__actions,.hero--product .hero__signals{justify-content:flex-start}.product-tour{position:relative;z-index:4;width:min(100%,760px);min-width:0;justify-self:end}.product-tour__stage{position:relative;height:610px;perspective:1200px;isolation:isolate}.product-tour__glow{position:absolute;top:21%;left:17%;width:70%;height:62%;border-radius:50%;background:#b9788826;filter:blur(100px);opacity:.42;pointer-events:none}.product-tour__screen{position:absolute;display:block;overflow:hidden;padding:0;border:1px solid rgb(255 255 255 / 13%);border-radius:7px;background:#080808;box-shadow:0 28px 70px #00000070,inset 0 1px #ffffff0d;cursor:pointer;transform-origin:50% 50%;transition:transform .32s var(--ease-out),filter .26s ease,opacity .26s ease,border-color .18s ease}.product-tour__screen img{width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.product-tour__screen[data-position=front]{z-index:3;top:170px;left:4%;width:92%;border-color:#b978884d;filter:brightness(1) saturate(.94);transform:translateZ(0) rotate(0) scale(1)}.product-tour__screen[data-position=back-left]{z-index:1;top:82px;left:1%;width:82%;filter:brightness(.42) saturate(.68);opacity:.78;transform:translate3d(-6px,0,-30px) rotate(-1.4deg) scale(.96)}.product-tour__screen[data-position=back-right]{z-index:2;top:24px;left:17%;width:80%;filter:brightness(.52) saturate(.72);opacity:.86;transform:translate3d(7px,0,-18px) rotate(1.3deg) scale(.97)}.product-tour__screen-name{position:absolute;top:10px;left:10px;display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border:1px solid rgb(255 255 255 / 13%);border-radius:4px;background:#050505d6;color:#c8c3c5;font-size:8px;font-weight:680;letter-spacing:.04em;opacity:0;text-transform:uppercase;transition:opacity .18s ease}.product-tour__screen:not([data-position=front]) .product-tour__screen-name{opacity:1}.product-tour__annotations{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;pointer-events:none}.product-tour__annotation{--line-size: 34px;position:absolute;top:var(--annotation-y);left:var(--annotation-x);display:grid;width:220px;min-height:72px;grid-template-columns:25px minmax(0,1fr);gap:10px;padding:11px 12px;border:1px solid rgb(185 120 136 / 24%);border-radius:6px;margin:0;background:#090909f0;box-shadow:0 16px 32px #0000005c;animation:annotation-enter .26s 70ms var(--ease-out) both}.product-tour__annotation:nth-child(2){animation-delay:.11s}.product-tour__annotation:nth-child(3){animation-delay:.15s}.product-tour__annotation>span{display:grid;width:25px;height:25px;place-items:center;border:1px solid rgb(185 120 136 / 25%);border-radius:50%;background:#b9788814;color:var(--sakura-hover);font-family:SFMono-Regular,Consolas,monospace;font-size:7px}.product-tour__annotation>div{display:flex;min-width:0;flex-direction:column;gap:5px}.product-tour__annotation strong{color:#e5e0e2;font-size:10px;font-weight:670;line-height:1.3}.product-tour__annotation small{color:#777378;font-size:8px;line-height:1.45}.product-tour__annotation:after,.product-tour__annotation:before{position:absolute;content:""}.product-tour__annotation:after{background:#b978889e}.product-tour__annotation:before{z-index:1;width:7px;height:7px;border:2px solid #0a0a0a;border-radius:50%;background:var(--sakura-hover);box-shadow:0 0 0 3px #b978881f}.product-tour__annotation[data-direction=right]:after{top:50%;left:100%;width:var(--line-size);height:1px}.product-tour__annotation[data-direction=right]:before{top:calc(50% - 4px);left:calc(100% + var(--line-size) - 3px)}.product-tour__annotation[data-direction=left]:after{top:50%;right:100%;width:var(--line-size);height:1px}.product-tour__annotation[data-direction=left]:before{top:calc(50% - 4px);right:calc(100% + var(--line-size) - 3px)}.product-tour__annotation[data-direction=down]:after{bottom:100%;left:34px;width:1px;height:var(--line-size)}.product-tour__annotation[data-direction=down]:before{bottom:calc(100% + var(--line-size) - 3px);left:31px}.product-tour__controls{display:grid;min-height:56px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:7px;border:1px solid var(--border);border-radius:7px;background:#090909e0}.product-tour__controls>div{display:flex;align-items:center;gap:3px}.product-tour__controls button{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 11px;border:1px solid transparent;border-radius:5px;background:transparent;color:#777378;cursor:pointer;font-size:9px;font-weight:620;transition:transform .14s var(--ease-out),border-color .16s ease,background-color .16s ease,color .16s ease}.product-tour__controls button:active{transform:scale(.97)}.product-tour__controls button.is-active{border-color:#b9788838;background:#b9788814;color:#ddd6d8}.product-tour__controls button.is-active svg{color:var(--sakura-hover)}.product-tour__hint{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:6px;color:#625e63;font-size:8px;text-align:center}.product-tour__count{padding-right:8px;color:#777278;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.product-tour__mobile-notes{display:none}.workflow-layout--editorial{grid-template-columns:minmax(280px,.68fr) minmax(0,1.55fr);gap:22px}.workflow-board{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgb(255 255 255 / 11%);border-radius:8px;background:linear-gradient(rgb(255 255 255 / 1.4%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 1.4%) 1px,transparent 1px),#090909;background-size:42px 42px;box-shadow:0 24px 58px #00000038}.workflow-board>header{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:15px;padding:0 17px;border-bottom:1px solid var(--border);background:#090909eb}.workflow-board>header>span{color:#aaa5a8;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;letter-spacing:.04em}.workflow-board>header em{display:inline-flex;align-items:center;gap:6px;color:#7d8f83;font-size:7px;font-style:normal;text-transform:uppercase}.workflow-board>header i{width:6px;height:6px;border-radius:50%;background:var(--green)}.workflow-board__track{display:grid;min-height:255px;grid-template-columns:minmax(100px,1fr) 34px minmax(100px,1fr) 34px minmax(100px,1fr) 34px minmax(100px,1fr);align-items:center;gap:0;padding:36px 26px}.workflow-board__track article{display:flex;min-width:0;min-height:118px;flex-direction:column;justify-content:center;gap:7px;padding:16px;border:1px solid rgb(255 255 255 / 9%);border-radius:6px;background:#0f0f0feb}.workflow-board__track article:nth-of-type(2),.workflow-board__track article:nth-of-type(3){border-color:#b978882e}.workflow-board__track article:last-of-type{border-color:#83aa912e}.workflow-board__track article>span{color:var(--sakura);font-family:SFMono-Regular,Consolas,monospace;font-size:7px}.workflow-board__track article strong{color:#d4ced0;font-size:12px}.workflow-board__track article small{color:#6e6a6f;font-size:8px;line-height:1.5}.workflow-board__track>i{height:1px;background:linear-gradient(90deg,#b9788833,#b97888b3)}.workflow-board>footer{display:flex;min-height:76px;align-items:center;gap:12px;padding:14px 18px;border-top:1px solid var(--border);background:#080808f0}.workflow-board>footer>svg{flex:0 0 auto;color:var(--green)}.workflow-board>footer>span{display:flex;flex-direction:column;gap:5px}.workflow-board>footer strong{color:#c9c4c6;font-size:10px}.workflow-board>footer small{color:#676368;font-size:8px}.product-stories{border-bottom:1px solid var(--border);background:radial-gradient(circle at 12% 40%,rgb(185 120 136 / 5%),transparent 29rem),#060606}.product-stories__list{display:grid;gap:112px}.product-story{display:grid;grid-template-columns:minmax(290px,.68fr) minmax(0,1.32fr);align-items:center;gap:72px}.product-story[data-reversed=true]{grid-template-columns:minmax(0,1.32fr) minmax(290px,.68fr)}.product-story[data-reversed=true] .product-story__copy{order:2}.product-story[data-reversed=true] .product-story__visual{order:1}.product-story__copy{max-width:430px}.product-story__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--sakura-hover);font-size:9px;font-weight:690;letter-spacing:.08em;text-transform:uppercase}.product-story__copy h3{margin:18px 0 19px;color:#e9e4e6;font-size:clamp(34px,3.5vw,50px);font-weight:590;letter-spacing:-.052em;line-height:1.03;text-wrap:balance}.product-story__copy p{margin-bottom:24px;color:#858186;font-size:13px;line-height:1.72}.product-story__copy ul{display:grid;gap:10px;padding:0;margin:0;list-style:none}.product-story__copy li{display:flex;align-items:center;gap:9px;color:#aaa5a8;font-size:10px}.product-story__copy li svg{color:var(--green)}.product-story__visual{position:relative;min-width:0;overflow:visible;padding-top:38px;border:1px solid rgb(255 255 255 / 12%);border-radius:8px;margin:0;background:#090909;box-shadow:0 30px 70px #00000059}.product-story__chrome{position:absolute;top:0;left:0;display:flex;width:100%;height:38px;align-items:center;gap:5px;padding:0 12px;border-bottom:1px solid rgb(255 255 255 / 8%)}.product-story__chrome>span{width:6px;height:6px;border-radius:50%;background:#444145}.product-story__chrome>span:first-child{background:var(--sakura)}.product-story__chrome em{margin-left:5px;color:#656166;font-size:7px;font-style:normal;letter-spacing:.05em;text-transform:uppercase}.product-story__visual>img{width:100%;border-radius:0 0 7px 7px}.product-story__pin{position:absolute;display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:0 11px;border:1px solid rgb(185 120 136 / 25%);border-radius:5px;background:#080808f0;box-shadow:0 14px 28px #0000005c;color:#c9c3c5;font-size:8px;font-weight:630;font-style:normal}.product-story__pin svg{color:var(--sakura-hover)}.product-story__pin--top{top:66px;left:-18px}.product-story__pin--bottom{right:-18px;bottom:22px}@keyframes annotation-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover)and (pointer:fine){.product-tour__screen:not([data-position=front]):hover{border-color:#b9788852;filter:brightness(.7) saturate(.82)}.product-tour__controls button:hover{background:#121212;color:#c0babe}.product-tour__controls button.is-active:hover{background:#b978881a}}@media(max-width:1180px){.hero--product{padding-bottom:94px}.hero--product .hero__content{grid-template-columns:1fr;gap:46px}.hero__copy{max-width:780px;margin-inline:auto;text-align:center}.hero--product h1,.hero--product .hero__lead{max-width:760px;margin-right:auto;margin-left:auto}.hero--product .hero__actions,.hero--product .hero__signals{justify-content:center}.product-tour{width:min(100%,850px);justify-self:center}.product-tour__stage{height:650px}.workflow-board__track{padding-inline:18px}.workflow-board__track article{padding-inline:11px}.product-story{gap:48px}}@media(max-width:900px){.hero--product{min-height:auto;padding-top:136px}.workflow-layout--editorial{grid-template-columns:1fr}.product-story,.product-story[data-reversed=true]{grid-template-columns:1fr;gap:38px}.product-story[data-reversed=true] .product-story__copy,.product-story[data-reversed=true] .product-story__visual{order:initial}.product-story__copy{max-width:650px}}@media(max-width:760px){.hero--product{min-height:auto;padding:126px 0 78px}.hero--product h1{max-width:650px;font-size:clamp(46px,12.8vw,68px)}.product-tour__stage{height:430px}.product-tour__screen[data-position=front]{top:92px;left:0;width:100%}.product-tour__screen[data-position=back-left]{top:48px;left:1%;width:91%}.product-tour__screen[data-position=back-right]{top:12px;left:8%;width:90%}.product-tour__annotations{display:none}.product-tour__mobile-notes{display:grid;gap:0;overflow:hidden;border:1px solid var(--border);border-radius:7px;margin-top:10px;background:#0a0a0a}.product-tour__mobile-notes>span{display:flex;min-height:42px;align-items:center;gap:8px;padding:0 13px;border-bottom:1px solid var(--border);color:#aaa5a8;font-size:9px;font-weight:650}.product-tour__mobile-notes>span svg{color:var(--sakura-hover)}.product-tour__mobile-notes article{display:grid;min-height:70px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:11px 13px;border-bottom:1px solid rgb(255 255 255 / 6%)}.product-tour__mobile-notes article:last-child{border-bottom:0}.product-tour__mobile-notes em{color:var(--sakura);font-family:SFMono-Regular,Consolas,monospace;font-size:7px;font-style:normal}.product-tour__mobile-notes article>span{display:flex;flex-direction:column;gap:5px}.product-tour__mobile-notes strong{color:#cbc5c8;font-size:10px}.product-tour__mobile-notes small{color:#706c71;font-size:8px;line-height:1.45}.product-tour__controls{grid-template-columns:minmax(0,1fr) auto}.product-tour__controls>div{overflow-x:auto;scrollbar-width:none}.product-tour__controls>div::-webkit-scrollbar{display:none}.product-tour__controls button{flex:0 0 auto}.product-tour__hint{display:none}.workflow-board__track{grid-template-columns:1fr;gap:0;padding:24px}.workflow-board__track article{min-height:90px}.workflow-board__track>i{width:1px;height:20px;margin-left:28px;background:linear-gradient(#b9788833,#b97888b3)}.product-stories__list{gap:86px}.product-story__copy h3{font-size:clamp(34px,9vw,48px)}.product-story__pin--top{top:55px;left:10px}.product-story__pin--bottom{right:10px;bottom:10px}}@media(max-width:520px){.hero--product{min-height:auto;padding-top:116px}.hero--product h1{font-size:clamp(43px,13.2vw,57px)}.hero--product .hero__actions,.hero--product .hero__signals{justify-content:flex-start}.hero__copy{text-align:left}.product-tour__stage{height:300px}.product-tour__screen[data-position=front]{top:74px}.product-tour__screen[data-position=back-left]{top:38px}.product-tour__screen[data-position=back-right]{top:8px}.product-tour__screen-name{top:6px;left:6px;min-height:20px;font-size:6px}.product-tour__controls button{min-height:38px;padding-inline:9px}.product-tour__controls button svg{display:none}.workflow-board>header{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:12px}.workflow-board__track{padding:18px}.product-story__visual{padding-top:32px}.product-story__chrome{height:32px}.product-story__pin{min-height:30px;padding-inline:8px;font-size:7px}.product-story__pin--top{top:43px;left:7px}.product-story__pin--bottom{right:7px;bottom:7px}}@media(prefers-reduced-motion:reduce){.product-tour__screen,.product-tour__annotation{animation:none;transition:none}}.module-marquee{position:relative;overflow:hidden;padding:4.5rem 0 5rem;border-block:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at 50% 30%,rgba(199,111,137,.08),transparent 38rem),#0a0a0b}.module-marquee__header{position:relative;z-index:1}.module-marquee__eyebrow{margin:0 0 .65rem;color:#c97891;font-size:.69rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.module-marquee__header h2{margin:0;color:#f3f0f1;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1;letter-spacing:-.04em}.module-marquee__rows{display:grid;gap:.75rem;margin-top:2.2rem}.module-marquee__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.module-marquee__track{display:flex;width:max-content;will-change:transform;animation:module-marquee-slide 72s linear infinite}.module-marquee__viewport:nth-child(2) .module-marquee__track{animation-duration:79s}.module-marquee__viewport:nth-child(3) .module-marquee__track{animation-duration:75s}.module-marquee__viewport[data-direction=reverse] .module-marquee__track{animation-direction:reverse}.module-marquee__group{display:flex;flex:none;gap:.75rem;margin:0;padding:0 .75rem 0 0;list-style:none}.module-marquee__tile{--module-accent: #c97891;position:relative;display:grid;width:12rem;height:5.5rem;flex:none;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:linear-gradient(145deg,#1f1f22f7,#0d0d0ffa);box-shadow:inset 0 1px #ffffff0a;transition:transform .18s cubic-bezier(.2,.8,.2,1),border-color .18s ease}.module-marquee__tile:before{position:absolute;top:-70%;right:12%;bottom:18%;left:12%;border-radius:50%;background:var(--module-accent);content:"";filter:blur(32px);opacity:.17}.module-marquee__logo-wrap{position:relative;display:grid;width:4rem;height:3.2rem;place-items:center;overflow:visible;margin-bottom:1rem;border-radius:5px}.module-marquee__logo-wrap img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))}.module-marquee__tile--paper .module-marquee__logo-wrap{width:3.6rem;height:3.6rem;border-radius:7px;background:#ebe9e7;box-shadow:0 8px 20px #00000038}.module-marquee__tile--paper .module-marquee__logo-wrap img{width:88%;height:88%;filter:none}.module-marquee__tile--wordmark .module-marquee__logo-wrap{width:9rem;height:2rem;overflow:hidden;background:#ffd600;box-shadow:0 8px 20px #00000038}.module-marquee__tile--wordmark .module-marquee__logo-wrap img{width:100%;height:auto;max-width:none;max-height:none;object-fit:initial;transform:translateY(-32px);filter:none}.module-marquee__tile--wordmark .module-marquee__name{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;white-space:nowrap}.module-marquee__tile--symbol .module-marquee__logo-wrap{width:4.7rem;height:3.45rem}.module-marquee__tile--symbol .module-marquee__logo-wrap img{filter:drop-shadow(0 9px 18px rgba(223,9,40,.2))}.module-marquee__name{position:absolute;right:.7rem;bottom:.55rem;left:.7rem;overflow:hidden;color:#ffffff9e;font-size:.63rem;font-weight:650;letter-spacing:.08em;line-height:1;text-align:left;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@media(hover:hover)and (pointer:fine){.module-marquee__viewport:hover .module-marquee__track{animation-play-state:paused}.module-marquee__tile:hover{border-color:#c778916b;transform:translateY(-2px)}}@keyframes module-marquee-slide{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:700px){.module-marquee{padding:3.5rem 0 4rem}.module-marquee__rows{gap:.6rem;margin-top:1.65rem}.module-marquee__group{gap:.6rem;padding-right:.6rem}.module-marquee__tile{width:9.75rem;height:4.75rem}.module-marquee__logo-wrap{width:3.35rem;height:2.65rem}.module-marquee__tile--wordmark .module-marquee__logo-wrap{width:7.6rem;height:1.75rem}.module-marquee__tile--wordmark .module-marquee__logo-wrap img{transform:translateY(-27px)}.module-marquee__tile--symbol .module-marquee__logo-wrap{width:4rem;height:3rem}}@media(prefers-reduced-motion:reduce){.module-marquee__viewport{overflow-x:auto;padding:0 1rem .4rem;-webkit-mask-image:none;mask-image:none;scrollbar-color:rgba(199,120,145,.45) transparent;scrollbar-width:thin}.module-marquee__track{animation:none;will-change:auto}.module-marquee__group[aria-hidden=true]{display:none}}.section{padding-block:112px}.section-index{display:none}.section-heading{margin-bottom:46px}.section-heading--split{grid-template-columns:minmax(0,1.1fr) minmax(300px,.62fr);gap:72px}.section-heading h2,.access-section h2,.faq-intro h2{font-size:clamp(38px,4.6vw,58px);font-weight:650;letter-spacing:-.052em;line-height:1}.section-heading>p{max-width:470px;color:#8d898d;font-size:14px;line-height:1.7}.wordmark img{border-radius:7px;object-fit:cover;object-position:center}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.language-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgb(255 255 255 / 9%);border-radius:5px;background:#0c0c0c}.language-switch button{display:grid;min-width:31px;height:30px;place-items:center;padding:0 7px;border:0;border-radius:3px;background:transparent;color:#69666a;cursor:pointer;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:650;transition:transform .14s var(--ease-out),background-color .16s ease,color .16s ease}.language-switch button:active{transform:scale(.97)}.language-switch button[data-active=true]{background:#b978881f;color:#e5d9dc}.language-switch--mobile{min-height:44px;justify-content:flex-start;padding:6px}.hero--saas{min-height:0;overflow:hidden;padding:142px 0 94px;background:radial-gradient(circle at 50% 24%,rgb(185 120 136 / 10%),transparent 27rem),radial-gradient(circle at 72% 52%,rgb(143 98 88 / 5%),transparent 29rem),linear-gradient(180deg,#070707,#050505 74%,#080808)}.hero--saas .hero__grid{opacity:.2;-webkit-mask-image:linear-gradient(to bottom,black,transparent 52%);mask-image:linear-gradient(to bottom,black,transparent 52%)}.hero__atmosphere{position:absolute;z-index:0;top:0;left:50%;width:min(1900px,150vw);height:1080px;object-fit:cover;object-position:center bottom;opacity:.42;mix-blend-mode:screen;transform:translate(-50%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 82%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 82%,transparent 100%);pointer-events:none;-webkit-user-select:none;user-select:none}.hero--saas .hero__tree--right{top:33%;right:-260px;width:min(48vw,680px);aspect-ratio:1;border-radius:22%;object-fit:cover;object-position:center;opacity:.035}.hero--saas .hero__content{display:block;text-align:center}.hero--saas .hero__copy{max-width:970px;margin-inline:auto;text-align:center}.hero--saas .hero__eyebrow{width:max-content;margin:0}.hero--saas .hero__trust{display:flex;width:max-content;min-height:42px;align-items:center;justify-content:center;gap:9px;padding:5px 14px 5px 6px;border:1px solid rgb(255 255 255 / 58%);border-radius:999px;margin:0 auto;background:#f5f2f3;box-shadow:0 13px 32px #0000002e,inset 0 1px #ffffffb8;color:#302b2e;animation:hero-enter .52s var(--ease-out) both}.hero__avatar-stack{display:flex}.hero__avatar{display:grid;width:28px;height:28px;place-items:center;border:2px solid #f5f2f3;border-radius:50%;color:#fff8fa;box-shadow:0 1px 3px #1c13162e;transition:transform .18s var(--ease-out)}.hero__avatar svg{width:12px;height:12px}.hero__avatar+.hero__avatar{margin-left:-8px}.hero__avatar--rose{background:linear-gradient(145deg,#c58899,#704653)}.hero__avatar--ash{background:linear-gradient(145deg,#918a91,#4d4950)}.hero__avatar--moss{background:linear-gradient(145deg,#91aa99,#4d6254)}.hero__avatar--clay{background:linear-gradient(145deg,#cba07f,#82594d)}.hero__avatar--plum{background:linear-gradient(145deg,#9c86b1,#5f4b73)}.hero__trust-copy{display:inline-flex;align-items:baseline;gap:4px;color:#5f585c;font-size:11.5px;font-weight:600;letter-spacing:-.015em}.hero__trust-copy strong{color:#211d1f;font-size:12px;font-weight:760}@media(hover:hover)and (pointer:fine){.hero--saas .hero__trust:hover .hero__avatar{animation-play-state:paused;transform:translateY(-2px)}}.hero--saas h1{max-width:1060px;margin:24px auto 20px;color:#f4f1f2;font-size:clamp(58px,7vw,94px);font-weight:690;letter-spacing:-.071em;line-height:.95}.hero--saas h1 .hero-title__line{display:block;color:#f3f0f1;font-weight:inherit}.hero--saas h1 .hero-title__operation{width:min(94vw,600px);margin:-28px auto -22px}.hero__brush-wordmark{display:block;width:100%;height:auto;filter:drop-shadow(0 12px 22px rgb(185 120 136 / 16%));-webkit-user-select:none;user-select:none}.hero--saas .hero__lead{max-width:720px;margin:20px auto 24px;color:#9a969a;font-size:16px;line-height:1.68;text-wrap:balance}.hero--saas .hero__actions,.hero--saas .hero__signals{justify-content:center}.hero__text-link{display:inline-flex;min-height:46px;align-items:center;gap:8px;padding:0 10px;color:#a7a2a6;font-size:12px;font-weight:650;transition:transform .14s var(--ease-out),color .16s ease}.hero__text-link:active{transform:scale(.97)}.hero--saas .hero__signals{gap:0;margin-top:19px;color:#747075;font-size:10px}.hero--saas .hero__signals span{gap:6px}.hero--saas .hero__signals span+span:before{margin-inline:11px;color:#3f3c40;content:"·"}.hero__product{position:relative;width:min(100%,1140px);margin:54px auto 0}.hero__product-caption{display:flex;min-height:34px;align-items:center;justify-content:space-between;padding-inline:12px;color:#716d72;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;letter-spacing:.07em;text-transform:uppercase}.hero__drawn-note{position:relative;margin-right:36px;color:#c596a2;font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive;font-size:15px;font-weight:500;letter-spacing:0;text-transform:none;transform:rotate(-3deg)}.hero__drawn-note svg{position:absolute;top:10px;left:92%;width:70px;height:40px;fill:none;stroke:#b97888;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-tour--sketched{width:100%;max-width:none;justify-self:auto}.product-tour--sketched .product-tour__stage{height:700px}.product-tour--sketched .product-tour__glow{top:17%;left:13%;width:74%;height:67%;opacity:.5}.product-tour--sketched .product-tour__screen{overflow:visible;padding:0;border:0;border-radius:10px;background:transparent;box-shadow:none}.product-tour__screen-frame{display:block;overflow:hidden;border:1px solid rgb(255 255 255 / 13%);border-radius:10px;background:#070707;box-shadow:0 32px 90px #0000007f,inset 0 1px #ffffff0d}.product-tour--sketched .product-tour__screen[data-position=front]{top:148px;left:4%;width:92%;filter:brightness(1) saturate(.95)}.product-tour--sketched .product-tour__screen[data-position=front] .product-tour__screen-frame{border-color:#ca909d75;box-shadow:0 36px 100px #00000094,0 0 0 1px #b9788817}.product-tour--sketched .product-tour__screen[data-position=back-left]{top:72px;left:0;width:84%;filter:brightness(.36) saturate(.65);opacity:.74;transform:translate3d(-8px,0,-32px) rotate(-1deg) scale(.97)}.product-tour--sketched .product-tour__screen[data-position=back-right]{top:8px;left:15%;width:82%;filter:brightness(.46) saturate(.72);opacity:.82;transform:translate3d(8px,0,-18px) rotate(1deg) scale(.98)}.product-tour--sketched .product-tour__screen-name{z-index:3;top:12px;left:12px;min-height:26px;border-color:#ffffff1f;background:#050505e0;color:#c5bec1;font-size:8px}.product-sketch{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.product-sketch__target,.product-sketch__connector{fill:none;stroke:#e3a4b4;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1;vector-effect:non-scaling-stroke;stroke-dasharray:1300;stroke-dashoffset:1300;animation:product-sketch-draw .62s var(--ease-out) forwards}.product-sketch__connector{stroke-width:1.7;animation-delay:.22s}.product-sketch__ghost{opacity:.36;stroke-width:1.15}.product-sketch__arrow{fill:none;stroke:#e3a4b4;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-sketch__label{fill:#efc0cb;stroke:#060606eb;stroke-width:5px;paint-order:stroke fill;font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive;font-size:15px;font-weight:600;letter-spacing:-.02em;opacity:0;transform-box:fill-box;transform-origin:center;animation:product-sketch-label .28s .5s var(--ease-out) forwards}.product-sketch__item--2 .product-sketch__target{animation-delay:.26s}.product-sketch__item--2 .product-sketch__connector{animation-delay:.47s}.product-sketch__item--2 .product-sketch__label{animation-delay:.75s}.product-sketch__item--3 .product-sketch__target{animation-delay:.52s}.product-sketch__item--3 .product-sketch__connector{animation-delay:.73s}.product-sketch__item--3 .product-sketch__label{animation-delay:1.01s}.product-tour--sketched .product-tour__controls{min-height:58px;padding:7px 8px;border-color:#ffffff1a;border-radius:8px;background:#0a0a0aeb;box-shadow:0 16px 44px #00000038}@keyframes product-sketch-draw{to{stroke-dashoffset:0}}@keyframes product-sketch-label{0%{opacity:0;transform:translateY(3px) rotate(-2deg)}to{opacity:1;transform:translateY(0) rotate(-2deg)}}.workflow-section--scenarios{background:radial-gradient(circle at 82% 25%,rgb(185 120 136 / 5%),transparent 25rem),#070707}.scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;perspective:1200px}.scenario-card{position:relative;isolation:isolate;display:flex;min-width:0;min-height:520px;overflow:hidden;padding:0;border:1px solid rgb(255 255 255 / 9%);border-radius:10px;background:linear-gradient(145deg,rgb(185 120 136 / 5%),transparent 34%),#0b0b0b;box-shadow:inset 0 1px #ffffff08;transform:perspective(980px) translateZ(0);transform-style:preserve-3d;transition:transform .19s var(--ease-out),border-color .18s ease,box-shadow .18s ease}.scenario-card:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;border:1px solid rgb(218 153 169 / 30%);border-radius:inherit;content:"";opacity:0;pointer-events:none;transition:opacity .18s ease}.scenario-card__spotlight{position:absolute;z-index:0;top:0;left:0;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgb(199 127 145 / 17%),rgb(199 127 145 / 5%) 38%,transparent 70%);opacity:0;pointer-events:none;transform:translate3d(-320px,-320px,0);transition:opacity .18s ease}.scenario-card__content{position:relative;z-index:2;display:flex;width:100%;min-height:100%;flex-direction:column;padding:22px;transform-style:preserve-3d}.scenario-card__topline{display:flex;align-items:center;gap:9px;color:#615d62;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.scenario-card__icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgb(185 120 136 / 19%);border-radius:6px;background:#b978880f;color:#c18493}.scenario-card__badge{display:inline-flex;min-height:24px;align-items:center;padding-inline:8px;border:1px solid rgb(255 255 255 / 7%);border-radius:4px;background:#0808089e;color:#898489;font-family:Yu Gothic UI,Segoe UI,sans-serif;font-size:8px;font-weight:620}.scenario-card__index{margin-left:auto;color:#514d52}.scenario-card h3{margin:26px 0 9px;color:#e6e1e3;font-size:23px;font-weight:630;letter-spacing:-.035em}.scenario-card__content>p{min-height:78px;margin-bottom:18px;color:#8a858a;font-size:11px;line-height:1.68}.scenario-card__panel{overflow:hidden;border:1px solid rgb(255 255 255 / 7%);border-radius:8px;background:linear-gradient(rgb(255 255 255 / 1.2%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 1.2%) 1px,transparent 1px),#070707e0;background-size:28px 28px;box-shadow:0 16px 34px #0000002e,inset 0 1px #ffffff05;transform:translateZ(0);transition:transform .17s var(--ease-out)}.scenario-card__panel>header{display:flex;min-height:38px;align-items:center;justify-content:space-between;padding-inline:12px;border-bottom:1px solid rgb(255 255 255 / 6%);background:#0a0a0adb;color:#686469;font-size:8px;font-weight:650;letter-spacing:.05em;text-transform:uppercase}.scenario-card__panel>header code{color:#b48a95;font-family:SFMono-Regular,Consolas,monospace;font-size:7px;letter-spacing:0;text-transform:none}.scenario-card__panel dl{padding:3px 12px;margin:0;background:#070707b3}.scenario-card__panel dl>div{display:grid;min-height:37px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid rgb(255 255 255 / 6%)}.scenario-card__panel dl>div:last-child{border-bottom:0}.scenario-card dt{color:#686469;font-size:9px}.scenario-card dd{margin:0;color:#b9b3b6;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.scenario-card__route{display:flex;min-height:68px;align-items:center;padding:10px 11px;border-top:1px solid rgb(255 255 255 / 6%);background:#0b0a0bdb}.scenario-card__route-part{display:flex;min-width:0;flex:1;align-items:center}.scenario-card__route-part>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px;padding:8px;border:1px solid rgb(255 255 255 / 6%);border-radius:5px;background:#0c0c0c;transition:transform .17s var(--ease-out),border-color .17s ease,background-color .17s ease}.scenario-card__route-part em{color:#575358;font-family:SFMono-Regular,Consolas,monospace;font-size:6px;font-style:normal}.scenario-card__route-part strong{overflow:hidden;color:#a9a3a6;font-size:8px;font-weight:640;text-overflow:ellipsis;white-space:nowrap}.scenario-card__route-part>i{position:relative;display:grid;width:20px;flex:0 0 20px;place-items:center;color:#5b565b;transition:transform .17s var(--ease-out),color .17s ease}.scenario-card__content>footer{display:flex;align-items:center;gap:7px;padding-top:17px;margin-top:auto;color:#7f7a7f;font-size:8px}.scenario-card__content>footer i{width:6px;height:6px;border-radius:50%;background:#83aa91;box-shadow:0 0 0 4px #83aa9112}.scenario-card[data-scenario=monitor] .scenario-card__icon,.scenario-card[data-scenario=monitor] .scenario-card__panel>header code{color:#d09aa7}.scenario-card[data-scenario=productless] .scenario-card__panel{border-style:dashed}.scenario-card[data-pointer-active=true]{border-color:#c782933d;box-shadow:0 22px 55px #0000003d,inset 0 1px #ffffff0a;will-change:transform}.scenario-card[data-pointer-active=true]:after,.scenario-card[data-pointer-active=true] .scenario-card__spotlight{opacity:1}.scenario-card[data-pointer-active=true] .scenario-card__route-part>span{border-color:#b9788829;background:#100e0f}.scenario-card[data-pointer-active=true] .scenario-card__route-part:nth-child(1)>span{transform:translateY(-2px)}.scenario-card[data-pointer-active=true] .scenario-card__route-part:nth-child(2)>span{transform:translateY(-1px)}.scenario-card[data-pointer-active=true] .scenario-card__route-part>i{color:#b67d8b;transform:translate(2px)}.scenario-card[data-scenario=monitor][data-pointer-active=true] .scenario-card__icon svg{transform:rotate(14deg)}.scenario-card[data-scenario=productless][data-pointer-active=true] .scenario-card__route-part:nth-child(2)>span{transform:translateY(-3px) scale(1.02)}.scenario-card__icon svg{transition:transform .18s var(--ease-out)}.toolbox-section{border-bottom:1px solid var(--border);background:#090909}.toolbox-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.toolbox-grid>article{display:flex;min-width:0;min-height:292px;flex-direction:column;padding:20px;border:1px solid rgb(255 255 255 / 8%);border-radius:8px;background:#0c0c0c;box-shadow:inset 0 1px #ffffff05;transition:transform .18s var(--ease-out),border-color .18s ease}.toolbox-grid article>header{display:flex;align-items:center;justify-content:space-between}.toolbox-grid article>header>span{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgb(185 120 136 / 17%);border-radius:6px;background:#b978880d;color:#bd7e8d}.toolbox-grid article>header em{color:#514d52;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;font-style:normal}.toolbox-grid h3{margin:28px 0 9px;color:#ded9db;font-size:17px;font-weight:630;letter-spacing:-.025em}.toolbox-grid p{margin-bottom:22px;color:#777378;font-size:11px;line-height:1.65}.toolbox-grid article>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto}.toolbox-grid article>div span{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border:1px solid rgb(255 255 255 / 7%);border-radius:4px;background:#090909;color:#6c686d;font-family:SFMono-Regular,Consolas,monospace;font-size:7px}.modules-section{background:#070707}.modules-section__texture{opacity:.1}.modules-section__note{max-width:700px;margin:25px auto 0;color:#6f6b70;font-size:10px;line-height:1.65;text-align:center}.access-section__copy p{margin:22px 0;color:#8b878c}.access-section>img,.final-cta>img{aspect-ratio:1;border-radius:22%;object-fit:cover;object-position:center}.faq-list summary{font-size:13px}.final-cta{min-height:650px}.final-cta h2{font-size:clamp(48px,6.6vw,84px)}@media(hover:hover)and (pointer:fine){.language-switch button:hover{background:#151415;color:#c5bfc2}.hero__text-link:hover{color:#e1dadd}.scenario-card:hover{border-color:#b978883d}.toolbox-grid>article:hover{border-color:#b978883d;transform:translateY(-2px)}}@media(max-width:1000px){.product-tour--sketched .product-tour__stage{height:620px}.scenario-grid{grid-template-columns:1fr}.scenario-card{min-height:0}.scenario-card__content>p{min-height:0}.toolbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hero--saas{min-height:0;padding-top:128px}.hero--saas .hero__content{display:block}.product-tour--sketched .product-tour__stage{height:560px}.section-heading--split{grid-template-columns:1fr;gap:20px}}@media(max-width:760px){.hero--saas .hero__trust{min-height:46px;gap:9px;padding:6px 13px 6px 6px}.hero__avatar{width:29px;height:29px}.hero__trust-copy{font-size:11px}.hero__trust-copy strong{font-size:12px}.section{padding-block:82px}.hero--saas{min-height:0;padding:116px 0 72px}.hero--saas h1{font-size:clamp(46px,12.5vw,66px);letter-spacing:-.063em}.hero--saas .hero__lead{font-size:14px}.hero__product{margin-top:52px}.hero__drawn-note{display:none}.product-tour--sketched .product-tour__stage{height:420px}.product-tour--sketched .product-tour__screen[data-position=front]{top:86px;left:0;width:100%}.product-tour--sketched .product-tour__screen[data-position=back-left]{top:45px;left:0;width:91%}.product-tour--sketched .product-tour__screen[data-position=back-right]{top:8px;left:8%;width:90%}.product-sketch{display:none}.product-tour--sketched .product-tour__mobile-notes{display:grid}.toolbox-grid{grid-template-columns:1fr}.toolbox-grid>article{min-height:245px}.header-actions{display:none}.mobile-nav .language-switch{display:flex}.final-cta{min-height:570px}}@media(max-width:520px){.hero--saas .hero__copy{text-align:center}.hero--saas h1{margin-top:24px;font-size:clamp(42px,13vw,54px)}.hero--saas .hero__actions{align-items:center}.hero--saas .hero__actions .button{width:100%}.hero__text-link{justify-content:center}.hero--saas .hero__signals{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:7px 0}.hero--saas .hero__signals span+span:before{margin-inline:7px}.hero__product-caption{justify-content:center}.product-tour--sketched .product-tour__stage{height:280px}.product-tour--sketched .product-tour__screen[data-position=front]{top:58px}.product-tour--sketched .product-tour__screen[data-position=back-left]{top:30px}.product-tour--sketched .product-tour__screen[data-position=back-right]{top:5px}.scenario-card__content{padding:18px}.scenario-card h3{margin-top:23px}.final-cta h2{font-size:clamp(42px,12vw,58px)}}@media(hover:none),(pointer:coarse){.scenario-card{transform:none!important}.scenario-card__spotlight,.scenario-card:after{display:none}.hero__avatar{animation:none}}@media(prefers-reduced-motion:reduce){.product-sketch__target,.product-sketch__connector,.product-sketch__label{animation:none;opacity:1;stroke-dashoffset:0}.scenario-card,.scenario-card__panel,.scenario-card__route-part>span,.scenario-card__route-part>i,.scenario-card__icon svg{transform:none!important;transition-duration:1ms!important}.scenario-card__spotlight,.scenario-card:after{display:none}}.motion-system-ready [data-motion-section] [data-motion-item]{opacity:0;transform:translate3d(0,22px,0)}.motion-system-ready [data-motion-section].has-entered [data-motion-item]{animation:tengen-section-reveal .76s var(--ease-out) both;animation-delay:var(--motion-delay, 0ms)}.motion-system-ready [data-motion-section]:not(.is-in-view),.motion-system-ready [data-motion-section]:not(.is-in-view) *{animation-play-state:paused!important}.module-marquee,.workflow-section,.toolbox-section,.modules-section,.access-section,.faq-section,.site-footer{content-visibility:auto}.module-marquee{contain-intrinsic-block-size:auto 520px}.workflow-section{contain-intrinsic-block-size:auto 940px}.toolbox-section{contain-intrinsic-block-size:auto 1080px}.modules-section{contain-intrinsic-block-size:auto 1450px}.access-section{contain-intrinsic-block-size:auto 820px}.faq-section{contain-intrinsic-block-size:auto 720px}.site-footer{contain-intrinsic-block-size:auto 780px}.hero__atmosphere{animation:tengen-atmosphere-drift 14s ease-in-out infinite alternate;transform-origin:58% 48%}.hero--saas .hero__tree--right,.access-section>img,.final-cta>img{animation:tengen-mark-breathe 10s ease-in-out infinite alternate}.button svg,.hero__text-link svg,.faq-intro a svg{transition:transform .22s var(--ease-out)}.button:hover svg,.hero__text-link:hover svg,.faq-intro a:hover svg{transform:translate3d(3px,0,0)}.hero__actions .button:hover svg{transform:translate3d(0,3px,0)}@keyframes tengen-section-reveal{0%{opacity:0;transform:translate3d(0,22px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes tengen-atmosphere-drift{0%{opacity:.32;transform:translate3d(-50.7%,.4%,0) scale(1.01)}to{opacity:.42;transform:translate3d(-49.2%,-.5%,0) scale(1.035)}}@keyframes tengen-mark-breathe{0%{opacity:.045;transform:translate3d(0,4px,0) scale(.985)}to{opacity:.085;transform:translate3d(0,-5px,0) scale(1.015)}}@media(prefers-reduced-motion:reduce){.motion-system-ready [data-motion-section] [data-motion-item]{opacity:1;transform:none;animation:none}.hero__atmosphere,.hero--saas .hero__tree--right,.access-section>img,.final-cta>img{animation:none}}.harvester-story{overflow:hidden;border-bottom:1px solid rgb(255 255 255 / 7%);background:radial-gradient(circle at 74% 40%,rgb(185 120 136 / 10%),transparent 30rem),radial-gradient(circle at 15% 76%,rgb(111 150 132 / 4%),transparent 27rem),#070707}.harvester-story__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,.84fr) minmax(620px,1.16fr);align-items:center;gap:clamp(3.5rem,7vw,7.5rem)}.harvester-story__copy h2{max-width:535px;margin:16px 0 0;color:#eee9eb;font-size:clamp(42px,4.8vw,66px);font-weight:590;letter-spacing:-.067em;line-height:.98}.harvester-story__copy>p:not(.harvester-story__cost-note){max-width:460px;margin:25px 0;color:#989398;font-size:14px;line-height:1.75}.harvester-story__seal{display:inline-flex;min-height:37px;align-items:center;gap:8px;padding:0 12px;border:1px solid rgb(131 170 145 / 23%);border-radius:999px;background:#83aa910f;color:#9bb6a4;font-size:10px;font-weight:620}.harvester-story__cost-note{max-width:420px;padding-left:13px;border-left:1px solid rgb(185 120 136 / 48%);margin:24px 0 0;color:#c5bdc0;font-size:12px;font-weight:570;line-height:1.6}.harvester-story__cost-note span{display:block;margin-bottom:5px;color:#c98797;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;font-weight:650;letter-spacing:.12em}.harvester-story__visual,.harvester-story__canvas{position:relative;width:100%}.harvester-story__canvas{aspect-ratio:1919 / 1029}.harvester-story__frame{position:relative;z-index:1;width:100%;height:100%;overflow:hidden;border:1px solid rgb(218 155 170 / 40%);border-radius:9px;background:#090909;box-shadow:0 28px 70px #00000061,0 0 0 5px #b9788808,inset 0 1px #ffffff14}.harvester-story__frame:after{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border:1px solid rgb(255 255 255 / 6%);border-radius:inherit;box-shadow:inset 0 0 70px #0000002e;content:"";pointer-events:none}.harvester-story__frame img{width:100%;height:100%;object-fit:cover;object-position:center}.harvester-story__markup{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.harvester-story__markup-target,.harvester-story__markup-connector,.harvester-story__markup-marker{fill:none;stroke:#e2a2b3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px rgb(226 162 179 / 35%));vector-effect:non-scaling-stroke}.harvester-story__markup-target,.harvester-story__markup-connector{opacity:0;stroke-dasharray:1600;stroke-dashoffset:1600}.harvester-story__markup-target{stroke-width:2.2;transform-box:fill-box;transform-origin:center}.harvester-story__markup-connector{stroke-width:1.9}.harvester-story__markup-ghost{opacity:0;stroke-width:1.1}.harvester-story__markup-marker{stroke-width:2.4;opacity:0}.harvester-story__scribble{--scribble-rotate: 0deg;position:absolute;z-index:5;display:flex;width:min(208px,29%);flex-direction:column;gap:5px;color:#d399a8;font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive;line-height:1.1;opacity:0;text-shadow:0 2px 9px rgb(0 0 0 / 62%);transform:translateY(8px) rotate(var(--scribble-rotate))}.harvester-story__scribble strong{font-size:clamp(13px,1.25vw,17px);font-style:italic;font-weight:600}.harvester-story__scribble small{max-width:190px;color:#c3b0b5;font-family:Yu Gothic UI,Segoe UI,sans-serif;font-size:clamp(8px,.72vw,10px);font-style:normal;line-height:1.45}.harvester-story__scribble--start{--scribble-rotate: 3deg;top:4%;right:25%}.harvester-story__scribble--capacity{--scribble-rotate: -3deg;right:8%;bottom:14%}.harvester-story__scribble--costs{--scribble-rotate: -4deg;bottom:14%;left:8%}.harvester-story__markup-item--start{--target-delay: .52s;--connector-delay: .7s}.harvester-story__markup-item--capacity{--target-delay: .8s;--connector-delay: .98s}.harvester-story__markup-item--costs{--target-delay: 1.08s;--connector-delay: 1.26s}.harvester-story.has-entered .harvester-story__markup-target{animation:harvester-markup-draw .65s var(--ease-out) var(--target-delay) both}.harvester-story.has-entered .harvester-story__markup-connector{animation:harvester-markup-draw .76s var(--ease-out) var(--connector-delay) both}.harvester-story.has-entered .harvester-story__markup-marker{animation:harvester-marker-enter .18s var(--ease-out) both}.harvester-story.has-entered .harvester-story__markup-marker--start{animation-delay:1.32s}.harvester-story.has-entered .harvester-story__markup-marker--capacity{animation-delay:1.6s}.harvester-story.has-entered .harvester-story__markup-marker--costs{animation-delay:1.88s}.harvester-story.has-entered .harvester-story__scribble{animation:harvester-scribble-enter .36s var(--ease-out) both}.harvester-story.has-entered .harvester-story__scribble--start{animation-delay:1.16s}.harvester-story.has-entered .harvester-story__scribble--capacity{animation-delay:1.44s}.harvester-story.has-entered .harvester-story__scribble--costs{animation-delay:1.72s}@keyframes harvester-scribble-enter{0%{opacity:0;transform:translateY(8px) rotate(var(--scribble-rotate))}to{opacity:1;transform:translateY(0) rotate(var(--scribble-rotate))}}@keyframes harvester-markup-draw{0%{opacity:0;stroke-dashoffset:1600}to{opacity:1;stroke-dashoffset:0}}@keyframes harvester-marker-enter{0%{opacity:0}to{opacity:1}}@media(max-width:1100px){.harvester-story__layout{grid-template-columns:1fr;gap:42px}.harvester-story__copy>p:not(.harvester-story__cost-note){max-width:580px}.harvester-story__visual{max-width:860px}}@media(max-width:680px){.harvester-story__scribble{width:35%;gap:3px}.harvester-story__scribble small{display:none}.harvester-story__scribble--start{top:3%;right:24%}.harvester-story__scribble--capacity{right:4%;bottom:10%}.harvester-story__scribble--costs{bottom:10%;left:4%}}@media(prefers-reduced-motion:reduce){.harvester-story.has-entered .harvester-story__markup-target,.harvester-story.has-entered .harvester-story__markup-connector,.harvester-story.has-entered .harvester-story__markup-marker,.harvester-story.has-entered .harvester-story__scribble{animation:none}.harvester-story__markup-target,.harvester-story__markup-connector,.harvester-story__markup-marker,.harvester-story__scribble{opacity:1;stroke-dashoffset:0}}.harvester-story__layers{display:grid;max-width:460px;padding:0;margin:26px 0 0;gap:1px;list-style:none}.harvester-story__layers li{display:grid;align-items:baseline;padding:11px 0;border-top:1px solid rgb(255 255 255 / 7%);column-gap:14px;grid-template-columns:minmax(0,118px) minmax(0,1fr)}.harvester-story__layers li:last-child{border-bottom:1px solid rgb(255 255 255 / 7%)}.harvester-story__layers strong{color:#ddd6d9;font-size:11.5px;font-weight:640}.harvester-story__layers small{color:#837e83;font-size:10.5px;line-height:1.5}@media(max-width:520px){.harvester-story__layers li{gap:3px;grid-template-columns:1fr}}
