.mai-brand-logo{position:relative;display:inline-flex;flex:0 0 auto;overflow:visible}.mai-brand-logo--horizontal{aspect-ratio:216.537 / 41}.mai-brand-logo--sidebar{aspect-ratio:427 / 80.2192}.mai-brand-logo--icon{aspect-ratio:1}.mai-brand-logo img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.mai-brand-logo__dark,.mai-brand-logo--dark .mai-brand-logo__light,[data-theme=dark] .mai-brand-logo--auto .mai-brand-logo__light{opacity:0}.mai-brand-logo--dark .mai-brand-logo__dark,[data-theme=dark] .mai-brand-logo--auto .mai-brand-logo__dark,.mai-brand-logo--light .mai-brand-logo__light,[data-theme=light] .mai-brand-logo--auto .mai-brand-logo__light{opacity:1}.mai-brand-logo--light .mai-brand-logo__dark,[data-theme=light] .mai-brand-logo--auto .mai-brand-logo__dark{opacity:0}:root{font-family:var(--mai-font-family, "Onest", system-ui, -apple-system, sans-serif);line-height:1.5;font-weight:400;color:var(--mai-dark-grey-900, #1b2559);background-color:var(--mai-grey-200, #f6f8fd);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--fill-base-100: var(--mai-primary-white, #ffffff);--fill-base-200: var(--mai-grey-300, #f4f7fe);--stroke-base: var(--mai-grey-500, #e0e5f2);--text-secondary: var(--mai-grey-700, #707eae);--primary: var(--mai-purple-blue-500, #4318ff);--primary-soft: var(--mai-purple-blue-100, #e9e3ff);--danger: var(--mai-red-500, #e31a1a);--scrollbar-size: 11px;--scrollbar-track: transparent;--scrollbar-thumb: rgba(15, 14, 17, .22);--scrollbar-thumb-hover: rgba(15, 14, 17, .38);--scrollbar-thumb-active: rgba(15, 14, 17, .48)}*::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:9999px;border:3px solid transparent;background-clip:padding-box;transition:background-color .35s ease}*::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active)}*::-webkit-scrollbar-corner{background:transparent}html:not(.pg-scrollbar-visible) *::-webkit-scrollbar-thumb{background-color:transparent!important}html:not(.pg-scrollbar-visible) *::-webkit-scrollbar-thumb:hover,html:not(.pg-scrollbar-visible) *::-webkit-scrollbar-thumb:active{background-color:transparent!important}html:not(.pg-scrollbar-visible) *,html:not(.pg-scrollbar-visible) *:before,html:not(.pg-scrollbar-visible) *:after{scrollbar-color:transparent transparent!important}*,*:before,*:after{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}body{margin:0;min-height:100vh;min-height:100dvh}body.landing-page-body{background:#000}#root{min-height:100vh;min-height:100dvh}.field input,.field textarea,.field select{width:100%;margin-top:.25rem;padding:.5rem .65rem;border:1px solid var(--stroke-base);border-radius:8px;font:inherit;background:#fff}.btn-primary{margin-top:.25rem;padding:.55rem 1rem;border:none;border-radius:8px;background:var(--primary);color:#fff;font:inherit;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-ghost,.btn-outline{padding:.4rem .75rem;border-radius:8px;font:inherit;font-size:.8125rem;cursor:pointer;background:transparent}.btn-ghost{border:none;color:var(--primary)}.btn-outline{border:1px solid var(--stroke-base);color:var(--text-secondary)}.chat-shell{display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:900px;margin:0 auto;background:var(--fill-base-100)}.chat-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--stroke-base);background:var(--fill-base-100)}.chat-toolbar h1{margin:0;font-size:1.125rem;font-weight:600}.chat-sub{margin:.15rem 0 0;font-size:.75rem;color:var(--text-secondary)}.chat-toolbar-actions{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.chat-thread{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.65rem}.chat-empty{margin:2rem auto;max-width:28rem;text-align:center;font-size:.875rem;color:var(--text-secondary)}.chat-bubble{max-width:92%;padding:.65rem .85rem;border-radius:12px;border:1px solid var(--stroke-base);font-size:.875rem}.chat-bubble--user{align-self:flex-end;background:#f0eff5}.chat-bubble--assistant{align-self:flex-start;background:#f8f8f8}.chat-bubble--pending{color:var(--text-secondary);font-style:italic}.chat-bubble-meta{font-size:.6875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.chat-bubble-text{white-space:pre-wrap;word-break:break-word}.chat-err{margin:0 1rem;padding:.5rem .75rem;font-size:.8125rem;color:var(--danger);background:rgba(192,45,35,.08);border-radius:8px}.chat-input-bar{display:flex;align-items:flex-end;gap:.5rem;padding:.65rem 1rem 1rem;border-top:1px solid var(--stroke-base);background:var(--fill-base-100)}.chat-input-bar textarea{flex:1;resize:vertical;min-height:2.5rem;max-height:8rem;padding:.5rem .65rem;border:1px solid var(--stroke-base);border-radius:8px;font:inherit;font-size:.875rem}.chat-file{font-size:.75rem;color:var(--primary);cursor:pointer;white-space:nowrap}.chat-file input{display:none}.chat-files-hint{padding:0 1rem .75rem;font-size:.75rem;color:var(--text-secondary)}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;justify-content:flex-end}.settings-backdrop{flex:1;background:rgba(15,14,17,.25)}.settings-panel{width:min(420px,100vw);background:var(--fill-base-100);border-left:1px solid var(--stroke-base);display:flex;flex-direction:column;max-height:100vh;max-height:100dvh}.settings-panel--split{width:min(960px,100vw);max-width:100%}.settings-embedded-inner--split{display:flex;flex-direction:column;flex:1;min-height:0;width:100%}.settings-head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--stroke-base)}.settings-head h2{margin:0;font-size:1rem;font-weight:600}.settings-body{padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;font-size:.8125rem;font-weight:500}.field.row{flex-direction:row;align-items:flex-start;gap:.5rem;font-weight:400}.field textarea{resize:vertical;min-height:6rem}.third-party-ai-consent-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem}.third-party-ai-consent-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(15,14,17,.45)}.third-party-ai-consent-panel{position:relative;z-index:1;width:min(480px,100%);max-height:min(85vh,720px);overflow-y:auto;background:var(--fill-base-100);border:1px solid var(--stroke-base);border-radius:16px;padding:1.25rem 1.25rem 1rem;box-shadow:0 16px 48px #0f0e112e}.third-party-ai-consent-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:600}.third-party-ai-consent-body{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;line-height:1.45;color:var(--text-primary)}.third-party-ai-consent-body p{margin:0}.third-party-ai-consent-block h3{margin:0 0 .35rem;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary)}.third-party-ai-consent-block p{margin:0}.third-party-ai-consent-note{color:var(--text-secondary);font-size:.85rem}.third-party-ai-consent-privacy{color:var(--accent-primary, #7d40d9);font-weight:500}.third-party-ai-consent-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--stroke-base)}.third-party-ai-consent-settings .settings-row--actions{display:flex;flex-wrap:wrap;gap:.5rem}.capture-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem}.capture-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(15,14,17,.4)}.capture-panel{position:relative;z-index:1;width:min(720px,100%);max-height:min(85vh,640px);display:flex;flex-direction:column;background:var(--fill-base-100);border:1px solid var(--stroke-base);border-radius:12px;box-shadow:0 8px 32px #1800481f}.capture-head{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--stroke-base)}.capture-head h2{margin:0;font-size:1rem;font-weight:600}.capture-status{margin:0 1rem;font-size:.8125rem;color:var(--text-secondary)}.capture-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.65rem;padding:.75rem 1rem 1rem;overflow-y:auto}.capture-tile{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;padding:.35rem;border:1px solid var(--stroke-base);border-radius:8px;background:var(--fill-base-200);cursor:pointer;font:inherit;text-align:left}.capture-tile:disabled{opacity:.6;cursor:wait}.capture-thumb{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:4px;background:#ddd}.capture-name{font-size:.6875rem;line-height:1.25;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.capture-grabbing{font-size:.75rem;color:var(--primary)}.chat-capture-btn,.chat-dictate-btn{white-space:nowrap;align-self:flex-end}.chat-dictate-btn.is-active{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.chip{margin-left:.25rem;padding:.15rem .45rem;border:1px solid var(--stroke-base);border-radius:6px;background:var(--fill-base-200);font-size:.6875rem;cursor:pointer}.chat-capture-chips{display:inline}.sub-section{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--stroke-base)}.sub-title{margin:0 0 .35rem;font-size:.9375rem;font-weight:600}.sub-desc{margin:0 0 .75rem;font-size:.75rem;color:var(--text-secondary);line-height:1.4}.sub-actions{margin-bottom:.75rem}.sub-status{margin:0 0 .75rem;padding-left:1.1rem;font-size:.8125rem;line-height:1.5}.sub-plans{display:flex;flex-wrap:wrap;gap:.5rem}.site-maintenance-stub{box-sizing:border-box;min-height:100vh;min-height:100dvh;margin:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(1200px 600px at 50% -10%,#3d2a55 0%,#1a1424 45%,#0f0c14 100%);color:#f4f0ff}.site-maintenance-stub--loading{cursor:progress}.site-maintenance-stub__spinner{width:2rem;height:2rem;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:#ffffffd9;animation:site-maint-spin .7s linear infinite}@keyframes site-maint-spin{to{transform:rotate(360deg)}}.site-maintenance-stub__panel{max-width:28rem;text-align:center}.site-maintenance-stub__brand{height:28px;margin-bottom:1.25rem}.site-maintenance-stub__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:650;line-height:1.2}.site-maintenance-stub__text{margin:0;font-size:.9375rem;line-height:1.55;color:#f4f0ffd1}.landing-root{position:relative;min-height:100vh;min-height:100dvh}.landing{position:relative;z-index:1;max-width:1040px;margin:0 auto;padding:3rem 1rem 4rem;display:flex;flex-direction:column;gap:2rem;color:#f4f0ff}.landing-hero{padding:1.5rem;border:1px solid rgba(71,68,75,.85);border-radius:18px;background:rgba(50,47,55,.98);box-shadow:0 20px 60px #00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.landing-kicker{margin:0 0 .5rem;display:inline-flex;align-items:baseline;gap:.2rem;letter-spacing:-.02em}.landing-kicker-merge{font-size:1.125rem;font-weight:700;color:#fff}.landing-kicker-ai{font-size:1.125rem;font-weight:500;color:#ffffff8c}.landing-hero h1{margin:0;max-width:20ch;font-size:clamp(1.8rem,4vw,3rem);line-height:1.15}.landing-subtitle{margin:1rem 0 0;max-width:58ch;color:#b8adc9;font-size:1rem}.landing-hero-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.landing-hero-benefits{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.landing-benefit-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(148,116,214,.65);background:rgba(125,64,217,.15);color:#e5d7ff;font-size:.75rem;font-weight:600;line-height:1.2;padding:.35rem .65rem}.landing-btn-primary,.landing-btn-outline{text-decoration:none}.landing-btn-primary{display:inline-flex;align-items:center}.landing-btn-outline{border-color:#3a2f52;color:#d7cfff}.landing-btn-download{display:inline-flex;align-items:center;justify-content:center;margin-top:.25rem;padding:.55rem 1rem;font-weight:700;border-color:#8f5eff;color:#f5eeff;background:linear-gradient(135deg,rgba(143,94,255,.42) 0%,rgba(125,64,217,.28) 100%);box-shadow:0 10px 28px #7340d252}.landing-btn-download:hover{border-color:#c7a2ff;color:#fff;background:linear-gradient(135deg,rgba(160,112,255,.55) 0%,rgba(134,73,228,.36) 100%)}.landing-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.landing-feature-card{border:1px solid rgba(71,68,75,.85);border-radius:14px;background:rgba(50,47,55,.98);padding:1rem;box-shadow:0 12px 34px #00000038}.landing-feature-card h2{margin:0;font-size:1rem;color:#f1ecff}.landing-feature-card p,.landing-feature-card-lead{margin:.5rem 0 0;color:#b7adc8;font-size:.875rem}.landing-feature-card-foot{margin:.55rem 0 0;color:#a89bbd;font-size:.8125rem;line-height:1.45}.landing-feature-tags{margin:.45rem 0 0;display:flex;flex-wrap:wrap;gap:.35rem}.landing-feature-tag{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:0;padding:.3rem .5rem;border-radius:8px;border:1px solid rgba(140,120,190,.55);background:linear-gradient(145deg,rgba(120,90,200,.22) 0%,rgba(70,55,110,.35) 100%);font-size:.75rem;font-weight:600;line-height:1.35;color:#efe8ff;box-shadow:0 1px #ffffff0f inset}.landing-inline-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem;border-radius:14px;border:1px solid #47444b;background:rgba(45,42,51,.95)}.landing-inline-cta p{margin:0;color:#c3b9d5;font-size:.9rem}.landing-trust{padding:1.25rem;border:1px solid rgba(71,68,75,.85);border-radius:18px;background:rgba(50,47,55,.98);box-shadow:0 20px 60px #0000004d}.landing-trust h2{margin:0}.landing-trust>p{margin:.5rem 0 0;color:#b8adc9}.landing-trust-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.landing-trust-card{border:1px solid #47444b;border-radius:12px;background:#3c3942;padding:.85rem}.landing-trust-card h3{margin:0;font-size:.95rem}.landing-trust-card p{margin:.45rem 0 0;color:#b8adc9;font-size:.8125rem}.landing-journeys{padding:1.25rem;border:1px solid rgba(71,68,75,.85);border-radius:18px;background:rgba(50,47,55,.98);box-shadow:0 20px 60px #0000004d}.landing-journeys h2{margin:0}.landing-journeys>p{margin:.5rem 0 0;color:#b8adc9}.landing-journeys-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.landing-journey-card{border:1px solid #47444b;border-radius:12px;background:#3c3942;padding:.75rem}.landing-journey-shot-wrap{border-radius:8px;overflow:hidden;background:#2f2b36;border:1px solid #504d56}.landing-journey-shot-trigger{position:relative;display:block;width:100%;padding:0;border:0;border-radius:8px;cursor:zoom-in;overflow:hidden;background:transparent}.landing-journey-shot-trigger:after{content:"Нажмите для увеличения";position:absolute;right:.45rem;bottom:.45rem;padding:.18rem .42rem;border-radius:999px;background:rgba(0,0,0,.55);color:#efe7ff;font-size:.66rem;line-height:1.2;opacity:0;transition:opacity .15s ease;pointer-events:none}.landing-journey-shot-trigger:hover:after,.landing-journey-shot-trigger:focus-visible:after{opacity:1}.landing-journey-shot-trigger:focus-visible{outline:2px solid #a878ff;outline-offset:2px}.landing-journey-shot{width:100%;height:150px;object-fit:cover;display:block}.landing-image-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:21000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.landing-image-modal-content{position:relative;width:min(1000px,95vw);max-height:92vh;padding:.45rem;border-radius:14px;border:1px solid rgba(168,120,255,.35);background:rgba(35,32,40,.96);box-shadow:0 28px 80px #0000008c}.landing-image-modal-shot{display:block;width:100%;max-height:calc(92vh - .9rem);object-fit:contain;border-radius:10px}.landing-image-modal-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border:0;border-radius:999px;background:rgba(0,0,0,.55);color:#f5efff;font-size:1.35rem;line-height:1;cursor:pointer}.landing-image-modal-close:hover{background:rgba(168,120,255,.45)}.landing-image-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:0;border-radius:999px;background:rgba(0,0,0,.58);color:#f5efff;font-size:1.5rem;line-height:1;cursor:pointer}.landing-image-modal-nav--prev{left:.75rem}.landing-image-modal-nav--next{right:.75rem}.landing-image-modal-nav:hover{background:rgba(168,120,255,.45)}.landing-journey-card h3{margin:.65rem 0 0;font-size:.95rem}.landing-journey-card p{margin:.45rem 0 0;color:#b8adc9;font-size:.8125rem}.landing-faq{padding:1.25rem;border:1px solid rgba(71,68,75,.85);border-radius:18px;background:rgba(50,47,55,.98);box-shadow:0 20px 60px #0000004d}.landing-faq h2{margin:0}.landing-faq-list{margin-top:.9rem;display:grid;gap:.6rem}.landing-faq-item{border:1px solid #47444b;border-radius:10px;background:#3c3942;padding:.75rem .85rem}.landing-faq-item summary{cursor:pointer;color:#f0e9ff;font-weight:600;font-size:.9rem}.landing-faq-item p{margin:.55rem 0 0;color:#b8adc9;font-size:.8125rem}.landing-downloads{padding:1.25rem;border:1px solid rgba(71,68,75,.85);border-radius:18px;background:rgba(50,47,55,.98);box-shadow:0 20px 60px #0000004d}.landing-voice-guide{margin:1.5rem 0;padding:1.25rem;border:1px solid rgba(123,87,255,.35);border-radius:18px;background:rgba(50,47,55,.98)}.landing-voice-guide h2{margin:0}.landing-voice-guide>p{margin:.5rem 0 0;color:#b8adc9;font-size:.875rem;line-height:1.5}.landing-voice-steps{margin:.75rem 0;padding-left:1.25rem;color:#d8d0e8;font-size:.875rem;line-height:1.55}.landing-voice-steps li+li{margin-top:.45rem}.landing-voice-note{margin:0;color:#9a8fb0;font-size:.8125rem;line-height:1.45}.landing-downloads h2{margin:0}.landing-downloads p{margin:.5rem 0 0;color:#b8adc9}.landing-download-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem}.landing-download-link{padding:.8rem .9rem;border:1px solid #47444b;border-radius:10px;color:#eee8ff;text-decoration:none;font-weight:600;background:#3c3942;display:inline-flex;align-items:center;gap:.55rem;line-height:1.2}.landing-download-link:hover{border-color:#a878ff;color:#c9a6ff}.landing-download-mac-cell{position:relative;min-width:0}.landing-download-link--mac-trigger{font:inherit;font-weight:600;cursor:pointer;width:100%;margin:0;text-align:left;justify-content:flex-start;color:inherit}.landing-download-link--mac-trigger:hover{border-color:#a878ff;color:#c9a6ff}.landing-download-mac-trigger-label{flex:1}.landing-download-mac-chevron{flex-shrink:0;opacity:.75;font-size:.65rem;line-height:1}.landing-download-mac-menu{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:20;padding:.35rem;border-radius:10px;border:1px solid #47444b;background:#2f2c36;box-shadow:0 12px 32px #00000073}.landing-download-mac-menu-item{display:block;padding:.55rem .65rem;border-radius:8px;color:#eee8ff;text-decoration:none;font-weight:600;font-size:.8125rem}.landing-download-mac-menu-item:hover{background:rgba(168,120,255,.15);color:#c9a6ff}.landing-download-mac-menu-item+.landing-download-mac-menu-item{margin-top:.15rem}.landing-download-icon{box-sizing:content-box;width:1.35rem;height:1.35rem;min-width:1.35rem;min-height:1.35rem;aspect-ratio:1;flex:0 0 1.35rem;flex-shrink:0;align-self:center;display:flex;align-items:center;justify-content:center;line-height:0;overflow:visible}.landing-download-icon svg{display:block;flex:none;width:1.15rem;height:1.15rem;fill:currentColor}.landing-download-icon--apple svg{width:1.2rem;height:1.2rem;transform:scale(1);transform-origin:50% 48%}.landing-aab-hint{margin:.9rem 0 0;font-size:.8125rem;color:#b8adc9}.landing-aab-hint a{color:#d7cfff}.landing-footer{margin-top:.5rem;padding:1.25rem 0 .5rem;border-top:1px solid rgba(71,68,75,.65);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.landing-footer-nav{display:flex;flex-wrap:wrap;gap:.65rem 1rem}.landing-footer-nav a{color:#d7cfff;text-decoration:none;font-size:.8125rem;font-weight:600}.landing-footer-nav a:hover{color:#f0e9ff;text-decoration:underline}.landing-footer-copy{margin:0;color:#8f839f;font-size:.75rem}.landing-support{max-width:720px}.landing-support-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.landing-support-back{color:#d7cfff;text-decoration:none;font-size:.875rem;font-weight:600}.landing-support-back:hover{color:#f0e9ff;text-decoration:underline}.landing-support-mail{color:#d7cfff;text-decoration:underline;text-underline-offset:2px}.landing-support-mail:hover{color:#f0e9ff}.landing-support-form-card{padding:1.25rem;border:1px solid rgba(71,68,75,.85);border-radius:18px;background:rgba(50,47,55,.98);box-shadow:0 20px 60px #0000004d}.landing-support-form-card h2{margin:0 0 1rem;font-size:1.125rem;color:#f1ecff}.landing-support-form{display:flex;flex-direction:column;gap:.85rem}.landing-support-field{display:flex;flex-direction:column;gap:.35rem}.landing-support-field>span{font-size:.8125rem;font-weight:600;color:#d7cfff}.landing-support-required{color:#f5a8a8}.landing-support-field input,.landing-support-field textarea{width:100%;margin:0;padding:.6rem .75rem;border:1px solid #47444b;border-radius:10px;font:inherit;font-size:.9375rem;color:#f4f0ff;background:#2f2c36}.landing-support-field input::placeholder,.landing-support-field textarea::placeholder{color:#8f839f}.landing-support-field input:focus,.landing-support-field textarea:focus{outline:2px solid rgba(168,120,255,.55);outline-offset:1px;border-color:#8f5eff}.landing-support-field textarea{resize:vertical;min-height:8rem}.landing-support-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.landing-support-submit{align-self:flex-start;margin-top:.25rem}.landing-support-error{margin:0;padding:.55rem .75rem;border-radius:8px;font-size:.8125rem;color:#ffc9c9;background:rgba(192,45,35,.18)}.landing-support-success{margin:0;padding:.75rem .9rem;border-radius:10px;font-size:.9rem;color:#d8f5d0;background:rgba(56,120,72,.22);border:1px solid rgba(96,180,110,.45)}@media (max-width: 900px){.landing-features{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-trust-grid,.landing-journeys-grid{grid-template-columns:1fr}}@media (max-width: 640px){.landing{padding-top:2rem}.landing-features{grid-template-columns:1fr}.landing-inline-cta{flex-direction:column;align-items:stretch}.landing-inline-cta .landing-btn-primary,.landing-inline-cta .landing-btn-outline{justify-content:center}}@font-face{font-family:Onest;src:url(/assets/Onest-Variable-3faa4b90.ttf) format("truetype-variations");font-style:normal;font-weight:100 900;font-display:swap}:root{--mai-font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mai-font-weight-regular: 400;--mai-font-weight-medium: 500;--mai-font-weight-semibold: 600;--mai-font-weight-bold: 700;--mai-font-weight-extrabold: 800;--mai-text-6xl-size: 72px;--mai-text-6xl-line-height: 90px;--mai-text-5xl-size: 60px;--mai-text-5xl-line-height: 72px;--mai-text-4xl-size: 48px;--mai-text-4xl-line-height: 60px;--mai-text-3xl-size: 36px;--mai-text-3xl-line-height: 44px;--mai-text-2xl-size: 30px;--mai-text-2xl-line-height: 38px;--mai-text-xl-size: 20px;--mai-text-xl-line-height: 30px;--mai-text-lg-size: 18px;--mai-text-lg-line-height: 28px;--mai-text-md-size: 16px;--mai-text-md-line-height: 30px;--mai-text-sm-size: 14px;--mai-text-sm-line-height: 24px;--mai-text-xs-size: 12px;--mai-text-xs-line-height: 18px;--mai-primary-white: #ffffff;--mai-primary-black: #181f2f;--mai-purple-blue-100: #e9e3ff;--mai-purple-blue-200: #b9a2ff;--mai-purple-blue-300: #9374ff;--mai-purple-blue-400: #7551ff;--mai-purple-blue-500: #4318ff;--mai-purple-blue-600: #3311db;--mai-purple-blue-700: #2100b6;--mai-purple-blue-800: #190793;--mai-purple-blue-900: #11047a;--mai-blue-100: #d7e3ff;--mai-blue-200: #afc6ff;--mai-blue-300: #88a8ff;--mai-blue-400: #6a8eff;--mai-blue-500: #3964ff;--mai-blue-600: #294ddb;--mai-blue-700: #1c38b7;--mai-blue-800: #122693;--mai-blue-900: #0a197a;--mai-light-blue-100: #d7faff;--mai-light-blue-200: #aff1ff;--mai-light-blue-300: #88e3ff;--mai-light-blue-400: #6ad2ff;--mai-light-blue-500: #39b7ff;--mai-light-blue-600: #2990db;--mai-light-blue-700: #1c6cb7;--mai-light-blue-800: #124d93;--mai-light-blue-900: #0a367a;--mai-cyan-100: #d7fff4;--mai-cyan-200: #affff0;--mai-cyan-300: #88fff2;--mai-cyan-400: #6afffb;--mai-cyan-500: #39f3ff;--mai-cyan-600: #29c1db;--mai-cyan-700: #1c94b7;--mai-cyan-800: #126b93;--mai-cyan-900: #0a4e7a;--mai-teal-100: #c9fae9;--mai-teal-200: #94f5dc;--mai-teal-300: #5ce1ca;--mai-teal-400: #33c3b7;--mai-teal-500: #039c9c;--mai-teal-600: #027a86;--mai-teal-700: #015d70;--mai-teal-800: #00435a;--mai-teal-900: #00314a;--mai-green-100: #c9fbd5;--mai-green-200: #95f7b6;--mai-green-300: #5de89b;--mai-green-400: #35d28a;--mai-green-500: #00b574;--mai-green-600: #009b73;--mai-green-700: #00826d;--mai-green-800: #006862;--mai-green-900: #005356;--mai-light-green-100: #cdfed9;--mai-light-green-200: #9bfdbd;--mai-light-green-300: #69faa9;--mai-light-green-400: #43f5a3;--mai-light-green-500: #07ef9b;--mai-light-green-600: #05cd99;--mai-light-green-700: #04ac90;--mai-light-green-800: #028a82;--mai-light-green-900: #016e72;--mai-lime-100: #edfecd;--mai-lime-200: #d6fd9b;--mai-lime-300: #b9fa69;--mai-lime-400: #9bf543;--mai-lime-500: #6def07;--mai-lime-600: #53cd05;--mai-lime-700: #3bac04;--mai-lime-800: #288a02;--mai-lime-900: #1a7201;--mai-yellow-100: #fffcd2;--mai-yellow-200: #fff8a5;--mai-yellow-300: #fff479;--mai-yellow-400: #fff057;--mai-yellow-500: #ffe920;--mai-yellow-600: #dbc517;--mai-yellow-700: #b7a310;--mai-yellow-800: #93820a;--mai-yellow-900: #7a6a06;--mai-amber-100: #fff9d2;--mai-amber-200: #fff1a5;--mai-amber-300: #ffe779;--mai-amber-400: #ffde57;--mai-amber-500: #ffce20;--mai-amber-600: #dbab17;--mai-amber-700: #b78b10;--mai-amber-800: #936c0a;--mai-amber-900: #7a5606;--mai-orange-100: #fff6da;--mai-orange-200: #ffeab5;--mai-orange-300: #ffdb90;--mai-orange-400: #ffcd75;--mai-orange-500: #ffb547;--mai-orange-600: #db9133;--mai-orange-700: #b77023;--mai-orange-800: #935216;--mai-orange-900: #7a3c0d;--mai-deep-orange-100: #ffedd3;--mai-deep-orange-200: #ffd7a7;--mai-deep-orange-300: #ffbb7b;--mai-deep-orange-400: #ffa05a;--mai-deep-orange-500: #ff7224;--mai-deep-orange-600: #db531a;--mai-deep-orange-700: #b73912;--mai-deep-orange-800: #93230b;--mai-deep-orange-900: #7a1306;--mai-red-100: #fde0d0;--mai-red-200: #fcbaa2;--mai-red-300: #f68a73;--mai-red-400: #ee5d50;--mai-red-500: #e31a1a;--mai-red-600: #c31322;--mai-red-700: #a30d27;--mai-red-800: #830828;--mai-red-900: #6c0429;--mai-pink-100: #fdd0d7;--mai-pink-200: #fca2b8;--mai-pink-300: #f673a0;--mai-pink-400: #ee5095;--mai-pink-500: #e31a87;--mai-pink-600: #c31384;--mai-pink-700: #a30d7c;--mai-pink-800: #830870;--mai-pink-900: #6c0466;--mai-purple-100: #fbd0fd;--mai-purple-200: #f1a2fc;--mai-purple-300: #de73f6;--mai-purple-400: #c650ee;--mai-purple-500: #a31ae3;--mai-purple-600: #7f13c3;--mai-purple-700: #5f0da3;--mai-purple-800: #440883;--mai-purple-900: #30046c;--mai-deep-purple-100: #e8d0fd;--mai-deep-purple-200: #cea2fc;--mai-deep-purple-300: #af73f6;--mai-deep-purple-400: #9150ee;--mai-deep-purple-500: #661ae3;--mai-deep-purple-600: #4e13c3;--mai-deep-purple-700: #3a0da3;--mai-deep-purple-800: #280883;--mai-deep-purple-900: #1c046c;--mai-grey-100: #fafcfe;--mai-grey-200: #f6f8fd;--mai-grey-300: #f4f7fe;--mai-grey-400: #e9edf7;--mai-grey-500: #e0e5f2;--mai-grey-600: #a3aed0;--mai-grey-700: #707eae;--mai-grey-800: #47548c;--mai-grey-900: #2b3674;--mai-dark-grey-100: #eff4fb;--mai-dark-grey-200: #e1e9f8;--mai-dark-grey-300: #c9d4ea;--mai-dark-grey-400: #b0bbd5;--mai-dark-grey-500: #8f9bba;--mai-dark-grey-600: #68769f;--mai-dark-grey-700: #485585;--mai-dark-grey-800: #2d396b;--mai-dark-grey-900: #1b2559;--mai-primary-900: var(--mai-purple-blue-700);--mai-primary-700: var(--mai-purple-blue-500);--mai-primary-500: var(--mai-purple-blue-400);--mai-primary-400: var(--mai-purple-blue-300);--mai-primary-300: var(--mai-purple-blue-200);--mai-primary-100: var(--mai-purple-blue-100);--mai-primary-gradient: linear-gradient(180deg, #7b5aff 0%, #4a25e1 100%);--mai-secondary: var(--mai-grey-600);--mai-success: var(--mai-green-500);--mai-success-soft: var(--mai-green-100);--mai-danger: var(--mai-red-500);--mai-danger-soft: var(--mai-red-100);--mai-warning: var(--mai-orange-500);--mai-warning-soft: var(--mai-orange-100);--mai-info: var(--mai-blue-500);--mai-info-soft: var(--mai-blue-100);--mai-dark: var(--mai-dark-grey-900);--mai-text: var(--mai-dark-grey-900);--mai-muted: var(--mai-dark-grey-500);--mai-border: var(--mai-grey-500);--mai-border-soft: var(--mai-grey-400);--mai-surface: var(--mai-primary-white);--mai-surface-subtle: var(--mai-grey-300);--mai-surface-page: var(--mai-grey-200);--mai-shadow-card: 0 32px 32px rgba(85, 105, 135, .13);--mai-shadow-button-hover: 0 21px 27px -10px rgba(96, 60, 255, .48);--mai-radius-control: 12px;--mai-radius-card: 16px;--mai-navbar-glass-opacity: 20%;--mai-navbar-blur: 20px;--mai-navbar-z-index: 100;--mai-motion-hover: .18s ease-in-out;--mai-motion-press: .1s ease-out;--mai-motion-release: .16s ease-out}[data-theme=dark]{--mai-text: var(--mai-primary-white);--mai-muted: var(--mai-grey-600);--mai-border: var(--mai-grey-800);--mai-border-soft: var(--mai-dark-grey-700);--mai-surface: var(--mai-dark-grey-800);--mai-surface-subtle: var(--mai-dark-grey-700);--mai-surface-page: var(--mai-dark-grey-900)}:where(.mai-button){position:relative;isolation:isolate;-webkit-tap-highlight-color:transparent;transition:transform var(--mai-motion-release),box-shadow var(--mai-motion-release),color var(--mai-motion-hover),border-color var(--mai-motion-hover),background-color var(--mai-motion-hover),opacity var(--mai-motion-hover)}.mai-button:before,.mai-button:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;content:"";pointer-events:none;opacity:0}.mai-button:before{background:var(--mai-button-hover-layer, rgba(67, 24, 255, .09));transition:opacity var(--mai-motion-hover)}.mai-button:after{background:var(--mai-button-press-layer, rgba(33, 0, 182, .16));transition:opacity var(--mai-motion-release)}.mai-button:hover:not(:disabled):before,.mai-button[data-preview-state=hover]:not(:disabled):before{opacity:1}.mai-button--styled:active:not(:disabled),.mai-button--styled[data-preview-state=pressed]:not(:disabled){transform:translateY(1px) scale(.985);transition-duration:var(--mai-motion-press)}.mai-button:active:not(:disabled):after,.mai-button[data-preview-state=pressed]:not(:disabled):after{opacity:1;transition-duration:var(--mai-motion-press)}.mai-button:focus-visible,.mai-button[data-preview-state=focus]:not(:disabled){outline:4px solid var(--mai-primary-300);outline-offset:2px}.mai-button:disabled{cursor:not-allowed}.mai-button--styled{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0;border:1px solid transparent;border-radius:var(--mai-radius-control);color:var(--mai-text);font:700 14px/24px var(--mai-font-family);white-space:nowrap;cursor:pointer}.mai-button--styled.mai-button--s{min-height:40px;padding:7px 16px;gap:6px}.mai-button--styled.mai-button--m{min-height:46px;padding:10px 18px;gap:8px}.mai-button--styled.mai-button--l{min-height:56px;padding:15px 28px;gap:10px}.mai-button--styled.mai-button--icon-only.mai-button--s{width:40px;min-width:40px;padding-inline:0}.mai-button--styled.mai-button--icon-only.mai-button--m{width:46px;min-width:46px;padding-inline:0}.mai-button--styled.mai-button--icon-only.mai-button--l{width:56px;min-width:56px;padding-inline:0}.mai-button__icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;flex:0 0 auto}.mai-button__icon svg{width:100%;height:100%}.mai-button--solid.mai-button--purple{--mai-button-hover-layer: rgba(255, 255, 255, .14);--mai-button-press-layer: rgba(33, 0, 182, .24);color:#fff;background:var(--mai-primary-gradient)}.mai-button--solid.mai-button--purple:hover:not(:disabled),.mai-button--solid.mai-button--purple[data-preview-state=hover]:not(:disabled){box-shadow:var(--mai-shadow-button-hover)}.mai-button--solid.mai-button--purple:disabled{color:#fff;background:var(--mai-primary-300)}.mai-button--outline{color:var(--mai-primary-700);border-color:var(--mai-primary-500);background:transparent}.mai-button--outline.mai-button--white{color:#fff;border-color:#ffffffb8;--mai-button-hover-layer: rgba(255, 255, 255, .12)}.mai-button--soft{color:var(--mai-primary-500);background:var(--mai-primary-100)}.mai-button--tertiary{color:var(--mai-primary-700);background:transparent}.mai-button--solid.mai-button--neutral,.mai-button--solid.mai-button--white{color:var(--mai-dark);background:#fff;box-shadow:0 8px 20px #5569871f}.mai-button--danger{--mai-button-hover-layer: rgba(255, 255, 255, .12)}.mai-button--solid.mai-button--danger{color:#fff;background:var(--mai-danger)}.mai-button--outline.mai-button--danger,.mai-button--tertiary.mai-button--danger{color:var(--mai-danger);border-color:var(--mai-danger)}.mai-button--soft.mai-button--danger{color:var(--mai-danger);background:var(--mai-danger-soft)}.mai-button--styled:disabled{opacity:.5;box-shadow:none}.mai-button--unstyled{--mai-button-hover-layer: rgba(67, 24, 255, .08);--mai-button-press-layer: rgba(33, 0, 182, .14)}.mai-button.btn-primary,.mai-button.settings-btn--primary,.mai-button.stg-btn-primary,.mai-button.pg-image-generate-btn,.mai-button.pg-video-generate-btn,.mai-button.pg-send-btn,.mai-button.ais-primary{--mai-button-hover-layer: rgba(255, 255, 255, .14);--mai-button-press-layer: rgba(33, 0, 182, .22);background:var(--mai-primary-gradient);border-color:transparent;color:#fff}.mai-button.btn-primary:hover:not(:disabled),.mai-button.settings-btn--primary:hover:not(:disabled),.mai-button.stg-btn-primary:hover:not(:disabled),.mai-button.pg-image-generate-btn:hover:not(:disabled),.mai-button.pg-video-generate-btn:hover:not(:disabled),.mai-button.pg-send-btn:hover:not(:disabled),.mai-button.ais-primary:hover:not(:disabled){box-shadow:var(--mai-shadow-button-hover)}.mai-badge{--mai-badge-color: var(--mai-primary-700);--mai-badge-soft: var(--mai-primary-100);display:inline-flex;align-items:center;justify-content:center;gap:4px;width:fit-content;border-radius:999px;color:var(--mai-badge-color);font:700 12px/16px var(--mai-font-family);white-space:nowrap}.mai-badge--s{min-height:22px;padding:3px 8px}.mai-badge--m{min-height:24px;padding:4px 10px}.mai-badge--l{min-height:28px;padding:6px 12px}.mai-badge--icon-only{width:28px;padding-inline:0}.mai-badge__icon{display:inline-flex;width:12px;height:12px}.mai-badge__icon svg{width:100%;height:100%}.mai-badge--solid{color:#fff;background:var(--mai-badge-color)}.mai-badge--soft{background:var(--mai-badge-soft)}.mai-badge--secondary{--mai-badge-color: #707eae;--mai-badge-soft: #eef1f8}.mai-badge--success{--mai-badge-color: var(--mai-success);--mai-badge-soft: var(--mai-success-soft)}.mai-badge--danger{--mai-badge-color: var(--mai-danger);--mai-badge-soft: var(--mai-danger-soft)}.mai-badge--warning{--mai-badge-color: #c56a00;--mai-badge-soft: var(--mai-warning-soft)}.mai-badge--info{--mai-badge-color: var(--mai-info);--mai-badge-soft: var(--mai-info-soft)}.mai-badge--light{--mai-badge-color: #a3aed0;--mai-badge-soft: #f4f7fe}.mai-badge--dark{--mai-badge-color: var(--mai-dark);--mai-badge-soft: #e9ecf5}.mai-badge--light.mai-badge--solid{color:var(--mai-dark)}.mai-card{width:min(100%,var(--mai-card-width));border-radius:var(--mai-radius-card);color:var(--mai-text);background:var(--mai-surface);transition:transform var(--mai-motion-hover),border-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover)}.mai-card-surface{transition:transform var(--mai-motion-hover),color var(--mai-motion-hover),background-color var(--mai-motion-hover),border-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover)}.mai-card--s{--mai-card-width: 280px;padding:16px}.mai-card--m{--mai-card-width: 360px;padding:20px}.mai-card--l{--mai-card-width: 440px;padding:24px}.mai-card--elevated{border:1px solid transparent;box-shadow:var(--mai-shadow-card)}.mai-card--outlined{border:1px solid var(--mai-border-soft)}.mai-card--filled{border:1px solid transparent;background:var(--mai-surface-subtle)}.pg-workspace :is(.pg-image-card,.pg-video-card,.pg-vr-card,.pg-history-card,.pg-whisper-card,.stg-whisper-card,.stg-prompt-card,.stg-rag-doc-card,.pg-creator-scenario-card,.pg-creator-permission-card,.pg-creator-file-card,.pg-msg-user-wrap,.pg-msg-asst-wrap){border-color:var(--mai-border-soft);border-radius:var(--mai-radius-card);background:var(--mai-surface-subtle)}.pg-workspace :is(.pg-creator-skill-card,.pg-profile-card){border-color:var(--mai-border-soft);border-radius:var(--mai-radius-card);background:var(--mai-surface)}.mai-card-surface:is(.merge-auth__card,.pg-onboarding-card,.landing-feature-card,.landing-trust-card,.landing-journey-card,.landing-support-form-card){border-radius:var(--mai-radius-card);box-shadow:var(--mai-shadow-card)}.mai-card-surface.subscription-app-card:not(.subscription-app-card--featured){border:1px solid var(--mai-border-soft);border-radius:var(--mai-radius-card);background:var(--mai-surface)}.mai-navbar{border-color:transparent;border-radius:var(--mai-radius-card);background:color-mix(in srgb,var(--mai-surface-subtle) var(--mai-navbar-glass-opacity),transparent);box-shadow:none;-webkit-backdrop-filter:blur(var(--mai-navbar-blur));backdrop-filter:blur(var(--mai-navbar-blur))}.mai-input-panel{border-color:color-mix(in srgb,var(--mai-border-soft) 72%,transparent);background:color-mix(in srgb,var(--mai-surface) 82%,transparent);box-shadow:0 14px 38px #5569871a;-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%)}.mai-navbar{position:relative;z-index:var(--mai-navbar-z-index)}.mai-navbar--floating{margin:12px;border:1.5px solid transparent;border-radius:var(--mai-radius-card)}.mai-input-panel--floating{margin:12px;border:1px solid color-mix(in srgb,var(--mai-border-soft) 66%,transparent);border-radius:var(--mai-radius-card)}.mai-input-panel{position:relative;z-index:7}[data-theme=dark] .mai-navbar{background:color-mix(in srgb,var(--mai-surface-page) var(--mai-navbar-glass-opacity),transparent);box-shadow:none}[data-theme=dark] .mai-input-panel{background:color-mix(in srgb,var(--mai-surface) 78%,transparent);box-shadow:0 18px 42px #00000038}@supports not ((backdrop-filter: blur(1px))){.mai-navbar,.mai-input-panel{background:var(--mai-surface)}}.pg-center-stack,.pg-chat-file-drop,.pg-search-panel,.pg-creator-agent,.ais-root{position:relative}.mai-navbar.pg-center-head,.mai-navbar.pg-search-panel-head,.mai-navbar.pg-creative-head,.mai-navbar.ais-head,.mai-navbar.pg-vr-head{background:color-mix(in srgb,var(--pg-outer, var(--mai-surface-subtle)) var(--mai-navbar-glass-opacity),transparent);border-color:transparent;box-shadow:none;-webkit-backdrop-filter:blur(var(--mai-navbar-blur));backdrop-filter:blur(var(--mai-navbar-blur))}.mai-input-panel.pg-input-dock,.mai-input-panel.pg-vr-bottom{background:color-mix(in srgb,var(--pg-center, var(--mai-surface)) 80%,transparent);border-color:color-mix(in srgb,var(--pg-stroke, var(--mai-border-soft)) 72%,transparent)}.pg-center-stack>.mai-navbar.pg-center-head,.pg-search-panel>.mai-navbar.pg-search-panel-head,.pg-creator-agent>.mai-navbar.pg-creative-head,.ais-root>.mai-navbar.ais-head{position:absolute;inset:0 0 auto;width:100%}.mai-navbar.pg-center-head{display:flex;min-height:96px;align-items:center;justify-content:space-between;gap:18px;padding:12px 24px}.mai-navbar.pg-center-head>.pg-center-head-row{min-width:150px;flex:1 1 auto}.mai-navbar.pg-center-head>.pg-model-row,.mai-navbar.pg-center-head>.pg-image-models{margin-top:0;flex:0 1 auto;justify-content:flex-end}.pg-center-stack>.pg-thread,.pg-center-stack>.pg-chat-file-drop>.pg-thread{padding-top:116px;padding-bottom:148px}.pg-center-stack>.pg-thread:has(+.pg-chat-err),.pg-center-stack>.pg-chat-file-drop>.pg-thread:has(+.pg-chat-err){padding-bottom:178px}.pg-center-stack>.mai-input-panel.pg-input-dock,.pg-center-stack>.pg-chat-file-drop>.mai-input-panel.pg-input-dock,.pg-creator-agent>.mai-input-panel.pg-input-dock{position:absolute;inset:auto 0 0;border-top:1px solid color-mix(in srgb,var(--pg-stroke, var(--mai-border-soft)) 65%,transparent)}.pg-center-stack>.mai-input-panel.pg-input-dock:has(.pg-image-inputs),.pg-center-stack>.pg-chat-file-drop>.mai-input-panel.pg-input-dock:has(.pg-image-inputs){max-height:min(48%,310px);overflow-y:auto}.pg-search-panel>.pg-search-panel-divider{display:none}.pg-search-panel>.pg-search-panel-scroll{padding-top:76px}.pg-creator-agent>.pg-creator-workspace{min-height:100%}.pg-creator-agent .pg-creator-scroll{padding-top:112px;padding-bottom:156px}.pg-vr-panel>.mai-navbar.pg-vr-head,.pg-vr-panel>.mai-input-panel.pg-vr-bottom{padding:14px;border:1px solid color-mix(in srgb,var(--pg-stroke, var(--mai-border-soft)) 72%,transparent);border-radius:var(--mai-radius-card)}.pg-vr-panel>.mai-input-panel.pg-vr-bottom{margin-top:10px}@media (max-width: 1080px){.mai-navbar.pg-center-head{min-height:132px;align-items:stretch;flex-direction:column;gap:8px}.mai-navbar.pg-center-head>.pg-model-row,.mai-navbar.pg-center-head>.pg-image-models{justify-content:flex-start}.pg-center-stack>.pg-thread,.pg-center-stack>.pg-chat-file-drop>.pg-thread{padding-top:150px}}@media (max-width: 640px){.mai-navbar.pg-center-head{min-height:144px;padding-inline:16px}.pg-center-stack>.pg-thread,.pg-center-stack>.pg-chat-file-drop>.pg-thread{padding:160px 16px 148px}.mai-input-panel.pg-input-dock{padding-inline:12px}}.mai-toggle{display:inline-flex;align-items:center;gap:12px;color:var(--mai-text);cursor:pointer;-webkit-user-select:none;user-select:none}.mai-toggle>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mai-toggle__track{position:relative;display:inline-flex;width:60px;height:28px;padding:3px;flex:0 0 auto;border-radius:999px;background:#e0e5f2;transition:background-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover)}.mai-toggle__thumb{width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #55698740;transform:translate(0);transition:transform var(--mai-motion-release)}.mai-toggle:hover:not(.is-disabled) .mai-toggle__track,.mai-toggle[data-preview-state=hover]:not(.is-disabled) .mai-toggle__track{background:var(--mai-secondary)}.mai-toggle>input:checked~.mai-toggle__track{background:var(--mai-primary-700)}.mai-toggle:hover:not(.is-disabled)>input:checked~.mai-toggle__track,.mai-toggle[data-preview-state=hover]:not(.is-disabled)>input:checked~.mai-toggle__track{background:var(--mai-primary-900)}.mai-toggle>input:checked~.mai-toggle__track .mai-toggle__thumb{transform:translate(32px)}.mai-toggle>input:focus-visible~.mai-toggle__track,.mai-toggle[data-preview-state=focus]:not(.is-disabled) .mai-toggle__track{box-shadow:0 0 0 4px var(--mai-primary-100)}.mai-toggle:active:not(.is-disabled) .mai-toggle__track,.mai-toggle[data-preview-state=pressed]:not(.is-disabled) .mai-toggle__track{box-shadow:0 0 0 3px var(--mai-primary-900)}.mai-toggle.is-disabled{cursor:not-allowed;opacity:.5}.mai-toggle__copy{display:inline-flex;flex-direction:column;gap:2px}.mai-toggle--trailing .mai-toggle__copy{align-items:flex-end}.mai-toggle__label{font:600 14px/20px var(--mai-font-family)}.mai-toggle__description{color:var(--mai-muted);font:400 12px/18px var(--mai-font-family)}.mai-selection{display:inline-flex;align-items:flex-start;gap:10px;color:var(--mai-text);cursor:pointer;-webkit-user-select:none;user-select:none}.mai-selection>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mai-selection__control{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid var(--mai-border);background:var(--mai-surface);transition:background-color var(--mai-motion-hover),border-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover)}.mai-selection--s .mai-selection__control{width:16px;height:16px}.mai-selection--m .mai-selection__control{width:20px;height:20px}.mai-selection--checkbox.mai-selection--s .mai-selection__control{border-radius:4px}.mai-selection--checkbox.mai-selection--m .mai-selection__control{border-radius:5px}.mai-selection--radio .mai-selection__control{border-radius:50%}.mai-selection:hover:not(.is-disabled) .mai-selection__control,.mai-selection[data-preview-state=hover]:not(.is-disabled) .mai-selection__control{border-color:var(--mai-primary-500);background:var(--mai-primary-100)}.mai-selection>input:focus-visible+.mai-selection__control,.mai-selection[data-preview-state=focus]:not(.is-disabled) .mai-selection__control{border-color:var(--mai-primary-500);box-shadow:0 0 0 4px var(--mai-primary-100)}.mai-selection>input:checked+.mai-selection__control{border-color:var(--mai-primary-700);background:var(--mai-primary-700)}.mai-selection__control svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.7);transition:opacity var(--mai-motion-press),transform var(--mai-motion-release)}.mai-selection>input:checked+.mai-selection__control svg{opacity:1;transform:scale(1)}.mai-selection__dot{width:8px;height:8px;border-radius:50%;background:#fff;opacity:0;transform:scale(.6);transition:opacity var(--mai-motion-press),transform var(--mai-motion-release)}.mai-selection>input:checked+.mai-selection__control .mai-selection__dot{opacity:1;transform:scale(1)}.mai-selection.is-disabled{cursor:not-allowed;opacity:.5}.mai-selection__copy{display:inline-flex;flex-direction:column;gap:2px}.mai-selection__label{font:500 14px/20px var(--mai-font-family)}.mai-selection__description{color:var(--mai-muted);font:400 12px/18px var(--mai-font-family)}.mai-field,.mai-textarea{display:flex;width:100%;flex-direction:column;gap:4px;color:var(--mai-text);font-family:var(--mai-font-family)}.mai-input-primitive,.mai-textarea-primitive{transition:color var(--mai-motion-hover),background-color var(--mai-motion-hover),border-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover),opacity var(--mai-motion-hover)}.mai-input-primitive:focus-visible,.mai-textarea-primitive:focus-visible{border-color:var(--mai-primary-500);outline:0;box-shadow:0 0 0 3px var(--mai-primary-100)}.pg-workspace :is(.stg-input-plain,.stg-input-chrome .mai-input-primitive,.pg-modal-field .mai-input-primitive,.pg-modal-field .mai-textarea-primitive,.pg-creative-field .mai-textarea-primitive),.merge-auth__field .mai-input-primitive,.landing-support-field :is(.mai-input-primitive,.mai-textarea-primitive),.field :is(.mai-input-primitive,.mai-textarea-primitive){border-color:var(--mai-muted);border-radius:var(--mai-radius-control);background:var(--mai-surface)}.pg-workspace :is(.stg-input-plain,.stg-input-chrome .mai-input-primitive,.pg-modal-field .mai-input-primitive,.pg-modal-field .mai-textarea-primitive,.pg-creative-field .mai-textarea-primitive):focus,.merge-auth__field .mai-input-primitive:focus,.landing-support-field :is(.mai-input-primitive,.mai-textarea-primitive):focus,.field :is(.mai-input-primitive,.mai-textarea-primitive):focus{border-color:var(--mai-primary-500);outline:0;background:var(--mai-surface-subtle);box-shadow:0 0 0 3px var(--mai-primary-100)}.mai-field__label,.mai-textarea__label{font-size:14px;font-weight:600;line-height:20px}.mai-field__control{display:flex;width:100%;align-items:center;gap:10px;border:1px solid var(--mai-muted);border-radius:var(--mai-radius-control);background:var(--mai-surface);transition:background-color var(--mai-motion-hover),border-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover)}.mai-field--s .mai-field__control{min-height:36px;padding:7px 18px}.mai-field--l .mai-field__control{min-height:56px;padding:15px 18px}.mai-field__control:focus-within,.mai-field--active .mai-field__control,.mai-textarea:focus-within textarea,.mai-textarea--active textarea{border-color:var(--mai-primary-500);background:var(--mai-surface-subtle);box-shadow:0 0 0 3px var(--mai-primary-100)}.mai-field__control input{width:100%;min-width:0;margin:0;padding:0;border:0;outline:0;color:var(--mai-text);background:transparent;font-family:inherit;font-weight:400}.mai-field--s input{font-size:12px;line-height:20px}.mai-field--l input{font-size:14px;line-height:24px}.mai-field__control input::placeholder,.mai-textarea textarea::placeholder{color:var(--mai-muted);opacity:1}.mai-field__icon{display:inline-flex;width:18px;height:18px;color:var(--mai-muted)}.mai-field__icon svg{width:100%;height:100%}.mai-field__helper,.mai-textarea__helper{color:var(--mai-muted);font-size:12px;line-height:18px}.mai-field--filled .mai-field__control,.mai-textarea--filled textarea{border-color:transparent;background:var(--mai-surface-subtle)}.mai-field--success .mai-field__control,.mai-textarea--success textarea{border-color:var(--mai-success)}.mai-field--success .mai-field__helper,.mai-textarea--success .mai-textarea__helper{color:var(--mai-success)}.mai-field--error .mai-field__control,.mai-textarea--error textarea{border-color:var(--mai-danger)}.mai-field--error .mai-field__helper,.mai-textarea--error .mai-textarea__helper{color:var(--mai-danger)}.mai-field.is-disabled,.mai-textarea.is-disabled{opacity:.5;cursor:not-allowed}.mai-field.is-disabled .mai-field__control{background:var(--mai-surface-subtle)}.mai-textarea textarea{width:100%;min-height:98px;resize:vertical;margin:0;padding:13px 18px;border:1px solid var(--mai-muted);border-radius:var(--mai-radius-control);outline:0;color:var(--mai-text);background:var(--mai-surface);font:400 14px/24px var(--mai-font-family);transition:background-color var(--mai-motion-hover),border-color var(--mai-motion-hover),box-shadow var(--mai-motion-hover)}
