:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #ff3b5c;--secondary-bg: #121212;--overlay-bg: rgba(0, 0, 0, .4);--border-color: #262626;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;color:var(--text-color);font-family:var(--font-family);margin:0;padding:0}#root{height:100vh;width:100vw;display:flex;justify-content:center;overflow:hidden}.app-container{background-color:var(--bg-color);box-shadow:0 0 50px #00000080;display:flex;flex-direction:column;height:100vh;width:100%;max-width:480px;position:relative;overflow:hidden}.reels-container{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none}.reels-container::-webkit-scrollbar{display:none}.reel-item{height:100%;width:100%;scroll-snap-align:start;position:relative;background-color:#000}.reel-video{height:100%;width:100%;object-fit:contain}.video-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.fullscreen-btn{position:absolute;top:10px;right:10px;z-index:100;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.fullscreen-btn:hover{background:#0009;transform:scale(1.1)}.fullscreen-btn:active{transform:scale(.9)}.reel-overlay{position:absolute;bottom:0;left:0;right:0;padding:100px 16px 30px;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);pointer-events:none}.reel-content{pointer-events:auto}.reel-title{font-size:1.1rem;font-weight:700;margin-bottom:8px}.reel-description{font-size:.85rem;line-height:1.4;margin-bottom:12px;opacity:.9}.reel-link{display:inline-block;background:#fff;color:#000;padding:8px 16px;border-radius:4px;text-decoration:none;font-size:.85rem;font-weight:700}.feed-container{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none}.feed-container::-webkit-scrollbar{display:none}.post-item{height:100%;width:100%;scroll-snap-align:start;position:relative;background-color:#000}.post-header{padding:16px;display:flex;align-items:center}.post-username{font-size:1.1rem;font-weight:800;letter-spacing:-.5px}.post-content{position:relative;width:100%;aspect-ratio:4/5;background:#000;overflow:hidden}.gallery-arrow{transition:all .2s ease;opacity:.6}.gallery-arrow:hover{opacity:1;background:#000c!important;transform:translateY(-50%) scale(1.1)}.gallery-arrow:active{transform:translateY(-50%) scale(.9)}.post-gallery{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;height:100%;scrollbar-width:none;-ms-overflow-style:none}.post-gallery::-webkit-scrollbar{display:none}.gallery-image{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;object-fit:contain;background:#111}.post-footer{padding:16px}.post-caption{font-size:.95rem;line-height:1.6}.nav-bar{height:60px;background:#000;border-top:1px solid var(--border-color);display:flex;justify-content:center;gap:80px;align-items:center}.nav-item{color:#fff;opacity:.5;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;transition:opacity .2s ease}.nav-item.active{opacity:1}.nav-item svg{width:24px;height:24px}.nav-label{font-size:.65rem;font-weight:500}.loading-spinner{width:30px;height:30px;border:3px solid #333;border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
