.tiny-router-container{width:100%;min-height:100vh;position:relative;overflow:hidden}.tiny-router-page{background:var(--tr-page-bg,transparent);will-change:transform;pointer-events:auto;width:100%;height:100%;position:absolute;inset:0}.tiny-router-pageActive{height:auto;position:relative;inset:auto}@keyframes tr-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes tr-slide-out-left{0%{transform:translate(0)}to{transform:translate(-30%)}}@keyframes tr-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes tr-slide-back-in{0%{transform:translate(-30%)}to{transform:translate(0)}}.tiny-router-slideIn{animation:.28s cubic-bezier(.32,.72,.37,1) tr-slide-in}.tiny-router-slideBackIn{animation:.26s cubic-bezier(.32,.72,.37,1) tr-slide-back-in}.tiny-router-slideOutLeft{animation:.3s cubic-bezier(.32,.72,.37,1) tr-slide-out-left}.tiny-router-slideOutRight{animation:.26s cubic-bezier(.32,.72,.37,1) tr-slide-out-right}
