/**handles:ivp-hotspot-css**/
.ivphs-wrap,.ivphs-wrap *,.ivphs-wrap address,.ivphs-wrap code,.ivphs-wrap dd,.ivphs-wrap dt,.ivphs-wrap label,.ivphs-wrap li,.ivphs-wrap p,.ivphs-wrap pre{font-size:11px!important;line-height:1.45!important}.ivphs-wrap{--bg:#0f1923;--surface:#1a2734;--surface-2:#243342;--border:#2d4050;--text:#e1e8ed;--text-muted:#8899a6;--accent:#1d9bf0;--orange:#ff8c00;--orange-dark:#d97600;--orange-light:#ffbb44;--active:#22d1ee;--active-dark:#1890a8;--active-light:#7eeaf5;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-family:var(--font)!important;color:var(--text);line-height:1.5!important;max-width:100%;margin:0 auto}.ivphs-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border);margin-bottom:16px}.ivphs-title{font-size:16px!important;font-weight:600;margin:0;color:var(--text)}.ivphs-badge{font-size:10px!important;text-transform:uppercase;letter-spacing:.05em;background:var(--orange);color:#fff;padding:3px 10px;border-radius:3px}.ivphs-mode-toggle{display:flex;gap:6px;margin-bottom:12px}.ivphs-mode-btn{padding:6px 14px;border-radius:4px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:11px!important;font-weight:500;transition:all .15s}.ivphs-mode-btn:hover{border-color:var(--orange);color:var(--text)}.ivphs-mode-btn.ivphs-active-mode{background:var(--orange);border-color:var(--orange);color:#fff}.ivphs-legend{display:flex;gap:16px;margin-bottom:12px;font-size:11px!important;color:var(--text-muted);align-items:center}.ivphs-legend-item{display:flex;align-items:center;gap:4px}.ivphs-legend-item svg{flex-shrink:0}.ivphs-screenshot-wrapper{position:relative;border-radius:6px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.ivphs-screenshot-area{position:relative;width:100%;background:var(--surface-2);overflow:hidden}.ivphs-pin{position:absolute;z-index:10;cursor:pointer;transition:filter .2s,transform .2s;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.ivphs-pin:hover{filter:drop-shadow(0 2px 10px rgba(255,140,0,.6)) drop-shadow(0 2px 4px rgba(0,0,0,.4));transform:scale(1.1)}.ivphs-pin.ivphs-is-active{filter:drop-shadow(0 2px 12px rgba(34,209,238,.6)) drop-shadow(0 2px 4px rgba(0,0,0,.4));transform:scale(1.1)}.ivphs-pin .pin-marker svg{display:block;overflow:visible}.ivphs-pulse{position:absolute;width:18px;height:18px;border-radius:50%;background:rgba(255,140,0,.35);animation:ivphs-pulse-ring 2s ease-out infinite;pointer-events:none}@keyframes ivphs-pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}100%{transform:translate(-50%,-50%) scale(2.8);opacity:0}}.ivphs-callout{position:absolute;z-index:20;width:260px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.04);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;transform:translateY(4px)}.ivphs-callout.ivphs-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.ivphs-callout-header{display:flex;align-items:center;gap:6px;padding:7px 10px;border-bottom:1px solid var(--border)}.ivphs-callout-num{min-width:18px;height:18px;padding:0 4px;border-radius:50%;background:var(--active);color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px!important;font-weight:700;flex-shrink:0}.ivphs-callout-title{font-size:12px!important;font-weight:600;flex:1}.ivphs-callout-close{background:0 0;border:none;color:var(--text-muted);cursor:pointer;font-size:18px!important;line-height:1;padding:0 4px}.ivphs-callout-close:hover{color:var(--text)}.ivphs-callout-body{padding:10px 12px;font-size:11px!important;line-height:1.45!important;color:var(--text);max-height:240px;overflow-y:auto}.ivphs-callout-body p{margin:0 0 5px;font-size:11px!important}.ivphs-callout-body strong{color:#ff8c00!important;font-weight:700;text-decoration:none!important}.ivphs-callout-body .tip-box{background:rgba(255,140,0,.08);border-left:2px solid var(--orange);padding:6px 8px;border-radius:0 4px 4px 0;margin:6px 0;font-size:10px!important}.ivphs-callout-body .feat-row{display:flex;align-items:flex-start;gap:8px;margin:6px 0}.ivphs-callout-body .feat-icon{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px!important;flex-shrink:0}.ivphs-callout-body .feat-icon.grn{background:rgba(0,186,124,.15);color:#00ba7c}.ivphs-callout-body .feat-icon.blu{background:rgba(29,155,240,.15);color:#1d9bf0}.ivphs-callout-body .feat-icon.ylw{background:rgba(255,212,0,.15);color:#ffd400}.ivphs-callout-body .feat-icon.rd{background:rgba(244,33,46,.15);color:#f4212e}.ivphs-callout-body .feat-label{font-weight:600;font-size:11px!important}.ivphs-callout-body .feat-sub{font-size:10px!important;color:var(--text-muted)}.ivphs-callout-body ol.step-list{padding-left:16px;margin:4px 0}.ivphs-callout-body ol.step-list li{margin:2px 0;font-size:11px!important}.ivphs-step-nav{display:flex;align-items:center;gap:12px;padding:12px 16px;border-top:1px solid var(--border);background:var(--surface)}.ivphs-step-btn{padding:6px 14px;border-radius:4px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;font-size:11px!important;transition:all .15s}.ivphs-step-btn:hover:not(:disabled){border-color:var(--orange)}.ivphs-step-btn:disabled{opacity:.4;cursor:default}.ivphs-step-btn.ivphs-primary{background:var(--orange);border-color:var(--orange);color:#fff}.ivphs-step-indicators{display:flex;gap:6px;flex:1;justify-content:center}.ivphs-step-ind{width:10px;height:10px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);cursor:pointer;transition:all .2s}.ivphs-step-ind.ivphs-visited{background:var(--orange);border-color:var(--orange)}.ivphs-step-ind.ivphs-current{background:var(--active);border-color:var(--active);box-shadow:0 0 6px rgba(34,209,238,.4)}