/* Mobile-only layout and lightweight circuit motion. */
@media(max-width:899px){
 .nav{display:none!important}
 .agile-mobile-flow{fill:none;stroke:#344e36;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:12 48;animation:fbrn-circuit-flow 2.4s linear infinite;animation-play-state:paused;pointer-events:none}
 .is-ambient-active .agile-mobile-flow{animation-play-state:running}
 @keyframes fbrn-circuit-flow{to{stroke-dashoffset:-60}}
}
@media(prefers-reduced-motion:reduce){.agile-mobile-flow{display:none}}
