:root{--accent:#f97316}
*{box-sizing:border-box}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial; margin:0; background:#fff; color:#111}
.site-header{background:linear-gradient(90deg,#ffedd5,#fff7ed); padding:18px 24px; border-bottom:1px solid #ffe6d5}
.logo{font-weight:800; font-size:22px}
.logo .dot{background:linear-gradient(90deg,#fb923c,#ef4444); -webkit-background-clip:text; color:transparent; margin-left:4px}
.stories-section{position:relative; padding:36px 12px; overflow:hidden}
.bg-carousel{position:absolute; inset:0; z-index:0}
.bg-carousel > div{position:absolute; inset:0; background-position:center; background-size:cover; transition:opacity 1s ease-in-out}
.stories-wrapper{position:relative; z-index:10; display:flex; align-items:center; gap:12px; max-width:1000px; margin:0 auto}
.stories{display:flex; gap:12px; overflow:hidden; align-items:center}
.story-item{display:flex; flex-direction:column; align-items:center; width:88px}
.story-circle{width:72px; height:72px; border-radius:9999px; overflow:hidden; background:white; display:block; box-shadow:0 6px 18px rgba(0,0,0,0.08)}
.story-circle img{width:100%; height:100%; object-fit:cover; display:block}
.nav-btn{background:#fff; border:1px solid #eee; border-radius:8px; width:40px; height:40px; font-size:20px; cursor:pointer}
@media(min-width:768px){.story-circle{width:84px;height:84px}.story-item{width:100px}}
.instructions{max-width:900px;margin:18px auto;color:#444;font-size:13px}
