/* Keep the decorative cursor inside the walkthrough's own paint layer. */
#how{isolation:isolate}
.workflow-tour-layer{position:absolute;inset:0;z-index:40;overflow:hidden;contain:layout paint;pointer-events:none}
.workflow-tour-cursor{position:absolute;top:0;left:0;width:25px;height:31px;pointer-events:none;transform:translate3d(0,0,0);transition:transform .7s cubic-bezier(.22,.8,.25,1);will-change:transform;filter:drop-shadow(0 3px 5px #092e4933)}
.workflow-tour-cursor[hidden],.workflow-tour-controls[hidden],.workflow-tour-launch[hidden]{display:none!important}
.workflow-tour-cursor svg{display:block;width:100%;height:100%;position:relative;z-index:1}
.workflow-tour-cursor i{position:absolute;top:-10px;left:-10px;width:25px;height:25px;border:2px solid #38b699;border-radius:50%;opacity:0}
.workflow-tour-cursor.is-clicking i{animation:workflow-cursor-click .55s ease-out}
#how .tour-review-focus{outline:2px solid #4eb298;outline-offset:5px;border-radius:7px;box-shadow:0 0 0 7px #58bfa012}
@keyframes workflow-cursor-click{from{opacity:.75;transform:scale(.4)}to{opacity:0;transform:scale(2)}}
#how .workflow-demo{position:relative}
#how .workflow-tour-launch{position:absolute;inset:0;z-index:30;display:grid;place-items:center;padding:24px;border-radius:inherit;overflow:hidden;background:radial-gradient(circle at 50% 43%,rgba(10,57,47,.08),rgba(5,34,29,.42) 78%),linear-gradient(135deg,rgba(11,78,61,.08),rgba(17,52,78,.14));-webkit-backdrop-filter:blur(1.5px) saturate(.82);backdrop-filter:blur(1.5px) saturate(.82)}
#how .workflow-tour-launch-button{display:flex;align-items:center;gap:15px;min-height:78px;padding:10px 24px 10px 11px;border:1px solid rgba(255,255,255,.78);border-radius:13px;background:#fff;color:#102b25;font:600 16px/1.2 var(--font-sans);text-align:left;cursor:pointer;box-shadow:0 14px 34px rgba(4,35,28,.24),inset 0 1px 0 #fff;transition:transform .2s ease,box-shadow .2s ease}
#how .workflow-tour-launch-button:hover{transform:scale(1.035);box-shadow:0 18px 42px rgba(4,35,28,.3),inset 0 1px 0 #fff}
#how .workflow-tour-launch-button:active{transform:scale(.99)}
#how .workflow-tour-launch-button:focus-visible{outline:4px solid #8de1ca;outline-offset:4px}
#how .workflow-tour-play-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:50%;background:#0d6652;color:#fff;box-shadow:0 5px 14px rgba(9,83,66,.28)}
#how .workflow-tour-play-icon svg{display:block;width:22px;height:22px;margin-left:3px;fill:currentColor}
#how .workflow-tour-launch-copy{display:grid;gap:3px}
#how .workflow-tour-launch-copy strong{font-size:18px}
#how .workflow-tour-launch-copy small{color:#60736d;font-size:12px;font-weight:600;letter-spacing:.03em}
#how .workflow-tour-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 16px;max-width:1280px;margin:0 auto 12px;padding:0 4px;color:#527168;font:400 12px/1.5 var(--font-sans)}
#how .workflow-tour-controls button{min-height:36px;padding:6px 12px;border:1px solid #b8d6c9;border-radius:18px;background:#ffffffb8;color:#17624d;font:600 12px/1.4 var(--font-sans);cursor:pointer}
#how .workflow-tour-controls button:hover{background:white;border-color:#5d9c85}
#how .workflow-tour-controls button:focus-visible{outline:3px solid #278d75;outline-offset:3px}
@media(max-width:900px){#how .workflow-tour-controls{max-width:480px;margin-top:22px;margin-bottom:0;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;min-height:68px}#how .workflow-tour-controls>span{min-height:18px}#how .workflow-tour-controls button{min-height:44px}#how .workflow-tour-controls:not([hidden])+.workflow-demo{margin-top:12px}}
@media(max-width:600px){#how .workflow-tour-launch{padding:14px}#how .workflow-tour-launch-button{min-height:66px;padding:7px 16px 7px 8px}#how .workflow-tour-play-icon{flex-basis:50px;width:50px;height:50px}#how .workflow-tour-launch-copy strong{font-size:15px}#how .workflow-tour-launch-copy small{font-size:10px}}
@media(prefers-reduced-motion:reduce){.workflow-tour-cursor,.workflow-tour-controls{display:none!important}}
.workflow-export-result{font-family:inherit;color:#183a36;display:grid;gap:18px;text-align:left;min-width:0;padding:8px 0}
.workflow-export-result>header{display:grid;gap:9px;text-align:center;justify-items:center}
.workflow-export-result>header>small{font-size:10px;letter-spacing:1.6px;font-weight:700;color:#53786d}
.workflow-export-result h4{font-size:28px!important;line-height:1.15;margin:0!important;letter-spacing:-.7px}
.workflow-export-result p{margin:0;font-size:14px;line-height:1.55}
.export-success-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#daf3e9;color:#08735a;font-size:27px;box-shadow:0 0 28px #77cdb333}
.export-file-ready{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #d2e3dd;border-radius:12px;padding:16px;min-width:0}
.export-file-ready>b{display:grid;place-items:center;background:#1d59b6;color:#fff;width:35px;height:42px;border-radius:6px;flex:none}
.export-file-ready>div{display:grid;gap:5px;min-width:0;flex:1}
.export-file-ready strong{font-size:14px;overflow-wrap:anywhere}
.export-file-ready small{font-size:11px;color:#647872;line-height:1.4}
.export-file-ready>span{color:#0b785c}
.export-finding-preview{border:1px solid #d4e6df;border-radius:10px;background:#fbfffd;padding:14px}
.export-finding-preview summary{cursor:pointer;font-size:13px;font-weight:600;min-height:24px}
.export-finding-preview p{margin-top:12px!important}
.export-finding-preview small,.export-finding-preview .export-citations{font-size:11px;color:#5b746c}
.export-retained-note{padding:14px 16px;border:1px solid #ead9b4;border-radius:10px;background:#fff8e9}
.export-retained-note strong{font-size:12px;color:#895b12}
.export-retained-note p{font-size:12px;margin-top:5px;color:#755e35}
.export-download{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;background:linear-gradient(115deg,#107559,#146578);color:#fff!important;border-radius:9px;min-height:48px;padding:12px 16px;font-size:14px;font-weight:600;text-align:center}
.workflow-export-result .export-disclaimer{font-size:11px;color:#617972;text-align:center;line-height:1.5}
.export-back{background:transparent;border:0;color:#0e685a;padding:10px;min-height:44px;cursor:pointer;font:inherit;font-size:13px}
.workflow-export-result a:focus-visible,.workflow-export-result button:focus-visible,.workflow-export-result summary:focus-visible{outline:3px solid #379e8d;outline-offset:3px}
@media(max-width:900px){#how .workflow-export-result{gap:16px;padding:0}#how .workflow-export-result h4{font-size:27px!important}#how .workflow-export-result .export-download{font-size:14px;min-height:50px}}
