.home2 .serif{color:var(--accent-fg)}.home2 .serif--muted{color:var(--text-soft)}.home2 .hero__inner{grid-template-columns:1fr;justify-items:center;text-align:center}.home2 .hero__copy{max-width:660px;display:flex;flex-direction:column;align-items:center}.home2 .hero__title{text-align:center}.home2 .hero__sub{max-width:540px;margin-inline:auto}.home2 .hero__actions{justify-content:center}.home2 .section__title{font-size:clamp(30px,4.4vw,50px);line-height:1.06;text-wrap:balance}.home2 .lede{font-size:clamp(18px,2.2vw,23px)}.home2 .mech{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,6vw,80px);align-items:center}.home2 .mech__title{font-family:var(--font-display);font-weight:700;font-size:clamp(28px,3.7vw,44px);line-height:1.12;letter-spacing:-.022em;margin:6px 0 22px}.home2 .mech__title .serif{font-size:1em;margin-top:6px}.home2 .mech__lead{color:var(--text-soft);font-size:clamp(17px,1.9vw,20px);line-height:1.65;max-width:560px}.home2 .sim{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(22px,3.4vw,44px);align-items:center;margin-top:8px;padding:clamp(20px,3vw,32px);border-radius:28px;background:#1414148c;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);box-shadow:0 20px 44px -22px #000000a6,inset 0 1px #ffffff0d}.home2 .term{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--core-bg);box-shadow:0 24px 50px -24px #000000bf}.home2 .term__bar{display:flex;align-items:center;gap:10px;padding:9px 13px;background:var(--fill-subtle);border-bottom:1px solid var(--line)}.home2 .term__title{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;letter-spacing:.18em;color:var(--text-soft)}.home2 .term__body{padding:clamp(18px,2.4vw,26px);min-height:172px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:clamp(13px,1.4vw,14.5px);display:flex;flex-direction:column;gap:12px}.home2 .term__cmd{margin:0;color:var(--text);line-height:1.5}.home2 .term__prompt{color:var(--accent);margin-right:8px}.home2 .term__caret{display:inline-block;width:8px;height:1.05em;margin-left:3px;background:var(--accent);vertical-align:text-bottom;animation:caret 1s steps(1) infinite}@keyframes caret{50%{opacity:0}}.home2 .term__line{margin:0;display:flex;align-items:baseline;gap:10px;color:var(--text-soft);line-height:1.5;opacity:0;transform:translateY(6px);filter:blur(4px);transition:opacity .45s var(--ease),transform .45s var(--ease),filter .45s var(--ease)}.home2 .term__line.is-on{opacity:1;transform:none;filter:none}.home2 .term__st{flex:none;width:14px;text-align:center;color:var(--accent)}.home2 .term__line.is-run .term__st:before{content:"●";font-size:9px;animation:stpulse .9s ease-in-out infinite;display:inline-block}@keyframes stpulse{0%,to{opacity:.35}50%{opacity:1}}.home2 .term__line.is-ok .term__st:before{content:"✓"}.home2 .term__line.is-ok{color:var(--text)}.home2 .sim__out{display:flex;flex-direction:column;gap:16px}.home2 .sim__site{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface);box-shadow:0 22px 46px -22px #000c;opacity:0;transform:translateY(18px) scale(.97);filter:blur(10px);transition:opacity .6s var(--ease),transform .6s var(--ease),filter .6s var(--ease)}.home2 .sim__site.is-in{opacity:1;transform:none;filter:none}.home2 .sim__sitebar{display:flex;padding:7px 11px;background:var(--fill-subtle);border-bottom:1px solid var(--line)}.home2 .sim__site img{display:block;width:100%;aspect-ratio:16 / 8.6;object-fit:cover;object-position:top}.home2 .sim__crs{display:flex;justify-content:center}.home2 .sim__cr{width:34%;aspect-ratio:4 / 5;object-fit:cover;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 18px 38px -18px #000000d9;opacity:0;transform:translateY(18px) scale(.94);filter:blur(10px);transition:opacity .55s var(--ease),transform .55s var(--ease),filter .55s var(--ease)}.home2 .sim__cr:nth-child(1){rotate:-3deg;z-index:1}.home2 .sim__cr:nth-child(2){rotate:1.5deg;z-index:2;margin:10px -14px 0}.home2 .sim__cr:nth-child(3){rotate:4deg;z-index:1;margin-top:4px}.home2 .sim__cr.is-in{opacity:1;transform:none;filter:none}.home2 .sim.is-swap .term__line,.home2 .sim.is-swap .sim__site,.home2 .sim.is-swap .sim__cr{opacity:0;transition-duration:.35s}.home2 .canvas{position:relative;width:100%;aspect-ratio:1 / .82;border:1px solid var(--line);border-radius:26px;background:radial-gradient(70% 60% at 50% 50%,rgba(0,200,150,.08),transparent 65%),linear-gradient(var(--line) 1px,transparent 1px) 0 0 / 26px 26px,linear-gradient(90deg,var(--line) 1px,transparent 1px) 0 0 / 26px 26px,var(--card-grad);overflow:hidden}.home2 .canvas:before{content:"";position:absolute;inset:0;pointer-events:none;background:inherit;opacity:.5;mix-blend-mode:overlay}.home2 .canvas__wires{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.home2 .canvas__base line{stroke:var(--line);stroke-width:1.2;vector-effect:non-scaling-stroke}.home2 .canvas__pulse line{stroke:var(--accent);stroke-width:1.6;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-dasharray:14 86;animation:wire 2.6s linear infinite;animation-delay:var(--d, 0s)}@keyframes wire{0%{stroke-dashoffset:100}to{stroke-dashoffset:-14}}.home2 .node{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:8px;z-index:2;font-family:var(--font-display);font-weight:600;font-size:13.5px;color:var(--text);padding:8px 14px 8px 10px;border-radius:100px;border:1px solid rgba(0,200,150,.22);background:var(--chip-bg);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 10px 26px -16px #000000d9;white-space:nowrap;animation:nodefloat 6s ease-in-out infinite}.home2 .node:nth-of-type(3){animation-delay:-1.2s}.home2 .node:nth-of-type(4){animation-delay:-2.4s}.home2 .node:nth-of-type(5){animation-delay:-3.6s}.home2 .node:nth-of-type(6){animation-delay:-4.8s}@keyframes nodefloat{0%,to{transform:translate(-50%,calc(-50% - 3px))}50%{transform:translate(-50%,calc(-50% + 3px))}}.home2 .node__ico{display:grid;place-items:center;width:26px;height:26px;flex:none;border-radius:50%;color:var(--accent-fg);background:var(--glow-soft);border:1px solid rgba(0,200,150,.28)}.home2 .node--core{flex-direction:column;gap:4px;z-index:3;width:clamp(96px,22%,118px);aspect-ratio:1 / 1;padding:0;justify-content:center;border-radius:24px;border:1px solid rgba(0,200,150,.4);background:var(--core-bg);box-shadow:0 0 60px -14px var(--glow),inset 0 0 24px -12px var(--glow);animation:none}.home2 .node--core img{width:38px;height:38px;object-fit:contain}.home2 .node--core .node__name{font-weight:700;font-size:15px;color:var(--text)}.home2 .node__ring{position:absolute;inset:0;border-radius:24px;border:1px solid var(--accent);opacity:.4;animation:corepulse 3s ease-out infinite}.home2 .cta__title .serif{font-size:1em}.home2 .cta__card{text-align:left}.home2 .cta__title{font-size:clamp(30px,3.9vw,50px);line-height:1.08;text-wrap:balance;margin-bottom:18px}.home2 .cta__grid{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(32px,5vw,64px);align-items:center}.home2 .cta__sub{margin-inline:0}.home2 .cta__fine{margin-top:18px}.home2 .chat{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--core-bg);box-shadow:0 24px 50px -24px #000000bf;max-width:420px;justify-self:end;width:100%}.home2 .chat__bar{display:flex;align-items:center;gap:11px;padding:11px 14px;background:var(--fill-subtle);border-bottom:1px solid var(--line)}.home2 .chat__ava{display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:50%;background:var(--surface);border:1px solid var(--line);overflow:hidden}.home2 .chat__ava img{width:100%;height:100%;object-fit:cover}.home2 .chat__who strong{display:block;font-family:var(--font-display);font-size:13.5px;color:var(--text)}.home2 .chat__who em{display:flex;align-items:center;gap:5px;font-style:normal;font-size:11.5px;color:var(--accent-fg)}.home2 .chat__on{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--glow)}.home2 .chat__body{display:flex;flex-direction:column;gap:10px;padding:18px 14px 20px}.home2 .chat__msg{position:relative;max-width:86%;padding:9px 12px 7px;border-radius:14px;font-size:13.5px;line-height:1.5;color:var(--text);opacity:0;transform:translateY(14px) scale(.96);filter:blur(6px);transition:opacity .5s var(--ease),transform .5s var(--ease),filter .5s var(--ease)}.home2 .chat__msg.is-in{opacity:1;transform:none;filter:none}.home2 .chat__msg p{margin:0}.home2 .chat__msg--me{align-self:flex-end;border-bottom-right-radius:4px;background:#00c89621;border:1px solid rgba(0,200,150,.25)}.home2 .chat__msg--vk{align-self:flex-start;border-bottom-left-radius:4px;background:var(--chip-bg);border:1px solid var(--line)}.home2 .chat__meta{display:flex;justify-content:flex-end;gap:4px;font-size:10.5px;color:var(--text-soft);margin-top:3px}.home2 .chat__ticks{font-style:normal;color:var(--text-soft);letter-spacing:-.14em;transition:color .4s var(--ease)}.home2 .chat__ticks.is-read{color:var(--accent-fg)}.home2 .chat__swap{display:grid}.home2 .chat__swap>*{grid-area:1 / 1;justify-self:start;align-self:start}.home2 .chat__msg--typing{display:inline-flex;gap:5px;align-items:center;padding:12px 14px}.home2 .chat__msg--typing span{width:6px;height:6px;border-radius:50%;background:var(--text-soft);animation:chatdot 1.1s ease-in-out infinite}.home2 .chat__msg--typing span:nth-child(2){animation-delay:.18s}.home2 .chat__msg--typing span:nth-child(3){animation-delay:.36s}@keyframes chatdot{0%,to{opacity:.3;transform:translateY(1px)}50%{opacity:1;transform:translateY(-2px)}}.home2 .chat__msg--typing.is-gone{opacity:0;transform:scale(.9);filter:blur(4px);pointer-events:none}.home2 .chat{animation:chatfloat 7s ease-in-out infinite}@keyframes chatfloat{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}.home2 .caso{margin-top:8px;padding:clamp(20px,3vw,32px);border-radius:28px;background:#1414148c;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);box-shadow:0 20px 44px -22px #000000a6,inset 0 1px #ffffff0d}.home2 .caso+.caso{margin-top:clamp(40px,6vw,68px)}.home2 .caso__head{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:0 0 clamp(20px,3vw,28px)}.home2 .caso__avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,200,150,.55);flex:none}.home2 .caso__who strong{display:block;color:var(--text);font-size:16px}.home2 .caso__who em{display:block;color:var(--text-soft);font-size:13.5px;font-style:normal;margin-top:2px}.home2 .caso__say{margin:0 0 0 auto;font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:clamp(17px,1.9vw,21px);line-height:1.4;color:var(--text);max-width:46%;text-align:right;text-wrap:balance}.home2 .caso__body{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(22px,3.4vw,40px);align-items:start}.home2 .zonelabel{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:600;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin:0 0 14px}.home2 .zonelabel .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--glow)}.home2 .browser{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:0 24px 50px -24px #000000bf}.home2 .browser__top{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--fill-subtle);border-bottom:1px solid var(--line)}.home2 .caso__dots{display:inline-flex;gap:6px;flex:none}.home2 .caso__dots i{width:9px;height:9px;border-radius:50%;background:#3a3a3a;display:block}.home2 .browser__tabs{display:flex;gap:4px;min-width:0}.home2 .browser__tab{position:relative;border:0;background:transparent;cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:12.5px;color:var(--text-soft);padding:7px 12px 9px;border-radius:9px 9px 0 0;white-space:nowrap;transition:color .25s var(--ease),background .25s var(--ease)}.home2 .browser__tab:hover{color:var(--text)}.home2 .browser__tab.is-on{color:var(--text);background:#ffffff0d}.home2 .browser__tab:after{content:"";position:absolute;left:10px;right:10px;bottom:4px;height:2px;border-radius:2px;background:var(--accent);transform:scaleX(0);transform-origin:left}.home2 .browser__tab.is-on:after{animation:tabfill 4.6s linear forwards}.home2 [data-pages].is-paused .browser__tab.is-on:after{animation:none;transform:scaleX(1)}@keyframes tabfill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.home2 .browser__url{display:inline-flex;align-items:center;gap:5px;margin-left:auto;flex:none;font-size:12px;color:var(--text-soft);text-decoration:none;font-family:ui-monospace,Menlo,Consolas,monospace;padding:5px 10px;border-radius:100px;border:1px solid var(--line);transition:color .25s var(--ease),border-color .25s var(--ease)}.home2 .browser__url:hover{color:var(--accent-fg);border-color:#00c89666}.home2 .browser__view{position:relative;aspect-ratio:8 / 5;background:var(--surface)}.home2 .browser__page{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;transform:translateY(16px);filter:blur(10px);transition:opacity .55s var(--ease),transform .55s var(--ease),filter .55s var(--ease);pointer-events:none}.home2 .browser__page.is-on{opacity:1;transform:none;filter:none;z-index:2}.home2 .browser__page.is-out{opacity:0;transform:translateY(-16px);filter:blur(10px);z-index:1}.home2 .fan{position:relative;width:100%;aspect-ratio:1 / 1.02;touch-action:pan-y;user-select:none}.home2 .fan__card{position:absolute;left:50%;top:47%;width:62%;aspect-ratio:4 / 5;margin:0;padding:0;border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden;cursor:pointer;box-shadow:0 22px 46px -22px #000c;transform-origin:50% 130%;will-change:transform;transition:transform .6s var(--ease),filter .6s var(--ease),opacity .6s var(--ease)}.home2 .fan__card img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}@media (max-width: 960px){.home2 .mech{grid-template-columns:1fr;gap:44px}.home2 .canvas{max-width:460px;margin-inline:auto;width:100%}}@media (max-width: 860px){.home2 .sim{grid-template-columns:1fr;gap:24px}.home2 .cta__grid{grid-template-columns:1fr}.home2 .chat{justify-self:stretch;max-width:440px;margin-inline:auto}.home2 .caso__body{grid-template-columns:1fr;gap:30px}.home2 .caso__say{max-width:100%;text-align:left;margin-left:0;flex-basis:100%}.home2 .fan{max-width:380px;margin-inline:auto}.home2 .browser__tab{padding:7px 9px 9px;font-size:12px}}@media (max-width: 480px){.home2 .browser__url{display:none}}@media (prefers-reduced-motion: reduce){.home2 .browser__page,.home2 .fan__card{transition:none}.home2 .browser__tab.is-on:after{animation:none;transform:scaleX(1)}.home2 .canvas__pulse line,.home2 .node,.home2 .node__ring{animation:none}.home2 .chat__msg{transition:none}.home2 .chat__msg--typing span,.home2 .chat{animation:none}}
