/* MR Theme Framework utilities. */
.mrbt-icon{display:inline-block;flex:0 0 auto;vertical-align:-.15em}
.mrbt-animate{animation-duration:var(--mrbt-animation-duration,600ms);animation-fill-mode:both;animation-timing-function:cubic-bezier(.2,.7,.2,1)}
.mrbt-animate--fade{animation-name:mrbtFade}.mrbt-animate--fade-up{animation-name:mrbtFadeUp}.mrbt-animate--fade-down{animation-name:mrbtFadeDown}.mrbt-animate--slide-left{animation-name:mrbtSlideLeft}.mrbt-animate--slide-right{animation-name:mrbtSlideRight}.mrbt-animate--zoom{animation-name:mrbtZoom}.mrbt-animate--scale{animation-name:mrbtScale}
@keyframes mrbtFade{from{opacity:0}to{opacity:1}}@keyframes mrbtFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes mrbtFadeDown{from{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:none}}@keyframes mrbtSlideLeft{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}@keyframes mrbtSlideRight{from{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:none}}@keyframes mrbtZoom{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}@keyframes mrbtScale{from{transform:scale(.96)}to{transform:none}}
.mrbt-delay-1{animation-delay:80ms}.mrbt-delay-2{animation-delay:160ms}.mrbt-delay-3{animation-delay:240ms}.mrbt-delay-4{animation-delay:320ms}.mrbt-delay-5{animation-delay:400ms}.mrbt-delay-6{animation-delay:480ms}.mrbt-delay-7{animation-delay:560ms}.mrbt-delay-8{animation-delay:640ms}.mrbt-delay-9{animation-delay:720ms}.mrbt-delay-10{animation-delay:800ms}
.mrbt-debug-bar{position:fixed;z-index:999999;right:12px;bottom:12px;padding:8px 12px;background:#07142b;color:#fff;border-radius:6px;font:12px/1.4 monospace;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.mrbt-template-debug main,.mrbt-template-debug section,.mrbt-template-debug header,.mrbt-template-debug footer{outline:1px dashed rgba(185,28,28,.45);outline-offset:-1px}
@media (prefers-reduced-motion:reduce){.mrbt-animate{animation:none!important}}
