.reels-root,
.reels-container,
.reel-snap {
  height: 100vh;          /* fallback */
  height: 100svh;         /* stabil “small viewport” – nem csúszik a bar alá */
  height: 100dvh;         /* modern Safari/Chrome: dinamikus, ha támogatott */
}

.reels-root{width:100%;height:100vh;background:#000}.reels-container{width:100%;height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;scroll-snap-type:y mandatory;background:#000}.reel-snap{width:100%;height:100vh;scroll-snap-align:start;background:#000}.reel-item{position:relative;width:100%;height:100%;background:#000;overflow:hidden}.reel-video{width:100%;height:100%;object-fit:cover}.reel-overlay{position:absolute;inset:0;padding-left:16px;padding-right:16px;padding-top:calc(env(safe-area-inset-top) + 16px);padding-bottom:calc(env(safe-area-inset-bottom) + var(--vv-bottom, 0px) + 16px);display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none}.reel-left{position:absolute;left:16px;bottom:calc(env(safe-area-inset-bottom) + var(--vv-bottom, 0px) + 110px);max-width:70%;color:#fff;pointer-events:auto;text-shadow:0 2px 10px rgba(0,0,0,.6)}.reel-right{position:absolute;right:12px;bottom:calc(env(safe-area-inset-bottom) + var(--vv-bottom, 0px) + 120px);display:flex;flex-direction:column;gap:18px;align-items:center;pointer-events:auto}.reel-avatar-in-right{margin-bottom:6px}.reel-avatar-block{margin-bottom:12px}.reel-avatar-wrapper{position:relative;width:64px;height:64px;margin-bottom:6px}.reel-avatar-picture{display:block;width:64px;height:64px;border-radius:50%;background-position:center;background-size:cover;background-color:#333;border:2px solid #fff}.reel-follow-btn{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.2);padding:0;background:#0006;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.reel-follow-btn img{width:18px;height:18px}.reel-author-name{font-weight:600;font-size:15px;margin-bottom:6px}.reel-caption{font-size:14px;line-height:1.4;max-height:3.5em;overflow:hidden}.reel-action-btn{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:13px}.action-btn{background:#0006;border-radius:999px;width:48px;height:48px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer}.action-btn i{color:#fff;font-size:22px}.action-btn:hover{background:#ffffff1a}.like-dot{display:inline-block;width:22px;height:22px;border-radius:50%;background:#fff;transition:background .2s ease,transform .15s ease}.like-dot.liked{background:#ff0050;transform:scale(1.1)}.reaction-btn.views{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.reactions-count{margin-top:4px}.reelsdelete{position:fixed;top:100px;left:50%;transform:translate(-50%);z-index:1000;background:red;border-radius:30px;padding:8px 20px;box-shadow:0 4px 15px #0000004d;cursor:pointer}.delete-btn-content{display:flex;align-items:center;gap:10px}.delete-btn-icon{color:#fff;font-size:18px}.delete-btn-text{color:#fff;font-weight:600;font-size:13px;text-transform:uppercase}.action-buttons-overlay{position:fixed;bottom:calc(16px + var(--vv-bottom, 0px) + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);display:flex;gap:15px;z-index:1000;background:#00000080;padding:10px;border-radius:10px}.icon-btn{padding:5px;background:none;box-shadow:none}.icon-btn img{width:50px;height:50px;display:block}.reel-media-controls{position:absolute;top:calc(env(safe-area-inset-top) + 90px);right:12px;display:flex;flex-direction:column;gap:10px;z-index:1100;pointer-events:auto}.reel-media-btn{background:#00000073;border-radius:999px;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer}.reel-media-btn i{color:#fff;font-size:18px}.action-buttons-overlay{background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:14px}.action-buttons-overlay .quick-message-btn,.action-buttons-overlay .report-btn{width:auto;height:42px;padding:0 14px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.2px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.action-buttons-overlay .report-btn{background:#ff005024;border-color:#ff005047}.action-buttons-overlay .quick-message-btn:hover,.action-buttons-overlay .report-btn:hover{background:#ffffff29}.reel-right,.reel-right *,.action-buttons-overlay,.action-buttons-overlay *,.reel-media-controls,.reel-media-controls *{pointer-events:auto}.reel-item{display:flex;justify-content:center;align-items:center}.reel-stage{position:relative;width:100%;height:100%;overflow:hidden}.reelsdelete{position:absolute;top: calc(env(safe-area-inset-top) - 600px);left:50%;transform:translate(-50%)}.action-buttons-overlay{position:absolute;bottom:calc(env(safe-area-inset-bottom) + var(--vv-bottom, 0px) + 16px);left:50%;transform:translate(-50%)}.reel-follow-btn{position:relative;left:auto;bottom:auto;transform:none;width:44px;height:44px;border-radius:999px}@media(min-width:768px){.reels-root{height:calc(100vh - var(--site-header-height, 0px))}.reel-stage{width:min(460px,100%);height:calc(100vh - var(--site-header-height, 0px));max-height:92vh;aspect-ratio:9 / 16;border-radius:18px;box-shadow:0 12px 40px #0000008c}.reel-video{border-radius:18px}.reel-left{bottom:110px;max-width:78%}.reel-right{bottom:120px}}
