*{box-sizing:border-box}body{margin:0;background:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.top-search{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(520px,100%);z-index:20;display:flex;gap:10px;align-items:center;padding:12px 14px;background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,0))}.logo{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#ff3dc8,#7b2cff);display:grid;place-items:center;font-size:24px;box-shadow:0 10px 25px rgba(255,61,200,.25)}.top-search input{flex:1;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#050505;color:#fff;padding:0 16px;outline:none}.admin-link{color:#fff;text-decoration:none;background:rgba(255,255,255,.12);padding:11px 12px;border-radius:999px;font-size:12px}.feed{height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;background:#000}.feed-card{position:relative;height:100vh;scroll-snap-align:start;overflow:hidden;display:flex;align-items:flex-end;padding:90px 18px 150px;max-width:520px;margin:0 auto;background:#111}.feed-card.empty{align-items:center;justify-content:center;text-align:center}.feed-card .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.12)}.shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.08) 35%,rgba(0,0,0,.88))}.creator-row{position:absolute;top:76px;left:18px;right:18px;display:flex;align-items:center;gap:10px;z-index:2}.creator-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;min-width:0}.creator-link img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #fff}.creator-link strong{display:block;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-link span{display:block;font-size:12px;color:#e5d9e9}.follow-btn{margin-left:auto;border:0;border-radius:999px;background:#fff;color:#111;padding:10px 14px;font-weight:800}.side-actions{position:absolute;right:14px;bottom:210px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:6px}.side-actions button{width:48px;height:48px;border-radius:50%;border:0;background:rgba(255,255,255,.18);color:#fff;font-size:24px;backdrop-filter:blur(12px)}.side-actions small{font-size:12px;text-shadow:0 2px 8px #000}.feed-info{position:relative;z-index:2;padding-right:72px}.feed-info h1{font-size:34px;line-height:1.02;margin:0 0 10px;text-shadow:0 3px 18px #000}.feed-info p{font-size:15px;color:#eee;line-height:1.4;max-height:65px;overflow:hidden}.meta{font-size:12px;color:#d9cfe0;margin:12px 0}.main-play{border:0;border-radius:999px;background:linear-gradient(135deg,#ff3dc8,#7b2cff);color:#fff;font-weight:900;padding:14px 20px;box-shadow:0 14px 35px rgba(255,61,200,.32)}.global-player{position:fixed;left:50%;bottom:82px;transform:translateX(-50%);width:min(500px,calc(100% - 24px));height:68px;background:rgba(12,7,15,.86);border:1px solid rgba(255,255,255,.12);border-radius:22px;z-index:30;display:grid;grid-template-columns:1fr 38px 48px 38px;gap:8px;align-items:center;padding:10px 12px;backdrop-filter:blur(18px)}.global-player strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-player span{display:block;font-size:11px;color:#cfc1d7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-player button{border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;width:38px;height:38px;font-size:20px}.global-player #playPauseBtn{width:48px;height:48px;background:linear-gradient(135deg,#ff3dc8,#7b2cff);font-size:18px}.progress{position:absolute;left:14px;right:14px;bottom:5px;height:3px;background:rgba(255,255,255,.12);border-radius:99px;overflow:hidden}.progress i{display:block;width:0%;height:100%;background:#ff3dc8}.bottom-menu{position:fixed;left:50%;bottom:10px;transform:translateX(-50%);width:min(500px,calc(100% - 24px));height:62px;background:rgba(12,7,15,.86);border:1px solid rgba(255,255,255,.12);border-radius:24px;display:flex;align-items:center;justify-content:space-around;z-index:30;backdrop-filter:blur(18px)}.bottom-menu a{color:#ac9ab4;text-decoration:none;text-align:center;font-size:20px}.bottom-menu a span{display:block;font-size:10px;margin-top:2px}.bottom-menu a.active{color:#ff45cb}.comments-panel{position:fixed;left:50%;bottom:-80vh;transform:translateX(-50%);width:min(520px,100%);height:70vh;background:#100714;border-radius:28px 28px 0 0;z-index:50;transition:.25s;padding:18px;box-shadow:0 -20px 80px #000;overflow:auto}.comments-panel.show{bottom:0}.close-comments{position:absolute;right:14px;top:14px;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:22px}.comment-item{border-bottom:1px solid rgba(255,255,255,.08);padding:12px 0}.comment-item p{margin:5px 0 0;color:#ddd}.muted{color:#aaa}.comments-panel form{display:flex;gap:8px;margin-top:15px}.comments-panel input{min-width:0;flex:1;border:0;border-radius:999px;background:#201028;color:#fff;padding:13px}.comments-panel form button{border:0;border-radius:999px;background:#ff3dc8;color:#fff;padding:0 16px}.is-playing .logo{animation:pulseLogo 1.2s infinite}@keyframes pulseLogo{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}@media(min-width:700px){body{background:#050205}.feed-card{border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08)}}