/* v48 · tutorial combat + stamina + batch equip */
#tutorial-spotlight{display:none!important}
.tutorial-target{z-index:10002!important;outline:3px solid #f1d37b!important;outline-offset:3px;box-shadow:0 0 0 5px #5b471f88,0 0 24px #f5d77a88!important;animation:tutorialTargetPulse 1s ease-in-out infinite alternate}
canvas.tutorial-target{outline-offset:-5px}
@keyframes tutorialTargetPulse{from{filter:brightness(1)}to{filter:brightness(1.14)}}
.inventory-heading-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}
#auto-equip-best{border-color:#d8bd7b88;color:#efd79a}
.skill-list-row{position:relative;min-width:0;height:100%}.skill-list-row>.skill-list-button{width:100%;height:100%;padding-right:34px}.skill-level-lock{position:absolute;right:5px;top:5px;z-index:2;width:27px;height:27px;border-radius:7px;border:1px solid #8ca89a55;background:#0c2529df;font-size:14px;padding:0;display:grid;place-items:center}.skill-level-lock[aria-pressed="true"]{border-color:#e4c578aa;background:#59491edb}.skill-level-lock:disabled{opacity:.3}.skill-list-row.skill-protected>.skill-list-button{box-shadow:inset 0 0 0 1px #d6bc6b77}
[data-skill="dodge"].no-stamina{opacity:.58}.boss-timer[role="button"]{cursor:pointer}.boss-timer.tutorial-target{border-radius:6px}
@media(max-width:520px){.inventory-heading-actions{gap:3px}.inventory-heading-actions .small-button{max-width:none!important;font-size:10px!important;padding:2px 4px!important}.skill-level-lock{width:25px;height:25px;right:3px;top:3px}.skill-list-row>.skill-list-button{padding-right:29px}}
/* v48 tutorial: the boss timer normally lives in a pointer-transparent target panel;
   make only the explicit tutorial control clickable without making the whole HUD block combat input. */
#target-panel .boss-timer[role="button"]{pointer-events:auto;position:relative;z-index:2}
