
.horeka-story-strip { display:flex; overflow-x:auto; gap:12px; padding:8px; -webkit-overflow-scrolling: touch; }
.horeka-story-item { flex:0 0 auto; text-align:center; }
.horeka-story-thumb { border-radius:50%; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; background:#fff; border:2px solid #f0f0f0; }
.horeka-story-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.horeka-story-title { margin-top:6px; font-size:12px; color:#333; max-width:110px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.horeka-banner-slide img { display:block; width:100%; height:auto; object-fit:cover; border-radius:8px; }
.horeka-modal { position:fixed; inset:0; display:flex; align-items:center; justify-content:center; z-index:9999; background:rgba(0,0,0,0.4); }
.horeka-modal-inner { background:#fff; padding:20px; border-radius:8px; max-width:420px; width:90%; }
.horeka-confirming { opacity:0.95; }
.hrb-spinner { display:inline-block; width:14px; height:14px; border-radius:50%; border:2px solid rgba(255,255,255,0.4); border-top-color:rgba(255,255,255,1); animation:hrb-spin 0.8s linear infinite; vertical-align:middle; margin-right:8px; }
@keyframes hrb-spin { to { transform:rotate(360deg); } }
