.help-toggle-btn{background:linear-gradient(90deg,#155e9f,#0ea5e9)!important;color:#fff!important;border:0!important;box-shadow:0 8px 18px rgba(14,165,233,.22)}
.help-toggle-btn.active{background:linear-gradient(90deg,#00b050,#33c4a0)!important;color:#fff!important}
body.help-mode .help-target{position:relative;outline:3px solid rgba(14,165,233,.45)!important;box-shadow:0 0 0 6px rgba(14,165,233,.10),var(--shadow)!important;cursor:help!important;transition:outline .15s ease,box-shadow .15s ease,transform .15s ease}
body.help-mode .help-target:hover{outline-color:rgba(0,176,80,.75)!important;transform:translateY(-2px)}
body.help-mode .help-target::before{content:'?';position:absolute;right:10px;top:10px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#155e9f;color:#fff;font-weight:950;font-size:14px;z-index:7;box-shadow:0 8px 18px rgba(21,94,159,.28)}
.help-panel{position:fixed;right:0;top:0;height:100vh;width:min(460px,94vw);background:#fff;box-shadow:-22px 0 58px rgba(8,25,38,.24);z-index:50;transform:translateX(105%);transition:transform .24s ease;border-left:1px solid #dceaf2;display:flex;flex-direction:column}
.help-panel.open{transform:translateX(0)}
.help-panel-header{background:linear-gradient(135deg,#102d43,#155e9f);color:#fff;padding:20px 20px 16px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.help-eyebrow{font-size:11px;letter-spacing:.10em;text-transform:uppercase;font-weight:950;color:#a7f3d0;margin-bottom:5px}.help-panel-header h2{margin:0;font-size:22px;line-height:1.15}.help-close{border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:12px;width:36px;height:36px;font-size:24px;line-height:1;cursor:pointer}.help-body{padding:18px 20px 26px;overflow:auto;color:#143044;line-height:1.5}.help-section{border:1px solid #dceaf2;background:#f7fbff;border-radius:16px;padding:13px;margin:12px 0}.help-section h3{margin:0 0 7px;font-size:14px;color:#155e9f}.help-section p{margin:0;color:#40596b}.help-body ul{margin:8px 0 0 18px;padding:0}.help-body li{margin:5px 0}.help-chip{display:inline-block;border-radius:999px;background:#e7f8ef;color:#086532;padding:5px 9px;font-size:12px;font-weight:900;margin:3px 3px 3px 0}.help-module-tip{border-left:5px solid #00b050;background:#f0fdf4;border-radius:14px;padding:12px;color:#166534;font-weight:700}.help-object-image{border:1px dashed #9fc0d7;border-radius:16px;background:linear-gradient(135deg,#eef7ff,#fff);padding:14px;margin:10px 0;color:#155e9f;font-weight:900;text-align:center}.help-target-pulse{animation:helpPulse 1.2s ease-in-out 2}@keyframes helpPulse{0%,100%{box-shadow:0 0 0 0 rgba(0,176,80,.0),var(--shadow)}50%{box-shadow:0 0 0 10px rgba(0,176,80,.20),var(--shadow)}}
@media(max-width:900px){.help-panel{width:100vw}.help-panel.open{transform:translateX(0)}}
@media print{.help-panel,.help-toggle-btn{display:none!important}body.help-mode .help-target{outline:none!important;box-shadow:none!important}body.help-mode .help-target::before{display:none!important}}
