@import "https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";
:root{--pm-blue-50:#eef3fe;--pm-blue-100:#dce6fd;--pm-blue-200:#b7cbfa;--pm-blue-500:#1e50c8;--pm-blue-600:#1a45ac;--pm-blue-700:#163a8e;--pm-ink:#0e1a2b;--pm-navy:#0c1730;--pm-navy-700:#16243f;--pm-slate-25:#f8fafc;--pm-slate-50:#f3f6fb;--pm-slate-100:#eaeff6;--pm-slate-200:#dce3ee;--pm-slate-300:#c6d0e0;--pm-slate-400:#9aa8bf;--pm-slate-500:#6b7b96;--pm-slate-600:#51607a;--pm-slate-700:#3a475d;--pm-video:#e5484d;--pm-video-bg:#feecec;--pm-mentor:#6e56cf;--pm-mentor-bg:#eeeafb;--pm-content:#c76a0a;--pm-content-bg:#fbeedc;--pm-learn:#0e8f62;--pm-learn-bg:#def3ea;--bg-page:var(--pm-slate-50);--surface:#fff;--surface-muted:var(--pm-slate-25);--surface-deep:var(--pm-navy);--text-strong:var(--pm-ink);--text-body:var(--pm-slate-700);--text-muted:var(--pm-slate-500);--text-on-deep:#e7edf7;--text-on-deep-muted:#aab7cf;--border-subtle:var(--pm-slate-100);--border-default:var(--pm-slate-200);--border-strong:var(--pm-slate-300);--accent:var(--pm-blue-500);--accent-hover:var(--pm-blue-600);--accent-soft:var(--pm-blue-50);--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"Anonymous Pro", "JetBrains Mono", ui-monospace, Menlo, monospace;--content-max:1180px;--gutter:28px;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--shadow-sm:0 10px 28px #16243f14;--shadow-md:0 18px 42px #16243f1f}*{box-sizing:border-box}html{background:var(--bg-page);color:var(--text-strong);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);margin:0;font-size:16px;line-height:1.55}img,svg{display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-shell{background:var(--surface);min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #dce3eedb;position:sticky;top:0}.site-header__inner{max-width:var(--content-max);min-height:72px;padding:0 var(--gutter);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:26px;margin:0 auto;display:grid}.brand{color:var(--accent);white-space:nowrap;align-items:center;font-weight:800;display:inline-flex}.brand__mark{flex:none;display:inline-flex}.brand__text{color:var(--text-strong);font-size:17px}.brand__logo{width:142px;height:auto}.brand__logo--footer{width:156px}.site-nav{justify-content:center;gap:6px;min-width:0;display:flex}.site-nav a{border-radius:var(--radius-sm);min-height:38px;color:var(--text-body);align-items:center;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.site-footer{border-top:1px solid var(--border-default);background:#fff}.site-footer__inner{max-width:var(--content-max);padding:48px var(--gutter);grid-template-columns:minmax(280px,.95fr) minmax(0,1.45fr);gap:48px;margin:0 auto;display:grid}.site-footer__brand{align-content:start;gap:16px;display:grid}.site-footer__brand p{max-width:420px;color:var(--text-body);margin:0;font-size:14px;line-height:1.65}.site-footer__mail{color:var(--accent);font-size:14px;font-weight:700}.site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.site-footer__links div{align-content:start;gap:10px;display:grid}.site-footer__links h2{color:var(--text-strong);margin:0 0 4px;font-size:15px;line-height:1.3}.site-footer__links a{color:var(--text-body);font-size:13px;line-height:1.4}.btn{border-radius:var(--radius-sm);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;line-height:1.2;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--secondary:hover{border-color:var(--accent-border,var(--pm-blue-200));color:var(--accent)}.btn--large{min-height:50px;padding:0 20px}.hero{border-bottom:1px solid var(--border-subtle);background:var(--surface)}.hero--home{background:var(--surface-muted)}.hero--module.mod-video{background:var(--pm-video-bg)}.hero--module.mod-mentor{background:var(--pm-mentor-bg)}.hero--module.mod-content{background:var(--pm-content-bg)}.hero--module.mod-learning{background:var(--pm-learn-bg)}.hero--technical{border-bottom-color:var(--pm-navy-700);background:var(--surface-deep);color:var(--text-on-deep)}.hero__inner{max-width:var(--content-max);padding:72px var(--gutter) 68px;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);align-items:center;gap:52px;margin:0 auto;display:grid}.hero__inner--one{max-width:940px;display:block}.hero__copy h1,.hero__inner--one h1{max-width:780px;color:var(--text-strong);letter-spacing:0;margin:0 0 20px;font-size:56px;font-weight:800;line-height:1.08}.hero--technical .hero__inner--one h1{color:#fff}.hero__copy p,.hero__inner--one p{max-width:670px;color:var(--text-body);margin:0 0 30px;font-size:18px;line-height:1.65}.hero--technical .hero__inner--one p{color:var(--text-on-deep-muted)}.hero__badge,.module-label{border:1px solid var(--border-default);border-radius:var(--radius-pill);min-height:34px;color:var(--text-body);background:#fff;align-items:center;gap:8px;margin-bottom:22px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.hero--technical .hero__badge{border-color:var(--pm-navy-700);background:var(--pm-navy-700);color:var(--text-on-deep)}.module-label{border:0}.mod-video .module-label,.mod-video .demo-console__eyebrow,.mod-video .capability-panel svg{color:var(--pm-video)}.mod-mentor .module-label,.mod-mentor .demo-console__eyebrow,.mod-mentor .capability-panel svg{color:var(--pm-mentor)}.mod-content .module-label,.mod-content .demo-console__eyebrow,.mod-content .capability-panel svg{color:var(--pm-content)}.mod-learning .module-label,.mod-learning .demo-console__eyebrow,.mod-learning .capability-panel svg{color:var(--pm-learn)}.mod-video .module-label{background:var(--pm-video-bg)}.mod-mentor .module-label{background:var(--pm-mentor-bg)}.mod-content .module-label{background:var(--pm-content-bg)}.mod-learning .module-label{background:var(--pm-learn-bg)}.hero__actions,.form-card__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.trust-row,.module-points{border-top:1px solid var(--border-default);flex-wrap:wrap;gap:12px 18px;padding-top:24px;display:flex}.trust-row span,.module-points span{color:var(--text-body);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.trust-row svg,.module-points svg{color:var(--pm-learn)}.section{max-width:var(--content-max);padding:82px var(--gutter);margin:0 auto}.section--muted{background:var(--bg-page);max-width:none}.section--muted>*{max-width:var(--content-max);margin-left:auto;margin-right:auto}.section--split{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:start;gap:48px;display:grid}.section--form{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:34px;display:grid}.section-head{max-width:780px;margin-bottom:38px}.section-kicker{color:var(--accent);font-family:var(--font-mono);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:700}.section-head h2,.final-cta h2,.form-card h2{color:var(--text-strong);letter-spacing:0;margin:0 0 14px;font-size:36px;font-weight:800;line-height:1.15}.section-head p,.form-card__head p,.final-cta p{max-width:720px;color:var(--text-body);margin:0;font-size:17px;line-height:1.65}.section-head--light h2{color:#fff}.section-head--light p{color:var(--text-on-deep-muted)}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.module-card,.feature-card,.document-card,.integration-card,.process-card,.requisites-card,.form-card,.demo-console,.legal-aside,.requisites-table{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.module-card{min-height:330px;color:var(--text-strong);gap:16px;padding:26px;display:grid}.module-card:hover{border-color:var(--pm-blue-200);box-shadow:var(--shadow-md);transform:translateY(-2px)}.module-card__icon,.feature-card>span{border-radius:var(--radius-md);background:var(--accent-soft);width:46px;height:46px;color:var(--accent);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.module-card.mod-video .module-card__icon{background:var(--pm-video-bg);color:var(--pm-video)}.module-card.mod-mentor .module-card__icon{background:var(--pm-mentor-bg);color:var(--pm-mentor)}.module-card.mod-content .module-card__icon{background:var(--pm-content-bg);color:var(--pm-content)}.module-card.mod-learning .module-card__icon{background:var(--pm-learn-bg);color:var(--pm-learn)}.module-card p{color:var(--text-muted);font-family:var(--font-mono);margin:0;font-size:13px;font-weight:700}.module-card h2{min-height:82px;margin:0;font-size:20px;line-height:1.35}.module-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.module-card li,.mini-list span{color:var(--text-body);gap:9px;font-size:14px;display:flex}.module-card li svg{color:var(--pm-learn);flex:none;margin-top:3px}.module-card b{color:var(--accent);align-self:end;align-items:center;gap:8px;font-size:14px;display:inline-flex}.proof-band{background:var(--surface-deep)}.proof-band__inner{max-width:var(--content-max);padding:44px var(--gutter);grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:0 auto;display:grid}.stat{gap:8px;display:grid}.stat strong{color:#fff;font-size:32px;font-weight:800;line-height:1}.stat span{color:var(--text-on-deep-muted);font-size:14px}.mini-list{gap:14px;display:grid}.mini-list span{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface);padding:18px}.process-card{padding:12px;display:grid}.process-step{border-bottom:1px solid var(--border-subtle);grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;display:grid}.process-step:last-child{border-bottom:0}.process-step b{border-radius:var(--radius-pill);background:var(--accent);color:#fff;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;display:inline-flex}.process-step span{color:var(--text-strong);font-weight:700}.process-step small{color:var(--text-muted);font-family:var(--font-mono);font-size:13px}.integration-grid,.three-grid,.documents-grid{gap:18px;display:grid}.integration-grid,.three-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.documents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-card,.feature-card,.document-card{padding:22px}.integration-card{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:6px 14px;display:grid}.integration-card span{border-radius:var(--radius-md);background:var(--accent-soft);width:44px;height:44px;color:var(--accent);grid-row:span 2;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.integration-card strong,.document-card h3,.feature-card h3{color:var(--text-strong);margin:0;font-size:18px;line-height:1.3}.integration-card small,.document-card p,.feature-card p{color:var(--text-body);margin:0;font-size:14px;line-height:1.6}.feature-card{gap:16px;display:grid}.feature-card p a{color:var(--accent);font-weight:700}.capability-panel{gap:12px;display:grid}.capability-panel>div{border:1px solid var(--border-default);border-radius:var(--radius-md);background:#fff;grid-template-columns:28px minmax(0,1fr);gap:6px 12px;padding:22px;display:grid}.capability-panel strong{font-size:17px}.capability-panel p{color:var(--text-body);grid-column:2;margin:0;font-size:14px}.demo-console{padding:20px;position:relative;overflow:hidden}.demo-console:before{background:var(--accent);content:"";height:5px;position:absolute;top:0;left:0;right:0}.demo-console.mod-video:before{background:var(--pm-video)}.demo-console.mod-mentor:before{background:var(--pm-mentor)}.demo-console.mod-content:before{background:var(--pm-content)}.demo-console.mod-learning:before{background:var(--pm-learn)}.demo-console__top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.demo-console__eyebrow{font-family:var(--font-mono);text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.demo-console h2{color:var(--text-strong);margin:0;font-size:20px;line-height:1.25}.demo-console__status{border-radius:var(--radius-pill);background:var(--pm-learn-bg);min-height:28px;color:var(--pm-learn);font-family:var(--font-mono);align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.demo-console__tabs{gap:8px;margin-bottom:14px;display:flex}.demo-console__tab{border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-muted);min-height:34px;color:var(--text-body);padding:0 12px;font-size:12px;font-weight:700}.demo-console__tab[aria-selected=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.demo-console__input{gap:7px;display:grid}.demo-console__input span,.field>span{color:var(--text-strong);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.demo-console textarea,.field input,.field select,.field textarea{border:1px solid var(--border-default);border-radius:var(--radius-sm);width:100%;color:var(--text-strong);background:#fff;outline:0}.demo-console textarea{resize:vertical;min-height:76px;padding:12px}.demo-console textarea:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.demo-console__steps{gap:8px;margin:16px 0;display:grid}.demo-console__steps span{color:var(--text-body);align-items:center;gap:9px;font-size:13px;display:flex}.demo-console__steps i{border-radius:var(--radius-pill);background:var(--surface-muted);width:22px;height:22px;color:var(--text-muted);justify-content:center;align-items:center;font-style:normal;font-weight:800;display:inline-flex}.demo-console__result{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--pm-slate-25)}.demo-console__result-head{border-bottom:1px solid var(--border-default);justify-content:space-between;gap:16px;padding:14px;display:flex}.demo-console__result-head div{gap:2px;display:grid}.demo-console__result-head strong{color:var(--text-strong);font-size:14px}.demo-console__result-head span,.demo-console__result-head b{color:var(--text-muted);font-family:var(--font-mono);font-size:12px}.demo-console__body{min-height:164px;padding:14px}.demo-console__body p{color:var(--text-body);white-space:pre-wrap;margin:0 0 8px;font-size:13px;line-height:1.55}.document-card{grid-template-columns:42px minmax(0,1fr);gap:14px;display:grid}.document-card svg{color:var(--accent)}.documents-links{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.documents-links a{border:1px solid var(--border-default);border-radius:var(--radius-pill);min-height:38px;color:var(--accent);align-items:center;padding:0 13px;font-weight:700;display:inline-flex}.final-cta{background:var(--surface-deep)}.final-cta__inner{max-width:var(--content-max);padding:76px var(--gutter);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin:0 auto;display:flex}.final-cta h2{color:#fff;word-spacing:0}.final-cta p:not(.section-kicker){color:var(--text-on-deep-muted)}.form-card{padding:30px}.form-card__head{margin-bottom:22px}.form-card__head h2{font-size:26px}.form-card__head p{font-size:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.field{gap:7px;display:grid}.field--wide,.field--checkbox{grid-column:1/-1}.field i{color:var(--text-muted);font-style:normal;font-weight:500}.field input,.field select{min-height:46px;padding:0 12px}.field textarea{resize:vertical;min-height:118px;padding:12px}.field small{color:var(--text-muted);font-size:12px}.field--checkbox{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-muted);grid-template-columns:20px minmax(0,1fr);align-items:start;gap:11px;padding:14px;display:grid}.field--checkbox input{width:18px;min-height:18px;accent-color:var(--accent);margin:2px 0 0}.field--checkbox span{color:var(--text-body);font-size:13px;font-weight:500;display:block}.field--checkbox a{color:var(--accent);font-weight:700}.form-card__actions{margin-top:20px}.form-card__actions span{color:var(--text-muted);font-size:13px}.form-error{border:1px solid var(--pm-video);border-radius:var(--radius-sm);background:var(--pm-video-bg);color:var(--pm-video);margin:16px 0 0;padding:12px;font-size:13px;font-weight:700}.form-card--success{align-content:center;gap:14px;min-height:430px;display:grid}.success-mark{border-radius:var(--radius-lg);background:var(--pm-learn-bg);width:54px;height:54px;color:var(--pm-learn);justify-content:center;align-items:center;font-size:28px;font-weight:800;display:inline-flex}.contact-aside,.contact-panel{gap:16px;display:grid}.requisites-card{padding:28px}.requisites-card h2{margin:0 0 18px;font-size:24px}.requisites-card dl,.requisites-table{grid-template-columns:280px minmax(0,1fr);margin:0;display:grid;overflow:hidden}.requisites-card dt,.requisites-card dd,.requisites-table dt,.requisites-table dd{border-top:1px solid var(--border-default);margin:0;padding:14px 16px;font-size:14px}.requisites-card dt,.requisites-table dt{background:var(--surface-muted);color:var(--text-muted)}.requisites-card dd,.requisites-table dd{color:var(--text-strong);font-weight:600}.requisites-card dt:first-of-type,.requisites-card dd:first-of-type,.requisites-table dt:first-of-type,.requisites-table dd:first-of-type{border-top:0}.requisites-card .btn{margin-top:20px}.legal-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:34px;display:grid}.legal-text{max-width:820px}.legal-text h2{color:var(--text-strong);margin:34px 0 10px;font-size:22px}.legal-text h2:first-child{margin-top:0}.legal-text p{color:var(--text-body);margin:0 0 14px;font-size:16px;line-height:1.75}.legal-text a{color:var(--accent);font-weight:700}.legal-date{font-family:var(--font-mono);color:var(--text-muted)!important;font-size:13px!important}.legal-aside{gap:12px;padding:22px;display:grid;position:sticky;top:96px}.legal-aside h2{margin:0;font-size:18px}.legal-aside a{color:var(--accent);font-size:13px;font-weight:700;line-height:1.45}.legal-aside p{color:var(--text-muted);margin:6px 0 0;font-size:13px}@media (max-width:1040px){.site-header__inner{grid-template-columns:auto auto}.site-nav{grid-column:1/-1;justify-content:flex-start;padding-bottom:12px;overflow-x:auto}.site-header__cta{justify-self:end}.site-footer__inner,.hero__inner,.section--split,.section--form,.legal-layout{grid-template-columns:1fr}.hero__inner{gap:34px}.proof-band__inner,.integration-grid,.three-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-aside{position:static}}@media (max-width:760px){:root{--gutter:18px}.site-header__inner{gap:14px;min-height:64px}.site-header__cta{display:none}.site-footer__links{grid-template-columns:1fr}.brand__logo{width:124px}.hero__inner,.section,.final-cta__inner{padding-top:54px;padding-bottom:54px}.hero__copy h1,.hero__inner--one h1{font-size:36px}.hero__copy p,.hero__inner--one p{font-size:16px}.section-head h2,.final-cta h2{font-size:28px}.module-grid,.proof-band__inner,.integration-grid,.three-grid,.documents-grid,.form-grid{grid-template-columns:1fr}.hero__inner{grid-template-columns:minmax(0,1fr)}.module-card,.module-card h2{min-height:auto}.process-step{grid-template-columns:34px minmax(0,1fr)}.process-step small{grid-column:2}.requisites-card dl,.requisites-table{grid-template-columns:1fr}.requisites-card dt,.requisites-table dt{padding-bottom:4px}.requisites-card dd,.requisites-table dd{border-top:0;padding-top:4px}.demo-console__tabs,.hero__actions,.form-card__actions{flex-direction:column;align-items:stretch}.demo-console__tab,.btn{width:100%}}:root{--agent-w:392px;--dur-fast:.12s;--dur-base:.18s;--dur-slow:.28s;--ease-out:cubic-bezier(.16, 1, .3, 1);--surface-card:#fff;--surface-sunken:var(--pm-slate-50);--text-faint:var(--pm-slate-400);--pm-success:#0e8f62;--pm-success-bg:#def3ea;--border-deep:#aabee12e;--shadow-lg:0 24px 62px #16243f29;--shadow-xl:0 34px 88px #16243f33;--shadow-focus:0 0 0 3px #1e50c82e;--ls-overline:.08em;--fs-overline:11px;--fs-caption:13px;--fs-body-sm:14px;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--z-sticky:30}@media (min-width:1024px){body:not(.pm-agent-off){margin-right:var(--agent-w);transition:margin-right var(--dur-slow) var(--ease-out)}}.hero--home{border-bottom-color:var(--border-deep);background:radial-gradient(circle at 88% 0%, #1e50c84d, transparent 34rem), linear-gradient(#7896d20e 1px, transparent 1px), linear-gradient(90deg, #7896d20e 1px, transparent 1px), var(--surface-deep);color:var(--text-on-deep);background-size:auto,46px 46px,46px 46px,auto;position:relative;overflow:hidden}.hero--home:after{pointer-events:none;content:"";animation:hero-sweep 9s var(--ease-out) infinite;background:linear-gradient(90deg,#0000,#a0beff14,#0000);position:absolute;inset:0;transform:translate(-100%)}@keyframes hero-sweep{0%{transform:translate(-100%)}58%,to{transform:translate(140%)}}.hero--home .hero__inner{z-index:1;padding-top:88px;padding-bottom:92px;position:relative}.hero--home .hero__copy h1,.hero--home .hero__copy p{color:#fff}.hero--home .hero__copy p{color:var(--text-on-deep-muted)}.hero--home .hero__badge{color:var(--text-on-deep);background:#ffffff0f;border-color:#a0b9eb38}.hero--home .btn--secondary{color:#fff;background:#ffffff0f;border-color:#a0b9eb3d}.hero--home .btn--secondary:hover{background:#ffffff1a;border-color:#ffffff75}.hero--home .trust-row span{color:var(--text-on-deep-muted)}.hero--home .demo-console{animation:7s ease-in-out infinite demo-float;box-shadow:0 34px 86px #0000003d}@keyframes demo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.pm-agent{z-index:var(--z-sticky);width:var(--agent-w);border-left:1px solid var(--border-default);background:var(--surface-card);color:var(--text-body);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-18px 0 48px #0c17300f}.pm-agent__head{border-bottom:1px solid var(--border-subtle);align-items:center;gap:10px;padding:14px 14px 13px;display:flex}.pm-agent__mark{color:var(--pm-mentor)}.pm-agent__id{gap:2px;min-width:0;display:grid}.pm-agent__id strong{color:var(--text-strong);font-size:var(--fs-body-sm);line-height:1.15}.pm-agent__id span,.pm-agent-launch em{color:var(--pm-success);font-family:var(--font-mono);font-size:var(--fs-overline);font-weight:var(--fw-medium);letter-spacing:var(--ls-overline);text-transform:uppercase;align-items:center;gap:6px;line-height:1;display:inline-flex}.pm-agent__id i,.pm-agent-launch i{background:var(--pm-success);border-radius:50%;width:7px;height:7px;animation:2.2s infinite agent-pulse;box-shadow:0 0 #0e8f6280}@keyframes agent-pulse{0%{box-shadow:0 0 #0e8f6273}70%{box-shadow:0 0 0 6px #0e8f6200}to{box-shadow:0 0 #0e8f6200}}.pm-agent__actions{gap:4px;margin-left:auto;display:flex}.pm-agent__actions button{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-card);width:32px;height:32px;color:var(--text-muted);transition:all var(--dur-fast);place-items:center;display:grid}.pm-agent__actions button:hover{border-color:var(--pm-blue-200);background:var(--accent-soft);color:var(--accent)}.pm-agent__context{border-bottom:1px solid var(--border-subtle);background:var(--surface-sunken);font-size:var(--fs-caption);align-items:center;gap:8px;padding:9px 14px;display:flex}.pm-agent__context b{color:var(--text-muted);font-family:var(--font-mono);font-size:var(--fs-overline);letter-spacing:var(--ls-overline);text-transform:uppercase;flex:none}.pm-agent__context span{color:var(--text-strong);font-weight:var(--fw-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pm-agent__context svg{color:var(--text-faint);flex:none;margin-left:auto}.pm-agent__thread{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:18px 14px;display:flex;overflow-y:auto}.pm-agent__turn{flex-direction:column;gap:5px;max-width:90%;display:flex}.pm-agent__turn--user{align-self:flex-end;align-items:flex-end}.pm-agent__turn>span{color:var(--text-faint);font-family:var(--font-mono);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.12em;text-transform:uppercase;line-height:1}.pm-agent__turn p{font-size:var(--fs-body-sm);border-radius:14px;margin:0;padding:11px 14px;line-height:1.55}.pm-agent__turn--agent p{border:1px solid var(--border-subtle);background:var(--surface-sunken);color:var(--text-body);border-top-left-radius:5px}.pm-agent__turn--agent strong{color:var(--text-strong)}.pm-agent__turn--user p{background:var(--accent);color:#fff;border-top-right-radius:5px}.pm-agent__typing{gap:4px;display:inline-flex}.pm-agent__typing i{background:var(--text-faint);border-radius:50%;width:7px;height:7px;animation:1.1s infinite agent-dot}.pm-agent__typing i:nth-child(2){animation-delay:.18s}.pm-agent__typing i:nth-child(3){animation-delay:.36s}@keyframes agent-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.pm-agent__foot{border-top:1px solid var(--border-subtle);background:var(--surface-card);padding:12px 14px 14px}.pm-agent__chips{flex-wrap:wrap;gap:7px;margin-bottom:11px;display:flex}.pm-agent__chips button{border:1px solid var(--pm-blue-200);border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);font-size:var(--fs-caption);font-weight:var(--fw-medium);transition:all var(--dur-fast);padding:6px 12px}.pm-agent__chips button:hover{background:var(--accent);color:#fff}.pm-agent__composer{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-card);transition:all var(--dur-fast);align-items:flex-end;gap:8px;padding:7px 7px 7px 13px;display:flex}.pm-agent__composer:focus-within{border-color:var(--accent);box-shadow:var(--shadow-focus)}.pm-agent__composer textarea{min-width:0;max-height:96px;color:var(--text-strong);font-size:var(--fs-body-sm);resize:none;background:0 0;border:0;outline:0;flex:1;padding:5px 0;line-height:1.4}.pm-agent__composer button{border-radius:var(--radius-sm);background:var(--accent);color:#fff;width:36px;height:36px;transition:background var(--dur-fast);border:0;flex:none;place-items:center;display:grid}.pm-agent__composer button:hover{background:var(--accent-hover)}.pm-agent__composer button:disabled{cursor:default;opacity:.4}.pm-agent-launch{z-index:var(--z-sticky);border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-card);box-shadow:var(--shadow-lg);transition:all var(--dur-base) var(--ease-out);align-items:center;gap:10px;padding:9px 16px 9px 10px;display:inline-flex;position:fixed;bottom:24px;right:24px}.pm-agent-launch:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.pm-agent-launch__mark{color:var(--accent)}.pm-agent-launch>span{color:var(--text-strong);font-size:var(--fs-body-sm);font-weight:var(--fw-semibold);text-align:left;gap:4px;display:grid}@media (max-width:1023px){.pm-agent{width:min(392px,92vw);box-shadow:var(--shadow-xl)}}@media (max-width:760px){.pm-agent{width:100vw}.pm-agent-launch{bottom:14px;right:14px}.hero--home .hero__inner{padding-top:56px;padding-bottom:58px}.hero--home .demo-console{animation:none}}.studio-hero,.listing-hero,.entity-hero,.studio-section,.studio-cta{max-width:var(--content-max);padding-right:var(--gutter);padding-left:var(--gutter);margin:0 auto}.studio-hero{border-bottom:1px solid var(--border-subtle);grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:44px;padding-top:82px;padding-bottom:72px;display:grid}.studio-hero__copy h1,.listing-hero h1,.entity-hero h1{max-width:860px;color:var(--text-strong);letter-spacing:0;margin:0 0 22px;font-size:54px;font-weight:800;line-height:1.08}.studio-hero__copy p:not(.section-kicker),.listing-hero p:not(.section-kicker),.entity-hero p:not(.section-kicker){max-width:720px;color:var(--text-body);margin:0 0 28px;font-size:18px;line-height:1.65}.studio-hero__panel{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:linear-gradient(135deg,#1e50c814,#0e8f6214),#fff;align-self:stretch;gap:12px;padding:18px;display:grid}.studio-hero__panel div{border-radius:var(--radius-sm);background:#ffffffc7;border:1px solid #dce3eee6;align-content:center;gap:4px;min-height:104px;padding:18px;display:grid}.studio-hero__panel strong{color:var(--text-strong);font-size:34px;line-height:1}.studio-hero__panel span{color:var(--text-body);font-size:14px}.entity-hero{grid-template-columns:minmax(0,1fr) 220px;align-items:start;gap:36px;display:grid}.entity-hero aside{justify-content:flex-end;display:flex}.studio-section--muted{background:var(--surface-muted);max-width:none}.studio-section--muted>*{max-width:var(--content-max);margin-left:auto;margin-right:auto}.studio-section--muted.studio-section{padding-right:var(--gutter);padding-left:var(--gutter)}.studio-section--split{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:start;gap:42px;display:grid}.studio-section__head h2{color:var(--text-strong);letter-spacing:0;margin:0 0 12px;font-size:34px;line-height:1.14}.studio-section__head p:not(.section-kicker){color:var(--text-body);margin:0;font-size:16px;line-height:1.65}.studio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.studio-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-card,.journal-card,.author-card,.entity-aside,.empty-state,.subscribe-form{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:#fff}.studio-card,.journal-card,.author-card{align-content:start;gap:14px;min-height:250px;padding:22px;display:grid}.studio-card h3,.journal-card h3,.author-card h3{color:var(--text-strong);margin:0;font-size:22px;line-height:1.2}.studio-card p,.journal-card p,.author-card p,.author-card small,.journal-card small{color:var(--text-body);margin:0;font-size:14px;line-height:1.6}.studio-card__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.status-pill,.tag-row span{border:1px solid var(--pm-blue-200);border-radius:var(--radius-pill);background:var(--accent-soft);min-height:28px;color:var(--accent);align-items:center;padding:0 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.status-pill--warm{color:#9b5c00;background:#fff6e8;border-color:#f0cf9a}.tag-row{flex-wrap:wrap;gap:7px;display:flex}.tag-row span{color:#136b44;background:#edf8f1;border-color:#cfe7d8}.text-link{color:var(--accent);align-items:center;gap:8px;margin-top:auto;font-size:14px;font-weight:800;display:inline-flex}.journal-list{gap:12px;display:grid}.journal-card{min-height:auto}.process-card--studio{background:#fff}.process-card--studio .process-step small{line-height:1.45}.detail-grid{gap:22px;display:grid}.detail-grid section,.article-body{gap:12px;display:grid}.detail-grid h2,.article-body h2,.article-body h3{color:var(--text-strong);margin:0;font-size:24px;line-height:1.2}.detail-grid p,.article-body p{max-width:780px;color:var(--text-body);margin:0;font-size:16px;line-height:1.75}.entity-aside{gap:18px;padding:22px;display:grid}.entity-aside h2{color:var(--text-strong);margin:0;font-size:20px;line-height:1.2}.entity-aside dl{grid-template-columns:minmax(100px,.62fr) minmax(0,1fr);gap:10px 14px;margin:0;display:grid}.entity-aside dt{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:800}.entity-aside dd{color:var(--text-body);margin:0;font-size:14px}.article-layout{grid-template-columns:minmax(0,1fr) 340px;gap:44px;display:grid}.article-body{align-content:start}.studio-cta{border-top:1px solid var(--border-subtle);grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:32px;padding-top:52px;padding-bottom:58px;display:grid}.studio-cta h2{max-width:680px;color:var(--text-strong);margin:0 0 12px;font-size:34px;line-height:1.14}.studio-cta p:not(.section-kicker){max-width:620px;color:var(--text-body);margin:0 0 22px}.subscribe-form{gap:13px;padding:18px;display:grid}.subscribe-form label{color:var(--text-body);gap:7px;font-size:13px;font-weight:700;display:grid}.subscribe-form input[type=email],.subscribe-form input[type=text]{border:1px solid var(--border-default);border-radius:var(--radius-sm);width:100%;min-height:42px;color:var(--text-strong);padding:0 12px}.subscribe-form__consent{grid-template-columns:auto minmax(0,1fr);align-items:start;font-weight:500;line-height:1.45}.subscribe-form__consent input{margin-top:3px}.subscribe-form__consent a{color:var(--accent);font-weight:800}.subscribe-form--success strong{color:#136b44}.empty-state{color:var(--text-body);padding:24px}@media (max-width:980px){.studio-hero,.entity-hero,.studio-section--split,.article-layout,.studio-cta,.studio-grid,.studio-grid--three{grid-template-columns:1fr}.entity-hero aside{justify-content:flex-start}}@media (max-width:760px){.studio-hero,.listing-hero,.entity-hero,.studio-section,.studio-cta{padding-left:18px;padding-right:18px}.studio-hero{padding-top:52px;padding-bottom:46px}.studio-hero__copy h1,.listing-hero h1,.entity-hero h1{font-size:38px;line-height:1.12}.studio-section__head h2,.studio-cta h2{font-size:28px}.entity-aside dl{grid-template-columns:1fr}}:root{--pm-orange-50:#fcf1e6;--pm-orange-100:#fbe1c4;--pm-orange-200:#f3bf87;--pm-orange-300:#ea9d57;--pm-orange-400:#e17e30;--pm-orange-500:#d9611a;--pm-orange-600:#b94f13;--pm-orange-700:#984110;--pm-blue-50:#eef3fe;--pm-blue-100:#dce6fd;--pm-blue-200:#b7cbfa;--pm-blue-300:#88a6f2;--pm-blue-400:#4f76e4;--pm-blue-500:#1e50c8;--pm-blue-600:#1a45ac;--pm-blue-700:#163a8e;--pm-black:#12120e;--pm-ink:#0e1a2b;--pm-navy:#0c1730;--pm-navy-700:#16243f;--pm-slate-25:#f8fafc;--pm-slate-50:#f3f6fb;--pm-slate-100:#eaeff6;--pm-slate-200:#dce3ee;--pm-slate-300:#c6d0e0;--pm-slate-400:#9aa8bf;--pm-slate-500:#6b7b96;--pm-slate-600:#51607a;--pm-slate-700:#3a475d;--bg-page:var(--pm-slate-50);--bg-app:var(--pm-slate-25);--surface:#fff;--surface-muted:var(--pm-slate-25);--surface-card:#fff;--surface-sunken:var(--pm-slate-50);--surface-deep:var(--pm-navy);--text-strong:var(--pm-black);--text-body:var(--pm-slate-700);--text-muted:var(--pm-slate-500);--text-faint:var(--pm-slate-400);--text-on-deep:#e7edf7;--text-on-deep-muted:#93a2be;--border-subtle:var(--pm-slate-100);--border-default:var(--pm-slate-200);--border-strong:var(--pm-slate-300);--accent:var(--pm-blue-500);--accent-hover:var(--pm-blue-600);--accent-soft:var(--pm-blue-50);--accent-border:var(--pm-blue-200);--link:var(--pm-blue-600);--cta:var(--pm-orange-500);--cta-hover:var(--pm-orange-600);--cta-soft:var(--pm-orange-50);--cta-border:var(--pm-orange-200);--font-sans:"Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--content-max:1200px;--content-narrow:760px;--gutter:24px;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--shadow-xs:0 1px 2px #0e1a2b0d;--shadow-sm:0 1px 3px #0e1a2b12, 0 1px 2px #0e1a2b0a;--shadow-md:0 4px 12px #0e1a2b14, 0 1px 3px #0e1a2b0d;--shadow-lg:0 12px 28px #0e1a2b1a, 0 2px 6px #0e1a2b0d;--shadow-focus:0 0 0 3px #1e50c847;--dur-fast:.12s;--dur-base:.18s;--dur-slow:.28s;--ease-out:cubic-bezier(.16, 1, .3, 1);--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extra:800;--fs-display-2xl:3.75rem;--fs-display-xl:3rem;--fs-display-lg:2.25rem;--fs-h3:1.5rem;--fs-h4:1.25rem;--fs-body-lg:1.125rem;--fs-body:1rem;--fs-body-sm:.9375rem;--fs-caption:.8125rem;--fs-overline:.75rem;--ls-display:0;--ls-heading:0;--ls-overline:0}*{letter-spacing:0!important}html{background:#fff}body{color:var(--text-strong);font-family:var(--font-sans);background:#fff}.site-shell{background:#fff}.site-header{z-index:100;background:#fffffff2;border-bottom:1px solid #dce3eee6}.site-header__inner{gap:28px;min-height:68px}.brand{color:var(--cta);font-weight:var(--fw-extra);gap:8px}.brand__mark{color:var(--cta)}.brand__text{color:var(--text-strong);align-items:baseline;gap:7px;font-size:20px;line-height:1;display:inline-flex}.brand__name{font-weight:var(--fw-extra);white-space:nowrap}.brand__ai{color:var(--text-muted);font-family:var(--font-mono);font-size:13px;font-weight:var(--fw-medium)}.site-nav{gap:4px}.site-nav a{border-radius:var(--radius-sm);min-height:36px;color:var(--text-body);font-size:14px;font-weight:var(--fw-semibold);gap:7px}.site-nav a:hover{background:var(--accent-soft);color:var(--accent)}.site-nav__badge{color:var(--text-faint);font-family:var(--font-mono);font-size:11px;font-weight:var(--fw-semibold)}.btn{border-radius:var(--radius-sm);min-height:42px;box-shadow:none;font-weight:var(--fw-bold)}.btn--primary{border-color:var(--cta);background:var(--cta);color:#fff}.btn--primary:hover{border-color:var(--cta-hover);background:var(--cta-hover)}.btn--secondary{border-color:var(--border-default);color:var(--text-strong);background:#fff}.btn--secondary:hover{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent)}.text-link,.legal-text a,.entity-aside a,.site-footer__mail,.subscribe-form__consent a,.field--checkbox a{color:var(--link)}.section-kicker{color:var(--accent);font-family:var(--font-mono);font-size:var(--fs-overline);font-weight:var(--fw-semibold);text-transform:uppercase;line-height:1.2}.studio-hero{border-bottom:0;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:56px;padding-top:64px;padding-bottom:42px}.studio-hero__copy h1,.listing-hero h1,.entity-hero h1{max-width:900px;color:var(--pm-black);font-size:clamp(34px,4.4vw,56px);font-weight:var(--fw-extra);text-wrap:balance;line-height:1.12}.studio-hero__copy h1{border-left:3px solid var(--cta);margin-bottom:18px;padding-left:24px}.studio-hero__copy h1 span{color:var(--text-muted);font-weight:var(--fw-medium);display:block}.studio-hero__copy h1 em{color:var(--cta);font-style:normal}.studio-hero__copy p:not(.section-kicker),.listing-hero p:not(.section-kicker),.entity-hero p:not(.section-kicker){color:var(--text-body);font-size:var(--fs-body-lg);line-height:1.62}.studio-hero__panel{border-radius:var(--radius-md);background:var(--accent);border:0;justify-content:center;align-self:stretch;align-items:center;min-height:420px;padding:28px;display:flex;position:relative;overflow:hidden}.studio-hero__panel>div{background:0 0;border:0;border-radius:0;min-height:auto;padding:0}.studio-hero__toggle{z-index:1;background:#ffffff24;border-radius:8px;gap:4px;padding:4px;display:inline-flex;position:absolute;top:24px;left:50%;transform:translate(-50%)}.studio-hero__toggle a{color:#ffffffb8;min-height:34px;font-family:var(--font-mono);font-size:12px;font-weight:var(--fw-semibold);white-space:nowrap;border-radius:6px;padding:0 14px;line-height:34px}.studio-hero__toggle a.is-active{color:var(--pm-black);background:#fff}.studio-hero__object-card{z-index:1;border-radius:var(--radius-md);background:#fff;gap:12px;width:min(100%,520px);padding:26px;display:grid;position:relative;box-shadow:0 24px 56px #06143c47}.studio-hero__object-card>span,.studio-hero__ids{color:var(--text-faint);font-family:var(--font-mono);font-size:12px;font-weight:var(--fw-medium);text-transform:uppercase}.studio-hero__object-card .status-pill{justify-self:start}.studio-hero__object-card strong{color:var(--pm-black);font-size:22px;line-height:1.22}.studio-hero__object-card small{color:var(--text-body);font-size:14px;line-height:1.55}.studio-hero__object-card b{color:var(--cta);font-family:var(--font-mono);align-items:center;gap:8px;font-size:12px;display:inline-flex}.studio-hero__ids{z-index:1;color:#ffffff80;justify-content:center;gap:16px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.listing-hero,.entity-hero{border-bottom:1px solid var(--border-subtle);padding-top:66px;padding-bottom:54px}.entity-hero{grid-template-columns:minmax(0,1fr) 240px}.studio-section{padding-top:72px;padding-bottom:72px}.studio-section--muted{background:var(--surface-sunken)}.studio-section__head{max-width:820px;margin-bottom:36px}.studio-section__head h2,.studio-cta h2{color:var(--pm-black);font-size:clamp(26px,2.8vw,36px);font-weight:var(--fw-bold);text-wrap:balance;line-height:1.18}.studio-grid,.studio-grid--three{gap:40px}.studio-card,.journal-card,.author-card{min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.studio-card{gap:14px}.studio-card h3,.journal-card h3,.author-card h3{color:var(--pm-black);font-size:var(--fs-h4);font-weight:var(--fw-bold);line-height:1.25}.studio-card h3 a:hover,.journal-card h3 a:hover{color:var(--accent)}.studio-card p,.journal-card p,.author-card p,.author-card small,.journal-card small{color:var(--text-body);font-size:var(--fs-body-sm)}.studio-card__meta{color:var(--text-faint);font-family:var(--font-mono);font-size:12px;font-weight:var(--fw-medium);gap:10px}.status-pill{min-height:auto;color:var(--accent);font-family:var(--font-mono);font-size:12px;font-weight:var(--fw-semibold);text-transform:uppercase;background:0 0;border:0;border-radius:0;gap:7px;padding:0;line-height:1.2}.status-pill:before{content:"";background:currentColor;border-radius:50%;flex:none;width:8px;height:8px}.status-pill--warm{color:var(--cta)}.tag-row{gap:8px}.tag-row span{border:1px solid var(--border-default);border-radius:var(--radius-sm);min-height:26px;color:var(--text-muted);font-family:var(--font-mono);font-size:12px;font-weight:var(--fw-medium);background:0 0;padding:0 9px}.text-link{font-weight:var(--fw-bold);margin-top:4px}.journal-list{gap:0;max-width:860px}.journal-card{border-bottom:1px solid var(--border-subtle);grid-template-columns:180px minmax(0,1fr);gap:6px 24px;padding:22px 0;display:grid}.journal-card .studio-card__meta{flex-direction:column;grid-row:1/span 3;align-content:start;align-items:flex-start}.journal-card h3{font-size:18px}.journal-card small{color:var(--text-faint);font-family:var(--font-mono);font-size:12px}.process-card,.entity-aside,.subscribe-form,.form-card,.empty-state,.requisites-card,.legal-aside{border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:none;background:#fff}.process-step{grid-template-columns:36px minmax(0,1fr)}.process-step b{background:var(--accent);font-family:var(--font-mono)}.process-step small{color:var(--text-muted);grid-column:2}.author-card{gap:12px}.author-card svg{color:var(--cta)}.entity-aside{position:sticky;top:92px}.entity-aside dt{color:var(--text-faint);font-family:var(--font-mono);text-transform:uppercase}.detail-grid{gap:28px}.detail-grid h2,.article-body h2,.article-body h3{color:var(--pm-black);font-weight:var(--fw-bold)}.article-body p,.detail-grid p{color:var(--text-body)}.studio-cta{max-width:none;padding:80px max(var(--gutter), calc((100vw - var(--content-max)) / 2));background:var(--pm-black);border-top:0;grid-template-columns:minmax(0,1fr) minmax(320px,380px);margin:0}.studio-cta h2{color:#fff}.studio-cta p:not(.section-kicker){color:var(--text-on-deep-muted)}.studio-cta .section-kicker{color:var(--cta)}.studio-cta .subscribe-form{border-color:#ffffff24}.subscribe-form label,.field>span{color:var(--pm-black);font-weight:var(--fw-semibold)}.subscribe-form input[type=email],.subscribe-form input[type=text],.field input,.field select,.field textarea{border-radius:var(--radius-sm);background:#fff}.subscribe-form input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--focus-ring,var(--accent));box-shadow:var(--shadow-focus)}.field--checkbox{background:var(--surface-sunken)}.success-mark{background:var(--pm-success-bg);color:var(--pm-success)}.site-footer{background:var(--surface-deep);border-top:0}.site-footer__inner{padding-top:60px;padding-bottom:60px}.brand--footer .brand__name,.site-footer__links h2{color:#fff}.brand--footer .brand__ai,.site-footer__brand p,.site-footer__links a{color:var(--text-on-deep-muted)}.site-footer__links a:hover{color:#fff}.pm-agent__mark,.pm-agent-launch__mark{color:var(--cta)}.pm-agent__turn--user p,.pm-agent__composer button,.pm-agent__chips button:hover{background:var(--accent)}@media (max-width:1080px){.site-header__inner{grid-template-columns:auto auto}.site-nav{grid-column:1/-1;justify-content:flex-start;padding-bottom:12px;overflow-x:auto}.studio-hero,.entity-hero,.studio-section--split,.article-layout,.studio-cta{grid-template-columns:1fr}.studio-hero__panel{min-height:380px}.entity-aside{position:static}}@media (max-width:760px){:root{--gutter:18px}.site-header__inner{min-height:62px}.brand__text{font-size:18px}.brand__ai{font-size:12px}.studio-hero{padding-top:46px}.studio-hero__copy h1,.listing-hero h1,.entity-hero h1{font-size:34px}.studio-hero__copy h1{padding-left:16px}.studio-hero__panel{min-height:430px;padding:18px}.studio-hero__toggle{justify-content:center;left:18px;right:18px;transform:none}.studio-hero__toggle a{text-align:center;flex:1;padding:0 8px}.studio-hero__object-card{padding:22px}.studio-hero__ids{flex-wrap:wrap;gap:8px 12px}.studio-section{padding-top:56px;padding-bottom:56px}.studio-grid,.studio-grid--three{gap:32px}.journal-card{grid-template-columns:1fr}.journal-card .studio-card__meta{flex-direction:row;grid-row:auto}.studio-cta{padding:56px var(--gutter)}.pm-agent-launch{border-radius:50%;justify-content:center;width:54px;height:54px;padding:0;bottom:16px;right:16px}.pm-agent-launch>span:not(.pm-agent-launch__mark){display:none}.site-footer{padding-bottom:64px}}:root{--content-max:1216px}.site-header__actions{justify-self:end;align-items:center;gap:10px;display:inline-flex}.site-nav{justify-content:flex-start}.site-nav__badge{background:var(--pm-slate-100);border-radius:4px;place-items:center;min-width:16px;height:16px;margin-left:2px;font-size:10px;line-height:1;display:inline-grid}.btn--contact{border-color:var(--pm-black);background:var(--pm-black);color:#fff}.btn--contact:hover{background:#000;border-color:#000}.studio-home-hero{max-width:var(--content-max);padding-top:68px;padding-bottom:0;display:block}.studio-home-hero .studio-hero__copy{max-width:1040px}.studio-home-hero .section-kicker{color:var(--accent);margin-bottom:2px;font-size:12px}.studio-home-hero .studio-hero__copy h1{border-left:3px solid var(--cta);max-width:1040px;margin-bottom:40px;padding-left:26px;font-size:clamp(40px,3.45vw,52px);line-height:1.12}.studio-home-hero .studio-hero__copy h1 span{margin-top:6px}.studio-home-hero .hero__actions{margin-bottom:48px}.studio-home-hero .hero__actions .btn{min-width:184px;min-height:54px}.studio-home-hero .studio-hero__panel{background:#2656cf;border-radius:8px;width:100%;min-height:430px;padding:0}.studio-home-hero .studio-hero__panel:before{content:"";background:#ffffff14;border-radius:50%;width:526px;height:526px;position:absolute;top:-96px;right:108px}.studio-home-hero .studio-hero__panel:after{content:"";border:1px solid #ffffff2e;border-radius:50%;width:490px;height:490px;position:absolute;bottom:-280px;left:-182px}.studio-home-hero .studio-hero__toggle{background:#ffffff26;gap:6px;padding:4px;display:inline-flex;top:134px}.studio-home-hero .studio-hero__toggle a{text-align:center;min-width:78px;min-height:34px;padding:0 14px;font-size:12px;line-height:34px}.studio-home-hero .studio-hero__object-card{border-radius:8px;gap:13px;width:min(560px,100% - 48px);padding:28px 26px 27px;top:78px;box-shadow:0 24px 54px #071d5f3d}.studio-home-hero .studio-hero__object-card>span{color:var(--text-faint);text-transform:uppercase}.studio-home-hero .studio-hero__object-card strong{margin-top:4px;font-size:20px}.studio-home-hero .studio-hero__object-card small{max-width:470px;font-size:15px}.studio-home-hero .studio-hero__object-card b{color:var(--cta);margin-top:10px}.studio-home-hero .studio-hero__ids{color:#ffffffa8;align-items:center;gap:16px;height:16px;min-height:0;display:flex;bottom:10px}.home-hero-notes{max-width:var(--content-max);padding:42px var(--gutter) 118px;grid-template-columns:repeat(2,minmax(0,1fr));gap:58px;margin:0 auto;display:grid}.home-journal-row{color:var(--pm-black);grid-template-columns:86px 48px minmax(0,1fr);align-items:baseline;gap:14px;line-height:1.55;display:grid}.home-journal-row time,.home-journal-row span{color:var(--text-faint);font-family:var(--font-mono);font-size:12px;font-weight:var(--fw-medium)}.home-journal-row span{color:var(--accent);text-transform:uppercase}.home-journal-row strong{font-size:15px;font-weight:var(--fw-medium)}.home-journal-row:hover strong{color:var(--accent)}.home-list-section{padding-top:0;padding-bottom:78px}.home-products-section{padding-bottom:80px}.home-concepts-section{padding-top:130px;padding-bottom:148px}.home-section-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:50px;display:grid}.home-section-head h2{color:var(--pm-black);font-size:30px;font-weight:var(--fw-extra);margin:0;line-height:1.15}.home-section-head>span{color:var(--text-faint);font-family:var(--font-mono);text-transform:lowercase;justify-self:end;font-size:13px}.home-section-head .btn{min-width:162px;min-height:44px}.home-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;display:grid}.home-entry-card{align-content:start;gap:15px;min-height:178px;display:grid}.home-entry-card__meta{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:18px;display:grid}.home-entry-card__meta>span:last-child{color:var(--text-faint);font-family:var(--font-mono);text-transform:uppercase;font-size:12px}.home-entry-card h3{color:var(--pm-black);font-size:20px;font-weight:var(--fw-bold);margin:4px 0 0;line-height:1.2}.home-entry-card h3 a:hover{color:var(--accent)}.home-entry-card p{max-width:31ch;color:var(--text-body);margin:0;font-size:15px;line-height:1.55}.home-entry-card small{color:var(--text-faint);font-family:var(--font-mono);font-size:12px}.home-journal-section{padding-top:84px;padding-bottom:100px}.home-journal-section .home-section-head{max-width:1152px;margin-bottom:34px}.home-journal-list{gap:20px;max-width:720px;display:grid}.home-journal-list .home-journal-row{grid-template-columns:94px 54px minmax(0,1fr)}.home-pilot-section{max-width:none;padding:86px max(var(--gutter), calc((100vw - var(--content-max)) / 2));grid-template-columns:minmax(0,.85fr) minmax(520px,1fr);align-items:start;gap:56px;display:grid}.home-pilot-copy h2{color:var(--pm-black);margin:0 0 34px;font-size:30px;line-height:1.15}.home-pilot-copy>p{max-width:500px;color:var(--text-body);margin:0 0 26px;font-size:18px;line-height:1.65}.home-pilot-note{border:1px solid var(--border-default);background:#fff;border-radius:12px;max-width:494px;padding:24px}.home-pilot-note h3{color:var(--pm-black);margin:0 0 12px;font-size:18px}.home-pilot-note p{color:var(--text-body);margin:0 0 20px;font-size:15px;line-height:1.6}.home-pilot-note .btn{min-width:160px}.home-pilot-section .process-card{background:0 0;border:0;gap:0;padding:0}.home-pilot-section .process-step{border-bottom:0;grid-template-columns:58px minmax(0,1fr);gap:18px;min-height:110px;padding:0 0 28px;display:grid;position:relative}.home-pilot-section .process-step:before{background:var(--border-default);content:"";width:1px;position:absolute;top:40px;bottom:-4px;left:20px}.home-pilot-section .process-step:last-child:before{display:none}.home-pilot-section .process-step b{border:1px solid var(--pm-blue-300);background:var(--accent-soft);width:40px;height:40px;color:var(--accent);font-family:var(--font-sans);font-size:17px;font-weight:var(--fw-bold);border-radius:50%;place-items:center;display:inline-grid}.home-pilot-section .process-step:first-child b{border-color:var(--accent);background:var(--accent);color:#fff}.home-pilot-section .process-step b svg{width:17px;height:17px}.home-pilot-section .process-step span{color:var(--pm-black);font-size:21px;font-weight:var(--fw-bold);line-height:1.2}.home-pilot-section .process-step span em{background:var(--accent-soft);color:var(--accent);font-family:var(--font-mono);font-size:12px;font-style:normal;font-weight:var(--fw-medium);vertical-align:2px;border-radius:4px;margin-left:12px;padding:2px 7px;display:inline-flex}.home-pilot-section .process-step small{max-width:620px;color:var(--text-body);font-family:var(--font-sans);grid-column:2;font-size:15px;line-height:1.55}.home-studio-section{padding-top:82px}.pm-agent__head,.pm-agent__context{background:var(--surface-deep);color:var(--text-on-deep);border-color:#ffffff14}.pm-agent__id strong,.pm-agent__context span{color:#fff}.pm-agent__actions button{color:var(--text-on-deep-muted);background:#ffffff05;border-color:#ffffff1f}.pm-agent__actions button:hover{color:#fff;background:#ffffff14;border-color:#ffffff3d}.pm-agent__chips button{border-color:var(--cta-border);background:var(--cta-soft);color:var(--cta)}.pm-agent__composer button{background:color-mix(in srgb, var(--cta) 42%, #fff)}@media (max-width:1080px){.site-header__actions{grid-column:2}.home-entry-grid,.home-hero-notes,.home-pilot-section{grid-template-columns:1fr}.home-pilot-section{padding-right:var(--gutter);padding-left:var(--gutter)}}@media (max-width:760px){.site-header__actions{display:none}.studio-home-hero{padding-top:48px}.studio-home-hero .section-kicker{line-height:1.45}.studio-home-hero .studio-hero__copy h1{margin-bottom:28px;padding-left:16px;font-size:34px;line-height:1.12}.studio-home-hero .hero__actions{margin-bottom:56px}.studio-home-hero .studio-hero__panel{min-height:430px}.studio-home-hero .studio-hero__toggle{top:24px;left:18px;right:18px}.studio-home-hero .studio-hero__object-card{top:30px}.studio-home-hero .studio-hero__ids{display:none}.home-hero-notes{padding:34px var(--gutter) 72px;gap:24px}.home-journal-row,.home-journal-list .home-journal-row{grid-template-columns:1fr;gap:4px}.home-list-section,.home-products-section{padding-bottom:64px}.home-concepts-section{padding-top:72px;padding-bottom:84px}.home-section-head{grid-template-columns:1fr;margin-bottom:34px}.home-section-head>span,.home-section-head .btn{justify-self:start}.home-entry-grid{gap:36px}.home-pilot-section{padding-top:64px;padding-bottom:64px}.home-pilot-section .process-step{grid-template-columns:46px minmax(0,1fr)}.home-pilot-section .process-step span em{margin:8px 0 0;display:table}}
