.cis-schema{--cis-accent:#3b2372;--cis-accent-soft:#8656f5;--cis-surface:#ffffff;--cis-text:#1d1717;--cis-muted:#595959;--cis-border:#e0dedd;--cis-bubble-size:60px;--cis-bubble-bg:#8656f5;--cis-bubble-bg-open:#3b2372;--cis-icon-size:28px;--cis-label-color:#8656f5;--cis-label-size:15px;--cis-label-width:190px;--cis-label-gap:12px;--cis-line:#8656f5;--cis-line-width:1.5px;--cis-line-dash:5 5;--cis-radius:999px;--cis-shadow:0 4px 20px rgba(30, 19, 64, .18);position:relative;width:100%;margin:35px auto;max-width:1320px;font-size:16px}.cis-schema__stage{position:relative;width:100%}.cis-schema__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.cis-schema__lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1}.cis-schema__line{stroke:var(--cis-line);stroke-width:var(--cis-line-width);stroke-dasharray:var(--cis-line-dash);stroke-linecap:round;transition:stroke .18s ease,stroke-width .18s ease}.cis-schema__line.is-active{stroke:var(--cis-accent);stroke-width:calc(var(--cis-line-width) + .5px)}.cis-schema__target{position:absolute;width:9px;height:9px;margin:0;border-radius:50%;background:var(--cis-accent);transform:translate(-50%,-50%) scale(.4);opacity:0;pointer-events:none;z-index:2;transition:opacity .18s ease,transform .18s ease}.cis-schema__target.is-active{opacity:1;transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 4px rgb(134 86 245 / .22)}.cis-schema__bubble{position:absolute;transform:translate(-50%,-50%);z-index:3;width:var(--cis-bubble-size);height:var(--cis-bubble-size);min-width:44px;min-height:44px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--cis-bubble-bg);color:#fff;font:inherit;cursor:pointer;overflow:visible;transition:transform .18s ease,background-color .18s ease;-webkit-tap-highlight-color:#fff0}.cis-schema__bubble:hover,.cis-schema__bubble:focus-visible{transform:translate(-50%,-50%) scale(1.08)}.cis-schema__bubble:focus-visible{outline:3px solid var(--cis-accent);outline-offset:3px}.cis-schema__bubble[aria-expanded="true"]{background:var(--cis-bubble-bg-open);z-index:5}.cis-schema__bubble-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--cis-icon-size);height:var(--cis-icon-size);pointer-events:none}.cis-schema__bubble-icon img{width:100%;height:100%;object-fit:contain;display:block;max-width:none}.cis-schema__bubble:not(.has-custom-icon) .cis-schema__bubble-icon img{filter:brightness(0) invert(1)}.cis-schema__bubble.has-custom-icon{background:#fff0}.cis-schema__bubble.has-custom-icon .cis-schema__bubble-icon{width:100%;height:100%}.cis-schema__bubble.has-custom-icon[aria-expanded="true"]{background:#fff0;box-shadow:0 0 0 3px var(--cis-accent)}.cis-schema__bubble-label{position:absolute;top:calc(100% + var(--cis-label-gap));left:50%;transform:translateX(-50%);width:max-content;max-width:var(--cis-label-width);color:var(--cis-label-color);font-size:var(--cis-label-size);line-height:1.35;font-weight:500;text-align:center;text-wrap:balance;transition:color .18s ease}.cis-schema__bubble[aria-expanded="true"] .cis-schema__bubble-label{color:var(--cis-accent)}.cis-schema--labels-never .cis-schema__bubble-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.cis-schema__popover{position:absolute;z-index:20;width:min(320px, 78vw);padding:20px 22px 22px;border-radius:10px;background:var(--cis-surface);color:var(--cis-text);box-shadow:var(--cis-shadow);border:1px solid var(--cis-border);text-align:left;line-height:1.5;transform:translate(-30px,46px);animation:cis-pop .18s ease-out}.cis-schema__popover.is-flip-x{transform:translate(calc(-100% + 30px),46px)}.cis-schema__popover.is-flip-y{transform:translate(-30px,calc(-100% - 46px))}.cis-schema__popover.is-flip-x.is-flip-y{transform:translate(calc(-100% + 30px),calc(-100% - 46px))}@keyframes cis-pop{from{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.cis-schema__popover{animation:none}.cis-schema__bubble,.cis-schema__bubble-label,.cis-schema__line,.cis-schema__target{transition:none}}.cis-schema__popover-title{margin:0 28px 8px 0;font-size:18px;line-height:1.25;color:var(--cis-accent)}.cis-schema__popover-desc{font-size:15px;color:var(--cis-muted)}.cis-schema__popover-desc>*:first-child{margin-top:0}.cis-schema__popover-desc>*:last-child{margin-bottom:0}.cis-schema__close{position:absolute;top:8px;right:8px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#fff0;color:var(--cis-muted);cursor:pointer;line-height:0}.cis-schema__close:hover{background:#f4f4f4;color:var(--cis-text)}.cis-schema__close:focus-visible{outline:2px solid var(--cis-accent-soft);outline-offset:1px}.cis-schema__cta{display:inline-block;margin-top:16px;padding:10px 22px;border-radius:var(--cis-radius);background:var(--cis-accent);color:#fff!important;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .18s ease}.cis-schema__cta:hover,.cis-schema__cta:focus{background:var(--cis-accent-soft);color:#fff!important}.cis-schema__backdrop{display:none}@media (max-width:782px){.cis-schema{--cis-bubble-size:48px;--cis-icon-size:22px}.cis-schema--labels-auto .cis-schema__bubble-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.cis-schema__popover{position:fixed;left:0!important;right:0;top:auto!important;bottom:0;width:100%;max-height:72vh;overflow-y:auto;transform:none!important;border-radius:16px 16px 0 0;border-bottom:0;z-index:100000;padding:24px 20px calc(24px + env(safe-area-inset-bottom, 0px));animation:cis-sheet .22s ease-out}@keyframes cis-sheet{from{transform:translateY(100%)}to{transform:translateY(0)}}.cis-schema.is-open .cis-schema__backdrop{display:block;position:fixed;inset:0;background:rgb(30 19 64 / .55);z-index:99999;animation:cis-pop .2s ease-out}.cis-schema__close{top:12px;right:12px;background:#f4f4f4}}