.ucok-story-shell, .ucok-story-shell * { box-sizing: border-box; }
.ucok-story-shell { margin: 1.5rem auto; color: #111; width: 100%; max-width: 100%; overflow: hidden; }
.ucok-story-progressbar { display: flex; gap: 6px; margin: 0 0 12px; width: 100%; }
.ucok-story-progress { flex: 1; appearance: none; border: 0; background: #d9dde3; height: 4px; border-radius: 999px; padding: 0; overflow: hidden; cursor: pointer; }
.ucok-story-progress span { display: block; height: 100%; width: 0; background: #0a58ca; transition: width 0.25s ease; }
.ucok-story-progress.is-active span { width: 100%; }
.ucok-story-slides { position: relative; width: 100%; }
.ucok-story-slide { display: none; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(15,23,42,0.06); width: 100%; }
.ucok-story-slide.is-active { display: block; }
.ucok-story-media { position: relative; background: #000; width: 100%; aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ucok-story-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ucok-story-media-grad { position: absolute; inset: auto 0 0 0; height: 35%; background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0)); pointer-events: none; }
.ucok-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.15); color: #fff; font-size: 26px; line-height: 1; display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background 0.2s ease, transform 0.2s ease; z-index: 10; }
.ucok-nav:hover { background: rgba(255,255,255,0.3); transform: translateY(-50%) scale(1.05); }
.ucok-prev { left: 16px; } .ucok-next { right: 16px; }
.ucok-story-counter { position: absolute; right: 16px; bottom: 12px; color: #fff; background: rgba(0,0,0,0.6); border-radius: 4px; padding: 4px 10px; font-size: 13px; font-weight: 600; z-index: 10; }
.ucok-story-caption { padding: 20px 24px; background: #fff; width: 100%; }
.ucok-story-title { margin: 0 0 10px; font-size: clamp(1.3rem, 3vw, 1.6rem); line-height: 1.3; font-weight: 700; color: #0f172a; }
.ucok-story-text { margin: 0; color: #475569; line-height: 1.6; font-size: 1.05rem; }
.ucok-story-credit { margin-top: 12px; font-size: 0.85rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; }
.ucok-story-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; padding: 10px 24px; border-radius: 6px; background: #0067b8; color: #fff; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: background 0.2s ease; }
.ucok-story-btn:hover { background: #005da6; color: #fff; }
.ucok-story-thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 16px 0 8px; width: 100%; scrollbar-width: none; -ms-overflow-style: none; scroll-behavior: smooth; }
.ucok-story-thumbs::-webkit-scrollbar { display: none; }
.ucok-thumb { appearance: none; border: 2px solid transparent; background: #000; border-radius: 8px; padding: 0; flex: 0 0 80px; height: 50px; overflow: hidden; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.1); transition: border-color 0.2s ease, opacity 0.2s ease; opacity: 0.6; }
.ucok-thumb img, .ucok-no-thumb { width: 100%; height: 100%; display: block; object-fit: cover; }
.ucok-no-thumb { display: grid; place-items: center; color: #fff; font-weight: bold; font-size: 14px; }
.ucok-thumb.is-active, .ucok-thumb:hover { border-color: #0067b8; opacity: 1; }
@media (max-width: 782px) { .ucok-story-shell { margin: 1rem 0; } .ucok-story-media { aspect-ratio: 4 / 3; } .ucok-nav { width: 38px; height: 38px; font-size: 20px; } .ucok-prev { left: 10px; } .ucok-next { right: 10px; } .ucok-story-caption { padding: 16px; } .ucok-story-title { font-size: 1.25rem; } .ucok-story-text { font-size: 0.95rem; } .ucok-thumb { flex: 0 0 64px; height: 40px; border-radius: 6px; } }