.hb-stories-carousel{display:flex;gap:15px;overflow-x:auto;padding:10px 0 15px;scrollbar-width:none;-ms-overflow-style:none}.hb-stories-carousel::-webkit-scrollbar{display:none}.hb-story-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative}.hb-story-ring{width:70px;height:70px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#dc2626,#f97316,#dc2626);margin-bottom:8px;transition:transform .2s}.hb-story-ring.verificado{background:linear-gradient(135deg,#22c55e,#10b981,#22c55e)}.hb-story-item:hover .hb-story-ring{transform:scale(1.05)}.hb-story-item.novo .hb-story-ring{animation:pulse 2s infinite}@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(220, 38, 38, 0); }
}.hb-story-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #fff}.hb-story-placeholder{width:100%;height:100%;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;border:3px solid #fff;color:#9ca3af;font-size:24px}.hb-story-name{font-size:11px;color:#4b5563;max-width:70px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-story-badge{position:absolute;top:0;right:0;background:#22c55e;color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.hb-story-modal{display:none;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;z-index:2147483647!important;isolation:isolate}.hb-story-modal.active{display:flex!important;align-items:center;justify-content:center}.hb-story-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgba(0,0,0,.98)!important;z-index:2147483645!important}.hb-story-content{position:relative!important;width:100%;max-width:400px;height:100%;max-height:90vh;display:flex;flex-direction:column;z-index:2147483646!important}.hb-story-header{position:absolute;top:0;left:0;right:0;z-index:2147483647!important;padding:15px;padding-top: calc(15px + env(safe-area-inset-top, 0px));display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}.hb-story-user{display:flex;align-items:center;gap:10px}.hb-story-user-img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff}.hb-story-user-name{color:#fff;font-size:14px;font-weight:600}.hb-story-user-badge{color:#22c55e;font-size:12px}.hb-story-close{background:rgba(255,255,255,.2);border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2147483647!important}.hb-story-progress{position:absolute;top:70px;left:15px;right:15px;height:3px;background:rgba(255,255,255,.3);border-radius:2px;z-index:2147483647!important;overflow:hidden}.hb-story-progress-bar{height:100%;background:#fff;width:0%;transition:width .1s linear}.hb-story-video{width:100%;height:100%;object-fit:cover;border-radius:12px}.hb-story-footer{position:absolute!important;bottom:0!important;left:0!important;right:0!important;z-index:2147483647!important;padding:25px 20px;padding-bottom: calc(25px + env(safe-area-inset-bottom, 0px));background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 50%,transparent 100%);text-align:center}.hb-story-cta{display:inline-flex;align-items:center;gap:8px;background:#dc2626;color:#fff!important;padding:14px 28px;border-radius:30px;text-decoration:none;font-weight:600;font-size:15px;transition:background .2s , transform .2s;box-shadow:0 4px 15px rgba(220,38,38,.4)}.hb-story-cta:hover{background:#b91c1c;color:#fff;transform:scale(1.02)}.hb-story-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2147483647!important}.hb-story-nav:hover{background:rgba(255,255,255,.4)}.hb-story-nav.prev{left:10px}.hb-story-nav.next{right:10px}@media (max-width:600px){.hb-story-content{max-width:100%;max-height:100vh;height:100vh}.hb-story-video{border-radius:0}.hb-story-nav{display:none}.hb-story-footer{padding:30px 20px;padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px))}.hb-story-cta{width:100%;justify-content:center;padding:16px 28px;font-size:16px}}.hb-story-actions{position:absolute!important;bottom:100px!important;right:20px!important;z-index:2147483647!important;display:flex;flex-direction:column;gap:15px;pointer-events:auto!important}.hb-story-like{display:flex!important;flex-direction:column;align-items:center;gap:5px;background:rgba(0,0,0,.5)!important;border:none!important;border-radius:50px!important;padding:12px!important;cursor:pointer!important;transition:transform .2s , background .2s!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;user-select:none!important;pointer-events:auto!important;position:relative!important;z-index:2147483647!important}.hb-story-like:hover{background:rgba(0,0,0,.7)!important;transform:scale(1.1)}.hb-story-like:active{transform:scale(.95)}.hb-story-like .hb-like-icon{font-size:28px;color:#fff;transition:color .2s , transform .3s;line-height:1}.hb-story-like.liked .hb-like-icon{color:#ef4444}.hb-story-like.animate .hb-like-icon{animation:likeHeart .6s ease-in-out}@keyframes likeHeart {
    0% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(0.9); }
    75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}.hb-story-like .hb-like-count{font-size:12px;color:#fff;font-weight:600}@media (max-width:600px){.hb-story-actions{bottom:120px!important;right:15px!important}.hb-story-like{padding:15px!important}.hb-story-like .hb-like-icon{font-size:32px}.hb-story-like .hb-like-count{font-size:13px}}