/* web-stories/show — extracted page styles */
.tk-story{position:fixed;inset:0;z-index:1050;background:#111;display:flex;align-items:center;justify-content:center}
.tk-story__viewport{position:relative;width:100%;max-width:440px;height:100%;max-height:100vh;background:#000;overflow:hidden}
@media(min-width:480px){.tk-story__viewport{height:92vh;border-radius:14px;margin:auto}}
.tk-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .25s}
.tk-slide.is-active{opacity:1;visibility:visible}
.tk-slide__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tk-slide__noimg{position:absolute;inset:0;background:linear-gradient(135deg,#5b2a86,#0a7d3f)}
.tk-slide__grad{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 4%,rgba(0,0,0,.15) 42%,rgba(0,0,0,.45) 100%)}
.tk-slide__text{position:absolute;left:0;right:0;bottom:0;padding:1.4rem 1.3rem 2rem;color:#fff;z-index:2}
.tk-slide__text h2{font-size:1.35rem;font-weight:800;line-height:1.25;margin:0 0 .5rem;text-shadow:0 1px 8px rgba(0,0,0,.5)}
.tk-slide__text p{font-size:.95rem;line-height:1.55;margin:0;opacity:.95;text-shadow:0 1px 6px rgba(0,0,0,.5)}
.tk-slide__cta{display:inline-block;margin-top:1rem;background:#fff;color:#111;font-weight:700;font-size:.85rem;padding:.5rem 1.1rem;border-radius:24px;text-decoration:none}
/* progress bars */
.tk-story__bars{position:absolute;top:.6rem;left:.6rem;right:.6rem;display:flex;gap:4px;z-index:6}
.tk-story__bar{flex:1;height:3px;background:rgba(255,255,255,.35);border-radius:3px;overflow:hidden}
.tk-story__bar i{display:block;height:100%;width:0;background:#fff;border-radius:3px}
.tk-story__bar.done i{width:100%}
.tk-story__bar.active i{animation:tkbar var(--dur,5s) linear forwards}
@keyframes tkbar{from{width:0}to{width:100%}}
.tk-story__top{position:absolute;top:1.1rem;left:.8rem;right:.8rem;display:flex;align-items:center;gap:.6rem;z-index:6}
.tk-story__brand{flex:1;min-width:0;color:#fff!important;font-weight:700;font-size:.9rem;line-height:1.3;text-shadow:0 1px 8px rgba(0,0,0,.7),0 0 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tk-story__close{flex:none;width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff!important;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1;padding:0;transition:.15s}
.tk-story__close:hover{background:rgba(0,0,0,.75)}
/* tap zones */
.tk-story__nav{position:absolute;top:0;bottom:0;width:35%;z-index:4;cursor:pointer}
.tk-story__nav--prev{left:0}
.tk-story__nav--next{right:0;width:65%}
.tk-story__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;border:0;display:none;align-items:center;justify-content:center;cursor:pointer}
@media(min-width:480px){.tk-story__arrow{display:flex}}
.tk-story__arrow--prev{left:-54px}
.tk-story__arrow--next{right:-54px}
