.story-board-arrows{pointer-events:none;z-index:10}.story-board-arrow{transition:all .2s ease-in-out}.story-board-arrow:hover{filter:brightness(1.2)}.arrow-head,.arrow-line{stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}@keyframes arrowFlow{0%{stroke-dasharray:0,1000;opacity:.7}50%{stroke-dasharray:1000,0;opacity:1}to{stroke-dasharray:1000,0;opacity:.7}}.arrow-line.flowing{animation:arrowFlow 3s ease-in-out infinite}.story-board-arrow[data-type=sequence] .arrow-head,.story-board-arrow[data-type=sequence] .arrow-line{stroke:#D4AF37}.story-board-arrow[data-type=parent-connection] .arrow-head,.story-board-arrow[data-type=parent-connection] .arrow-line{stroke:#8B5A2B}.story-board-arrow:hover .arrow-head,.story-board-arrow:hover .arrow-line{stroke-width:3px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.story-board-arrow:focus{outline:2px solid #3B82F6;outline-offset:2px}@media (max-width:768px){.story-board-arrow .arrow-head,.story-board-arrow .arrow-line{stroke-width:1.5px}}@media (prefers-contrast:high){.story-board-arrow .arrow-head,.story-board-arrow .arrow-line{stroke-width:3px;filter:none}}@media (prefers-reduced-motion:reduce){.story-board-arrow{transition:none}.arrow-line.flowing{animation:none}}