@keyframes trening-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes trening-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes trening-zoom{0%{opacity:0;transform:scale(.97)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes trening-pulse{0%,to{box-shadow:0 4px 14px #7c3aed40}50%{box-shadow:0 6px 22px #7c3aed73}}@supports (animation-timeline:view()){.trening-reveal{animation:linear both trening-rise;animation-timeline:view();animation-range:entry 5% cover 25%}.trening-reveal-soft{animation:linear both trening-fade;animation-timeline:view();animation-range:entry 10% cover 30%}.trening-reveal-zoom{animation:linear both trening-zoom;animation-timeline:view();animation-range:entry cover 30%}.trening-reveal-slow{animation:linear both trening-rise;animation-timeline:view();animation-range:entry cover 45%}@media (prefers-reduced-motion:reduce){.trening-reveal,.trening-reveal-soft,.trening-reveal-zoom,.trening-reveal-slow{animation:none}}}.trening-cta-pulse{animation:3.6s ease-in-out infinite trening-pulse}@media (prefers-reduced-motion:reduce){.trening-cta-pulse{animation:none}}.trening-table-row{transition:background-color .25s var(--ease-brand)}.trening-table-row:hover{background-color:#7c3aed0a}
