@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&family=Outfit:wght@600;700;800&display=swap";.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #555;--xy-background-pattern-lines-color-default: #333;--xy-background-pattern-cross-color-default: #333;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.disease-diagnostic-path{grid-column:1 / -1;display:block!important;padding-top:16px;border-top:1px solid #eee8f0}.disease-diagnostic-path>header{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:4px 12px}.disease-diagnostic-path>header span{color:var(--preview-color);font-size:8px;font-weight:900;letter-spacing:.12em}.disease-diagnostic-path>header strong{font-size:14px}.disease-diagnostic-path>header p{grid-column:1 / -1;font-size:9px}.diagnostic-stage-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:12px}.diagnostic-stage-tabs button{display:flex;align-items:center;gap:7px;min-width:0;border:1px solid #e8e1ea;border-radius:10px;background:#faf8fb;padding:8px;color:#6f6673;text-align:left}.diagnostic-stage-tabs button>b{color:var(--preview-color);font-size:8px}.diagnostic-stage-tabs button span{min-width:0;color:inherit;font-size:8px}.diagnostic-stage-tabs button small{display:block;overflow:hidden;margin-top:2px;color:#a198a5;font-size:6.5px;text-overflow:ellipsis;white-space:nowrap}.diagnostic-stage-tabs button[aria-selected=true]{border-color:var(--preview-color);background:color-mix(in srgb,var(--preview-color) 8%,#fff);color:#352e3a;box-shadow:0 5px 14px color-mix(in srgb,var(--preview-color) 12%,transparent)}.diagnostic-stage-progress{height:3px;margin:8px 4px 0;overflow:hidden;border-radius:3px;background:#eee9f0}.diagnostic-stage-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--preview-color),#f59e0b);transition:width .25s ease}.diagnostic-stage-panel{display:block!important;min-height:150px;margin-top:8px;border-radius:12px;background:#faf8fb;padding:14px 16px}.diagnostic-stage-panel>span{font-size:8px}.diagnostic-stage-panel h4{margin:4px 0 9px;font-size:13px}.diagnostic-stage-panel p,.diagnostic-stage-panel li{color:#5e5663;font-size:9px;line-height:1.65}.diagnostic-stage-panel ul,.diagnostic-stage-panel ol{margin:0;padding-left:18px}.diagnostic-minimum{border-left:3px solid var(--preview-color);padding-left:10px;font-weight:800}.diagnostic-measurements{display:grid!important;gap:4px!important;margin:11px 0}.diagnostic-measurement-head,.diagnostic-measurement-row{display:grid!important;grid-template-columns:minmax(90px,.72fr) minmax(135px,1fr) minmax(180px,1.55fr);gap:7px!important;align-items:stretch}.diagnostic-measurement-head{padding:0 7px;color:#847989}.diagnostic-measurement-head b{font-size:7px;letter-spacing:.04em}.diagnostic-measurement-row{border:1px solid #e8e0ea;border-radius:10px;background:#fff;padding:7px}.diagnostic-measurement-row strong{align-self:center;color:#3d3444;font-size:8px;line-height:1.4}.diagnostic-measurement-row code{align-self:center;border-radius:7px;background:color-mix(in srgb,var(--preview-color) 8%,#faf8fb);color:#3b3341;padding:6px 7px;font-family:inherit;font-size:8px;font-weight:900;line-height:1.35;white-space:normal}.diagnostic-measurement-row p{margin:0;line-height:1.35}.diagnostic-measurement-row p span,.diagnostic-measurement-row p small{display:block}.diagnostic-measurement-row p span{color:#504755;font-size:8px;font-weight:800}.diagnostic-measurement-row p small{margin-top:3px;color:#9a6a29;font-size:7px}.diagnostic-mimic-chips{display:flex!important;flex-flow:row wrap!important;gap:5px!important}.diagnostic-mimic-chips b{border:1px solid #e4dce7;border-radius:20px;background:#fff;padding:5px 8px;font-size:8px}.diagnostic-stage-panel.stage-mimics aside{margin-top:10px;border-left:3px solid #ef476f;border-radius:9px;background:#fff2f5;padding:9px 11px}.diagnostic-stage-panel.stage-mimics aside strong{color:#a52f4b;font-size:9px}.diagnostic-stage-panel blockquote{margin:7px 0;border-left:4px solid var(--preview-color);border-radius:10px;background:#fff;padding:13px 15px;color:#352e3a;font-size:11px;font-weight:800;line-height:1.7}.diagnostic-confirm-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.diagnostic-confirm-grid article,.diagnostic-confirm-grid aside{display:block;border-radius:10px;background:#fff;padding:11px 12px}.diagnostic-confirm-grid article{border-left:3px solid var(--preview-color)}.diagnostic-confirm-grid aside{border-left:3px solid #f59e0b;background:#fff8e9}.diagnostic-confirm-grid b{font-size:9px}.diagnostic-sources{display:grid!important;grid-template-columns:auto 1fr;gap:4px 16px!important;margin-top:10px;border-top:1px solid #e9e2eb;padding-top:9px}.diagnostic-sources>strong{font-size:8px}.diagnostic-sources ul{margin:0}.diagnostic-sources nav{grid-column:1 / -1;display:flex;flex-flow:row wrap;gap:5px}.diagnostic-sources a{border-radius:7px;background:#fff;padding:5px 7px}@media(max-width:760px){.diagnostic-stage-tabs{grid-template-columns:repeat(5,112px);overflow-x:auto;padding-bottom:4px}.diagnostic-confirm-grid{grid-template-columns:1fr}}@media(max-width:520px){.disease-diagnostic-path>header{grid-template-columns:1fr}.disease-diagnostic-path>header p{grid-column:auto}.diagnostic-stage-panel{min-height:190px;padding:12px}.diagnostic-sources{grid-template-columns:1fr}.diagnostic-sources nav{grid-column:auto}.diagnostic-measurement-head{display:none!important}.diagnostic-measurement-row{grid-template-columns:minmax(88px,.72fr) minmax(0,1.28fr)}.diagnostic-measurement-row p{grid-column:1 / -1;border-top:1px solid #f0e9f1;padding-top:6px}}.electrode-map{position:relative}.home-heart-shape{fill:#ef5774;stroke:#fff;stroke-width:2;opacity:.86}.home-mean-vector{fill:none;stroke:#f59e0b;stroke-width:4;stroke-linecap:round;opacity:.62}.home-mean-vector-label{fill:#ffd48e;font-size:7px;font-weight:900;paint-order:stroke;stroke:#302a3d;stroke-width:3}.home-active-lead-axis{fill:none;stroke:#fff;stroke-width:3;stroke-dasharray:7 6;opacity:.75}.home-active-lead-flow{fill:none;stroke:#34d7d2;stroke-width:7;stroke-linecap:round;stroke-dasharray:120 880;animation:sharedEcgCycle 8s linear infinite}.home-electrode-node circle{fill:#766c80;stroke:#fff;stroke-width:2;transition:.25s}.home-electrode-node text{fill:#fff;font-size:6px;font-weight:900;pointer-events:none}.home-electrode-node.positive circle{fill:#ef4771;stroke-width:4;filter:drop-shadow(0 0 7px #ef4771)}.home-electrode-node.negative circle{fill:#7254e8;stroke-width:3;filter:drop-shadow(0 0 5px #7254e8)}.home-electrode-node.ground circle{fill:#6a626f}.home-electrode-node .polarity-label{fill:#fff;font-size:12px;paint-order:stroke;stroke:#302a3d;stroke-width:3}.home-wilson-terminal circle{fill:#7254e8;stroke:#fff;stroke-width:3}.home-wilson-terminal text{fill:#fff;font-size:5px;font-weight:900}.home-lead-readout dl{display:grid;gap:5px;margin:11px 0 0}.home-lead-readout dl div{display:grid;grid-template-columns:74px 1fr;gap:7px;border-top:1px solid #ffffff16;padding-top:5px}.home-lead-readout dt{color:#94899c;font-size:7px}.home-lead-readout dd{margin:0;color:#fff;font-size:8px;font-weight:850}.lead-card{position:relative}.lead-card em{display:block;margin-top:2px;color:#d53369;font-size:7px;font-style:normal;font-weight:900}.home-lead-boundary{margin-top:14px;border:1px solid #e6dfe8;border-radius:15px;background:#fff}.home-lead-boundary summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;padding:13px 15px;color:#4c4552;font-size:10px;font-weight:900}.home-lead-boundary summary::-webkit-details-marker{display:none}.home-lead-boundary summary span{color:#ed4775;font-size:16px;transition:.2s}.home-lead-boundary[open] summary span{transform:rotate(45deg)}.home-lead-boundary>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid #ece6ee;padding:13px}.home-lead-boundary p{margin:0;border-radius:11px;background:#f8f5f9;padding:11px;color:#706875;font-size:9px;line-height:1.6}.home-lead-boundary b{color:#37303d}@media(max-width:600px){.home-lead-boundary>div{grid-template-columns:1fr}.home-lead-readout dl div{grid-template-columns:66px 1fr}.home-mean-vector-label{font-size:6px}}@media(prefers-reduced-motion:reduce){.home-active-lead-flow{animation:none}}.home-myocardium{--wall-ink:#2f2939;--wall-pink:#f04478;overflow:hidden}.home-myocardium .feature-heading{margin-bottom:24px}.home-myocardium-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:12px}.home-phase-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));flex:1;padding:5px;border:1px solid #e7dfe9;border-radius:18px;background:#fff}.home-phase-tabs button{display:flex;align-items:center;gap:9px;min-height:51px;border:0;border-radius:13px;background:transparent;color:#776f80;padding:7px 10px;text-align:left}.home-phase-tabs button b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f5eff5;color:#d33b6b;font-size:11px}.home-phase-tabs button span{font-size:13px;font-weight:800}.home-phase-tabs button.active{background:#30283a;color:#fff;box-shadow:0 8px 20px #2f29392e}.home-phase-tabs button.active b{background:#f29a18;color:#fff}.home-injury-play{flex:none;min-height:51px;border:1px solid #e18a00;border-radius:15px;background:#fff8ea;color:#a85e00;padding:0 18px;font-weight:900}.home-territory-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.home-territory-tabs button{display:flex;align-items:baseline;gap:7px;border:1px solid #e7dfe9;border-radius:999px;background:#fff;color:#3a3344;padding:8px 14px}.home-territory-tabs button b{font-size:13px}.home-territory-tabs button span{color:#817887;font-size:10px}.home-territory-tabs button.active{border-color:#f04478;background:#fff1f6;color:#d72c64;box-shadow:0 4px 12px #f0447821}.home-myocardium-stage{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:16px}.home-wall-panel,.home-projection-panel{border:1px solid #e6dee8;border-radius:24px;background:#fff;box-shadow:0 15px 36px #30283a14;overflow:hidden}.home-wall-panel>header,.home-projection-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 0}.home-wall-panel>header span,.home-projection-panel>header span{color:#e13b70;font-size:10px;font-weight:900;letter-spacing:.08em}.home-wall-panel>header strong,.home-projection-panel>header strong{color:var(--wall-ink);max-width:70%;text-align:right;font-size:14px}.home-wall-panel>svg{display:block;width:100%;height:auto}.home-rv-crescent{fill:#f8d7df;stroke:#c65b70;stroke-width:6}.home-rv-label,.home-layer-labels text,.home-vector-label{fill:#756c79;font-size:13px;font-weight:800}.home-epicardium{fill:#f5c0cc;stroke:#6e263c;stroke-width:8}.home-myocardium-wall{stroke:#8c2d45;stroke-width:3}.home-endocardium{fill:#ef9dad;stroke:#ffd8df;stroke-width:9}.home-lv-cavity{fill:#fff5f7;stroke:#9b4055;stroke-width:3}.home-papillary ellipse{fill:#c9576b;stroke:#8f3047;stroke-width:2}.home-myofibres path{fill:none;stroke:#ffe0e5;stroke-width:3;stroke-linecap:round;opacity:.26}.home-coronary-vessels path{fill:none;stroke:#ffccd5;stroke-width:5;stroke-linecap:round}.home-layer-labels path{fill:none;stroke:#b7acba;stroke-width:2}.home-lesion{transition:opacity .35s ease}.home-lesion circle{fill:#ffd986;opacity:.82}.home-injury-vector{fill:none;stroke:#f59e0b;stroke-width:7;stroke-linecap:round;animation:home-vector-pulse 1.5s ease-in-out infinite}.mode-reperfusion .home-lesion{opacity:.68}.mode-reperfusion .home-injury-vector{stroke-dasharray:10 10;opacity:.55}.home-projection-panel{padding-bottom:16px}.home-injury-trace{margin:15px 17px 0;border:1px solid #f0e8ed;border-radius:17px;background:#fffafb;overflow:hidden}.home-injury-trace header{display:flex;justify-content:space-between;gap:10px;padding:11px 14px 2px}.home-injury-trace b{color:#372f41;font-size:13px}.home-injury-trace span{color:#8c818f;font-size:10px}.home-injury-trace svg{display:block;width:100%}.home-trace-grid{fill:none;stroke:#f4cbd7;stroke-width:1;opacity:.65}.home-trace-line{fill:none;stroke:#302938;stroke-width:7;stroke-linejoin:round;stroke-linecap:round}.home-trace-flow{fill:none;stroke:#f04478;stroke-width:10;stroke-linecap:round;stroke-dasharray:95 905;filter:drop-shadow(0 0 7px rgba(240,68,120,.7));animation:home-ecg-flow 3.2s linear infinite}.home-projection-link{display:flex;align-items:center;justify-content:center;gap:7px;height:18px;color:#b76c00;font-size:10px;font-weight:900}.home-projection-link i{font-style:normal;animation:home-link-bob 1.1s ease-in-out infinite}.home-projection-panel>p{margin:12px 18px 0;border-left:3px solid #f59e0b;border-radius:4px;background:#fff8e9;color:#665c69;padding:10px 12px;font-size:11px;line-height:1.55}.home-injury-explanation{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.home-injury-explanation article{border:1px solid #e7dfe9;border-radius:18px;background:#fff;padding:16px 18px}.home-injury-explanation span{color:#df3e70;font-size:9px;font-weight:900;letter-spacing:.08em}.home-injury-explanation h3{margin:5px 0 6px;color:#342d3d;font-size:15px;line-height:1.4}.home-injury-explanation p{margin:0;color:#766d7a;font-size:11px;line-height:1.55}.home-injury-boundary{border-color:#f2b650!important;background:#fffaf0!important}.home-injury-boundary span{color:#a66400}.home-injury-criteria{margin-top:12px;border:1px solid #e7dfe9;border-radius:16px;background:#fff}.home-injury-criteria summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;padding:14px 17px;color:#3b3343;font-size:12px;font-weight:900}.home-injury-criteria summary::-webkit-details-marker{display:none}.home-injury-criteria summary span{color:#e43d72;font-size:18px;transition:transform .2s ease}.home-injury-criteria[open] summary span{transform:rotate(45deg)}.home-injury-criteria>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;border-top:1px solid #eee7ef;padding:13px}.home-injury-criteria article{border-radius:12px;background:#f8f4f8;padding:12px}.home-injury-criteria b{color:#382f41;font-size:11px}.home-injury-criteria p{margin:5px 0 0;color:#726978;font-size:10px;line-height:1.55}@keyframes home-ecg-flow{to{stroke-dashoffset:-1000}}@keyframes home-vector-pulse{50%{opacity:.45;stroke-width:10}}@keyframes home-link-bob{50%{transform:translateY(4px)}}@media(max-width:900px){.home-myocardium-stage{grid-template-columns:1fr}.home-myocardium-toolbar{align-items:stretch;flex-direction:column}.home-injury-play{align-self:flex-end;min-height:44px}}@media(max-width:620px){.home-phase-tabs{grid-template-columns:1fr 1fr}.home-phase-tabs button{min-height:46px}.home-territory-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.home-territory-tabs button{flex:none}.home-wall-panel>header,.home-projection-panel>header{padding:14px 14px 0}.home-wall-panel>header strong,.home-projection-panel>header strong{font-size:11px}.home-injury-explanation,.home-injury-criteria>div{grid-template-columns:1fr}.home-injury-trace{margin-inline:11px}}@media(prefers-reduced-motion:reduce){.home-trace-flow,.home-injury-vector,.home-projection-link i{animation:none}}.case-lead-metric,.case-rhythm-label{position:absolute;z-index:2;color:#8f8493;font-size:6.5px;font-weight:800;letter-spacing:.01em}.case-lead-metric{top:5px;right:7px}.case-rhythm-label{top:5px;left:28px}.case-lead .case-wave-flow{stroke:#ec4899;stroke-width:2.5;stroke-dasharray:52 948;stroke-dashoffset:1000;opacity:.74;filter:drop-shadow(0 0 3px #ec489980);animation:case-wave-trace 3.2s linear infinite}.case-rhythm .case-rhythm-baseline,.case-rhythm .case-atrial-wave,.case-rhythm .case-ventricular-wave,.case-rhythm .case-repolarization-wave,.case-rhythm .case-pacing-spike{fill:none;stroke-linecap:round;stroke-linejoin:round}.case-rhythm .case-rhythm-baseline,.case-rhythm .case-ventricular-wave,.case-rhythm .case-repolarization-wave{stroke:#312b38;stroke-width:3.2}.case-rhythm .case-rhythm-baseline.fibrillatory{stroke:#746a78;stroke-width:1.6}.case-rhythm .case-atrial-wave{stroke:#7c3aed;stroke-width:2.2}.case-rhythm .case-pacing-spike{stroke:#0ea5e9;stroke-width:2}.case-rhythm .case-pacing-spike.not-captured{stroke:#ef476f;stroke-dasharray:3 2}.case-rhythm .case-rhythm-focus{fill:#f59e0b12;stroke:#f59e0b;stroke-width:2;stroke-dasharray:5 3;pointer-events:none}.case-rhythm .case-rhythm-focus.tone-atrial{stroke:#7c3aed;fill:#7c3aed0d}.case-rhythm .case-rhythm-focus.tone-ventricular{stroke:#0ea5e9;fill:#0ea5e90d}.case-rhythm .case-rhythm-focus.tone-warning{stroke:#ef476f;fill:#ef476f0d}.case-rhythm .case-rhythm-focus.tone-st{stroke:#f97316;fill:#f973160d}.case-rhythm-audit{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:7px;padding:0 8px 8px}.case-rhythm-markers{display:flex;gap:4px;min-width:0}.case-rhythm-markers button{flex:1 1 0;min-width:0;border:1px solid #e9e1ea;border-radius:7px;background:#fff;padding:5px 6px;color:#5f5662;font-size:6.5px;font-weight:900}.case-rhythm-markers button span{margin-right:4px;color:#e43e75}.case-rhythm-markers button[aria-pressed=true]{border-color:#f59e0b;background:#fff8e8;color:#7d5105}.case-rhythm-audit p{margin:0;border-left:3px solid #f59e0b;border-radius:6px;background:#f8f5f9;padding:6px 8px;color:#756c79;font-size:6.5px;line-height:1.45}.case-rhythm-audit p strong{display:block;color:#372f3c;font-size:7px}@keyframes case-wave-trace{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.case-lead .case-wave-flow{animation:none;stroke-dashoffset:720}}@media(max-width:520px){.case-lead-metric,.case-rhythm-label{font-size:5.8px}.case-rhythm-audit{grid-template-columns:1fr}.case-rhythm-markers button,.case-rhythm-audit p{font-size:6px}}.rhythm-atrial-evidence path{fill:none;stroke:#7c3aed;stroke-width:1.5;stroke-dasharray:3 3}.rhythm-atrial-evidence circle{fill:#fff;stroke:#7c3aed;stroke-width:2}.rhythm-atrial-evidence text{fill:#6630c2;font-size:8px;font-weight:900}.rhythm-atrial-evidence .premature path,.rhythm-atrial-evidence .premature circle{stroke:#ec4899}.rhythm-atrial-evidence .premature text{fill:#ce2f6c}.rhythm-atrial-evidence .marker-note{font-size:6px}.rhythm-av-evidence>g>path{fill:none;stroke:#0ea5a4;stroke-width:1.5;stroke-dasharray:3 3}.rhythm-av-evidence rect{fill:#e9fbfa;stroke:#0ea5a4;stroke-width:1.3}.rhythm-av-evidence text{fill:#087c7b;font-size:6px;font-weight:900}.rhythm-av-evidence .conducted{fill:none;stroke:#0ea5a4;stroke-width:1.5;stroke-dasharray:5 4;opacity:.78}.rhythm-av-evidence .blocked path{fill:none;stroke:#ef476f;stroke-width:2}.rhythm-av-evidence .independent{fill:none;stroke:#f59e0b;stroke-width:1.5;stroke-dasharray:2 5;opacity:.9}.rhythm-evidence-ledger{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.rhythm-evidence-ledger article{border:1px dashed #d9d0dd;border-radius:11px;background:#f8f5f9;padding:9px 11px}.rhythm-evidence-ledger article.unlocked{border-style:solid;border-color:#b8a0ec;background:#f5f0ff}.rhythm-evidence-ledger b{color:#5f5664;font-size:8px}.rhythm-evidence-ledger article.unlocked b{color:#6d32c5}.rhythm-evidence-ledger p{margin:3px 0 0;color:#746b78;font-size:8px;line-height:1.5}.rhythm-unlocked-clues{display:flex;flex-wrap:wrap;gap:5px;margin:7px 0 9px}.rhythm-unlocked-clues b{display:flex;align-items:center;gap:5px;border-radius:999px;background:#fff;padding:5px 8px;color:#276b57;font-size:8px}.rhythm-unlocked-clues i{display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#28b887;color:#fff;font-size:7px;font-style:normal}@media(max-width:700px){.rhythm-challenge-lab .rhythm-challenge-tabs{grid-template-columns:repeat(6,96px);overflow-x:auto;padding-bottom:5px}.rhythm-challenge-lab .rhythm-challenge-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow-x:visible}.rhythm-challenge-lab .rhythm-challenge-steps button{min-width:0}.rhythm-evidence-ledger{grid-template-columns:1fr}.rhythm-challenge-paper{scroll-behavior:smooth}}.ectopy-timing-lab{--ectopy-accent:#ec4899;margin-top:28px}.ectopy-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:13px}.ectopy-tabs button{min-width:0;border:1px solid #e8e1ea;border-radius:14px;background:#fff;padding:11px;text-align:left;color:#6f6874;transition:.2s}.ectopy-tabs button:hover{transform:translateY(-1px);border-color:#f2a3c8}.ectopy-tabs button span{display:block;color:#3b3540;font-size:9px;font-weight:900}.ectopy-tabs button small{display:block;overflow:hidden;margin-top:4px;font-size:7px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.ectopy-tabs button.active{border-color:var(--ectopy-accent);background:#fff5fa;box-shadow:0 7px 18px #ec48991d}.ectopy-tabs button.active span{color:#c92f77}.ectopy-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:13px}.ectopy-paper{min-width:0;overflow:hidden;border:1px solid #eadfe7;border-radius:18px;background:#fff}.ectopy-paper svg{display:block;width:100%;height:auto}.ectopy-lead{fill:#c13b65;font-size:15px;font-weight:900}.ectopy-trace{fill:none;stroke:#302a38;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.ectopy-marker path{stroke:#ec4899;stroke-width:2;stroke-dasharray:4 4}.ectopy-marker circle{fill:#fff;stroke:#ec4899;stroke-width:3}.ectopy-marker text{fill:#c52f73;font-size:7px;font-weight:900}.ectopy-marker.fusion circle{fill:#fff4d8;stroke:#f59e0b}.ectopy-marker.fusion text{fill:#9b6100}.ectopy-sinus-clock text,.ectopy-ventricular-clock text{fill:#756d79;font-size:9px;font-weight:900}.ectopy-sinus-clock path,.ectopy-ventricular-clock path{fill:none;stroke:#bbb1bc;stroke-width:2}.ectopy-sinus-clock circle{fill:#8b5cf6}.ectopy-ventricular-clock circle{fill:#ec4899}.ectopy-ventricular-clock circle.fusion{fill:#f59e0b}.ectopy-measure-bracket path{fill:none;stroke:#9b929e;stroke-width:2}.ectopy-measure-bracket text{fill:#7d7480;font-size:9px;font-weight:900}.ectopy-scan{fill:none;stroke:#f04f78;stroke-width:3;filter:drop-shadow(0 0 4px #f04f78);animation:ectopyScan 4.8s linear infinite}.ectopy-question{display:flex;align-items:center;gap:10px;border-top:1px solid #eee5eb;padding:11px 14px}.ectopy-question span{flex:0 0 auto;border-radius:999px;background:#fce7f3;padding:5px 8px;color:#be2d70;font-size:7px;font-weight:900}.ectopy-question strong{color:#5a525e;font-size:9px}.ectopy-reading{border-radius:18px;background:#302a3d;padding:16px;color:#fff}.ectopy-reading>span{color:#f19ac1;font-size:8px;font-weight:900}.ectopy-reading h4{margin:5px 0 7px;font-size:18px;line-height:1.35}.ectopy-reading>p{margin:0 0 12px;color:#d8d3dc;font-size:8px;line-height:1.65}.ectopy-reading dl{display:grid;gap:7px;margin:0}.ectopy-reading dl div{border-radius:10px;background:#ffffff0b;padding:9px}.ectopy-reading dt{color:#afa7b3;font-size:7px;font-weight:900}.ectopy-reading dd{margin:4px 0 0;font-size:8px;font-weight:800;line-height:1.55}.ectopy-report{margin-top:10px;border-left:3px solid #ec4899;border-radius:7px;background:#ffffff0b;padding:9px}.ectopy-report b,.ectopy-reading aside b{font-size:8px}.ectopy-report p,.ectopy-reading aside p{margin:5px 0 0;font-size:8px;line-height:1.6}.ectopy-reading aside{margin-top:8px;border-radius:9px;background:#fff3d91a;padding:9px;color:#f7d997}.ectopy-ledger{display:grid;grid-template-columns:.8fr 1.2fr 1.3fr;margin-top:12px;overflow:hidden;border:1px solid #e8e1e9;border-radius:14px;background:#fff}.ectopy-ledger>div{display:contents}.ectopy-ledger b,.ectopy-ledger strong,.ectopy-ledger span{padding:10px;border-bottom:1px solid #eee8ef;font-size:8px;line-height:1.55}.ectopy-ledger b{background:#f8f4f8;color:#6e6571;font-size:7px}.ectopy-ledger strong{color:#c63376}.ectopy-ledger span{color:#706874}.ectopy-ledger>div:last-child>*{border-bottom:0}.ectopy-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.ectopy-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.ectopy-criteria summary::-webkit-details-marker{display:none}.ectopy-criteria summary span{float:right;color:#ec4899}.ectopy-criteria>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 14px 14px}.ectopy-criteria p{margin:0;border-radius:10px;background:#fff;padding:11px;color:#706876;font-size:8px;line-height:1.7}.ectopy-sources{margin-top:12px;border-top:1px solid #ece5ec;padding-top:12px}.ectopy-sources>span{color:#c72e72;font-size:8px;font-weight:900}.ectopy-sources p{margin:5px 0;color:#79717d;font-size:8px;line-height:1.6}.ectopy-sources div{display:flex;flex-wrap:wrap;gap:7px}.ectopy-sources a{border:1px solid #eadfea;border-radius:999px;background:#fff;padding:6px 9px;color:#6b6370;font-size:7px;font-weight:800}@keyframes ectopyScan{0%{transform:translate(0);opacity:0}5%,95%{opacity:1}to{transform:translate(740px);opacity:0}}@media(prefers-reduced-motion:reduce){.ectopy-scan{animation:none}}@media(max-width:900px){.ectopy-layout{grid-template-columns:1fr}.ectopy-tabs{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ectopy-tabs{display:flex;overflow-x:auto;padding-bottom:3px}.ectopy-tabs button{flex:0 0 150px}.ectopy-paper{overflow-x:auto}.ectopy-paper svg{min-width:720px}.ectopy-question{min-width:680px}.ectopy-ledger{display:block}.ectopy-ledger>div{display:grid;grid-template-columns:1fr}.ectopy-ledger b,.ectopy-ledger strong,.ectopy-ledger span{border-bottom:0}.ectopy-ledger>div{border-bottom:1px solid #eee8ef}.ectopy-criteria>div{grid-template-columns:1fr}}.narrow-response-lab{--response:#f59e0b;margin-top:28px}.narrow-response-controls{display:flex;gap:8px;margin:18px 0 12px}.narrow-response-controls>[role=tablist]{display:grid;min-width:0;flex:1;grid-template-columns:repeat(4,1fr);gap:7px}.narrow-response-controls [role=tab]{min-width:0;border:1px solid #e6dfe8;border-radius:12px;background:#faf8fb;padding:10px;color:#6e6673;text-align:left}.narrow-response-controls [role=tab] span{display:block;font-size:9px;font-weight:900}.narrow-response-controls [role=tab] small{display:block;overflow:hidden;margin-top:4px;color:#968e99;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.narrow-response-controls [role=tab].active{border-color:var(--response);background:#fff8e8;color:#9b5d00;box-shadow:0 6px 17px #f59e0b20}.response-play{flex:0 0 148px;border:0;border-radius:12px;background:#302a3d;color:#fff;font-size:8px;font-weight:900}.response-play[aria-pressed=true]{background:#a66604}.narrow-response-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.68fr);gap:12px}.response-paper{min-width:0;overflow:hidden;border:1px solid #eadfe7;border-radius:18px;background:#fff}.response-paper svg{display:block;width:100%;height:auto}.response-lead{fill:#c43a65;font:900 14px Outfit}.response-baseline,.response-before>g>path:first-child,.response-after>g>path:first-child{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.response-before>path,.response-after>path,.response-before>g>path:last-child,.response-after>g>path:last-child{fill:none;stroke:#dd4775;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.response-after{opacity:.13;transition:opacity .35s ease}.is-revealed .response-after{opacity:1}.response-divider path{stroke:#f59e0b;stroke-width:2;stroke-dasharray:4 4}.response-divider circle{fill:#fff8e8;stroke:#f59e0b;stroke-width:3}.response-divider text{fill:#a66500;font-size:8px;font-weight:900}.response-ladder-labels text{fill:#c63867;font-size:10px;font-weight:900}.response-ladder-lines path{fill:none;stroke:#c9c0ca;stroke-width:2}.response-ladder-events circle{fill:#7c3aed}.response-ladder-events path{fill:none;stroke:#7c3aed;stroke-width:2.4;stroke-linecap:round}.response-ladder-events .response-block{stroke:#ef4444;stroke-width:4}.response-ladder-events text{fill:#b12e2e;font-size:8px;font-weight:900}.response-cover rect{fill:#302a3df2}.response-cover text{fill:#fff;font-size:10px;font-weight:900}.response-clock-summary{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eee6ec}.response-clock-summary span{padding:10px 13px;color:#6e6672;font-size:8px;font-weight:900}.response-clock-summary span+span{border-left:1px solid #eee6ec}.response-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.response-reading>span{color:#f7c365;font-size:8px;font-weight:900}.response-reading h4{margin:5px 0 12px;font-size:19px;line-height:1.35}.response-reading dl{display:grid;gap:7px;margin:0}.response-reading dl>div{border-radius:10px;background:#ffffff0b;padding:10px}.response-reading dl>div.revealed{box-shadow:inset 3px 0 #f59e0b}.response-reading dt{color:#aaa2af;font-size:7px;font-weight:900}.response-reading dd{margin:4px 0 0;font-size:8px;line-height:1.65}.response-inference{margin-top:10px;border-left:3px solid #f59e0b;border-radius:8px;background:#ffffff0b;padding:10px}.response-reading b{font-size:8px}.response-reading p{margin:5px 0 0;color:#d2cbd6;font-size:8px;line-height:1.65}.response-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.response-reading aside p{color:#70532e}.response-evidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.response-evidence-grid article{border:1px solid #e7e0e8;border-radius:12px;background:#fff;padding:11px}.response-evidence-grid b{color:#ad6700;font-size:8px}.response-evidence-grid p{margin:5px 0 0;color:#716a75;font-size:8px;line-height:1.6}.response-safety{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.response-safety summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.response-safety summary::-webkit-details-marker{display:none}.response-safety summary span{float:right;color:#f59e0b}.response-safety>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 14px 14px}.response-safety p{margin:0;border-radius:10px;background:#fff;padding:10px;color:#706876;font-size:8px;line-height:1.7}.response-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.response-sources>span{color:#f7c365;font-size:8px;font-weight:900}.response-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.response-sources a{display:inline-block;border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;font-size:8px;font-weight:800}@media(prefers-reduced-motion:reduce){.response-after{transition:none}}@media(max-width:900px){.narrow-response-controls{flex-direction:column}.response-play{min-height:42px;flex-basis:auto}.narrow-response-stage{grid-template-columns:1fr}.response-reading{min-height:330px}.response-evidence-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.narrow-response-controls>[role=tablist]{display:flex;overflow-x:auto}.narrow-response-controls [role=tab]{flex:0 0 145px}.response-paper{overflow-x:auto}.response-paper svg{min-width:780px}.response-clock-summary{min-width:720px}.response-evidence-grid,.response-safety>div{grid-template-columns:1fr}.response-reading h4{font-size:17px}}.rhythm-differential{--rd-accent:#f05a7e;min-width:0;background:linear-gradient(145deg,#fff,#fffbfc 55%,#f8f4ff)}.rhythm-differential-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.rhythm-differential-heading>div:first-child>span{color:#db3f6c;font:900 10px Outfit;letter-spacing:.14em}.rhythm-differential-heading h3{margin:7px 0;font-size:28px}.rhythm-differential-heading p{max-width:680px;margin:0;color:#716b77;font-size:12px;line-height:1.75}.rhythm-progress{display:grid;min-width:120px;grid-template-columns:auto 1fr;align-items:center;border-radius:16px;background:#302a3d;padding:13px 14px;color:#fff}.rhythm-progress strong{grid-row:1/3;font:900 25px Outfit;line-height:1}.rhythm-progress strong small{font-size:11px;color:#9d94a7}.rhythm-progress>span{font-size:8px;font-weight:800;color:#c8c0cc}.rhythm-progress button{border:0;background:transparent;padding:0;color:#f6a2ba;font-size:8px;font-weight:900;text-align:left;cursor:pointer}.rhythm-decision-spine{display:grid;grid-template-columns:repeat(5,1fr);margin:22px 0 18px}.rhythm-decision-spine>div{position:relative;display:flex;align-items:center;gap:7px;color:#aaa2ae;font-size:9px;font-weight:900}.rhythm-decision-spine>div:not(:last-child):after{position:absolute;z-index:0;left:30px;right:5px;top:13px;height:2px;background:#e6dfe9;content:""}.rhythm-decision-spine i{position:relative;z-index:1;display:grid;width:26px;height:26px;place-items:center;border:2px solid #ded7e3;border-radius:50%;background:#fff;font:900 8px Outfit;font-style:normal}.rhythm-decision-spine .done,.rhythm-decision-spine .current{color:#bd315c}.rhythm-decision-spine .done i{border-color:#f05a7e;background:#f05a7e;color:#fff}.rhythm-decision-spine .done:after{background:#f6a0b8!important}.rhythm-decision-spine .current i{border-color:#f05a7e;box-shadow:0 0 0 5px #f05a7e14}.rhythm-emergency{display:grid;grid-template-columns:minmax(180px,.7fr) 1.3fr;gap:14px;margin:0 0 16px;border:1px solid #e74c58;border-left:6px solid #e12e3f;border-radius:14px;background:#fff1f2;padding:14px 16px;color:#8e1d2a}.rhythm-emergency strong{font-size:12px}.rhythm-emergency p{margin:0;font-size:9px;line-height:1.65}.rhythm-question-grid{display:grid;grid-template-columns:1.15fr 1.35fr .9fr .9fr 1.45fr;gap:8px}.rhythm-question-grid fieldset{min-width:0;margin:0;border:1px solid #e7e0e9;border-radius:15px;background:#fff;padding:10px}.rhythm-question-grid fieldset.answered{border-color:#f2a0b7}.rhythm-question-grid legend{display:flex;align-items:center;gap:6px;padding:0 3px;color:#3b3542;font-size:9px;font-weight:900}.rhythm-question-grid legend b{color:#dd3e6b;font:900 8px Outfit}.rhythm-question-grid fieldset>div{display:grid;gap:5px;margin-top:5px}.rhythm-question-grid button{display:flex;min-width:0;min-height:48px;flex-direction:column;justify-content:center;border:1px solid #ece6ee;border-radius:9px;background:#f9f7fa;padding:7px 8px;color:#69616f;text-align:left;cursor:pointer}.rhythm-question-grid button strong{font-size:9px}.rhythm-question-grid button small{margin-top:3px;color:#96909a;font-size:7px;line-height:1.35}.rhythm-question-grid button.active{border-color:#ed557b;background:#fff0f5;color:#b82855;box-shadow:0 5px 14px #ed557b18}.rhythm-question-grid button.active small{color:#8b5465}.rhythm-branch{margin-top:16px;border-radius:19px;background:#302a3d;padding:20px;color:#fff}.rhythm-branch>header>span{color:#f59bb5;font:900 8px Outfit;letter-spacing:.1em}.rhythm-branch h4{margin:6px 0;font-size:23px}.rhythm-branch>header>p{max-width:850px;margin:0;color:#d0c9d4;font-size:10px;line-height:1.7}.rhythm-next-question{display:flex;align-items:center;gap:10px;margin:14px 0 8px;border-radius:10px;background:#ffffff0c;padding:10px 12px;color:#fff}.rhythm-next-question b{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#f05a7e}.rhythm-next-question span{font-size:10px;font-weight:900}.rhythm-checks{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.rhythm-checks li{border:1px solid #ffffff1a;border-radius:999px;padding:6px 9px;color:#c8c1cc;font-size:8px}.rhythm-hypotheses{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.rhythm-hypotheses article{display:flex;min-width:0;flex-direction:column;border-radius:13px;background:#fff;padding:13px;color:#302a3d}.rhythm-hypotheses article>span{color:#db3e6b;font:900 7px Outfit;letter-spacing:.08em}.rhythm-hypotheses h5{margin:5px 0 8px;font-size:15px}.rhythm-hypotheses dl{display:grid;gap:7px;margin:0}.rhythm-hypotheses dl>div{border-left:2px solid #f0a0b6;padding-left:7px}.rhythm-hypotheses dt{color:#a23c5a;font-size:7px;font-weight:900}.rhythm-hypotheses dd{margin:3px 0 0;color:#6f6874;font-size:8px;line-height:1.55}.rhythm-hypotheses a{margin-top:auto;padding-top:10px;color:#7b3ac2;font-size:8px;font-weight:900;text-decoration:none}.priority-critical .rhythm-branch{background:linear-gradient(135deg,#352637,#4d202b)}.priority-critical .rhythm-next-question b{background:#f04455}.priority-caution .rhythm-branch{background:linear-gradient(135deg,#302a3d,#3e3047)}.rhythm-report-template{margin-top:10px;border:1px solid #e4dde7;border-radius:13px;background:#fff}.rhythm-report-template summary{cursor:pointer;list-style:none;padding:12px 14px;color:#625b68;font-size:9px;font-weight:900}.rhythm-report-template summary::-webkit-details-marker{display:none}.rhythm-report-template summary span{float:right;color:#e24874}.rhythm-report-template p{margin:0;border-top:1px solid #eee8f0;padding:13px 14px;color:#6f6874;font-size:9px;line-height:1.8}.rhythm-differential-sources{margin-top:10px;border-radius:13px;background:#f5f0f7;padding:12px 14px}.rhythm-differential-sources span{color:#d63c69;font-size:8px;font-weight:900}.rhythm-differential-sources p{margin:5px 0;color:#6e6773;font-size:8px;line-height:1.55}.rhythm-differential-sources a{color:#6f36b5;font-size:8px;font-weight:900;text-decoration:none}@media(max-width:1050px){.rhythm-question-grid{grid-template-columns:repeat(2,1fr)}.rhythm-question-grid fieldset:last-child{grid-column:1/-1}.rhythm-hypotheses{grid-template-columns:1fr}.rhythm-hypotheses article{min-height:150px}}@media(max-width:600px){.rhythm-differential-heading{flex-direction:column}.rhythm-progress{width:100%;box-sizing:border-box}.rhythm-decision-spine span{display:none}.rhythm-decision-spine>div:not(:last-child):after{left:28px;right:2px}.rhythm-question-grid{grid-template-columns:1fr}.rhythm-question-grid fieldset:last-child{grid-column:auto}.rhythm-emergency{grid-template-columns:1fr}.rhythm-branch{padding:16px}.rhythm-branch h4{font-size:20px}.rhythm-checks{display:grid}.rhythm-hypotheses article{min-height:0}}@media(prefers-reduced-motion:reduce){.rhythm-differential *{scroll-behavior:auto}}:root{font-family:Noto Sans TC,system-ui,sans-serif;color:#252536;background:#f6f4f9;font-synthesis:none;--purple:#7c3aed;--pink:#f04f78;--ink:#252536;--muted:#716f7f;--paper:#fff}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}.app-shell{min-height:100vh}.site-header{position:relative;z-index:20;color:#fff;padding:12px 28px 13px;background:linear-gradient(100deg,#f66c6c,#d65cac 46%,#7776ed);box-shadow:0 4px 25px #63398f30}.site-header:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background-image:radial-gradient(circle at 15% 30%,#fff 0 1px,transparent 2px);background-size:24px 24px}.header-inner{position:relative;z-index:1;max-width:1500px;margin:auto;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand-mark{width:44px;height:44px;display:grid;place-items:center;background:#fff;border-radius:14px;box-shadow:0 4px 14px #6e256c35;color:#ed476b;transform:rotate(-3deg)}.heartbeat{font-size:34px;transform:rotate(-12deg);font-weight:900}.brand strong{display:block;font:800 20px/1 Outfit,sans-serif;letter-spacing:.02em}.brand small{display:block;margin-top:4px;font-size:11px;opacity:.9}.top-nav{display:flex;gap:5px}.top-nav a{padding:9px 13px;font-size:13px;font-weight:700;border-radius:20px;opacity:.82}.top-nav a.active,.top-nav a:hover{background:#ffffff25;opacity:1}.header-progress{display:flex;align-items:center;gap:8px;background:#ffffff20;padding:8px 11px;border:1px solid #ffffff30;border-radius:22px;font-size:12px;font-weight:800}.header-progress i{width:62px;height:5px;background:#ffffff30;border-radius:9px;overflow:hidden}.header-progress b{display:block;height:100%;background:#fff;border-radius:9px}.header-subtitle{position:relative;z-index:1;text-align:center;margin:6px 0 0;font-size:12px;opacity:.86}.atlas-page{height:calc(100vh - 94px);min-height:590px;display:flex;flex-direction:column;position:relative}.atlas-toolbar{padding:12px 24px;display:flex;align-items:center;justify-content:center;gap:18px;background:#fff;border-bottom:1px solid #ebe8ef;box-shadow:0 3px 12px #3928520c;z-index:3}.category-tabs{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.category-tabs button{white-space:nowrap;border:1px solid #e7e3eb;background:#fff;border-radius:22px;padding:8px 13px;color:#666375;font-size:12px;font-weight:700;transition:.2s}.category-tabs button:hover{transform:translateY(-1px);border-color:var(--tab-color,#c5bcd4)}.category-tabs button.active{background:var(--tab-color,#40394e);color:#fff;border-color:transparent;box-shadow:0 5px 13px color-mix(in srgb,var(--tab-color,#40394e) 25%,transparent)}.search-box{position:relative;min-width:245px;display:flex;align-items:center;border:1px solid #e6e2ea;border-radius:22px;background:#f8f7fa;padding:0 11px}.search-box>span{font-size:21px;color:#8b8796}.search-box input{width:100%;padding:8px;border:0;outline:0;background:transparent;font-size:12px}.search-box button{border:0;background:none;color:#817d8d}.search-result{position:absolute;top:140px;right:26px;z-index:5;background:#302a3e;color:#fff;font-size:11px;padding:6px 11px;border-radius:15px}.map-canvas{flex:1;min-height:0;background:radial-gradient(circle at 40% 40%,#fff,#f6f3fa)}.map-node{width:210px;min-height:74px;background:#fff;border:2px solid color-mix(in srgb,var(--node-color) 55%,#fff);border-radius:18px;padding:13px;display:flex;align-items:center;gap:10px;box-shadow:0 9px 22px #39285018,0 2px 4px #39285010;transition:.2s;position:relative}.map-node:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 13px 28px color-mix(in srgb,var(--node-color) 22%,transparent)}.map-node.outline{border-style:dashed;opacity:.78}.node-icon{flex:0 0 38px;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:17px;font-weight:900;background:var(--node-color)}.node-text{display:block;min-width:0;flex:1}.node-text strong{font-size:13px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-text small{display:block;margin-top:4px;color:#8a8793;font-size:10px}.node-arrow{color:var(--node-color);font-size:23px;font-weight:600}.react-flow__node.search-dim{opacity:.16;filter:grayscale(1)}.react-flow__node.is-complete .map-node:after{content:"✓";position:absolute;right:-7px;top:-8px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#19ad7a;color:#fff;font-size:12px;border:3px solid #fff}.react-flow__handle{opacity:0}.react-flow__controls{border-radius:12px!important;overflow:hidden;box-shadow:0 5px 18px #31233e18!important}.react-flow__minimap{border-radius:13px;overflow:hidden;border:1px solid #e3dfeb;box-shadow:0 5px 18px #31233e12}.map-hint{position:absolute;left:50%;bottom:12px;transform:translate(-50%);z-index:5;background:#312b3ecc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:7px 13px;border-radius:20px;font-size:10px;pointer-events:none}.atlas-legend{position:absolute;z-index:3;right:25px;bottom:14px;display:flex;gap:13px;padding:8px 12px;background:#fffd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ece8f0;border-radius:14px;font-size:10px;color:#706c79}.atlas-legend span{display:flex;align-items:center;gap:5px}.legend-dot{width:8px;height:8px;border-radius:50%;background:#7c3aed}.legend-dot.outline{background:#fff;border:1px dashed #7c3aed}.legend-dot.done{background:#19ad7a}.drawer-backdrop{position:fixed;inset:0;z-index:50;background:#1d162b66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:flex-end}.lesson-drawer{width:min(440px,94vw);height:100%;overflow:auto;background:#fff;padding:46px 38px 30px;box-shadow:-15px 0 45px #2416322c;animation:slideIn .25s ease-out;position:relative}@keyframes slideIn{0%{transform:translate(100%)}}.close-button{position:absolute;right:20px;top:17px;width:34px;height:34px;border:0;border-radius:50%;background:#f2eff5;font-size:22px;color:#726d79}.drawer-kicker{font-size:12px;font-weight:900;letter-spacing:.08em}.lesson-drawer h2{font:800 29px/1.25 Noto Sans TC;margin:10px 0 14px}.lesson-drawer>p{color:#6d6978;line-height:1.8;font-size:14px}.drawer-meta{display:flex;gap:8px;margin:20px 0}.drawer-meta span{background:#f6f3f8;padding:7px 9px;border-radius:9px;font-size:11px;color:#696575}.lesson-drawer h3{font-size:13px;margin:26px 0 8px}.lesson-drawer ul{margin:0;padding:0;list-style:none}.lesson-drawer li{font-size:13px;padding:7px 0;color:#555260}.lesson-drawer li:before{content:"✓";color:#19a979;font-weight:900;margin-right:8px}.drawer-actions{display:flex;gap:9px;margin-top:28px}.drawer-actions>*{flex:1;text-align:center}.primary-button{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:11px 17px;border:0;border-radius:12px;background:linear-gradient(135deg,#f35470,#9b5de5);color:#fff;font-size:13px;font-weight:800;box-shadow:0 8px 20px #cb4b9430}.bookmark-button{border:1px solid #e4dfe9;background:#fff;border-radius:12px;color:#716c7c;font-weight:700}.bookmark-button.active{color:#e09711;background:#fff9e8;border-color:#f0d487}.coming-soon{padding:14px;background:#f4f2f6;border-radius:12px;margin-top:25px;display:flex;flex-direction:column;gap:3px;font-size:12px}.coming-soon span{color:#77727f}.source-note{border-top:1px solid #eeeaf1;margin-top:25px!important;padding-top:16px;font-size:10px!important}.lesson-page{max-width:1380px;margin:auto;display:grid;grid-template-columns:245px minmax(0,840px);gap:60px;align-items:start;padding:34px 40px 90px}.lesson-sidebar{position:sticky;top:24px;background:#fff;border:1px solid #ece8f0;border-radius:18px;padding:17px 12px;box-shadow:0 9px 28px #3928500b}.back-map{display:block;padding:5px 10px 16px;font-size:12px;font-weight:800;color:#7c3aed}.lesson-sidebar>p{margin:0 10px 9px;padding-top:11px;border-top:1px solid #eeeaf1;font-size:10px;font-weight:800;color:#9b97a1;text-transform:uppercase;letter-spacing:.08em}.lesson-sidebar nav{display:flex;flex-direction:column;gap:3px}.lesson-sidebar nav a{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;font-size:11px;color:#686472}.lesson-sidebar nav a span{width:22px;height:22px;display:grid;place-items:center;background:#f1eef4;border-radius:7px;font-size:9px;font-weight:900}.lesson-sidebar nav a.active{background:#f0eafd;color:#6d35cf;font-weight:800}.lesson-sidebar nav a.done span{background:#1ab07b;color:#fff}.lesson-content{min-width:0}.lesson-breadcrumb{display:flex;align-items:center;gap:8px;font-size:11px;color:#888491}.lesson-breadcrumb button{margin-left:auto;border:1px solid #e5e0e9;background:#fff;padding:7px 11px;border-radius:20px;color:#797482;font-size:11px}.lesson-hero{padding:44px 0 28px}.lesson-hero>span{font-size:11px;color:#e24c74;font-weight:900;letter-spacing:.12em}.lesson-hero h1{font:900 clamp(36px,5vw,62px)/1.15 "Noto Sans TC";letter-spacing:-.045em;margin:12px 0 15px;color:#262334}.lesson-hero p{font-size:17px;line-height:1.9;color:#676372;max-width:720px}.lesson-hero>div{display:flex;gap:9px;margin-top:20px}.lesson-hero>div span{font-size:11px;background:#fff;border:1px solid #e9e4ec;border-radius:20px;padding:7px 10px;color:#77727f}.ecg-strip{display:block;width:100%;height:auto;border:1px solid #efd9df;border-radius:16px;box-shadow:0 8px 22px #b9587410;overflow:hidden}.ecg-strip.compact{border-radius:12px}.learning-goals{margin:34px 0 45px;display:grid;grid-template-columns:180px 1fr;background:#2b2736;color:#fff;border-radius:18px;overflow:hidden}.learning-goals>div{padding:27px 23px;background:linear-gradient(145deg,#7c3aed,#cb4b98);font-weight:900;font-size:14px;display:grid;place-items:center}.learning-goals ol{margin:0;padding:20px 25px;list-style:none;counter-reset:goals}.learning-goals li{counter-increment:goals;padding:6px;font-size:13px}.learning-goals li:before{content:counter(goals,decimal-leading-zero);margin-right:12px;color:#c6a9ff;font:700 11px Outfit}.prose-section{display:grid;grid-template-columns:48px 1fr;gap:15px;margin:40px 0}.prose-section>span{font:800 15px Outfit;color:#dc4e79;padding-top:7px}.prose-section h2{font-size:24px;margin:0 0 11px}.prose-section p{font-size:15px;line-height:2;color:#5d5968;margin:0}.interactive-card{margin:48px 0;padding:28px;border-radius:22px;background:#fff;border:1px solid #e9e5ed;box-shadow:0 15px 40px #3b28500c}.interactive-heading>span{font:800 10px Outfit;letter-spacing:.12em;color:#d94876}.interactive-heading h3{font-size:25px;margin:7px 0}.interactive-heading p{font-size:13px;color:#746f7d;line-height:1.8;margin:0 0 24px}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:20px 0}.control-grid label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:700;color:#686372;background:#f7f5f8;padding:13px;border-radius:12px}.control-grid select{border:1px solid #ded8e4;border-radius:8px;padding:7px;background:#fff}.control-grid input{accent-color:#e44c75}.result-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.result-row>div{padding:13px;background:#2c2837;color:#fff;border-radius:12px}.result-row small{display:block;color:#b9b1c3;font-size:9px}.result-row strong{display:block;margin-top:4px}.clinical-tip{font-size:11px;line-height:1.7;padding:12px 14px;background:#fff7df;border-left:3px solid #f4ae27;border-radius:6px;color:#745819}.clinical-tip b{margin-right:9px}.wave-lab svg{width:100%;border:1px solid #eedde1;border-radius:12px}.wave-lab svg g{cursor:pointer;transition:.2s}.wave-lab svg g:hover,.wave-lab svg g.active{filter:drop-shadow(0 3px 5px #672a5d40)}.wave-lab svg text{font-size:12px;font-weight:800;text-anchor:middle;fill:#544e5e}.wave-answer{display:flex;gap:16px;margin-top:13px;padding:15px;background:#302b3d;border-radius:12px;color:#fff}.wave-answer>span{background:#f2567d;padding:7px 10px;border-radius:8px;height:fit-content;font-size:11px;font-weight:900}.wave-answer p{margin:5px 0 0;color:#c8c1ce;font-size:11px}.lead-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.torso-map{background:#fbf8f7;border-radius:16px;display:grid;place-items:center}.torso-map svg{max-height:320px}.lead-controls{display:flex;flex-direction:column;gap:8px}.lead-controls button{text-align:left;border:1px solid #e5e0e9;border-left:4px solid var(--lead-color);background:#fff;border-radius:10px;padding:9px 12px;display:flex;justify-content:space-between}.lead-controls button span{font-weight:900}.lead-controls button strong{color:#77717e;font-size:11px}.lead-controls button.active{background:color-mix(in srgb,var(--lead-color) 10%,#fff);box-shadow:0 5px 14px color-mix(in srgb,var(--lead-color) 14%,transparent)}.lead-result{margin-top:auto;border:1px solid;border-radius:12px;padding:14px}.lead-result small,.lead-result strong{display:block}.lead-result p{font-size:11px;color:#706b78;margin-bottom:0}.book-figure{margin:44px 0;background:#fff;border:1px solid #e9e4eb;border-radius:18px;overflow:hidden}.book-figure img{display:block;max-width:100%;margin:auto}.asset-placeholder{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:repeating-linear-gradient(-45deg,#faf8fb,#faf8fb 10px,#f6f3f7 10px 20px);color:#77717d;text-align:center;padding:30px}.asset-placeholder>span{font-size:38px;color:#ad9ab6}.asset-placeholder strong{margin:6px}.asset-placeholder p{font-size:11px;max-width:430px}.asset-placeholder code{word-break:break-all}.book-figure figcaption{padding:12px 16px;font-size:11px;line-height:1.6;color:#706a77}.book-figure figcaption span{font-weight:900;color:#7c3aed;margin-right:8px}.keypoint-card{margin:50px 0;padding:29px;background:linear-gradient(135deg,#302a3e,#51405f);color:#fff;border-radius:20px;position:relative;overflow:hidden}.keypoint-card:after{content:"⌁";position:absolute;right:-10px;top:-45px;font-size:150px;color:#ffffff09}.keypoint-card>span{font-size:9px;letter-spacing:.15em;color:#f5a6bc;font-weight:900}.keypoint-card h2{font-size:22px}.keypoint-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.keypoint-card li{font-size:13px}.keypoint-card li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;background:#ffffff18;border-radius:50%;margin-right:9px;color:#63e0b5}.safety-note{display:flex;gap:16px;padding:17px;border:1px solid #f0dcae;background:#fffaf0;border-radius:13px;color:#65593f}.safety-note strong{font-size:11px;white-space:nowrap}.safety-note p{font-size:11px;line-height:1.7;margin:0}.lesson-complete{text-align:center;margin:38px}.lesson-complete button{border:0;border-radius:14px;padding:13px 24px;background:linear-gradient(135deg,#f35470,#9b5de5);color:#fff;font-weight:900;box-shadow:0 8px 25px #bd458b32}.lesson-complete button.completed{background:#19ad7a}.lesson-pagination{display:grid;grid-template-columns:1fr 1fr;gap:14px;border-top:1px solid #e5e0e9;padding-top:22px}.lesson-pagination a{display:flex;flex-direction:column;padding:14px;border:1px solid #e5e0e9;border-radius:13px}.lesson-pagination a:last-child{text-align:right}.lesson-pagination small{font-size:9px;color:#99949e}.lesson-pagination strong{font-size:12px;margin-top:5px}.not-found{text-align:center;padding:100px 30px}.not-found a{color:#7c3aed;font-weight:800}.quiz-page,.progress-page{max-width:980px;margin:auto;padding:50px 35px 100px}.quiz-hero>a{font-size:11px;color:#7c3aed;font-weight:800}.quiz-hero>span,.progress-page>header span,.section-title span{display:block;margin-top:40px;font:800 10px Outfit;letter-spacing:.15em;color:#d94876}.quiz-hero h1,.progress-page>header h1{font-size:42px;margin:8px 0}.quiz-hero>p,.progress-page>header p{color:#716c79;font-size:14px}.score-card{margin-top:28px;background:#322d3e;color:#fff;border-radius:20px;padding:22px;display:flex;align-items:center;gap:22px}.score-card.pass{background:linear-gradient(135deg,#118b68,#24b985)}.score-card>div{display:flex;align-items:baseline;border-right:1px solid #ffffff25;padding-right:22px}.score-card>div strong{font:800 55px Outfit}.score-card section h2{margin:0;font-size:18px}.score-card section p{font-size:11px;color:#ded8e4}.quiz-list{display:flex;flex-direction:column;gap:15px;margin-top:40px}.quiz-question{display:grid;grid-template-columns:48px 1fr;gap:10px;background:#fff;border:1px solid #ebe6ee;border-radius:18px;padding:24px;box-shadow:0 8px 25px #39285009}.quiz-question.correct{border-color:#91d7bc}.quiz-question.wrong{border-color:#efabb8}.question-number{font:800 14px Outfit;color:#d94b75}.question-body h2{font-size:16px;line-height:1.6;margin:0 0 16px}.options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.options input{position:absolute;opacity:0}.options span{display:flex;align-items:center;gap:10px;border:1px solid #e6e2e9;border-radius:10px;padding:10px;font-size:12px;color:#605b68;cursor:pointer}.options i{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#f1eef4;font-style:normal;font-weight:900}.options input:checked+span{border-color:#9c62de;background:#f7f0ff;color:#6431a5}.options input:checked+span i{background:#8a4dd3;color:#fff}.answer-explanation{margin-top:16px;padding:14px;background:#f5f3f7;border-radius:10px}.correct .answer-explanation{background:#edfaf5}.wrong .answer-explanation{background:#fff1f4}.answer-explanation strong{font-size:12px}.answer-explanation p{font-size:12px;line-height:1.7}.answer-explanation small{font-size:9px;color:#88828f}.quiz-submit{position:sticky;bottom:18px;margin:25px auto 0;max-width:600px;border:1px solid #e3dfe7;background:#ffffffea;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:12px 15px;display:flex;align-items:center;justify-content:center;gap:14px;box-shadow:0 12px 30px #35243f20}.quiz-submit p{font-size:11px;color:#77717f}.quiz-submit button{border:0;padding:11px 16px;border-radius:10px;background:#7c3aed;color:#fff;font-weight:800;font-size:12px}.quiz-submit button:disabled{opacity:.35;cursor:not-allowed}.quiz-submit button.secondary{background:#eeeaf2;color:#5e5866}.progress-overview{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;background:#fff;padding:30px;border-radius:22px;border:1px solid #e9e5ec;margin:38px 0}.progress-ring{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#e54d79 var(--progress),#eeeaf1 0);position:relative}.progress-ring:after{content:"";position:absolute;inset:12px;background:#fff;border-radius:50%}.progress-ring>div{position:relative;z-index:1;text-align:center}.progress-ring strong{display:block;font:800 32px Outfit}.progress-ring span{font-size:9px;color:#8a8590}.progress-overview>div:nth-child(2)>span{font-size:10px;color:#d84c75;font-weight:900}.progress-overview h2{margin:5px 0}.progress-overview p{font-size:11px;color:#77727f;line-height:1.7}.progress-overview .primary-button{margin-top:6px}.metric{padding-left:24px;border-left:1px solid #e9e5ec}.metric small{display:block;color:#88828e}.metric strong{display:block;font:800 36px Outfit;margin:8px 0}.metric strong i{font:600 11px Noto Sans TC}.metric a{font-size:10px;color:#7c3aed;font-weight:800}.section-title span{margin-top:0}.section-title h2{margin:6px 0 16px}.lesson-checklist{display:grid;grid-template-columns:1fr 1fr;gap:9px}.lesson-checklist>a{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #ebe6ed;border-radius:13px;padding:13px}.lesson-checklist>a>span{width:30px;height:30px;display:grid;place-items:center;background:#f1eef4;border-radius:9px;color:#837d89;font-size:10px;font-weight:900}.lesson-checklist>a.done>span{background:#19ad7a;color:#fff}.lesson-checklist div{flex:1}.lesson-checklist strong,.lesson-checklist small{display:block}.lesson-checklist strong{font-size:12px}.lesson-checklist small{font-size:9px;color:#8a8591;margin-top:3px}.lesson-checklist b{color:#9b94a0}.bookmark-section,.chapter-progress{margin-top:50px}.bookmark-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bookmark-grid a{display:flex;flex-direction:column;background:#fff;border:1px solid #e9e5ec;border-radius:14px;padding:15px}.bookmark-grid span{color:#e1a51e}.bookmark-grid strong{font-size:12px;margin:6px 0}.bookmark-grid small{font-size:10px;line-height:1.6;color:#77717e}.empty-state{padding:30px;text-align:center;background:#f0edf3;border-radius:14px;color:#77717e;font-size:11px}.reset-progress{display:block;margin:50px auto 0;border:0;background:none;color:#a29ca7;text-decoration:underline;font-size:10px}.home-page{overflow:hidden;background:#f8f6fa}.home-intro{max-width:1320px;margin:auto;padding:84px 46px 54px;display:grid;grid-template-columns:minmax(0,760px) 330px;align-items:center;gap:60px}.home-intro>*{min-width:0}.home-intro>div:first-child>span,.home-section-heading span{font:800 11px Outfit,sans-serif;letter-spacing:.18em;color:#dc4d78}.home-intro h1{overflow-wrap:anywhere;margin:15px 0 20px;font-size:clamp(48px,6.4vw,84px);line-height:1.07;letter-spacing:-.055em;color:#282434}.home-intro p{max-width:650px;margin:0;color:#696572;font-size:16px;line-height:1.9}.home-intro>div:first-child>div{display:flex;gap:10px;margin-top:28px}.home-intro>div:first-child a{padding:11px 17px;border-radius:25px;font-size:12px;font-weight:800}.home-intro>div:first-child a:first-child{color:#fff;background:linear-gradient(135deg,#ef526f,#a158dd);box-shadow:0 10px 25px #bd458b2d}.home-intro>div:first-child a:last-child{background:#fff;border:1px solid #e8e2ec;color:#6d39bd}.home-intro-orbit{width:300px;height:300px;position:relative;border-radius:50%;border:1px dashed #cfbfdc;box-shadow:inset 0 0 0 34px #fff,0 25px 65px #69407818;background:linear-gradient(145deg,#fff6f8,#f1edff)}.home-intro-orbit:before,.home-intro-orbit:after{content:"";position:absolute;border-radius:50%;inset:68px;border:1px solid #eadfea}.home-intro-orbit:after{inset:105px;background:linear-gradient(135deg,#f15673,#8d5ce5);box-shadow:0 14px 35px #a048a54d}.home-intro-orbit i{position:absolute;z-index:2;inset:0;display:grid;place-items:center;color:#fff;font-size:64px;font-weight:900;transform:rotate(-10deg)}.home-intro-orbit span{position:absolute;z-index:3;width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#fff;font:800 13px Outfit;box-shadow:0 8px 24px #3f29421f}.home-intro-orbit span:nth-child(1){left:-8px;top:65px;color:#e34a74}.home-intro-orbit span:nth-child(2){right:-14px;top:90px;color:#7c3aed}.home-intro-orbit span:nth-child(3){left:100px;bottom:-13px;color:#ef765c}.waveform-navigator{max-width:1380px;margin:auto;padding:78px 46px 86px}.home-section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:30px}.home-section-heading>*{min-width:0}.home-section-heading h1,.home-section-heading h2{overflow-wrap:anywhere;margin:8px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.18;letter-spacing:-.04em}.home-section-heading p{max-width:500px;margin:0;color:#706b79;font-size:13px;line-height:1.8}.waveform-scroll{max-width:100%;overflow-x:auto;border-radius:29px;box-shadow:0 24px 65px #63314c15;scrollbar-color:#d8cadc transparent}.home-waveform{display:block;width:100%;min-width:960px;height:auto}.main-ecg-line{pointer-events:none}.waveform-mark{cursor:pointer;color:var(--mark-color);outline:none}.waveform-mark ellipse,.waveform-mark circle{fill:transparent;stroke:transparent;stroke-width:3;transition:.2s}.waveform-mark>path:not(.interval-line){fill:none;stroke:currentColor;stroke-width:2}.waveform-mark>text{fill:currentColor;font:800 17px Outfit,sans-serif}.waveform-mark:hover ellipse,.waveform-mark:hover circle,.waveform-mark:focus ellipse,.waveform-mark:focus circle,.waveform-mark.active ellipse,.waveform-mark.active circle{fill:color-mix(in srgb,var(--mark-color) 12%,transparent);stroke:var(--mark-color)}.waveform-mark:focus-visible{filter:drop-shadow(0 0 5px var(--mark-color))}.waveform-mark .interval-line{fill:none;stroke:#aaa2af;stroke-width:2.5;transition:.2s}.waveform-mark .interval-label{fill:#797280;font:700 13px Noto Sans TC}.waveform-mark:hover .interval-line,.waveform-mark:focus .interval-line,.waveform-mark.active .interval-line{stroke:var(--mark-color);stroke-width:4}.waveform-mark:hover .interval-label,.waveform-mark:focus .interval-label,.waveform-mark.active .interval-label{fill:var(--mark-color)}.waveform-mobile-controls{display:flex;justify-content:space-between;gap:15px;margin:16px 3px}.waveform-mobile-controls>div{display:flex;gap:7px;flex-wrap:wrap}.waveform-mobile-controls button{min-width:44px;border:1px solid #e4dfe9;border-radius:18px;background:#fff;padding:7px 10px;color:#726c79;font-size:11px;font-weight:800;transition:.2s}.waveform-mobile-controls button:hover,.waveform-mobile-controls button.active{color:#fff;border-color:var(--chip-color);background:var(--chip-color);box-shadow:0 5px 13px color-mix(in srgb,var(--chip-color) 25%,transparent)}.wave-disease-links line{stroke:#bdb5c2;stroke-width:1.3;stroke-dasharray:4 6;opacity:.42}.wave-disease-node{cursor:pointer;outline:none}.wave-disease-node circle{fill:#fff;stroke:color-mix(in srgb,var(--disease-node-color) 60%,#fff);stroke-width:2.2;filter:drop-shadow(0 5px 7px #3b253a1c);transition:.2s}.wave-disease-node text{fill:#595260;font-size:9px;font-weight:900;pointer-events:none}.wave-disease-node:hover circle,.wave-disease-node:focus circle,.wave-disease-node.active circle{fill:var(--disease-node-color);stroke:var(--disease-node-color);stroke-width:4;transform:scale(1.08);transform-box:fill-box;transform-origin:center}.wave-disease-node:hover text,.wave-disease-node:focus text,.wave-disease-node.active text{fill:#fff}.wave-disease-node:focus-visible circle{stroke:#2a2330;stroke-width:5}.wave-disease-preview{display:grid;grid-template-columns:180px minmax(220px,1fr) auto;align-items:center;gap:20px;margin:14px 3px;padding:15px 18px;border:1px solid color-mix(in srgb,var(--preview-color) 25%,#fff);border-left:5px solid var(--preview-color);border-radius:14px;background:#fff;box-shadow:0 9px 25px #3823410b}.wave-disease-preview div{display:flex;flex-direction:column;gap:3px}.wave-disease-preview span{font-size:9px;color:var(--preview-color);font-weight:900}.wave-disease-preview strong{font-size:15px}.wave-disease-preview p{margin:0;color:#68616e;font-size:11px;line-height:1.65}.wave-disease-preview a{white-space:nowrap;color:var(--preview-color);font-size:10px;font-weight:900}.wave-topic-card{display:grid;grid-template-columns:130px minmax(260px,1fr) minmax(280px,.9fr);gap:26px;align-items:center;min-height:175px;padding:28px 32px;background:#fff;border:1px solid #ebe5ed;border-top:4px solid var(--topic-color);border-radius:22px;box-shadow:0 16px 45px #3823410d}.wave-topic-index{align-self:stretch;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #ece7ef}.wave-topic-index span{font-size:10px;color:#8a8490;font-weight:800}.wave-topic-index strong{font:800 34px Outfit;color:var(--topic-color);margin-top:7px}.wave-topic-event{font-size:12px;color:var(--topic-color);font-weight:900}.wave-topic-copy p{margin:7px 0 13px;color:#5f5a68;font-size:13px;line-height:1.75}.wave-topic-meta{display:flex;gap:8px;flex-wrap:wrap}.wave-topic-meta span{padding:5px 8px;border-radius:8px;background:#f5f2f7;color:#77717e;font-size:10px}.wave-topic-actions{display:grid;gap:7px}.wave-topic-actions a{display:flex;flex-direction:column;padding:11px 13px;border-radius:12px;background:color-mix(in srgb,var(--topic-color) 7%,#fff);border:1px solid color-mix(in srgb,var(--topic-color) 20%,#fff);transition:.2s}.wave-topic-actions a:hover{transform:translate(3px);border-color:var(--topic-color)}.wave-topic-actions small{font-size:9px;color:#807986}.wave-topic-actions strong{font-size:12px;margin-top:3px}.wave-topic-actions strong span{float:right;color:var(--topic-color)}.disease-section{padding:86px max(46px,calc((100vw - 1380px)/2));background:#fff;border-top:1px solid #eee9f0;border-bottom:1px solid #eee9f0}.disease-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.disease-filters{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.disease-filters button{white-space:nowrap;border:1px solid #e5e0e8;background:#fff;padding:8px 12px;border-radius:19px;color:#716b78;font-size:11px;font-weight:800}.disease-filters button:hover{border-color:var(--filter-color,#8c5bd9)}.disease-filters button.active{background:var(--filter-color,#332c3e);border-color:var(--filter-color,#332c3e);color:#fff;box-shadow:0 6px 15px color-mix(in srgb,var(--filter-color,#332c3e) 23%,transparent)}.disease-search{width:290px;flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:0 9px 0 12px;background:#f7f5f8;border:1px solid #e5e0e8;border-radius:22px;color:#8e8794}.disease-search>span{font-size:20px}.disease-search input{min-width:0;flex:1;padding:9px 3px;border:0;outline:0;background:transparent;font-size:11px}.disease-search button{border:0;background:none;color:#817987}.disease-search small{white-space:nowrap;padding-left:7px;border-left:1px solid #ded8e2;font-size:9px}.disease-map-layout{display:grid;grid-template-columns:minmax(620px,1.65fr) minmax(300px,.75fr);gap:24px;align-items:start}.disease-map-scroll{position:relative;overflow-x:auto;border:1px solid #ece6ef;border-radius:24px;background:radial-gradient(circle at 50% 48%,#fff,#faf8fb);scrollbar-color:#d8cadc transparent}.disease-map-svg{display:block;width:100%;min-width:760px;height:auto}.disease-edge{transition:opacity .2s}.disease-edge line{stroke-width:1.6;opacity:.32;stroke-dasharray:4 5}.disease-edge .cross-edge{opacity:.14;stroke-dasharray:2 7}.disease-edge.dim{opacity:.05}.disease-hub{transition:opacity .2s}.disease-hub circle{fill:color-mix(in srgb,var(--hub-color) 12%,#fff);stroke:var(--hub-color);stroke-width:2}.disease-hub text{fill:var(--hub-color);font-size:15px;font-weight:900}.disease-hub .hub-subtitle{font-size:8px;font-weight:600;opacity:.75}.disease-hub.dim{opacity:.18}.disease-bubble{cursor:pointer;outline:none;transition:opacity .2s}.disease-bubble circle{fill:#fff;stroke:color-mix(in srgb,var(--bubble-color) 60%,#fff);stroke-width:2.2;transition:.2s}.disease-bubble text{fill:#4f4957;font-size:10px;font-weight:800;pointer-events:none}.disease-bubble:hover circle,.disease-bubble:focus circle,.disease-bubble.active circle{fill:var(--bubble-color);stroke:var(--bubble-color);stroke-width:4}.disease-bubble:hover text,.disease-bubble:focus text,.disease-bubble.active text{fill:#fff}.disease-bubble:focus-visible circle{stroke:#221a29;stroke-width:5}.disease-bubble.dim{opacity:.12;filter:grayscale(1)}.map-relation-note{position:absolute;left:18px;bottom:12px;margin:0;padding:6px 10px;border-radius:12px;background:#ffffffd9;color:#847d89;font-size:9px}.disease-detail{position:sticky;top:20px;overflow:hidden;background:#fff;border:1px solid #e9e3ec;border-radius:22px;box-shadow:0 16px 42px #34213e12}.disease-detail:before{content:"";display:block;height:5px;background:var(--disease-color)}.disease-detail-head,.disease-detail section,.disease-detail aside,.disease-related{padding-left:23px;padding-right:23px}.disease-detail-head{padding-top:22px}.disease-detail-head>span{font-size:10px;font-weight:900;color:var(--disease-color)}.disease-detail-head>small{float:right;color:#8c8591;font-size:9px}.disease-detail h3{font-size:24px;line-height:1.25;margin:9px 0}.disease-detail-head p{color:#686270;font-size:12px;line-height:1.75;margin:0 0 18px}.disease-detail section{padding-top:15px;border-top:1px solid #eee9f0}.disease-detail h4{font-size:11px;margin:0 0 8px}.disease-detail ul{margin:0;padding:0;list-style:none}.disease-detail li{font-size:11px;line-height:1.55;color:#5f5966;padding:4px 0}.disease-detail li:before{content:"•";color:var(--disease-color);font-weight:900;margin-right:8px}.disease-detail aside{margin:15px 17px 0;padding:13px 14px;background:#fff8e9;border-radius:11px;border-left:3px solid #eeaf34}.disease-detail aside strong{font-size:10px;color:#795b25}.disease-detail aside p{margin:4px 0 0;color:#6a5b42;font-size:10px;line-height:1.6}.disease-related{display:grid;gap:6px;padding-top:16px;padding-bottom:22px}.disease-related a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;background:#f6f3f8}.disease-related a:hover{background:color-mix(in srgb,var(--disease-color) 9%,#fff)}.disease-related span{font-size:8px;color:#8c8591}.disease-related strong{font-size:10px;text-align:right}.home-next-step{max-width:880px;margin:0 auto;text-align:center;padding:105px 35px}.home-next-step>span{font-size:10px;color:#dc4d78;font-weight:900;letter-spacing:.12em}.home-next-step h2{font-size:38px;margin:10px 0}.home-next-step p{font-size:13px;color:#716b79;line-height:1.8;margin:0 auto 23px}.home-safety{max-width:1050px;margin:0 auto 70px;padding:18px 22px;display:flex;gap:22px;border:1px solid #eadbb7;border-radius:14px;background:#fffaf0;color:#665a40}.home-safety strong{font-size:11px;white-space:nowrap}.home-safety p{font-size:10px;line-height:1.7;margin:0}.main-ecg-flow{pointer-events:none;stroke:#ff4775;stroke-dasharray:72 928;stroke-dashoffset:0;filter:drop-shadow(0 0 8px #ff4775);animation:ecgTrace 8s linear infinite}.waveform-mark .interval-value{fill:#8f8794;font:600 9px Noto Sans TC;text-anchor:middle}.waveform-mark:hover .interval-value,.waveform-mark:focus .interval-value,.waveform-mark.active .interval-value{fill:var(--mark-color)}.wave-topic-meta .normal-value{background:color-mix(in srgb,var(--topic-color) 10%,#fff);color:var(--topic-color);font-weight:800}@keyframes ecgTrace{to{stroke-dashoffset:-1000}}.wave-disease-preview{grid-template-columns:minmax(220px,1.1fr) minmax(210px,.9fr) minmax(240px,1fr);align-items:start;padding:20px 22px}.wave-disease-preview-title,.wave-disease-preview-features,.wave-disease-preview-note{display:block}.wave-disease-preview-title span,.wave-disease-preview-features>span,.wave-disease-preview-note>span{display:block;margin-bottom:6px;font-size:9px;color:var(--preview-color);font-weight:900}.wave-disease-preview-title strong{display:block;font-size:19px}.wave-disease-preview-title p,.wave-disease-preview-note p{margin:6px 0 0;color:#68616e;font-size:10px;line-height:1.65}.wave-disease-preview-features ul{list-style:none;margin:0;padding:0}.wave-disease-preview-features li{padding:3px 0;color:#5d5663;font-size:10px}.wave-disease-preview-features li:before{content:"•";margin-right:7px;color:var(--preview-color)}.wave-disease-preview-note{padding:10px 12px;border-radius:10px;background:#fff8e9}.wave-disease-preview-links{grid-column:1/-1;display:flex;gap:7px}.wave-disease-preview-links a{padding:7px 10px;border-radius:9px;background:#f5f2f7;color:#5d5663;font-size:9px;font-weight:800}.wave-disease-preview-links a:hover{color:var(--preview-color)}.physiology-sync{margin:36px 3px 18px;padding:30px;border:1px solid #e6e0ea;border-radius:24px;background:linear-gradient(145deg,#302a3d,#25212f);color:#fff;box-shadow:0 20px 55px #34213e1d}.physiology-sync>header{display:flex;justify-content:space-between;align-items:start;gap:28px}.physiology-sync>header span{font:800 9px Outfit;letter-spacing:.16em;color:#f59ab5}.physiology-sync>header h2{margin:7px 0 5px;font-size:25px}.physiology-sync>header p{margin:0;color:#bcb4c3;font-size:10px;line-height:1.6}.physiology-sync>header button{white-space:nowrap;border:1px solid #ffffff24;border-radius:20px;background:#ffffff12;color:#fff;padding:8px 12px;font-size:10px;font-weight:800}.sync-timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);margin:26px 0 30px}.sync-timeline:before{content:"";position:absolute;left:8%;right:8%;top:15px;height:2px;background:#ffffff1e}.sync-timeline>i{position:absolute;left:8%;top:15px;height:2px;max-width:84%;background:var(--phase-color);box-shadow:0 0 10px var(--phase-color);transition:width .35s}.sync-timeline button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:7px;border:0;background:none;color:#a9a1af;font-size:10px;font-weight:800}.sync-timeline button b{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#443d4e;border:2px solid #5e5668;font:800 10px Outfit;transition:.25s}.sync-timeline button.active{color:#fff}.sync-timeline button.active b{color:#fff;border-color:var(--phase-color);background:var(--phase-color);box-shadow:0 0 0 6px color-mix(in srgb,var(--phase-color) 18%,transparent)}.physiology-panels{display:grid;grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:stretch}.physiology-panels article{min-width:0;padding:20px;border-radius:18px;background:#fff;color:#2d2835}.panel-heading{display:flex;align-items:center;gap:10px}.panel-heading>span{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--phase-color) 12%,#fff);color:var(--phase-color);font:800 9px Outfit}.panel-heading small{display:block;color:#938c98;font-size:8px}.panel-heading h3{margin:2px 0 0;font-size:15px}.potential-panel svg,.mechanics-panel svg{display:block;width:100%;height:175px;margin:5px 0}.potential-axis{fill:none;stroke:#ddd6e1;stroke-width:1}.potential-curve{fill:none;stroke:#3a3341;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.potential-pulse{fill:var(--phase-color);stroke:#fff;stroke-width:4;filter:drop-shadow(0 0 8px var(--phase-color));transition:cx .45s,cy .45s,fill .3s}.potential-panel svg text{fill:#958e99;font-size:8px}.potential-panel svg .phase-tag{fill:var(--phase-color);font-weight:900}.channel-state>strong{font-size:12px}.channel-state>div{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.channel-state>div span{padding:5px 8px;border-radius:9px;background:color-mix(in srgb,var(--phase-color) 10%,#fff);color:var(--phase-color);font-size:9px;font-weight:900}.channel-state p,.mechanical-state p{margin:0;color:#746e79;font-size:9px;line-height:1.65}.sync-connector{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#c7becb}.sync-connector span{font-size:8px;writing-mode:vertical-rl;letter-spacing:.1em}.sync-connector i{font-style:normal;color:var(--phase-color);font-size:26px}.heart-outline{fill:#fff5f6;stroke:#e7b8c4;stroke-width:3}.heart-septum{fill:none;stroke:#dfb7c1;stroke-width:2}.heart-chamber{fill:#f7e9ed;stroke:#e2c9cf;stroke-width:2;transition:.35s}.heart-chamber.active{fill:var(--phase-color);stroke:var(--phase-color);filter:drop-shadow(0 0 7px color-mix(in srgb,var(--phase-color) 45%,transparent));transform:scale(1.03);transform-box:fill-box;transform-origin:center}.flow-arrows{fill:none;stroke:#a69eaa;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:4 4;opacity:.25}.flow-arrows.active{stroke:var(--phase-color);opacity:1;animation:flowDash .8s linear infinite}.mechanics-panel svg text{fill:#5b5460;font-size:9px;font-weight:800}.mechanical-state{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mechanical-state>div{padding:8px 10px;border-radius:9px;background:#f5f2f6}.mechanical-state span{display:block;color:#928b96;font-size:8px}.mechanical-state strong{display:block;margin-top:2px;color:var(--phase-color);font-size:11px}.mechanical-state p{grid-column:1/-1}.home-next-step{padding-top:80px}@keyframes flowDash{to{stroke-dashoffset:-16}}.wave-disease-links line{stroke:var(--link-color);stroke-width:2;stroke-linecap:round;stroke-dasharray:3 9;opacity:.65;filter:drop-shadow(0 0 3px color-mix(in srgb,var(--link-color) 55%,transparent));animation:diseaseSignal 1.5s linear infinite}.sync-wave-region{fill:none;stroke-width:13;stroke-linecap:round;opacity:0;filter:drop-shadow(0 0 7px currentColor);transition:opacity .3s}.sync-wave-region.phase-p{stroke:#8b5cf6}.sync-wave-region.phase-pr{stroke:#0ea5e9}.sync-wave-region.phase-qrs{stroke:#f43f5e}.sync-wave-region.phase-st{stroke:#f59e0b}.sync-wave-region.phase-t{stroke:#14b8a6}.home-waveform[data-sync-phase=p] .phase-p,.home-waveform[data-sync-phase=pr] .phase-pr,.home-waveform[data-sync-phase=qrs] .phase-qrs,.home-waveform[data-sync-phase=st] .phase-st,.home-waveform[data-sync-phase=t] .phase-t{opacity:.78;animation:syncRegionPulse 1.6s ease-in-out infinite}.physiology-sync{position:relative;z-index:4;margin-top:22px}.physiology-panels article{position:relative;box-shadow:0 24px 45px #130d1e55;animation:floatingPanel 4.2s ease-in-out infinite}.physiology-panels article:before{content:"";position:absolute;left:50%;top:-31px;width:2px;height:26px;background:linear-gradient(180deg,var(--phase-color),#ffffff55);box-shadow:0 0 8px var(--phase-color)}.physiology-panels .mechanics-panel{animation-delay:-2.1s}.physiology-panels .mechanics-panel:before{animation-delay:-.8s}@keyframes diseaseSignal{to{stroke-dashoffset:-24}}@keyframes syncRegionPulse{50%{opacity:.38;stroke-width:18}}@keyframes floatingPanel{0%,to{transform:translateY(0) rotate(-.12deg)}50%{transform:translateY(-9px) rotate(.12deg);box-shadow:0 34px 55px #130d1e66}}@media(max-width:900px){.site-header{padding:10px 14px}.header-inner{gap:8px}.brand small,.top-nav,.header-progress i{display:none}.brand strong{font-size:17px}.header-progress{margin-left:auto}.header-subtitle{display:none}.atlas-page{height:calc(100vh - 64px)}.atlas-toolbar{padding:9px;display:block}.category-tabs{padding-bottom:8px}.search-box{min-width:0;width:100%}.search-result{top:124px}.atlas-legend,.react-flow__minimap{display:none}.lesson-page{display:block;padding:20px 18px 70px}.lesson-sidebar{position:static;margin-bottom:20px}.lesson-sidebar nav{display:grid;grid-template-columns:repeat(3,1fr)}.lesson-sidebar nav a{justify-content:center}.lesson-sidebar nav a span{display:none}.lesson-hero{padding:34px 0 20px}.lesson-hero h1{font-size:39px}.lesson-hero p{font-size:14px}.learning-goals{grid-template-columns:1fr}.learning-goals>div{padding:14px}.control-grid,.lead-layout{grid-template-columns:1fr}.quiz-page,.progress-page{padding:35px 15px 80px}.progress-overview{grid-template-columns:1fr;text-align:center}.progress-ring{margin:auto}.metric{border-left:0;border-top:1px solid #e9e5ec;padding:18px 0 0}.lesson-checklist{grid-template-columns:1fr}}@media(max-width:600px){.brand-mark{width:38px;height:38px}.atlas-toolbar{position:relative}.category-tabs button{padding:7px 10px}.map-hint{display:none}.lesson-sidebar nav{grid-template-columns:repeat(2,1fr)}.lesson-sidebar nav a{font-size:10px}.lesson-hero h1{font-size:34px}.lesson-hero>div{flex-wrap:wrap}.prose-section{grid-template-columns:36px 1fr}.prose-section h2{font-size:20px}.prose-section p{font-size:14px}.interactive-card{padding:18px;margin:35px -4px}.result-row{grid-template-columns:1fr}.wave-answer{flex-direction:column}.lesson-pagination,.options{grid-template-columns:1fr}.quiz-question{grid-template-columns:1fr;padding:18px}.question-number{margin-bottom:-2px}.quiz-hero h1,.progress-page>header h1{font-size:34px}.bookmark-grid{grid-template-columns:1fr}.drawer-actions{flex-direction:column}.lesson-drawer{padding:45px 25px 25px}}@media(max-width:900px){.site-header{padding-bottom:8px}.header-inner{flex-wrap:wrap}.brand{margin-right:auto}.top-nav{display:flex;order:3;width:100%;overflow-x:auto;gap:3px;scrollbar-width:none}.top-nav a{flex:0 0 auto;padding:7px 11px;font-size:11px}.header-progress{margin-left:0}.home-intro{width:100%;padding:58px 25px 38px;grid-template-columns:minmax(0,1fr)}.home-intro-orbit{display:none}.home-intro h1{font-size:clamp(43px,9vw,66px)}#waveform{width:100%;min-width:0}.waveform-navigator{width:100%;min-width:0;padding:60px 22px 68px}.home-section-heading{display:block;width:100%;min-width:0}.home-section-heading h1,.home-section-heading h2{max-width:100%;word-break:break-word}.home-section-heading p{margin-top:14px}.waveform-scroll{width:calc(100% + 44px);min-width:0;margin-left:-22px;margin-right:-22px;border-radius:0}.home-waveform{min-width:900px}.waveform-mobile-controls{display:block}.waveform-mobile-controls>div{margin-bottom:7px}.wave-topic-card{grid-template-columns:95px minmax(0,1fr);gap:18px}.wave-topic-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.disease-section{width:100%;min-width:0;padding:65px 22px}.disease-toolbar{align-items:stretch;flex-direction:column}.disease-search{width:100%}.disease-map-layout{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)}.disease-map-layout>*{min-width:0}.disease-map-scroll{width:calc(100% + 44px);min-width:0;margin-left:-22px;margin-right:-22px;border-left:0;border-right:0;border-radius:0}.disease-map-svg{min-width:820px}.disease-detail{position:static}.home-next-step{padding:78px 24px}.home-safety{margin:0 22px 45px}}@media(max-width:600px){.site-header{padding-left:10px;padding-right:10px}.brand strong{font-size:16px}.header-progress{padding:7px 9px}.home-intro{padding:45px 20px 30px}.home-intro h1{font-size:43px}.home-intro p{font-size:14px}.home-intro>div:first-child>div{align-items:stretch;flex-direction:column}.home-intro>div:first-child a{text-align:center}.waveform-navigator{padding:52px 16px 58px}.home-section-heading h1,.home-section-heading h2{font-size:32px}.waveform-scroll{margin-left:-16px;margin-right:-16px}.waveform-mobile-controls{margin-top:14px}.waveform-mobile-controls button{min-width:42px;padding:7px 9px}.wave-topic-card{grid-template-columns:1fr;padding:22px 19px}.wave-topic-index{align-self:auto;border-right:0;border-bottom:1px solid #ece7ef;padding-bottom:12px}.wave-topic-index strong{font-size:28px}.wave-topic-actions{grid-column:auto;grid-template-columns:1fr}.disease-section{padding:56px 16px}.disease-map-scroll{margin-left:-16px;margin-right:-16px}.disease-detail-head,.disease-detail section,.disease-detail aside,.disease-related{padding-left:18px;padding-right:18px}.disease-detail aside{margin-left:13px;margin-right:13px;padding:12px}.home-next-step h2{font-size:31px}.home-safety{margin-left:16px;margin-right:16px;flex-direction:column;gap:7px}}@media(max-width:900px){.wave-disease-preview{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.wave-disease-preview-note,.wave-disease-preview-links{grid-column:1/-1}.wave-disease-node circle{r:34px}.physiology-sync{padding:24px 20px}.physiology-panels{grid-template-columns:1fr}.sync-connector{height:55px;flex-direction:row;gap:9px}.sync-connector span{writing-mode:horizontal-tb}.sync-connector i{transform:rotate(90deg)}.potential-panel svg,.mechanics-panel svg{height:210px}}@media(max-width:600px){.wave-disease-preview{grid-template-columns:1fr;gap:12px;margin:12px 0;padding:16px}.wave-disease-preview-note,.wave-disease-preview-links{grid-column:auto}.physiology-sync{margin:30px 0 16px;padding:20px 14px}.physiology-sync>header{display:block}.physiology-sync>header h2{font-size:21px}.physiology-sync>header button{margin-top:13px}.sync-timeline button{gap:0}.sync-timeline button span{display:none}.sync-timeline button b{width:29px;height:29px}.physiology-panels article{padding:16px}.potential-panel svg,.mechanics-panel svg{height:180px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.ecg-error-audit{--audit-color:#dc2626;min-width:0}.error-audit-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.error-audit-tabs button{display:flex;min-width:0;flex-direction:column;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:10px;color:#6c6471;text-align:left}.error-audit-tabs button span{font-size:9px;font-weight:900}.error-audit-tabs button small{margin-top:3px;color:#968e9a;font-size:7px}.error-audit-tabs button.active{border-color:var(--audit-color);background:color-mix(in srgb,var(--audit-color) 7%,#fff);color:var(--audit-color);box-shadow:0 6px 18px color-mix(in srgb,var(--audit-color) 16%,transparent)}.error-audit-tabs button.active small{color:var(--audit-color)}.error-audit-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.65fr);gap:12px}.audit-report{min-width:0;overflow:hidden;border:1px solid #e9dfe6;border-radius:19px;background:#fff}.audit-report>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border-bottom:1px solid #eee5ea}.audit-report>header div{min-width:0}.audit-report>header span,.audit-report>header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-report>header span{color:#3e3744;font-size:9px;font-weight:900}.audit-report>header small{margin-top:3px;color:#8e8692;font-size:7px}.audit-report>header strong{flex:none;border-radius:999px;background:color-mix(in srgb,var(--audit-color) 12%,#fff);padding:5px 8px;color:var(--audit-color);font-size:7px}.audit-paper{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:12px;background-color:#fffafb;background-image:linear-gradient(#f7dfe5 1px,transparent 1px),linear-gradient(90deg,#f7dfe5 1px,transparent 1px);background-size:10px 10px}.audit-paper article{position:relative;overflow:hidden;border:2px solid transparent;border-radius:10px;background:#ffffffd9}.audit-paper article.affected{border-color:var(--audit-color);box-shadow:0 5px 13px color-mix(in srgb,var(--audit-color) 16%,transparent)}.audit-paper article>b{position:absolute;z-index:1;top:5px;left:7px;color:#c23d68;font-size:9px}.audit-paper svg{display:block;width:100%;height:auto}.audit-gridline{fill:none;stroke:#f2d8df;stroke-width:.6}.audit-trace,.audit-trace-flow{fill:none;stroke:#342e3c;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.audit-trace-flow{stroke:var(--audit-color);stroke-width:6;stroke-dasharray:24 220;filter:drop-shadow(0 0 3px var(--audit-color));animation:auditSweep 2.4s linear infinite}.audit-calibration{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding:3px 5px;color:#6f6774;font-size:8px;font-weight:900}.audit-calibration i{width:27px;height:13px;border-left:3px solid var(--audit-color);border-top:3px solid var(--audit-color);border-right:3px solid var(--audit-color)}.audit-finding{display:flex;flex-direction:column;border-radius:19px;background:#302a3d;padding:18px;color:#fff}.audit-finding>span{color:var(--audit-color);font-size:8px;font-weight:900}.audit-finding h4{margin:6px 0 11px;font-size:18px;line-height:1.3}.audit-finding dl{display:grid;gap:7px;margin:0}.audit-finding dl>div{border-radius:9px;background:#ffffff0e;padding:9px}.audit-finding dt{color:#aea5b1;font-size:8px;font-weight:900}.audit-finding dd{margin:4px 0 0;font-size:8px;line-height:1.6}.audit-finding aside{margin-top:auto;border-left:3px solid var(--audit-color);border-radius:10px;background:#fff5df;padding:10px;color:#70532e}.audit-finding aside b{font-size:9px}.audit-finding aside p{margin:4px 0 0;font-size:8px;line-height:1.65}.audit-decision{margin-top:12px;border:1px solid #e5dfe8;border-radius:15px;background:#fff;padding:13px}.audit-decision>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.audit-decision>header span{font-size:10px;font-weight:900}.audit-decision>header small{color:#918996;font-size:7px}.audit-decision>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.audit-decision button{display:flex;align-items:center;gap:7px;border:1px solid #e8e2ea;border-radius:10px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left;font-size:8px;font-weight:800}.audit-decision button i{display:grid;flex:none;width:21px;height:21px;place-items:center;border-radius:50%;background:#eae5ed;font-style:normal}.audit-decision button.correct{border-color:#16a67a;background:#effbf6;color:#087454}.audit-decision button.correct i{background:#16a67a;color:#fff}.audit-decision button.wrong{border-color:#ef476f;background:#fff3f6;color:#b52f53}.audit-decision button.wrong i{background:#ef476f;color:#fff}.audit-decision>p{margin:9px 0 0;border-radius:9px;padding:9px;font-size:8px;line-height:1.6}.audit-decision>p b{display:block}.audit-decision>p.correct{background:#effbf6;color:#087454}.audit-decision>p.wrong{background:#fff3f6;color:#a62d4c}.audit-gates{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:12px}.audit-gates article{border:1px solid #e6dfe8;border-radius:12px;background:#f8f6f9;padding:10px}.audit-gates b{color:var(--audit-color);font-size:8px}.audit-gates span{display:block;margin:3px 0;font-size:9px;font-weight:900}.audit-gates p{margin:0;color:#7b737f;font-size:7px}.audit-criteria summary span{float:right;color:var(--audit-color)}.audit-criteria[open] summary span{transform:rotate(45deg)}.audit-sources>span{color:#f59ab5;font-size:8px;font-weight:900}@keyframes auditSweep{to{stroke-dashoffset:-244}}@media(max-width:900px){.error-audit-stage{grid-template-columns:1fr}.audit-finding{min-height:290px}}@media(max-width:600px){.error-audit-tabs,.audit-paper{grid-template-columns:repeat(2,1fr)}.audit-decision>div{grid-template-columns:1fr}.audit-gates{grid-template-columns:repeat(2,1fr)}.audit-gates article:last-child{grid-column:1/-1}}.electrode-placement-lab{--electrode-color:#16a67a;min-width:0}.electrode-scenario-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0 12px}.electrode-scenario-tabs button{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;border:1px solid #e6dfe9;border-radius:13px;background:#f8f6f9;padding:10px;color:#6b6471;text-align:left}.electrode-scenario-tabs button b{grid-row:1/3;display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:#ece8ef;color:#8d8491;font:900 10px Outfit}.electrode-scenario-tabs button span{font-size:10px;font-weight:900}.electrode-scenario-tabs button small{color:#978f9b;font-size:7px}.electrode-scenario-tabs button.active{border-color:var(--electrode-color);background:color-mix(in srgb,var(--electrode-color) 7%,#fff);color:var(--electrode-color);box-shadow:0 6px 20px color-mix(in srgb,var(--electrode-color) 16%,transparent)}.electrode-scenario-tabs button.active b{background:var(--electrode-color);color:#fff}.electrode-workbench{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:12px}.electrode-body-panel,.electrode-lead-panel{min-width:0;border:1px solid #e7e1ea;border-radius:20px;background:#fff;overflow:hidden}.electrode-body-panel{position:relative;background:linear-gradient(150deg,#302a3d,#211d2c);padding:12px}.electrode-body-panel>svg{display:block;width:100%;height:390px}.electrode-head,.electrode-body{fill:#fff3f5;stroke:#e8b9c5;stroke-width:3}.electrode-limb{fill:none;stroke:#e8b9c5;stroke-width:25;stroke-linecap:round}.electrode-sternum{fill:none;stroke:#dba7b4;stroke-width:1.5;stroke-dasharray:4 5;opacity:.65}.electrode-heart{fill:#ef5774;opacity:.7}.electrode-node{cursor:pointer;outline:none}.electrode-node circle{fill:#8b5cf6;stroke:#fff;stroke-width:3;transition:r .2s,fill .2s}.electrode-node text{fill:#fff;font:900 8px Outfit;pointer-events:none}.electrode-node:nth-of-type(n+5) circle{fill:#f04f78}.electrode-node.active circle{fill:var(--electrode-color);filter:url(#electrodeGlow)}.electrode-node:focus-visible circle{stroke:#fbbf24;stroke-width:6}.electrode-node.swapped circle{fill:#ef476f}.electrode-signal{fill:none;stroke:var(--electrode-color);stroke-width:3;stroke-linecap:round;stroke-dasharray:8 8;animation:electrodeSignal 1s linear infinite}.electrode-swap{fill:none;stroke:#ef476f;stroke-width:4;stroke-linecap:round;stroke-dasharray:11 8;animation:electrodeSignal 1s linear infinite}.electrode-error-arrow{fill:none;stroke:#f59e0b;stroke-width:3;stroke-linecap:round;stroke-dasharray:5 5}.electrode-monitor rect{fill:#ffffff12;stroke:var(--electrode-color);stroke-width:2}.electrode-monitor path{fill:none;stroke:var(--electrode-color);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.electrode-monitor text{fill:#bfb6c5;font-size:7px;font-weight:900}.electrode-picker{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;padding:0 2px}.electrode-picker button{min-width:0;border:1px solid #ffffff20;border-radius:8px;background:#ffffff0c;padding:7px 1px;color:#beb5c5;font:900 8px Outfit}.electrode-picker button.active{border-color:var(--electrode-color);background:var(--electrode-color);color:#fff}.electrode-selection-card{margin:10px 2px 2px;border-left:3px solid var(--electrode-color);border-radius:10px;background:#ffffff0c;padding:10px 12px;color:#fff}.electrode-selection-card span{color:var(--electrode-color);font-size:7px;font-weight:900}.electrode-selection-card h4{margin:3px 0;font-size:16px}.electrode-selection-card strong{font-size:9px}.electrode-selection-card p{margin:5px 0 0;color:#bfb6c5;font-size:8px;line-height:1.55}.electrode-lead-panel{padding:12px;background:#fffafb}.electrode-lead-panel>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:3px 3px 10px}.electrode-lead-panel>header span{color:#d3466e;font:900 8px Outfit;letter-spacing:.1em}.electrode-lead-panel>header strong{font-size:9px}.electrode-lead-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.electrode-lead-grid article{overflow:hidden;border:2px solid #ece6ed;border-radius:12px;background:#fff;transition:.25s}.electrode-lead-grid article.active{border-color:var(--electrode-color);box-shadow:0 7px 18px color-mix(in srgb,var(--electrode-color) 17%,transparent);transform:translateY(-2px)}.electrode-lead-grid article.dimmed{opacity:.5}.electrode-lead-grid article.changed{border-color:#ef476f;opacity:1}.electrode-lead-grid article>div{display:flex;align-items:center;justify-content:space-between;padding:7px 8px 0}.electrode-lead-grid b{color:#c83f69;font:900 11px Outfit}.electrode-lead-grid small{color:#8d8590;font-size:6px;font-weight:900}.electrode-lead-grid article.changed small{color:#d43c60}.electrode-lead-grid svg{display:block;width:100%;height:60px}.electrode-gridline{fill:none;stroke:#f4d7dd;stroke-width:.65}.electrode-wave,.electrode-wave-flow{fill:none;stroke:#342e3c;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.electrode-wave-flow{stroke:var(--electrode-color);stroke-width:5;stroke-dasharray:24 240;filter:drop-shadow(0 0 3px var(--electrode-color));animation:electrodeWave 2.4s linear infinite}.lead-formulas{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:9px}.lead-formulas span{border-radius:8px;background:#f1edf3;padding:8px;color:#716a76;font-size:7px}.lead-formulas b{margin-right:5px;color:#433b49}.electrode-diagnostic-card{display:grid;grid-template-columns:1.3fr .7fr;gap:12px;margin-top:12px;border-radius:18px;background:#302a3d;padding:17px 19px;color:#fff}.electrode-diagnostic-card>div>span{color:var(--electrode-color);font-size:8px;font-weight:900;letter-spacing:.1em}.electrode-diagnostic-card h4{margin:5px 0;font-size:18px}.electrode-diagnostic-card p{margin:0;color:#c9c0ce;font-size:9px;line-height:1.7}.electrode-diagnostic-card aside{border-left:3px solid var(--electrode-color);border-radius:10px;background:#ffffff0c;padding:11px}.electrode-diagnostic-card aside b{color:var(--electrode-color);font-size:9px}.electrode-diagnostic-card aside p{margin-top:5px;color:#fff}.electrode-quality-check{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.electrode-quality-check summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.electrode-quality-check summary::-webkit-details-marker{display:none}.electrode-quality-check summary span{float:right;color:var(--electrode-color)}.electrode-quality-check[open] summary span{transform:rotate(45deg)}.electrode-quality-check ol{margin:0;padding:0 20px 14px 34px}.electrode-quality-check li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.electrode-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.electrode-sources>span{color:#f59ab5;font-size:8px;font-weight:900}.electrode-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.electrode-sources>div{display:flex;flex-wrap:wrap;gap:6px}.electrode-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}.electrode-sources a:hover{background:#ffffff12}@keyframes electrodeSignal{to{stroke-dashoffset:-32}}@keyframes electrodeWave{to{stroke-dashoffset:-264}}@media(max-width:900px){.electrode-workbench{grid-template-columns:1fr}.electrode-body-panel>svg{height:360px}.electrode-lead-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.electrode-scenario-tabs{grid-template-columns:1fr}.electrode-lead-grid{grid-template-columns:repeat(2,1fr)}.electrode-diagnostic-card{grid-template-columns:1fr}.electrode-body-panel>svg{height:auto}.electrode-picker{grid-template-columns:repeat(5,1fr)}.lead-formulas{grid-template-columns:1fr}}.artifact-lab{--artifact-color:#16a67a;min-width:0}.artifact-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin:20px 0 12px}.artifact-tabs button{display:flex;min-width:0;min-height:52px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:8px;color:#6d6572;text-align:left}.artifact-tabs button span{font-size:9px;font-weight:900}.artifact-tabs button small{margin-top:3px;color:#978f9b;font-size:7px}.artifact-tabs button.active{border-color:var(--artifact-color);background:color-mix(in srgb,var(--artifact-color) 7%,#fff);color:var(--artifact-color);box-shadow:0 6px 18px color-mix(in srgb,var(--artifact-color) 17%,transparent)}.artifact-tabs button.active small{color:var(--artifact-color)}.artifact-stage{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.65fr);gap:12px}.artifact-paper{min-width:0;overflow:hidden;border:1px solid #eadfe6;border-radius:19px;background:#fffafb}.artifact-paper>header{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;border-bottom:1px solid #eee4e8}.artifact-paper>header span{color:#c83f69;font-size:8px;font-weight:900}.artifact-paper>header strong{color:var(--artifact-color);font-size:8px}.artifact-paper>svg{display:block;width:100%;height:auto}.artifact-lead-label{fill:#c83f69;font:900 12px Outfit}.artifact-trace,.artifact-flow{fill:none;stroke:#302a38;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.artifact-flow{stroke:var(--artifact-color);stroke-width:6;stroke-dasharray:58 950;filter:drop-shadow(0 0 4px var(--artifact-color));animation:artifactSweep 4.3s linear infinite}.artifact-qrs-clock line{stroke:#f59e0b;stroke-width:1.5;stroke-dasharray:5 5;opacity:.55}.artifact-qrs-clock circle{fill:#f59e0b;filter:drop-shadow(0 0 3px #f59e0b)}.artifact-pulse text{fill:#726a77;font:900 8px Outfit}.artifact-pulse path{fill:none;stroke:#0ea5e9;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 3px #0ea5e988)}.artifact-legend{display:flex;gap:14px;padding:0 13px 10px;color:#8b838e;font-size:7px}.artifact-legend span{display:flex;align-items:center;gap:5px}.artifact-legend i{width:14px;height:3px;border-radius:2px;background:var(--artifact-color)}.artifact-legend span+span i{height:1px;border-top:1px dashed #f59e0b;background:none}.artifact-reading{display:flex;min-width:0;flex-direction:column;border-radius:19px;background:#302a3d;padding:18px;color:#fff}.artifact-reading>span{color:var(--artifact-color);font-size:8px;font-weight:900;letter-spacing:.1em}.artifact-reading h4{margin:6px 0 11px;font-size:19px;line-height:1.3}.artifact-reading dl{display:grid;gap:6px;margin:0}.artifact-reading dl>div{border-radius:9px;background:#ffffff0d;padding:8px}.artifact-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.artifact-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.artifact-reading aside{margin-top:auto;border-left:3px solid var(--artifact-color);border-radius:9px;background:#fff4df;padding:10px;color:#70532e}.artifact-reading aside b{font-size:9px}.artifact-reading aside p{margin:5px 0 0;font-size:8px;line-height:1.65}.artifact-checkpoints{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.artifact-checkpoints article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.artifact-checkpoints b{display:block;color:var(--artifact-color);font:900 9px Outfit}.artifact-checkpoints span{display:block;margin:4px 0;font-size:10px;font-weight:900}.artifact-checkpoints p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.artifact-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.artifact-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.artifact-criteria summary::-webkit-details-marker{display:none}.artifact-criteria summary span{float:right;color:var(--artifact-color)}.artifact-criteria[open] summary span{transform:rotate(45deg)}.artifact-criteria ul{margin:0;padding:0 20px 14px 34px}.artifact-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.artifact-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.artifact-sources>span{color:#f59ab5;font-size:8px;font-weight:900}.artifact-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.artifact-sources>div{display:flex;flex-wrap:wrap;gap:6px}.artifact-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}.artifact-sources a:hover{background:#ffffff12}@keyframes artifactSweep{to{stroke-dashoffset:-1008}}@media(max-width:900px){.artifact-tabs{grid-template-columns:repeat(3,1fr)}.artifact-stage{grid-template-columns:1fr}.artifact-paper{overflow-x:auto}.artifact-paper>svg{min-width:760px}.artifact-checkpoints{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.artifact-tabs{grid-template-columns:repeat(2,1fr)}.artifact-checkpoints{grid-template-columns:1fr}.artifact-reading{padding:16px}}.junction-lab{--junction-color:#8b5cf6;min-width:0}.junction-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.junction-tabs button{display:flex;min-width:0;min-height:55px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#6c6571;text-align:left}.junction-tabs button span{font-size:9px;font-weight:900}.junction-tabs button small{margin-top:3px;color:#978f9b;font-size:7px}.junction-tabs button.active{border-color:var(--junction-color);background:color-mix(in srgb,var(--junction-color) 7%,#fff);color:var(--junction-color);box-shadow:0 6px 18px color-mix(in srgb,var(--junction-color) 17%,transparent)}.junction-tabs button.active small{color:var(--junction-color)}.junction-stepper{display:grid;grid-template-columns:auto repeat(5,1fr);gap:7px;margin-bottom:12px}.junction-stepper>button{border:1px solid var(--junction-color);border-radius:11px;background:color-mix(in srgb,var(--junction-color) 8%,#fff);padding:8px 12px;color:var(--junction-color);font-size:9px;font-weight:900}.junction-stepper>div{display:flex;align-items:center;gap:7px;border:1px solid #e9e3eb;border-radius:10px;background:#fff;padding:8px}.junction-stepper>div b{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:#eeebf0;color:#8c8490;font:900 8px Outfit}.junction-stepper>div span{font-size:8px;font-weight:900}.junction-stepper>div.active{border-color:var(--junction-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--junction-color) 15%,transparent)}.junction-stepper>div.active b{background:var(--junction-color);color:#fff}.junction-stepper>div.done b{background:#302a3d;color:#fff}.junction-stage{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(275px,.65fr);gap:12px}.junction-paper{min-width:0;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.junction-paper>svg{display:block;width:100%;height:auto}.junction-lead-label{fill:#c83f69;font:900 12px Outfit}.junction-baseline,.junction-qrs,.junction-t-wave,.junction-p-wave path{fill:none;stroke:#302a38;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.junction-baseline{stroke:#817a84;stroke-width:2}.junction-p-wave path{stroke:#16a67a;stroke-width:3}.junction-p-wave line{stroke:#16a67a;stroke-width:2}.junction-p-wave text{fill:#12815f;font-size:7px;font-weight:900}.junction-p-wave.retrograde path,.junction-p-wave.retrograde line{stroke:var(--junction-color)}.junction-p-wave.retrograde text{fill:var(--junction-color)}.junction-hidden-p circle{fill:color-mix(in srgb,var(--junction-color) 18%,transparent);stroke:var(--junction-color);stroke-width:2;stroke-dasharray:4 4;animation:junctionPulse 1.5s ease-in-out infinite}.junction-hidden-p text{fill:var(--junction-color);font-size:7px;font-weight:900}.junction-premature-beat .junction-qrs{stroke:#f59e0b;stroke-width:7;filter:drop-shadow(0 0 5px #f59e0b88)}.junction-overlay rect{fill:color-mix(in srgb,var(--junction-color) 5%,transparent);stroke:var(--junction-color);stroke-width:3;stroke-dasharray:10 7;pointer-events:none;animation:junctionDash 1.4s linear infinite}.junction-overlay text{fill:var(--junction-color);font-size:9px;font-weight:900;paint-order:stroke;stroke:#fff;stroke-width:4}.junction-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.junction-reading>span{color:var(--junction-color);font-size:8px;font-weight:900;letter-spacing:.1em}.junction-reading h4{margin:6px 0 4px;font-size:19px;line-height:1.3}.junction-reading>strong{color:var(--junction-color);font-size:10px}.junction-reading dl{display:grid;gap:6px;margin:12px 0}.junction-reading dl>div{border-radius:9px;background:#ffffff0c;padding:8px;transition:.2s}.junction-reading dl>div.active{background:color-mix(in srgb,var(--junction-color) 24%,transparent);box-shadow:inset 3px 0 var(--junction-color)}.junction-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.junction-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.junction-origin-map{display:grid;grid-template-columns:130px 1fr;align-items:center;border-radius:11px;background:#ffffff0c;padding:7px}.junction-origin-map svg{display:block;width:100%}.junction-heart{fill:#fff4f5;stroke:#df9eaf;stroke-width:3}.junction-sa{fill:#16a67a}.junction-av{fill:var(--junction-color);filter:drop-shadow(0 0 6px var(--junction-color));animation:junctionPulse 1.5s ease-in-out infinite}.junction-down,.junction-up{fill:none;stroke:var(--junction-color);stroke-width:3;stroke-linecap:round;stroke-dasharray:7 5;animation:junctionDash 1s linear infinite}.junction-origin-map svg text{fill:#bbb2c0;font-size:8px}.junction-origin-map p{margin:0;color:#d5ced8;font-size:8px;line-height:1.6}.junction-reading aside{margin-top:10px;border-left:3px solid var(--junction-color);border-radius:9px;background:#fff4df;padding:10px;color:#70532e}.junction-reading aside.active{box-shadow:0 0 0 3px color-mix(in srgb,var(--junction-color) 25%,transparent)}.junction-reading aside b{font-size:9px}.junction-reading aside p{margin:5px 0;font-size:8px;line-height:1.65}.junction-reading aside small{display:block;color:#8a704b;font-size:7px;line-height:1.55}.junction-checkpoints{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.junction-checkpoints article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.junction-checkpoints b{display:block;color:var(--junction-color);font:900 9px Outfit}.junction-checkpoints span{display:block;margin:4px 0;font-size:10px;font-weight:900}.junction-checkpoints p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.junction-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.junction-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.junction-criteria summary::-webkit-details-marker{display:none}.junction-criteria summary span{float:right;color:var(--junction-color)}.junction-criteria[open] summary span{transform:rotate(45deg)}.junction-criteria ul{margin:0;padding:0 20px 14px 34px}.junction-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.junction-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.junction-sources>span{color:#f59ab5;font-size:8px;font-weight:900}.junction-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.junction-sources>div{display:flex;flex-wrap:wrap;gap:6px}.junction-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}.junction-sources a:hover{background:#ffffff12}@keyframes junctionPulse{50%{opacity:.45;transform:scale(1.14);transform-box:fill-box;transform-origin:center}}@keyframes junctionDash{to{stroke-dashoffset:-24}}@media(max-width:900px){.junction-stage{grid-template-columns:1fr}.junction-tabs{grid-template-columns:repeat(3,1fr)}.junction-stepper{grid-template-columns:repeat(5,1fr)}.junction-stepper>button{grid-column:1/-1}.junction-checkpoints{grid-template-columns:repeat(2,1fr)}.junction-paper>svg{min-width:780px}}@media(max-width:600px){.junction-tabs{grid-template-columns:repeat(2,1fr)}.junction-stepper>div{justify-content:center}.junction-stepper>div span{display:none}.junction-checkpoints{grid-template-columns:1fr}.junction-reading{padding:16px}.junction-origin-map{grid-template-columns:110px 1fr}}.waveform-mark .interval-combined{font-size:11px;text-anchor:middle}.main-ecg-flow{display:none}.wave-disease-diagnostic{grid-column:1/-1;display:grid!important;grid-template-columns:1.2fr 1fr .9fr;gap:14px;padding-top:15px;border-top:1px solid #eee9f0}.wave-disease-diagnostic>div,.wave-disease-diagnostic>aside{display:block!important}.wave-disease-diagnostic ol{margin:4px 0 0;padding-left:18px;color:#5d5663;font-size:10px;line-height:1.65}.wave-disease-diagnostic aside{margin:0;padding:11px 13px;border-left:3px solid #ef9c31;border-radius:10px;background:#fff8e9}.wave-disease-diagnostic aside strong{font-size:10px;color:#795b25}.physiology-floating{position:fixed!important;z-index:45;top:102px;right:18px;width:min(820px,calc(100vw - 36px));max-height:calc(100vh - 120px);overflow:auto;margin:0!important;padding:20px!important;border-color:#ffffff2c!important;transform:translate(var(--drag-x),var(--drag-y));box-shadow:0 28px 90px #1c102f55!important;overscroll-behavior:contain}.physiology-floating.is-collapsed{width:360px;overflow:hidden;padding:12px 14px!important;border-radius:18px}.physiology-drag-handle{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none}.physiology-drag-handle:active{cursor:grabbing}.physiology-floating>header h2{font-size:18px}.physiology-floating>header p{max-width:550px}.physiology-window-actions{display:flex;flex:0 0 auto;gap:6px}.physiology-floating>header .physiology-window-actions button{margin:0}.physiology-floating.is-collapsed>header{align-items:center}.physiology-floating.is-collapsed>header h2{margin:3px 0 0;font-size:12px}.physiology-floating.is-collapsed>header p{display:none}.physiology-floating .sync-timeline{margin:18px 0 22px}.physiology-floating .physiology-panels article{padding:15px}.physiology-floating .potential-panel svg,.physiology-floating .mechanics-panel svg{height:135px}.physiology-floating .channel-state p,.physiology-floating .mechanical-state p{display:none}.physiology-floating .panel-heading h3{font-size:13px}.feature-heading{max-width:900px;margin-bottom:26px}.feature-heading>span{color:#e14e79;font:800 10px Outfit;letter-spacing:.14em}.feature-heading h2{margin:8px 0 10px;font-size:clamp(29px,3.7vw,46px);line-height:1.2;letter-spacing:-.04em}.feature-heading p{max-width:760px;margin:0;color:#706b79;font-size:12px;line-height:1.8}.lead-explorer,.myocardium-lab,.ecg-workflow{max-width:1380px;margin:0 auto;padding:82px 46px}.lead-explorer{border-top:1px solid #ece7ef}.lead-filter,.myocardium-controls{display:flex;justify-content:flex-end;gap:7px;margin:-58px 0 24px}.lead-filter button,.myocardium-controls button{border:1px solid #e6e0e9;border-radius:18px;background:#fff;padding:8px 12px;color:#6f6876;font-size:10px;font-weight:800}.lead-filter button.active,.myocardium-controls button.active{border-color:#f04f78;background:#f04f78;color:#fff;box-shadow:0 7px 17px #f04f7833}.lead-explorer-layout{display:grid;grid-template-columns:280px 1fr;gap:22px}.electrode-map{overflow:hidden;border-radius:24px;background:linear-gradient(155deg,#302a3d,#211d2b);color:#fff;padding:18px}.electrode-map svg{display:block;width:100%;height:325px}.electrode-map .torso{fill:#fff4f5;stroke:#eabec8;stroke-width:2}.electrode-map svg>circle{fill:#f4dce2;stroke:#eabec8}.electrode-map .sternum{fill:none;stroke:#d9aab7;stroke-width:1;opacity:.55}.limb-electrodes circle{fill:#8b5cf6;stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 6px #8b5cf6)}.chest-electrodes circle{fill:#f04f78;stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 5px #f04f78)}.chest-electrodes text{fill:#fff;font-size:8px;font-weight:900}.electrode-map>div{padding:4px 8px 8px}.electrode-map>div span{display:block;color:#f59ab5;font-size:9px;font-weight:900}.electrode-map>div strong{display:block;margin-top:4px;font-size:15px}.electrode-map>div p{margin:4px 0 0;color:#beb5c5;font-size:10px}.lead-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.lead-card{overflow:hidden;text-align:left;border:1px solid #ebe5ee;border-radius:16px;background:#fff;padding:11px;transition:.2s}.lead-card:hover,.lead-card.active{border-color:#f04f78;box-shadow:0 10px 24px #63314c16;transform:translateY(-2px)}.lead-card>span{display:flex;align-items:center;gap:8px}.lead-card b{color:#f04f78;font:900 15px Outfit}.lead-card small{color:#837c89;font-size:8px}.lead-card svg{display:block;width:100%;height:70px;margin-top:2px}.lead-gridline{fill:none;stroke:#f6d9df;stroke-width:.7}.lead-base,.lead-flow{fill:none;stroke:#342e3c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.lead-flow{stroke:#f04f78;stroke-width:5;stroke-dasharray:100 900;filter:drop-shadow(0 0 4px #f04f78);animation:sharedEcgCycle 8s linear infinite}.myocardium-lab{max-width:none;padding-left:max(46px,calc((100vw - 1380px)/2));padding-right:max(46px,calc((100vw - 1380px)/2));background:#fff;border-block:1px solid #ece7ef}.myocardium-controls{display:grid;gap:7px}.myocardium-controls>div{display:flex;justify-content:flex-end;gap:6px}.myocardium-stage{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(440px,1.15fr);gap:20px}.myocardium-stage article{border:1px solid #ece5ee;border-radius:24px;background:#fbf9fc;padding:22px}.wall-cutaway svg{display:block;width:100%;height:360px}.epicardium-layer{fill:#f1bdc8;stroke:#80213a;stroke-width:5}.myocardium-layer{stroke:#722037;stroke-width:3}.endocardium-layer{fill:#f7c5ce;stroke:#ffdbe1;stroke-width:7}.ventricular-cavity{fill:#4c1830;stroke:#ec9bae;stroke-width:2}.coronary-vessels{fill:none;stroke:#ffd5db;stroke-width:4;stroke-linecap:round}.injury-sector{opacity:0;transition:.3s}.show-injury .injury-sector{opacity:.88}.injury-sector>path:first-child{fill:var(--injury-color);stroke:#fff;stroke-width:2}.injury-vector,.injury-arrow{fill:none;stroke:var(--injury-color);stroke-width:5;stroke-linecap:round}.injury-sector{transform-origin:210px 168px;animation:injuryPulse 1.6s ease-in-out infinite}.layer-labels path{stroke:#9d8a93;stroke-width:1}.layer-labels text{fill:#63535c;font-size:11px;font-weight:800}.layer-legend{display:flex;justify-content:center;gap:14px}.layer-legend span{display:flex;align-items:center;gap:5px;color:#6c626c;font-size:9px}.layer-legend i{width:10px;height:10px;border-radius:50%}.layer-legend .endo{background:#f7c5ce}.layer-legend .muscle{background:#962b43}.layer-legend .epi{background:#f1bdc8}.stemi-translation>span{color:var(--injury-color);font-size:9px;font-weight:900}.stemi-translation h3{margin:6px 0 18px;font-size:25px}.stemi-translation svg{display:block;width:100%;height:160px;border-radius:14px;background:#fffafb}.stemi-grid{fill:none;stroke:#f4d5dc;stroke-width:.7}.stemi-trace,.stemi-flow{fill:none;stroke:#342e3c;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.stemi-flow{stroke:var(--injury-color);stroke-width:8;stroke-dasharray:105 895;filter:drop-shadow(0 0 6px var(--injury-color));animation:sharedEcgCycle 8s linear infinite}.stemi-checks{display:grid;gap:9px;margin-top:17px}.stemi-checks>div{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:start;padding:9px;border-radius:11px;background:#fff}.stemi-checks b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--injury-color) 13%,#fff);color:var(--injury-color);font-size:10px}.stemi-checks p{margin:0;color:#716874;font-size:9px;line-height:1.55}.stemi-checks strong{display:block;color:#332d37;font-size:10px}.medical-model-note{margin:17px 0 0;padding:12px 15px;border-radius:12px;background:#fff7e8;color:#735f3d;font-size:10px;line-height:1.7}.ecg-workflow{padding-bottom:35px}.workflow-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:28px 0 18px}.workflow-steps button{min-width:0;text-align:left;border:1px solid #e8e2eb;border-radius:15px;background:#fff;padding:12px;transition:.2s}.workflow-steps button b{display:block;color:#e04e79;font:800 10px Outfit}.workflow-steps button span{display:block;margin:5px 0 3px;font-size:12px;font-weight:900}.workflow-steps button small{display:block;color:#8b8490;font-size:8px;line-height:1.5}.workflow-steps button.active{color:#fff;border-color:#302a3d;background:#302a3d;transform:translateY(-4px);box-shadow:0 13px 26px #302a3d2c}.workflow-steps button.active b{color:#f79ab5}.workflow-steps button.active small{color:#c8c0cb}.workflow-case{overflow:hidden;border:1px solid #e9e3eb;border-radius:24px;background:#fff;box-shadow:0 24px 60px #46294212}.workflow-case>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px}.workflow-case>header span{color:#e14e79;font-size:9px;font-weight:900}.workflow-case>header h3{margin:3px 0 0;font-size:18px}.workflow-case>header>strong{text-align:right;font-size:12px}.workflow-ecg-scroll{overflow-x:auto}.workflow-ecg{display:block;width:100%;min-width:900px;height:auto}.workflow-trace,.workflow-flow{fill:none;stroke:#302a3a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.workflow-flow{stroke:#f04f78;stroke-width:8;stroke-dasharray:95 905;filter:drop-shadow(0 0 6px #f04f78);animation:sharedEcgCycle 8s linear infinite}.workflow-overlay{opacity:.1;transition:.25s}.workflow-overlay path,.workflow-overlay ellipse{fill:none;stroke:#9e93a4;stroke-width:2.5}.workflow-overlay text{fill:#756b7a;font-size:11px;font-weight:800}.workflow-ecg[data-step=calibration] .overlay-calibration,.workflow-ecg[data-step=rate] .overlay-rate,.workflow-ecg[data-step=rhythm] .overlay-rhythm,.workflow-ecg[data-step=axis] .overlay-axis,.workflow-ecg[data-step=intervals] .overlay-intervals,.workflow-ecg[data-step=morphology] .overlay-morphology,.workflow-ecg[data-step=stt] .overlay-stt{opacity:1}.workflow-ecg[data-step] .workflow-overlay{color:#f04f78}.workflow-ecg[data-step] .workflow-overlay path,.workflow-ecg[data-step] .workflow-overlay ellipse{stroke:currentColor}.workflow-data{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #eee8ef}.workflow-data span{padding:13px 16px;color:#938b98;font-size:8px;border-right:1px solid #eee8ef;border-bottom:1px solid #eee8ef}.workflow-data strong{display:block;margin-top:3px;color:#3c3541;font-size:10px}@keyframes sharedEcgCycle{to{stroke-dashoffset:-1000}}@keyframes injuryPulse{50%{opacity:.55}}@media(max-width:900px){.physiology-floating{top:126px;width:min(680px,calc(100vw - 20px));right:10px}.physiology-floating .physiology-panels{grid-template-columns:1fr 32px 1fr}.physiology-floating .sync-connector{height:auto;flex-direction:column}.physiology-floating .sync-connector span{display:none}.physiology-floating .sync-connector i{transform:none}.lead-explorer,.myocardium-lab,.ecg-workflow{padding:62px 22px}.lead-filter,.myocardium-controls{justify-content:flex-start;margin:0 0 20px}.myocardium-controls>div{justify-content:flex-start}.lead-explorer-layout{grid-template-columns:220px 1fr}.lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.myocardium-stage{grid-template-columns:1fr}.workflow-steps{grid-template-columns:repeat(4,1fr)}.wave-disease-diagnostic{grid-template-columns:1fr 1fr}.wave-disease-diagnostic aside{grid-column:1/-1}}@media(max-width:600px){.physiology-floating{top:118px;max-height:calc(100vh - 128px);padding:14px!important}.physiology-floating.is-collapsed{width:calc(100vw - 20px)}.physiology-floating>header h2{font-size:14px}.physiology-floating>header p{display:none}.physiology-floating .sync-timeline{margin:14px 0 17px}.physiology-floating .physiology-panels{grid-template-columns:1fr}.physiology-floating .sync-connector{height:28px;flex-direction:row}.physiology-floating .potential-panel svg,.physiology-floating .mechanics-panel svg{height:120px}.lead-explorer,.myocardium-lab,.ecg-workflow{padding:52px 16px}.lead-explorer-layout{grid-template-columns:1fr}.electrode-map{display:grid;grid-template-columns:150px 1fr;align-items:center}.electrode-map svg{height:210px}.lead-grid{grid-template-columns:1fr}.myocardium-stage article{padding:14px}.wall-cutaway svg{height:300px}.workflow-steps{display:flex;overflow-x:auto;padding:5px 2px}.workflow-steps button{flex:0 0 135px}.workflow-case>header{align-items:flex-start;flex-direction:column}.workflow-data{grid-template-columns:repeat(2,1fr)}.wave-disease-diagnostic{grid-template-columns:1fr}.wave-disease-diagnostic aside{grid-column:auto}.feature-heading h2{font-size:31px}}.workflow-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.workflow-heading-row .feature-heading{margin-bottom:0}.workflow-play{flex:0 0 auto;margin-top:12px;border:2px solid #f59e0b;border-radius:24px;background:#fff8e8;padding:11px 17px;color:#a96300;font-size:11px;font-weight:900;box-shadow:0 8px 20px #f59e0b25}.workflow-play.playing{background:#f59e0b;color:#fff}.workflow-steps{grid-template-columns:repeat(8,1fr)}.workflow-steps button{position:relative}.workflow-steps button.active{color:#332d39;border:3px solid #f59e0b;background:#fffaf0;transform:translateY(-4px);box-shadow:0 12px 27px #f59e0b32}.workflow-steps button.active b{color:#dd8200}.workflow-steps button.active small{color:#786b5b}.workflow-steps button>i{position:absolute;left:12px;right:12px;bottom:5px;height:3px;overflow:hidden;border-radius:8px;background:#f5d9a4}.workflow-steps button>i:after{content:"";display:block;width:100%;height:100%;background:#f59e0b;transform-origin:left;animation:workflowProgress 2.4s linear}.ecg-patient-header{display:grid;grid-template-columns:1.25fr 1fr 1fr .45fr 1.25fr 2fr;gap:0;margin:0 18px 14px;border:2px solid #e8e1e9;border-radius:13px;background:#faf8fb;transition:.25s}.ecg-patient-header.highlight{border:4px solid #f59e0b;background:#fffaf0;box-shadow:0 0 0 5px #f59e0b20}.ecg-patient-header span{min-width:0;padding:10px 12px;border-right:1px solid #e8e1e9;color:#8b8490;font-size:8px}.ecg-patient-header span:last-child{border-right:0}.ecg-patient-header strong{display:block;overflow:hidden;margin-top:3px;color:#332d39;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.twelve-lead-report{min-width:1000px}.twelve-lead-label{fill:#c23f68;font:900 13px Outfit,sans-serif}.twelve-lead-trace,.twelve-lead-flow{fill:none;stroke:#302a39;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.twelve-lead-flow{stroke:#f04f78;stroke-width:5;stroke-dasharray:95 905;filter:drop-shadow(0 0 4px #f04f78);animation:sharedEcgCycle 8s linear infinite}.calibration-mark path{fill:none;stroke:#e85078;stroke-width:3}.calibration-mark text{fill:#706775;font-size:11px;font-weight:800}.twelve-lead-report .workflow-overlay{opacity:0;pointer-events:none;transition:opacity .25s}.twelve-lead-report .workflow-overlay rect{fill:#f59e0b0d;stroke:#f59e0b;stroke-width:4;filter:drop-shadow(0 0 5px #f59e0b55)}.twelve-lead-report .workflow-overlay text{fill:#b66c00;font-size:12px;font-weight:900;paint-order:stroke;stroke:#fffaf0;stroke-width:4;stroke-linejoin:round}.twelve-lead-report[data-step=calibration] .overlay-calibration,.twelve-lead-report[data-step=rate] .overlay-rate,.twelve-lead-report[data-step=rhythm] .overlay-rhythm,.twelve-lead-report[data-step=axis] .overlay-axis,.twelve-lead-report[data-step=intervals] .overlay-intervals,.twelve-lead-report[data-step=morphology] .overlay-morphology,.twelve-lead-report[data-step=stt] .overlay-stt{opacity:1}@keyframes workflowProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:1100px){.workflow-steps{grid-template-columns:repeat(4,1fr)}.ecg-patient-header{grid-template-columns:repeat(3,1fr)}.ecg-patient-header span:nth-child(3){border-right:0}.ecg-patient-header span:nth-child(-n+3){border-bottom:1px solid #e8e1e9}}@media(max-width:600px){.workflow-heading-row{display:block}.workflow-play{width:100%;margin:0 0 17px}.ecg-patient-header{grid-template-columns:1fr 1fr;margin:0 10px 12px}.ecg-patient-header span:nth-child(3){border-right:1px solid #e8e1e9}.ecg-patient-header span:nth-child(2n){border-right:0}.ecg-patient-header span{border-bottom:1px solid #e8e1e9}.ecg-patient-header span:nth-last-child(-n+2){border-bottom:0}.ecg-patient-header .indication{grid-column:1/-1}.ecg-patient-header strong{white-space:normal}.twelve-lead-report{min-width:920px}}.ecg-workflow .workflow-heading-row{display:block}.ecg-workflow .feature-heading{max-width:none}.ecg-workflow .feature-heading h2{font-size:clamp(27px,2.85vw,42px);white-space:nowrap}.workflow-step-stage{position:relative;padding-top:56px}.workflow-step-stage>.workflow-play{position:absolute;top:0;left:50%;z-index:2;width:auto;margin:0;transform:translate(-50%)}.workflow-step-stage>.workflow-steps{margin-top:0}.twelve-lead-trace{stroke-width:2.35}.twelve-lead-flow{stroke-width:3.8;stroke-dasharray:55 945;opacity:.82}.wave-disease-node text{font-size:10.5px}.disease-criteria-details{grid-column:1/-1;overflow:hidden;border:1px solid color-mix(in srgb,var(--preview-color) 25%,#fff);border-radius:12px;background:#fbf9fc}.disease-criteria-details summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;cursor:pointer;list-style:none;padding:12px 14px}.disease-criteria-details summary::-webkit-details-marker{display:none}.disease-criteria-details summary>span{padding:5px 8px;border-radius:8px;background:color-mix(in srgb,var(--preview-color) 12%,#fff);color:var(--preview-color);font-size:10px;font-weight:900}.disease-criteria-details summary>strong{font-size:11px}.disease-criteria-details summary>i{font-style:normal;color:var(--preview-color);transition:.2s}.disease-criteria-details[open] summary>i{transform:rotate(180deg)}.disease-criteria-details>.wave-disease-preview-features{padding:14px;border-top:1px solid #ebe5ee}.disease-criteria-details>.wave-disease-diagnostic{padding:14px}.wave-disease-preview{grid-template-columns:minmax(220px,1.2fr) minmax(240px,1fr)}.wave-disease-preview-note{grid-column:auto}@media(max-width:900px){.ecg-workflow .feature-heading h2{font-size:clamp(25px,4vw,34px)}.workflow-step-stage{padding-top:54px}}@media(max-width:600px){.ecg-workflow .feature-heading h2{font-size:30px;white-space:normal}.workflow-step-stage>.workflow-play{width:auto;margin:0}.wave-disease-preview{grid-template-columns:1fr}.wave-disease-preview-note{grid-column:auto}.disease-criteria-details summary{grid-template-columns:auto 1fr}.disease-criteria-details summary>i{grid-column:2;justify-self:end;margin-top:-24px}}.axis-compass{--axis-color:#16a67a}.axis-presets{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}.axis-presets button{border:1px solid #ded7e3;border-radius:18px;background:#fff;padding:7px 11px;color:#675f6d;font-size:10px;font-weight:800}.axis-presets button:hover{border-color:var(--axis-color);color:var(--axis-color)}.axis-workbench{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(360px,1.1fr);gap:22px}.axis-lead-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px}.axis-lead-card{overflow:hidden;border:2px solid #e7e1e9;border-radius:17px;background:#fff;padding:13px;transition:.2s}.axis-lead-card.positive{border-color:#75d2b4}.axis-lead-card.negative{border-color:#f3a0b3}.axis-lead-card header{display:flex;align-items:center;justify-content:space-between;gap:8px}.axis-lead-card header strong{font:900 18px Outfit}.axis-lead-card header span{color:#766e7b;font-size:9px;font-weight:800}.axis-lead-card svg{display:block;width:100%;height:80px}.axis-lead-card svg>path:first-child{fill:none;stroke:#eee8f0}.axis-lead-card .axis-qrs{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.axis-lead-card>div{display:grid;grid-template-columns:1fr 1fr;gap:5px}.axis-lead-card button{border:0;border-radius:9px;background:#f4f1f6;padding:7px;color:#77707c;font-size:9px;font-weight:800}.axis-lead-card button.active{background:var(--axis-color);color:#fff}.axis-lead-two{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center;padding:7px;border:2px dashed transparent;border-radius:20px}.axis-lead-two.needed{border-color:#f59e0b;background:#fff9ed}.axis-lead-two>p{margin:0;color:#726a77;font-size:10px;line-height:1.7}.axis-lead-two.needed>p{color:#9a6108;font-weight:700}.axis-dial-wrap{display:grid;grid-template-columns:minmax(280px,1fr) minmax(180px,.65fr);align-items:center;border-radius:22px;background:linear-gradient(145deg,#302a3d,#221e2c);padding:18px;color:#fff}.axis-dial{display:block;width:100%;max-height:390px}.axis-dial>circle{fill:#fff8;stroke:#fff4;stroke-width:2}.axis-quadrant{opacity:.12}.q-normal{fill:#22c55e}.q-right{fill:#f97316}.q-extreme{fill:#e11d48}.q-left{fill:#8b5cf6}.axis-cross{fill:none;stroke:#fff6;stroke-width:2}.axis-vector{fill:none;stroke:var(--axis-color);stroke-width:7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px var(--axis-color));transition:transform .4s}.axis-origin{fill:#fff;stroke:var(--axis-color);stroke-width:4}.axis-dial text{fill:#fff;font-size:11px;font-weight:800}.axis-dial .axis-angle{fill:var(--axis-color);font-size:24px}.axis-result>span,.axis-sources>span{color:#f6a1ba;font-size:9px;font-weight:900;letter-spacing:.08em}.axis-result h4{margin:6px 0;font-size:24px;color:var(--axis-color)}.axis-result b{font-size:11px}.axis-result p{color:#c7becb;font-size:10px;line-height:1.7}.axis-criteria{margin-top:14px;border:1px solid #e3dce6;border-radius:13px;background:#fff}.axis-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;font-size:10px;font-weight:900}.axis-criteria summary::-webkit-details-marker{display:none}.axis-criteria summary i{float:right;font-style:normal}.axis-criteria ul{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0;padding:0 14px;list-style:none}.axis-criteria li{padding:9px;border-radius:9px;background:#f6f3f7;color:#625b68;font-size:9px}.axis-criteria>p{margin:12px 14px 14px;color:#766e7b;font-size:9px;line-height:1.65}.axis-sources{display:flex;align-items:center;gap:12px;margin-top:12px;padding:10px 13px;border-radius:11px;background:#2f2938;color:#fff}.axis-sources p{margin:0;font-size:9px;line-height:1.6}.source-library{max-width:1380px;margin:0 auto;padding:70px 46px 90px;border-top:1px solid #ebe6ee}.source-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.source-cards>article{display:flex;flex-direction:column;min-width:0;border:1px solid #e8e2eb;border-radius:20px;background:#fff;padding:20px;box-shadow:0 15px 38px #3d284a0d}.source-cards header{display:flex;justify-content:space-between;align-items:center}.source-cards header>b{color:#dd4e78;font:900 12px Outfit}.source-cards header>span{padding:5px 8px;border-radius:9px;font-size:8px;font-weight:900}.source-cards header .active{background:#e9f8f2;color:#138260}.source-cards header .mapping{background:#fff4df;color:#a96809}.source-cards h3{margin:14px 0 7px;font-size:20px}.source-cards>article>p{min-height:48px;margin:0;color:#716a77;font-size:10px;line-height:1.65}.source-cards>article>div{display:flex;flex-wrap:wrap;gap:5px;margin:14px 0}.source-cards>article>div span{padding:5px 7px;border-radius:8px;background:#f5f2f7;color:#6f6875;font-size:8px}.source-cards details{margin-top:auto;border-top:1px solid #eee9f0;padding-top:12px}.source-cards summary{cursor:pointer;list-style:none;color:#5e5764;font-size:9px;font-weight:900}.source-cards summary::-webkit-details-marker{display:none}.source-cards summary i{float:right;font-style:normal}.source-cards ul{margin:10px 0 6px;padding-left:17px}.source-cards li{padding:2px 0;color:#746d78;font-size:8px}.source-cards small{color:#99929d;font-size:8px}@media(max-width:900px){.axis-workbench{grid-template-columns:1fr}.source-library{padding:60px 22px}.source-cards{grid-template-columns:1fr}.source-cards>article>p{min-height:0}}@media(max-width:600px){.axis-lead-controls{grid-template-columns:1fr}.axis-lead-two{grid-column:auto;grid-template-columns:1fr}.axis-dial-wrap{grid-template-columns:1fr}.axis-result{text-align:center}.axis-criteria ul{grid-template-columns:1fr}.axis-sources{align-items:flex-start;flex-direction:column}.source-library{padding:52px 16px}}.tachy-workbench{max-width:1380px;margin:0 auto;padding:86px 46px;background:#f6f4f9}.tachy-heading{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:28px}.tachy-heading>div>span{color:#e44d78;font:900 10px Outfit;letter-spacing:.16em}.tachy-heading h2{margin:8px 0 0;font-size:clamp(34px,4.2vw,58px);letter-spacing:-.05em}.tachy-heading>p{max-width:570px;margin:0;color:#716a78;font-size:12px;line-height:1.8}.tachy-stability{display:grid;grid-template-columns:minmax(280px,1fr) minmax(380px,1.25fr);gap:18px;align-items:center;border:2px solid #e7e0e9;border-radius:22px;background:#fff;padding:20px;transition:.25s}.tachy-stability.unstable{border-color:#ef476f;background:#fff7f8;box-shadow:0 0 0 5px #ef476f12}.tachy-stability>div:first-child{display:grid;grid-template-columns:35px 1fr;column-gap:9px}.tachy-stability>div:first-child>b{grid-row:1/3;width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:#2f293a;color:#fff;font:900 11px Outfit}.tachy-stability>div:first-child>span{font-size:14px;font-weight:900}.tachy-stability>div:first-child>p{grid-column:2;margin:4px 0 0;color:#756d79;font-size:9px;line-height:1.6}.tachy-stability>[role=group]{display:grid;grid-template-columns:1fr 1fr;gap:7px}.tachy-stability button,.tachy-decisions button{border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:11px;color:#6d6672;text-align:left}.tachy-stability button strong,.tachy-decisions button strong{display:block;font-size:10px}.tachy-stability button.active,.tachy-decisions button.active{border-color:#8b5cf6;background:#f2edff;color:#6535b3;box-shadow:0 4px 13px #8b5cf618}.tachy-stability.unstable button.active{border-color:#ef476f;background:#fff0f3;color:#b72146}.tachy-stability aside{grid-column:1/-1;display:flex;gap:10px;padding:12px 14px;border-radius:12px;background:#ef476f;color:#fff}.tachy-stability aside strong{font-size:10px;white-space:nowrap}.tachy-stability aside span{font-size:9px;line-height:1.6}.tachy-strip-card{position:relative;overflow:hidden;margin-top:14px;border-radius:22px;background:linear-gradient(145deg,#302a3d,#211d2a);box-shadow:0 20px 50px #302a3d1c}.tachy-strip-card>div{position:absolute;z-index:2;left:20px;top:15px}.tachy-strip-card>div span,.tachy-strip-card>div b{display:block}.tachy-strip-card>div span{color:#f69bb5;font-size:10px;font-weight:900}.tachy-strip-card>div b{margin-top:3px;color:#fff;font:800 9px Outfit}.tachy-strip-card svg{display:block;width:100%;height:180px}.tachy-baseline,.tachy-strip-trace{fill:none;stroke-linecap:round;stroke-linejoin:round}.tachy-baseline{stroke:#ffffff15;stroke-width:1}.tachy-strip-trace{stroke:#fff;stroke-width:5;filter:drop-shadow(0 0 7px #f05280);stroke-dasharray:1700;stroke-dashoffset:1700;animation:tachyDraw 2.8s ease-out forwards}.tachy-decisions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}.tachy-decisions fieldset{min-width:0;margin:0;border:1px solid #e5dfe8;border-radius:18px;background:#fff;padding:15px}.tachy-decisions legend{padding:0 7px;font-size:11px;font-weight:900}.tachy-decisions legend b{margin-right:7px;color:#e44d78;font:900 10px Outfit}.tachy-decisions fieldset>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.tachy-decisions button span{display:block;margin-top:3px;color:#928a96;font-size:8px}.tachy-decisions .tachy-atrial{grid-column:1/-1}.tachy-decisions .tachy-atrial>div{grid-template-columns:repeat(5,1fr)}.tachy-result{display:grid;grid-template-columns:.9fr 1.2fr .9fr;gap:12px}.tachy-result>div{border-radius:20px;padding:19px}.tachy-result-intro{background:#302a3d;color:#fff}.tachy-result-intro>span,.tachy-candidates>span,.tachy-next>span{color:#f49ab4;font-size:8px;font-weight:900;letter-spacing:.08em}.tachy-result-intro h3{margin:8px 0;font-size:25px}.tachy-result-intro p{margin:0;color:#c8c0cc;font-size:9px;line-height:1.8}.tachy-candidates{background:#fff;border:1px solid #e7e1e9}.tachy-candidates>article{display:grid;grid-template-columns:26px 1fr;gap:9px;padding:10px 0;border-bottom:1px solid #eee9f0}.tachy-candidates>article:last-child{border-bottom:0}.tachy-candidates>article>b{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#f7eaf0;color:#df4b77;font:900 9px Outfit}.tachy-candidates strong{font-size:10px}.tachy-candidates p{margin:3px 0;color:#776f7b;font-size:8px;line-height:1.55}.tachy-candidates button{border:0;background:none;padding:2px 0;color:#7c3aed;font-size:8px;font-weight:900}.tachy-next{background:#fff9ec;border:1px solid #f3dfb2}.tachy-next>span{color:#ad6a05}.tachy-next ol{margin:14px 0 0;padding:0;list-style:none;counter-reset:tachyNext}.tachy-next li{counter-increment:tachyNext;position:relative;margin:8px 0;padding-left:27px;color:#6d6252;font-size:9px;line-height:1.6}.tachy-next li:before{content:counter(tachyNext);position:absolute;left:0;top:0;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#f3a51c;color:#fff;font:900 8px Outfit}.tachy-sources{margin-top:13px;border:1px solid #ded7e3;border-radius:14px;background:#fff}.tachy-sources summary{cursor:pointer;list-style:none;padding:13px 15px;font-size:9px;font-weight:900}.tachy-sources summary::-webkit-details-marker{display:none}.tachy-sources summary i{float:right;font-style:normal}.tachy-sources p{margin:0;padding:0 15px 12px;color:#766e7b;font-size:8px;line-height:1.7}.tachy-sources a{color:#6932c8;font-weight:900;text-decoration:underline;text-underline-offset:2px}@keyframes tachyDraw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.tachy-strip-trace{animation:none;stroke-dashoffset:0}}@media(max-width:900px){.tachy-workbench{padding:64px 22px}.tachy-heading{align-items:start;flex-direction:column}.tachy-stability{grid-template-columns:1fr}.tachy-result{grid-template-columns:1fr 1fr}.tachy-result-intro{grid-column:1/-1}.tachy-decisions .tachy-atrial>div{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.tachy-workbench{padding:52px 16px}.tachy-heading h2{font-size:37px}.tachy-stability>[role=group]{grid-template-columns:1fr}.tachy-stability aside{flex-direction:column}.tachy-strip-card svg{width:900px;height:160px}.tachy-strip-card{overflow-x:auto}.tachy-decisions{grid-template-columns:1fr}.tachy-decisions .tachy-atrial{grid-column:auto}.tachy-decisions .tachy-atrial>div{grid-template-columns:1fr}.tachy-result{grid-template-columns:1fr}.tachy-result-intro{grid-column:auto}}.tachy-strip-card svg{height:255px}.tachy-lead-label{fill:#f69bb5;font:900 14px Outfit}.tachy-strip-trace.secondary{stroke:#d9d0e2;filter:drop-shadow(0 0 5px #8b5cf6)}.tachy-atrial-clock circle{fill:#f7b24a;stroke:#fff;stroke-width:2}.tachy-atrial-clock text{fill:#f7b24a;font:900 10px Outfit}.tachy-flutter-clock path{fill:none;stroke:#f7b24a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.tachy-time-caliper path{fill:none;stroke:#968da0;stroke-width:2}.tachy-time-caliper text{fill:#aaa1af;font:800 9px Outfit}.tachy-safety-lock{margin-top:16px;padding:12px;border:1px solid #ffffff24;border-radius:12px;background:#ffffff0d}.tachy-safety-lock b{color:#f7b24a;font-size:9px}.tachy-safety-lock p{margin-top:5px;color:#fff;font-size:8px;line-height:1.65}.tachy-stability.unstable~.tachy-strip-card+.tachy-decisions+.tachy-result .tachy-safety-lock{border-color:#ef476f;background:#ef476f22}.tachy-evidence-ledger{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:12px}.tachy-evidence-ledger article{min-width:0;border:1px solid #e7e1e9;border-radius:15px;background:#fff;padding:14px}.tachy-evidence-ledger article>span{display:block;color:#e44d78;font-size:8px;font-weight:900;letter-spacing:.06em}.tachy-evidence-ledger article>strong{display:block;margin-top:6px;color:#2f293a;font-size:12px}.tachy-evidence-ledger article>p{margin:5px 0 0;color:#776f7b;font-size:8px;line-height:1.55}.tachy-evidence-ledger .tachy-report-line{grid-column:1/-1;display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center;background:#f2edff;border-color:#dacdf4}.tachy-evidence-ledger .tachy-report-line p{margin:0;color:#4f3e68;font-weight:700}@media(max-width:900px){.tachy-evidence-ledger{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.tachy-strip-card svg{width:900px;height:255px}.tachy-evidence-ledger{grid-template-columns:1fr 1fr}.tachy-evidence-ledger .tachy-report-line{grid-template-columns:1fr}.tachy-safety-lock p{font-size:9px}}.high-risk-ischemia{background:linear-gradient(145deg,#fff,#fff8f7)}.high-risk-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0}.high-risk-tabs button{border:1px solid #eadfe2;border-radius:14px;background:#faf8fa;padding:12px;text-align:left;color:#6d6570}.high-risk-tabs button span,.high-risk-tabs button small{display:block}.high-risk-tabs button span{font-size:10px;font-weight:900}.high-risk-tabs button small{margin-top:4px;font-size:7px;line-height:1.45}.high-risk-tabs button.active{border-color:#ef476f;background:#fff0f3;color:#b82148;box-shadow:0 7px 18px #ef476f18}.high-risk-stage{display:grid;grid-template-columns:1.4fr .8fr;gap:12px}.high-risk-traces{display:grid;grid-template-columns:1fr 1fr;gap:8px}.high-risk-trace{overflow:hidden;border:1px solid #efdce1;border-radius:16px;background:#fff}.high-risk-trace header{display:flex;align-items:center;justify-content:space-between;padding:9px 11px 0}.high-risk-trace header strong{color:#c7355b;font:900 12px Outfit}.high-risk-trace header span{color:#807580;font-size:7px;font-weight:800}.high-risk-trace svg{display:block;width:100%}.high-risk-grid{fill:none;stroke:#f7d8df;stroke-width:.6}.high-risk-path,.high-risk-flow{fill:none;stroke-linecap:round;stroke-linejoin:round}.high-risk-path{stroke:#302a3d;stroke-width:5}.high-risk-flow{stroke:#ef476f;stroke-width:7;stroke-dasharray:34 700;filter:drop-shadow(0 0 7px #ef476f);animation:highRiskFlow 3.4s linear infinite}.high-risk-reading{border-radius:18px;background:#302a3d;padding:18px;color:#fff}.high-risk-reading>span{color:#f595af;font-size:8px;font-weight:900;letter-spacing:.08em}.high-risk-reading h4{margin:8px 0 12px;font-size:19px;line-height:1.25}.high-risk-reading ol{margin:0;padding-left:18px}.high-risk-reading li{margin:7px 0;color:#d7d0da;font-size:8px;line-height:1.65}.high-risk-reading aside{margin-top:14px;border:1px solid #ffffff20;border-radius:12px;background:#ffffff0a;padding:11px}.high-risk-reading aside b{color:#ffc25b;font-size:8px}.high-risk-reading aside p{margin:5px 0 0;color:#fff;font-size:8px;line-height:1.65}.sgarbossa-caliper{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:14px;align-items:center;margin-top:12px;border:1px solid #e7dce9;border-radius:17px;background:#f8f5fa;padding:15px}.sgarbossa-caliper.positive{border-color:#ef476f;background:#fff3f5}.sgarbossa-caliper>div>span{color:#d8426c;font-size:8px;font-weight:900}.sgarbossa-caliper h4{margin:5px 0;font:900 18px Outfit}.sgarbossa-caliper p{margin:0;color:#766c78;font-size:8px;line-height:1.5}.sgarbossa-caliper label{display:grid;grid-template-columns:1fr auto;gap:5px;color:#665d68;font-size:8px;font-weight:800}.sgarbossa-caliper label input{grid-column:1/-1;width:100%;accent-color:#ef476f}.high-risk-conclusion{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.high-risk-conclusion article{border-radius:15px;background:#fff;border:1px solid #eadfe2;padding:14px}.high-risk-conclusion span{color:#e14470;font-size:8px;font-weight:900}.high-risk-conclusion p{margin:5px 0 0;color:#6d646e;font-size:8px;line-height:1.65}.high-risk-criteria{margin-top:12px;border:1px solid #e7dce7;border-radius:14px;background:#fff}.high-risk-criteria summary{cursor:pointer;list-style:none;padding:13px 15px;font-size:9px;font-weight:900}.high-risk-criteria summary span{float:right}.high-risk-criteria [role=table]{padding:0 15px 14px}.high-risk-criteria [role=row]{display:grid;grid-template-columns:.7fr 1.4fr 1.4fr;gap:8px;padding:9px 0;border-top:1px solid #eee7ee;font-size:8px;line-height:1.55}.high-risk-sources{margin-top:12px;border-radius:14px;background:#2f293a;padding:14px;color:#fff}.high-risk-sources>span{color:#f595af;font-size:8px;font-weight:900}.high-risk-sources p{margin:6px 0;color:#cfc7d2;font-size:8px}.high-risk-sources div{display:flex;flex-wrap:wrap;gap:6px}.high-risk-sources a{border:1px solid #ffffff22;border-radius:999px;padding:5px 8px;color:#fff;font-size:7px;font-weight:800}@keyframes highRiskFlow{to{stroke-dashoffset:-734}}@media(prefers-reduced-motion:reduce){.high-risk-flow{animation:none;stroke-dasharray:none;opacity:.35}}@media(max-width:900px){.high-risk-tabs{grid-template-columns:1fr 1fr}.high-risk-stage{grid-template-columns:1fr}.sgarbossa-caliper{grid-template-columns:1fr 1fr}.sgarbossa-caliper>div{grid-column:1/-1}}@media(max-width:600px){.high-risk-tabs{display:flex;overflow-x:auto;padding-bottom:4px}.high-risk-tabs button{min-width:180px}.high-risk-traces,.high-risk-conclusion,.high-risk-criteria [role=row]{grid-template-columns:1fr}.high-risk-criteria [role=row]:first-child{display:none}.sgarbossa-caliper{grid-template-columns:1fr}}.lesson-source-crosswalk{margin:-12px 0 25px;border:1px solid #e6dfe9;border-radius:13px;background:#fff}.lesson-source-crosswalk summary{cursor:pointer;list-style:none;padding:12px 14px;color:#655e6b;font-size:10px;font-weight:900}.lesson-source-crosswalk summary::-webkit-details-marker{display:none}.lesson-source-crosswalk summary i{float:right;font-style:normal}.lesson-source-crosswalk ul{margin:0;padding:0 14px 14px;list-style:none}.lesson-source-crosswalk li{padding:6px 8px;border-top:1px solid #f0ecf2;color:#766f7b;font-size:9px}.mechanism-lab{--mechanism-color:#ec4899}.mechanism-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.mechanism-tabs button{display:flex;align-items:center;gap:10px;border:1px solid #e5dfe8;border-radius:13px;background:#f8f6f9;padding:11px;color:#6e6773;text-align:left}.mechanism-tabs button b{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#ece7ef;font:900 9px Outfit}.mechanism-tabs button span{font-size:10px;font-weight:900}.mechanism-tabs button.active{border-color:var(--mechanism-color);background:color-mix(in srgb,var(--mechanism-color) 8%,#fff);color:var(--mechanism-color);box-shadow:0 5px 16px color-mix(in srgb,var(--mechanism-color) 18%,transparent)}.mechanism-tabs button.active b{background:var(--mechanism-color);color:#fff}.mechanism-lab.mode-automaticity{--mechanism-color:#ec4899}.mechanism-lab.mode-triggered{--mechanism-color:#f59e0b}.mechanism-lab.mode-reentry{--mechanism-color:#7c3aed}.mechanism-stage{display:grid;grid-template-columns:minmax(340px,1fr) minmax(320px,.9fr);gap:14px}.mechanism-visual{position:relative;overflow:hidden;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#302a3d,#211d2a);min-height:380px}.mechanism-visual>svg{display:block;width:100%;height:auto}.mechanism-visual>span{position:absolute;left:18px;top:16px;color:#f4aac0;font-size:9px;font-weight:900;letter-spacing:.1em}.mechanism-tissue circle{fill:#ffffff0c;stroke:#ffffff20;stroke-width:2}.automatic-focus{filter:drop-shadow(0 0 12px #ec4899);animation:focusBeat 1.5s ease-in-out infinite}.auto-wave{fill:none;stroke:#ec4899;stroke-width:4;transform-origin:274px 198px;animation:autoSpread 2.2s ease-out infinite}.auto-wave.wave-two{animation-delay:1.1s}.threshold-line,.trigger-threshold{fill:none;stroke:#ffffff3a;stroke-width:2;stroke-dasharray:7 7}.automatic-slope,.action-potential{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.automatic-slope{filter:drop-shadow(0 0 5px #ec4899)}.mechanism-visual text{fill:#d8d0dc;font-size:11px;font-weight:800}.trigger-axis{fill:none;stroke:#ffffff2a;stroke-width:2}.trigger-threshold{stroke:#f59e0b88}.action-potential{filter:drop-shadow(0 0 6px #f59e0b)}.trigger-point{fill:#fff;stroke:#f59e0b;stroke-width:5;animation:focusBeat 1.3s ease-in-out infinite}.trigger-arrow{fill:none;stroke:#f59e0b;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.reentry-track,.reentry-flow,.reentry-branch{fill:none;stroke-linecap:round;stroke-linejoin:round}.reentry-track{stroke:#ffffff24;stroke-width:30}.reentry-flow{stroke:#a775f3;stroke-width:9;stroke-dasharray:35 26;animation:reentryTravel 1.4s linear infinite;filter:drop-shadow(0 0 7px #7c3aed)}.reentry-branch{stroke:#ffffff45;stroke-width:17}.reentry-block{stroke:#ef476f;stroke-width:8;stroke-linecap:round}.reentry-node{fill:#fff;stroke:#7c3aed;stroke-width:5}.mechanism-explanation{display:flex;flex-direction:column;border:1px solid #e7e1e9;border-radius:20px;background:#fff;padding:20px}.mechanism-explanation>span{color:var(--mechanism-color);font-size:8px;font-weight:900;letter-spacing:.1em}.mechanism-explanation h4{margin:7px 0;font-size:23px}.mechanism-explanation>p{margin:0 0 14px;color:#716a76;font-size:10px;line-height:1.75}.mechanism-explanation>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mechanism-explanation section{border-radius:12px;background:#f7f4f8;padding:11px}.mechanism-explanation section strong{font-size:9px}.mechanism-explanation ul{margin:7px 0 0;padding-left:16px}.mechanism-explanation li{margin:5px 0;color:#706977;font-size:8px;line-height:1.5}.mechanism-explanation footer{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto;padding-top:14px}.mechanism-explanation footer b{width:100%;margin-bottom:3px;font-size:8px}.mechanism-explanation footer span{padding:5px 7px;border-radius:8px;background:color-mix(in srgb,var(--mechanism-color) 10%,#fff);color:var(--mechanism-color);font-size:8px;font-weight:800}.mechanism-boundary{display:flex;gap:13px;margin-top:12px;padding:13px 15px;border-radius:12px;background:#fff8e8;color:#715f3f}.mechanism-boundary strong{white-space:nowrap;font-size:9px}.mechanism-boundary p{margin:0;font-size:9px;line-height:1.65}.mechanism-sources{display:flex;gap:11px;align-items:flex-start;margin-top:12px;padding:11px 14px;border-radius:12px;background:#302a3d;color:#fff}.mechanism-sources span{color:#f49ab4;font-size:8px;font-weight:900;white-space:nowrap}.mechanism-sources p{margin:0;color:#c8c0cc;font-size:8px;line-height:1.6}.lesson-tool-bridge{margin:42px 0;padding:26px;border-radius:19px;background:linear-gradient(135deg,#302a3d,#4b3658);color:#fff}.lesson-tool-bridge>span{color:#f5a0b8;font-size:9px;font-weight:900;letter-spacing:.1em}.lesson-tool-bridge h2{margin:7px 0;font-size:23px}.lesson-tool-bridge p{margin:0 0 16px;color:#c8c0cc;font-size:11px;line-height:1.7}@keyframes focusBeat{50%{transform:scale(1.18);filter:drop-shadow(0 0 22px var(--mechanism-color))}}@keyframes autoSpread{0%{opacity:.9;transform:scale(.3)}80%,to{opacity:0;transform:scale(4.7)}}@keyframes reentryTravel{to{stroke-dashoffset:-61}}@media(prefers-reduced-motion:reduce){.automatic-focus,.auto-wave,.trigger-point,.reentry-flow{animation:none}}@media(max-width:760px){.mechanism-stage{grid-template-columns:1fr}.mechanism-visual{min-height:300px}.mechanism-explanation>div{grid-template-columns:1fr}}@media(max-width:520px){.mechanism-tabs{grid-template-columns:1fr}.mechanism-visual{min-height:250px}.mechanism-boundary,.mechanism-sources{flex-direction:column}.lesson-tool-bridge{padding:20px}}@media(max-width:600px){body{overflow-x:hidden}.lesson-page,.lesson-content,.lesson-sidebar{width:100%;max-width:100%;min-width:0}.lesson-sidebar{overflow:hidden}.lesson-sidebar nav,.lesson-sidebar nav a{min-width:0}.lesson-sidebar nav a{overflow-wrap:anywhere;text-align:center}.lesson-content>*{max-width:100%}.mechanism-stage,.mechanism-visual,.mechanism-explanation{min-width:0;max-width:100%}.mechanism-visual>svg{width:100%;max-width:100%}.mechanism-explanation h4,.mechanism-explanation p,.mechanism-explanation li{overflow-wrap:anywhere}}.av-dissociation-lab{--diss-accent:#0ea5e9}.dissociation-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0 14px}.dissociation-tabs button{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9;padding:12px;color:#69616f;text-align:left}.dissociation-tabs button span{font-size:9px;font-weight:900}.dissociation-tabs button b{border-radius:999px;background:#eae5ed;padding:4px 7px;color:#817886;font-size:8px}.dissociation-tabs button.active{border-color:var(--diss-accent);background:#eff9ff;color:#087daf;box-shadow:0 6px 18px #0ea5e920}.dissociation-tabs button.active b{background:#0ea5e9;color:#fff}.dissociation-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,.65fr);gap:13px}.dissociation-strip-scroll{min-width:0;overflow-x:auto;border:1px solid #f0dfe5;border-radius:18px;background:#fffafb}.dissociation-strip-scroll svg{display:block;min-width:690px;width:100%;height:auto}.diss-baseline,.diss-lane{fill:none;stroke:#9d949f;stroke-width:2}.diss-p-wave,.diss-qrs{fill:none;stroke:#302a39;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.diss-qrs.wide{stroke-width:6}.diss-lead{fill:#c53d6b;font-size:17px;font-weight:900}.diss-lane-label{fill:#756c79;font-size:10px;font-weight:900}.diss-atrial-dot{fill:#fff;stroke:#7c3aed;stroke-width:4;animation:dissPulse 1.8s ease-in-out infinite}.diss-ventricular-dot{fill:#fff;stroke:#ec4899;stroke-width:4;animation:dissPulse 1.8s ease-in-out infinite}.diss-atrial-tick{stroke:#7c3aed;stroke-width:3;stroke-dasharray:5 5}.diss-ventricular-tick{stroke:#ec4899;stroke-width:3;stroke-dasharray:5 5}.diss-conduction-track{fill:none;stroke:#c7dce8;stroke-width:7;stroke-linecap:round}.diss-conduction-flow{fill:none;stroke:#0ea5e9;stroke-width:5;stroke-linecap:round;stroke-dasharray:12 76;animation:dissFlow 1.5s linear infinite;filter:drop-shadow(0 0 4px #0ea5e988)}.diss-capture-label{fill:#087daf;font-size:9px;font-weight:900}.diss-independent-label{fill:#9a6377;font-size:9px;font-weight:900}.dissociation-evidence{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;color:#fff;padding:20px}.dissociation-evidence>span{align-self:flex-start;border-radius:999px;background:#0ea5e9;padding:5px 8px;font-size:9px;font-weight:900}.dissociation-evidence h4{margin:10px 0 9px;font-size:19px}.diss-rate-pair{display:grid;grid-template-columns:1fr 1fr;gap:7px}.diss-rate-pair p{margin:0;border-radius:10px;background:#ffffff10;padding:9px}.diss-rate-pair small{display:block;color:#cfc5d2;font-size:8px}.diss-rate-pair strong{margin-right:3px;color:#7dd3fc;font-size:20px}.dissociation-evidence>p{color:#d7cfd9;font-size:9px;line-height:1.7}.dissociation-evidence aside{border-radius:11px;background:#fff5dd;padding:10px;color:#6d5331}.dissociation-evidence aside b{font-size:9px}.dissociation-evidence aside p{margin:4px 0 0;color:#6d5331;font-size:8px;line-height:1.65}.dissociation-evidence blockquote{margin:10px 0 0;border-left:3px solid #38bdf8;padding:7px 0 7px 9px;color:#e5f6ff;font-size:8px;line-height:1.65}.dissociation-rule{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px 18px;margin-top:13px;border:1px solid #dceaf1;border-radius:14px;background:#f3fbff;padding:14px}.dissociation-rule>strong{color:#087daf;font-size:10px}.dissociation-rule ol{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0;padding:0;list-style:none;counter-reset:diss}.dissociation-rule li{counter-increment:diss;border-left:2px solid #bae6fd;padding-left:9px;color:#706875;font-size:8px;line-height:1.55}.dissociation-rule li:before{content:counter(diss);display:block;color:#0ea5e9;font-weight:900}.dissociation-rule>p{grid-column:2;margin:0;border-top:1px solid #d7edf7;padding-top:8px;color:#4c4651;font-size:9px}.dissociation-rule>p b{color:#b73361}@keyframes dissFlow{to{stroke-dashoffset:-88}}@keyframes dissPulse{50%{filter:drop-shadow(0 0 5px currentColor)}}@media(max-width:760px){.dissociation-tabs{grid-template-columns:repeat(2,1fr)}.dissociation-stage{grid-template-columns:1fr}.dissociation-evidence{min-height:330px}.dissociation-rule,.dissociation-rule ol{grid-template-columns:1fr}.dissociation-rule>p{grid-column:1}}.av-ladder-lab{--av-color:#ec4899}.av-mode-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 14px}.av-mode-tabs button{display:flex;flex-direction:column;gap:3px;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:10px;color:#6e6773;text-align:left}.av-mode-tabs button span{font-size:10px;font-weight:900}.av-mode-tabs button small{font-size:8px;color:#918a96}.av-mode-tabs button.active{border-color:var(--av-color);background:#fff2f7;color:var(--av-color);box-shadow:0 5px 16px #ec489925}.av-mode-tabs button.active small{color:#b63b68}.av-ladder-stage{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(230px,.65fr);gap:12px}.av-ladder-scroll{min-width:0;overflow-x:auto;border:1px solid #f0dfe5;border-radius:18px;background:#fffafb}.av-ladder-scroll svg{display:block;min-width:650px;width:100%;height:auto}.ladder-baseline,.ladder-lane{fill:none;stroke:#9f969f;stroke-width:2}.ladder-p-wave,.ladder-qrs{fill:none;stroke:#302a39;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.ladder-qrs.wide{stroke-width:6}.ladder-lead{fill:#cf3f6e;font-size:17px;font-weight:900}.ladder-lane-label{fill:#756c79;font-size:10px;font-weight:900}.ladder-atrial-node{fill:#fff;stroke:#7c3aed;stroke-width:4;animation:ladderPulse 2s ease-in-out infinite}.ladder-ventricular-node{fill:#fff;stroke:#ec4899;stroke-width:4}.ladder-conduction-track{fill:none;stroke:#ddd5df;stroke-width:5;stroke-linecap:round}.ladder-conduction-flow{fill:none;stroke:#ec4899;stroke-width:4;stroke-linecap:round;stroke-dasharray:18 190;animation:ladderFlow 2s linear infinite;filter:drop-shadow(0 0 4px #ec489988)}.ladder-block-mark{fill:none;stroke:#ef476f;stroke-width:5;stroke-linecap:round}.independent-atria path{stroke:#7c3aed;stroke-width:4;stroke-dasharray:8 7;animation:ladderDash .9s linear infinite}.independent-ventricles path{stroke:#ec4899;stroke-width:4;stroke-dasharray:8 7;animation:ladderDash .9s linear infinite reverse}.ladder-av-separation{fill:#b13a63;font-size:10px;font-weight:900}.av-pattern-card{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;color:#fff;padding:20px}.av-pattern-card>span{color:#f49ab4;font-size:8px;font-weight:900;letter-spacing:.1em}.av-pattern-card h4{margin:7px 0 10px;font-size:20px}.av-pattern-card>strong{display:block;border-radius:9px;background:#ffffff12;padding:9px;color:#ffc1d2;font-size:10px}.av-pattern-card p{font-size:9px;line-height:1.7;color:#d1c8d4}.av-pattern-card>div{margin-top:10px;padding-top:10px;border-top:1px solid #ffffff18}.av-pattern-card b{font-size:9px}.av-pattern-card aside{margin-top:auto;border-radius:10px;background:#fff4dd;color:#6d5331;padding:10px}.av-pattern-card aside p{margin:5px 0 0;color:#6d5331}.av-criteria{margin-top:12px;border:1px solid #e5dfe8;border-radius:13px;background:#f8f6f9}.av-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.av-criteria summary::-webkit-details-marker{display:none}.av-criteria summary span{float:right;color:#ec4899}.av-criteria[open] summary span{transform:rotate(45deg)}.av-criteria ol{margin:0;padding:0 20px 14px 35px}.av-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.av-criteria li b{color:#3a3440}@keyframes ladderFlow{to{stroke-dashoffset:-208}}@keyframes ladderDash{to{stroke-dashoffset:-15}}@keyframes ladderPulse{50%{r:10;filter:drop-shadow(0 0 6px #7c3aed)}}@media(prefers-reduced-motion:reduce){.ladder-atrial-node,.ladder-conduction-flow,.independent-atria path,.independent-ventricles path{animation:none}}@media(max-width:760px){.av-mode-tabs{grid-template-columns:repeat(3,1fr)}.av-ladder-stage{grid-template-columns:1fr}.av-pattern-card{min-height:240px}.av-ladder-scroll svg{min-width:680px}}.chamber-lab{--chamber-color:#2563eb}.chamber-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:20px 0 14px}.chamber-tabs button,.atrial-pattern-buttons button,.axis-toggle button{border:1px solid #e2dce6;border-radius:11px;background:#f8f6f9;padding:10px;color:#69626f;font-size:10px;font-weight:900}.chamber-tabs button.active,.atrial-pattern-buttons button.active,.axis-toggle button.active{border-color:var(--chamber-color);background:#eef4ff;color:var(--chamber-color);box-shadow:0 5px 15px #2563eb1e}.chamber-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(240px,.65fr);gap:12px}.chamber-visual,.voltage-workbench{overflow:hidden;border:1px solid #e8e1ea;border-radius:18px;background:#fff}.atrial-pattern-buttons{display:flex;gap:6px;padding:12px}.atrial-visual svg{display:block;width:100%;height:auto}.atrial-visual text,.voltage-workbench text{fill:#5e5663;font-size:12px;font-weight:900}.chamber-baseline{fill:none;stroke:#8f8792;stroke-width:2}.chamber-p-wave{fill:none;stroke:#342e3c;stroke-width:6;stroke-linecap:round;filter:drop-shadow(0 0 4px #8b5cf644);transition:d .35s}.lead-v-one{stroke:#7c3aed}.chamber-measure,.voltage-measure{fill:none;stroke:#ec4899;stroke-width:2;stroke-dasharray:5 4}.measure-text{fill:#b23962!important;font-size:9px!important}.chamber-result{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;color:#fff;padding:20px}.chamber-result>span{color:#8bb5ff;font-size:8px;font-weight:900;letter-spacing:.1em}.chamber-result h4{margin:7px 0 10px;color:#fff;font-size:22px}.chamber-result>strong{display:block;border-radius:9px;background:#ffffff12;padding:10px;color:#bcd2ff;font-size:10px;line-height:1.55}.chamber-result>p,.chamber-result>div p{color:#d1c9d5;font-size:9px;line-height:1.75}.chamber-result>div{margin-top:auto;padding-top:12px;border-top:1px solid #ffffff1b}.chamber-result>div b{font-size:9px}.chamber-result.criterion-met{background:linear-gradient(145deg,#183f78,#152d52)}.voltage-leads{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 12px 4px}.voltage-leads svg,.rvh-trace{display:block;width:100%;height:auto;border:1px solid #f0dde3;border-radius:15px}.voltage-qrs{fill:none;stroke:#302a3a;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;transition:d .25s;filter:drop-shadow(0 0 3px #ec489944)}.voltage-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px 14px}.voltage-controls label{display:grid;grid-template-columns:1fr auto;gap:6px;padding:10px;border-radius:11px;background:#f7f4f8;color:#655e69;font-size:9px;font-weight:800}.voltage-controls input{grid-column:1/-1;width:100%;accent-color:var(--chamber-color)}.rvh-trace{width:calc(100% - 24px);margin:12px}.rvh-r-label{fill:#2563eb!important}.rvh-s-label{fill:#ec4899!important}.axis-toggle{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:6px}.chamber-criteria{margin-top:12px;border:1px solid #e5dfe8;border-radius:13px;background:#f8f6f9}.chamber-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.chamber-criteria summary::-webkit-details-marker{display:none}.chamber-criteria summary span{float:right;color:var(--chamber-color)}.chamber-criteria[open] summary span{transform:rotate(45deg)}.chamber-criteria ol{margin:0;padding:0 20px 14px 35px}.chamber-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}@media(max-width:760px){.chamber-stage{grid-template-columns:1fr}.chamber-result{min-height:230px}.voltage-leads{grid-template-columns:1fr}.atrial-pattern-buttons{overflow-x:auto}.atrial-pattern-buttons button{flex:0 0 auto}}@media(max-width:520px){.chamber-tabs,.voltage-controls{grid-template-columns:1fr}.axis-toggle{grid-column:auto}.atrial-visual svg{min-width:610px}.atrial-visual{overflow-x:auto}}.preexcitation-lab{--pre-color:#e83e8c;--pre-cycle:2.8s}.preexcitation-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.preexcitation-tabs button{display:flex;flex-direction:column;gap:3px;border:1px solid #e4dde7;border-radius:12px;background:#f8f6f9;padding:10px;color:#6a6370;text-align:left}.preexcitation-tabs button span{font-size:10px;font-weight:900}.preexcitation-tabs button small{color:#938b98;font-size:8px}.preexcitation-tabs button.active{border-color:var(--pre-color);background:#fff0f6;color:var(--pre-color);box-shadow:0 5px 16px #e83e8c20}.preexcitation-tabs button.active small{color:#ad3c6e}.preexcitation-surface{overflow:hidden;border:1px solid #eddde5;border-radius:18px;background:#fffafb}.preexcitation-surface header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-bottom:1px solid #f1e4e9}.preexcitation-surface header span{color:#d23c77;font-size:9px;font-weight:900}.preexcitation-surface header strong{font-size:9px}.preexcitation-surface svg{display:block;width:100%;height:auto}.pre-grid{fill:none;stroke:#f0b9c8;stroke-width:.6}.pre-surface-base,.pre-surface-flow{fill:none;stroke:#312b39;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.pre-surface-flow{stroke:var(--pre-color);stroke-width:8;stroke-dasharray:75 900;animation:preSurfaceFlow var(--pre-cycle) linear infinite;filter:drop-shadow(0 0 5px var(--pre-color))}.delta-highlight{fill:none;stroke:#8b5cf6;stroke-width:9;stroke-linecap:round;filter:drop-shadow(0 0 5px #8b5cf666)}.preexcitation-surface svg text{fill:#6f3bb0;font-size:10px;font-weight:900}.delta-pointer{fill:none;stroke:#8b5cf6;stroke-width:2}.pre-caliper{fill:none;stroke:#0ea5e9;stroke-width:2}.pre-caliper-label{fill:#087eae!important;font-size:8px!important}.pre-af-shortest{fill:#fff3e2;stroke:#f97316;stroke-width:3}.pre-af-shortest-label{fill:#bd4e10!important;font-size:8px!important}.preexcitation-stage{display:grid;grid-template-columns:minmax(340px,1fr) minmax(280px,.75fr);gap:12px;margin-top:12px}.preexcitation-circuit{overflow:hidden;border-radius:20px;background:linear-gradient(145deg,#302a3d,#211d2a)}.preexcitation-circuit svg{display:block;width:100%;height:auto}.pre-heart{fill:url(#pre-heart);stroke:#f4a5bb;stroke-width:3}.pre-septum{fill:none;stroke:#b87085;stroke-width:2;opacity:.6}.preexcitation-circuit svg>text{fill:#6e4352;font-size:9px;font-weight:900}.sa-node{fill:#7c3aed;stroke:#fff;stroke-width:3}.av-node{fill:#0ea5e9;stroke:#fff;stroke-width:3}.normal-route,.accessory-route{fill:none;stroke:#ffffff45;stroke-width:9;stroke-linecap:round;stroke-linejoin:round}.accessory-route{stroke:#f4a3bd88}.pre-flow{fill:none;stroke-width:6;stroke-linecap:round;stroke-dasharray:18 185;animation:preCircuitFlow var(--pre-cycle) linear infinite}.normal-flow{stroke:#0ea5e9}.accessory-flow{stroke:#e83e8c;animation-duration:calc(var(--pre-cycle) * .72)}.concealed-return{fill:none;stroke:#e83e8c;stroke-width:6;stroke-linecap:round;stroke-dasharray:16 175;animation:preCircuitReturn var(--pre-cycle) linear infinite;filter:drop-shadow(0 0 5px #e83e8c)}.concealed-block{fill:none;stroke:#fef3c7;stroke-width:5;stroke-linecap:round}.concealed-label{fill:#fef3c7!important;font-size:9px!important;font-weight:900}.ventricle-wave{fill:none;stroke-width:5;transform-box:fill-box;transform-origin:center;animation:preWave var(--pre-cycle) ease-out infinite}.wave-a{stroke:#e83e8c}.wave-b{stroke:#0ea5e9;animation-delay:.45s}.avrt-loop{fill:none;stroke:var(--pre-color);stroke-width:8;stroke-linecap:round;stroke-dasharray:32 24;animation:preLoop var(--pre-cycle) linear infinite;filter:drop-shadow(0 0 6px var(--pre-color))}.avrt-loop.antidromic{--pre-color:#f59e0b}.loop-pulse{fill:#fff;stroke:var(--pre-color);stroke-width:5;filter:drop-shadow(0 0 7px var(--pre-color))}.af-sparks circle{fill:#fff;stroke:#8b5cf6;stroke-width:3;animation:afSpark .85s ease-in-out infinite}.af-accessory-flow{fill:none;stroke:#ef476f;stroke-width:7;stroke-linecap:round;stroke-dasharray:15 18;animation:preCircuitFlow 1s linear infinite}.flow-two{animation-delay:.35s}.pre-labels text{fill:#f3dfe6!important;font-size:9px!important}.preexcitation-explanation{display:flex;flex-direction:column;border:1px solid #e7e1e9;border-radius:20px;background:#fff;padding:20px}.preexcitation-explanation>span{color:var(--pre-color);font-size:8px;font-weight:900;letter-spacing:.1em}.preexcitation-explanation h4{margin:7px 0 12px;font-size:21px}.preexcitation-explanation dl{display:grid;gap:7px;margin:0}.preexcitation-explanation dl>div{display:grid;grid-template-columns:84px 1fr;gap:8px;border-radius:10px;background:#f7f4f8;padding:9px}.preexcitation-explanation dt{color:#8a818e;font-size:8px;font-weight:900}.preexcitation-explanation dd{margin:0;color:#524b56;font-size:9px;line-height:1.55}.preexcitation-explanation>strong{display:block;margin:12px 0;padding:10px;border-left:3px solid var(--pre-color);background:#fff4f8;color:#6e4354;font-size:9px;line-height:1.65}.preexcitation-explanation aside{margin-top:auto;border-radius:11px;background:#fff6df;padding:11px;color:#745b34}.preexcitation-explanation aside b{font-size:9px}.preexcitation-explanation aside p{margin:5px 0 0;font-size:9px;line-height:1.65}.preexcitation-safety{margin-top:12px;border:1px solid #ffd6b5;border-radius:18px;background:#fff8f2;padding:16px}.preexcitation-safety header span{color:#e85913;font-size:8px;font-weight:900;letter-spacing:.08em}.preexcitation-safety header h4{margin:5px 0;font-size:18px}.preexcitation-safety header p{margin:0;color:#79685d;font-size:9px;line-height:1.65}.preexcitation-safety>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.preexcitation-safety article{border-radius:12px;background:#fff;padding:12px}.preexcitation-safety article.avoid{background:#fff0f0}.preexcitation-safety b{color:#c64c0d;font-size:9px}.preexcitation-safety .avoid b{color:#c53245}.preexcitation-safety article p{margin:5px 0 0;color:#6d6166;font-size:8px;line-height:1.65}.preexcitation-criteria{margin-top:12px;border:1px solid #e5dfe8;border-radius:13px;background:#f8f6f9}.preexcitation-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.preexcitation-criteria summary::-webkit-details-marker{display:none}.preexcitation-criteria summary span{float:right;color:var(--pre-color)}.preexcitation-criteria[open] summary span{transform:rotate(45deg)}.preexcitation-criteria ol{margin:0;padding:0 20px 14px 35px}.preexcitation-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.preexcitation-lab .mechanism-sources>div{display:flex;flex-wrap:wrap;gap:6px}.preexcitation-lab .mechanism-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes preSurfaceFlow{to{stroke-dashoffset:-975}}@keyframes preCircuitFlow{to{stroke-dashoffset:-203}}@keyframes preCircuitReturn{to{stroke-dashoffset:191}}@keyframes preLoop{to{stroke-dashoffset:-56}}@keyframes preWave{0%{opacity:.9;transform:scale(.25)}75%,to{opacity:0;transform:scale(4.5)}}@keyframes afSpark{50%{opacity:.35;transform:scale(.55)}}@media(prefers-reduced-motion:reduce){.pre-surface-flow,.pre-flow,.concealed-return,.ventricle-wave,.avrt-loop,.af-sparks circle,.af-accessory-flow{animation:none}}@media(max-width:760px){.preexcitation-stage{grid-template-columns:1fr}.preexcitation-surface svg{min-width:680px}.preexcitation-surface{overflow-x:auto}.preexcitation-explanation{min-height:380px}}@media(max-width:520px){.preexcitation-tabs{display:flex;overflow-x:auto}.preexcitation-tabs button{flex:0 0 128px}.preexcitation-surface header{align-items:flex-start;flex-direction:column}.preexcitation-circuit svg{min-width:480px}.preexcitation-circuit{overflow-x:auto}.preexcitation-safety>div{grid-template-columns:1fr}}.ischemia-lead-lab{--isch-color:#ef4444}.territory-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.territory-tabs button{border:1px solid #e5dfe8;border-radius:11px;background:#f8f6f9;padding:10px 7px;color:#6b6470;font-size:9px;font-weight:900}.territory-tabs button.active{border-color:var(--isch-color);background:#fff1f1;color:var(--isch-color);box-shadow:0 5px 15px #ef444420}.ischemia-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(235px,.65fr);gap:12px}.ischemia-lead-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;border:1px solid #eddfe3;border-radius:18px;background:#fffafb;padding:10px}.ischemia-lead-tile{position:relative;overflow:hidden;border:2px solid transparent;border-radius:11px;background:#fff;transition:.25s}.ischemia-lead-tile>span{position:absolute;z-index:2;left:8px;top:6px;color:#7d737c;font:900 10px Outfit}.ischemia-lead-tile svg{display:block;width:100%;height:auto}.ischemia-mini-grid{fill:none;stroke:#f3d3db;stroke-width:.6}.ischemia-lead-path,.ischemia-lead-flow{fill:none;stroke:#332d3a;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.ischemia-lead-flow{stroke:var(--lead-color,#aaa);stroke-width:6;stroke-dasharray:35 330;animation:ischemiaLeadFlow 3.2s linear infinite;filter:drop-shadow(0 0 3px var(--lead-color,#aaa))}.ischemia-lead-tile>small{position:absolute;right:6px;top:6px;padding:3px 5px;border-radius:6px;background:#f2eef3;color:#8d848f;font-size:6px;font-weight:900}.ischemia-lead-tile.state-elevation,.ischemia-lead-tile.state-diffuse{--lead-color:#ef4444;border-color:#f3a2a2;background:#fff5f5}.ischemia-lead-tile.state-reciprocal,.ischemia-lead-tile.state-posterior{--lead-color:#2563eb;border-color:#a8c4f5;background:#f4f8ff}.ischemia-lead-tile.state-diffuse{--lead-color:#f97316}.territory-card{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;color:#fff;padding:19px}.territory-card>span{color:#fa9eaa;font-size:8px;font-weight:900;letter-spacing:.1em}.territory-card h4{margin:7px 0 11px;font-size:22px}.territory-card dl{display:grid;gap:6px;margin:0}.territory-card dl>div{display:grid;grid-template-columns:82px 1fr;gap:7px;border-radius:9px;background:#ffffff0d;padding:8px}.territory-card dt{color:#aaa2af;font-size:8px;font-weight:900}.territory-card dd{margin:0;color:#fff;font-size:9px}.territory-card>p{color:#cfc6d2;font-size:9px;line-height:1.7}.territory-card aside{margin-top:auto;border-radius:10px;background:#fff2df;padding:10px;color:#77562e}.territory-card aside b{font-size:9px}.territory-card aside p{margin:4px 0 0;font-size:8px;line-height:1.6}.ischemia-evolution{margin-top:12px;overflow:hidden;border:1px solid #e7e0e9;border-radius:18px;background:#fff}.ischemia-evolution>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid #eee8ef}.ischemia-evolution>header>span{color:#d8404a;font-size:9px;font-weight:900}.ischemia-evolution header>div{display:flex;gap:5px}.ischemia-evolution button{border:1px solid #e5dfe7;border-radius:13px;background:#f7f4f8;padding:6px 9px;color:#77707b;font-size:8px;font-weight:900}.ischemia-evolution button.active{border-color:var(--isch-color);background:var(--isch-color);color:#fff}.ischemia-evolution>div{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;align-items:center;padding:12px}.ischemia-evolution svg{display:block;width:100%;height:auto;border-radius:13px;background:#fffafb}.evolution-grid{fill:none;stroke:#f2cbd4;stroke-width:.7}.evolution-path,.evolution-flow{fill:none;stroke:#322c39;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;transition:d .35s}.evolution-flow{stroke:#ef4444;stroke-width:8;stroke-dasharray:70 850;animation:ischemiaEvolution 3.2s linear infinite;filter:drop-shadow(0 0 5px #ef444477)}.ischemia-evolution article>span{color:#ef4444;font-size:8px;font-weight:900}.ischemia-evolution article h4{margin:5px 0;font-size:17px}.ischemia-evolution article p{margin:0;color:#776f7b;font-size:9px;line-height:1.7}.pericarditis-compare{margin-top:12px;border-radius:17px;background:#fff4ed;padding:15px}.pericarditis-compare>span{color:#d95e23;font-size:9px;font-weight:900}.pericarditis-compare>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.pericarditis-compare article{border-radius:11px;background:#fff;padding:11px}.pericarditis-compare b{font-size:9px}.pericarditis-compare p{margin:5px 0 0;color:#77695f;font-size:8px;line-height:1.65}.ischemia-criteria{margin-top:12px;border:1px solid #e5dfe8;border-radius:13px;background:#f8f6f9}.ischemia-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.ischemia-criteria summary::-webkit-details-marker{display:none}.ischemia-criteria summary span{float:right;color:var(--isch-color)}.ischemia-criteria[open] summary span{transform:rotate(45deg)}.ischemia-criteria ol{margin:0;padding:0 20px 14px 35px}.ischemia-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.ischemia-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.ischemia-sources>span{color:#fa98a7;font-size:8px;font-weight:900}.ischemia-sources>p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.ischemia-sources>div{display:flex;flex-wrap:wrap;gap:6px}.ischemia-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}.ischemia-sources a:hover{background:#ffffff12}@keyframes ischemiaLeadFlow{to{stroke-dashoffset:-365}}@keyframes ischemiaEvolution{to{stroke-dashoffset:-920}}@media(prefers-reduced-motion:reduce){.ischemia-lead-flow,.evolution-flow{animation:none}}@media(max-width:850px){.ischemia-layout{grid-template-columns:1fr}.ischemia-lead-grid{grid-template-columns:repeat(3,1fr)}.territory-card{min-height:330px}}@media(max-width:600px){.territory-tabs{display:flex;overflow-x:auto}.territory-tabs button{flex:0 0 120px}.ischemia-lead-grid{grid-template-columns:repeat(2,1fr)}.ischemia-evolution>header{align-items:flex-start;flex-direction:column}.ischemia-evolution header>div{width:100%;overflow-x:auto}.ischemia-evolution button{flex:0 0 auto}.ischemia-evolution>div{grid-template-columns:1fr}.pericarditis-compare>div{grid-template-columns:1fr}}.repolarization-lab{--repol-color:#7c3aed}.repolarization-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin:20px 0 12px}.repolarization-tabs button{border:1px solid #e5dfe8;border-radius:11px;background:#f8f6f9;padding:10px 6px;color:#6b6470;font-size:9px;font-weight:900}.repolarization-tabs button.active{border-color:var(--repol-color);background:color-mix(in srgb,var(--repol-color) 8%,#fff);color:var(--repol-color);box-shadow:0 5px 16px color-mix(in srgb,var(--repol-color) 20%,transparent)}.repolarization-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.65fr);gap:12px}.repolarization-strip{overflow:hidden;border:1px solid #ebdfe5;border-radius:18px;background:#fffafb}.repolarization-strip header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-bottom:1px solid #efe4e9}.repolarization-strip header span{color:var(--repol-color);font-size:9px;font-weight:900}.repolarization-strip header b{font-size:9px}.repolarization-strip svg{display:block;width:100%;height:auto}.repol-grid{fill:none;stroke:#f0c8d1;stroke-width:.65}.repol-path,.repol-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;transition:d .3s}.repol-flow{stroke:var(--repol-color);stroke-width:8;stroke-dasharray:70 880;animation:repolFlow 3.3s linear infinite;filter:drop-shadow(0 0 5px var(--repol-color))}.qt-bracket{fill:none;stroke:#8b818d;stroke-width:2}.repolarization-strip svg text{fill:#756d7a;font-size:9px;font-weight:900}.repolarization-reading{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;padding:19px;color:#fff}.repolarization-reading>span{color:var(--repol-color);font-size:8px;font-weight:900;letter-spacing:.1em}.repolarization-reading h4{margin:7px 0 9px;font-size:20px}.repolarization-reading ul{margin:0 0 10px;padding-left:17px}.repolarization-reading li{margin:5px 0;color:#ddd6df;font-size:9px;line-height:1.6}.repolarization-reading>div{border-radius:10px;background:#ffffff0d;padding:10px}.repolarization-reading b{font-size:9px}.repolarization-reading p{margin:5px 0 0;color:#cfc7d2;font-size:8px;line-height:1.65}.repolarization-reading aside{margin-top:auto;border-radius:10px;background:#fff3df;padding:10px;color:#70532e}.repolarization-reading aside p{color:#70532e}.qt-calculator{display:grid;grid-template-columns:1.2fr .65fr .65fr;gap:9px;margin-top:12px;border:1px solid #e6dfe8;border-radius:18px;background:#fff;padding:15px}.qt-calculator>header span{color:var(--repol-color);font-size:9px;font-weight:900}.qt-calculator>header p{margin:5px 0;color:#756e79;font-size:8px;line-height:1.6}.qt-calculator>label{display:grid;grid-template-columns:1fr auto;gap:4px;padding:9px;border-radius:11px;background:#f7f4f8;color:#69616f;font-size:9px;font-weight:900}.qt-calculator input{grid-column:1/-1;min-width:0;border:1px solid #ded7e2;border-radius:8px;background:#fff;padding:8px;color:#302a38;font:900 16px Outfit}.qt-calculator label small{color:#9a929e}.qtc-results{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.qtc-results article{border-left:3px solid var(--repol-color);border-radius:9px;background:#f7f4f8;padding:10px}.qtc-results span,.qtc-results small{display:block;color:#8c8491;font-size:8px}.qtc-results strong{display:block;margin:4px 0;color:var(--repol-color);font:900 17px Outfit}.qt-formula-note{grid-column:1/-1;margin:0;color:#77707b;font-size:8px;line-height:1.65}.repolarization-criteria,.pacing-criteria{margin-top:12px;border:1px solid #e5dfe8;border-radius:13px;background:#f8f6f9}.repolarization-criteria summary,.pacing-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.repolarization-criteria summary::-webkit-details-marker,.pacing-criteria summary::-webkit-details-marker{display:none}.repolarization-criteria summary span,.pacing-criteria summary span{float:right;color:var(--repol-color)}.repolarization-criteria ol,.pacing-criteria ol{margin:0;padding:0 20px 14px 35px}.repolarization-criteria li,.pacing-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.repolarization-sources,.pacing-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.repolarization-sources>span,.pacing-sources>span{color:#f5a0b7;font-size:8px;font-weight:900}.repolarization-sources p,.pacing-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.repolarization-sources a{display:inline-block;border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes repolFlow{to{stroke-dashoffset:-950}}.pacing-lab{--pace-color:#0ea5e9}.pacing-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin:20px 0 12px}.pacing-tabs button{border:1px solid #e4dde7;border-radius:11px;background:#f8f6f9;padding:10px 5px;color:#69616e;font-size:9px;font-weight:900}.pacing-tabs button.active{border-color:var(--pace-color);background:#eef9ff;color:#0879ae;box-shadow:0 5px 15px #0ea5e920}.pacing-strip{overflow-x:auto;border:1px solid #e6dfe8;border-radius:18px;background:#fffafb}.pacing-strip header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-bottom:1px solid #eee6ec}.pacing-strip header span{color:#0789c5;font-size:9px;font-weight:900}.pacing-strip header strong{font-size:9px}.pacing-strip svg{display:block;min-width:680px;width:100%;height:auto}.pacing-grid{fill:none;stroke:#efc6d0;stroke-width:.65}.pacing-spike,.paced-p,.paced-qrs,.native-qrs,.pacing-scan,.noise-mark{fill:none;stroke-linecap:round;stroke-linejoin:round}.pacing-spike{stroke:#ec4899;stroke-width:3}.pacing-spike.a{stroke:#7c3aed}.paced-p{stroke:#7c3aed;stroke-width:4}.paced-qrs{stroke:#302a39;stroke-width:6}.paced-qrs.not-captured{stroke:#9d959f;stroke-width:2}.native-qrs{stroke:#302a39;stroke-width:5}.noise-mark{stroke:#f59e0b;stroke-width:4;stroke-dasharray:4 3}.pacing-strip svg text{fill:#a86606;font-size:9px;font-weight:900}.pacing-scan{stroke:var(--pace-color);stroke-width:8;stroke-dasharray:55 900;animation:pacingScan 3.4s linear infinite;filter:drop-shadow(0 0 5px var(--pace-color))}.pacing-analysis{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:12px}.pacing-analysis>article{border-radius:17px;background:#302a3d;padding:18px;color:#fff}.pacing-analysis>article>span{color:#75cef5;font-size:8px;font-weight:900;letter-spacing:.1em}.pacing-analysis h4{margin:7px 0 11px;font-size:20px}.pacing-analysis dl{display:grid;gap:6px;margin:0}.pacing-analysis dl>div{display:grid;grid-template-columns:85px 1fr;gap:7px;border-radius:9px;background:#ffffff0d;padding:9px}.pacing-analysis dt{color:#aaa2af;font-size:8px;font-weight:900}.pacing-analysis dd{margin:0;font-size:9px;line-height:1.6}.pacing-analysis>aside{border:1px solid #f1dbac;border-radius:17px;background:#fff7e7;padding:17px;color:#6f552e}.pacing-analysis aside b{font-size:10px}.pacing-analysis aside p{font-size:9px;line-height:1.75}.pacing-criteria summary span{color:var(--pace-color)}@keyframes pacingScan{to{stroke-dashoffset:-955}}@media(prefers-reduced-motion:reduce){.repol-flow,.pacing-scan{animation:none}}@media(max-width:820px){.repolarization-stage{grid-template-columns:1fr}.repolarization-reading{min-height:300px}.qt-calculator{grid-template-columns:1fr 1fr}.qt-calculator>header{grid-column:1/-1}.pacing-analysis{grid-template-columns:1fr}}@media(max-width:600px){.repolarization-tabs,.pacing-tabs{display:flex;overflow-x:auto}.repolarization-tabs button,.pacing-tabs button{flex:0 0 112px}.repolarization-strip header,.pacing-strip header{align-items:flex-start;flex-direction:column}.repolarization-strip svg{min-width:650px}.repolarization-strip{overflow-x:auto}.qt-calculator{grid-template-columns:1fr}.qt-calculator>header{grid-column:auto}.qtc-results{grid-template-columns:1fr}.pacing-analysis dl>div{grid-template-columns:1fr}.pacing-strip svg{min-width:720px}}.potassium-lab{--potassium-color:#ef4444;min-width:0}.potassium-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.potassium-tabs button{display:flex;min-height:55px;align-items:center;gap:8px;border:1px solid #e6dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.potassium-tabs button b{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:50%;background:#ece8ef;color:#8e8793;font:900 8px Outfit}.potassium-tabs button span{font-size:9px;font-weight:900}.potassium-tabs button.active{border-color:var(--potassium-color);background:color-mix(in srgb,var(--potassium-color) 7%,#fff);color:var(--potassium-color);box-shadow:0 6px 18px color-mix(in srgb,var(--potassium-color) 18%,transparent)}.potassium-tabs button.active b{background:var(--potassium-color);color:#fff}.potassium-stage{display:grid;min-width:0;grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);gap:12px}.potassium-paper{min-width:0;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.potassium-paper svg{display:block;min-width:720px;width:100%;height:auto}.potassium-wave,.potassium-flow{fill:none;stroke:#302a38;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;transition:d .35s}.potassium-flow{stroke:var(--potassium-color);stroke-width:7;stroke-dasharray:66 1200;animation:potassiumFlow 4.2s linear infinite;filter:drop-shadow(0 0 5px var(--potassium-color))}.potassium-lead-label{fill:#c83f6c;font-size:13px;font-weight:900}.potassium-markers path{fill:none;stroke:#817783;stroke-width:2}.potassium-markers text{fill:#756d7a;font-size:9px;font-weight:900}.potassium-danger path{fill:none;stroke:#dc2626;stroke-width:2;stroke-dasharray:6 5}.potassium-danger text{fill:#b91c1c;font-size:10px;font-weight:900}.potassium-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.potassium-reading>span{color:var(--potassium-color);font-size:8px;font-weight:900;letter-spacing:.1em}.potassium-reading h4{margin:6px 0 11px;font-size:19px;line-height:1.3}.potassium-reading dl{display:grid;gap:6px;margin:0}.potassium-reading dl>div{border-radius:9px;background:#ffffff0d;padding:8px}.potassium-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.potassium-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.potassium-reading aside{margin-top:auto;border-left:3px solid var(--potassium-color);border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.potassium-reading aside b{font-size:9px}.potassium-reading aside p{margin:5px 0 0;font-size:8px;line-height:1.65}.potassium-checkpoints{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.potassium-checkpoints article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.potassium-checkpoints b{display:block;color:var(--potassium-color);font:900 9px Outfit}.potassium-checkpoints span{display:block;margin:4px 0;font-size:10px;font-weight:900}.potassium-checkpoints p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.potassium-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.potassium-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.potassium-criteria summary::-webkit-details-marker{display:none}.potassium-criteria summary span{float:right;color:var(--potassium-color)}.potassium-criteria [role=table]{padding:0 14px 14px}.potassium-criteria [role=row]{display:grid;grid-template-columns:.8fr 1.7fr 1.7fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.potassium-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.potassium-criteria [role=row]:last-child{border-bottom:0}.potassium-criteria b,.potassium-criteria strong{font-size:8px}.potassium-criteria span{color:#716a76;font-size:8px;line-height:1.5}.potassium-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.potassium-sources>span{color:#fca5a5;font-size:8px;font-weight:900}.potassium-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.potassium-sources>div{display:flex;flex-wrap:wrap;gap:6px}.potassium-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes potassiumFlow{to{stroke-dashoffset:-1266}}@media(max-width:820px){.potassium-stage{grid-template-columns:1fr}.potassium-reading{min-height:280px}.potassium-checkpoints{grid-template-columns:1fr 1fr}}@media(max-width:600px){.potassium-tabs{display:flex;overflow-x:auto}.potassium-tabs button{flex:0 0 140px}.potassium-checkpoints,.potassium-criteria [role=row]{grid-template-columns:1fr}.potassium-criteria [role=row]:first-child{display:none}}.pacing-scan{stroke-width:2;stroke-dasharray:none;opacity:.75;animation-name:pacingCursor}@keyframes pacingCursor{0%{transform:translate(0)}to{transform:translate(540px)}}.rhythm-challenge-lab{--challenge:#f59e0b;min-width:0}.rhythm-challenge-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin:20px 0 10px}.rhythm-challenge-tabs button{display:flex;min-width:0;min-height:56px;flex-direction:column;justify-content:center;border:1px solid #e4dde7;border-radius:12px;background:#f8f6f9;padding:9px 10px;text-align:left;color:#665e6b}.rhythm-challenge-tabs button span{font-size:10px;font-weight:900}.rhythm-challenge-tabs button small{margin-top:3px;color:#9b929f;font-size:7px}.rhythm-challenge-tabs button[aria-selected=true]{border-color:#ec4899;background:#fff2f7;color:#c82e6a;box-shadow:0 6px 18px #ec48991c}.rhythm-challenge-context{display:flex;gap:10px;align-items:center;border-radius:11px;background:#302a3d;padding:10px 13px;color:#fff}.rhythm-challenge-context span{border-radius:999px;background:#ec4899;padding:4px 7px;font-size:7px;font-weight:900}.rhythm-challenge-context strong{font-size:9px}.rhythm-challenge-paper{margin-top:10px;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.rhythm-challenge-paper svg{display:block;min-width:760px;width:100%;height:auto}.rhythm-challenge-trace{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.rhythm-challenge-scan{fill:none;stroke:#ec4899;stroke-width:3;filter:drop-shadow(0 0 4px #ec4899);animation:rhythmChallengeScan 5s linear infinite}.rhythm-challenge-lead{fill:#c63e6b;font:900 13px Outfit}.rhythm-challenge-caption{fill:#766e7b;font-size:8px;font-weight:850}.rhythm-challenge-clue circle{fill:#fff;stroke:#f59e0b;stroke-width:2}.rhythm-challenge-clue text{fill:#9a5d06;font-size:7px;font-weight:900}.rhythm-challenge-workbench{display:grid;grid-template-columns:.36fr 1fr;gap:10px;margin-top:10px}.rhythm-challenge-steps{display:flex;flex-direction:column;gap:6px}.rhythm-challenge-steps button{display:flex;align-items:center;gap:8px;border:1px solid #e4dde7;border-radius:11px;background:#fff;padding:8px;color:#625a67;text-align:left}.rhythm-challenge-steps button b{display:grid;place-items:center;width:24px;height:24px;flex:0 0 auto;border-radius:50%;background:#f1edf3;color:#968d9d;font-size:7px}.rhythm-challenge-steps button span{font-size:9px;font-weight:900}.rhythm-challenge-steps button[aria-selected=true]{border-color:#f59e0b;background:#fff8e9}.rhythm-challenge-steps button[aria-selected=true] b{background:#f59e0b;color:#fff}.rhythm-challenge-question{border-radius:16px;background:#302a3d;padding:16px;color:#fff}.rhythm-challenge-question>span{color:#f6a8c8;font-size:8px;font-weight:900}.rhythm-challenge-question h4{margin:5px 0 10px;font-size:16px}.rhythm-challenge-question>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.rhythm-challenge-question>div>button{border:1px solid #ffffff1c;border-radius:10px;background:#ffffff0c;padding:9px;color:#ded7e2;font-size:8px;line-height:1.45;font-weight:800}.rhythm-challenge-question>div>button:hover,.rhythm-challenge-question>div>button:focus-visible{border-color:#f59e0b;background:#ffffff18}.rhythm-challenge-question aside{margin-top:9px;border-radius:10px;padding:10px}.rhythm-challenge-question aside.correct{background:#164d3d;color:#b8f5dc}.rhythm-challenge-question aside.wrong{background:#5a2838;color:#ffd0dc}.rhythm-challenge-question aside b{font-size:9px}.rhythm-challenge-question aside p{margin:4px 0 0;font-size:8px;line-height:1.55}.rhythm-challenge-question aside button{float:right;margin-top:-27px;border:0;border-radius:8px;background:#fff;padding:6px 8px;color:#2e2936;font-size:7px;font-weight:900}.rhythm-challenge-report{margin-top:10px;border:1px dashed #d9d1dd;border-radius:15px;background:#f8f6f9;padding:15px;color:#766e7b}.rhythm-challenge-report>span{font-size:7px;font-weight:900;letter-spacing:.1em}.rhythm-challenge-report h4{margin:4px 0 6px;font-size:16px;color:#4a424f}.rhythm-challenge-report p{margin:0;font-size:9px;line-height:1.65}.rhythm-challenge-report strong{display:block;margin-top:9px;border-radius:9px;background:#fff1d9;padding:9px;color:#76531d;font-size:8px;line-height:1.55}.rhythm-challenge-report.unlocked{border:1px solid #28b887;background:#edf9f5}.rhythm-challenge-report.unlocked>span{color:#13845e}.rhythm-challenge-criteria{margin-top:10px;border:1px solid #e5dee7;border-radius:13px;background:#fff}.rhythm-challenge-criteria summary{cursor:pointer;list-style:none;padding:11px 13px;color:#635b68;font-size:9px;font-weight:900}.rhythm-challenge-criteria summary::-webkit-details-marker{display:none}.rhythm-challenge-criteria summary span{float:right;color:#ec4899}.rhythm-challenge-criteria p{padding:0 13px;margin:7px 0 11px;color:#766f7b;font-size:8px;line-height:1.65}@keyframes rhythmChallengeScan{to{transform:translate(720px)}}@media(max-width:700px){.rhythm-challenge-tabs{display:flex;overflow-x:auto;padding:2px}.rhythm-challenge-tabs button{min-width:105px}.rhythm-challenge-workbench{grid-template-columns:1fr}.rhythm-challenge-steps{display:grid;grid-template-columns:repeat(5,95px);overflow-x:auto}.rhythm-challenge-question>div{grid-template-columns:1fr}.rhythm-challenge-question aside button{float:none;margin:7px 0 0}}.case-reasoning-lab{--case-orange:#f59e0b;margin:44px 0;padding:22px;border-radius:24px;background:#2f293a;color:#fff;box-shadow:0 24px 65px #33213f24}.case-lab-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.case-lab-heading>div>span{color:#f5a0b8;font:900 9px Outfit;letter-spacing:.16em}.case-lab-heading h2{margin:6px 0 4px;font-size:27px}.case-lab-heading p{margin:0;color:#bfb7c5;font-size:10px}.case-lab-heading button{flex:0 0 auto;border:1px solid #ffffff30;border-radius:22px;background:#ffffff0c;padding:10px 14px;color:#fff;font-size:10px;font-weight:900}.case-lab-heading button.is-playing{border-color:#4ec9ff;background:#0ea5e930;color:#7ed8ff}.case-tabs{display:flex;gap:6px;margin:20px 0 12px;overflow-x:auto;scrollbar-width:thin}.case-tabs button{flex:0 0 auto;border:1px solid #ffffff1c;border-radius:16px;background:#ffffff0a;padding:8px 11px;color:#cfc8d4;font-size:9px;font-weight:900}.case-tabs button[aria-selected=true]{border-color:#f5a0b8;background:#e83e8c;color:#fff}.reasoning-track{display:grid;grid-template-columns:repeat(8,minmax(88px,1fr));gap:6px;margin-bottom:12px;overflow-x:auto}.reasoning-track button{min-height:84px;border:2px solid transparent;border-radius:12px;background:#ffffff0b;padding:9px;text-align:left;color:#bbb3c1;transition:.2s}.reasoning-track button span,.reasoning-track button b,.reasoning-track button small{display:block}.reasoning-track button span{color:#f5a0b8;font:900 9px Outfit}.reasoning-track button b{margin:4px 0;font-size:11px;color:#fff}.reasoning-track button small{font-size:7px;line-height:1.45}.reasoning-track button.active{border-color:var(--case-orange);background:#fff9ed;color:#775619;box-shadow:0 0 0 3px #f59e0b20}.reasoning-track button.active b{color:#342d37}.reasoning-track button.done span{color:#5be0ab}.case-patient{display:grid;grid-template-columns:1fr 1fr 1fr 1.1fr 2fr 1.1fr;gap:1px;overflow:hidden;border:3px solid transparent;border-radius:14px;background:#e5dfe8;color:#302a38;transition:.2s}.case-patient.is-focused{border-color:var(--case-orange);box-shadow:0 0 0 4px #f59e0b25}.case-patient>div{min-width:0;background:#fff;padding:10px}.case-patient small,.case-patient strong{display:block}.case-patient small{color:#9a919d;font-size:7px;font-weight:900}.case-patient strong{margin-top:3px;overflow-wrap:anywhere;font-size:9px}.case-paper{position:relative;margin-top:12px;overflow:hidden;border-radius:18px;padding:16px;background-color:#fffafb;background-image:linear-gradient(#f4ccd6 1px,transparent 1px),linear-gradient(90deg,#f4ccd6 1px,transparent 1px),linear-gradient(#ed9fb2 1px,transparent 1px),linear-gradient(90deg,#ed9fb2 1px,transparent 1px);background-size:10px 10px,10px 10px,50px 50px,50px 50px;color:#332d3a}.case-paper-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.case-paper-title span{color:#d83e6e;font-size:8px;font-weight:900}.case-paper-title h3{margin:3px 0;font-size:17px}.case-paper-title>strong{color:#a76705;font-size:9px}.case-lead-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.case-lead{position:relative;border:3px solid transparent;border-radius:11px;background:#ffffffb8;transition:.2s}.case-lead.is-focused{border-color:var(--case-orange);background:#fff8e8;box-shadow:0 4px 14px #f59e0b25}.case-lead b{position:absolute;z-index:1;left:7px;top:4px;color:#c43c69;font:900 10px Outfit}.case-lead svg{display:block;width:100%;height:auto}.case-lead path,.case-rhythm path{fill:none;stroke:#312b38;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.case-rhythm{position:relative;margin-top:7px;border:3px solid transparent;border-radius:12px;background:#ffffffb8;transition:.2s}.case-rhythm.is-focused{border-color:var(--case-orange);background:#fff8e8;box-shadow:0 4px 14px #f59e0b25}.case-rhythm b{position:absolute;left:8px;top:4px;color:#c43c69;font:900 10px Outfit}.case-rhythm svg{display:block;width:100%;height:auto}.calibration-mark{position:absolute;left:25px;bottom:18px;width:45px;color:#716977;font-size:7px;font-weight:900}.calibration-mark i{display:block;width:18px;height:20px;border:3px solid #e64c78;border-bottom:0}.calibration-mark span{position:absolute;left:23px;top:2px}.calibration-mark em{display:block;margin-top:3px;font-style:normal}.case-decision{margin-top:12px;border-radius:18px;background:#fff;padding:18px;color:#302a38}.case-decision-copy>span{color:#e34575;font-size:8px;font-weight:900}.case-decision-copy h3{margin:5px 0;font-size:18px}.case-decision-copy p{margin:0;color:#817986;font-size:9px}.case-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px}.case-options button{border:1px solid #e6dfe8;border-radius:11px;background:#f8f6f9;padding:10px;color:#635c68;font-size:9px;line-height:1.55;font-weight:800}.case-options button:hover,.case-options button:focus-visible{border-color:var(--case-orange);background:#fff8e9}.case-feedback{margin-top:10px;border-radius:11px;padding:12px}.case-feedback.correct{background:#ebfaf4;color:#176948}.case-feedback.wrong{background:#fff1f3;color:#9b3049}.case-feedback strong{font-size:10px}.case-feedback p{margin:5px 0 0;font-size:9px;line-height:1.65}.case-feedback button{float:right;margin-top:-29px;border:0;border-radius:9px;background:#168c66;padding:7px 10px;color:#fff;font-size:8px;font-weight:900}.case-final-report{margin-top:12px;border-left:5px solid #43d29e;border-radius:15px;background:#fff;padding:18px;color:#302a38}.case-final-report>span{color:#159568;font-size:8px;font-weight:900}.case-final-report h3{margin:5px 0 8px;font-size:20px}.case-final-report p{color:#5e5763;font-size:10px;line-height:1.7}.case-final-report>strong{display:block;border-radius:9px;background:#fff3d9;padding:10px;color:#75531f;font-size:9px;line-height:1.65}.case-criteria-toggle{display:flex;width:100%;justify-content:space-between;margin-top:12px;border:1px solid #ffffff22;border-radius:12px;background:#ffffff0a;padding:11px 13px;color:#fff;font-size:9px;font-weight:900}.case-criteria{margin-top:7px;border-radius:12px;background:#ffffff0a;padding:13px;color:#cfc8d3}.case-criteria p,.case-criteria li{font-size:8px;line-height:1.75}.case-criteria ul{margin:7px 0;padding-left:18px}@media(prefers-reduced-motion:reduce){.case-reasoning-lab *{scroll-behavior:auto!important}}@media(max-width:900px){.case-patient{grid-template-columns:repeat(3,1fr)}.case-lead-grid{grid-template-columns:repeat(2,1fr)}.reasoning-track{grid-template-columns:repeat(8,130px)}}@media(max-width:560px){.case-reasoning-lab{margin-left:-10px;margin-right:-10px;padding:14px;border-radius:18px}.case-lab-heading{align-items:flex-start;flex-direction:column}.case-lab-heading h2{font-size:22px}.case-patient{grid-template-columns:1fr 1fr}.case-indication{grid-column:1/-1}.case-paper{padding:10px}.case-paper-title{flex-direction:column}.case-lead-grid{grid-template-columns:1fr 1fr;gap:3px}.case-options{grid-template-columns:1fr}.case-feedback button{float:none;margin-top:8px}.calibration-mark{display:none}}.quiz-hub{max-width:1120px}.quiz-hub-summary{display:flex;align-items:center;gap:24px;margin:34px 0 18px;border-radius:18px;background:#302a3d;padding:20px 24px;color:#fff}.quiz-hub-summary>div{display:flex;align-items:baseline;gap:7px;padding-right:23px;border-right:1px solid #ffffff22}.quiz-hub-summary strong{font:900 38px Outfit}.quiz-hub-summary span{font-size:11px;color:#d7cfdb}.quiz-hub-summary p{margin:0;color:#c9c1cd;font-size:11px;line-height:1.7}.quiz-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quiz-hub-grid>a{display:flex;min-height:180px;flex-direction:column;border:1px solid #e7e1e9;border-radius:18px;background:#fff;padding:20px;box-shadow:0 8px 28px #38243e0b;transition:.2s}.quiz-hub-grid>a:hover{transform:translateY(-3px);border-color:#b987e8;box-shadow:0 14px 35px #63347518}.quiz-hub-grid>a.passed{border-color:#86d4b6;background:linear-gradient(145deg,#fff,#f0fbf6)}.quiz-hub-grid>a>span{color:#d94775;font:900 9px Outfit;letter-spacing:.1em}.quiz-hub-grid h2{margin:7px 0;font-size:19px}.quiz-hub-grid p{margin:0;color:#77717e;font-size:10px;line-height:1.65}.quiz-hub-grid>a>div{display:flex;justify-content:space-between;margin-top:auto;padding-top:14px}.quiz-hub-grid small{color:#918a96;font-size:9px}.quiz-hub-grid strong{color:#7c3aed;font-size:9px}.quiz-hub-grid .passed strong{color:#168c66}.chapter-progress-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.chapter-progress-title>div span{display:block}.chapter-progress-title>div h2{margin:6px 0 0}.chapter-progress-title>a{border:1px solid #e5dfe8;border-radius:17px;background:#fff;padding:7px 11px;color:#7c3aed;font-size:9px;font-weight:900}.chapter-progress-title>a.passed{border-color:#8fd7bc;background:#effaf6;color:#168c66}@media(max-width:800px){.quiz-hub-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.quiz-hub-summary{align-items:flex-start;flex-direction:column}.quiz-hub-summary>div{width:100%;border-right:0;border-bottom:1px solid #ffffff22;padding:0 0 12px}.quiz-hub-grid{grid-template-columns:1fr}.quiz-hub-grid>a{min-height:155px}.chapter-progress-title{align-items:flex-start;flex-direction:column}.chapter-progress-title>a{align-self:stretch;text-align:center}}.quiz-guideline-note{margin:20px 0;border:1px solid #e4dfe7;border-radius:14px;background:#fff}.quiz-guideline-note summary{cursor:pointer;list-style:none;padding:13px 15px;color:#675f6c;font-size:10px;font-weight:900}.quiz-guideline-note summary::-webkit-details-marker{display:none}.quiz-guideline-note summary span{float:right;color:#7c3aed}.quiz-guideline-note p{margin:0;padding:0 15px 10px;color:#77717e;font-size:9px;line-height:1.7}.quiz-guideline-note>div{display:flex;flex-wrap:wrap;gap:6px;padding:0 15px 15px}.quiz-guideline-note a{border-radius:9px;background:#f4effa;padding:7px 9px;color:#6d36b7;font-size:8px;font-weight:900}.disease-evidence-boundary{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;padding:14px;border-top:1px solid #ebe5ee;background:#f8f6f9}.disease-evidence-boundary section{display:block!important;min-width:0;border-radius:10px;background:#fff;padding:12px}.disease-evidence-boundary section>span{display:block;margin-bottom:6px;color:var(--preview-color);font-size:9px;font-weight:900}.disease-evidence-boundary ul{margin:0;padding-left:17px}.disease-evidence-boundary li{margin:4px 0;color:#655e6a;font-size:9px;line-height:1.65}.disease-evidence-boundary nav{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:6px}.disease-evidence-boundary nav a{border:1px solid color-mix(in srgb,var(--preview-color) 24%,#fff);border-radius:9px;background:#fff;padding:7px 9px;color:var(--preview-color);font-size:8px;font-weight:900}@media(max-width:600px){.disease-evidence-boundary{grid-template-columns:1fr}.disease-evidence-boundary nav{grid-column:auto}}.brady-lab{--brady-color:#7c3aed;min-width:0}.brady-tabs{display:grid;min-width:0;grid-template-columns:repeat(6,1fr);gap:7px;margin:20px 0 12px}.brady-tabs button{display:flex;min-width:0;min-height:60px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.brady-tabs button span{font-size:10px;font-weight:900}.brady-tabs button small{margin-top:4px;color:#978f9b;font-size:8px;line-height:1.25}.brady-tabs button.active{border-color:var(--brady-color);background:#f4efff;color:var(--brady-color);box-shadow:0 6px 18px #7c3aed1c}.brady-stage{display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.45fr) minmax(260px,.65fr);gap:12px}.brady-paper{min-width:0;max-width:100%;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.brady-paper svg{display:block;min-width:760px;width:100%;height:auto}.brady-trace,.brady-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.brady-flow{stroke:#ec4899;stroke-width:8;stroke-dasharray:60 940;animation:bradyFlow 4.4s linear infinite;filter:drop-shadow(0 0 5px #ec4899)}.brady-lead{fill:#c83f6c;font:900 13px Outfit}.brady-p-marker{stroke:#7c3aed;stroke-width:2}.brady-p-label{fill:#7c3aed;font:900 10px Outfit}.brady-qrs-marker{fill:none;stroke:#ec4899;stroke-width:2;opacity:.18}.brady-bracket{fill:none;stroke:#f59e0b;stroke-width:3}.brady-pause-label{fill:#a76705;font-size:10px;font-weight:900}.brady-clock>text{fill:#5f5667;font-size:8px;font-weight:900}.brady-clock>line{stroke:#afa5b5;stroke-width:1.5}.brady-clock g line{stroke:#7c3aed;stroke-width:2}.brady-clock g circle{fill:#7c3aed;stroke:#fff;stroke-width:2}.brady-clock g text{fill:#655b6c;font-size:7px;font-weight:900}.brady-clock .clock-missed line,.brady-clock .clock-missed circle{fill:#fffafb;stroke:#ef4444;stroke-dasharray:3 2}.brady-clock .clock-missed text{fill:#c2354e}.brady-clock .clock-premature line,.brady-clock .clock-premature circle{fill:#f59e0b;stroke:#d97706}.brady-clock .clock-premature text{fill:#a55c00}.brady-clock .clock-retrograde line,.brady-clock .clock-retrograde circle{fill:#14b8a6;stroke:#0f8f82}.brady-clock .clock-retrograde text{fill:#0f766e}.brady-clock-rule{fill:#746b79;font-size:8px;font-weight:800}.brady-scale{fill:#8a828f;font-size:7px;font-weight:800}.brady-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.brady-reading>span{color:#f5a0b8;font-size:8px;font-weight:900;letter-spacing:.1em}.brady-reading h4{margin:6px 0 3px;font-size:20px;line-height:1.25}.brady-reading>strong{color:#bda2ff;font-size:10px}.brady-reading dl{display:grid;gap:6px;margin:13px 0}.brady-reading dl>div{border-radius:9px;background:#ffffff0c;padding:9px}.brady-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.brady-reading dd{margin:4px 0 0;font-size:9px;line-height:1.6}.brady-reading>div{border-left:3px solid #7c3aed;border-radius:8px;background:#ffffff0b;padding:9px}.brady-reading b{font-size:9px}.brady-reading p{margin:5px 0 0;color:#d0c9d4;font-size:8px;line-height:1.65}.brady-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.brady-reading aside p{color:#70532e}.brady-checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.brady-checklist article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.brady-checklist b{display:block;color:#ec4899;font:900 9px Outfit}.brady-checklist span{display:block;margin:4px 0;font-size:10px;font-weight:900}.brady-checklist p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.brady-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.brady-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.brady-criteria summary::-webkit-details-marker{display:none}.brady-criteria summary span{float:right;color:#7c3aed}.brady-criteria ul{margin:0;padding:0 20px 14px 34px}.brady-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.brady-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.brady-sources>span{color:#f5a0b7;font-size:8px;font-weight:900}.brady-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.brady-sources>div{display:flex;flex-wrap:wrap;gap:6px}.brady-sources a{display:inline-block;border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes bradyFlow{to{stroke-dashoffset:-1000}}@media(prefers-reduced-motion:reduce){.brady-flow{animation:none}}@media(max-width:820px){.brady-stage{grid-template-columns:1fr}.brady-reading{min-height:315px}.brady-checklist{grid-template-columns:1fr 1fr}}@media(max-width:600px){.brady-tabs{display:flex;overflow-x:auto}.brady-tabs button{flex:0 0 135px}.brady-checklist{grid-template-columns:1fr}.brady-paper{margin-left:-4px;margin-right:-4px}.brady-reading h4{font-size:18px}}.ventricular-emergency-lab{--emergency-color:#7c3aed;min-width:0}.emergency-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin:20px 0 12px}.emergency-tabs button{display:flex;min-height:61px;min-width:0;flex-direction:column;justify-content:center;border:1px solid #e4dde8;border-radius:12px;background:#f8f6f9;padding:9px 10px;color:#625a69;text-align:left}.emergency-tabs button span{font-size:10px;font-weight:900}.emergency-tabs button small{margin-top:4px;color:#99909f;font-size:7px;line-height:1.35}.emergency-tabs button[aria-selected=true]{border-color:var(--emergency-color);background:color-mix(in srgb,var(--emergency-color) 8%,white);color:var(--emergency-color);box-shadow:0 7px 20px color-mix(in srgb,var(--emergency-color) 16%,transparent)}.emergency-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.65fr);gap:12px;min-width:0}.emergency-paper{min-width:0;overflow-x:auto;border:1px solid #e9dfe5;border-radius:18px;background:#fffafb}.emergency-paper svg{display:block;min-width:760px;width:100%;height:auto}.emergency-trace{fill:none;stroke:#302a38;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.emergency-flow{fill:none;stroke:var(--emergency-color);stroke-width:7;stroke-linecap:round;stroke-dasharray:38 962;animation:emergencyFlow 3.6s linear infinite;filter:drop-shadow(0 0 5px var(--emergency-color))}.emergency-lead{fill:#c63a69;font:900 13px Outfit}.emergency-caption,.emergency-label{fill:#746c79;font-size:8px;font-weight:850}.emergency-fusion{fill:#0ea5e91b;stroke:#0ea5e9;stroke-width:3}.emergency-check{fill:#64748b0d;stroke:#64748b;stroke-width:2;stroke-dasharray:6 5}.emergency-reading{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff;min-width:0}.emergency-reading>span{color:#f0aac8;font-size:8px;font-weight:900;letter-spacing:.1em}.emergency-reading h4{margin:6px 0 4px;font-size:19px;line-height:1.28}.emergency-reading>strong{color:color-mix(in srgb,var(--emergency-color) 65%,white);font-size:10px}.emergency-reading dl{margin:12px 0}.emergency-reading dl div{padding:7px 0;border-top:1px solid #ffffff15}.emergency-reading dt{color:#aaa0b1;font-size:7px;font-weight:850}.emergency-reading dd{margin:3px 0 0;color:#ddd6e2;font-size:8px;line-height:1.55}.emergency-reading aside{margin-top:auto;border-left:3px solid var(--emergency-color);border-radius:9px;background:#ffffff0c;padding:10px}.emergency-reading aside b{font-size:8px}.emergency-reading aside p{margin:5px 0 0;color:#d8d0dc;font-size:8px;line-height:1.6}.emergency-triage{display:grid;grid-template-columns:1.2fr .58fr .8fr;gap:10px;align-items:stretch;margin-top:12px;border-radius:18px;background:#272230;padding:16px;color:#fff}.emergency-triage>div>span{color:#f4a4c7;font-size:7px;font-weight:900;letter-spacing:.1em}.emergency-triage h4{margin:4px 0;font-size:15px}.emergency-triage p{margin:0;color:#cfc7d4;font-size:8px;line-height:1.55}.emergency-triage button{border:1px solid #685d74;border-radius:13px;background:#3b3347;color:#fff;padding:11px;display:flex;flex-direction:column;justify-content:center;align-items:center}.emergency-triage button:not(:disabled){cursor:pointer}.emergency-triage button:disabled{opacity:.82}.emergency-triage button b{font-size:10px}.emergency-triage button small{margin-top:4px;color:#c8bece;font-size:7px}.emergency-triage>article{display:flex;flex-direction:column;justify-content:center;border-radius:13px;padding:11px}.emergency-triage>article span{font-size:8px;font-weight:900}.emergency-triage>article strong{margin-top:5px;font-size:8px;line-height:1.55}.emergency-triage>article.pulse{border:1px solid #10b981;background:#173e35;color:#a7f3d0}.emergency-triage>article.shock{border:1px solid #ef476f;background:#4d2432;color:#ffc0d1}.emergency-triage>article.nonshock{border:1px solid #f59e0b;background:#4b3820;color:#fed99b}.emergency-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.emergency-matrix article{border:1px solid #e6dfe8;border-radius:13px;background:#fff;padding:12px}.emergency-matrix b{display:block;color:var(--emergency-color);font-size:9px}.emergency-matrix span{display:block;margin:4px 0;font-size:10px;font-weight:900}.emergency-matrix p{margin:0;color:#756e7a;font-size:8px;line-height:1.55}.emergency-criteria{margin-top:12px;border:1px solid #e5dde8;border-radius:13px;background:#f8f6f9}.emergency-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#625a68;font-size:10px;font-weight:900}.emergency-criteria summary::-webkit-details-marker{display:none}.emergency-criteria summary span{float:right;color:var(--emergency-color)}.emergency-criteria ul{margin:0;padding:0 22px 6px 34px}.emergency-criteria li,.emergency-criteria>p{color:#716976;font-size:9px;line-height:1.65}.emergency-criteria>p{padding:0 14px 14px;margin:5px 0}.emergency-sources{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.emergency-sources a{border:1px solid #ded6e2;border-radius:9px;background:#fff;padding:7px 9px;color:#493f51;font-size:8px;font-weight:850;text-decoration:none}@keyframes emergencyFlow{to{stroke-dashoffset:-1000}}@media(max-width:820px){.emergency-tabs{display:flex;overflow-x:auto;padding:2px}.emergency-tabs button{min-width:122px}.emergency-stage,.emergency-triage{grid-template-columns:1fr}.emergency-matrix{grid-template-columns:1fr 1fr}.emergency-reading{min-height:330px}}.ventricular-rhythm-lab{--vent-color:#ec4899;min-width:0}.ventricular-tabs{display:grid;min-width:0;grid-template-columns:repeat(4,1fr);gap:7px;margin:20px 0 12px}.ventricular-tabs button{display:flex;min-width:0;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.ventricular-tabs button span{font-size:10px;font-weight:900}.ventricular-tabs button small{margin-top:4px;color:#978f9b;font-size:7px;line-height:1.4}.ventricular-tabs button.active{border-color:var(--vent-color);background:#fff1f6;color:#bc285b;box-shadow:0 6px 18px #ec48991c}.ventricular-stage{display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.5fr) minmax(265px,.65fr);gap:12px}.ventricular-paper{min-width:0;max-width:100%;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.ventricular-paper svg{display:block;min-width:760px;width:100%;height:auto}.vent-baseline{fill:none;stroke:#9e949f;stroke-width:1.5}.vent-normal-beat path,.vent-pvc-beat path,.vent-capture-beat path,.vent-fusion-beat path,.vent-independent-p path{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.vent-pvc-beat path{stroke:#e74475;stroke-width:6}.vent-pvc-beat.alternate path{stroke:#7c3aed}.vent-capture-beat path{stroke:#0ea5e9}.vent-fusion-beat path{stroke:#8b5cf6;stroke-width:6}.vent-capture-beat text,.vent-fusion-beat text{font-size:8px;font-weight:900}.vent-capture-beat text{fill:#087caf}.vent-fusion-beat text{fill:#6d3bc1}.vent-independent-p path{stroke:#f59e0b;stroke-width:3}.vent-independent-p text{fill:#ad6a05;font-size:8px;font-weight:900}.vent-lead{fill:#c83f6c;font:900 13px Outfit}.vent-bracket path{fill:none;stroke-width:2.5}.vent-bracket text{font-size:8px;font-weight:900}.vent-bracket.coupling path{stroke:#7c3aed}.vent-bracket.coupling text{fill:#6732b7}.vent-bracket.pause path{stroke:#f59e0b}.vent-bracket.pause text{fill:#a76705}.vent-av-guide{fill:none;stroke-width:2;stroke-dasharray:5 5}.vent-av-guide.atrial{stroke:#f59e0b}.vent-av-guide.ventricular{stroke:#ec4899}.vent-av-label{fill:#766e7b;font-size:7px;font-weight:900}.vent-ront-marker circle{fill:#f59e0b12;stroke:#f59e0b;stroke-width:3;stroke-dasharray:6 5}.vent-ront-marker path{stroke:#f59e0b;stroke-width:2}.vent-ront-marker text{fill:#a76100;font-size:9px;font-weight:900}.vent-scan{fill:none;stroke:#ec4899;stroke-width:3;opacity:.7;animation:ventricularScan 4s linear infinite;filter:drop-shadow(0 0 4px #ec4899)}.ventricular-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.ventricular-reading>span{color:#f5a0b8;font-size:8px;font-weight:900;letter-spacing:.1em}.ventricular-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.ventricular-reading>strong{color:#ffabc5;font-size:10px}.ventricular-reading ul{margin:12px 0;padding-left:17px}.ventricular-reading li{margin:5px 0;color:#d7cfd9;font-size:8px;line-height:1.6}.ventricular-reading>div{border-left:3px solid #ec4899;border-radius:8px;background:#ffffff0b;padding:9px}.ventricular-reading>div.vent-risk{margin-top:7px;border-left-color:#f59e0b;background:#f59e0b12}.ventricular-reading b{font-size:9px}.ventricular-reading p{margin:5px 0 0;color:#d0c9d4;font-size:8px;line-height:1.65}.ventricular-reading aside{margin-top:8px;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.ventricular-reading aside p{color:#70532e}.ventricular-evidence{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.ventricular-evidence article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.ventricular-evidence b{display:block;color:#ec4899;font:900 9px Outfit}.ventricular-evidence span{display:block;margin:4px 0;font-size:10px;font-weight:900}.ventricular-evidence p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.ventricular-next,.ventricular-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.ventricular-next summary,.ventricular-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.ventricular-next summary::-webkit-details-marker,.ventricular-criteria summary::-webkit-details-marker{display:none}.ventricular-next summary span,.ventricular-criteria summary span{float:right;color:#ec4899}.ventricular-next>p{margin:0;padding:0 14px 10px;color:#5f5765;font-size:9px;line-height:1.7}.ventricular-next>div{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:0 14px 14px}.ventricular-next>div b{grid-column:1/-1;color:#c52d61;font-size:8px}.ventricular-next>div span{border-radius:8px;background:#fff;padding:8px;color:#756d79;font-size:8px}.ventricular-criteria ul{margin:0;padding:0 20px 14px 34px}.ventricular-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.ventricular-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.ventricular-sources>span{color:#f5a0b7;font-size:8px;font-weight:900}.ventricular-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.ventricular-sources>div{display:flex;flex-wrap:wrap;gap:6px}.ventricular-sources a{display:inline-block;border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes ventricularScan{0%{transform:translate(0)}to{transform:translate(720px)}}@media(prefers-reduced-motion:reduce){.vent-scan{animation:none}}@media(max-width:820px){.ventricular-stage{grid-template-columns:1fr}.ventricular-reading{min-height:320px}.ventricular-evidence{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ventricular-tabs{display:flex;overflow-x:auto}.ventricular-tabs button{flex:0 0 138px}.ventricular-evidence,.ventricular-next>div{grid-template-columns:1fr}.ventricular-paper{margin-left:-4px;margin-right:-4px}.ventricular-reading h4{font-size:18px}}.av-ladder-lab{min-width:0}.av-mode-tabs{min-width:0;grid-template-columns:repeat(7,1fr)}.av-mode-tabs button{min-width:0}.av-block-sources>div{display:flex;flex-wrap:wrap;gap:6px}.av-block-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}.ladder-pattern-note{fill:#6d36b7;font-size:9px;font-weight:900}.ladder-pattern-note.urgent{fill:#bc2f59}@media(max-width:760px){.av-mode-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.av-mode-tabs button{flex:0 0 128px;scroll-snap-align:start}.av-pattern-card{min-height:270px}}.regular-narrow-lab{--narrow-color:#7c3aed;min-width:0}.regular-narrow-tabs{display:grid;min-width:0;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.regular-narrow-tabs button{display:flex;min-width:0;min-height:58px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.regular-narrow-tabs button span{font-size:10px;font-weight:900}.regular-narrow-tabs button small{margin-top:4px;color:#978f9b;font-size:8px}.regular-narrow-tabs button.active{border-color:var(--narrow-color);background:#f4efff;color:#6933bd;box-shadow:0 6px 18px #7c3aed1c}.regular-narrow-stage{display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.5fr) minmax(265px,.67fr);gap:12px}.regular-narrow-paper{min-width:0;max-width:100%;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.regular-narrow-paper svg{display:block;min-width:760px;width:100%;height:auto}.narrow-baseline{fill:none;stroke:#9e949f;stroke-width:1.5}.narrow-qrs-beat,.narrow-p path,.narrow-flutter-waves path{fill:none;stroke:#302a38;stroke-linecap:round;stroke-linejoin:round}.narrow-qrs-beat{stroke-width:5}.narrow-p path{stroke:#7c3aed;stroke-width:3}.narrow-p text{fill:#6f37c4;font-size:8px;font-weight:900}.atrial-p path{stroke:#e24b76}.atrial-p text{fill:#c03661}.avnrt-p circle{fill:#7c3aed12;stroke:#7c3aed;stroke-width:2}.avnrt-p text{fill:#6f37c4}.avrt-p path{stroke:#0ea5e9}.avrt-p text{fill:#087faf}.narrow-flutter-waves path{stroke:#e24b76;stroke-width:2.5}.narrow-flutter-waves text{fill:#c03661;font-size:9px;font-weight:900}.narrow-lead{fill:#c83f6c;font:900 13px Outfit}.narrow-measure path,.flutter-ratio path{fill:none;stroke:#f59e0b;stroke-width:2.5}.narrow-measure text,.flutter-ratio text{fill:#a76705;font-size:8px;font-weight:900}.narrow-scan{fill:none;stroke:#7c3aed;stroke-width:3;opacity:.72;animation:narrowScan 3.8s linear infinite;filter:drop-shadow(0 0 4px #7c3aed)}.regular-narrow-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.regular-narrow-reading>span{color:#f5a0b8;font-size:8px;font-weight:900;letter-spacing:.1em}.regular-narrow-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.regular-narrow-reading>strong{color:#c4a7ff;font-size:10px}.regular-narrow-reading dl{display:grid;gap:6px;margin:13px 0}.regular-narrow-reading dl>div{border-radius:9px;background:#ffffff0c;padding:9px}.regular-narrow-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.regular-narrow-reading dd{margin:4px 0 0;font-size:9px;line-height:1.6}.regular-narrow-reading>div{border-left:3px solid #7c3aed;border-radius:8px;background:#ffffff0b;padding:9px}.regular-narrow-reading b{font-size:9px}.regular-narrow-reading p{margin:5px 0 0;color:#d0c9d4;font-size:8px;line-height:1.65}.regular-narrow-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.regular-narrow-reading aside p{color:#70532e}.regular-narrow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.regular-narrow-steps article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.regular-narrow-steps b{display:block;color:#7c3aed;font:900 9px Outfit}.regular-narrow-steps span{display:block;margin:4px 0;font-size:10px;font-weight:900}.regular-narrow-steps p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.regular-narrow-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.regular-narrow-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.regular-narrow-criteria summary::-webkit-details-marker{display:none}.regular-narrow-criteria summary span{float:right;color:#7c3aed}.regular-narrow-table{padding:0 14px 14px}.regular-narrow-table>[role=row]{display:grid;grid-template-columns:1fr 1fr 2fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.regular-narrow-table>[role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.regular-narrow-table>[role=row]:last-child{border-bottom:0}.regular-narrow-table b,.regular-narrow-table strong{font-size:8px}.regular-narrow-table span{color:#716a76;font-size:8px;line-height:1.5}.regular-narrow-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.regular-narrow-sources>span{color:#f5a0b7;font-size:8px;font-weight:900}.regular-narrow-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.regular-narrow-sources>div{display:flex;flex-wrap:wrap;gap:6px}.regular-narrow-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes narrowScan{0%{transform:translate(0)}to{transform:translate(720px)}}@media(prefers-reduced-motion:reduce){.narrow-scan{animation:none}}@media(max-width:820px){.regular-narrow-stage{grid-template-columns:1fr}.regular-narrow-reading{min-height:335px}.regular-narrow-steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.regular-narrow-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.regular-narrow-tabs button{flex:0 0 140px;scroll-snap-align:start}.regular-narrow-steps{grid-template-columns:1fr}.regular-narrow-paper{margin-left:-4px;margin-right:-4px}.regular-narrow-reading h4{font-size:18px}.regular-narrow-table>[role=row]{grid-template-columns:1fr 1fr}.regular-narrow-table>[role=row]>*:last-child{grid-column:1/-1}}.aberrant-conduction-lab{--aberrant-color:#16a67a;min-width:0}.aberrant-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:20px 0 12px}.aberrant-tabs button{display:flex;min-width:0;flex-direction:column;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:10px;color:#6d6572;text-align:left}.aberrant-tabs button span{font-size:9px;font-weight:900}.aberrant-tabs button small{margin-top:3px;color:#958d99;font-size:7px}.aberrant-tabs button.active{border-color:var(--aberrant-color);background:color-mix(in srgb,var(--aberrant-color) 7%,#fff);color:var(--aberrant-color);box-shadow:0 6px 18px color-mix(in srgb,var(--aberrant-color) 16%,transparent)}.aberrant-tabs button.active small{color:var(--aberrant-color)}.aberrant-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.68fr);gap:12px}.aberrant-paper-scroll{min-width:0;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.aberrant-paper-scroll svg{display:block;min-width:740px;width:100%;height:auto}.aberrant-lead{fill:#c53d6a;font-size:13px;font-weight:900}.aberrant-baseline,.aberrant-recovery-base{fill:none;stroke:#9d949f;stroke-width:2}.aberrant-p path,.aberrant-qrs{fill:none;stroke:#302a39;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round}.aberrant-p.premature path{stroke:var(--aberrant-color);stroke-width:5;filter:drop-shadow(0 0 4px color-mix(in srgb,var(--aberrant-color) 60%,transparent))}.aberrant-p text{fill:var(--aberrant-color);font-size:10px;font-weight:900}.aberrant-qrs.wide{stroke-width:6}.aberrant-interval path{fill:none;stroke-width:3}.aberrant-interval text{font-size:9px;font-weight:900}.aberrant-interval.long path{stroke:#7c3aed}.aberrant-interval.long text{fill:#6433ad}.aberrant-interval.short path{stroke:#ec4899}.aberrant-interval.short text{fill:#ba3161}.aberrant-lane-label{fill:#746c78;font-size:9px;font-weight:900}.aberrant-refractory{fill:color-mix(in srgb,var(--aberrant-color) 18%,#fff);stroke:var(--aberrant-color);stroke-width:2}.aberrant-refractory-label{fill:var(--aberrant-color);font-size:8px;font-weight:900}.aberrant-collision path{stroke:#ef476f;stroke-width:3;stroke-dasharray:5 5}.aberrant-collision circle{fill:#ef476f;filter:drop-shadow(0 0 5px #ef476f)}.aberrant-collision text{fill:#b62f53;font-size:8px;font-weight:900}.aberrant-ventricular-origin circle{fill:#ef476f;filter:drop-shadow(0 0 5px #ef476f)}.aberrant-ventricular-origin path{stroke:#ef476f;stroke-width:3;stroke-dasharray:5 5}.aberrant-ventricular-origin text{fill:#b62f53;font-size:9px;font-weight:900}.aberrant-reading{display:flex;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.aberrant-reading>span{color:var(--aberrant-color);font-size:8px;font-weight:900}.aberrant-reading h4{margin:6px 0 4px;font-size:19px;line-height:1.3}.aberrant-reading>strong{color:color-mix(in srgb,var(--aberrant-color) 62%,#fff);font-size:9px}.aberrant-reading dl{display:grid;gap:7px;margin:13px 0}.aberrant-reading dl>div{border-radius:9px;background:#ffffff0d;padding:8px}.aberrant-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.aberrant-reading dd{margin:3px 0 0;font-size:8px;line-height:1.6}.aberrant-reading aside{margin-top:auto;border-left:3px solid var(--aberrant-color);border-radius:9px;background:#fff4df;padding:10px;color:#70532e}.aberrant-reading aside b{font-size:9px}.aberrant-reading aside p{margin:4px 0 0;font-size:8px;line-height:1.65}.aberrant-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.aberrant-proof article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.aberrant-proof b{color:var(--aberrant-color);font-size:8px}.aberrant-proof span{display:block;margin:4px 0;font-size:10px;font-weight:900}.aberrant-proof p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.aberrant-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.aberrant-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.aberrant-criteria summary::-webkit-details-marker{display:none}.aberrant-criteria summary span{float:right;color:var(--aberrant-color)}.aberrant-criteria [role=table]{padding:0 14px 14px}.aberrant-criteria [role=row]{display:grid;grid-template-columns:.8fr 1.4fr 1.4fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.aberrant-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.aberrant-criteria [role=row]:last-child{border-bottom:0}.aberrant-criteria b,.aberrant-criteria strong{font-size:8px}.aberrant-criteria span{color:#716a76;font-size:8px;line-height:1.5}.aberrant-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.aberrant-sources>span{color:#b9e8ff;font-size:8px;font-weight:900}.aberrant-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.aberrant-sources>div{display:flex;flex-wrap:wrap;gap:6px}.aberrant-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@media(max-width:800px){.aberrant-stage{grid-template-columns:1fr}.aberrant-reading{min-height:300px}}@media(max-width:600px){.aberrant-tabs,.aberrant-proof{grid-template-columns:repeat(2,1fr)}.aberrant-criteria [role=row]{grid-template-columns:1fr}.aberrant-criteria [role=row]:first-child{display:none}}.premature-beat-lab{--prem-color:#0ea5e9;min-width:0}.premature-tabs{display:grid;min-width:0;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.premature-tabs button{display:flex;min-width:0;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.premature-tabs button span{font-size:10px;font-weight:900}.premature-tabs button small{margin-top:4px;color:#978f9b;font-size:7px;line-height:1.4}.premature-tabs button.active{border-color:var(--prem-color);background:#eef9ff;color:#087fad;box-shadow:0 6px 18px #0ea5e91c}.premature-stage{display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.5fr) minmax(265px,.7fr);gap:12px}.premature-paper{min-width:0;max-width:100%;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.premature-paper svg{display:block;min-width:760px;width:100%;height:auto}.prem-trace{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.prem-lead{fill:#c83f6c;font:900 13px Outfit}.prem-p-marker path{fill:none;stroke:#0ea5e9;stroke-width:2.5;stroke-dasharray:4 3}.prem-p-marker text{fill:#087fad;font-size:9px;font-weight:900}.prem-p-marker circle{fill:#0ea5e912;stroke:#0ea5e9;stroke-width:2}.prem-p-marker.absent path{stroke:#ec4899}.prem-p-marker.absent text{fill:#c72f63}.prem-bracket path{fill:none;stroke-width:2.5}.prem-bracket text{font-size:8px;font-weight:900}.prem-bracket.coupling path{stroke:#7c3aed}.prem-bracket.coupling text{fill:#6936b8}.prem-bracket.pause path{stroke:#f59e0b}.prem-bracket.pause text{fill:#a76705}.prem-scan{fill:none;stroke:#0ea5e9;stroke-width:3;opacity:.72;animation:prematureScan 4s linear infinite;filter:drop-shadow(0 0 4px #0ea5e9)}.premature-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.premature-reading>span{color:#80d8f7;font-size:8px;font-weight:900;letter-spacing:.1em}.premature-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.premature-reading>strong{color:#7dd3fc;font-size:10px}.premature-reading dl{display:grid;gap:6px;margin:13px 0}.premature-reading dl>div{border-radius:9px;background:#ffffff0c;padding:8px}.premature-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.premature-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.premature-reading>div{border-left:3px solid #0ea5e9;border-radius:8px;background:#ffffff0b;padding:9px}.premature-reading b{font-size:9px}.premature-reading p{margin:5px 0 0;color:#d0c9d4;font-size:8px;line-height:1.65}.premature-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.premature-reading aside p{color:#70532e}.premature-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.premature-steps article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.premature-steps b{display:block;color:#0e9ccd;font:900 9px Outfit}.premature-steps span{display:block;margin:4px 0;font-size:10px;font-weight:900}.premature-steps p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.premature-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.premature-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.premature-criteria summary::-webkit-details-marker{display:none}.premature-criteria summary span{float:right;color:#0ea5e9}.premature-criteria [role=table]{padding:0 14px 14px}.premature-criteria [role=row]{display:grid;grid-template-columns:1fr 1.4fr 2fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.premature-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.premature-criteria [role=row]:last-child{border-bottom:0}.premature-criteria b,.premature-criteria strong{font-size:8px}.premature-criteria span{color:#716a76;font-size:8px;line-height:1.5}.premature-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.premature-sources>span{color:#80d8f7;font-size:8px;font-weight:900}.premature-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.premature-sources>div{display:flex;flex-wrap:wrap;gap:6px}.premature-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes prematureScan{0%{transform:translate(0)}to{transform:translate(720px)}}@media(prefers-reduced-motion:reduce){.prem-scan{animation:none}}@media(max-width:820px){.premature-stage{grid-template-columns:1fr}.premature-reading{min-height:390px}.premature-steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.premature-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.premature-tabs button{flex:0 0 145px;scroll-snap-align:start}.premature-steps{grid-template-columns:1fr}.premature-paper{margin-left:-4px;margin-right:-4px}.premature-reading h4{font-size:18px}.premature-criteria [role=row]{grid-template-columns:1fr 1fr}.premature-criteria [role=row]>*:last-child{grid-column:1/-1}}.irregular-narrow-lab{--irregular-color:#e74475;min-width:0}.irregular-tabs{display:grid;min-width:0;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.irregular-tabs button{display:flex;min-width:0;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.irregular-tabs button span{font-size:10px;font-weight:900}.irregular-tabs button small{margin-top:4px;color:#978f9b;font-size:7px;line-height:1.4}.irregular-tabs button.active{border-color:var(--irregular-color);background:#fff1f6;color:#bd2d5d;box-shadow:0 6px 18px #e744751c}.irregular-stage{display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.5fr) minmax(265px,.7fr);gap:12px}.irregular-paper{min-width:0;max-width:100%;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.irregular-paper svg{display:block;min-width:760px;width:100%;height:auto}.irregular-baseline{fill:none;stroke:#978d99;stroke-width:1.5}.irregular-qrs,.irregular-p path,.irregular-flutter path,.irregular-fibrillation{fill:none;stroke:#302a38;stroke-linecap:round;stroke-linejoin:round}.irregular-qrs{stroke-width:5}.irregular-p path{stroke:#7c3aed;stroke-width:3}.irregular-p.morphology-2 path{stroke:#0ea5e9}.irregular-p.morphology-3 path{stroke:#e74475}.irregular-p.premature path{stroke-width:4}.irregular-p text{fill:#6e36bf;font-size:8px;font-weight:900}.irregular-flutter path{stroke:#e74475;stroke-width:2.5}.irregular-flutter text{fill:#bf2e5e;font-size:9px;font-weight:900}.irregular-fibrillation{stroke:#e74475;stroke-width:2.3}.irregular-lead{fill:#c83f6c;font:900 13px Outfit}.irregular-rr path{fill:none;stroke:#7c3aed;stroke-width:2.5}.irregular-rr text{fill:#6936b8;font-size:8px;font-weight:900}.irregular-ratio text{fill:#a96805;font-size:9px;font-weight:900}.irregular-scan{fill:none;stroke:#e74475;stroke-width:3;opacity:.72;animation:irregularScan 4s linear infinite;filter:drop-shadow(0 0 4px #e74475)}.irregular-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.irregular-reading>span{color:#f59ab5;font-size:8px;font-weight:900;letter-spacing:.1em}.irregular-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.irregular-reading>strong{color:#f9a8c0;font-size:10px}.irregular-reading dl{display:grid;gap:6px;margin:13px 0}.irregular-reading dl>div{border-radius:9px;background:#ffffff0c;padding:8px}.irregular-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.irregular-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.irregular-reading>div{border-left:3px solid #e74475;border-radius:8px;background:#ffffff0b;padding:9px}.irregular-reading b{font-size:9px}.irregular-reading p{margin:5px 0 0;color:#d0c9d4;font-size:8px;line-height:1.65}.irregular-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.irregular-reading aside p{color:#70532e}.irregular-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.irregular-steps article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.irregular-steps b{display:block;color:#e74475;font:900 9px Outfit}.irregular-steps span{display:block;margin:4px 0;font-size:10px;font-weight:900}.irregular-steps p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.irregular-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.irregular-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.irregular-criteria summary::-webkit-details-marker{display:none}.irregular-criteria summary span{float:right;color:#e74475}.irregular-criteria [role=table]{padding:0 14px 14px}.irregular-criteria [role=row]{display:grid;grid-template-columns:1fr 1.8fr 1.8fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.irregular-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.irregular-criteria [role=row]:last-child{border-bottom:0}.irregular-criteria b,.irregular-criteria strong{font-size:8px}.irregular-criteria span{color:#716a76;font-size:8px;line-height:1.5}.irregular-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.irregular-sources>span{color:#f59ab5;font-size:8px;font-weight:900}.irregular-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.irregular-sources>div{display:flex;flex-wrap:wrap;gap:6px}.irregular-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes irregularScan{0%{transform:translate(0)}to{transform:translate(720px)}}@media(prefers-reduced-motion:reduce){.irregular-scan{animation:none}}@media(max-width:820px){.irregular-stage{grid-template-columns:1fr}.irregular-reading{min-height:370px}.irregular-steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.irregular-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.irregular-tabs button{flex:0 0 145px;scroll-snap-align:start}.irregular-steps{grid-template-columns:1fr}.irregular-paper{margin-left:-4px;margin-right:-4px}.irregular-reading h4{font-size:18px}.irregular-criteria [role=row]{grid-template-columns:1fr 1fr}.irregular-criteria [role=row]>*:last-child{grid-column:1/-1}}.bundle-branch-lab{--bundle-color:#6366f1;min-width:0}.bundle-tabs{display:grid;min-width:0;grid-template-columns:repeat(6,1fr);gap:7px;margin:20px 0 12px}.bundle-tabs button{display:flex;min-width:0;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.bundle-tabs button span{font-size:10px;font-weight:900}.bundle-tabs button small{margin-top:4px;color:#978f9b;font-size:7px;line-height:1.4}.bundle-tabs button.active{border-color:var(--bundle-color);background:#eff0ff;color:#4c50cb;box-shadow:0 6px 18px #6366f11c}.bundle-stage{display:grid;min-width:0;max-width:100%;grid-template-columns:minmax(0,1.5fr) minmax(265px,.7fr);gap:12px}.bundle-paper{min-width:0;max-width:100%;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.bundle-paper svg{display:block;min-width:760px;width:100%;height:auto}.bundle-baseline,.bundle-qrs,.bundle-repolarization{fill:none;stroke:#302a38;stroke-linecap:round;stroke-linejoin:round}.bundle-baseline,.bundle-repolarization{stroke-width:3}.bundle-qrs{stroke-width:5}.bundle-lead>text{fill:#c83f6c;font-size:12px;font-weight:900}.bundle-scan{fill:none;stroke:#6366f1;stroke-width:3;opacity:.65;animation:bundleScan 4.6s linear infinite;filter:drop-shadow(0 0 4px #6366f1)}.bundle-measure path{fill:none;stroke:#f59e0b;stroke-width:2.5}.bundle-measure text{fill:#a86705;font-size:9px;font-weight:900}.bundle-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.bundle-reading>span{color:#aeb0ff;font-size:8px;font-weight:900;letter-spacing:.1em}.bundle-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.bundle-reading>strong{color:#b9baff;font-size:10px}.bundle-reading dl{display:grid;gap:6px;margin:13px 0}.bundle-reading dl>div{border-radius:9px;background:#ffffff0c;padding:8px}.bundle-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.bundle-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.bundle-reading>div{border-left:3px solid #6366f1;border-radius:8px;background:#ffffff0b;padding:9px}.bundle-reading b{font-size:9px}.bundle-reading p{margin:5px 0 0;color:#d0c9d4;font-size:8px;line-height:1.65}.bundle-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.bundle-reading aside p{color:#70532e}.bundle-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.bundle-steps article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.bundle-steps b{display:block;color:#6366f1;font:900 9px Outfit}.bundle-steps span{display:block;margin:4px 0;font-size:10px;font-weight:900}.bundle-steps p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.bundle-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.bundle-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.bundle-criteria summary::-webkit-details-marker{display:none}.bundle-criteria summary span{float:right;color:#6366f1}.bundle-criteria [role=table]{padding:0 14px 14px}.bundle-criteria [role=row]{display:grid;grid-template-columns:1fr 1.6fr 2fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.bundle-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.bundle-criteria [role=row]:last-child{border-bottom:0}.bundle-criteria b,.bundle-criteria strong{font-size:8px}.bundle-criteria span{color:#716a76;font-size:8px;line-height:1.5}.bundle-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.bundle-sources>span{color:#b9baff;font-size:8px;font-weight:900}.bundle-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.bundle-sources>div{display:flex;flex-wrap:wrap;gap:6px}.bundle-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes bundleScan{0%{transform:translate(0)}to{transform:translate(200px)}}@media(prefers-reduced-motion:reduce){.bundle-scan{animation:none}}@media(max-width:820px){.bundle-stage{grid-template-columns:1fr}.bundle-reading{min-height:365px}.bundle-steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.bundle-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.bundle-tabs button{flex:0 0 140px;scroll-snap-align:start}.bundle-steps{grid-template-columns:1fr}.bundle-paper{margin-left:-4px;margin-right:-4px}.bundle-reading h4{font-size:18px}.bundle-criteria [role=row]{grid-template-columns:1fr 1fr}.bundle-criteria [role=row]>*:last-child{grid-column:1/-1}}.wide-differential-lab{--wide-color:#f59e0b;min-width:0}.wide-case-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 12px}.wide-case-tabs button{display:flex;min-width:0;min-height:64px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.wide-case-tabs button span{font-size:10px;font-weight:900}.wide-case-tabs button small{margin-top:4px;color:#978f9b;font-size:7px;line-height:1.4}.wide-case-tabs button.active{border-color:var(--wide-color);background:#fff8e8;color:#a76604;box-shadow:0 6px 18px #f59e0b24}.wide-stepper{display:grid;grid-template-columns:auto repeat(4,1fr);gap:7px;margin-bottom:12px}.wide-stepper>button{border:1px solid #f59e0b;border-radius:11px;background:#fff8e8;padding:8px 12px;color:#9f6206;font-size:9px;font-weight:900}.wide-stepper>div{display:flex;align-items:center;gap:7px;border:1px solid #e9e3eb;border-radius:10px;background:#fff;padding:8px}.wide-stepper>div b{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#eeebf0;color:#8c8490;font:900 8px Outfit}.wide-stepper>div span{font-size:8px;font-weight:900}.wide-stepper>div.active{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b20}.wide-stepper>div.active b{background:#f59e0b;color:#fff}.wide-stepper>div.done b{background:#302a3d;color:#fff}.wide-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.7fr);gap:12px}.wide-paper{min-width:0;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.wide-paper svg{display:block;min-width:760px;width:100%;height:auto}.wide-trace,.wide-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.wide-flow{stroke:#ec4899;stroke-width:8;stroke-dasharray:62 1500;animation:wideFlow 4.6s linear infinite;filter:drop-shadow(0 0 5px #ec4899)}.wide-lead-label{fill:#c83f6c;font:900 13px Outfit}.wide-p-wave path{fill:none;stroke:#7c3aed;stroke-width:3}.wide-p-wave text{fill:#6d35ba;font-size:8px;font-weight:900}.wide-special path{stroke:#0ea5e9;stroke-width:2}.wide-special text{fill:#087ead;font-size:8px;font-weight:900}.wide-highlight rect{fill:#f59e0b05;stroke:#f59e0b;stroke-width:3;stroke-dasharray:10 7;pointer-events:none;animation:widePulse 1.7s ease-in-out infinite}.wide-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.wide-reading>span{color:#f8c568;font-size:8px;font-weight:900;letter-spacing:.1em}.wide-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.wide-reading>strong{color:#f8c568;font-size:10px}.wide-reading dl{display:grid;gap:6px;margin:13px 0}.wide-reading dl>div{border-radius:9px;background:#ffffff0c;padding:8px;transition:.2s}.wide-reading dl>div.active{background:#f59e0b24;box-shadow:inset 3px 0 #f59e0b}.wide-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.wide-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.wide-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.wide-reading aside b{font-size:9px}.wide-reading aside p{margin:5px 0 0;font-size:8px;line-height:1.65}.wide-four-causes{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.wide-four-causes article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.wide-four-causes b{display:block;color:#e79716;font:900 9px Outfit}.wide-four-causes span{display:block;margin:4px 0;font-size:10px;font-weight:900}.wide-four-causes p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.wide-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.wide-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.wide-criteria summary::-webkit-details-marker{display:none}.wide-criteria summary span{float:right;color:#e79716}.wide-criteria [role=table]{padding:0 14px 14px}.wide-criteria [role=row]{display:grid;grid-template-columns:1fr 1.7fr 1.7fr;gap:7px;border-bottom:1px solid #e8e2eb;padding:8px}.wide-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.wide-criteria [role=row]:last-child{border-bottom:0}.wide-criteria b,.wide-criteria strong{font-size:8px}.wide-criteria span{color:#716a76;font-size:8px;line-height:1.5}.wide-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.wide-sources>span{color:#f8c568;font-size:8px;font-weight:900}.wide-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.wide-sources>div{display:flex;flex-wrap:wrap;gap:6px}.wide-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes wideFlow{to{stroke-dashoffset:-1562}}@keyframes widePulse{50%{stroke-opacity:.35}}@media(prefers-reduced-motion:reduce){.wide-flow,.wide-highlight rect{animation:none}}@media(max-width:820px){.wide-stage{grid-template-columns:1fr}.wide-reading{min-height:385px}.wide-four-causes,.wide-stepper{grid-template-columns:1fr 1fr}.wide-stepper>button{grid-column:1/-1}}@media(max-width:600px){.wide-case-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.wide-case-tabs button{flex:0 0 150px;scroll-snap-align:start}.wide-four-causes{grid-template-columns:1fr}.wide-paper{margin-left:-4px;margin-right:-4px}.wide-reading h4{font-size:18px}.wide-criteria [role=row]{grid-template-columns:1fr 1fr}.wide-criteria [role=row]>*:last-child{grid-column:1/-1}}.wide-baseline{fill:none;stroke:#302a38;stroke-width:3;stroke-linecap:round}.pacer-audit-lab{--audit-color:#0ea5e9;min-width:0}.audit-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:20px 0 12px}.audit-tabs button{display:flex;min-width:0;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#69616f;text-align:left}.audit-tabs button span{font-size:10px;font-weight:900}.audit-tabs button small{margin-top:4px;color:#978f9b;font-size:7px;line-height:1.4}.audit-tabs button.active{border-color:var(--audit-color);background:#eef9ff;color:#087eac;box-shadow:0 6px 18px #0ea5e921}.audit-stage{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.7fr);gap:12px}.audit-paper{min-width:0;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.audit-paper svg{display:block;min-width:760px;width:100%;height:auto}.audit-baseline,.audit-paced,.audit-native,.audit-fusion,.audit-noise path,.audit-missing path{fill:none;stroke:#302a38;stroke-linecap:round;stroke-linejoin:round}.audit-baseline{stroke-width:3}.audit-paced,.audit-fusion{stroke-width:6}.audit-native{stroke-width:5}.audit-fusion{stroke:#7c3aed}.audit-spike{fill:none;stroke:#ec4899;stroke-width:3}.audit-event.failed .audit-spike{stroke:#ef4444}.audit-noise path{stroke:#f59e0b;stroke-width:4;stroke-dasharray:4 3}.audit-missing>path:first-child{stroke-width:3}.audit-missing path.expected{stroke:#ef4444;stroke-width:2;stroke-dasharray:5 4}.audit-missing text{fill:#c73755;font-size:7px;font-weight:900}.audit-retro-p{fill:none;stroke:#f59e0b;stroke-width:3}.audit-event.tracked text{fill:#a96604;font-size:8px;font-weight:900}.audit-pmt-loop path{fill:none;stroke:#0ea5e9;stroke-width:2}.audit-pmt-loop text{fill:#087fab;font-size:7px;font-weight:900}.audit-lead{fill:#c83f6c;font:900 13px Outfit}.audit-focus{fill:#f59e0b08;stroke:#f59e0b;stroke-width:3;stroke-dasharray:9 6;pointer-events:none}.audit-scan{fill:none;stroke:#0ea5e9;stroke-width:3;opacity:.7;animation:auditScan 4.6s linear infinite;filter:drop-shadow(0 0 4px #0ea5e9)}.audit-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:18px;color:#fff}.audit-reading>span{color:#80d8f7;font-size:8px;font-weight:900;letter-spacing:.1em}.audit-reading h4{margin:6px 0 4px;font-size:20px;line-height:1.25}.audit-reading>strong{color:#7dd3fc;font-size:10px}.audit-reading dl{display:grid;gap:6px;margin:13px 0}.audit-reading dl>div{border-radius:9px;background:#ffffff0c;padding:8px}.audit-reading dl>div.verdict{background:#0ea5e924;box-shadow:inset 3px 0 #0ea5e9}.audit-reading dt{color:#aaa2af;font-size:8px;font-weight:900}.audit-reading dd{margin:3px 0 0;font-size:9px;line-height:1.55}.audit-reading aside{margin-top:auto;border-radius:9px;background:#fff3df;padding:10px;color:#70532e}.audit-reading aside b{font-size:9px}.audit-reading aside p{margin:5px 0 0;font-size:8px;line-height:1.65}.audit-ledger{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.audit-ledger button{display:grid;grid-template-columns:auto 1fr;gap:3px 8px;border:1px solid #e7e0e9;border-radius:12px;background:#fff;padding:10px;color:#67606c;text-align:left}.audit-ledger button b{grid-row:1/3;display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#eaf7fd;color:#087fad;font:900 8px Outfit}.audit-ledger button span{font-size:7px;font-weight:800}.audit-ledger button strong{font-size:9px}.audit-ledger button small{grid-column:1/-1;margin-top:3px;color:#918994;font-size:7px}.audit-ledger button.active{border-color:#f59e0b;background:#fff9eb;box-shadow:0 5px 15px #f59e0b20}.audit-ledger button.active b{background:#f59e0b;color:#fff}.audit-reasoning{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.audit-reasoning article{border:1px solid #e7e0e9;border-radius:13px;background:#fff;padding:12px}.audit-reasoning b{display:block;color:#0e9dcc;font:900 9px Outfit}.audit-reasoning span{display:block;margin:4px 0;font-size:10px;font-weight:900}.audit-reasoning p{margin:0;color:#77707b;font-size:8px;line-height:1.6}.audit-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.audit-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.audit-criteria summary::-webkit-details-marker{display:none}.audit-criteria summary span{float:right;color:#0ea5e9}.audit-criteria ul{margin:0;padding:0 20px 14px 34px}.audit-criteria li{margin:7px 0;color:#746d78;font-size:9px;line-height:1.65}.audit-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.audit-sources>span{color:#80d8f7;font-size:8px;font-weight:900}.audit-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.audit-sources>div{display:flex;flex-wrap:wrap;gap:6px}.audit-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes auditScan{0%{transform:translate(0)}to{transform:translate(710px)}}@media(prefers-reduced-motion:reduce){.audit-scan{animation:none}}@media(max-width:820px){.audit-stage{grid-template-columns:1fr}.audit-reading{min-height:365px}.audit-ledger,.audit-reasoning{grid-template-columns:1fr 1fr}}@media(max-width:600px){.audit-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.audit-tabs button{flex:0 0 145px;scroll-snap-align:start}.audit-ledger,.audit-reasoning{grid-template-columns:1fr}.audit-paper{margin-left:-4px;margin-right:-4px}.audit-reading h4{font-size:18px}}.injury-vector-lab{--injury-accent:#f0446f;min-width:0}.injury-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:20px 0 10px}.injury-mode-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.injury-mode-tabs button{display:flex;min-height:58px;align-items:center;gap:8px;border:1px solid #e7e0e9;border-radius:12px;background:#faf8fb;padding:9px;color:#6d6571;text-align:left}.injury-mode-tabs button b{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:50%;background:#ece8ee;color:#89818d;font:900 8px Outfit}.injury-mode-tabs button span{font-size:9px;font-weight:900;line-height:1.35}.injury-mode-tabs button.active{border-color:#f59e0b;background:#fff9ec;box-shadow:0 6px 18px #f59e0b20}.injury-mode-tabs button.active b{background:#f59e0b;color:#fff}.injury-play{border:1px solid #f59e0b;border-radius:12px;background:#fff9ec;padding:0 15px;color:#ad6800;font-size:9px;font-weight:900}.injury-territories{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:12px}.injury-territories button{display:flex;min-height:45px;flex-direction:column;justify-content:center;border:1px solid #e7e0e9;border-radius:10px;background:#fff;padding:6px 10px;color:#746c78;font-size:9px;font-weight:900}.injury-territories button small{margin-top:3px;color:#a097a3;font-size:7px}.injury-territories button.active{border-color:#ef476f;background:#fff2f6;color:#c62c59}.injury-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:12px}.injury-heart-panel,.injury-lead-panel{min-width:0;overflow:hidden;border:1px solid #eadfe6;border-radius:18px;background:#fff}.injury-heart-panel header,.injury-lead-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px 0}.injury-heart-panel header span,.injury-lead-panel header span{color:#c43b66;font-size:8px;font-weight:900;letter-spacing:.06em}.injury-heart-panel header strong,.injury-lead-panel header strong{max-width:65%;font-size:9px;line-height:1.45;text-align:right}.injury-heart-panel>svg{display:block;width:100%;height:auto}.injury-epi{fill:#f8dce2;stroke:#f4b4c2;stroke-width:8}.injury-muscle{stroke:#7f2339;stroke-width:2}.injury-endo{fill:#f6aab8;stroke:#ffd7de;stroke-width:8}.injury-cavity{fill:#fff6f8;stroke:#e8899c;stroke-width:3}.myofibres path{fill:none;stroke:#ffb3bf;stroke-width:4;stroke-linecap:round;opacity:.36}.injury-coronary path{fill:none;stroke:#ffd0d8;stroke-width:6;stroke-linecap:round}.injury-lesion{animation:injuryLesionPulse 1.9s ease-in-out infinite}.injury-lesion circle{fill:#fff4f6;opacity:.8}.injury-vector-arrow{fill:none;stroke:#f59e0b;stroke-width:6;stroke-dasharray:10 7;animation:injuryVectorFlow 1.2s linear infinite}.injury-layer-labels path{fill:none;stroke:#aaa1ad;stroke-width:2}.injury-layer-labels text{fill:#635c67;font-size:13px;font-weight:900}.injury-vector-label{fill:#b1700f;font-size:11px;font-weight:900}.injury-lead-panel{padding-bottom:13px}.injury-trace{position:relative;margin:12px 14px 0;border:1px solid #f0e2e7;border-radius:13px;background:#fff9fa;padding-top:9px}.injury-trace>b{display:block;padding:0 12px;color:#c43862;font-size:9px}.injury-trace svg{display:block;width:100%;height:auto}.injury-trace small{position:absolute;right:10px;top:8px;color:#948b97;font-size:7px;font-weight:800}.injury-grid{fill:none;stroke:#f4cfd7;stroke-width:1}.injury-ecg,.injury-ecg-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.injury-ecg-flow{stroke:#f0446f;stroke-width:8;stroke-dasharray:60 1000;animation:injuryEcgFlow 3.2s linear infinite;filter:drop-shadow(0 0 5px #f0446f)}.injury-lead-panel>p{margin:12px 16px 0;color:#77707b;font-size:8px;line-height:1.6}.injury-translation{margin-top:12px;border-radius:14px;background:#302a3d;padding:14px 16px;color:#fff}.injury-translation span{color:#f8c568;font-size:8px;font-weight:900;letter-spacing:.08em}.injury-translation h4{margin:5px 0;font-size:15px}.injury-translation p{margin:0;color:#cbc4cf;font-size:9px;line-height:1.65}.injury-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.injury-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.injury-criteria summary::-webkit-details-marker{display:none}.injury-criteria summary span{float:right;color:#f59e0b}.injury-criteria [role=table]{padding:0 14px 14px}.injury-criteria [role=row]{display:grid;grid-template-columns:1fr 1.6fr 1.8fr;gap:8px;border-bottom:1px solid #e8e2eb;padding:8px}.injury-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.injury-criteria [role=row]:last-child{border-bottom:0}.injury-criteria b,.injury-criteria strong{font-size:8px}.injury-criteria span{color:#716a76;font-size:8px;line-height:1.55}.injury-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.injury-sources>span{color:#f8c568;font-size:8px;font-weight:900}.injury-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.injury-sources>div{display:flex;flex-wrap:wrap;gap:6px}.injury-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes injuryLesionPulse{50%{opacity:.68}}@keyframes injuryVectorFlow{to{stroke-dashoffset:-34}}@keyframes injuryEcgFlow{to{stroke-dashoffset:-1060}}@media(prefers-reduced-motion:reduce){.injury-lesion,.injury-vector-arrow,.injury-ecg-flow{animation:none}}@media(max-width:820px){.injury-stage{grid-template-columns:1fr}.injury-heart-panel>svg{max-height:480px}.injury-mode-tabs{grid-template-columns:1fr 1fr}.injury-toolbar{grid-template-columns:1fr}.injury-play{min-height:42px}.injury-criteria [role=row]{grid-template-columns:1fr 1fr}.injury-criteria [role=row]>*:last-child{grid-column:1/-1}}@media(max-width:600px){.injury-territories{display:flex;overflow-x:auto}.injury-territories button{flex:0 0 125px}.injury-heart-panel header,.injury-lead-panel header{padding:12px 12px 0}.injury-heart-panel header strong,.injury-lead-panel header strong{max-width:58%}.injury-heart-panel>svg{min-width:530px}.injury-heart-panel{overflow-x:auto}.injury-mode-tabs button{min-height:54px}.injury-criteria [role=row]{grid-template-columns:1fr}.injury-criteria [role=row]>*:last-child{grid-column:auto}}.irregular-audit-toolbar{display:flex;align-items:stretch;justify-content:space-between;gap:8px;margin:-3px 0 10px}.irregular-audit-toolbar>div{display:flex;gap:6px}.irregular-audit-toolbar button{border:1px solid #e6dfe8;border-radius:9px;background:#fff;padding:8px 11px;color:#766e7a;font-size:8px;font-weight:900}.irregular-audit-toolbar button.active,.irregular-audit-toolbar button[aria-selected=true]{border-color:#e74475;background:#fff1f6;color:#bd2d5d}.irregular-audit-focus{fill:#f59e0b0b;stroke:#f59e0b;stroke-width:3;stroke-dasharray:8 5;animation:irregularFocusPulse 1.5s ease-in-out infinite}.irregular-audit-pin circle{fill:#f59e0b;filter:drop-shadow(0 2px 4px #f59e0b66)}.irregular-audit-pin text{fill:#fff;font-size:8px;font-weight:900}.irregular-event-ledger{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:11px}.irregular-event-ledger button{display:grid;min-width:0;grid-template-columns:auto 1fr;gap:3px 8px;border:1px solid #e7e0e9;border-radius:12px;background:#fff;padding:10px;color:#67606c;text-align:left}.irregular-event-ledger button b{grid-row:1/3;display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#f3eaf0;color:#bf3763;font:900 8px Outfit}.irregular-event-ledger button span{font-size:9px;font-weight:900}.irregular-event-ledger button small{color:#918994;font-size:7px;line-height:1.45}.irregular-event-ledger button.active{border-color:#f59e0b;background:#fff9eb;box-shadow:0 5px 15px #f59e0b20}.irregular-event-ledger button.active b{background:#f59e0b;color:#fff}.irregular-lead-note{margin:9px 2px 0;color:#837b86;font-size:8px;line-height:1.55}.irregular-flutter.lead-v1 text{fill:#0c94bd}.irregular-flutter.lead-v1 path{stroke:#0ea5e9}@keyframes irregularFocusPulse{50%{stroke-opacity:.35}}@media(prefers-reduced-motion:reduce){.irregular-audit-focus{animation:none}}@media(max-width:700px){.irregular-audit-toolbar{align-items:stretch;flex-direction:column}.irregular-audit-toolbar>div{display:grid;grid-template-columns:1fr 1fr}.irregular-audit-toolbar>button{min-height:38px}.irregular-event-ledger{grid-template-columns:1fr}.irregular-event-ledger button{min-height:58px}}.drug-channel-lab{--drug-accent:#0ea5e9;min-width:0}.drug-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 10px}.drug-tabs button{display:flex;min-width:0;min-height:60px;flex-direction:column;justify-content:center;border:1px solid #e6dfe8;border-radius:12px;background:#f8f6f9;padding:9px;color:#6d6571;text-align:left}.drug-tabs button span{font-size:9px;font-weight:900}.drug-tabs button small{margin-top:4px;color:#968e9a;font-size:7px}.drug-tabs button.active{border-color:#0ea5e9;background:#eef9ff;color:#087dab;box-shadow:0 6px 18px #0ea5e920}.drug-stepper{display:grid;grid-template-columns:auto repeat(4,1fr);gap:7px;margin-bottom:12px}.drug-stepper>button{border:1px solid #f59e0b;border-radius:10px;background:#fff9ec;padding:0 13px;color:#a96805;font-size:8px;font-weight:900}.drug-stepper>div{display:flex;align-items:center;gap:7px;border:1px solid #e8e2ea;border-radius:10px;background:#fff;padding:8px}.drug-stepper>div b{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#efebf0;color:#8c8490;font:900 8px Outfit}.drug-stepper>div span{font-size:8px;font-weight:900}.drug-stepper>div.active{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b20}.drug-stepper>div.active b{background:#f59e0b;color:#fff}.drug-stepper>div.done b{background:#302a3d;color:#fff}.drug-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.drug-cell-panel,.drug-ecg-panel{min-width:0;overflow:hidden;border:1px solid #e9e1e7;border-radius:18px;background:#fff}.drug-cell-panel.focus,.drug-ecg-panel.focus,.drug-intervals.focus{box-shadow:0 0 0 3px #f59e0b}.drug-cell-panel>header,.drug-ecg-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px 0}.drug-cell-panel>header span,.drug-ecg-panel>header span{color:#0e92bd;font-size:8px;font-weight:900}.drug-cell-panel>header strong,.drug-ecg-panel>header strong{max-width:65%;font-size:8px;line-height:1.5;text-align:right}.drug-cell-panel>svg{display:block;width:100%;height:auto}.drug-ap-axis{fill:none;stroke:#d8d1da;stroke-width:2}.drug-ap{fill:none;stroke:#302a3d;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.drug-phase-labels text{fill:#958d98;font-size:10px;font-weight:900}.drug-target circle{fill:#f59e0b20;stroke:#f59e0b;stroke-width:3;animation:drugTargetPulse 1.6s ease-in-out infinite}.drug-target text{fill:#f59e0b;font-size:12px}.drug-gates{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 14px 14px}.drug-gate{border-radius:10px;background:#f8f6f9;padding:8px}.drug-gate header{display:flex;justify-content:space-between;gap:8px}.drug-gate header span,.drug-gate header b{font-size:7px}.drug-gate>div{height:5px;margin:6px 0;border-radius:4px;background:#e4dee7;overflow:hidden}.drug-gate i{display:block;height:100%;border-radius:4px;transition:width .35s ease}.drug-gate small{color:#8b838e;font-size:6px}.drug-trace{position:relative;margin:11px 14px 0;border:1px solid #f0e2e7;border-radius:12px;background:#fffafb;padding-top:8px}.drug-trace>b{padding-left:10px;color:#c83f6c;font-size:9px}.drug-trace svg{display:block;width:100%;height:auto}.drug-grid{fill:none;stroke:#f2cbd5;stroke-width:1}.drug-ecg,.drug-ecg-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.drug-ecg-flow{stroke:#0ea5e9;stroke-width:8;stroke-dasharray:55 1000;animation:drugEcgFlow 3.5s linear infinite;filter:drop-shadow(0 0 4px #0ea5e9)}.drug-intervals{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px;border-radius:13px;transition:.2s}.drug-intervals article{border:1px solid #e7e0e9;border-radius:12px;background:#fff;padding:11px}.drug-intervals span{display:block;color:#918996;font-size:7px;font-weight:900}.drug-intervals strong{display:block;margin-top:4px;font-size:13px}.drug-reading{margin-top:12px;border-radius:16px;background:#302a3d;padding:16px;color:#fff}.drug-reading>span{color:#7dd3fc;font-size:8px;font-weight:900}.drug-reading h4{margin:5px 0 7px;font-size:18px}.drug-reading ul{margin:0;padding-left:18px}.drug-reading li{margin:5px 0;color:#cec7d2;font-size:8px;line-height:1.6}.drug-reading aside{margin-top:12px;border-radius:10px;background:#fff3df;padding:10px;color:#70532e}.drug-reading aside.focus{box-shadow:0 0 0 3px #f59e0b}.drug-reading aside b{font-size:9px}.drug-reading aside p{margin:5px 0 0;font-size:8px;line-height:1.65}.drug-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.drug-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.drug-criteria summary::-webkit-details-marker{display:none}.drug-criteria summary span{float:right;color:#0ea5e9}.drug-criteria [role=table]{padding:0 14px 14px}.drug-criteria [role=row]{display:grid;grid-template-columns:1fr 1fr 2.4fr;gap:8px;border-bottom:1px solid #e8e2eb;padding:8px}.drug-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.drug-criteria [role=row]:last-child{border-bottom:0}.drug-criteria b,.drug-criteria strong{font-size:8px}.drug-criteria span{color:#716a76;font-size:8px;line-height:1.55}.drug-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.drug-sources>span{color:#7dd3fc;font-size:8px;font-weight:900}.drug-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.drug-sources>div{display:flex;flex-wrap:wrap;gap:6px}.drug-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes drugTargetPulse{50%{r:20;opacity:.55}}@keyframes drugEcgFlow{to{stroke-dashoffset:-1055}}@media(prefers-reduced-motion:reduce){.drug-target circle,.drug-ecg-flow{animation:none}}@media(max-width:820px){.drug-stage{grid-template-columns:1fr}.drug-tabs{grid-template-columns:1fr 1fr}.drug-tabs button:last-child{grid-column:1/-1}.drug-stepper{grid-template-columns:1fr 1fr}.drug-stepper>button{grid-column:1/-1;min-height:40px}.drug-criteria [role=row]{grid-template-columns:1fr 1fr}.drug-criteria [role=row]>*:last-child{grid-column:1/-1}}@media(max-width:600px){.drug-tabs{display:flex;overflow-x:auto}.drug-tabs button{flex:0 0 145px}.drug-intervals{grid-template-columns:1fr 1fr}.drug-cell-panel>svg{min-width:500px}.drug-cell-panel{overflow-x:auto}.drug-gates{min-width:470px}.drug-criteria [role=row]{grid-template-columns:1fr}.drug-criteria [role=row]>*:last-child{grid-column:auto}}.supplemental-lead-lab{--supplemental-accent:#f0446f;min-width:0}.supplemental-lead-lab.case-posterior{--supplemental-accent:#7c3aed}.supplemental-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0 10px}.supplemental-tabs button{display:flex;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e5dfe8;border-radius:13px;background:#faf8fb;padding:10px 14px;color:#6d6571;text-align:left}.supplemental-tabs button span{color:#a299a6;font:900 7px Outfit;letter-spacing:.09em}.supplemental-tabs button b{margin-top:4px;font-size:10px}.supplemental-tabs button.active{border-color:var(--supplemental-accent);background:#fff4f7;color:#be315a;box-shadow:0 6px 18px #ef476f1f}.case-posterior .supplemental-tabs button.active{background:#f6f1ff;color:#6531ab}.supplemental-stepper{display:grid;grid-template-columns:auto repeat(5,1fr);gap:6px;margin-bottom:12px}.supplemental-stepper>button{display:flex;min-width:0;min-height:43px;align-items:center;gap:6px;border:1px solid #e6dfe8;border-radius:10px;background:#fff;padding:7px;color:#766e7a;text-align:left}.supplemental-stepper>button:first-child{justify-content:center;border-color:#f59e0b;background:#fff8eb;padding:0 12px;color:#a86806;font-size:8px;font-weight:900}.supplemental-stepper button b{display:grid;width:21px;height:21px;flex:0 0 auto;place-items:center;border-radius:50%;background:#eeeaf0;color:#89818d;font:900 7px Outfit}.supplemental-stepper button span{font-size:7px;font-weight:900;line-height:1.3}.supplemental-stepper button.active{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1c}.supplemental-stepper button.active b{background:#f59e0b;color:#fff}.supplemental-stepper button.done b{background:#302a3d;color:#fff}.supplemental-stage{display:grid;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);gap:12px}.supplemental-body-card,.supplemental-ecg-card{min-width:0;overflow:hidden;border:1px solid #e9e1e7;border-radius:18px;background:#fff;transition:.2s}.supplemental-body-card.focus,.supplemental-ecg-card.focus{box-shadow:0 0 0 3px #f59e0b}.supplemental-body-card>header,.supplemental-ecg-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px 0}.supplemental-body-card>header span,.supplemental-ecg-card>header span{color:var(--supplemental-accent);font-size:8px;font-weight:900}.supplemental-body-card>header strong,.supplemental-ecg-card>header strong{max-width:65%;color:#716a76;font-size:8px;line-height:1.55;text-align:right}.supplemental-lead-buttons{display:flex;justify-content:center;gap:6px;margin:13px 14px 0}.supplemental-lead-buttons button{min-width:46px;border:1px solid #dfd9e2;border-radius:10px;background:#f8f6f9;padding:8px;color:#716a76;font:900 9px Outfit}.supplemental-lead-buttons button.active{border-color:var(--supplemental-accent);background:var(--supplemental-accent);color:#fff;box-shadow:0 5px 14px #ef476f30}.supplemental-body-card>svg{display:block;width:100%;height:auto}.body-silhouette{fill:#fbf3f5;stroke:#dcbec7;stroke-width:3}.body-midline,.body-ribs{fill:none;stroke:#ead9de;stroke-width:2}.supplemental-body-card svg g{opacity:.42;transition:.25s}.supplemental-body-card svg g.body-active{opacity:1}.supplemental-body-card svg>g>text{fill:#817885;font-size:11px;font-weight:900;text-anchor:middle}.same-level-line{fill:none;stroke:#f59e0b;stroke-width:2;stroke-dasharray:5 5;opacity:.55}.placement-pin circle{fill:#fff;stroke:var(--supplemental-accent);stroke-width:3;transition:.2s}.placement-pin text{fill:#5f5864;font-size:7px;font-weight:900;text-anchor:middle;pointer-events:none}.placement-pin.active circle{fill:var(--supplemental-accent);filter:drop-shadow(0 3px 5px #ef476f66)}.placement-pin.active text{fill:#fff}.placement-pin.muted{opacity:.18}.placement-connector{fill:none;stroke:var(--supplemental-accent);stroke-width:3;stroke-dasharray:7 6;animation:supplementalConnector 1.3s linear infinite}.level-caption{fill:#a4680a;font-size:8px;font-weight:900;text-anchor:middle}.supplemental-body-card>article{margin:0 14px 14px;border-radius:11px;background:#f7f4f8;padding:11px}.supplemental-body-card>article span{color:var(--supplemental-accent);font-size:8px;font-weight:900}.supplemental-body-card>article p{margin:4px 0 0;color:#6f6874;font-size:8px;line-height:1.55}.supplemental-traces{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:13px 14px}.supplemental-trace{position:relative;min-width:0;overflow:hidden;border:1px solid #eee3e8;border-radius:12px;background:#fffafb;padding-top:8px}.supplemental-trace.active{border-color:var(--supplemental-accent);box-shadow:0 5px 16px #ef476f1c}.supplemental-trace>b{padding-left:9px;color:#c33b64;font:900 9px Outfit}.supplemental-trace>small{position:absolute;right:8px;top:10px;color:#99919c;font-size:6px;font-weight:900}.supplemental-trace svg{display:block;width:100%;height:auto}.supplemental-grid{fill:none;stroke:#f1d5dc;stroke-width:1}.supplemental-wave,.supplemental-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.supplemental-flow{stroke:var(--supplemental-accent);stroke-width:8;stroke-dasharray:70 1000;animation:supplementalFlow 3.2s linear infinite;filter:drop-shadow(0 0 4px #ef476f)}.supplemental-translation{margin:0 14px 14px;border-radius:11px;background:#302a3d;padding:12px;color:#fff}.supplemental-translation span{color:#f8c568;font-size:7px;font-weight:900}.supplemental-translation p{margin:5px 0 0;color:#d1cbd4;font-size:8px;line-height:1.6}.supplemental-safety{display:flex;align-items:center;gap:14px;margin-top:12px;border-left:4px solid #f59e0b;border-radius:12px;background:#fff7e8;padding:12px 14px}.supplemental-safety b{flex:0 0 185px;color:#78520f;font-size:9px}.supplemental-safety p{margin:0;color:#796b54;font-size:8px;line-height:1.6}.supplemental-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.supplemental-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.supplemental-criteria summary::-webkit-details-marker{display:none}.supplemental-criteria summary span{float:right;color:var(--supplemental-accent)}.supplemental-criteria>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 14px 14px}.supplemental-criteria article{border-radius:10px;background:#fff;padding:10px}.supplemental-criteria b{font-size:8px}.supplemental-criteria p{margin:5px 0 0;color:#746d78;font-size:8px;line-height:1.65}.supplemental-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.supplemental-sources>span{color:#f8c568;font-size:8px;font-weight:900}.supplemental-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.supplemental-sources>div{display:flex;flex-wrap:wrap;gap:6px}.supplemental-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes supplementalConnector{to{stroke-dashoffset:-26}}@keyframes supplementalFlow{to{stroke-dashoffset:-1070}}@media(prefers-reduced-motion:reduce){.placement-connector,.supplemental-flow{animation:none}}@media(max-width:820px){.supplemental-stage{grid-template-columns:1fr}.supplemental-stepper{grid-template-columns:repeat(3,1fr)}.supplemental-stepper>button:first-child{grid-column:1/-1;min-height:40px}.supplemental-traces{grid-template-columns:1fr 1fr}.supplemental-safety{align-items:flex-start;flex-direction:column;gap:6px}.supplemental-safety b{flex-basis:auto}}@media(max-width:600px){.supplemental-tabs{grid-template-columns:1fr}.supplemental-stepper{display:flex;overflow-x:auto}.supplemental-stepper>button{flex:0 0 128px}.supplemental-stepper>button:first-child{flex-basis:120px}.supplemental-body-card>header,.supplemental-ecg-card>header{padding:12px 12px 0}.supplemental-body-card>header strong,.supplemental-ecg-card>header strong{max-width:58%}.supplemental-body-card>svg{min-width:430px}.supplemental-body-card{overflow-x:auto}.supplemental-traces{grid-template-columns:1fr}.supplemental-criteria>div{grid-template-columns:1fr}}.st-differential-lab{--st-diff-accent:#ef476f;min-width:0}.st-diff-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:20px 0 10px}.st-diff-tabs button{display:flex;min-height:65px;min-width:0;flex-direction:column;justify-content:center;border:1px solid #e6dfe8;border-radius:12px;background:#faf8fb;padding:9px 11px;color:#6d6571;text-align:left}.st-diff-tabs button span{font-size:9px;font-weight:900}.st-diff-tabs button small{margin-top:4px;color:#958d99;font-size:7px;line-height:1.4}.st-diff-tabs button.active{border-color:#ef476f;background:#fff1f5;color:#bd2f5b;box-shadow:0 6px 18px #ef476f20}.st-diff-lenses{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:12px}.st-diff-lenses button{display:flex;min-width:0;align-items:center;gap:7px;border:1px solid #e7e1e9;border-radius:11px;background:#fff;padding:8px;color:#716a76;text-align:left}.st-diff-lenses button>b{display:grid;width:23px;height:23px;flex:0 0 auto;place-items:center;border-radius:50%;background:#efebf0;color:#8b838e;font:900 7px Outfit}.st-diff-lenses button>span{font-size:8px;font-weight:900}.st-diff-lenses button small{display:block;margin-top:2px;color:#9a929d;font-size:6px;line-height:1.3}.st-diff-lenses button.active{border-color:#f59e0b;background:#fff9ec;box-shadow:0 4px 14px #f59e0b1c}.st-diff-lenses button.active>b{background:#f59e0b;color:#fff}.st-diff-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:12px}.st-diff-paper{display:grid;min-width:0;grid-template-columns:repeat(4,1fr);gap:6px;border:1px solid #eadfe6;border-radius:18px;background:#fff;padding:10px}.st-diff-lead{position:relative;min-width:0;overflow:hidden;border:1px solid #f0e5ea;border-radius:10px;background:#fffafb;padding-top:7px}.st-diff-lead>b{padding-left:8px;color:#c33c66;font:900 8px Outfit}.st-diff-lead>small{position:absolute;right:7px;top:9px;color:#99919c;font-size:6px;font-weight:900}.st-diff-lead svg{display:block;width:100%;height:auto}.st-diff-grid{fill:none;stroke:#f3d4dc;stroke-width:1}.st-diff-wave,.st-diff-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.st-diff-flow{stroke:#ef476f;stroke-width:8;stroke-dasharray:65 1000;animation:stDiffFlow 3.3s linear infinite;filter:drop-shadow(0 0 4px #ef476f)}.st-diff-lead.state-neutral{opacity:.42}.st-diff-lead.state-reciprocal .st-diff-flow{stroke:#2563eb;filter:drop-shadow(0 0 4px #2563eb)}.st-diff-lead.state-early .st-diff-flow{stroke:#7c3aed;filter:drop-shadow(0 0 4px #7c3aed)}.st-diff-lead.state-secondary .st-diff-flow{stroke:#f59e0b;filter:drop-shadow(0 0 4px #f59e0b)}.st-diff-lead.state-tall-t .st-diff-flow{stroke:#0ea5e9;filter:drop-shadow(0 0 4px #0ea5e9)}.st-diff-lead.state-coved .st-diff-flow{stroke:#dc2626;filter:drop-shadow(0 0 4px #dc2626)}.st-diff-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.st-diff-reading>span{color:#f8a4bd;font-size:8px;font-weight:900;letter-spacing:.08em}.st-diff-reading h4{margin:5px 0 4px;font-size:18px;line-height:1.3}.st-diff-reading>strong{color:#f8c568;font-size:8px;line-height:1.5}.st-diff-evidence{margin-top:12px;border-radius:11px;background:#ffffff0d;padding:11px}.st-diff-evidence small{color:#aaa2ae;font-size:7px}.st-diff-evidence b{display:block;margin:4px 0;color:#fff;font-size:10px}.st-diff-evidence p{margin:0;color:#d3ccd6;font-size:8px;line-height:1.65}.st-diff-reading dl{display:grid;gap:6px;margin:10px 0}.st-diff-reading dl>div{border-radius:9px;background:#ffffff0b;padding:9px}.st-diff-reading dt{color:#f8a4bd;font-size:7px;font-weight:900}.st-diff-reading dd{margin:4px 0 0;color:#d4ced7;font-size:8px;line-height:1.6}.st-diff-reading aside{margin-top:auto;border-radius:10px;background:#fff2df;padding:10px;color:#734d24}.st-diff-reading aside b{font-size:8px}.st-diff-reading aside p{margin:4px 0 0;font-size:8px;line-height:1.6}.st-diff-checklist{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:12px}.st-diff-checklist button{min-width:0;border:1px solid #e7e0e9;border-radius:12px;background:#fff;padding:10px;color:#6e6773;text-align:left}.st-diff-checklist button b{color:#c43a65;font-size:8px}.st-diff-checklist button p{display:-webkit-box;overflow:hidden;margin:5px 0 0;color:#817985;font-size:7px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.st-diff-checklist button.active{border-color:#f59e0b;background:#fff9eb;box-shadow:0 4px 14px #f59e0b1b}.st-diff-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.st-diff-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.st-diff-criteria summary::-webkit-details-marker{display:none}.st-diff-criteria summary span{float:right;color:#ef476f}.st-diff-criteria [role=table]{padding:0 14px 14px}.st-diff-criteria [role=row]{display:grid;grid-template-columns:1fr 1.5fr 2fr;gap:8px;border-bottom:1px solid #e7e1e9;padding:8px}.st-diff-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.st-diff-criteria [role=row]:last-child{border-bottom:0}.st-diff-criteria b,.st-diff-criteria strong{font-size:8px}.st-diff-criteria span{color:#716a76;font-size:8px;line-height:1.55}.st-diff-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.st-diff-sources>span{color:#f8a4bd;font-size:8px;font-weight:900}.st-diff-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.st-diff-sources>div{display:flex;flex-wrap:wrap;gap:6px}.st-diff-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes stDiffFlow{to{stroke-dashoffset:-1065}}@media(prefers-reduced-motion:reduce){.st-diff-flow{animation:none}}@media(max-width:820px){.st-diff-stage{grid-template-columns:1fr}.st-diff-paper,.st-diff-lenses{grid-template-columns:repeat(3,1fr)}.st-diff-checklist{grid-template-columns:1fr 1fr}.st-diff-reading{min-height:400px}.st-diff-criteria [role=row]{grid-template-columns:1fr 1fr}.st-diff-criteria [role=row]>*:last-child{grid-column:1/-1}}@media(max-width:600px){.st-diff-tabs{display:flex;overflow-x:auto}.st-diff-tabs button{flex:0 0 155px}.st-diff-lenses{display:flex;overflow-x:auto}.st-diff-lenses button{flex:0 0 130px}.st-diff-paper{grid-template-columns:1fr 1fr}.st-diff-checklist{grid-template-columns:1fr}.st-diff-reading h4{font-size:17px}.st-diff-criteria [role=row]{grid-template-columns:1fr}.st-diff-criteria [role=row]>*:last-child{grid-column:auto}}.atrial-origin-lab{--atrial-origin-color:#16a67a;min-width:0}.atrial-origin-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:20px 0 10px}.atrial-origin-tabs button{display:flex;min-height:60px;min-width:0;flex-direction:column;justify-content:center;border:1px solid #e6dfe8;border-radius:12px;background:#faf8fb;padding:9px 11px;color:#6d6571;text-align:left}.atrial-origin-tabs button span{font-size:9px;font-weight:900}.atrial-origin-tabs button small{margin-top:4px;color:#968e9a;font-size:7px}.atrial-origin-tabs button.active{border-color:var(--atrial-origin-color);background:#f2fbf7;color:var(--atrial-origin-color);box-shadow:0 6px 18px #16a67a20}.atrial-origin-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:12px}.atrial-origin-steps button{display:flex;min-width:0;align-items:center;gap:7px;border:1px solid #e7e1e9;border-radius:11px;background:#fff;padding:8px;color:#706975;text-align:left}.atrial-origin-steps button>b{display:grid;width:23px;height:23px;flex:0 0 auto;place-items:center;border-radius:50%;background:#eeeaf0;color:#89818d;font:900 7px Outfit}.atrial-origin-steps button>span{font-size:8px;font-weight:900}.atrial-origin-steps button small{display:block;margin-top:2px;color:#99919c;font-size:6px;line-height:1.3}.atrial-origin-steps button.active{border-color:#f59e0b;background:#fff9ec;box-shadow:0 4px 14px #f59e0b1d}.atrial-origin-steps button.active>b{background:#f59e0b;color:#fff}.atrial-origin-stage{display:grid;grid-template-columns:minmax(270px,.62fr) minmax(0,1fr) minmax(260px,.6fr);gap:12px}.atrial-map-card,.atrial-leads-card{min-width:0;overflow:hidden;border:1px solid #e9e1e7;border-radius:18px;background:#fff}.atrial-map-card>header,.atrial-leads-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 15px 0}.atrial-map-card>header span,.atrial-leads-card>header span{color:var(--atrial-origin-color);font-size:8px;font-weight:900}.atrial-map-card>header strong,.atrial-leads-card>header strong{max-width:60%;color:#756e79;font-size:8px;line-height:1.45;text-align:right}.atrial-map-card>svg{display:block;width:100%;height:auto}.atrial-right,.atrial-left{fill:#fae8ed;stroke:#eab6c3;stroke-width:4}.atrial-left{fill:#f6eef9;stroke:#d6c2e5}.atrial-septum,.atrial-av-stem{fill:none;stroke:#ccb8c4;stroke-width:4}.atrial-sa-node{fill:#ec4899}.atrial-av-node{fill:#8b5cf6}.atrial-active-focus{fill:var(--atrial-origin-color);stroke:#fff;stroke-width:5;filter:drop-shadow(0 3px 6px color-mix(in srgb,var(--atrial-origin-color) 45%,transparent));animation:atrialFocusPulse 1.6s ease-in-out infinite}.atrial-active-focus.focus-b{animation-delay:.45s}.atrial-active-focus.focus-c{animation-delay:.9s}.atrial-spread,.atrial-down-flow{fill:none;stroke:var(--atrial-origin-color);stroke-width:6;stroke-linecap:round;stroke-dasharray:9 7;animation:atrialSpreadFlow 1.25s linear infinite}.atrial-spread.reverse{animation-direction:reverse}.atrial-flutter-loop{fill:none;stroke:var(--atrial-origin-color);stroke-width:8;stroke-linecap:round;stroke-dasharray:18 10;animation:atrialSpreadFlow 1s linear infinite}.atrial-map-label{fill:#8b838f;font-size:9px;font-weight:900}.atrial-map-card>article{margin:0 14px 14px;border-radius:11px;background:#f7f4f8;padding:11px}.atrial-map-card>article span{display:block;color:var(--atrial-origin-color);font-size:9px;font-weight:900;line-height:1.45}.atrial-map-card>article p{margin:4px 0;color:#6f6874;font-size:8px}.atrial-map-card>article small{color:#968e99;font-size:7px}.atrial-leads-card>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:13px}.atrial-origin-strip{position:relative;min-width:0;overflow:hidden;border:1px solid #f0e5ea;border-radius:10px;background:#fffafb;padding-top:7px}.atrial-origin-strip:last-child{grid-column:1/-1}.atrial-origin-strip>b{padding-left:8px;color:#c43a65;font:900 8px Outfit}.atrial-origin-strip>small{position:absolute;right:7px;top:9px;color:#99919c;font-size:6px;font-weight:900}.atrial-origin-strip svg{display:block;width:100%;height:auto}.atrial-origin-grid{fill:none;stroke:#f3d4dc;stroke-width:1}.atrial-origin-baseline,.atrial-origin-p,.atrial-origin-qrs,.atrial-origin-flow{fill:none;stroke:#302a38;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.atrial-origin-p{stroke:var(--atrial-origin-color);stroke-width:5}.atrial-origin-flow{stroke:var(--atrial-origin-color);stroke-width:7;stroke-dasharray:52 1000;animation:atrialEcgFlow 3s linear infinite;filter:drop-shadow(0 0 4px var(--atrial-origin-color))}.atrial-origin-strip.polarity-flutter .atrial-origin-p{stroke-width:4}.atrial-origin-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.atrial-origin-reading>span{color:#f8c568;font-size:8px;font-weight:900}.atrial-origin-reading h4{margin:5px 0;font-size:17px;line-height:1.35}.atrial-origin-reading>p{margin:0;color:#d3ccd6;font-size:9px;line-height:1.7}.atrial-origin-reading dl{display:grid;gap:6px;margin:12px 0}.atrial-origin-reading dl>div{border-radius:9px;background:#ffffff0c;padding:9px}.atrial-origin-reading dt{color:#aaa2ae;font-size:7px;font-weight:900}.atrial-origin-reading dd{margin:4px 0 0;color:#d4ced7;font-size:8px;line-height:1.55}.atrial-origin-reading aside{border-radius:10px;background:#eefaf6;padding:10px;color:#235c4b}.atrial-origin-reading aside b,.atrial-origin-reading>div b{font-size:8px}.atrial-origin-reading aside p,.atrial-origin-reading>div p{margin:4px 0 0;font-size:8px;line-height:1.6}.atrial-origin-reading>div{margin-top:8px;border-radius:10px;background:#fff2df;padding:10px;color:#714d27}.atrial-origin-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.atrial-origin-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.atrial-origin-criteria summary::-webkit-details-marker{display:none}.atrial-origin-criteria summary span{float:right;color:var(--atrial-origin-color)}.atrial-origin-criteria [role=table]{padding:0 14px 14px}.atrial-origin-criteria [role=row]{display:grid;grid-template-columns:1fr 1.5fr 2.2fr;gap:8px;border-bottom:1px solid #e7e1e9;padding:8px}.atrial-origin-criteria [role=row]:first-child{border-radius:8px;background:#302a3d;color:#fff}.atrial-origin-criteria [role=row]:last-child{border-bottom:0}.atrial-origin-criteria b,.atrial-origin-criteria strong{font-size:8px}.atrial-origin-criteria span{color:#716a76;font-size:8px;line-height:1.55}.atrial-origin-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.atrial-origin-sources>span{color:#f8c568;font-size:8px;font-weight:900}.atrial-origin-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.atrial-origin-sources>div{display:flex;flex-wrap:wrap;gap:6px}.atrial-origin-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes atrialFocusPulse{50%{r:17;opacity:.65}}@keyframes atrialSpreadFlow{to{stroke-dashoffset:-32}}@keyframes atrialEcgFlow{to{stroke-dashoffset:-1052}}@media(prefers-reduced-motion:reduce){.atrial-active-focus,.atrial-spread,.atrial-down-flow,.atrial-flutter-loop,.atrial-origin-flow{animation:none}}@media(max-width:900px){.atrial-origin-stage{grid-template-columns:1fr 1fr}.atrial-origin-reading{grid-column:1/-1;min-height:360px}.atrial-origin-steps{grid-template-columns:repeat(3,1fr)}.atrial-origin-criteria [role=row]{grid-template-columns:1fr 1fr}.atrial-origin-criteria [role=row]>*:last-child{grid-column:1/-1}}@media(max-width:600px){.atrial-origin-tabs{display:flex;overflow-x:auto}.atrial-origin-tabs button{flex:0 0 145px}.atrial-origin-steps{display:flex;overflow-x:auto}.atrial-origin-steps button{flex:0 0 135px}.atrial-origin-stage{grid-template-columns:1fr}.atrial-origin-reading{grid-column:auto}.atrial-leads-card>div{grid-template-columns:1fr}.atrial-origin-strip:last-child{grid-column:auto}.atrial-map-card>svg{max-height:390px}.atrial-origin-criteria [role=row]{grid-template-columns:1fr}.atrial-origin-criteria [role=row]>*:last-child{grid-column:auto}}.precordial-morphology-lab{--precordial-accent:#2563eb;min-width:0}.precordial-mode-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 10px}.precordial-mode-tabs button{display:flex;min-height:62px;min-width:0;flex-direction:column;justify-content:center;border:1px solid #e6dfe8;border-radius:12px;background:#faf8fb;padding:9px 11px;color:#6d6571;text-align:left}.precordial-mode-tabs button span{font-size:9px;font-weight:900}.precordial-mode-tabs button small{margin-top:4px;color:#968e9a;font-size:7px;line-height:1.35}.precordial-mode-tabs button.active{border-color:var(--precordial-accent);background:#eff6ff;color:#1d4ed8;box-shadow:0 6px 18px #2563eb20}.precordial-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:12px}.precordial-steps button{display:flex;min-width:0;align-items:center;gap:7px;border:1px solid #e7e1e9;border-radius:11px;background:#fff;padding:8px;color:#706975;text-align:left}.precordial-steps button>b{display:grid;width:23px;height:23px;flex:0 0 auto;place-items:center;border-radius:50%;background:#eeeaf0;color:#89818d;font:900 7px Outfit}.precordial-steps button>span{font-size:8px;font-weight:900}.precordial-steps button small{display:block;margin-top:2px;color:#99919c;font-size:6px;line-height:1.3}.precordial-steps button.active{border-color:#f59e0b;background:#fff9ec;box-shadow:0 4px 14px #f59e0b1d}.precordial-steps button.active>b{background:#f59e0b;color:#fff}.precordial-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:12px}.precordial-paper{display:grid;min-width:0;grid-template-columns:repeat(3,1fr);gap:7px;border:1px solid #e9e1e7;border-radius:18px;background:#fff;padding:11px}.precordial-lead{position:relative;min-width:0;overflow:hidden;border:1px solid #f0e5ea;border-radius:11px;background:#fffafb;padding:8px 0 0;color:#c43a65;text-align:left}.precordial-lead>b{padding-left:9px;font:900 9px Outfit}.precordial-lead>small{position:absolute;right:8px;top:10px;color:#99919c;font-size:6px;font-weight:900}.precordial-lead svg{display:block;width:100%;height:auto}.precordial-lead.selected{border-color:var(--precordial-accent);box-shadow:0 5px 16px #2563eb22}.precordial-grid{fill:none;stroke:#f3d4dc;stroke-width:1}.precordial-wave,.precordial-flow{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.precordial-flow{stroke:var(--precordial-accent);stroke-width:8;stroke-dasharray:65 1000;animation:precordialFlow 3.2s linear infinite;filter:drop-shadow(0 0 4px #2563eb)}.precordial-focus{fill:#2563eb08;stroke:#2563eb;stroke-width:2;stroke-dasharray:5 4;pointer-events:none}.mode-anterior-q .precordial-flow{stroke:#ef476f;filter:drop-shadow(0 0 4px #ef476f)}.mode-posterior-mirror .precordial-flow{stroke:#f59e0b;filter:drop-shadow(0 0 4px #f59e0b)}.mode-high-v1v2 .precordial-flow{stroke:#8b5cf6;filter:drop-shadow(0 0 4px #8b5cf6)}.precordial-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.precordial-reading>span{color:#93c5fd;font-size:8px;font-weight:900}.precordial-reading h4{margin:5px 0 8px;font-size:18px;line-height:1.3}.precordial-reading>strong{color:#f8c568;font-size:9px}.precordial-reading>p{margin:6px 0 0;color:#d3ccd6;font-size:8px;line-height:1.7}.precordial-reading dl{display:grid;gap:6px;margin:12px 0}.precordial-reading dl>div{border-radius:9px;background:#ffffff0c;padding:9px}.precordial-reading dt{color:#aaa2ae;font-size:7px;font-weight:900}.precordial-reading dd{margin:4px 0 0;color:#fff;font-size:8px;line-height:1.55}.precordial-reading aside{margin-top:auto;border-radius:10px;background:#fff2df;padding:10px;color:#714d27}.precordial-reading aside b{font-size:8px}.precordial-reading aside p{margin:4px 0 0;font-size:8px;line-height:1.6}.precordial-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.precordial-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.precordial-criteria summary::-webkit-details-marker{display:none}.precordial-criteria summary span{float:right;color:var(--precordial-accent)}.precordial-criteria>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 14px 14px}.precordial-criteria article{border-radius:10px;background:#fff;padding:10px}.precordial-criteria b{font-size:8px}.precordial-criteria p{margin:5px 0 0;color:#746d78;font-size:8px;line-height:1.65}.precordial-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.precordial-sources>span{color:#93c5fd;font-size:8px;font-weight:900}.precordial-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.precordial-sources>div{display:flex;flex-wrap:wrap;gap:6px}.precordial-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes precordialFlow{to{stroke-dashoffset:-1065}}@media(prefers-reduced-motion:reduce){.precordial-flow{animation:none}}@media(max-width:820px){.precordial-mode-tabs,.precordial-steps{grid-template-columns:repeat(3,1fr)}.precordial-stage{grid-template-columns:1fr}.precordial-reading{min-height:360px}}@media(max-width:600px){.precordial-mode-tabs,.precordial-steps{display:flex;overflow-x:auto}.precordial-mode-tabs button{flex:0 0 150px}.precordial-steps button{flex:0 0 135px}.precordial-paper{grid-template-columns:1fr 1fr;padding:8px}.precordial-criteria>div{grid-template-columns:1fr}.precordial-reading h4{font-size:17px}}.secondary-repolarization-lab{--secondary-accent:#7c3aed;min-width:0}.secondary-mode-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:20px 0 10px}.secondary-mode-tabs button{display:flex;min-height:62px;min-width:0;flex-direction:column;justify-content:center;border:1px solid #e6dfe8;border-radius:12px;background:#faf8fb;padding:9px 11px;color:#6d6571;text-align:left}.secondary-mode-tabs button span{font-size:9px;font-weight:900}.secondary-mode-tabs button small{margin-top:4px;color:#968e9a;font-size:7px;line-height:1.35}.secondary-mode-tabs button.active{border-color:var(--secondary-accent);background:#f5f1ff;color:#6936cb;box-shadow:0 6px 18px #7c3aed20}.secondary-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:10px;border-radius:12px;background:#f7f4f8;padding:8px}.secondary-toolbar>div{display:flex;gap:4px}.secondary-toolbar button{border:1px solid #e2dce5;border-radius:8px;background:#fff;padding:7px 9px;color:#79717e;font-size:7px;font-weight:900}.secondary-toolbar button.active{border-color:var(--secondary-accent);background:var(--secondary-accent);color:#fff}.secondary-toolbar button.prior.active{border-color:#64748b;background:#64748b}.secondary-toolbar button.current.active{border-color:#ef476f;background:#ef476f}.secondary-toolbar>span{margin-left:auto;color:#8c8490;font-size:7px}.secondary-lenses{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:12px}.secondary-lenses button{display:flex;min-width:0;align-items:center;gap:7px;border:1px solid #e7e1e9;border-radius:11px;background:#fff;padding:8px;color:#706975;text-align:left}.secondary-lenses button>b{display:grid;width:23px;height:23px;flex:0 0 auto;place-items:center;border-radius:50%;background:#eeeaf0;color:#89818d;font:900 7px Outfit}.secondary-lenses button>span{font-size:8px;font-weight:900}.secondary-lenses button small{display:block;margin-top:2px;color:#99919c;font-size:6px;line-height:1.3}.secondary-lenses button.active{border-color:#f59e0b;background:#fff9ec;box-shadow:0 4px 14px #f59e0b1d}.secondary-lenses button.active>b{background:#f59e0b;color:#fff}.secondary-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:12px}.secondary-paper{display:grid;min-width:0;grid-template-columns:repeat(3,1fr);gap:7px;border:1px solid #e9e1e7;border-radius:18px;background:#fff;padding:11px}.secondary-lead{position:relative;min-width:0;overflow:hidden;border:1px solid #f0e5ea;border-radius:11px;background:#fffafb;padding:8px 0 7px;color:#c43a65;text-align:left}.secondary-lead>b{padding-left:9px;font:900 9px Outfit}.secondary-lead>small{position:absolute;right:8px;top:10px;color:#99919c;font-size:6px;font-weight:900}.secondary-lead svg{display:block;width:100%;height:auto}.secondary-lead>i{display:block;margin:0 8px;border-radius:7px;padding:5px 7px;font-size:6px;font-style:normal;font-weight:900}.secondary-lead>i.opposite{background:#f3edff;color:#6f3bc8}.secondary-lead>i.same{background:#eef7f4;color:#268066}.secondary-lead.selected{border-color:var(--secondary-accent);box-shadow:0 5px 16px #7c3aed22}.secondary-grid{fill:none;stroke:#f3d4dc;stroke-width:1}.secondary-qrs,.secondary-stt,.secondary-flow,.secondary-prior-stt{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.secondary-stt{stroke:var(--secondary-accent);transition:opacity .25s}.secondary-prior-stt{stroke:#64748b;stroke-width:3;stroke-dasharray:5 5;opacity:.55}.secondary-flow{stroke:#ef476f;stroke-width:8;stroke-dasharray:70 1000;animation:secondaryFlow 3.2s linear infinite;filter:drop-shadow(0 0 4px #ef476f)}.qrs-only .secondary-stt,.qrs-only .secondary-prior-stt{opacity:.1}.qrs-only .secondary-flow{stroke-dasharray:45 1000}.secondary-focus{fill:#7c3aed08;stroke:var(--secondary-accent);stroke-width:2;stroke-dasharray:5 4;pointer-events:none}.secondary-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.secondary-reading>span{color:#c4b5fd;font-size:8px;font-weight:900}.secondary-reading h4{margin:5px 0 8px;font-size:18px;line-height:1.3}.secondary-reading>strong{color:#f8c568;font-size:9px}.secondary-reading>p{margin:6px 0 0;color:#d3ccd6;font-size:8px;line-height:1.7}.secondary-reading dl{display:grid;gap:6px;margin:12px 0}.secondary-reading dl>div{border-radius:9px;background:#ffffff0c;padding:9px}.secondary-reading dt{color:#aaa2ae;font-size:7px;font-weight:900}.secondary-reading dd{margin:4px 0 0;color:#fff;font-size:8px;line-height:1.55}.secondary-reading aside{margin-top:auto;border-radius:10px;background:#fff2df;padding:10px;color:#714d27}.secondary-reading aside b{font-size:8px}.secondary-reading aside p{margin:4px 0 0;font-size:8px;line-height:1.6}.secondary-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.secondary-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.secondary-criteria summary::-webkit-details-marker{display:none}.secondary-criteria summary span{float:right;color:var(--secondary-accent)}.secondary-criteria>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 14px 14px}.secondary-criteria article{border-radius:10px;background:#fff;padding:10px}.secondary-criteria b{font-size:8px}.secondary-criteria p{margin:5px 0 0;color:#746d78;font-size:8px;line-height:1.65}.secondary-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.secondary-sources>span{color:#c4b5fd;font-size:8px;font-weight:900}.secondary-sources p{margin:6px 0;color:#c8c0cc;font-size:8px;line-height:1.6}.secondary-sources>div{display:flex;flex-wrap:wrap;gap:6px}.secondary-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@keyframes secondaryFlow{to{stroke-dashoffset:-1070}}@media(prefers-reduced-motion:reduce){.secondary-flow{animation:none}}@media(max-width:820px){.secondary-mode-tabs,.secondary-lenses{grid-template-columns:repeat(3,1fr)}.secondary-stage{grid-template-columns:1fr}.secondary-reading{min-height:360px}}@media(max-width:600px){.secondary-mode-tabs,.secondary-lenses{display:flex;overflow-x:auto}.secondary-mode-tabs button{flex:0 0 155px}.secondary-lenses button{flex:0 0 135px}.secondary-toolbar{align-items:flex-start;flex-wrap:wrap}.secondary-toolbar>span{width:100%;margin-left:0}.secondary-paper{grid-template-columns:1fr 1fr;padding:8px}.secondary-criteria>div{grid-template-columns:1fr}.secondary-reading h4{font-size:17px}}.electrical-signal-lab{--signal:#ec4899;overflow:hidden}.signal-controls{display:flex;align-items:center;gap:14px;margin:24px 0}.signal-controls [role=tablist]{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;flex:1}.signal-controls [role=tab]{min-height:62px;padding:9px 12px;border:1px solid #ddd6e7;border-radius:14px;background:#fff;color:#4b4655;text-align:left;display:flex;gap:9px;align-items:center}.signal-controls [role=tab] b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f4f0f7;color:#9a91a3;font-size:.72rem}.signal-controls [role=tab] span{font-weight:800}.signal-controls [role=tab][aria-selected=true]{border-color:var(--signal);box-shadow:0 0 0 2px color-mix(in srgb,var(--signal) 18%,transparent);color:#241f2d}.signal-controls [role=tab][aria-selected=true] b{background:var(--signal);color:#fff}.signal-play{min-width:150px;border:0;border-radius:999px;padding:13px 18px;background:#2f293b;color:#fff;font-weight:850}.signal-stage{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.signal-tissue,.signal-meter{border:1px solid #e3dce9;border-radius:22px;background:#fff;padding:20px;box-shadow:0 12px 34px #2b23340f}.signal-tissue header,.signal-meter header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}.signal-tissue header span,.signal-meter header span{color:#a499ad;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.signal-tissue header strong,.signal-meter header strong{font-size:1.04rem}.signal-electrodes{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin:4px 6px 12px;color:#766d7d;font-size:.75rem;font-weight:850}.signal-electrodes i{font-style:normal;border:2px solid #a897b7;padding:7px 10px;border-radius:999px;width:max-content}.signal-electrodes i:last-child{justify-self:end;border-color:var(--signal);color:#c3296f}.signal-electrodes span{color:#b33374}.signal-cells{height:124px;border-radius:16px;background:#f6f1f7;padding:20px 12px;display:grid;grid-template-columns:repeat(12,1fr);gap:4px;position:relative;overflow:hidden}.signal-cells>span{border-radius:10px;background:#fff;border:1px solid #ddd3e3;display:grid;place-items:center;color:#ad9bb8;transition:.35s ease}.signal-cells>span.active{background:#382f45;border-color:#382f45;color:#fff}.signal-cells>span.recovered{background:#f9bfd9;border-color:#ef72a9;color:#a51b5c}.signal-front{position:absolute;left:50%;top:7px;bottom:7px;border-left:3px dashed #f59e0b;filter:drop-shadow(0 0 6px #f59e0b);animation:signal-front-pulse 1.1s ease-in-out infinite}.signal-front span{position:absolute;top:3px;left:8px;white-space:nowrap;color:#a65c00;font-size:.72rem;font-weight:900}.stage-repolarizing .signal-front span{right:8px;left:auto}.signal-tissue>p{margin:12px 0 0;text-align:center;color:#6f6676;font-weight:750}.signal-meter svg{width:100%;border-radius:14px;background:#fff8fb}.signal-grid-small{fill:none;stroke:#f4dce7;stroke-width:1}.signal-trace{fill:none;stroke:#302a38;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.signal-tracer{fill:var(--signal);filter:drop-shadow(0 0 6px var(--signal))}.signal-meter>p{margin:12px 0 0;color:#665d6d;line-height:1.65}.signal-mechanics{display:grid;grid-template-columns:1.15fr .75fr .8fr;gap:14px;align-items:stretch;margin-top:16px;padding:20px;border-radius:22px;background:#30293d;color:#fff}.signal-mechanics>div:first-child>span{color:#f6a6ca;font-size:.72rem;font-weight:900;letter-spacing:.09em}.signal-mechanics h4{font-size:1.18rem;margin:5px 0 7px}.signal-mechanics p{margin:0;color:#cfc8d6;line-height:1.55}.signal-mechanics>button{border:1px solid #665b72;border-radius:18px;background:#41384f;color:#fff;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.signal-heart{font-size:2rem;color:#31c48d;line-height:1;animation:signal-heartbeat 1.25s ease-in-out infinite}.signal-mechanics>button.no-pulse .signal-heart{color:#887f91;animation:none}.signal-mechanics>button small{color:#c7bfce;text-align:center}.signal-status{display:flex;flex-direction:column;gap:8px;justify-content:center}.signal-status span{border:1px solid #62596d;border-radius:12px;padding:10px 12px;color:#cfc7d5;font-size:.8rem;font-weight:800}.signal-status span.on{border-color:#2ab985;color:#9aefd0;background:#224239}.signal-status span.danger{border-color:#f59e0b;color:#ffd28a;background:#503b23}.signal-boundary{margin-top:16px;border:1px solid #e0d8e7;border-radius:16px;background:#fff}.signal-boundary summary{cursor:pointer;padding:15px 17px;font-weight:850;display:flex;justify-content:space-between}.signal-boundary>div{padding:0 17px 16px;color:#665e6c;line-height:1.65}.signal-boundary p{margin:8px 0}@keyframes signal-front-pulse{50%{opacity:.45;filter:drop-shadow(0 0 12px #f59e0b)}}@keyframes signal-heartbeat{0%,to{transform:scale(1)}12%{transform:scale(1.18)}25%{transform:scale(1)}38%{transform:scale(1.1)}50%{transform:scale(1)}}@media(max-width:820px){.signal-controls{align-items:stretch;flex-direction:column}.signal-controls [role=tablist]{overflow-x:auto;display:flex;padding:2px}.signal-controls [role=tab]{min-width:155px}.signal-play{align-self:flex-start}.signal-stage,.signal-mechanics{grid-template-columns:1fr}.signal-cells{height:106px;padding:16px 8px;gap:2px}.signal-cells>span{border-radius:7px}.signal-front span{font-size:.64rem}.signal-tissue,.signal-meter{padding:16px}}.projection-lab{--projection-accent:#f59e0b;min-width:0}.projection-presets{display:flex;flex-wrap:wrap;gap:6px;margin:20px 0 10px}.projection-presets button{border:1px solid #e4dce7;border-radius:9px;background:#faf8fb;padding:7px 10px;color:#706875;font-size:7px;font-weight:900}.projection-presets button:hover{border-color:#f59e0b;background:#fff8e8;color:#975900}.projection-stage{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,.55fr);gap:12px}.projection-compass{min-width:0;border:1px solid #e7e0e7;border-radius:18px;background:#fff}.projection-compass header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 0}.projection-compass header span{color:#f06a91;font-size:7px;font-weight:900}.projection-compass header strong{color:#655d69;font-size:8px}.projection-compass>svg{display:block;width:100%;max-height:480px}.projection-ring{fill:#fffafb;stroke:#eadfe5;stroke-width:2}.projection-cross{fill:none;stroke:#eee8ef;stroke-width:2}.projection-compass svg g line{stroke:#d9d1dc;stroke-width:2}.projection-compass svg g text{fill:#918996;font-size:11px;font-weight:900}.projection-compass svg g.active line{stroke:#7c3aed;stroke-width:4}.projection-compass svg g.active text{fill:#6d37ce;font-size:14px}.projection-active-axis{stroke:#7c3aed;stroke-width:4;stroke-dasharray:7 5}.projection-positive{fill:#7c3aed;stroke:#fff;stroke-width:3}.projection-plus{fill:#fff;font-size:12px;font-weight:900}.projection-vector{stroke:#f59e0b;stroke-width:9;stroke-linecap:round;filter:drop-shadow(0 0 5px #f59e0b66)}.projection-origin{fill:#302a3d}.projection-vector-tip{fill:#f59e0b;stroke:#fff;stroke-width:4;filter:drop-shadow(0 0 6px #f59e0baa)}.projection-compass>label{display:grid;grid-template-columns:115px 1fr 50px;align-items:center;gap:8px;margin:0 12px 12px;border-radius:10px;background:#f5f2f6;padding:9px}.projection-compass>label span{color:#706875;font-size:7px;font-weight:900}.projection-compass>label input{width:100%;accent-color:#f59e0b}.projection-compass>label output{border-radius:7px;background:#fff;padding:5px;color:#9a5a00;font-size:8px;font-weight:900;text-align:center}.projection-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.projection-reading>span{color:#f8c568;font-size:8px;font-weight:900}.projection-reading h4{margin:5px 0 8px;font-size:18px}.projection-main-wave{border-radius:11px;background:#fff}.projection-main-wave svg{display:block;width:100%;height:auto}.projection-baseline{fill:none;stroke:#e9e2ea;stroke-width:2}.projection-wave{fill:none;stroke:#302a38;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.projection-reading dl{display:grid;gap:6px;margin:10px 0}.projection-reading dl>div{border-radius:8px;background:#ffffff0b;padding:8px}.projection-reading dt{color:#aaa2ae;font-size:7px;font-weight:900}.projection-reading dd{margin:4px 0 0;font-size:8px;font-weight:900}.projection-reading>p{margin:auto 0 0;color:#d4cdd7;font-size:8px;line-height:1.7}.projection-leads{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin-top:12px}.projection-leads button{min-width:0;overflow:hidden;border:1px solid #e7e0e8;border-radius:11px;background:#fff;padding:7px;text-align:left}.projection-leads button header{display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.projection-leads button b{color:#5d5562;font-size:9px}.projection-leads button span{color:#938b97;font-size:6px;font-weight:800;text-align:right}.projection-leads button svg{display:block;width:100%;height:auto}.projection-leads button small{display:block;color:#938b97;font-size:6px;text-align:center}.projection-leads button.active{border-color:#7c3aed;background:#f7f2ff;box-shadow:0 4px 14px #7c3aed1f}.projection-leads button.active b,.projection-leads button.active span{color:#6935ce}.projection-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.projection-rules article{border:1px solid #e7e0e8;border-radius:11px;background:#fff;padding:10px}.projection-rules b{display:block;color:#f06a91;font-size:7px}.projection-rules strong{display:block;margin-top:4px;color:#39323f;font-size:9px}.projection-rules p{margin:4px 0 0;color:#756d79;font-size:7px}.projection-boundary{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.projection-boundary summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.projection-boundary summary::-webkit-details-marker{display:none}.projection-boundary summary span{float:right;color:#f59e0b}.projection-boundary>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 14px 14px}.projection-boundary p{margin:0;border-radius:9px;background:#fff;padding:10px;color:#756d79;font-size:8px;line-height:1.65}.projection-boundary b{color:#443b49}@media(max-width:820px){.projection-stage{grid-template-columns:1fr}.projection-reading{min-height:360px}.projection-leads{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.projection-presets{display:flex;overflow-x:auto;flex-wrap:nowrap}.projection-presets button{flex:0 0 120px}.projection-compass>svg{min-width:390px}.projection-compass{overflow-x:auto}.projection-compass>label{min-width:350px}.projection-leads{display:flex;overflow-x:auto}.projection-leads button{flex:0 0 120px}.projection-rules,.projection-boundary>div{grid-template-columns:1fr}}.caliper-lab{--caliper-accent:#7c3aed;min-width:0}.caliper-toolbar{display:flex;align-items:flex-end;gap:10px;margin:20px 0 12px}.caliper-toolbar>[role=tablist]{display:grid;min-width:0;flex:1;grid-template-columns:repeat(6,1fr);gap:6px}.caliper-toolbar [role=tab]{min-height:43px;border:1px solid #e5dfe8;border-radius:10px;background:#faf8fb;padding:7px;color:#746d78;font-size:7px;font-weight:900}.caliper-toolbar [role=tab].active{border-color:var(--caliper-accent);background:#f3edff;color:#6935ce;box-shadow:0 4px 14px #7c3aed20}.caliper-toolbar fieldset{display:flex;flex:0 0 auto;gap:4px;margin:0;border:0;border-radius:10px;background:#f4f0f5;padding:5px}.caliper-toolbar legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.caliper-toolbar fieldset button{border:0;border-radius:7px;background:transparent;padding:7px;color:#817984;font-size:7px;font-weight:900}.caliper-toolbar fieldset button.active{background:#302a3d;color:#fff}.caliper-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(240px,.55fr);gap:12px}.caliper-paper{min-width:0;overflow:hidden;border:1px solid #e8e0e7;border-radius:18px;background:#fff}.caliper-paper>header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 0}.caliper-paper>header span{color:#f06a91;font-size:7px;font-weight:900}.caliper-paper>header strong{color:#645c69;font-size:8px}.caliper-scroll svg{display:block;width:100%;height:auto}.caliper-scroll pattern path,.caliper-scroll pattern rect{fill:none;stroke:#f4d6df;stroke-width:1}.caliper-trace{fill:none;stroke:#302a38;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.caliper-horizontal rect{fill:#7c3aed12;stroke:none}.caliper-horizontal path{fill:none;stroke:#7c3aed;stroke-width:3;stroke-dasharray:5 4}.caliper-horizontal circle{fill:#7c3aed;stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 4px #7c3aed88)}.caliper-vertical line{stroke:#ef476f;stroke-width:3;stroke-dasharray:4 3}.caliper-vertical circle{fill:#ef476f;stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 4px #ef476f88)}.caliper-scroll text{fill:#c43a65;font-size:11px;font-weight:900}.caliper-scroll .caliper-start-label,.caliper-scroll .caliper-end-label{fill:#746d78;font-size:9px}.caliper-slider{display:grid;grid-template-columns:160px 1fr 72px;align-items:center;gap:10px;margin:0 12px 12px;border-radius:11px;background:#f5f2f6;padding:9px 11px}.caliper-slider>span{color:#6d6571;font-size:7px;font-weight:900}.caliper-slider input{width:100%;accent-color:var(--caliper-accent)}.caliper-slider output{border-radius:7px;background:#fff;padding:6px;color:#6935ce;font-size:8px;font-weight:900;text-align:center}.caliper-reading{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.caliper-reading>span{color:#c4b5fd;font-size:8px;font-weight:900}.caliper-reading h4{margin:5px 0 10px;font-size:19px}.caliper-reading dl{display:grid;gap:6px;margin:0 0 12px}.caliper-reading dl>div{border-radius:9px;background:#ffffff0b;padding:9px}.caliper-reading dt{color:#aaa2ae;font-size:7px;font-weight:900}.caliper-reading dd{margin:4px 0 0;font-size:8px;font-weight:800}.caliper-reading>strong{color:#f8c568;font-size:11px;line-height:1.55}.caliper-reading>p{margin:7px 0;color:#d3ccd6;font-size:8px;line-height:1.7}.caliper-reading aside{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:auto;border-radius:10px;background:#ffffff0b;padding:9px}.caliper-reading aside b{grid-column:1/-1;color:#c4b5fd;font-size:7px}.caliper-reading aside span{font-size:7px;font-weight:900}.caliper-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.caliper-checks article{border:1px solid #e7e1e9;border-radius:11px;background:#fff;padding:10px}.caliper-checks b{color:#6935ce;font-size:8px}.caliper-checks p{margin:5px 0 0;color:#756e79;font-size:8px;line-height:1.6}.caliper-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.caliper-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.caliper-criteria summary::-webkit-details-marker{display:none}.caliper-criteria summary span{float:right;color:#7c3aed}.caliper-criteria>div{padding:0 14px 14px}.caliper-criteria [role=row]{display:grid;grid-template-columns:.7fr 1.2fr 1.5fr;border-bottom:1px solid #eee8ef;padding:8px;font-size:7px;line-height:1.55}.caliper-criteria [role=row]:last-child{border-bottom:0}.caliper-criteria [role=row]:first-child{border-radius:8px;background:#eee9f0}.caliper-sources{margin-top:12px;border-radius:12px;background:#302a3d;padding:11px 13px;color:#fff}.caliper-sources span{color:#c4b5fd;font-size:8px;font-weight:900}.caliper-sources p{margin:5px 0 0;color:#cbc4ce;font-size:8px;line-height:1.6}@media(max-width:820px){.caliper-toolbar{align-items:stretch;flex-direction:column}.caliper-toolbar>[role=tablist]{grid-template-columns:repeat(3,1fr)}.caliper-toolbar fieldset{justify-content:center}.caliper-stage{grid-template-columns:1fr}.caliper-reading{min-height:300px}}@media(max-width:600px){.caliper-toolbar>[role=tablist]{display:flex;overflow-x:auto}.caliper-toolbar [role=tab]{flex:0 0 125px}.caliper-scroll{overflow-x:auto}.caliper-scroll svg{min-width:720px}.caliper-slider{grid-template-columns:1fr 64px;min-width:680px}.caliper-slider>span{grid-column:1/-1}.caliper-checks,.caliper-criteria [role=row]{grid-template-columns:1fr}.caliper-criteria [role=row]:first-child{display:none}}.wide-morphology-lab{--morph:#f59e0b;min-width:0}.wide-morph-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:20px 0 12px}.wide-morph-tabs button{display:flex;min-width:0;min-height:62px;flex-direction:column;justify-content:center;border:1px solid #e6dfe8;border-radius:12px;background:#faf8fb;padding:9px;color:#706875;text-align:left}.wide-morph-tabs button span{font-size:9px;font-weight:900}.wide-morph-tabs button small{margin-top:4px;color:#958d99;font-size:7px;line-height:1.4}.wide-morph-tabs button.active{border-color:var(--morph);background:#fff8e8;color:#9c5c00;box-shadow:0 6px 18px #f59e0b22}.wide-morph-flow{display:grid;grid-template-columns:auto repeat(4,1fr);gap:7px;margin-bottom:12px}.wide-morph-flow>button{border:1px solid var(--morph);border-radius:11px;background:#fff8e8;padding:8px 12px;color:#995b02;font-size:8px;font-weight:900}.wide-morph-flow>div{display:flex;align-items:center;gap:6px;border:1px solid #e8e1ea;border-radius:10px;background:#fff;padding:8px}.wide-morph-flow>div b{display:grid;width:21px;height:21px;flex:0 0 auto;place-items:center;border-radius:50%;background:#eeeaf0;color:#8b838f;font-size:7px}.wide-morph-flow>div span{font-size:7px;font-weight:900;line-height:1.35}.wide-morph-flow>div.active{border-color:var(--morph);box-shadow:0 0 0 2px #f59e0b20}.wide-morph-flow>div.active b{background:var(--morph);color:#fff}.wide-morph-flow>div.done b{background:#302a3d;color:#fff}.wide-morph-stage{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:12px}.wide-precordial-paper{min-width:0;overflow-x:auto;border:1px solid #eadfe6;border-radius:18px;background:#fffafb}.wide-precordial-grid{display:grid;min-width:660px;grid-template-columns:repeat(3,1fr);padding:8px}.wide-precordial-grid svg{display:block;width:100%;border-radius:10px;background:linear-gradient(#f4dce755 1px,transparent 1px),linear-gradient(90deg,#f4dce755 1px,transparent 1px);background-size:10px 10px}.wide-precordial-grid svg>text{fill:#c43c68;font-size:11px;font-weight:900}.morph-baseline{fill:none;stroke:#e1d9e2;stroke-width:1}.morph-trace{fill:none;stroke:#302a38;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.morph-caliper path{fill:none;stroke:#f59e0b;stroke-width:2}.morph-caliper text{fill:#a76200;font-size:8px;font-weight:900}.wide-morph-result{display:flex;min-width:0;flex-direction:column;border-radius:18px;background:#302a3d;padding:17px;color:#fff}.wide-morph-result>span{color:#f8c568;font-size:8px;font-weight:900}.wide-morph-result h4{margin:5px 0 6px;font-size:18px;line-height:1.3}.wide-morph-result>strong{color:#f8c568;font-size:10px}.wide-morph-result>p{margin:9px 0;color:#d2cbd6;font-size:8px;line-height:1.75}.wide-morph-result>aside{margin-top:auto;border-radius:10px;background:#fff3df;padding:10px;color:#715329;font-size:8px;font-weight:800;line-height:1.65}.vi-vt-meter{display:grid;gap:7px;margin:2px 0 12px;border-radius:11px;background:#ffffff0b;padding:10px}.vi-vt-meter>div{display:grid;grid-template-columns:85px 1fr 46px;align-items:center;gap:6px}.vi-vt-meter span,.vi-vt-meter b{font-size:7px}.vi-vt-meter i{height:6px;min-width:4px;border-radius:999px;background:#38bdf8}.vi-vt-meter>div:nth-child(2) i{background:#f472b6}.vi-vt-meter>strong{color:#f8c568;font-size:9px;text-align:right}.wide-evidence-ladder{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.wide-evidence-ladder article{border:1px solid #e7e0e8;border-radius:12px;background:#fff;padding:11px}.wide-evidence-ladder b{display:block;color:#b46b00;font-size:7px}.wide-evidence-ladder strong{display:block;margin:4px 0;color:#3e3744;font-size:9px}.wide-evidence-ladder p{margin:0;color:#756e79;font-size:7px;line-height:1.6}.wide-morph-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.wide-morph-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.wide-morph-criteria summary::-webkit-details-marker{display:none}.wide-morph-criteria summary span{float:right;color:var(--morph)}.wide-morph-criteria>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 14px 14px}.wide-morph-criteria article{border-radius:10px;background:#fff;padding:10px}.wide-morph-criteria b{font-size:8px}.wide-morph-criteria p{margin:5px 0 0;color:#716a76;font-size:8px;line-height:1.65}.wide-morph-sources{margin-top:12px;border-radius:13px;background:#302a3d;padding:12px 14px;color:#fff}.wide-morph-sources>span{color:#f8c568;font-size:8px;font-weight:900}.wide-morph-sources p{margin:6px 0;color:#c8c0cc;font-size:8px}.wide-morph-sources>div{display:flex;flex-wrap:wrap;gap:6px}.wide-morph-sources a{border:1px solid #ffffff24;border-radius:8px;padding:6px 8px;color:#fff;font-size:8px;font-weight:800;text-decoration:none}@media(max-width:820px){.wide-morph-flow{grid-template-columns:repeat(4,1fr)}.wide-morph-flow>button{grid-column:1/-1}.wide-morph-stage{grid-template-columns:1fr}.wide-morph-result{min-height:300px}.wide-evidence-ladder{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.wide-morph-tabs{display:flex;overflow-x:auto}.wide-morph-tabs button{flex:0 0 150px}.wide-morph-flow{display:flex;overflow-x:auto}.wide-morph-flow>button{position:sticky;left:0;z-index:2;flex:0 0 105px}.wide-morph-flow>div{flex:0 0 135px}.wide-evidence-ladder,.wide-morph-criteria>div{grid-template-columns:1fr}}.conduction-lab{--conduction-accent:#f59e0b;min-width:0}.conduction-controls{display:flex;align-items:stretch;gap:8px;margin:20px 0 12px}.conduction-play{flex:0 0 145px;border:0;border-radius:12px;background:#302a3d;color:#fff;font-size:8px;font-weight:900}.conduction-controls>[role=tablist]{display:grid;min-width:0;flex:1;grid-template-columns:repeat(6,1fr);gap:6px}.conduction-controls [role=tab]{display:flex;min-width:0;align-items:center;gap:6px;border:1px solid #e6dfe8;border-radius:11px;background:#faf8fb;padding:8px;color:#736b77;text-align:left}.conduction-controls [role=tab] b{display:grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border-radius:50%;background:#ede8ef;color:#88808d;font:900 7px Outfit}.conduction-controls [role=tab] span{overflow:hidden;font-size:7px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.conduction-controls [role=tab].active{border-color:var(--conduction-accent);background:#fff8e8;color:#9a5a00;box-shadow:0 5px 16px #f59e0b22}.conduction-controls [role=tab].active b{background:var(--conduction-accent);color:#fff}.conduction-stage{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:12px}.conduction-heart-card,.conduction-ecg-card{min-width:0;overflow:hidden;border:1px solid #e8e0e7;border-radius:18px;background:#fff}.conduction-heart-card header,.conduction-ecg-card header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 0}.conduction-heart-card header span,.conduction-ecg-card header span{color:#f06a91;font-size:7px;font-weight:900}.conduction-heart-card header strong,.conduction-ecg-card header strong{max-width:64%;color:#5f5765;font-size:8px;text-align:right}.conduction-heart-card svg,.conduction-ecg-card svg{display:block;width:100%;height:auto}.conduction-heart-shape{fill:url(#conduction-heart-fill);stroke:#e4b7c7;stroke-width:5}.conduction-septum{fill:none;stroke:#e1b5c6;stroke-width:4}.conduction-path{fill:none;stroke:#37a4d6;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:7 8}.conduction-nodes circle{fill:#fff;stroke:#37a4d6;stroke-width:5}.conduction-pulse{fill:#f59e0b;stroke:#fff;stroke-width:6;filter:drop-shadow(0 0 9px #f59e0baa);animation:conductionPulse 1.4s ease-in-out infinite;transition:cx .35s ease,cy .35s ease}.conduction-heart-card text{fill:#776e7b;font-size:13px;font-weight:900}.conduction-heart-card .conduction-chamber{fill:#af8596;font-size:12px}.conduction-ecg-card{display:flex;flex-direction:column}.conduction-ecg-card svg{margin-top:10px}.conduction-ecg-card pattern path,.conduction-ecg-card rect{fill:none;stroke:#f4d6df;stroke-width:1}.conduction-ecg{fill:none;stroke:#302a38;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.conduction-cursor{stroke:#f59e0b;stroke-width:3;stroke-dasharray:5 5;transition:x1 .35s ease,x2 .35s ease}.conduction-cursor-dot{fill:#f59e0b;filter:drop-shadow(0 0 5px #f59e0b);transition:cx .35s ease}.conduction-ecg-card svg text{fill:#c43a65;font-size:12px;font-weight:900}.conduction-bracket{fill:none;stroke:#9d949f;stroke-width:2}.conduction-ecg-card aside{margin:auto 12px 12px;border-radius:10px;background:#fff6df;padding:10px;color:#755526}.conduction-ecg-card aside b{font-size:8px}.conduction-ecg-card aside p{margin:4px 0 0;font-size:7px;line-height:1.55}.conduction-reading{margin-top:12px;border-radius:18px;background:#302a3d;padding:16px;color:#fff}.conduction-reading>span{color:#f8c568;font-size:8px;font-weight:900}.conduction-reading h4{margin:5px 0 12px;font-size:19px}.conduction-reading>div{display:grid;grid-template-columns:.8fr 1.4fr 1fr;gap:8px}.conduction-reading section{border-radius:10px;background:#ffffff0b;padding:10px}.conduction-reading small{display:block;color:#aaa2ae;font-size:7px;font-weight:900}.conduction-reading strong{display:block;margin-top:5px;font-size:8px;line-height:1.6}.conduction-criteria{margin-top:12px;border:1px solid #e6dfe8;border-radius:13px;background:#f8f6f9}.conduction-criteria summary{cursor:pointer;list-style:none;padding:12px 14px;color:#665e6b;font-size:10px;font-weight:900}.conduction-criteria summary::-webkit-details-marker{display:none}.conduction-criteria summary span{float:right;color:#f59e0b}.conduction-criteria>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:0 14px 14px}.conduction-criteria article{border-radius:10px;background:#fff;padding:10px}.conduction-criteria b{font-size:8px}.conduction-criteria p{margin:5px 0 0;color:#746d78;font-size:8px;line-height:1.65}@keyframes conductionPulse{50%{r:23;opacity:.65}}@media(prefers-reduced-motion:reduce){.conduction-pulse{animation:none;transition:none}.conduction-cursor,.conduction-cursor-dot{transition:none}}@media(max-width:820px){.conduction-controls{flex-direction:column}.conduction-play{min-height:40px;flex-basis:auto}.conduction-controls>[role=tablist]{grid-template-columns:repeat(3,1fr)}.conduction-stage{grid-template-columns:1fr}.conduction-reading>div{grid-template-columns:1fr 1fr}.conduction-reading section:last-child{grid-column:1/-1}}@media(max-width:600px){.conduction-controls>[role=tablist]{display:flex;overflow-x:auto}.conduction-controls [role=tab]{flex:0 0 118px}.conduction-heart-card svg{min-width:390px}.conduction-heart-card{overflow-x:auto}.conduction-ecg-card svg{min-width:570px}.conduction-ecg-card{overflow-x:auto}.conduction-ecg-card aside{min-width:520px}.conduction-reading>div,.conduction-criteria>div{grid-template-columns:1fr}.conduction-reading section:last-child{grid-column:auto}}
