:root{--vpmks-accent:#2bb9e8;--vpmks-accent-dark:#0ea5d8;--vpmks-text-soft:#4b5563;--vpmks-border:rgba(148,163,184,0.24);--vpmks-card-shadow:0 8px 24px rgba(15,23,42,0.06);--vpmks-radius:14px}html{scroll-padding-top:96px}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.vpmks-callout{margin:24px 0!important;padding:18px 22px!important;border-radius:var(--vpmks-radius)!important;font-size:16px!important;line-height:1.75!important;box-shadow:none!important}.vpmks-callout p{margin:0!important}.vpmks-callout strong{font-weight:650!important}.vpmks-callout svg{width:22px!important;height:22px!important;flex-shrink:0!important}.vpmks-callout-info{border:1px solid #bfdbfe!important;background:#dbeafe!important}.vpmks-callout-info,.vpmks-callout-info *{color:#4b5563!important}.vpmks-callout-info strong{color:#334155!important}.vpmks-callout-info svg{color:#1e40af!important}.vpmks-callout-warning{border:1px solid #fde68a!important;background:#fef3c7!important;color:#78350f!important}.vpmks-callout-error{border:1px solid #fecaca!important;background:#fee2e2!important;color:#7f1d1d!important}.vpmks-callout-default,.vpmks-callout-important{border:1px solid #ddd6fe!important;background:#ede9fe!important;color:#4c1d95!important}html.dark .vpmks-callout-info{border-color:rgba(56,189,248,.34)!important;background:rgba(14,165,216,.14)!important}html.dark .vpmks-callout-info,html.dark .vpmks-callout-info *{color:#cbd5e1!important}html.dark .vpmks-callout-info strong{color:#f8fafc!important}html.dark .vpmks-callout-warning{border-color:rgba(245,158,11,.36)!important;background:rgba(245,158,11,.14)!important;color:#fde68a!important}html.dark .vpmks-callout-error{border-color:rgba(248,113,113,.38)!important;background:rgba(239,68,68,.14)!important;color:#fecaca!important}html.dark .vpmks-callout-default,html.dark .vpmks-callout-important{border-color:rgba(167,139,250,.38)!important;background:rgba(124,58,237,.14)!important;color:#ddd6fe!important}.vpmks-platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.vpmks-platform-card{display:flex;flex-direction:column;justify-content:center;min-height:116px;padding:16px 18px;border:1px solid var(--vpmks-border);border-radius:12px;text-decoration:none;color:inherit;background:transparent;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.vpmks-platform-card:hover{border-color:rgba(96,165,250,.62);box-shadow:var(--vpmks-card-shadow);transform:translateY(-1px);background:rgba(59,130,246,.035)}.vpmks-platform-icon{height:34px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}.vpmks-platform-icon img{max-width:110px;max-height:34px;object-fit:contain;display:block;filter:brightness(0);transition:filter .15s ease,opacity .15s ease}.vpmks-platform-title{font-size:16px;line-height:1.35;font-weight:500;color:rgb(51,65,85)}html.dark .vpmks-platform-card{border-color:rgba(148,163,184,.18)}html.dark .vpmks-platform-card:hover{border-color:rgba(96,165,250,.6);box-shadow:0 8px 24px rgba(0,0,0,.18);background:rgba(56,189,248,.05)}html.dark .vpmks-platform-icon img{filter:brightness(0) invert(1);opacity:.92}html.dark .vpmks-platform-title{color:rgb(226,232,240)}.vpmks-doc-figure{margin:24px 0}.vpmks-doc-image{display:block;width:100%;height:auto;border-radius:14px;border:1px solid var(--vpmks-border);box-shadow:0 6px 20px rgba(15,23,42,.06)}.vpmks-doc-caption{margin-top:8px;font-size:14px;line-height:1.5;color:rgb(100,116,139)}.vpmks-video{position:relative;width:100%;overflow:hidden;margin:24px 0;border-radius:14px;border:1px solid var(--vpmks-border);background:#020617;aspect-ratio:16/9}.vpmks-video iframe,.vpmks-video video{position:absolute;inset:0;width:100%;height:100%;border:0}.vpmks-button-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.vpmks-button-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;border:1px solid rgba(14,165,216,.42);background:linear-gradient(135deg,#22c4ee,#67d6f0);color:white!important;font-weight:650;text-decoration:none!important;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.vpmks-button-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(14,165,216,.22);filter:brightness(1.02)}.vpmks-button-link-secondary{background:transparent;color:rgb(51,65,85)!important;border-color:var(--vpmks-border)}html.dark .vpmks-button-link-secondary{color:rgb(226,232,240)!important}@media (max-width:900px){.vpmks-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.vpmks-callout{padding:16px 18px!important;font-size:15px!important;line-height:1.65!important}.vpmks-platform-grid{grid-template-columns:1fr;gap:12px}.vpmks-platform-card{min-height:100px;padding:14px 16px;border-radius:10px}.vpmks-platform-icon{height:30px;margin-bottom:10px}.vpmks-platform-icon img{max-height:30px}.vpmks-platform-title{font-size:15px}.vpmks-button-row{flex-direction:column}.vpmks-button-link{width:100%}}html body .vpmks-callout{display:flex!important;align-items:flex-start!important;gap:16px!important;margin:24px 0!important;padding:18px 24px!important;border-radius:12px!important;box-shadow:none!important;font-size:1rem!important;line-height:1.7!important;font-weight:400!important}html body .vpmks-callout-icon{width:24px!important;height:24px!important;min-width:24px!important;margin-top:3px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}html body .vpmks-callout-icon svg{width:24px!important;height:24px!important;display:block!important}html body .vpmks-callout-content{margin:0!important;padding:0!important}html body .vpmks-callout-content p{margin:0!important}html body .vpmks-callout-content strong{font-weight:700!important}html body .vpmks-callout-info{border:1px solid #bfdbfe!important;background:#dbeafe!important;color:#4b5563!important}html body .vpmks-callout-info .vpmks-callout-icon{color:#24479b!important}html body .vpmks-callout-info .vpmks-callout-content,html body .vpmks-callout-info .vpmks-callout-content *,html body .vpmks-callout-info p{color:#4b5563!important}html body .vpmks-callout-info strong{color:#374151!important}html body .vpmks-callout-warning{border:1px solid #fde68a!important;background:#fef3c7!important;color:#78350f!important}html body .vpmks-callout-warning .vpmks-callout-symbol{width:22px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#b45309!important;color:#fff!important;font-weight:800!important}html body .vpmks-callout-important{border:1px solid #ddd6fe!important;background:#ede9fe!important;color:#4c1d95!important}html body .vpmks-callout-important .vpmks-callout-symbol{width:22px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#6d28d9!important;color:#fff!important;font-weight:800!important}html body .vpmks-callout-error{border:1px solid #fecaca!important;background:#fee2e2!important;color:#7f1d1d!important}html body .vpmks-callout-error .vpmks-callout-symbol{width:22px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#dc2626!important;color:#fff!important;font-weight:800!important}@media (max-width:640px){html body .vpmks-callout{padding:16px 18px!important;font-size:.95rem!important;line-height:1.65!important}html body .vpmks-callout-icon,html body .vpmks-callout-icon svg{width:22px!important;height:22px!important;min-width:22px!important}}html body .vpmks-callout{padding:12px 16px!important;gap:12px!important}html body .vpmks-callout-info .vpmks-callout-icon,html body .vpmks-callout-info .vpmks-info-svg{color:#24479b!important}html body .vpmks-callout-info .vpmks-info-svg circle:first-child{fill:#24479b!important;stroke:none!important}html body .vpmks-callout-info .vpmks-info-svg circle:not(:first-child),html body .vpmks-callout-info .vpmks-info-svg rect{fill:#ffffff!important;stroke:none!important}@media (max-width:640px){html body .vpmks-callout{padding:11px 14px!important;gap:10px!important}}html body .vpmks-link-example{margin:24px 0 28px!important;padding:16px 20px!important;border-radius:14px!important;background:#eef4fb!important;border:1px solid transparent!important;overflow-x:auto!important}html body .vpmks-link-example code{display:block!important;padding:0!important;background:transparent!important;border:0!important;color:#374151!important;font-size:.95rem!important;line-height:1.6!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;white-space:nowrap!important}html.dark body .vpmks-link-example{background:rgba(148,163,184,.12)!important;border-color:rgba(148,163,184,.18)!important}html.dark body .vpmks-link-example code{color:#d1d5db!important}@media (max-width:640px){html body .vpmks-link-example{padding:14px 16px!important;border-radius:12px!important}html body .vpmks-link-example code{font-size:.9rem!important}}html body .vpmks-link-example a{color:#374151!important;text-decoration:none!important;pointer-events:none!important;cursor:text!important}html body .vpmks-link-example a:after{display:none!important;content:none!important}html body .vpmks-doc-figure{width:100%!important;margin:28px auto!important;text-align:center!important}html body .vpmks-doc-image{width:100%!important;max-width:var(--vpmks-image-max-width,820px)!important;margin:0 auto!important;border-radius:16px!important;box-shadow:0 10px 30px rgba(15,23,42,.08)!important}html body .vpmks-doc-figure-phone .vpmks-doc-image{max-width:var(--vpmks-image-max-width,360px)!important}html body .vpmks-doc-figure-tablet .vpmks-doc-image{max-width:var(--vpmks-image-max-width,560px)!important}html body .vpmks-doc-figure-wide .vpmks-doc-image{max-width:var(--vpmks-image-max-width,100%)!important}@media (max-width:640px){html body .vpmks-doc-figure{margin:22px auto!important}html body .vpmks-doc-image{max-width:100%!important;border-radius:14px!important}}html body .vpmks-doc-figure{width:fit-content!important;max-width:100%!important;margin:22px 0 30px!important;text-align:left!important}html body .vpmks-doc-image{display:block!important;width:auto!important;max-width:min(100%,var(--vpmks-image-max-width,720px))!important;height:auto!important;margin:0!important;border:0!important;outline:0!important;border-radius:14px!important;background:transparent!important;box-shadow:0 6px 22px rgba(15,23,42,.14)!important}html body .vpmks-doc-figure-phone .vpmks-doc-image{max-width:min(100%,var(--vpmks-image-max-width,360px))!important}html body .vpmks-doc-figure-tablet .vpmks-doc-image{max-width:min(100%,var(--vpmks-image-max-width,560px))!important}html body .vpmks-doc-figure-wide .vpmks-doc-image{width:100%!important;max-width:min(100%,var(--vpmks-image-max-width,920px))!important}html body .vpmks-doc-caption{margin-top:10px!important;color:#6b7280!important;font-size:.9rem!important;line-height:1.5!important;text-align:center!important}@media (max-width:640px){html body .vpmks-doc-figure{width:100%!important;margin:20px 0 26px!important}html body .vpmks-doc-image{width:100%!important;max-width:100%!important;border-radius:12px!important}html body .vpmks-image-group{display:flex!important;flex-direction:column!important;gap:18px!important}html body .vpmks-image-group .vpmks-doc-figure{width:100%!important}}[data-theme=dark] body .vpmks-callout-info,html.dark body .vpmks-callout-info,html[class~=dark] body .vpmks-callout-info{background:rgba(37,99,235,.14)!important;border-color:rgba(96,165,250,.35)!important}[data-theme=dark] body .vpmks-callout-info .vpmks-callout-content,[data-theme=dark] body .vpmks-callout-info .vpmks-callout-content *,[data-theme=dark] body .vpmks-callout-info p,html.dark body .vpmks-callout-info .vpmks-callout-content,html.dark body .vpmks-callout-info .vpmks-callout-content *,html.dark body .vpmks-callout-info p,html[class~=dark] body .vpmks-callout-info .vpmks-callout-content,html[class~=dark] body .vpmks-callout-info .vpmks-callout-content *,html[class~=dark] body .vpmks-callout-info p{color:#dbeafe!important}[data-theme=dark] body .vpmks-callout-info strong,html.dark body .vpmks-callout-info strong,html[class~=dark] body .vpmks-callout-info strong{color:#ffffff!important}[data-theme=dark] body .vpmks-callout-info .vpmks-info-svg,html.dark body .vpmks-callout-info .vpmks-info-svg,html[class~=dark] body .vpmks-callout-info .vpmks-info-svg{color:#60a5fa!important}html body .vpmks-notice-yellow{display:flex!important;align-items:flex-start!important;gap:12px!important;margin:24px 0 32px!important;padding:14px 18px!important;border:1px solid #fde68a!important;border-radius:12px!important;background:#fffbeb!important;color:#4b5563!important;font-size:1rem!important;line-height:1.65!important;font-weight:400!important}html body .vpmks-notice-yellow-icon{flex:0 0 auto!important;margin-top:1px!important;font-size:22px!important;line-height:1.2!important}html body .vpmks-notice-yellow-content,html body .vpmks-notice-yellow-content *,html body .vpmks-notice-yellow-content p{margin:0!important;color:#4b5563!important}html body .vpmks-notice-yellow-content strong{color:#374151!important;font-weight:700!important}[data-theme=dark] body .vpmks-notice-yellow,html.dark body .vpmks-notice-yellow,html[class~=dark] body .vpmks-notice-yellow{background:rgba(245,158,11,.14)!important;border-color:rgba(251,191,36,.42)!important}[data-theme=dark] body .vpmks-notice-yellow-content,[data-theme=dark] body .vpmks-notice-yellow-content *,[data-theme=dark] body .vpmks-notice-yellow-content p,html.dark body .vpmks-notice-yellow-content,html.dark body .vpmks-notice-yellow-content *,html.dark body .vpmks-notice-yellow-content p,html[class~=dark] body .vpmks-notice-yellow-content,html[class~=dark] body .vpmks-notice-yellow-content *,html[class~=dark] body .vpmks-notice-yellow-content p{color:#fde68a!important}@media (max-width:640px){html body .vpmks-notice-yellow{padding:13px 15px!important;gap:10px!important;font-size:.95rem!important;line-height:1.6!important}html body .vpmks-notice-yellow-icon{font-size:20px!important}}html body .vpmks-image-group{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-start!important;margin:22px 0 32px!important}html body .vpmks-image-group .vpmks-doc-figure{width:auto!important;max-width:100%!important}html body .vpmks-image-group .vpmks-doc-figure-phone .vpmks-doc-image{width:auto!important;max-width:min(100%,var(--vpmks-image-max-width,300px))!important}@media (max-width:720px){html body .vpmks-image-group{flex-direction:column!important;gap:18px!important}html body .vpmks-image-group .vpmks-doc-figure{width:100%!important}html body .vpmks-image-group .vpmks-doc-figure-phone .vpmks-doc-image,html body .vpmks-image-group .vpmks-doc-image{width:100%!important;max-width:100%!important}}html body .vpmks-image-group{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,290px))!important;gap:22px!important;justify-content:start!important;align-items:start!important;width:100%!important;margin:24px 0 34px!important}html body .vpmks-image-group .vpmks-doc-figure{width:100%!important;max-width:290px!important;margin:0!important}html body .vpmks-image-group .vpmks-doc-image{width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;border-radius:14px!important;box-shadow:0 6px 22px rgba(15,23,42,.14)!important}html body .vpmks-image-group .vpmks-doc-caption{max-width:290px!important;text-align:center!important}html body .vpmks-doc-figure-phone:not(.vpmks-image-group .vpmks-doc-figure) .vpmks-doc-image{max-width:min(100%,var(--vpmks-image-max-width,360px))!important}@media (min-width:1180px){html body .vpmks-image-group{grid-template-columns:repeat(auto-fit,minmax(260px,310px))!important}html body .vpmks-image-group .vpmks-doc-caption,html body .vpmks-image-group .vpmks-doc-figure{max-width:310px!important}}@media (max-width:640px){html body .vpmks-image-group{grid-template-columns:1fr!important;gap:18px!important}html body .vpmks-image-group .vpmks-doc-figure{width:100%!important;max-width:100%!important}html body .vpmks-image-group .vpmks-doc-image{width:100%!important;max-width:100%!important;border-radius:12px!important}html body .vpmks-image-group .vpmks-doc-caption{max-width:100%!important}}html body .vpmks-doc-figure-phone{width:100%!important;max-width:290px!important;margin:24px 0 34px!important;text-align:left!important}html body .vpmks-doc-figure-phone .vpmks-doc-image{width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;border-radius:14px!important;box-shadow:0 6px 22px rgba(15,23,42,.14)!important}html body .vpmks-doc-figure-phone .vpmks-doc-caption{max-width:290px!important;margin-top:10px!important;text-align:center!important;color:#6b7280!important;font-size:.9rem!important;line-height:1.5!important}@media (min-width:1180px){html body .vpmks-doc-figure-phone,html body .vpmks-doc-figure-phone .vpmks-doc-caption{max-width:310px!important}}@media (max-width:640px){html body .vpmks-doc-figure-phone{width:100%!important;max-width:100%!important;margin:22px 0 30px!important}html body .vpmks-doc-figure-phone .vpmks-doc-image{width:100%!important;max-width:100%!important;border-radius:12px!important}html body .vpmks-doc-figure-phone .vpmks-doc-caption{max-width:100%!important}}