: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:100dvh;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:100dvh;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;background-color:#000;display:flex;flex-direction:column}.reel-video{height:100%;width:100%;object-fit:contain}.video-wrapper{flex:1;position:relative;width:100%;min-height:0;display:flex;align-items:center;justify-content:center;background-color:#000}.fullscreen-btn{position:absolute;top:16px;right:16px;z-index:120;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}@keyframes ping-fade{0%{transform:translate3d(-50%,-50%,0) scale(.5);opacity:0}50%{opacity:.8}to{transform:translate3d(-50%,-50%,0) scale(1.5);opacity:0}}.fullscreen-btn:hover{background:#0009;transform:scale(1.1)}.fullscreen-btn:active{transform:scale(.9)}.reel-overlay{flex-shrink:0;width:100%;padding:12px 14px 16px;background-color:#000;border-top:1px solid #1a1a1a;pointer-events:auto}.reel-content{pointer-events:auto}.reel-title{font-size:1rem;font-weight:700;margin-bottom:6px}.reel-description{font-size:.8rem;line-height:1.3;margin-bottom:10px;opacity:.85}.reel-link{display:inline-block;background:#fff;color:#000;padding:6px 12px;border-radius:4px;text-decoration:none;font-size:.8rem;font-weight:700}.swipe-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#ffffffb3;pointer-events:none;animation:bounce-up 2s infinite;z-index:50}.swipe-indicator span{font-size:.6rem;font-weight:800;letter-spacing:1px;margin-top:-4px}@keyframes bounce-up{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-15px)}60%{transform:translate(-50%) translateY(-7px)}}.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;background-color:#000;display:flex;flex-direction:column}.post-header{padding:16px;display:flex;align-items:center}.post-username{font-size:1.1rem;font-weight:800;letter-spacing:-.5px}.post-content{flex:1;position:relative;width:100%;min-height:0;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}.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%;width: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)}}
