@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{color:#f5f3f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#07070a;font-family:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#07070a}body{min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}::selection{color:#fff;background:#7450e6}.page-shell{--section-space:72px;--section-gap:32px;--page-gutter:clamp(24px,5vw,80px);background-color:#07070a;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100svh;position:relative;overflow:hidden}.page-shell:before{content:"";pointer-events:none;background:linear-gradient(90deg,#07070a,#0000 20% 80%,#07070a);position:absolute;inset:0}.site-header{z-index:10;border-bottom:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;align-items:center;height:92px;padding:0 clamp(24px,5vw,80px);display:grid;position:relative}.brand{color:#f7f5f2;letter-spacing:.18em;width:max-content;font-size:1.15rem;font-weight:700;text-decoration:none}.brand span{color:#9068ff}.navigation{gap:44px;display:flex}.navigation a,.header-action{color:#8e8c96;letter-spacing:.04em;font-size:.78rem;text-decoration:none;transition:color .25s}.navigation a:hover,.header-action:hover{color:#fff}.header-action{color:#e6e3ea;justify-self:end;align-items:center;gap:12px;display:flex}.header-action svg,.primary-button svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:18px;transition:transform .25s}.header-action:hover svg,.primary-button:hover svg{transform:translate(4px)}.hero{z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;min-height:calc(100svh - 92px);padding:42px clamp(24px,7.5vw,120px) 96px;display:grid;position:relative}.hero-copy{z-index:3;max-width:820px;position:relative}.eyebrow{color:#8f8b99;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:14px;margin-bottom:clamp(28px,5vh,58px);font-size:.7rem;animation:.8s .1s both reveal;display:flex}.eyebrow span{background:#8159ef;width:38px;height:1px}h1{color:#f5f3f0;letter-spacing:-.065em;margin:0;font-size:clamp(3.7rem,6.8vw,7.3rem);font-weight:430;line-height:.96;animation:.9s .2s both reveal}h1 em{color:#9b79ff;letter-spacing:-.05em;font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-description{color:#97949f;max-width:570px;margin:38px 0 0;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.7;animation:.9s .32s both reveal}.hero-actions{align-items:center;gap:34px;margin-top:44px;animation:.9s .44s both reveal;display:flex}.primary-button{color:#fff;background:#7450e6;border:1px solid #ffffff1f;border-radius:2px;align-items:center;gap:34px;padding:18px 22px 18px 26px;font-size:.85rem;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 16px 50px #6641dc47}.primary-button:hover{background:#8562ef;transform:translateY(-3px);box-shadow:0 22px 60px #6641dc66}.availability{color:#74717c;align-items:center;gap:10px;font-size:.72rem;display:flex}.availability i{background:#6fdf9f;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 12px #6fdf9f}.hero-art{perspective:1200px;height:min(560px,64vh);transform-style:preserve-3d;place-items:center;animation:1.4s .3s both fade;display:grid;position:relative}.hero-art img{z-index:2;filter:drop-shadow(0 30px 45px #4e26b459);width:min(72%,390px);animation:6s ease-in-out infinite float;position:relative;transform:rotateX(6deg)rotateY(-8deg)translateZ(28px)}.visual-glow{aspect-ratio:1;filter:blur(90px);background:#683ae54d;border-radius:50%;width:55%;position:absolute}.orbit{border:1px solid #a281ff29;border-radius:50%;animation:22s linear infinite orbit-spin;position:absolute;transform:rotate(-20deg)}.orbit-outer{aspect-ratio:1.35;width:90%}.orbit-inner{aspect-ratio:1.35;border-color:#a281ff40;width:65%}.art-label{color:#66616f;letter-spacing:.15em;text-transform:uppercase;font-size:.58rem;position:absolute}.label-top{top:14%;right:4%}.label-bottom{bottom:13%;left:5%}.ambient{pointer-events:none;filter:blur(120px);border-radius:50%;position:absolute}.ambient-one{background:#4b279f21;width:45vw;height:45vw;top:-25%;right:-10%}.ambient-two{background:#7248da14;width:40vw;height:25vw;bottom:-30%;left:20%}.hero-footer{color:#55525c;letter-spacing:.1em;text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;font-size:.59rem;display:grid;position:absolute;bottom:28px;left:clamp(24px,5vw,80px);right:clamp(24px,5vw,80px)}.hero-footer>span:last-child{justify-self:end}.scroll-cue{align-items:center;gap:12px;display:flex}.scroll-cue i{background:#514f57;width:34px;height:1px;display:block}@keyframes reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:rotateX(6deg)rotateY(-8deg)translateZ(28px)translateY(0)}50%{transform:rotateX(3deg)rotateY(-4deg)translateZ(42px)translateY(-14px)}}@keyframes orbit-spin{0%{transform:rotate(-20deg)}to{transform:rotate(340deg)}}@keyframes pulse{50%{opacity:.45;box-shadow:0 0 4px #6fdf9f}}.section{z-index:2;padding:var(--section-space) var(--page-gutter);background:#09090c;border-top:1px solid #ffffff12;scroll-margin-top:40px;position:relative}.section-intro{flex-direction:column;align-items:flex-start;gap:24px;min-width:0;margin-bottom:0;display:flex}.section-kicker{text-transform:uppercase;color:#85818d;letter-spacing:.15em;align-items:center;gap:18px;margin:0;font-size:.65rem;line-height:1.3;display:flex}.section-kicker span{color:#8b64f4}.section-intro h2,.studio h2,.final-cta h2{color:#f2f0ed;letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,3.7vw,3.6rem);font-weight:430;line-height:1.06}.section-intro h2 em,.studio h2 em,.final-cta h2 em{color:#9b79ff;font-family:Georgia,Times New Roman,serif;font-weight:400}.section-intro>p:last-child{color:#7f7c86;max-width:38ch;margin:0;font-size:.95rem;line-height:1.75}.services-grid{border-top:1px solid #ffffff17;border-left:1px solid #ffffff17;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.service-card{background:#0b0b0f;border-bottom:1px solid #ffffff17;border-right:1px solid #ffffff17;flex-direction:column;min-height:0;padding:28px;transition:background .4s,transform .4s;display:flex;position:relative}.service-card:hover{z-index:1;background:#111017;transform:translateY(-5px)}.card-number{color:#5e5a66;letter-spacing:.12em;font-size:.64rem}.service-icon{border:1px solid #7957d966;width:32px;height:32px;transition:transform .5s,border-color .5s;position:absolute;top:26px;right:28px;transform:rotate(45deg)}.service-card:hover .service-icon{border-color:#a480ff;transform:rotate(135deg)}.service-icon span{background:#7957d9;position:absolute}.service-icon span:first-child{width:1px;height:70%;top:15%;left:50%}.service-icon span:last-child{width:70%;height:1px;top:50%;left:15%}.service-card h3{color:#e9e7e4;letter-spacing:-.035em;max-width:100%;margin:40px 0 16px;font-size:clamp(1.3rem,1.65vw,1.65rem);font-weight:500}.service-card>p{color:#77747e;max-width:40ch;margin:0;padding-bottom:0;font-size:.85rem;line-height:1.75}.tag-list{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:24px;display:flex;position:static}.tag-list span{color:#605d68;letter-spacing:.04em;border:1px solid #ffffff14;border-radius:100px;padding:6px 9px;font-size:.58rem}.projects{background:#07070a}.projects-list{gap:clamp(70px,9vw,130px);display:grid}.project-card{cursor:default}.project-visual{background:#17131f;place-items:center;height:clamp(390px,55vw,760px);transition:filter .5s;display:grid;position:relative;overflow:hidden}.project-violet{background:radial-gradient(circle at 70% 30%,#8057d966,#0000 35%),linear-gradient(135deg,#171021,#282035)}.project-sand{background:radial-gradient(circle at 25% 70%,#d4b58955,#0000 35%),linear-gradient(135deg,#282622,#474039)}.project-blue{background:radial-gradient(circle at 72% 25%,#4676c966,#0000 34%),linear-gradient(135deg,#101821,#172c3b)}.project-visual:after{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff0b 50%,#0000 70%);transition:transform .8s;position:absolute;inset:0;transform:translate(-100%)}.project-card:hover .project-visual:after{transform:translate(100%)}.project-index{color:#ffffff70;letter-spacing:.15em;font-size:.58rem;position:absolute;top:30px;left:34px}.case-arrow{color:#fff;border:1px solid #fff3;border-radius:50%;place-items:center;width:54px;height:54px;transition:all .35s;display:grid;position:absolute;bottom:30px;right:30px}.case-arrow svg{fill:none;stroke:currentColor;stroke-width:1.4px;width:20px}.project-card:hover .case-arrow{color:#111;background:#fff;transform:rotate(-35deg)}.mock-window{z-index:1;background:#0a0a0dcc;border:1px solid #ffffff29;border-radius:5px;width:min(68%,850px);height:72%;transition:transform .7s cubic-bezier(.2,.8,.2,1);position:relative;transform:perspective(1500px)rotateX(4deg)rotateY(-6deg);box-shadow:0 45px 100px #00000073}.project-card:hover .mock-window{transform:perspective(1500px)rotateX(0)rotateY(0)scale(1.025)}.mock-bar{border-bottom:1px solid #ffffff17;align-items:center;gap:6px;height:35px;padding:0 14px;display:flex}.mock-bar i{background:#ffffff36;border-radius:50%;width:5px;height:5px}.mock-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 35px);display:flex}.mock-content>span{background:#9b79ff;width:38px;height:1px;margin-bottom:28px}.mock-content strong{color:#f4f1ed;letter-spacing:-.06em;font-size:clamp(2rem,5vw,5.5rem);font-weight:500}.mock-content small{color:#77727d;letter-spacing:.18em;text-transform:uppercase;margin-top:15px;font-size:.6rem}.project-meta{grid-template-columns:1fr auto auto;align-items:end;gap:5vw;padding-top:25px;display:grid}.project-meta>div{align-items:baseline;gap:20px;display:flex}.project-meta span,.project-meta p{color:#6e6a75;letter-spacing:.06em;margin:0;font-size:.67rem}.project-meta h3{color:#eae7e3;letter-spacing:-.03em;margin:0;font-size:clamp(1.35rem,2.2vw,2.1rem);font-weight:500}.project-meta>span{text-align:right}.process-list{border-top:1px solid #ffffff1a}.process-step{border-bottom:1px solid #ffffff1a;grid-template-columns:28px minmax(140px,.65fr) minmax(0,1.35fr);align-items:start;gap:24px;padding:24px 20px 24px 0;transition:padding .35s,background .35s;display:grid;position:relative}.process-step:hover{background:linear-gradient(90deg,#ffffff05,#0000);padding-left:8px}.process-step>span{color:#7859cf;font-size:.67rem}.process-step h3{color:#e5e2df;letter-spacing:-.03em;margin:0;font-size:1.45rem;font-weight:500}.process-step p{color:#77747e;max-width:560px;margin:0;font-size:.9rem;line-height:1.7}.process-step i{border-top:1px solid #5f5b65;border-right:1px solid #5f5b65;width:8px;height:8px;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(45deg)}.studio{z-index:2;padding:var(--section-space) var(--page-gutter);background:#0c0b10;border-top:1px solid #ffffff12;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:center;gap:80px;scroll-margin-top:40px;display:grid;position:relative}.studio-orb{aspect-ratio:1;background:radial-gradient(circle,#6f4bc32e,#0000 65%);border:1px solid #8e6bec45;border-radius:50%;grid-area:1/2;justify-self:center;place-items:center;width:min(100%,360px);display:grid;position:relative}.studio-orb:before,.studio-orb:after{content:"";border:1px solid #ffffff12;border-radius:50%;position:absolute;inset:12%}.studio-orb:after{border-color:#9c7bff4d;inset:29%}.studio-orb span{color:#9c7bff;text-shadow:0 0 60px #7751d980;font-family:Georgia,serif;font-size:clamp(6rem,14vw,13rem);font-style:italic}.studio-copy>.section-kicker{margin-bottom:24px}.studio-lead{color:#aaa6af;max-width:48ch;margin:24px 0 28px;font-size:1.05rem;line-height:1.65}.studio-notes{border-top:1px solid #ffffff1a;grid-template-columns:1fr 1fr;gap:28px;padding-top:24px;display:grid}.studio-notes p{color:#716e78;margin:0;font-size:.8rem;line-height:1.75}.final-cta{z-index:2;padding:80px var(--page-gutter);text-align:left;background:radial-gradient(circle at 50% 120%,#7349d95c,#0000 45%),#08080b;border-top:1px solid #ffffff12;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px 72px;scroll-margin-top:20px;display:grid;position:relative;overflow:hidden}.final-cta .section-kicker{grid-column:1/-1;justify-content:flex-start;margin:0}.final-cta h2{grid-row:2/4;max-width:980px;font-size:clamp(3.5rem,5.8vw,6rem)}.cta-link{color:#f4f1ed;border-bottom:1px solid #fff6;grid-column:2;align-items:center;gap:44px;margin-top:0;padding:16px 0;font-size:1.2rem;text-decoration:none;transition:gap .35s,color .35s;display:inline-flex}.cta-link:hover{color:#aa8dff;gap:52px}.cta-link svg{fill:none;stroke:currentColor;stroke-width:1.3px;width:25px}.cta-note{color:#5f5b65;letter-spacing:.06em;grid-column:2;align-self:start;margin:0;font-size:.62rem}.footer{z-index:2;background:#050507;border-top:1px solid #ffffff14;grid-template-columns:1fr auto;gap:90px;padding:80px clamp(24px,5vw,80px) 35px;display:grid;position:relative}.footer-logo{color:#f3f0ec;letter-spacing:.15em;font-size:clamp(2.2rem,4vw,4.2rem);font-weight:700;text-decoration:none}.footer-logo span{color:#9068ff}.footer-links{grid-template-columns:repeat(2,1fr);align-content:start;gap:18px 60px;display:grid}.footer-links a,.footer-bottom{color:#6b6871;font-size:.67rem;text-decoration:none}.footer-links a:hover,.footer-bottom a:hover{color:#fff}.footer-bottom{text-transform:uppercase;letter-spacing:.07em;border-top:1px solid #ffffff14;grid-column:1/-1;grid-template-columns:1fr auto 1fr;padding-top:30px;display:grid}.footer-bottom a{color:#6b6871;justify-self:end;text-decoration:none}.leadbot-visual{background:radial-gradient(circle at 78% 15%,#7d58e052,#0000 32%),linear-gradient(145deg,#121019,#201a2c 60%,#111015);border:1px solid #ffffff14;padding:36px;position:relative;overflow:hidden}.leadbot-visual:before{content:"";background-color:#0000;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:58px 58px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.real-label{z-index:2;color:#8adbae;letter-spacing:.12em;text-transform:uppercase;border:1px solid #70d99b4d;border-radius:100px;align-items:center;gap:9px;padding:8px 12px;font-size:.54rem;display:flex;position:absolute;top:28px;right:36px}.real-label:before{content:"";background:#70d99b;border-radius:50%;width:5px;height:5px;box-shadow:0 0 9px #70d99b}.leadbot-head{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:14px 48px;max-width:none;margin-top:32px;display:grid;position:relative}.leadbot-head>span{color:#9575ed;letter-spacing:.16em;text-transform:uppercase;grid-column:1/-1;font-size:.64rem}.leadbot-head strong{color:#f2f0ed;letter-spacing:-.075em;margin:0;font-size:clamp(4rem,6vw,6rem);font-weight:500;line-height:.9;display:block}.leadbot-head p{color:#9995a0;max-width:54ch;margin:0;font-size:1rem;line-height:1.7}.system-flow{z-index:1;border-top:1px solid #9c7bff57;grid-template-columns:repeat(8,1fr);display:grid;position:absolute;bottom:clamp(45px,6vw,80px);left:clamp(38px,5vw,76px);right:clamp(38px,5vw,76px)}.flow-stage{padding:20px 6px 0 0;position:relative}.flow-stage:before{content:"";background:#9672f2;border-radius:50%;width:7px;height:7px;position:absolute;top:-4px;left:0;box-shadow:0 0 14px #9672f2}.flow-stage span{color:#625d6b;margin-bottom:11px;font-size:.52rem;display:block}.flow-stage strong{color:#d7d2dc;font-size:clamp(.58rem,.78vw,.75rem);font-weight:500}.flow-stage i{display:none}.leadbot-meta>span:last-child{color:#78cf9d}.leadbot-details{border-bottom:1px solid #ffffff17;grid-template-columns:.8fr 1.2fr;gap:7vw;padding:42px 0 20px;display:grid}.leadbot-details>p{color:#aaa6af;margin:0;font-size:clamp(1rem,1.45vw,1.3rem);line-height:1.65}.leadbot-details ul{grid-template-columns:1fr 1fr;gap:15px 32px;margin:0;padding:0;list-style:none;display:grid}.leadbot-details li{color:#75717c;padding-left:18px;font-size:.73rem;line-height:1.55;position:relative}.leadbot-details li:before{content:"";border:1px solid #8b67ed;width:5px;height:5px;position:absolute;top:.65em;left:0;transform:rotate(45deg)}.concepts-heading{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:end;margin:20px 0 -70px;padding-bottom:20px;display:flex}.concepts-heading span{color:#d5d1d8;letter-spacing:-.03em;font-size:clamp(1.2rem,2vw,1.8rem)}.concepts-heading p{color:#6e6974;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.62rem}.concept-card .project-visual{height:clamp(340px,46vw,650px)}.concept-label{z-index:2;color:#ffffff8c;letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffffff29;border-radius:100px;padding:7px 10px;font-size:.54rem;position:absolute;top:25px;right:30px}.studio-copy,.section-intro>*{min-width:0}.crm-interface{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#09090dcc;border:1px solid #ffffff20;border-radius:5px;margin-top:32px;position:relative;overflow:hidden;box-shadow:0 45px 100px #0006}.crm-topbar{background:#ffffff05;border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;min-height:58px;padding:0 22px;display:flex}.crm-mark,.crm-context{align-items:center;display:flex}.crm-mark{gap:11px}.crm-mark>span{color:#a98cff;border:1px solid #9574ee66;place-items:center;width:28px;height:28px;font-size:.56rem;display:grid}.crm-mark strong{color:#e6e2e9;letter-spacing:.02em;font-size:.72rem;font-weight:600}.crm-context{color:#686470;gap:13px;font-size:.58rem}.crm-context>span{color:#99949f}.crm-context small{font-size:inherit}.crm-context i{background:#70d99b;border-radius:50%;width:5px;height:5px;box-shadow:0 0 8px #70d99b}.crm-body{grid-template-columns:150px minmax(0,1fr);display:grid}.crm-sidebar{background:#07070a80;border-right:1px solid #ffffff14;flex-direction:column;gap:6px;padding:24px 14px;display:flex}.crm-sidebar span{color:#5f5b66;border-radius:2px;padding:10px 12px;font-size:.6rem;transition:all .25s}.crm-sidebar span.active{color:#c7b7f4;background:#8d68ed17;border-left:1px solid #926fee}.crm-workspace{min-width:0;padding:clamp(20px,3vw,38px)}.lead-summary{justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:24px;display:flex}.ui-kicker,.panel-label{color:#6f6a76;letter-spacing:.11em;text-transform:uppercase;font-size:.53rem}.lead-summary h4,.product-screen h4{color:#e8e4e9;letter-spacing:-.03em;margin:8px 0 0;font-size:clamp(1.05rem,1.6vw,1.5rem);font-weight:500}.status-pill{color:#ac91f3;letter-spacing:.05em;border:1px solid #9773ef59;border-radius:100px;flex:none;padding:7px 10px;font-size:.52rem}.crm-panels{grid-template-columns:1.45fr .8fr .85fr;gap:10px;display:grid}.panel{background:#ffffff04;border:1px solid #ffffff14;min-width:0;padding:20px}.lead-data dl{grid-template-columns:1fr 1fr;gap:0 24px;margin:14px 0 0;display:grid}.lead-data dl>div{border-top:1px solid #ffffff0f;min-width:0;padding:10px 0}.lead-data dt{color:#595661;margin-bottom:5px;font-size:.5rem}.lead-data dd{color:#c5c0c9;overflow-wrap:anywhere;margin:0;font-size:.65rem}.telegram-dot{background:#7e9ffc;border-radius:50%;width:5px;height:5px;margin-right:7px;display:inline-block}.sla-panel{text-align:center;flex-direction:column;align-items:center;display:flex}.sla-ring{background:radial-gradient(circle,#7750d833,#0000 68%);border:1px solid #8f69ec66;border-radius:50%;place-items:center;width:60px;height:60px;margin:21px 0 15px;display:grid}.sla-ring span{color:#9e7cf5;font-size:.65rem;animation:2s ease-in-out infinite pulse}.sla-panel strong{color:#c8c2cd;font-size:.65rem;font-weight:500}.sla-panel small{color:#5b5762;margin-top:6px;font-size:.49rem}.owner-panel{flex-direction:column;gap:0;display:flex}.signal-row{color:#89848f;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:10px;padding:14px 0;font-size:.56rem;display:flex}.signal-row:last-child{border-bottom:0}.signal-row i{background:#8260dc80;border-radius:10px;width:20px;height:3px;box-shadow:8px 0 #ffffff12}.status-funnel,.pipeline{background:#07070a66;border:1px solid #ffffff14;margin-top:10px;padding:20px}.pipeline-title{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.pipeline-title span{color:#aca6b0;font-size:.63rem}.pipeline-title small{color:#595661;font-size:.5rem}.funnel-stages{grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto auto auto;align-items:center;gap:10px;display:grid}.funnel-stages span{color:#77727e;text-align:center;border:1px solid #ffffff12;border-radius:2px;padding:9px 11px;font-size:.55rem}.funnel-stages span.active{color:#b298f4;background:#825ed51a;border-color:#9470ed6b}.funnel-stages i{background:#ffffff19;height:1px}.funnel-stages b{color:#5d5864;font-size:.55rem;font-weight:400}.pipeline .system-flow{border-top:1px solid #9c7bff57;grid-template-columns:repeat(8,minmax(0,1fr));display:grid;position:static}.pipeline .flow-stage{min-width:0}.pipeline .flow-stage:before{box-shadow:none;background:#494550}.pipeline .flow-stage.current:before{background:#9672f2;box-shadow:0 0 14px #9672f2}.pipeline .flow-stage strong{overflow-wrap:anywhere;display:block}.product-screens{grid-template-columns:1fr 1fr;gap:12px;margin-top:32px;display:grid}.product-screen{background:linear-gradient(145deg,#0d0c11,#111018);border:1px solid #ffffff17;min-width:0;min-height:390px;padding:clamp(28px,4vw,50px);transition:transform .4s,border-color .4s;position:relative;overflow:hidden}.product-screen:hover{border-color:#9977ed4d;transform:translateY(-4px)}.product-screen:after{content:"";filter:blur(45px);background:#754fc92b;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-130px;right:-110px}.screen-number{color:#645f6c;letter-spacing:.14em;margin-bottom:65px;font-size:.52rem;display:block}.product-screen h4{max-width:530px;font-size:clamp(1.3rem,2.2vw,2.1rem)}.screen-note{color:#6f6b76;max-width:570px;margin:45px 0 0;font-size:.7rem;line-height:1.7}.sla-screen{grid-column:1/-1;min-height:440px}.sla-timeline{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:12px;margin-top:75px;display:grid}.sla-timeline span{color:#68636e;font-size:.6rem}.sla-timeline span.done{color:#9c96a2}.sla-timeline span.active{color:#aa8df5}.sla-timeline i{background:linear-gradient(90deg,#8d68ea,#ffffff16);height:1px}.action-log{margin-top:50px}.action-log>div{border-top:1px solid #ffffff12;gap:14px;padding:15px 0;display:flex}.action-log i{border:1px solid #906ced;flex:none;width:7px;height:7px;margin-top:5px;transform:rotate(45deg)}.action-log span{flex-direction:column;gap:6px;display:flex}.action-log strong{color:#aaa5af;font-size:.62rem;font-weight:500}.action-log small{color:#5e5a65;font-size:.52rem;line-height:1.5}.analytics-structure{gap:18px;margin-top:45px;display:grid}.analytics-structure>div{grid-template-columns:minmax(105px,1fr) 1.4fr .75fr .4fr;align-items:center;gap:5px;display:grid}.analytics-structure span{color:#797580;font-size:.57rem}.analytics-structure b{color:#aaa5af;letter-spacing:.02em;text-align:center;font-size:.62rem;font-weight:500;display:block}.analytics-structure i{background:#7f5ed267;border-radius:10px;height:5px}.analytics-structure i:nth-of-type(2){background:#7f5ed238}.analytics-structure i:nth-of-type(3){background:#ffffff12}.analytics-structure>div:first-child{grid-template-columns:minmax(105px,1fr) 1.55fr .55fr .3fr}.analytics-structure>div:nth-child(2){grid-template-columns:minmax(105px,1fr) 1.15fr 1fr .45fr}.analytics-structure>div:nth-child(3){grid-template-columns:minmax(105px,1fr) .8fr 1.25fr .55fr}.analytics-structure>div:nth-child(4){grid-template-columns:minmax(105px,1fr) 1.35fr .65fr .65fr}.ai-lab{background:#07070a;align-items:center}.ai-console{background:#0b0b0f;border:1px solid #ffffff17;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);align-self:stretch;min-width:0;display:grid}.ai-input-panel{border-right:1px solid #ffffff17;flex-direction:column;min-width:0;min-height:0;padding:28px;display:flex}.ai-label{color:#7957d9;letter-spacing:.15em;font-size:.58rem}.ai-input-panel textarea{resize:none;color:#dedbe2;width:100%;font:inherit;background:0 0;border:0;outline:0;flex:1;min-height:200px;margin:28px 0;padding:0;font-size:1.15rem;line-height:1.55}.ai-input-panel textarea::placeholder{color:#55515c}.ai-input-panel button{color:#c8c3ce;width:100%;font:inherit;letter-spacing:.06em;cursor:pointer;background:#7957d914;border:1px solid #7957d966;justify-content:space-between;align-items:center;gap:16px;padding:17px 16px;font-size:.68rem;transition:all .3s;display:flex}.ai-input-panel button:hover{background:#7957d92b;border-color:#9b79ff}.ai-input-panel button svg{fill:none;stroke:currentColor;stroke-width:1.4px;width:19px}.ai-result-panel{grid-template-columns:repeat(2,minmax(0,1fr));transition:opacity .35s,filter .35s;display:grid;position:relative}.ai-result-panel>div{border-bottom:1px solid #ffffff12;border-right:1px solid #ffffff12;min-height:0;padding:28px 24px}.ai-result-panel>div:nth-child(2n){border-right:0}.ai-result-panel>div:nth-last-child(-n+2){border-bottom:0}.ai-result-panel span{color:#665f72;letter-spacing:.12em;margin-bottom:24px;font-size:.55rem;display:block}.ai-result-panel strong{color:#c3bec8;margin-bottom:12px;font-size:1rem;font-weight:500;line-height:1.4;display:block}.ai-result-panel p{color:#66616c;max-width:280px;margin:0;font-size:.8rem;line-height:1.7}.ai-result-panel.is-analyzing{opacity:.48;filter:blur(.35px)}.ai-result-panel.is-analyzing:after{content:"";z-index:5;pointer-events:none;background:linear-gradient(90deg,#0000,#9b79ff14,#0000);width:28%;animation:.9s ease-in-out infinite ai-scan;position:absolute;top:0;bottom:0}@keyframes ai-scan{0%{left:-30%}to{left:105%}}.ai-input-panel button:disabled{cursor:wait;opacity:.7}.ai-cta{background:#0b0b0f;border:0;border-top:1px solid #ffffff14;grid-column:1/-1;justify-content:space-between;align-items:center;gap:30px;margin-top:0;padding:20px 28px;display:flex}.ai-cta>span{color:#68636e;letter-spacing:.1em;text-transform:uppercase;font-size:.6rem}.ai-cta a{color:#d9d5df;align-items:center;gap:22px;font-size:.72rem;text-decoration:none;transition:color .3s,gap .3s;display:flex}.ai-cta a svg{fill:none;stroke:currentColor;stroke-width:1.4px;width:18px}.ai-cta a:hover{color:#aa8df5;gap:28px}.system-3d{z-index:2;padding:var(--section-space) var(--page-gutter);background:#07070a;border-top:1px solid #ffffff12;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:64px;display:grid;position:relative;overflow:hidden}.system-3d-copy>span{color:#6f6a76;letter-spacing:.14em;font-size:.6rem}.system-3d-copy h2{color:#e9e7e4;letter-spacing:-.055em;margin:24px 0;font-size:clamp(2.6rem,4.3vw,4.25rem);font-weight:400;line-height:1.02}.system-3d-copy h2 em{color:#8f6be8;font-style:normal}.system-3d-copy p{color:#77747e;max-width:44ch;margin:0;font-size:1rem;line-height:1.75}.system-3d-scene{perspective:1400px;perspective-origin:50% 42%;transform-style:preserve-3d;aspect-ratio:1.35;min-width:0;height:auto;position:relative}.system-layer{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-style:preserve-3d;background:linear-gradient(135deg,#15131bd9,#09090de8);border:1px solid #fff2;grid-template-rows:1fr auto;grid-template-columns:auto 1fr;width:78%;height:250px;padding:28px;display:grid;position:absolute;top:50%;left:50%;box-shadow:0 35px 80px #00000052}.system-layer>span{color:#7558c5;letter-spacing:.14em;font-size:.58rem}.system-layer strong{color:#e5e1e9;letter-spacing:.08em;grid-column:1/-1;align-self:center;font-size:clamp(1.5rem,3vw,3rem);font-weight:400}.system-layer small{color:#66616e;letter-spacing:.12em;text-transform:uppercase;grid-column:1/-1;font-size:.58rem}.layer-business{animation:7s ease-in-out infinite layer-breathe-business;transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(-120px)}.layer-system{animation:7s ease-in-out .35s infinite layer-breathe-system;transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(-40px)}.layer-ai{animation:7s ease-in-out .7s infinite layer-breathe-ai;transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(40px)}.layer-result{border-color:#8d68ea70;animation:7s ease-in-out 1.05s infinite layer-breathe-result;transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(120px);box-shadow:0 35px 100px #5d36b82e}@keyframes layer-breathe-business{0%,to{transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(-120px)}50%{transform:translate(-50%,-52%)rotateX(62deg)rotate(-18deg)translateZ(-108px)}}@keyframes layer-breathe-system{0%,to{transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(-40px)}50%{transform:translate(-50%,-52%)rotateX(62deg)rotate(-18deg)translateZ(-25px)}}@keyframes layer-breathe-ai{0%,to{transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(40px)}50%{transform:translate(-50%,-52%)rotateX(62deg)rotate(-18deg)translateZ(58px)}}@keyframes layer-breathe-result{0%,to{transform:translate(-50%,-50%)rotateX(62deg)rotate(-18deg)translateZ(120px)}50%{transform:translate(-50%,-52%)rotateX(62deg)rotate(-18deg)translateZ(142px)}}.object-entry{padding:var(--section-space) var(--page-gutter);background:radial-gradient(circle at 76% 42%,#3d584838,#0000 28%),radial-gradient(circle at 72% 58%,#aa674921,#0000 32%),linear-gradient(145deg,#090b0a 0%,#101411 48%,#090a09 100%);border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;position:relative;overflow:hidden}.object-entry:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 49.9%,#ffffff09 50%,#0000 50.1%);position:absolute;inset:0}.object-entry-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:80px;max-width:1360px;margin:0 auto;display:grid;position:relative}.object-entry-kicker{letter-spacing:.16em;text-transform:uppercase;color:#a6afa9;align-items:center;gap:14px;margin:0;font-size:12px;display:flex}.object-entry-kicker span{color:#b8785b}.object-entry-system{color:#6f7d74;letter-spacing:.22em;margin:0;font-size:10px}.object-entry h2{color:#f0f2ef;letter-spacing:-.055em;max-width:620px;margin:0;font-size:clamp(2.6rem,3.9vw,3.9rem);font-weight:500;line-height:1}.object-entry h2 em{color:#849589;font-style:normal;font-weight:400}.object-entry-lead{color:#929a95;max-width:52ch;margin:0;font-size:1rem;line-height:1.65}.object-entry-flow{color:#bec5c0;letter-spacing:.18em;flex-wrap:wrap;align-items:center;gap:12px;margin:0;font-size:10px;display:flex}.object-entry-flow i{background:linear-gradient(90deg,#506157,#a46f56);width:34px;height:1px}.object-entry-action{color:#edf0ed;background:linear-gradient(110deg,#4b5b503d,#b8785b1a);border:1px solid #b8785b73;justify-content:space-between;align-items:center;gap:20px;width:min(100%,480px);min-height:68px;padding:12px 18px 12px 24px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:flex}.object-entry-action span{letter-spacing:.13em;font-size:12px}.object-entry-action b{border:1px solid #ffffff24;place-items:center;width:42px;height:42px;font-size:18px;font-weight:400;display:grid}.object-entry-action:hover{background:linear-gradient(110deg,#4b5b5057,#b8785b29);border-color:#b8785bcc;transform:translateY(-3px)}.object-entry-instrument{aspect-ratio:1;justify-self:center;place-items:center;width:min(100%,500px);min-height:0;display:grid;position:relative}.object-entry-index{color:#78837c;letter-spacing:.18em;font-size:10px;position:absolute;top:8px;right:0}.object-entry-orbit{border:1px solid #91a1972b;border-radius:50%;position:absolute}.object-entry-orbit-a{aspect-ratio:1;width:min(100%,430px)}.object-entry-orbit-b{aspect-ratio:1;border-color:#b8785b47;width:min(74%,315px);transform:rotate(28deg)scaleY(.42)}.object-entry-axis{background:linear-gradient(90deg,#0000,#8b9c912e,#0000);position:absolute}.object-entry-axis-x{width:95%;height:1px}.object-entry-axis-y{width:1px;height:90%}.object-entry-core{background:radial-gradient(circle,#485e4f52,#0c0f0db3 68%);border:1px solid #b5c2b940;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:138px;height:138px;display:flex;position:relative;box-shadow:0 0 80px #536f5b21}.object-entry-core span{color:#e8ece9;letter-spacing:.06em;font-size:28px}.object-entry-core small{color:#9d6f59;letter-spacing:.2em;margin-top:5px;font-size:8px}.object-entry-readout{text-align:right;color:#69746d;letter-spacing:.15em;gap:9px;font-size:8px;display:grid;position:absolute;bottom:8px;right:0}.object-entry-readout span:first-child{color:#82998a}.object-entry-readout span:nth-child(2){color:#9b806d}.services,.ai-lab,.process{grid-template-columns:minmax(0,.8fr) minmax(0,1.8fr);align-items:start;gap:64px;display:grid}.system-3d-copy{min-width:0;max-width:560px}.object-entry-copy{flex-direction:column;align-items:flex-start;gap:24px;min-width:0;display:flex}.project-heading{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:end;gap:24px 64px;margin-bottom:32px;display:grid}.project-heading .section-kicker{grid-column:1/-1}.project-heading>p:last-child{justify-self:end;max-width:44ch}.leadbot-visual>.project-index{display:inline-block;position:relative;top:auto;left:auto}.studio-copy{grid-area:1/1;min-width:0;max-width:660px}.studio h2{font-size:clamp(2.6rem,4.1vw,4.1rem)}@media (width<=1200px){.page-shell{--section-space:56px;--page-gutter:40px}.services,.ai-lab,.process{grid-template-columns:minmax(0,1fr);gap:32px}.section-intro{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:end;gap:20px 32px;display:grid}.section-intro>.section-kicker{grid-column:1/-1}.section-intro h2{font-size:clamp(2.5rem,4.5vw,3.1rem)}.section-intro>p:last-child{grid-column:2;max-width:38ch}.process .section-intro h2{grid-column:1/-1}.system-3d{gap:32px}.system-3d-copy h2{font-size:clamp(2.25rem,4.2vw,3.3rem)}.system-3d-scene{aspect-ratio:1.1}.system-layer{height:210px;padding:22px}.object-entry-grid{gap:40px}.object-entry h2{font-size:clamp(2.25rem,4.3vw,3.3rem)}.object-entry-instrument{width:min(100%,400px)}.object-entry-flow{letter-spacing:.1em;gap:8px}.object-entry-flow i{width:20px}.studio{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);gap:40px}.studio h2{font-size:clamp(2.25rem,4.2vw,3.3rem)}.final-cta{padding:64px var(--page-gutter);gap:24px 40px}.final-cta h2{font-size:clamp(3rem,5.8vw,4.5rem)}.cta-link{gap:28px;font-size:1.05rem}}@media (width<=1000px){.crm-body{grid-template-columns:1fr}.crm-sidebar{border-bottom:1px solid #ffffff14;border-right:0;grid-template-columns:repeat(5,1fr);padding:10px;display:grid}.crm-sidebar span{text-align:center}.crm-panels{grid-template-columns:1fr 1fr}.lead-data{grid-column:1/-1}.pipeline .system-flow{border-top:0;grid-template-columns:repeat(4,1fr);row-gap:30px}.pipeline .flow-stage{border-top:1px solid #9c7bff57}}@media (width<=900px){.project-meta{grid-template-columns:1fr auto}.project-meta>p{display:none}.footer{gap:60px}.site-header{grid-template-rows:62px 36px;grid-template-columns:1fr auto;height:99px;padding-bottom:1px}.navigation{grid-area:2/1/auto/-1;justify-content:center;align-self:start;gap:clamp(18px,5vw,42px);display:flex}.hero{grid-template-columns:1fr;align-items:start;min-height:calc(100svh - 99px);padding-top:64px}.hero-copy{max-width:680px}.hero-art{opacity:.42;width:480px;height:480px;position:absolute;bottom:15px;right:-120px}.hero-footer{grid-template-columns:1fr auto}.scroll-cue{display:none}.navigation a{font-size:.66rem}.system-flow{border-top:0;grid-template-columns:repeat(4,1fr);row-gap:35px}.flow-stage{border-top:1px solid #9c7bff57}.leadbot-details{grid-template-columns:1fr;gap:32px}.concepts-heading{margin-bottom:-45px}}@media (width<=820px){.page-shell{--page-gutter:28px}.ai-console{grid-template-columns:minmax(0,1fr)}.ai-input-panel{border-bottom:1px solid #ffffff17;border-right:0;grid-template-columns:minmax(0,1fr) auto;gap:16px 24px;display:grid}.ai-label{grid-column:1/-1}.ai-input-panel textarea{min-height:104px;margin:0}.ai-input-panel button{align-self:end;max-width:210px}.ai-result-panel>div{padding:24px}.system-3d-scene{aspect-ratio:1}.system-layer{width:80%;height:200px;padding:20px}.system-layer strong{font-size:1.5rem}.object-entry-grid{grid-template-columns:minmax(0,1fr);gap:32px}.object-entry h2{max-width:640px;font-size:2.65rem}.object-entry-lead{max-width:60ch}.object-entry-instrument{width:300px;max-width:100%}.leadbot-head{grid-template-columns:minmax(0,1fr);gap:20px;margin-top:28px}.leadbot-head p{max-width:60ch}.studio{gap:28px}.studio-notes{grid-template-columns:1fr;gap:20px}.final-cta{grid-template-columns:minmax(0,1fr);gap:24px}.final-cta h2,.cta-link,.cta-note{grid-area:auto/1}.final-cta h2{max-width:680px;font-size:clamp(3rem,7vw,3.7rem)}.cta-link{justify-self:start;margin-top:8px}.cta-note{margin-top:-8px}}@media (width<=680px){.project-meta{grid-template-columns:1fr auto}.project-meta>p{display:none}.footer{grid-template-columns:1fr;gap:45px;padding:60px 20px 30px}.project-visual{height:420px}.mock-window{width:82%;height:68%}.project-index{top:20px;left:20px}.case-arrow{width:46px;height:46px;bottom:18px;right:18px}.project-meta>div{gap:12px}.footer-links{gap:16px}.footer-bottom{flex-direction:column;gap:12px;display:flex}.footer-bottom a{align-self:flex-start}.footer-bottom span:nth-child(2){display:none}.crm-context{text-align:right;max-width:145px}.crm-context small,.crm-context i{display:none}.crm-body{display:block}.crm-sidebar{gap:2px}.crm-sidebar span{padding:8px 2px;font-size:.47rem}.crm-workspace{padding:16px}.lead-summary{flex-direction:column}.crm-panels{grid-template-columns:1fr}.lead-data{grid-column:auto}.pipeline-title{flex-direction:column;align-items:flex-start;gap:6px}.funnel-stages{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-stages i,.funnel-stages b{display:none}.product-screens{grid-template-columns:1fr}.sla-screen{grid-column:auto}.product-screen{min-height:360px}.sla-timeline{grid-template-columns:1fr;margin-top:45px}.sla-timeline i{background:linear-gradient(#8d68ea,#ffffff16);width:1px;height:20px;margin-left:3px}.page-shell{--section-space:48px;--page-gutter:20px}.section-intro{align-items:flex-start;gap:20px;display:flex}.section-intro h2,.studio h2{font-size:clamp(2.15rem,7.8vw,2.7rem)}.section-intro>p:last-child{max-width:42ch}.services-grid{grid-template-columns:minmax(0,1fr)}.service-card{padding:24px}.service-card h3{margin-top:32px;font-size:1.4rem}.ai-input-panel{padding:24px;display:flex}.ai-input-panel textarea{min-height:130px;margin:20px 0}.ai-input-panel button{max-width:none}.ai-result-panel>div{padding:24px 20px}.ai-cta{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.ai-cta a{justify-content:space-between;width:100%}.system-3d{grid-template-columns:minmax(0,1fr);gap:24px}.system-3d-copy h2{font-size:clamp(2.15rem,8vw,2.75rem)}.system-3d-scene{aspect-ratio:1.05;justify-self:center;width:min(100%,440px)}.object-entry-copy{gap:20px}.object-entry h2{font-size:clamp(2.15rem,8.5vw,2.8rem)}.object-entry-system{letter-spacing:.15em;font-size:9px}.object-entry-action{gap:12px;width:100%;padding:12px 16px}.object-entry-action span{font-size:10px}.object-entry-instrument{width:280px}.object-entry-orbit-a{width:90%}.object-entry-orbit-b{width:70%}.leadbot-visual{padding:24px 16px}.leadbot-visual>.project-index{margin-bottom:16px;display:block}.real-label{width:max-content;max-width:100%;font-size:.48rem;position:relative;top:auto;right:auto}.leadbot-head{margin-top:24px}.leadbot-head strong{font-size:clamp(3.5rem,15vw,4.5rem)}.leadbot-head p{font-size:.9rem}.process-step{grid-template-columns:28px minmax(0,1fr);gap:12px 20px;padding:24px 0}.process-step p{grid-column:2}.process-step i{display:none}.studio{grid-template-columns:minmax(0,1fr);gap:32px}.studio-copy{grid-area:1/1}.studio-orb{grid-area:2/1;width:min(70%,260px)}.studio-lead{font-size:1rem}.final-cta{padding:56px var(--page-gutter)}.final-cta h2{font-size:clamp(2.5rem,10vw,3.4rem)}}@media (width<=560px){.site-header{padding-inline:20px}.header-action{gap:0;font-size:0}.header-action svg{width:23px}.hero{min-height:calc(100svh - 99px);padding:50px 20px 82px}.eyebrow{letter-spacing:.11em;margin-bottom:28px;font-size:.58rem}h1{overflow-wrap:anywhere;font-size:clamp(2.35rem,11.5vw,4rem);line-height:.98}.hero-description{max-width:92%;margin-top:28px;font-size:.95rem;line-height:1.6}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px;margin-top:34px}.primary-button{justify-content:space-between;width:100%}.hero-art{opacity:.28;width:400px;height:400px;bottom:-30px;right:-180px}.hero-footer{display:flex;bottom:20px;left:20px;right:20px}.hero-footer>span:last-child,.label-top,.label-bottom{display:none}.navigation{justify-content:space-between;gap:8px;width:100%}.navigation a{font-size:.61rem}.system-flow{grid-template-columns:repeat(2,1fr);row-gap:27px;bottom:35px;left:20px;right:20px}.flow-stage{padding-top:13px}.flow-stage span{margin-bottom:5px}.flow-stage strong{font-size:.67rem}.leadbot-meta{grid-template-columns:1fr auto}.leadbot-meta>p{display:none}.leadbot-details{padding-top:30px}.leadbot-details ul{grid-template-columns:1fr}.concepts-heading{flex-direction:column;align-items:start;gap:10px;margin-bottom:-40px}.concept-label{top:16px;right:18px}.project-meta h3{overflow-wrap:anywhere}}@media (width<=520px){.ai-result-panel{grid-template-columns:minmax(0,1fr)}.ai-result-panel>div{border-right:0}.ai-result-panel>div:nth-last-child(2){border-bottom:1px solid #ffffff12}.ai-result-panel span{margin-bottom:16px}}@media (width<=430px){.crm-topbar{padding:0 12px}.crm-sidebar span:nth-child(3){font-size:0}.crm-sidebar span:nth-child(3):after{content:"Команда";font-size:.47rem}.lead-data dl{grid-template-columns:1fr}.pipeline{padding:16px 12px}.pipeline .system-flow{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:26px}.flow-stage strong{font-size:.62rem}.leadbot-details{gap:26px}.product-screen{padding:28px 22px}.analytics-structure>div{grid-template-columns:minmax(90px,1fr) 1fr .55fr .3fr}.analytics-structure span{font-size:.52rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=680px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.page-shell{--page-gutter:16px;--section-space:40px;background-size:48px 48px;width:100%;min-width:0;max-width:100%;overflow:hidden visible}.page-shell *,.page-shell :before,.page-shell :after{box-sizing:border-box}.site-header{grid-template-rows:58px 28px;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;width:100%;height:auto;min-height:94px;padding:0 16px 8px}.brand{letter-spacing:.14em;min-width:0;max-width:100%;font-size:.98rem}.header-action{min-width:0;max-width:44px}.navigation{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-area:2/1/auto/-1;justify-content:flex-start;gap:18px;width:100%;max-width:100%;overflow:auto hidden}.navigation::-webkit-scrollbar{display:none}.navigation a{letter-spacing:.02em;flex:none;font-size:.58rem}.hero{width:100%;max-width:100%;min-height:auto;padding:38px 16px 72px;display:block;overflow:hidden}.hero-copy,.section-intro,.section-intro>*,.services-grid,.service-card,.ai-console,.ai-input-panel,.ai-result-panel,.ai-result-panel>*,.system-3d,.system-3d-copy,.system-3d-scene,.object-entry,.object-entry-grid,.object-entry-copy,.projects,.projects-list,.leadbot-visual,.leadbot-details,.process,.process-list,.process-step,.studio,.studio-copy,.final-cta,.footer{width:100%;min-width:0;max-width:100%}h1,.section-intro h2,.system-3d-copy h2,.object-entry h2,.project-meta h3,.leadbot-head strong,.leadbot-head p,.process-step h3,.process-step p,.studio h2,.studio-lead,.final-cta h2{white-space:normal;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;max-width:100%}h1{letter-spacing:-.05em;font-size:clamp(2.2rem,10.6vw,3.25rem);line-height:1}.hero-description{width:100%;max-width:100%;margin-top:26px;font-size:.92rem;line-height:1.62}.hero-actions{width:100%;margin-top:30px}.primary-button{width:100%;min-width:0;max-width:100%}.hero-art{opacity:.22;width:350px;height:350px;right:-165px}.section,.system-3d,.object-entry{padding-left:16px;padding-right:16px}.services,.ai-lab,.process{display:block}.section-intro{margin:0 0 28px;display:block}.section-kicker{letter-spacing:.12em;gap:12px;width:100%;margin:0 0 16px;font-size:.58rem}.section-intro h2,.studio h2{letter-spacing:-.045em;width:100%;margin:0;font-size:clamp(2rem,9.1vw,2.65rem);line-height:1.03}.section-intro>p:last-child{width:100%;max-width:none;margin-top:18px;font-size:.9rem;line-height:1.65}.services-grid{grid-template-columns:1fr}.service-card{min-height:0;padding:22px}.service-card h3{font-size:1.32rem}.service-card p{overflow-wrap:break-word;max-width:none}.tag-list{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex;position:static}.ai-console{grid-template-columns:1fr}.ai-input-panel{border-bottom:1px solid #ffffff17;border-right:0;flex-direction:column;padding:22px 18px;display:flex}.ai-input-panel textarea{width:100%;min-height:120px;margin:18px 0;font-size:1rem}.ai-input-panel button{width:100%;min-width:0;max-width:none}.ai-result-panel{grid-template-columns:1fr}.ai-result-panel>div{border-right:0;width:100%;min-height:0;padding:22px 18px}.ai-result-panel>div:nth-last-child(2){border-bottom:1px solid #ffffff12}.ai-result-panel span{margin-bottom:12px}.ai-result-panel p{overflow-wrap:break-word;max-width:none}.ai-cta{align-items:flex-start;width:100%;padding:18px}.ai-cta a{white-space:normal;width:100%;min-width:0}.system-3d{grid-template-columns:1fr;gap:22px;overflow:hidden}.system-3d-copy h2{margin:18px 0;font-size:clamp(2rem,9vw,2.6rem)}.system-3d-copy p{max-width:none;font-size:.92rem;line-height:1.65}.system-3d-scene{aspect-ratio:auto;width:100%;max-width:430px;height:340px;margin:0 auto}.system-layer{width:76%;height:170px;padding:18px}.system-layer strong{font-size:clamp(1.2rem,7vw,1.8rem)}.object-entry-grid{grid-template-columns:1fr;gap:28px}.object-entry-copy{gap:16px}.object-entry-kicker{white-space:normal;gap:10px;font-size:10px}.object-entry-system{white-space:normal;letter-spacing:.12em;overflow-wrap:break-word;width:100%;font-size:8px;line-height:1.5}.object-entry h2{font-size:clamp(2rem,9.2vw,2.65rem);line-height:.98}.object-entry-lead{width:100%;max-width:none;margin:0;font-size:.9rem;line-height:1.62}.object-entry-flow{letter-spacing:.08em;flex-wrap:wrap;gap:8px 10px;width:100%;margin:4px 0 2px;font-size:8px;display:flex}.object-entry-flow i{width:14px}.object-entry-action{white-space:normal;align-items:center;width:100%;min-width:0}.object-entry-action span{overflow-wrap:break-word;min-width:0}.object-entry-instrument{width:min(76vw,280px);min-height:300px;margin:0 auto}.object-entry-readout{letter-spacing:.08em;max-width:45%;font-size:7px;right:0}.project-heading{margin-bottom:26px;display:block}.project-heading>p:last-child{justify-self:auto;width:100%;max-width:none;margin-top:18px}.leadbot-visual{padding:22px 14px}.project-meta{grid-template-columns:minmax(0,1fr) auto;gap:14px}.project-meta>div{min-width:0}.project-meta h3{font-size:clamp(2rem,10vw,3rem)}.leadbot-head{grid-template-columns:1fr;gap:14px}.leadbot-head strong{font-size:clamp(3rem,15vw,4rem)}.crm-context{max-width:120px}.crm-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.crm-sidebar span{overflow-wrap:break-word;padding:8px 4px;font-size:.52rem}.crm-sidebar span:last-child{grid-column:1/-1}.crm-workspace{padding:14px}.funnel-stages{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.funnel-stages span{overflow-wrap:break-word;text-align:center;min-width:0}.product-screen{min-height:0;padding:24px 18px}.analytics-screen{overscroll-behavior-x:contain;overflow-x:auto}.analytics-structure{min-width:0}.analytics-structure>div{grid-template-columns:minmax(0,1fr) repeat(3,minmax(34px,.42fr));gap:6px}.analytics-structure span,.analytics-structure b{overflow-wrap:break-word;min-width:0;font-size:.48rem}.process-step{grid-template-columns:28px minmax(0,1fr);gap:8px 14px;padding:20px 0}.process-step h3{font-size:1.15rem}.process-step p{grid-column:2;font-size:.86rem;line-height:1.58}.studio{grid-template-columns:1fr;gap:28px;padding-left:16px;padding-right:16px}.studio-copy{grid-area:1/1}.studio-orb{grid-area:2/1;width:min(68vw,240px);margin:0 auto}.studio-lead{font-size:.96rem;line-height:1.6}.studio-notes{grid-template-columns:1fr;gap:16px}.final-cta{padding:48px 16px;display:block}.final-cta h2{font-size:clamp(2.25rem,10vw,3rem);line-height:1}.cta-link{white-space:normal;justify-content:space-between;width:100%;max-width:100%;margin-top:28px}.cta-note{margin-top:14px}.footer{padding:44px 16px 24px}}@media (width<=430px){.page-shell{--page-gutter:14px}.site-header{padding-inline:14px}.hero,.section,.system-3d,.object-entry,.studio,.final-cta,.footer{padding-left:14px;padding-right:14px}h1{font-size:clamp(2rem,10.4vw,2.8rem)}.section-intro h2,.studio h2{font-size:clamp(1.9rem,9vw,2.4rem)}.system-3d-copy h2,.object-entry h2{font-size:clamp(1.9rem,9vw,2.45rem)}.system-3d-scene{height:310px}.system-layer{height:152px;padding:15px}.object-entry-instrument{width:min(82vw,270px)}.analytics-structure>div{grid-template-columns:minmax(0,1fr) repeat(3,minmax(30px,.4fr))}}.vo-root{--ink:#263b34;--muted:#626a60;--paper:#edeee5;--line:#c8cdbf;--accent:#9b5037;background:var(--paper);min-height:100svh;color:var(--ink);isolation:isolate;padding:0 40px;font-family:Arial,Helvetica,sans-serif}.vo-root *{box-sizing:border-box}.vo-root ::selection{color:#20372c;background:#ced8bc}.vo-root button,.vo-root textarea{font:inherit}.vo-root button,.vo-root a{-webkit-tap-highlight-color:transparent}.vo-root button{cursor:pointer;color:inherit}.vo-root button:disabled{opacity:.35;cursor:default}.vo-root :focus-visible{outline:2px solid var(--accent);outline-offset:4px}.vo-root button{border-radius:0}.vo-root a{color:inherit}.vo-root p{line-height:1.55}.vo-root h1,.vo-root h2,.vo-root h3{color:var(--ink);letter-spacing:-.035em;margin:0;font-weight:400;line-height:1.1;animation:none}.vo-root h1{font-family:Georgia,serif;font-size:clamp(32px,3.2vw,49px)}.vo-root h1 span{letter-spacing:0;color:var(--muted);margin-top:14px;font-family:Arial,sans-serif;font-size:12px;display:block}.vo-root h2{font-family:Georgia,serif;font-size:29px}.vo-root h3{font-size:20px;line-height:1.25}.vo-root .vo-header{border-bottom:1px solid var(--line);align-items:center;gap:30px;height:76px;display:flex}.vo-root .vo-brand{letter-spacing:.18em;white-space:nowrap;font-size:18px;font-weight:600;text-decoration:none}.vo-root .vo-brand span{letter-spacing:.14em;border-left:1px solid #869182;margin-left:10px;padding-left:14px;font-size:11px;font-weight:400}.vo-root .vo-header-caption{color:var(--muted);font-size:11px}.vo-root .vo-return{letter-spacing:.1em;margin-left:auto;font-size:10px;text-decoration:none}.vo-root .vo-intro{justify-content:space-between;align-items:center;gap:25px;padding:28px 0;display:flex}.vo-root .vo-kicker{letter-spacing:.12em;margin:0 0 12px;font-size:9px;font-weight:500;line-height:1.6}.vo-root .vo-separator{color:#7b8879;margin:0 9px}.vo-root .vo-demo{color:var(--muted);border-left:2px solid #829177;margin:0;padding-left:14px;font-size:10px}.vo-root .vo-demo strong{letter-spacing:.1em;margin-bottom:4px;font-weight:500;display:block}.vo-root .vo-demo span{max-width:250px;display:block}.vo-root .vo-modes{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex}.vo-root .vo-modes button{border:0;border-right:1px solid var(--line);letter-spacing:.12em;background:0 0;align-items:center;gap:26px;min-width:150px;min-height:51px;padding:0 24px;font-size:10px;display:flex}.vo-root .vo-modes button span{color:var(--muted);font-size:9px}.vo-root .vo-modes button[aria-pressed=true]{background:var(--ink);color:#f3f2e9}.vo-root .vo-modes button[aria-pressed=true] span{color:#c1cdbb}.vo-root .vo-workspace{min-height:620px;position:relative}.vo-root .vo-stage-note{z-index:1;pointer-events:none;position:absolute;top:32px;left:0}.vo-root .vo-stage-note p{color:var(--muted);margin-top:5px;font-size:11px}.vo-root .vo-viewer{width:100%;position:relative}.vo-root .vo-watch-space{background:radial-gradient(at 50% 55%,#d1d7c866,#0000 57%);justify-content:center;align-items:center;height:620px;display:flex;overflow:hidden}.vo-root .vo-watch{aspect-ratio:500/650;filter:drop-shadow(12px 22px 16px #25332826);height:590px;transition:transform .25s;position:relative}.vo-root .vo-hotspot{background:#eff0e6ef;border:1px solid #6a7567;border-radius:50%;width:44px;height:44px;font-size:10px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #263b341a}.vo-root .vo-hotspot:hover,.vo-root .vo-hotspot.is-selected{background:var(--ink);color:#f4f3e7;border-color:#eceddf}.vo-root .vo-viewer-footer{border-top:1px solid var(--line);letter-spacing:.08em;justify-content:space-between;align-items:center;min-height:53px;font-size:9px;display:flex}.vo-root .vo-zoom{align-items:center;gap:4px;display:flex}.vo-root .vo-zoom button{background:0 0;border:0;min-width:44px;height:44px;font-size:13px}.vo-root .vo-zoom button:nth-child(2){font-size:10px}.vo-root .vo-explore-action{width:245px;position:absolute;bottom:100px;right:0}.vo-root .vo-explore-action p{font-family:Georgia,serif;font-size:21px;line-height:1.4}.vo-root .vo-primary{background:var(--ink);color:#f2f1e8;border:1px solid var(--ink);letter-spacing:.07em;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:46px;padding:12px 15px;font-size:9px;display:flex}.vo-root .vo-primary:hover{background:#3d5344}.vo-root .vo-primary span{font-size:16px}.vo-root .vo-sheet{border:1px solid var(--line);background:#f4f3eb;width:340px;max-height:565px;position:absolute;top:28px;right:0}.vo-root .vo-sheet-toggle{text-align:left;border:0;border-bottom:1px solid var(--line);background:#e6e9df;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px;padding:10px 18px;font-size:10px;display:flex}.vo-root .vo-sheet-content{overscroll-behavior:contain;scrollbar-width:thin;max-height:518px;padding:20px;overflow-y:auto}.vo-root .vo-components{flex-wrap:wrap;gap:3px;margin-bottom:24px;display:flex}.vo-root .vo-components button{border:0;border-bottom:1px solid var(--line);background:0 0;align-items:center;gap:5px;min-height:44px;padding:7px;font-size:9px;display:flex}.vo-root .vo-components button span{color:var(--muted);font-size:8px}.vo-root .vo-components button[aria-pressed=true]{border-bottom:2px solid var(--accent);color:var(--accent)}.vo-root .vo-claim{margin:14px 0;font-size:14px;line-height:1.55}.vo-root .vo-status{letter-spacing:.06em;background:#e3e8db;border:1px solid #85947f;padding:5px 7px;font-size:8px;line-height:1.4;display:inline-block}.vo-root .vo-status-document-supported{background:#e7e5d8;border-color:#a39b7d}.vo-root .vo-status-measured{background:#e0e7e5;border-color:#8b9f98}.vo-root .vo-status-seller-declared{background:#ece3d8;border-color:#ad947b}.vo-root .vo-status-unknown,.vo-root .vo-status-not-inspected{color:#5e665b;background:#e9e9e1;border-color:#a9ada2}.vo-root .vo-source{margin:10px 0 20px;font-size:10px}.vo-root .vo-source span{color:var(--muted)}.vo-root .vo-text-button{border:0;border-bottom:1px solid var(--line);letter-spacing:.04em;text-align:left;background:0 0;width:100%;min-height:44px;padding:13px 0;font-size:9px}.vo-root .vo-small{color:var(--muted);overflow-wrap:anywhere;font-size:10px;line-height:1.6}.vo-root .vo-proof-meta{margin:18px 0;font-size:11px}.vo-root .vo-proof-meta>div{border-top:1px solid var(--line);padding:10px 0}.vo-root dt{color:var(--muted);margin-bottom:6px;font-size:9px}.vo-root dd{margin:0;line-height:1.5}.vo-root .vo-measurements{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:9px;padding:15px 0;display:grid}.vo-root .vo-measurements dd{font-size:15px}.vo-root .vo-measurements dt{font-size:8px}.vo-root .vo-history,.vo-root .vo-limitation{border-top:1px solid var(--line);margin-top:20px;padding-top:17px}.vo-root .vo-history p,.vo-root .vo-limitation p{font-size:11px}.vo-root .vo-evidence{padding-top:22px}.vo-root .vo-evidence>p{font-size:11px}.vo-root .vo-document{border-block:1px solid var(--line);padding:18px;font-family:Georgia,serif;line-height:1.65;font-size:16px!important}.vo-root .vo-actions{margin-top:22px;display:grid}.vo-root .vo-actions button{border:0;border-top:1px solid var(--line);letter-spacing:.05em;text-align:left;background:0 0;justify-content:space-between;gap:12px;min-height:48px;padding:12px 0;font-size:9px;display:flex}.vo-root .vo-actions button[aria-pressed=true]{color:var(--accent)}.vo-root .vo-action-form{border-top:1px solid var(--line);margin-top:12px;padding-top:20px}.vo-root .vo-action-form label{margin:18px 0 10px;font-size:11px;display:block}.vo-root textarea{resize:vertical;width:100%;min-height:80px;max-height:170px;color:var(--ink);background:#fbfaf4;border:1px solid #8b9786;padding:10px;font-size:13px}.vo-root .vo-confirmation{overflow-wrap:anywhere;font-size:12px}.vo-root .vo-footer{border-top:1px solid var(--line);letter-spacing:.07em;color:var(--muted);justify-content:space-between;padding:20px 0;font-size:8px;display:flex}@media (width>=901px){.vo-root:not(.vo-mode-explore) .vo-watch-space{padding-right:220px}.vo-root:not(.vo-mode-explore) .vo-watch{height:545px}.vo-root:not(.vo-mode-explore) .vo-stage-note{max-width:170px}}@media (width>=1250px){.vo-root:not(.vo-mode-explore) .vo-watch-space{padding-right:100px}.vo-root .vo-sheet{width:355px}}@media (width<=900px){.vo-root{padding:0 20px}.vo-root .vo-header-caption{display:none}.vo-root .vo-header{height:60px}.vo-root .vo-intro{align-items:flex-start;padding:22px 0}.vo-root .vo-demo{max-width:180px;font-size:9px}.vo-root .vo-modes button{flex:1;justify-content:center;gap:12px;min-width:0;padding:0 8px}.vo-root .vo-stage-note{top:20px}.vo-root .vo-watch-space{height:550px}.vo-root .vo-watch{height:525px}.vo-root .vo-explore-action{justify-content:space-between;align-items:center;gap:20px;width:100%;padding:16px 0;display:flex;position:relative;bottom:auto}.vo-root .vo-explore-action p{margin:0;font-size:17px}.vo-root .vo-explore-action button{max-width:250px}.vo-root .vo-workspace{min-height:0}.vo-root .vo-sheet{border-inline:0;border-radius:15px 15px 0 0;width:100%;max-height:none;margin:0;position:relative;top:auto;right:auto;overflow:hidden}.vo-root .vo-sheet-toggle{min-height:48px}.vo-root .vo-sheet-content{max-height:40svh;padding:18px 20px}.vo-root:not(.vo-mode-explore) .vo-watch-space{height:320px}.vo-root:not(.vo-mode-explore) .vo-watch{height:310px}.vo-root:not(.vo-mode-explore) .vo-stage-note{display:none}.vo-root .vo-components{margin-bottom:18px}.vo-root .vo-components button{flex:1;justify-content:center}.vo-root .vo-footer{gap:15px;font-size:7px}}@media (width<=560px){.vo-root{padding:0 16px}.vo-root .vo-brand{font-size:14px}.vo-root .vo-brand span{margin-left:6px;padding-left:10px;font-size:10px}.vo-root .vo-intro{padding:18px 0;display:block}.vo-root h1{font-size:32px}.vo-root h1 span{margin-top:9px;font-size:10px}.vo-root .vo-intro .vo-kicker{margin-bottom:10px;font-size:8px}.vo-root .vo-demo{max-width:none;margin-top:17px;padding-left:9px;font-size:8px}.vo-root .vo-demo strong{margin-right:6px;line-height:1.8;display:inline}.vo-root .vo-demo span{display:inline}.vo-root .vo-modes button{letter-spacing:.03em;gap:7px;min-height:48px;font-size:9px}.vo-root .vo-modes button span{font-size:8px}.vo-root .vo-watch-space{height:435px;padding-top:40px}.vo-root .vo-watch{height:405px}.vo-root .vo-stage-note .vo-kicker{font-size:8px}.vo-root .vo-stage-note p{display:none}.vo-root .vo-viewer-footer{letter-spacing:0;font-size:7px}.vo-root .vo-viewer-footer .vo-separator{margin:0 4px}.vo-root .vo-zoom{gap:0}.vo-root .vo-explore-action{flex-direction:column;align-items:stretch;gap:14px}.vo-root .vo-explore-action p{font-size:15px}.vo-root .vo-explore-action button{max-width:none}.vo-root .vo-sheet{width:100%;margin-inline:0}.vo-root .vo-sheet-content{max-height:38svh;padding:14px 16px}.vo-root:not(.vo-mode-explore) .vo-watch-space{height:245px;padding-top:0}.vo-root:not(.vo-mode-explore) .vo-watch{height:242px}.vo-root .vo-hotspot{width:44px;height:44px;font-size:9px}.vo-root .vo-sheet-toggle{padding-inline:16px;font-size:10px}.vo-root .vo-footer{line-height:1.7}.vo-root .vo-footer>span:first-child{max-width:245px}}@media (prefers-reduced-motion:reduce){.vo-root *,.vo-root :before,.vo-root :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.vo-root .vo-model-viewer{background:0 0;width:100%;min-width:0;height:100%;min-height:0;display:block;position:absolute;inset:0}.vo-root .vo-viewer-status{z-index:2;pointer-events:none;text-align:right;max-width:260px;position:absolute;bottom:24px;right:24px}@media (width<=560px){.vo-root .vo-viewer-status{max-width:190px;bottom:12px;right:12px}}.vo-root .vo-watch-space{position:relative}.vo-root .vo-model-shell{width:min(72vw,820px);height:100%;margin:auto;position:absolute;inset:0}.vo-root .vo-model-viewer{background:0 0;width:100%;height:100%;display:block}.vo-root .vo-viewer-status{z-index:2;pointer-events:none;text-align:left;max-width:220px;position:absolute;bottom:24px;left:24px;right:auto}.vo-root .vo-viewer-status span{letter-spacing:.12em;color:var(--muted);margin-bottom:6px;font-size:8px;display:block}.vo-root .vo-viewer-status strong{color:var(--ink);font-size:11px;font-weight:500;line-height:1.45;display:block}@media (width<=900px){.vo-root .vo-model-shell{width:min(88vw,680px)}}@media (width<=560px){.vo-root .vo-model-shell{width:100%}.vo-root .vo-viewer-status{max-width:180px;bottom:12px;left:12px}}@media (width>=901px){.vo-root .vo-model-shell{top:28px;bottom:-28px;left:50%;transform:translate(-58%)}.vo-root{grid-template-rows:64px auto 48px minmax(0,1fr) 34px;height:100svh;min-height:100svh;display:grid;overflow:hidden}.vo-root .vo-header{height:64px}.vo-root .vo-intro{padding:14px 0 12px}.vo-root .vo-modes button{min-height:48px}.vo-root .vo-workspace{height:100%;min-height:0;overflow:hidden}.vo-root .vo-watch-space{height:100%;min-height:0}.vo-root .vo-viewer{grid-template-rows:minmax(0,1fr) 42px;height:100%;display:grid}.vo-root .vo-viewer-footer{min-height:42px}.vo-root .vo-sheet{max-height:calc(100% - 24px)}.vo-root .vo-sheet-content{max-height:calc(100svh - 230px)}.vo-root .vo-footer{min-height:34px;padding:8px 0}.vo-root{--ink:#eef0e9;--muted:#909891;--paper:#0b0d0c;--line:#dae0d621;--accent:#b8785b;--surface:#121513;--surface-2:#171a18;--surface-3:#1d211e;color:var(--ink);background:radial-gradient(circle at 43% 46%,#86958417 0,#86958406 27%,#0000 51%),radial-gradient(circle at 80% 15%,#734e3e14,#0000 33%),#0b0d0c}.vo-root h1,.vo-root h2,.vo-root h3{color:var(--ink)}.vo-root .vo-header{border-bottom:1px solid var(--line);position:relative}.vo-root .vo-header:after{content:"";opacity:.45;background:linear-gradient(90deg,#0000 0%,#d8e0d357 30%,#ab6f526b 54%,#0000 100%);height:1px;position:absolute;bottom:-1px;left:0;right:0}.vo-root .vo-brand{color:#f2f3ec}.vo-root .vo-brand span{color:#a8afa7;border-left-color:#e1e7dc33}.vo-root .vo-header-caption,.vo-root .vo-return{color:var(--muted)}.vo-root .vo-intro{z-index:4;position:relative}.vo-root .vo-intro h1{letter-spacing:-.045em;max-width:580px;font-size:clamp(32px,3vw,46px)}.vo-root .vo-intro h1 span{color:#8f9790}.vo-root .vo-demo{color:#929991;border-left:1px solid #c2846599}.vo-root .vo-demo strong{color:#d6dbd3}.vo-root .vo-modes{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0a0c0b94}.vo-root .vo-modes button{color:#9da49e;border-right:1px solid var(--line);background:0 0;transition:background .25s,color .25s,border-color .25s}.vo-root .vo-modes button span{color:#656d67}.vo-root .vo-modes button:hover{color:#d8ddd6;background:#ffffff06}.vo-root .vo-modes button[aria-pressed=true]{color:#f1f2eb;background:linear-gradient(115deg,#b4785b2e,#0000 45%),#171a18;box-shadow:inset 0 -1px #ca8b6bad,inset 0 1px #ffffff0a}.vo-root .vo-modes button[aria-pressed=true] span{color:#b98368}.vo-root .vo-workspace{background:radial-gradient(at 43% 52%,#8b968914,#0000 40%),linear-gradient(#ffffff03,#0000 27%);position:relative}.vo-root .vo-watch-space{background:radial-gradient(at 43% 58%,#b1baac1a 0,#6e786f09 32%,#0000 61%)}.vo-root .vo-watch-space:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#d2dbcf1c 25%,#d2dbcf2b 50%,#d2dbcf1c 75%,#0000);height:1px;position:absolute;bottom:10%;left:7%;right:7%}.vo-root .vo-watch-space:after{content:"";filter:blur(18px);pointer-events:none;background:radial-gradient(#0000006b,#0000 68%);width:42%;height:22%;position:absolute;bottom:5%;left:21%}.vo-root .vo-model-shell{z-index:2}.vo-root .vo-model-viewer{filter:drop-shadow(0 30px 24px #00000057)drop-shadow(0 7px 8px #00000042)}.vo-root .vo-stage-note{z-index:5}.vo-root .vo-stage-note .vo-kicker{color:#c1c7c0}.vo-root .vo-stage-note p{color:#737b75}.vo-root .vo-sheet{z-index:8;color:#e3e7e0;background:linear-gradient(132deg,#b26d5216,#0000 22%),linear-gradient(310deg,#67877c13,#0000 34%),#141715;border:1px solid #d7e0d524;box-shadow:0 32px 90px #00000061,inset 0 1px #ffffff0b}.vo-root .vo-sheet:before{content:"";pointer-events:none;opacity:.9;background:linear-gradient(115deg,#0000 0%,#ffffff06 28%,#a6725b0b 44%,#74928609 58%,#0000 76%);position:absolute;inset:0}.vo-root .vo-sheet-toggle{z-index:2;color:#d9ded7;background:#1b1f1c;border-bottom:1px solid #dce2d91f;position:relative}.vo-root .vo-sheet-content{z-index:2;position:relative}.vo-root .vo-components button{color:#89918a;border-bottom-color:#d9e0d61f}.vo-root .vo-components button span{color:#59615b}.vo-root .vo-components button:hover{color:#d5dad3}.vo-root .vo-components button[aria-pressed=true]{color:#d59a7c;border-bottom-color:#b77759}.vo-root .vo-claim{color:#dfe3dc}.vo-root .vo-source{color:#9da49d}.vo-root .vo-status{color:#dce2da;background:linear-gradient(120deg,#7e9c8724,#ffffff04),#1b211c;border-color:#9cb29b52;box-shadow:inset 0 1px #ffffff0a}.vo-root .vo-status-document-supported{background:linear-gradient(120deg,#95895b24,#ffffff05),#211f19;border-color:#afa06c4f}.vo-root .vo-status-measured{background:linear-gradient(120deg,#53898729,#ffffff05),#172120;border-color:#699f9c52}.vo-root .vo-status-seller-declared{background:linear-gradient(120deg,#a971512b,#ffffff05),#221a16;border-color:#bb7f5e52}.vo-root .vo-status-unknown,.vo-root .vo-status-not-inspected{color:#a6ada7;background:linear-gradient(120deg,#81878114,#0000),#191b19;border-color:#9ca39c30}.vo-root .vo-proof-meta>div,.vo-root .vo-history,.vo-root .vo-limitation,.vo-root .vo-actions button,.vo-root .vo-action-form{border-color:#dae1d71f}.vo-root dt,.vo-root .vo-small{color:#858d87}.vo-root .vo-measurements{border-color:#d8e0d61f}.vo-root .vo-measurements dd{color:#e5e9e2}.vo-root .vo-document{color:#d9ddd5;background:linear-gradient(120deg,#9186610f,#0000);border-color:#d9e0d621}.vo-root .vo-evidence-placeholder{background:linear-gradient(130deg,#b1775b12,#0000 31%),linear-gradient(310deg,#6f8f830f,#0000 37%),#181b19;border:1px solid #d6ded31f;margin-top:16px;padding:18px}.vo-root .vo-evidence-placeholder strong{color:#d8ddd6;margin-bottom:10px;font-weight:500;display:block}.vo-root .vo-evidence-placeholder p:last-child{color:#8d958e;margin-bottom:0;font-size:11px}.vo-root .vo-primary{color:#f1eee7;background:linear-gradient(110deg,#6f4232,#3f2921);border-color:#a7684d;box-shadow:inset 0 1px #ffffff14,0 8px 24px #0000002e}.vo-root .vo-primary:hover{background:linear-gradient(110deg,#81503c,#493027)}.vo-root .vo-text-button{color:#b8bfb8;border-bottom-color:#dae1d71f}.vo-root .vo-actions button{color:#b7beb7}.vo-root .vo-actions button:hover,.vo-root .vo-actions button[aria-pressed=true]{color:#d99c7b}.vo-root textarea{color:#e4e8e1;background:#101311;border-color:#b7c3b638}.vo-root .vo-viewer-footer{color:#737b74;border-top:1px solid #dbe2d81a}.vo-root .vo-viewer-status span{color:#858d86}.vo-root .vo-viewer-status strong{color:#dce1da}.vo-root .vo-footer{color:#626a64;border-top:1px solid #dae0d617}}.vo-root .vo-status{cursor:default;-webkit-user-select:none;user-select:none}@media (width>=901px){.vo-root .vo-sheet{flex-direction:column;height:auto;max-height:none;display:flex;top:16px;bottom:16px;overflow:hidden}.vo-root .vo-sheet-toggle{flex:none}.vo-root .vo-sheet-content{flex:auto;min-height:0;max-height:none;padding-bottom:28px;scroll-padding-bottom:28px;overflow-y:auto}.vo-root .vo-action-form{padding-bottom:8px}.vo-root .vo-model-shell{top:0;bottom:0}}.vo-root .vo-quick-actions{grid-template-columns:1fr 1fr;gap:7px;margin:14px 0 10px;display:grid}.vo-root .vo-quick-actions button{color:#d9ded7;letter-spacing:.055em;text-align:left;cursor:pointer;background:linear-gradient(120deg,#b0745814,#66887c0a),#181b19;border:1px solid #dae1d724;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:9px 10px;font-size:8px;display:flex}.vo-root .vo-quick-actions button:hover{background:linear-gradient(120deg,#be79592b,#678e7e14),#1c201d;border-color:#cc8b6a7a}.vo-root .vo-quick-actions button span{color:#c88968;font-size:13px}@media (width<=560px){.vo-root .vo-quick-actions{grid-template-columns:1fr}}@media (width>=901px){.vo-root{background:radial-gradient(circle at 39%,#5f8e7c13,#0000 30%),radial-gradient(circle at 76% 35%,#c4714c12,#0000 28%),radial-gradient(circle at 64% 88%,#5a70910b,#0000 26%),linear-gradient(135deg,#080b0a 0%,#0d1110 48%,#090b0a 100%)}.vo-root .vo-workspace:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 20%,#83b59d06 38%,#0000 52%),linear-gradient(300deg,#0000 29%,#c5775008 46%,#0000 63%);border:1px solid #dfe6dc09;position:absolute;inset:5% 3% 8%}.vo-root .vo-sheet{background:linear-gradient(128deg,#cd7b531b 0%,#0000 24%),linear-gradient(310deg,#5b978018 0%,#0000 32%),linear-gradient(#ffffff06,#0000 27%),#111513;border-color:#dae2d92b;animation:8s ease-in-out infinite vo-panel-float;box-shadow:0 38px 90px #00000075,0 8px 22px #0000003d,inset 0 1px #fff1,inset 0 0 60px #73918206}.vo-root .vo-sheet:after{content:"";pointer-events:none;opacity:.62;background:linear-gradient(108deg,#0000 0% 32%,#cd845e0b 42%,#70a48f0a 51%,#0000 63%);position:absolute;inset:0}.vo-root .vo-sheet-toggle{background:linear-gradient(105deg,#c1744e13,#0000 35%),#181d1a}.vo-root .vo-quick-actions{gap:9px}.vo-root .vo-quick-actions button{background:linear-gradient(130deg,#cc7b5218,#0000 39%),linear-gradient(310deg,#5b978014,#0000 42%),#151a17;border:1px solid #d1ddd22b;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;position:relative;overflow:hidden;box-shadow:0 12px 25px #00000030,inset 0 1px #ffffff0b}.vo-root .vo-quick-actions button:before{content:"";pointer-events:none;background:linear-gradient(112deg,#0000 15%,#ffffff06 40%,#c37b570b 50%,#669f890a 59%,#0000 78%);position:absolute;inset:0}.vo-root .vo-quick-actions button:hover{border-color:#d38f6a7a;transform:translateY(-3px);box-shadow:0 18px 32px #0000004a,inset 0 1px #ffffff12}.vo-root .vo-primary{background:linear-gradient(105deg,#754633 0%,#513329 42%,#233b33 120%);border-color:#d58c668f;transition:transform .22s,box-shadow .22s,filter .22s;position:relative;overflow:hidden;box-shadow:0 13px 30px #0000003d,inset 0 1px #ffffff17}.vo-root .vo-primary:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 19px 38px #0000004f,inset 0 1px #ffffff1c}.vo-root .vo-status{box-shadow:0 6px 15px #00000021,inset 0 1px #ffffff0b}.vo-root .vo-modes button[aria-pressed=true]{background:linear-gradient(110deg,#c276512b,#0000 42%),linear-gradient(300deg,#58917c1c,#0000 45%),#161b18}}@keyframes vo-panel-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.vo-root .vo-sheet{animation:none!important}.vo-root .vo-quick-actions button:hover,.vo-root .vo-primary:hover{transform:none!important}}@media (width<=900px){.vo-root{--ink:#eef0e9;--muted:#909891;--paper:#0b0d0c;--line:#dae0d621;--accent:#b8785b;width:100%;min-width:0;max-width:100%;color:var(--ink);background:radial-gradient(circle at 42% 34%,#5f8e7c14,#0000 30%),radial-gradient(circle at 82% 16%,#c4714c13,#0000 28%),linear-gradient(135deg,#080b0a,#0d1110 52%,#090b0a);overflow-x:hidden}.vo-root *,.vo-root :before,.vo-root :after{box-sizing:border-box;min-width:0}.vo-root h1,.vo-root h2,.vo-root h3{color:var(--ink)}.vo-root .vo-brand{color:#f2f3ec}.vo-root .vo-brand span{color:#a8afa7;border-left-color:#e1e7dc33}.vo-root .vo-return,.vo-root .vo-header-caption,.vo-root .vo-demo,.vo-root .vo-small{color:var(--muted)}.vo-root .vo-header{border-bottom-color:var(--line)}.vo-root .vo-intro{gap:14px}.vo-root h1{overflow-wrap:break-word;max-width:100%}.vo-root .vo-demo{border-left-color:#c2846599}.vo-root .vo-demo strong{color:#d6dbd3}.vo-root .vo-modes{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0a0c0ba3;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.vo-root .vo-modes button{text-align:left;white-space:normal;overflow-wrap:break-word;color:#9da49e;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:0 0;grid-template-columns:auto minmax(0,1fr);justify-content:start;align-items:center;gap:8px;width:100%;min-width:0;min-height:56px;padding:8px 10px;display:grid}.vo-root .vo-modes button:nth-child(2n){border-right:0}.vo-root .vo-modes button:nth-last-child(-n+2){border-bottom:0}.vo-root .vo-modes button span{color:#747c76;font-size:8px}.vo-root .vo-modes button[aria-pressed=true]{color:#f1f2eb;background:linear-gradient(115deg,#b4785b2e,#0000 48%),#171a18;box-shadow:inset 0 -1px #ca8b6bad}.vo-root .vo-modes button[aria-pressed=true] span{color:#b98368}.vo-root .vo-workspace{background:radial-gradient(at 48% 42%,#8b968912,#0000 42%),linear-gradient(#ffffff03,#0000 27%)}.vo-root .vo-watch-space{background:radial-gradient(at 50% 55%,#b1baac14,#0000 62%);overflow:hidden}.vo-root .vo-model-viewer{filter:drop-shadow(0 24px 22px #00000057)}.vo-root .vo-viewer-footer{color:#737b74;border-top-color:var(--line)}.vo-root .vo-viewer-status span{color:#858d86}.vo-root .vo-viewer-status strong{color:#dce1da}.vo-root .vo-sheet{color:#e3e7e0;background:linear-gradient(132deg,#b26d5216,#0000 22%),linear-gradient(310deg,#67877c13,#0000 34%),#141715;border-color:#d7e0d524;box-shadow:0 22px 55px #00000052,inset 0 1px #ffffff0a}.vo-root .vo-sheet-toggle{color:#dfe3dc;border-bottom-color:var(--line);background:#181d1a}.vo-root .vo-sheet-content{color:#d9ddd7;max-height:none;overflow:visible}.vo-root .vo-components{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.vo-root .vo-components button{text-align:left;white-space:normal;overflow-wrap:break-word;color:#aeb5ae;background:#111513;border:1px solid #dae0d61f;justify-content:flex-start;width:100%;min-width:0;min-height:48px;padding:9px 10px}.vo-root .vo-components button:last-child{grid-column:1/-1}.vo-root .vo-components button[aria-pressed=true]{color:#e7d0c4;background:linear-gradient(115deg,#b4785b26,#0000 55%),#171a18;border-color:#b8785b9e}.vo-root .vo-components button span{color:#777f78}.vo-root .vo-status{color:#dce1da;background:#18201b;border-color:#91a6976b}.vo-root .vo-status-document-supported{background:#211e18;border-color:#8f795f}.vo-root .vo-status-measured{background:#17201e;border-color:#668a7d}.vo-root .vo-status-seller-declared{background:#241d18;border-color:#8f6f58}.vo-root .vo-status-unknown,.vo-root .vo-status-not-inspected{color:#a5aaa4;background:#181a18;border-color:#575d58}.vo-root .vo-source,.vo-root .vo-proof-meta,.vo-root dt,.vo-root .vo-history p,.vo-root .vo-limitation p,.vo-root .vo-evidence>p{color:#a1a8a1}.vo-root .vo-source span,.vo-root dt{color:#7f8780}.vo-root .vo-text-button,.vo-root .vo-proof-meta>div,.vo-root .vo-measurements,.vo-root .vo-history,.vo-root .vo-limitation,.vo-root .vo-document,.vo-root .vo-actions button,.vo-root .vo-action-form{border-color:var(--line)}.vo-root .vo-document{color:#d8ddd6;background:#ffffff03}.vo-root textarea{color:#e4e7e1;background:#0d100f;border-color:#4e5b53}.vo-root textarea::placeholder{color:#6f7771}.vo-root .vo-primary{color:#f3f1ea;background:linear-gradient(105deg,#754633 0%,#513329 42%,#233b33 120%);border-color:#d58c668f}.vo-root .vo-quick-actions button{color:#d9ded7;background:linear-gradient(120deg,#b0745814,#66887c0a),#181b19;border-color:#dae1d724}.vo-root .vo-footer{color:#6f7770;border-top-color:var(--line)}}@media (width<=560px){.vo-root{padding:0 14px}.vo-root .vo-header{gap:12px;height:58px}.vo-root .vo-brand{letter-spacing:.14em;font-size:13px}.vo-root .vo-brand span{letter-spacing:.08em;margin-left:5px;padding-left:8px;font-size:8px}.vo-root .vo-return{letter-spacing:.07em;white-space:nowrap;font-size:8px}.vo-root .vo-intro{padding:16px 0;display:block}.vo-root h1{font-size:clamp(27px,8.5vw,34px);line-height:1.05}.vo-root h1 span{font-size:9px;line-height:1.4}.vo-root .vo-demo{width:100%;max-width:none;margin-top:14px;font-size:8px;line-height:1.55}.vo-root .vo-modes button{letter-spacing:.02em;min-height:58px;padding:8px;font-size:8px}.vo-root .vo-watch-space{height:390px;padding-top:24px}.vo-root .vo-watch{height:365px}.vo-root .vo-model-shell{width:100%}.vo-root .vo-viewer-status{max-width:165px;bottom:10px;left:10px}.vo-root .vo-viewer-status strong{font-size:9px}.vo-root .vo-viewer-footer{letter-spacing:0;flex-wrap:wrap;gap:6px;padding:0 2px;font-size:6.5px}.vo-root .vo-zoom{margin-left:auto}.vo-root .vo-sheet{border-radius:12px 12px 0 0;width:100%;margin-inline:0}.vo-root .vo-sheet-content{padding:14px}.vo-root .vo-components{gap:6px}.vo-root .vo-components button{min-height:46px;padding:8px;font-size:8px}.vo-root .vo-claim{overflow-wrap:break-word;font-size:13px}.vo-root .vo-measurements{grid-template-columns:1fr 1fr;gap:8px}.vo-root .vo-measurements>div:last-child{grid-column:1/-1}.vo-root .vo-actions button{overflow-wrap:break-word;font-size:8px}.vo-root .vo-footer{flex-direction:column;gap:8px;font-size:7px;line-height:1.55}.vo-root .vo-footer>span:first-child{max-width:none}}@media (width<=680px){html,body{overflow-x:hidden}.vo-root{--ink:#eef0e9;--muted:#909891;--paper:#0b0d0c;--line:#dae0d621;--accent:#b8785b;width:100%;min-width:0;max-width:100%;min-height:100svh;color:var(--ink);background:radial-gradient(circle at 42% 34%,#5f8e7c14,#0000 30%),radial-gradient(circle at 82% 16%,#c4714c13,#0000 28%),linear-gradient(135deg,#080b0a,#0d1110 52%,#090b0a);padding-left:14px;padding-right:14px;display:block;overflow-x:hidden}.vo-root,.vo-root *,.vo-root :before,.vo-root :after{box-sizing:border-box}.vo-root *{min-width:0}.vo-root h1,.vo-root h2,.vo-root h3,.vo-root p,.vo-root span,.vo-root strong,.vo-root dt,.vo-root dd,.vo-root button,.vo-root label{white-space:normal;overflow-wrap:anywhere;word-break:normal;max-width:100%}.vo-root .vo-header{gap:10px;width:100%;min-width:0}.vo-root .vo-brand{flex:0 auto;min-width:0}.vo-root .vo-return{flex:none;margin-left:auto}.vo-root .vo-intro{width:100%;min-width:0;padding:16px 0;display:block;overflow:visible}.vo-root .vo-intro>div{width:100%;min-width:0;max-width:100%}.vo-root h1{width:100%;min-width:0;max-width:100%;font-size:clamp(27px,8.2vw,34px);line-height:1.04;display:block;overflow:visible}.vo-root h1 span{width:100%;margin-top:9px;font-size:9px;line-height:1.45;display:block}.vo-root .vo-demo{width:100%;max-width:100%;margin-top:14px;padding-left:10px;display:block}.vo-root .vo-demo strong,.vo-root .vo-demo span{max-width:100%;display:block}.vo-root .vo-modes{grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;max-width:100%;display:grid;overflow:hidden}.vo-root .vo-modes button{text-align:left;white-space:normal;letter-spacing:.02em;grid-template-columns:auto minmax(0,1fr);justify-content:start;align-items:center;gap:7px;width:100%;min-width:0;max-width:100%;min-height:58px;padding:9px;font-size:8px;line-height:1.25;display:grid;overflow:hidden}.vo-root .vo-workspace,.vo-root .vo-viewer,.vo-root .vo-watch-space,.vo-root .vo-model-shell{width:100%;min-width:0;max-width:100%}.vo-root .vo-model-shell{margin:0 auto;left:0;right:0;transform:none}.vo-root .vo-watch-space{overflow:hidden}.vo-root .vo-sheet{border-radius:12px 12px 0 0;width:100%;min-width:0;max-width:100%;margin:0;position:relative;top:auto;left:auto;right:auto;overflow:hidden;transform:none}.vo-root .vo-sheet-toggle{width:100%;min-width:0}.vo-root .vo-sheet-toggle>span:first-child{overflow-wrap:anywhere;min-width:0}.vo-root .vo-sheet-content{width:100%;min-width:0;max-width:100%;max-height:none;padding:14px;overflow:hidden visible}.vo-root .vo-components{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px;width:100%;min-width:0;max-width:100%;display:grid}.vo-root .vo-components button{text-align:left;white-space:normal;justify-content:flex-start;width:100%;min-width:0;max-width:100%;min-height:46px;padding:8px;display:flex;overflow:hidden}.vo-root .vo-components button:last-child{grid-column:1/-1}.vo-root .vo-claim,.vo-root .vo-source,.vo-root .vo-small,.vo-root .vo-document,.vo-root .vo-history,.vo-root .vo-limitation,.vo-root .vo-evidence,.vo-root .vo-proof-meta{overflow-wrap:anywhere;width:100%;min-width:0;max-width:100%}.vo-root .vo-measurements,.vo-root .vo-quick-actions,.vo-root .vo-actions{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;max-width:100%;display:grid}.vo-root .vo-quick-actions button,.vo-root .vo-actions button,.vo-root .vo-primary,.vo-root .vo-text-button,.vo-root textarea{white-space:normal;overflow-wrap:anywhere;width:100%;min-width:0;max-width:100%}.vo-root .vo-viewer-footer{flex-wrap:wrap;gap:6px 10px;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.vo-root .vo-viewer-footer>span{min-width:0;max-width:100%}.vo-root .vo-footer{flex-direction:column;gap:8px;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}}@media (width<=430px){.vo-root,.vo-root .vo-sheet-content{padding-left:12px;padding-right:12px}.vo-root .vo-components{grid-template-columns:minmax(0,1fr)}.vo-root .vo-components button:last-child{grid-column:auto}}
