:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body,#root{overscroll-behavior:none;background:#000;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.feed{scroll-snap-type:y mandatory;scrollbar-width:none;background:#0a0a0a;height:100dvh;overflow-y:scroll}.feed::-webkit-scrollbar{display:none}.feed-stage{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;height:100dvh;padding:20px 0;display:flex;position:relative}.reel-card{aspect-ratio:9/16;cursor:pointer;background:#000;border:1px solid #ffffff1f;border-radius:16px;height:100%;max-height:calc(100dvh - 40px);position:relative;overflow:hidden;box-shadow:0 8px 40px #0009}.reel-video{object-fit:cover;width:100%;height:100%;display:block}.like-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;width:44px;transition:transform .15s,opacity .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.like-btn:active{transform:translateY(-50%)scale(.85)}.like-btn .heart{width:28px;height:28px}.like-btn .like-count{color:#fff;text-shadow:0 1px 3px #000c;min-height:14px;margin-top:10px;font-size:12px;font-weight:600}.like-btn.liked .heart{animation:.3s pop}.play-hint{pointer-events:none;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;animation:.6s forwards fade;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-hint svg{width:34px;height:34px;margin-left:4px}@keyframes fade{0%{opacity:1}to{opacity:0}}.like-burst{pointer-events:none;z-index:3;animation:.9s forwards burst;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.like-burst .heart{filter:drop-shadow(0 2px 8px #00000080);width:96px;height:96px}@keyframes burst{0%{opacity:1;transform:translate(-50%,-50%)scale(.4)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.3)}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@media (width<=640px){.feed-stage{padding:0}.reel-card{border:none;border-radius:0;max-height:100dvh}}
