*{box-sizing:border-box}html,body{margin:0;background:#050505;color:#fff;font-family:Inter,system-ui,sans-serif;height:100%;overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0}.app{height:100dvh;max-width:720px;margin:auto;position:relative;background:#000}.top{position:absolute;z-index:8;top:0;left:0;right:0;height:58px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(#000b,transparent)}.top b{font-size:24px;letter-spacing:1px}.top span{font-size:13px;opacity:.8}.top button{font-size:25px}.tabs{position:absolute;z-index:8;top:58px;left:0;right:0;display:flex;justify-content:center;gap:24px}.tabs button{font-weight:700;font-size:13px;opacity:.55}.tabs button.active{opacity:1;border-bottom:2px solid #d6aa55;padding-bottom:8px}.feed{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none}.feed::-webkit-scrollbar{display:none}.card{height:100dvh;position:relative;scroll-snap-align:start;background:#111}.card video{width:100%;height:100%;object-fit:cover;background:#111}.shade{position:absolute;inset:0;background:linear-gradient(transparent 45%,#000b 100%);pointer-events:none}.meta{position:absolute;left:16px;right:84px;bottom:78px}.meta h3{margin:0 0 8px}.meta p{margin:0 0 10px;line-height:1.4;color:#eee}.actions{position:absolute;right:12px;bottom:90px;display:grid;gap:18px;text-align:center}.actions button{display:grid;gap:3px;font-size:25px}.actions small{font-size:11px}.follow{font-size:12px;border:1px solid #fff;border-radius:20px;padding:5px 10px}.empty{display:grid;place-items:center;height:100%;color:#999}footer{position:absolute;z-index:10;bottom:0;left:0;right:0;height:62px;background:#050505e8;display:flex;justify-content:space-around;align-items:center}footer a{font-size:20px;text-align:center;min-width:48px}footer small{display:block;font-size:9px;color:#aaa}.plus{font-size:32px;border-radius:12px;background:#d6aa55;color:#000;height:38px;line-height:35px}.page{height:100dvh;overflow:auto;padding:70px 18px 90px}.panel{background:#141414;border:1px solid #282828;border-radius:18px;padding:18px;margin-bottom:14px}.field{width:100%;padding:13px;margin:7px 0;background:#0b0b0b;border:1px solid #333;border-radius:10px;color:#fff}.gold{background:#d6aa55;color:#000;font-weight:800}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.thumb{aspect-ratio:9/14;background:#171717;border-radius:10px;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}@media(min-width:721px){body{background:#181818}.app{box-shadow:0 0 60px #000}}
