:root{color-scheme:light;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--color-bg: #f4f7fc;--color-surface: #ffffff;--color-surface-soft: #f8faff;--color-surface-alt: #f0f4fb;--color-border: #d7e1f2;--color-text: #14233f;--color-text-muted: #4f6384;--color-brand: #3d72f4;--color-brand-dark: #2e63eb;--color-brand-soft: #e8efff;--shadow-soft: 0 24px 48px -36px rgba(19, 48, 98, .55);--shadow-browser: 0 32px 64px -24px rgba(19, 48, 98, .22), 0 0 0 1px rgba(0, 0, 0, .04);background:var(--color-bg);color:var(--color-text)}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--color-text);background:radial-gradient(circle at top right,rgba(61,114,244,.14),transparent 44%),radial-gradient(circle at top left,rgba(127,166,255,.18),transparent 38%),var(--color-bg)}a{color:inherit;text-decoration:none}.page{max-width:1280px;margin:0 auto;padding:0 1.75rem}.announce-bar{margin:0 -1.75rem;padding:.5rem 1.75rem;background:linear-gradient(90deg,#3d72f40f,#3d72f41c 50%,#3d72f40f);border-bottom:1px solid rgba(61,114,244,.18);display:flex;align-items:center;justify-content:center;gap:.55rem;font-size:.835rem;color:var(--color-text-muted);text-align:center;line-height:1.5}.announce-bar strong{color:var(--color-text);font-weight:600}.announce-dot{width:6px;height:6px;border-radius:50%;background:var(--color-brand);flex-shrink:0}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem;margin:0 -1.75rem;position:sticky;top:0;z-index:10;background:#f4f7fce0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border)}.brand{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;letter-spacing:.01em;color:var(--color-text)}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:.45rem;background:var(--color-brand);color:#fff;flex-shrink:0}.header-nav{display:flex;align-items:center;gap:.95rem}.header-link{color:var(--color-text-muted);font-weight:500;transition:color .2s ease}.header-link:hover,.header-link:focus-visible{color:var(--color-text)}.lang-picker{position:relative}.lang-picker-trigger{display:flex;align-items:center;gap:4px;background:transparent;border:none;cursor:pointer;padding:4px 6px;border-radius:6px;color:var(--color-text-muted);transition:background .15s ease,color .15s ease;line-height:1}.lang-picker-trigger:hover{background:var(--color-surface-alt);color:var(--color-text)}.lang-picker-flag{font-size:18px;line-height:1;display:block}.lang-picker-chevron{transition:transform .18s ease;flex-shrink:0}.lang-picker-chevron--open{transform:rotate(180deg)}.lang-picker-dropdown{position:absolute;top:calc(100% + 6px);right:0;list-style:none;margin:0;padding:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;box-shadow:0 8px 24px -4px #13306224,0 0 0 1px #0000000a;min-width:148px;z-index:100}.lang-picker-dropdown li{margin:0;padding:0}.lang-picker-option{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;color:var(--color-text-muted);padding:7px 10px;border-radius:7px;text-align:left;transition:background .12s ease,color .12s ease}.lang-picker-option:hover{background:var(--color-surface-alt);color:var(--color-text)}.lang-picker-option--active{color:var(--color-text);font-weight:500}.lang-picker-option-flag{font-size:17px;line-height:1;flex-shrink:0}.lang-picker-option-name{flex:1}.lang-picker-check{color:var(--color-brand);flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:.6rem;border:1px solid var(--color-brand);background:var(--color-brand);color:#fff;font-weight:600;font-size:.95rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.button:hover,.button:focus-visible{background:var(--color-brand-dark);border-color:var(--color-brand-dark);box-shadow:0 4px 14px -4px #3d72f480}.button-small{padding:.45rem .85rem;font-size:.875rem}.button-ghost{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.button-ghost:hover,.button-ghost:focus-visible{background:var(--color-surface-soft);border-color:#bfd2f7;box-shadow:none}.eyebrow{margin:0;color:var(--color-brand);font-weight:700;letter-spacing:.09em;text-transform:uppercase;font-size:.74rem}h1{margin:.85rem 0 1rem;font-size:clamp(2.4rem,5.5vw,3.6rem);line-height:1.06;letter-spacing:-.02em}.hero-text{margin:0;max-width:58ch;color:var(--color-text-muted);font-size:1.08rem;line-height:1.7}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.75rem}.section-kicker{margin:0;color:var(--color-brand);text-transform:uppercase;letter-spacing:.09em;font-size:.74rem;font-weight:700}.section-heading h2{margin:.4rem 0 0;font-size:1.5rem;letter-spacing:-.01em}.hero-full{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5.5rem 0 0;gap:3.5rem}.hero-full-content{display:flex;flex-direction:column;align-items:center;max-width:680px;opacity:0;transform:translateY(28px);transition:opacity .85s ease,transform .85s ease;transition-delay:.05s}.hero-full.is-visible .hero-full-content{opacity:1;transform:translateY(0)}.hero-full .hero-text{max-width:56ch}.hero-full .hero-actions{justify-content:center}.home-tour{width:100%;max-width:1120px;min-width:0;margin:0 auto;opacity:0;transform:translateY(36px);transition:opacity .95s ease,transform .95s ease;transition-delay:.3s}.hero-full.is-visible .home-tour{opacity:1;transform:translateY(0)}.feature-section{padding:5rem 0;display:flex;align-items:center;border-top:1px solid var(--color-border);scroll-margin-top:5rem}.feature-section--alt{background:linear-gradient(180deg,var(--color-surface-alt) 0%,transparent 100%)}.feature-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:3.5rem;align-items:center;width:100%}.feature-layout--left .feature-text{order:2}.feature-layout--left .feature-browser{order:1}.feature-layout--right{grid-template-columns:1fr 1.6fr}.feature-text{opacity:0;transform:translate(-28px);transition:opacity .7s ease,transform .7s ease;transition-delay:.1s}.feature-layout--left .feature-text{transform:translate(28px)}.feature-browser{opacity:0;transform:translate(28px);min-width:0;max-width:100%;transition:opacity .7s ease,transform .7s ease;transition-delay:.25s}.feature-layout--left .feature-browser{transform:translate(-28px)}.feature-section.is-visible .feature-text,.feature-section.is-visible .feature-browser{opacity:1;transform:translate(0)}.feature-text h2{margin:.55rem 0 1.1rem;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.2;letter-spacing:-.02em}.feature-description{margin:0;color:var(--color-text-muted);font-size:1.05rem;max-width:46ch;line-height:1.75}.fake-browser{border-radius:.85rem;overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-browser);background:var(--color-surface)}.fake-browser-bar{display:flex;align-items:center;gap:.7rem;padding:.65rem 1rem;background:#edf0f5;border-bottom:1px solid var(--color-border)}.fake-browser-dots{display:flex;gap:.4rem;flex-shrink:0}.dot{width:.7rem;height:.7rem;border-radius:50%}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.fake-browser-nav{display:flex;gap:.3rem;color:#b0b9c8;flex-shrink:0}.fake-browser-url{flex:1;display:flex;align-items:center;gap:.4rem;padding:.3rem .75rem;background:var(--color-surface);border-radius:.45rem;border:1px solid var(--color-border);color:var(--color-text-muted);font-size:.8rem;min-width:0}.fake-browser-url span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fake-browser-content{min-height:440px;background:linear-gradient(rgba(61,114,244,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(61,114,244,.028) 1px,transparent 1px),var(--color-surface-soft);background-size:28px 28px;display:flex;align-items:center;justify-content:center}.fake-browser-content--screenshot,.fake-browser-content--wireframe{min-height:unset;background:none;display:block;padding:0}.fake-browser--tour{width:100%;max-width:100%}.fake-browser-screenshot{display:block;width:100%;height:auto}.fake-browser-placeholder{display:flex;flex-direction:column;align-items:center;gap:.7rem;color:#c8d2e4;font-size:.85rem;font-weight:500;letter-spacing:.01em;-webkit-user-select:none;user-select:none;text-align:center}.platforms-section{padding:5rem 0;border-top:1px solid var(--color-border)}.platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem;margin-top:1.4rem}.platform-card{display:flex;flex-direction:column;gap:.75rem;padding:1.4rem;border:1px solid var(--color-border);border-radius:.9rem;background:var(--color-surface);box-shadow:0 10px 28px -22px #1c438580;transition:box-shadow .2s ease,border-color .2s ease}.platform-card:hover{border-color:#c0d4f7;box-shadow:0 14px 32px -18px #1c438566}.platform-header{display:flex;align-items:center;gap:.65rem}.platform-icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:.65rem;background:var(--color-brand-soft);color:var(--color-brand);flex-shrink:0}.platform-badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:99px;font-size:.75rem;font-weight:600;letter-spacing:.01em;line-height:1.4}.platform-badge--recommended{background:#e6f0ff;color:var(--color-brand);border:1px solid #c5d9fb}.platform-badge--wip{background:#f5f5f5;color:#888;border:1px solid #e0e0e0}.platform-body{flex:1}.platform-body h3{margin:0 0 .35rem;font-size:1.02rem}.platform-body p{margin:0;color:var(--color-text-muted);font-size:.96rem}.platform-cta{align-self:flex-start;font-size:.9rem}.platform-cta--disabled{opacity:.4;cursor:default;pointer-events:none}.faq-section{padding:5rem 0 3rem;border-top:1px solid var(--color-border);opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.faq-section.is-visible{opacity:1;transform:translateY(0)}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.4rem;max-width:56rem}.faq-item{border:1px solid var(--color-border);border-radius:.9rem;background:var(--color-surface);box-shadow:0 10px 28px -22px #1c438580;transition:box-shadow .2s ease,border-color .2s ease;overflow:hidden}.faq-item:hover{border-color:#c0d4f7;box-shadow:0 14px 32px -18px #1c438566}.faq-item[open]{border-color:#c0d4f7;background:var(--color-surface-soft)}.faq-question{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;font-size:1rem;font-weight:600;color:var(--color-text);line-height:1.45}.faq-question::-webkit-details-marker{display:none}.faq-question:focus-visible{outline:2px solid var(--color-brand);outline-offset:-2px;border-radius:.9rem}.faq-chevron{flex-shrink:0;color:var(--color-brand);transition:transform .2s ease}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{margin:0;padding:0 1.4rem 1.2rem;color:var(--color-text-muted);font-size:.96rem;line-height:1.65}.faq-code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.86em;padding:.1em .4em;border-radius:.35rem;background:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-text);white-space:nowrap}.faq-question .faq-code{background:#fff9}.faq-item[open] .faq-question .faq-code{background:var(--color-surface)}.download{margin:2rem 0 3.5rem;padding:2rem 2.25rem;border-radius:1.1rem;border:1px solid #bfd0f5;background:linear-gradient(130deg,var(--color-brand-soft),#f8faff 40%,var(--color-surface))}.download h2{margin:0;font-size:1.55rem;letter-spacing:-.01em}.download p{margin:.7rem 0 0;max-width:58ch;color:var(--color-text-muted);font-size:1rem;line-height:1.65}.footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1.5rem;padding:1.25rem 0 2rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.9rem}.footer-brand{font-weight:700;color:var(--color-text);font-size:.95rem}.footer-links{display:flex;gap:1.25rem}.footer-copy{margin-left:auto}.footer a{color:var(--color-text-muted)}.footer a:hover,.footer a:focus-visible{color:var(--color-brand-dark)}a:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:.4rem}@media(max-width:960px){.feature-layout{grid-template-columns:1fr;gap:2rem}.feature-layout--left .feature-text,.feature-layout--left .feature-browser{order:unset}.feature-section{padding:3.5rem 0}.feature-text,.feature-browser,.feature-layout--left .feature-text,.feature-layout--left .feature-browser{transform:translateY(24px)}.feature-section.is-visible .feature-text,.feature-section.is-visible .feature-browser{transform:translateY(0)}}@media(max-width:740px){.announce-bar{margin:0 -1.1rem;padding-left:1.1rem;padding-right:1.1rem;font-size:.79rem;flex-wrap:wrap}.header{padding:.75rem 1.1rem;margin:0 -1.1rem;flex-wrap:wrap;gap:.6rem}.header-nav{gap:.55rem;flex-wrap:wrap}.page{padding:0 1.1rem;overflow-x:clip}.hero-full{padding-top:2.5rem;gap:1.75rem}.home-tour,.feature-browser,.product-tour{max-width:100%}h1{font-size:clamp(2rem,9.5vw,2.8rem)}.fake-browser-content{min-height:240px}.download{padding:1.5rem}.footer-copy{margin-left:0}}.welcome-hero{text-align:center;padding:4rem 0 1.5rem;max-width:720px;margin:0 auto;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.welcome-hero.is-visible{opacity:1;transform:translateY(0)}.welcome-hero h1{font-size:clamp(2rem,4.5vw,3rem)}.welcome-hero .hero-text{margin:1rem auto 0;max-width:54ch}.pin-callout{position:relative;margin:2.5rem 0 3rem;padding:2rem 2.25rem;border-radius:1.2rem;border:1px solid #bfd0f5;background:linear-gradient(130deg,var(--color-brand-soft),#f8faff 55%,var(--color-surface));overflow:visible}.pin-callout-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;position:relative;z-index:2}.pin-callout-body h2{margin:.45rem 0 .85rem;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.01em;line-height:1.25}.pin-callout-text{margin:0;color:var(--color-text-muted);font-size:1.02rem;line-height:1.7}.pin-callout-text strong{color:var(--color-text);font-weight:600}.pin-callout-hint{margin:.8rem 0 0;color:var(--color-text-muted);font-size:.88rem;font-style:italic}.pin-inline-icon{display:inline-block;vertical-align:-3px;color:var(--color-brand);margin:0 .1rem}.pin-callout-visual{display:flex;justify-content:flex-end}.start-callout{margin:0 0 3rem;padding:2rem 2.25rem;border-radius:1.2rem;border:1px solid var(--color-border);background:var(--color-surface)}.start-callout-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:2.5rem;align-items:center}.start-callout-body h2{margin:.45rem 0 .85rem;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.01em;line-height:1.25}.start-callout-text{margin:0;color:var(--color-text-muted);font-size:1.02rem;line-height:1.7}.start-callout-visual{min-width:0}.overlay-callout{margin:0 0 3rem;padding:2rem 2.25rem;border-radius:1.2rem;border:1px solid var(--color-border);background:var(--color-surface)}.overlay-callout-inner{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.overlay-callout-visual{min-width:0}.overlay-callout-body h2{margin:.45rem 0 .85rem;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.01em;line-height:1.25}.overlay-callout-text{margin:0;color:var(--color-text-muted);font-size:1.02rem;line-height:1.7}.pin-toolbar{position:relative;width:100%;max-width:320px;padding:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.9rem;box-shadow:var(--shadow-soft)}.pin-toolbar-row{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;padding-bottom:.65rem;border-bottom:1px solid var(--color-border)}.pin-toolbar-icon{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:.45rem}.pin-toolbar-icon--muted{background:var(--color-surface-alt);color:#a8b4cb}.pin-toolbar-icon--highlight{background:var(--color-brand-soft);color:var(--color-brand);box-shadow:0 0 0 2px #3d72f459;animation:pin-pulse 2s ease-in-out infinite}@keyframes pin-pulse{0%,to{box-shadow:0 0 0 2px #3d72f459}50%{box-shadow:0 0 0 5px #3d72f426}}.pin-toolbar-popover{margin-top:.75rem;padding:.55rem .25rem}.pin-toolbar-popover-title{padding:0 .55rem .5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.pin-toolbar-popover-row{display:flex;align-items:center;gap:.55rem;padding:.45rem .55rem;border-radius:.5rem;font-size:.85rem;color:var(--color-text)}.pin-toolbar-popover-row--target{background:var(--color-brand-soft)}.pin-toolbar-brand{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:.35rem;background:var(--color-brand);color:#fff;flex-shrink:0}.pin-toolbar-brand--muted{background:var(--color-surface-alt);color:#a8b4cb}.pin-toolbar-name{flex:1;font-weight:500}.pin-toolbar-name--muted{color:var(--color-text-muted);font-weight:400}.pin-toolbar-pin{color:var(--color-brand);animation:pin-pulse 2s ease-in-out infinite}.pin-toolbar-pin--muted{color:#c6d0e2;animation:none}.welcome-steps{padding:3rem 0 2rem;border-top:1px solid var(--color-border);opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.welcome-steps.is-visible{opacity:1;transform:translateY(0)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.4rem}.step-card{display:flex;flex-direction:column;gap:.55rem;padding:1.3rem 1.35rem;border:1px solid var(--color-border);border-radius:.9rem;background:var(--color-surface);box-shadow:0 10px 28px -22px #1c438580;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.step-card:hover{border-color:#c0d4f7;box-shadow:0 14px 32px -18px #1c438566;transform:translateY(-2px)}.step-card-header{display:flex;align-items:center;justify-content:space-between}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--color-brand);color:#fff;font-size:.85rem;font-weight:700}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:.65rem;background:var(--color-brand-soft);color:var(--color-brand)}.step-card h3{margin:.4rem 0 0;font-size:1.05rem;letter-spacing:-.005em}.step-card p{margin:0;color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.welcome-cta{margin:2rem 0 3.5rem;padding:2rem 2.25rem;border-radius:1.1rem;border:1px solid var(--color-border);background:var(--color-surface);text-align:center}.welcome-cta h2{margin:0;font-size:1.55rem;letter-spacing:-.01em}.welcome-cta p{margin:.7rem auto 0;max-width:54ch;color:var(--color-text-muted);font-size:1rem;line-height:1.65}.welcome-cta .hero-actions{justify-content:center}@media(max-width:900px){.pin-callout{padding:1.75rem 1.5rem}.pin-callout-inner{grid-template-columns:1fr;gap:1.75rem}.pin-callout-visual{justify-content:center}.start-callout{padding:1.75rem 1.5rem}.start-callout-inner{grid-template-columns:1fr;gap:1.75rem}.overlay-callout{padding:1.75rem 1.5rem}.overlay-callout-inner{grid-template-columns:1fr;gap:1.75rem}}@media(prefers-reduced-motion:reduce){.pin-toolbar-icon--highlight,.pin-toolbar-pin{animation:none}.welcome-hero,.welcome-steps{transition:none}}.product-tour{--pt-navy: #032d60;--pt-header: #16325c;--pt-blue: #0176d3;--pt-blue-dark: #014486;--pt-text: #181818;--pt-muted: #747474;--pt-border: #e5e5e5;--pt-border-legacy: #dddbda;--pt-bg: #f3f3f3;--pt-white: #ffffff;--pt-cloud: #1b96ff;--pt-success: #2e844a;--pt-error: #c23934;--pt-soft: #eef4ff;--pt-composer: #f7f8fa;--pt-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--pt-mono: ui-monospace, Menlo, Consolas, monospace;width:100%;max-width:1120px;margin:0 auto;color:var(--color-text);text-align:left}.product-tour-heading{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.product-tour-heading h2{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.product-tour-heading h2,.product-tour-heading p{min-height:1.2em}.pt-copy-fade{animation:pt-copy-in .28s ease}@keyframes pt-copy-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.product-tour-heading p{margin:6px 0 0;max-width:42rem;color:var(--color-text-muted);font-size:.88rem;line-height:1.45;font-weight:400}.product-tour-more{display:flex;justify-content:center;margin:18px 0 0}.product-tour-spatial{width:100%;max-width:100%;overflow:hidden}.product-tour-spatial-inner{transform-origin:top center}.product-tour section{overflow-x:clip}.pt-stage{position:relative;overflow:hidden;background:var(--pt-bg);color:var(--pt-text);font-family:var(--pt-font);font-size:.8125rem;line-height:1.35;-webkit-user-select:none;user-select:none}.pt-stage[data-loop-gen]{animation:pt-loop-blend .42s ease}@keyframes pt-loop-blend{0%{opacity:1}30%{opacity:.55}to{opacity:1}}.pt-view-layer{position:absolute;inset:0}.pt-view-layer.is-current{z-index:1}.pt-view-layer.is-enter{animation:pt-view-in .4s ease both}.pt-view-layer.is-exit{z-index:0;animation:pt-view-out .4s ease both;pointer-events:none}@keyframes pt-view-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}@keyframes pt-view-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px) scale(1.01)}}.pt-cursor{position:absolute;top:0;left:0;z-index:8;width:18px;height:18px;margin:-2px 0 0 -3px;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .18s ease}.pt-cursor.is-hidden{opacity:0}.pt-cursor.is-click:after{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border:2px solid var(--pt-blue);border-radius:50%;animation:pt-click-ring .42s ease-out}@keyframes pt-click-ring{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(2.4)}}.pt-caret{display:inline-block;width:1px;height:.95em;margin-left:1px;background:var(--pt-blue);vertical-align:text-bottom;animation:pt-pulse 1s steps(1) infinite}.pt-pulse{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--pt-blue);animation:pt-pulse 1.1s ease-in-out infinite}@keyframes pt-pulse{0%,49%{opacity:1}50%,to{opacity:.15}}@keyframes pt-spin{to{transform:rotate(360deg)}}@keyframes pt-sweep{0%{transform:translate(-120%)}to{transform:translate(220%)}}.pt-lex{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:var(--pt-bg)}.pt-lex-header{display:flex;align-items:center;gap:10px;height:40px;padding:0 12px;background:var(--pt-header);color:#fff;flex:0 0 auto}.pt-lex-launcher,.pt-lex-cloud{display:grid;place-items:center;opacity:.92}.pt-lex-app{font-weight:700;font-size:13px;letter-spacing:.02em}.pt-lex-search{display:flex;align-items:center;gap:6px;flex:1;max-width:280px;margin-left:12px;padding:4px 10px;border-radius:999px;background:#ffffff1f;color:#ffffffb8;font-size:11px}.pt-lex-header-end{display:flex;align-items:center;gap:10px;margin-left:auto}.pt-avatar{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#1b96ff;font-size:10px;font-weight:700}.pt-lex-nav{display:flex;align-items:center;gap:4px;height:32px;padding:0 12px;background:#0b2e5b;color:#ffffffc7;flex:0 0 auto}.pt-lex-nav span,.pt-lex-nav button{border:0;background:transparent;color:inherit;font:inherit;padding:4px 10px;border-radius:4px}.pt-lex-nav .is-active{background:#ffffff24;color:#fff;font-weight:600}.pt-lex-body{position:relative;flex:1;min-height:0;padding:16px 20px}.pt-record h3{margin:0;font-size:22px;letter-spacing:-.02em}.pt-record-kicker{margin:0 0 2px;color:var(--pt-muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.pt-record-tabs{display:flex;gap:16px;margin:12px 0 14px;border-bottom:1px solid var(--pt-border);color:var(--pt-muted)}.pt-record-tabs span{padding:6px 0 8px}.pt-record-tabs .is-active{color:var(--pt-blue);font-weight:600;box-shadow:inset 0 -2px 0 var(--pt-blue)}.pt-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 16px}.pt-highlights dt{color:var(--pt-muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.pt-highlights dd{margin:2px 0 0;font-weight:600}.pt-skel-block{display:grid;gap:8px}.pt-skel-block i{display:block;height:8px;border-radius:4px;background:#e5e5e5}.pt-skel-block i:nth-child(2){width:78%}.pt-skel-block i:nth-child(3){width:64%}.pt-skel-block i:nth-child(4){width:52%}.pt-overlay-dock{position:absolute;top:120px;right:-10px;display:flex;flex-direction:column;gap:2px;padding:4px 6px 4px 4px;background:var(--pt-white);border:1px solid var(--pt-navy);border-radius:6px 0 0 6px;z-index:3;opacity:.7}.pt-overlay-dock.is-open,.pt-overlay-dock:has(.is-hot){opacity:1;right:0}.pt-overlay-dock span,.pt-overlay-dock button,.pt-overlay-soql{display:grid;place-items:center;width:22px;height:22px;border:0;background:transparent;color:var(--pt-navy);border-radius:4px;padding:0}.pt-overlay-dock .is-active,.pt-overlay-soql.is-hot{background:#eef4ff;color:var(--pt-blue);box-shadow:0 0 0 1px var(--pt-blue)}.pt-overlay{position:absolute;top:72px;right:36px;width:420px;height:calc(100% - 96px);max-height:420px;display:flex;flex-direction:column;background:#ffffffc7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(3,45,96,.35);border-radius:.875rem;box-shadow:0 18px 45px #00000038;overflow:hidden;z-index:2;opacity:0;transform:translate(14px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.pt-overlay.is-open{opacity:1;transform:none;pointer-events:auto}.pt-overlay-bar{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--pt-border)}.pt-overlay-brand{flex:0 0 auto;font-size:12px;font-weight:700;letter-spacing:-.02em;color:var(--pt-navy)}.pt-overlay-pills{display:flex;gap:6px;padding:6px 10px;border-bottom:1px solid var(--pt-border)}.pt-overlay-pills span{padding:2px 8px;border-radius:999px;background:#f3f3f3;color:var(--pt-muted);font-size:10px;font-weight:600}.pt-overlay-pills span.is-active{background:var(--pt-soft);color:var(--pt-blue-dark)}.pt-overlay-search{display:flex;align-items:center;gap:6px;flex:1;min-width:0;padding:4px 8px;border:1px solid var(--pt-border);border-radius:4px;background:var(--pt-white);color:var(--pt-muted)}.pt-overlay-search-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pt-text)}.pt-overlay-actions{display:flex;align-items:center;gap:4px;color:var(--pt-navy)}.pt-overlay-meta{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;color:var(--pt-muted);font-size:10px;border-bottom:1px solid var(--pt-border)}.pt-overlay-cards{display:flex;flex-direction:column;gap:10px;padding:10px;overflow:auto;flex:1;min-height:0}.pt-info-card{margin:0;padding:8px 10px 6px;border:1px solid var(--pt-border);border-radius:8px;background:#ffffffb3}.pt-info-card legend{padding:0 4px;font-size:9px;letter-spacing:.08em;color:var(--pt-muted)}.pt-info-card div{display:flex;justify-content:space-between;gap:8px;padding:3px 0}.pt-info-card span{color:var(--pt-muted)}.pt-info-card strong{display:inline-flex;align-items:center;gap:4px;font-weight:600}.pt-overlay-list{margin:0;padding:6px 0;list-style:none;overflow:auto;flex:1;min-height:0}.pt-overlay-list li{display:flex;align-items:center;gap:8px;padding:7px 12px}.pt-obj-name{flex:1;min-width:0}.pt-obj-badges{display:flex;gap:3px;margin-left:auto}.pt-obj-badge{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:.25rem;font-size:10px;font-weight:600;font-style:normal;line-height:1;border:1px solid transparent}.pt-obj-badge.is-q{color:#0b5cab;background:#eaf3fc;border-color:#cfe3f7}.pt-obj-badge.is-c{color:#1b6b39;background:#ebf6ee;border-color:#cce8d5}.pt-obj-badge.is-u{color:#a85b15;background:#fdf1e3;border-color:#f6dcbd}.pt-overlay-list li.is-hot{background:var(--pt-soft);color:var(--pt-blue-dark);font-weight:600}.pt-toolkit{display:grid;grid-template-columns:168px 1fr;grid-template-rows:1fr auto;width:100%;height:100%;background:var(--pt-white)}.pt-nav{display:flex;flex-direction:column;grid-row:1;padding:10px 6px;background:#f7f7f7;border-right:1px solid var(--pt-border)}.pt-nav-group{margin-bottom:10px}.pt-nav-group p{margin:0 8px 4px;color:var(--pt-muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.pt-nav-item{display:flex;align-items:center;gap:7px;width:100%;border:0;background:transparent;color:var(--pt-text);font:inherit;padding:5px 8px;border-radius:0;text-align:left}.pt-nav-item,.pt-lex-nav button,.pt-overlay-soql,.pt-agent-toggle,.pt-tree-group button{cursor:pointer}.pt-nav-item:hover,.pt-nav-item.is-active{box-shadow:inset 2px 0 0 var(--pt-blue)}.pt-nav-item.is-active{color:var(--pt-text);font-weight:600}.pt-toolkit-main{display:flex;flex-direction:column;min-width:0;grid-row:1}.pt-toolkit>.pt-util-footer{grid-column:1 / -1}.pt-context{display:flex;align-items:center;gap:8px;height:2.5rem;padding:0 12px;border-bottom:1px solid var(--pt-border);background:var(--pt-white)}.pt-context-name{font-weight:700}.pt-beta{display:inline-block;padding:.1rem .5rem;border-radius:.4rem;background:#eef4ff;color:var(--pt-error);font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transform:rotate(-8deg);box-shadow:0 1px 2px #0176d3}.pt-tab{padding:8px 10px 7px;color:var(--pt-muted)}.pt-tab.is-active{color:var(--pt-text);font-weight:600;box-shadow:inset 0 -2px 0 var(--pt-blue)}.pt-context-end{display:flex;align-items:center;gap:8px;margin-left:auto;color:var(--pt-muted)}.pt-agent-toggle{display:grid;place-items:center;width:24px;height:24px;border:0;background:transparent;color:inherit;border-radius:4px}.pt-agent-toggle.is-active{color:var(--pt-blue);background:var(--pt-soft)}.pt-canvas{display:flex;flex:1;min-height:0}.pt-canvas>:first-child{flex:1;min-width:0}.pt-util-footer{display:flex;align-items:center;justify-content:space-between;flex:0 0 1.5rem;height:1.5rem;padding:0 10px;background:var(--pt-navy);color:#fff;font-size:10px}.pt-keycaps{display:inline-flex;align-items:center;gap:4px}.pt-key{display:inline-block;padding:1px 5px;border:1px solid rgba(255,255,255,.25);border-radius:4px;background:#ffffff26;color:#fff;font-family:var(--pt-mono);font-size:.85em;font-weight:600}.pt-soql{display:flex;flex-direction:column;background:var(--pt-white)}.pt-soql-pagehead{display:flex;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--pt-border)}.pt-soql-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:4px;background:#e0f3fe;color:var(--pt-blue-dark)}.pt-soql-pagehead p{margin:0;color:var(--pt-muted);font-size:10px;font-weight:600}.pt-soql-pagehead h3{margin:0;font-size:14px;font-weight:700}.pt-soql-pagehead .pt-run{margin-left:auto}.pt-soql-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid var(--pt-border);color:var(--pt-muted)}.pt-run{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:4px;background:var(--pt-blue);color:#fff;font-weight:600}.pt-run.is-pulse{animation:pt-pulse .6s ease-in-out 2}.pt-soql-editor{margin:0;min-height:88px;padding:10px 12px;font-family:var(--pt-mono);font-size:12px;color:#032d60;background:#fafaf9;border-bottom:1px solid var(--pt-border);white-space:pre-wrap}.pt-placeholder{color:#969492}.pt-soql-empty{padding:18px 12px;color:var(--pt-muted);opacity:0;pointer-events:none;transition:opacity .22s ease}.pt-soql-empty.is-open{opacity:1}.pt-soql-outcome{position:relative;min-height:96px;padding:8px}.pt-soql-outcome .pt-soql-empty{position:absolute;inset:8px}.pt-results{width:100%;border-collapse:collapse;font-size:11px;border:1px solid var(--pt-border-legacy);border-radius:4px;overflow:hidden}.pt-results th,.pt-results td{padding:6px 12px;border-bottom:1px solid var(--pt-border-legacy);text-align:left}.pt-results th{background:#f8f7f6;color:var(--pt-muted);font-weight:600}.pt-results tbody tr{opacity:0;transform:translateY(6px)}.pt-results:not(.is-open){height:0;overflow:hidden;visibility:hidden}.pt-results.is-open tbody tr{animation:pt-row-in .28s ease both}.pt-results.is-open tbody tr:nth-child(2){animation-delay:70ms}.pt-results.is-open tbody tr:nth-child(3){animation-delay:.14s}@keyframes pt-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.pt-fade-panel{opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.pt-fade-panel.is-open{opacity:1;transform:none;pointer-events:auto}.pt-vscode-files .is-muted{display:none}.pt-vscode-files .is-muted.is-open{display:block}.pt-vscode-files .pt-fade-panel:not(.is-open){display:none}.pt-meta{display:flex;height:100%}.pt-meta-tree{width:210px;flex:0 0 210px;padding:10px;border-right:1px solid var(--pt-border);background:#fafaf9}.pt-meta-filter{display:flex;align-items:center;gap:6px;margin-bottom:10px;padding:5px 8px;border:1px solid var(--pt-border);border-radius:4px;background:var(--pt-white);color:var(--pt-muted)}.pt-tree-group{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.pt-tree-group span,.pt-tree-group button{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;font:inherit;padding:4px 6px;border-radius:4px;text-align:left}.pt-tree-group .is-active{background:#eef4ff;color:var(--pt-blue-dark);font-weight:600}.pt-meta-detail{position:relative;flex:1;padding:14px 16px}.pt-meta-detail .pt-soql-empty{position:absolute;inset:14px 16px auto}.pt-meta-detail header{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:16px;font-weight:700}.pt-pill{padding:1px 7px;border-radius:999px;background:#eef4ff;color:var(--pt-blue-dark);font-size:10px;font-weight:600}.pt-meta-detail dl{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:0 0 16px}.pt-meta-detail dt{color:var(--pt-muted);font-size:10px;text-transform:uppercase}.pt-meta-detail dd{margin:2px 0 0;font-weight:600}.pt-vscode{display:flex;height:100%;background:#1e1e1e;color:#d4d4d4}.pt-vscode-rail{display:flex;flex-direction:column;align-items:center;gap:14px;width:40px;padding:10px 0;background:#333;color:#ccc}.pt-vscode-files{width:160px;padding:10px 8px;background:#252526;font-size:11px}.pt-vscode-files p{margin:0 0 8px;color:#bbb;letter-spacing:.08em;font-size:9px}.pt-tree-row{display:block;padding:3px 6px;border-radius:3px;color:#ccc}.pt-tree-row.is-folder{padding-left:14px;color:#bbb}.pt-tree-row.is-file{padding-left:22px}.pt-tree-row.is-muted{padding-left:14px;color:#6f6f6f}.pt-vscode-files .is-active{background:#37373d;color:#fff;display:flex;align-items:center;gap:6px}.pt-dirty{width:7px;height:7px;border-radius:50%;background:#c5c5c5;flex:0 0 auto}.pt-vscode-main{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.pt-vscode-tabs{display:flex;flex:0 0 auto;background:#252526;border-bottom:1px solid #1e1e1e}.pt-vscode-tab{display:flex;align-items:center;gap:6px;padding:7px 12px;background:#1e1e1e;color:#fff;font-size:11px;border-right:1px solid #1e1e1e}.pt-vscode-tab.is-empty{color:#8b8b8b;background:transparent}.pt-vscode-editor{flex:1;margin:0;padding:8px 0;overflow:hidden;font-family:var(--pt-mono);font-size:11.5px;line-height:1.55}.pt-code-line{display:grid;grid-template-columns:28px 1fr;min-width:0;padding:0 8px 0 0;white-space:pre;overflow:hidden}.pt-code-line em{color:#858585;font-style:normal;text-align:right;padding-right:8px}.pt-code-line span{min-width:0;overflow:hidden;color:#d4d4d4}.pt-vscode-status{display:flex;justify-content:space-between;gap:12px;padding:4px 10px;background:#007acc;color:#fff;font-size:10px}.pt-palette{position:absolute;top:36px;left:50%;z-index:3;width:min(420px,calc(100% - 24px));transform:translate(-50%) translateY(-8px);border:1px solid #3c3c3c;border-radius:6px;background:#252526;box-shadow:0 12px 32px #00000073;opacity:0;pointer-events:none;transition:opacity .24s ease,transform .24s ease}.pt-palette.is-open{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.pt-palette-input{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid #3c3c3c;color:#fff}.pt-palette ul{margin:0;padding:6px;list-style:none}.pt-palette li{padding:6px 8px;border-radius:4px;color:#ccc}.pt-palette li.is-active{background:#04395e;color:#fff}.pt-palette-hint{margin:0;padding:8px 10px;color:#8b8b8b;font-size:11px}.pt-sidepanel-scene{display:flex;height:100%;background:#f6f7f8}.pt-acme-site{display:flex;flex-direction:column;flex:1;min-width:0}.pt-acme-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px;background:#fff;border-bottom:1px solid #e4e6e8}.pt-acme-logo{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;letter-spacing:-.03em;color:#14233f}.pt-acme-mark{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:#14233f;color:#fff;font-size:11px;font-style:normal;font-weight:700}.pt-acme-header nav{display:flex;gap:16px;color:var(--pt-muted);font-size:12px}.pt-acme-header .is-active{color:#14233f;font-weight:600}.pt-acme-form{display:flex;flex:1;align-items:flex-start;padding:22px 24px;background:linear-gradient(180deg,#f4f6f8,#eef1f4)}.pt-acme-form-card{display:flex;flex-direction:column;gap:10px;width:100%;max-width:460px;padding:18px 20px 16px;border:1px solid #e4e6e8;border-radius:12px;background:#fff;box-shadow:0 10px 28px #10182812}.pt-acme-kicker{margin:0;color:var(--pt-blue);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pt-acme-form h3{margin:0;font-size:20px;letter-spacing:-.03em;color:#14233f}.pt-acme-lede{margin:-2px 0 4px;color:var(--pt-muted);font-size:12px;font-weight:400;line-height:1.45}.pt-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pt-form-field{display:flex;flex-direction:column;gap:5px;color:#5c5c5c;font-size:11px;font-weight:600}.pt-form-field span{display:flex;align-items:center;min-height:34px;padding:7px 10px;border:1px solid var(--pt-border-legacy);border-radius:6px;background:#fff;color:var(--pt-text);font-weight:500}.pt-form-field span.is-placeholder{color:#969492;font-weight:400}.pt-form-field.is-area span{align-items:flex-start;min-height:72px}.pt-form-field.is-focus span{border-color:var(--pt-blue);box-shadow:0 0 0 3px #0176d329}.pt-form-submit{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:4px;padding:8px 14px;border-radius:6px;background:var(--pt-navy);color:#fff;font-weight:700}.pt-form-submit.is-sent{background:var(--pt-success)}.pt-sidepanel{display:flex;flex-direction:column;width:280px;flex:0 0 280px;border-left:1px solid var(--pt-border);background:#fbfbfb}.pt-sidepanel header{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid var(--pt-border);font-weight:700}.pt-sidepanel header svg:last-child{margin-left:auto;color:var(--pt-muted)}.pt-agent{display:flex;flex-direction:column;width:280px;flex:0 0 280px;border-left:1px solid var(--pt-border);background:#fbfbfb}.pt-agent header{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid var(--pt-border);font-weight:700}.pt-agent-thread{display:flex;flex-direction:column;gap:8px;flex:1;padding:10px;overflow:hidden}.pt-bubble{max-width:95%;padding:8px 10px;border-radius:10px;line-height:1.4}.pt-bubble.is-user{align-self:flex-end;background:var(--pt-blue);color:#fff}.pt-bubble.is-assistant{background:#f3f3f3;border:0}.pt-bubble.is-pending{display:flex;align-items:center;gap:8px;color:var(--pt-muted)}.pt-tool{display:flex;align-items:center;gap:6px;padding:4px 8px;border-left:2px solid var(--pt-border-legacy);color:var(--pt-muted);font-family:var(--pt-mono);font-size:11px;font-style:italic}.pt-tool.is-action{border-left-color:var(--pt-success);color:var(--pt-success)}.pt-composer{display:flex;flex-direction:column;gap:6px;margin:8px;padding:8px 10px 6px;border:1px solid var(--pt-border-legacy);border-radius:10px;background:var(--pt-composer);color:var(--pt-muted)}.pt-composer-model{align-self:flex-start;padding:2px 8px;border:1px solid var(--pt-border-legacy);border-radius:6px;background:#f3f2f2;color:var(--pt-muted);font-size:10px;font-weight:600}.pt-composer-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pt-composer-send{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:6px;background:var(--pt-blue);color:#fff}.pt-loading{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:10px;background:#f3f2f2b8;color:var(--pt-navy);font-weight:600;z-index:5}.pt-spinner{width:22px;height:22px;border:2px solid var(--pt-border);border-top-color:var(--pt-blue);border-radius:50%;animation:pt-spin .7s linear infinite}@media(max-width:720px){.pt-lex-nav,.pt-nav,.pt-vscode-files,.pt-acme-header nav,.pt-highlights div:nth-child(n+3){display:none}.pt-toolkit{grid-template-columns:1fr}.pt-overlay{width:240px;right:12px}.pt-sidepanel-scene{flex-direction:column}.pt-acme-form{padding:12px 14px}.pt-form-row{grid-template-columns:1fr}.pt-sidepanel{width:100%;flex:1 1 auto;min-height:170px;border-left:0;border-top:1px solid var(--pt-border)}.pt-cursor{display:none}}@media(pointer:coarse){.pt-cursor{display:none}}@media(prefers-reduced-motion:reduce){.pt-caret,.pt-pulse,.pt-run.is-pulse,.pt-form-field.is-focus span,.pt-spinner,.pt-overlay,.pt-palette,.pt-copy-fade,.pt-view-layer.is-enter,.pt-view-layer.is-exit,.pt-cursor,.pt-cursor.is-click:after,.pt-fade-panel,.pt-results tbody tr,.pt-soql-empty,.pt-stage,.pt-stage[data-loop-gen]{animation:none!important;transition:none!important}.pt-results.is-open tbody tr,.pt-fade-panel.is-open,.pt-overlay.is-open,.pt-palette.is-open{opacity:1;transform:none}.pt-cursor{display:none}}
