/* Got Your Goat theme — only adventure-specific visual tokens and effects. */
:root{--qla-accent:#8e6cff;--qla-accent-2:#5ddbd5}
.qla-chapter[data-chapter="primer"]{--chapter-accent:#9b7cff}
.qla-chapter[data-chapter="prelude"]{--chapter-accent:#d9a65b}
.qla-chapter[data-chapter="road"]{--chapter-accent:#58cbb9}
.qla-chapter[data-chapter="finale"]{--chapter-accent:#b16cff}
.qla-chapter[data-chapter="appendix"]{--chapter-accent:#6e9ee8}
.qla-hero__glitch{position:absolute;left:0;right:0;top:38%;height:1px;background:linear-gradient(90deg,transparent,rgba(165,143,255,.55),transparent);opacity:0;z-index:5;animation:phaseLine 8s 1.2s infinite}
.qla-hero__glitch::after{content:"";position:absolute;left:56%;top:-22px;width:90px;height:44px;border-left:1px solid rgba(113,220,213,.44);border-right:1px solid rgba(177,108,255,.4);transform:skewX(-18deg)}
.qla-hero__art img{animation:phaseArt 14s ease-in-out infinite alternate}
.qla-chapter[data-chapter="road"] .qla-chapter__mast{background:linear-gradient(102deg,rgba(88,203,185,.08),#0f1520 62%),repeating-linear-gradient(110deg,transparent 0 68px,rgba(88,203,185,.025) 69px 70px)}
.qla-chapter[data-chapter="finale"] .qla-chapter__mast{background:radial-gradient(circle at 76% 40%,rgba(177,108,255,.16),transparent 34%),linear-gradient(102deg,rgba(177,108,255,.1),#0f1520 62%)}
@keyframes phaseLine{0%,88%,100%{opacity:0;transform:translateX(-10%)}89%{opacity:.8}90%{opacity:.18;transform:translateX(7%)}91%{opacity:.62;transform:translateX(-3%)}92%{opacity:0}}
@keyframes phaseArt{0%{transform:scale(1.01) translate3d(0,0,0)}100%{transform:scale(1.035) translate3d(-.5%,.25%,0)}}
@media(prefers-reduced-motion:reduce){.qla-hero__glitch{display:none}.qla-hero__art img{animation:none}}
