.docs-layout{grid-template-columns:280px 1fr;align-items:start;gap:2.5rem;max-width:1300px;margin:0 auto;padding:2rem 1.5rem;display:grid}.docs-content [id]{scroll-margin-top:calc(var(--site-header-h,110px) + 40px)}.docs-sidebar{top:var(--site-header-h,90px);max-height:calc(100vh - var(--site-header-h,90px));border-right:1px solid #e5e7eb;padding-right:1rem;position:sticky;overflow-y:auto}.docs-nav,.docs-subnav{margin:2rem 0;padding:0;list-style:none}.docs-subnav{margin:.25rem 0 .75rem .75rem}.docs-navlink{color:#374151;border-radius:6px;padding:.4rem .5rem;font-size:.95rem;text-decoration:none;display:block}.docs-navlink--sub{color:#6b7280;font-size:.85rem}.docs-nav .has-submenu>.docs-navlink:after{content:" ▾";color:#6b7280;font-size:.75em}.docs-nav .has-submenu>.docs-submenu{border-left:2px solid #e5e7eb;max-height:45vh;margin:.25rem 0 .5rem .75rem;padding-left:.5rem;list-style:none;display:none;overflow-y:scroll}.docs-nav .has-submenu:hover>.docs-submenu{display:block}.docs-navlink:hover{background:#f3f4f6}.docs-navlink.active{color:#004e7a;background:#e0f2fe;font-weight:600}#docu-menu-title{color:#004e7a;text-align:center;border-bottom:2px solid #004e7a;padding:1rem;font-size:1.3rem}.docs-content{min-width:0}#docu-page-title{color:#004e7a;top:var(--site-header-h,90px);z-index:5;text-align:center;background:#fff;border-bottom:2px solid #004e7a;margin:0 0 1.5rem;padding:.75rem 0;font-size:1.8rem}a{color:#004e7a}.docs-section-header{top:var(--site-header-h,90px);z-index:5;background:#fff;border-bottom:2px solid #004e7a;margin-bottom:1.5rem;padding:.75rem 0;position:sticky}.docs-section-header h2{color:#004e7a;margin:0;font-size:1.8rem}.docs-section{scroll-margin-top:calc(var(--site-header-h,90px) + 60px);margin-bottom:4rem}.docs-section h3{color:#0d3b45;scroll-margin-top:calc(var(--site-header-h,90px) + 60px);margin-top:2rem}.docs-table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.95rem}.docs-table th,.docs-table td{text-align:left;border:1px solid #e5e7eb;padding:.6rem .8rem}.docs-table th{background:#f8fafc}.code-block{background:#0d1117;border-radius:8px;margin:1rem 0;overflow:hidden}.code-block__bar{background:#161b22;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;padding:.4rem .75rem;display:flex}.code-block__lang{color:#8b949e;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.code-copy{color:#c9d1d9;cursor:pointer;background:#21262d;border:1px solid #30363d;border-radius:6px;padding:.25rem .75rem;font-size:.8rem}.code-copy:hover{background:#30363d}.code-copy.copied{color:#3fb950;border-color:#3fb950}.code-block pre{margin:0;padding:1rem;overflow-x:auto}.code-block code{color:#e6edf3;font-family:SFMono-Regular,Consolas,monospace;font-size:.9rem;line-height:1.5}:not(pre)>code{color:#b91c1c;background:#eef2f5;border-radius:4px;padding:.1rem .35rem;font-size:.88em}@media (width<=900px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{display:none}}.iframe-version-title{color:#004e7a;margin:0;padding-top:20px;font-size:1.3rem;text-decoration:underline}.docs-content table{border-collapse:collapse;-webkit-overflow-scrolling:touch;background:#fff;border:2px solid #64748b;max-width:100%;max-height:520px;margin:1.5rem 0;font-size:.9rem;display:block;overflow:auto}.docs-content th,.docs-content td{text-align:left;vertical-align:top;border:1px solid #cbd5e1;min-width:120px;padding:.55rem .8rem}.docs-content th{color:#0d3b45;z-index:1;background:#eef3f7;font-weight:700;position:sticky;top:0}.docs-content tr:nth-child(2n) td{background:#f8fafc}.docs-content pre{color:#e6edf3;-webkit-overflow-scrolling:touch;background:#0d1117;border:2px solid #30363d;border-left:4px solid #004e7a;border-radius:8px;max-height:460px;margin:1.5rem 0;padding:1rem 1.1rem;font-size:.88rem;line-height:1.55;overflow:auto}.docs-content pre code{color:inherit;white-space:pre;background:0 0;font-family:SFMono-Regular,Consolas,Courier New,monospace}.docs-content :not(pre)>code{color:#b91c1c;overflow-wrap:anywhere;background:#eef2f5;border-radius:4px;padding:.1rem .35rem;font-size:.88em}.docs-content table::-webkit-scrollbar{width:10px;height:10px}.docs-content pre::-webkit-scrollbar{width:10px;height:10px}.docs-content table::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:6px}.docs-content pre::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:6px}.docs-content pre::-webkit-scrollbar-thumb{background:#4b5563}.code-wrap{position:relative}.code-wrap .code-copy-btn{z-index:2;color:#004e7a;cursor:pointer;opacity:0;background:#fff;border:1px solid #30363d;border-radius:6px;padding:.25rem .7rem;font-size:.8rem;font-weight:800;transition:opacity .15s,background .15s;position:absolute;top:8px;right:8px}.code-wrap:hover .code-copy-btn{opacity:1}.code-copy-btn:hover{color:#fff;background:#004e7a}.code-copy-btn.copied{color:#3fb950;opacity:1;border-color:#3fb950}.gif-tabs{max-width:700px;margin:1.5rem 0}.gif-tabs__buttons{border-bottom:2px solid #cbd5e1;gap:.25rem;display:flex}.gif-tab{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-bottom:none;border-radius:8px 8px 0 0;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s}.gif-tab:hover{background:#e2e8f0}.gif-tab.active{color:#fff;background:#004e7a;border-color:#004e7a}.gif-tabs__panels{background:#fff;border:1px solid #cbd5e1;border-top:none;padding:1rem}.gif-panel{display:none}.gif-panel.active{display:block}.gif-panel img{max-width:100%;height:auto;margin:0 auto;display:block}.docs-ai-callout{background:#f2f8fb;border:1px solid #cfe0ea;border-left:5px solid #004e7a;border-radius:10px;align-items:flex-start;gap:1rem;margin:1.5rem 0 2.5rem;padding:1.25rem 1.5rem;display:flex}.docs-ai-callout__icon{font-size:1.9rem;line-height:1}.docs-ai-callout__title{color:#004e7a;margin:0 0 .35rem;font-size:1.15rem}.docs-ai-callout__text{color:#334155;margin:0 0 .9rem;font-size:.95rem;line-height:1.55}.docs-ai-callout__actions{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.docs-ai-callout__btn{color:#fff;background:#004e7a;border-radius:8px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block}.docs-ai-callout__btn:hover{background:#0e83c6}.docs-ai-callout__link{color:#004e7a;font-size:.9rem;font-weight:600;text-decoration:none}.docs-ai-callout__link:hover{text-decoration:underline}@media (width<=600px){.docs-ai-callout{flex-direction:column}}.hpci-service-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:1.25rem}.hpci-service-footer .hpci-service-text a{color:#004e7a;margin:.25rem 0;font-weight:600;text-decoration:none}.hpci-service-video-div{justify-content:center;margin:1.5rem auto 2.5rem;display:flex}
