:root{--tg-bg: #000000;--tg-text: #ffffff;--tg-hint: #8a8a8a;--tg-secondary-bg: #1c1c1e;--accent: #ff2d55;--tabbar-h: 56px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;height:100%;width:100%}body{background:#000;color:var(--tg-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0}.app{position:relative;height:100%;width:100%;display:flex;flex-direction:column;background:#000}.app-body{flex:1;min-height:0;position:relative;overflow:hidden}.tabbar{height:calc(var(--tabbar-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);display:flex;background:#111;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0;z-index:20}.tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;color:#8a8a8a}.tabbar-item.active{color:var(--accent)}.feed{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;background:#000}.feed::-webkit-scrollbar{display:none}.feed-item{position:relative;height:100%;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;background:#000}.player{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000}.player-video{width:100%;height:100%;object-fit:contain;background:#000}.player-play-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.player-loading{position:absolute;top:50%;left:50%;width:36px;height:36px;margin:-18px 0 0 -18px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.player-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#fff3}.player-progress-bar{height:100%;background:var(--accent);transition:width .2s linear}.feed-actions{position:absolute;right:10px;bottom:120px;display:flex;flex-direction:column;align-items:center;gap:20px;z-index:10}.feed-action{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.feed-full-btn{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:#fff;font-weight:600}.feed-full-btn svg{padding:8px;background:var(--accent);border-radius:50%}.feed-info{position:absolute;left:14px;right:80px;bottom:24px;z-index:10;text-shadow:0 1px 4px rgba(0,0,0,.7)}.feed-title{font-size:19px;font-weight:700;margin-bottom:6px}.feed-meta{font-size:13px;color:#ffffffd9;margin-bottom:8px}.feed-tags{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.feed-tag{font-size:12px;color:#fff}.feed-desc{font-size:13px;color:#ffffffe6;line-height:1.4;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-cta{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:14px;font-weight:600;padding:10px 16px;border-radius:24px}.player-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:#000}.player-page{height:100%}.overlay-back{position:absolute;top:12px;left:12px;z-index:60;width:36px;height:36px;border-radius:50%;background:#0006;color:#fff;font-size:24px;line-height:1}.player-page-header{position:absolute;top:14px;left:56px;right:14px;z-index:10;display:flex;flex-direction:column;gap:2px;text-shadow:0 1px 4px rgba(0,0,0,.7)}.player-page-title{font-size:16px;font-weight:700}.player-page-ep{font-size:12px;color:#fffc}.player-page-bottom{position:absolute;left:14px;bottom:28px;z-index:10}.ep-select-btn{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:14px;padding:8px 16px;border-radius:20px}.locked-ep{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.locked-ep-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#fff}.locked-ep-lock{font-size:40px}.locked-ep-title{font-size:18px;font-weight:700}.locked-ep-tip{font-size:13px;color:#ffffffb3}.locked-ep-btn{margin-top:8px;background:var(--accent);color:#fff;font-weight:600;padding:10px 28px;border-radius:24px}.ep-drawer-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:70;background:#00000080;display:flex;align-items:flex-end}.ep-drawer{width:100%;max-height:60%;background:#1c1c1e;border-radius:16px 16px 0 0;padding:16px;overflow-y:auto;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%)}}.ep-drawer-head{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.ep-drawer-head span:first-child{font-size:17px;font-weight:700}.ep-drawer-sub{font-size:13px;color:var(--tg-hint)}.ep-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.ep-cell{position:relative;aspect-ratio:1;background:#2c2c2e;border-radius:8px;color:#fff;font-size:15px;display:flex;align-items:center;justify-content:center}.ep-cell.active{background:var(--accent)}.ep-cell.locked{color:#fff6}.ep-lock{position:absolute;top:2px;right:4px;font-size:10px}.home{height:100%;overflow-y:auto;background:#0d0d0d;padding-bottom:20px}.home::-webkit-scrollbar{display:none}.home-header{position:sticky;top:0;z-index:5;padding:14px 16px 10px;background:#0d0d0d}.home-header h1{margin:0 0 10px;font-size:24px}.home-search{background:#1c1c1e;border-radius:20px;padding:9px 14px;font-size:14px;color:var(--tg-hint)}.home-section{padding:8px 16px 4px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-head h2{margin:0;font-size:18px}.refresh-btn{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--tg-hint)}.featured-scroll{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;margin:0 -16px;padding:0 16px 4px}.featured-scroll::-webkit-scrollbar{display:none}.featured-card{flex:0 0 auto;width:128px;text-align:left}.featured-cover{position:relative;width:128px;height:176px;border-radius:10px;background-size:cover;background-position:center;background-color:#222;margin-bottom:6px}.featured-badge{position:absolute;top:6px;left:6px;background:var(--accent);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px}.featured-title{font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-list{display:flex;flex-direction:column;gap:12px}.rank-item{display:flex;align-items:center;gap:10px;text-align:left;width:100%}.rank-no{width:22px;text-align:center;font-size:16px;font-weight:700;color:var(--tg-hint);flex-shrink:0}.rank-no.top{color:var(--accent)}.rank-cover{width:60px;height:80px;border-radius:8px;background-size:cover;background-position:center;background-color:#222;flex-shrink:0}.rank-info{flex:1;min-width:0}.rank-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.rank-tags{font-size:12px;color:var(--tg-hint);margin-bottom:4px}.rank-play{font-size:12px;color:var(--tg-hint)}.drama-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.drama-card{text-align:left}.drama-cover{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:10px;background-size:cover;background-position:center;background-color:#222;margin-bottom:6px}.drama-play-count{position:absolute;left:6px;bottom:6px;font-size:11px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8)}.drama-ep-badge{position:absolute;top:6px;right:6px;font-size:10px;color:#fff;background:#00000080;padding:2px 6px;border-radius:4px}.drama-card-title{font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.drama-card-tags{font-size:11px;color:var(--tg-hint)}.load-more{text-align:center;padding:20px;font-size:13px;color:var(--tg-hint)}.profile{height:100%;overflow-y:auto;background:#0d0d0d;padding:0 16px 20px}.profile::-webkit-scrollbar{display:none}.profile-header{display:flex;align-items:center;gap:14px;padding:24px 0 20px}.profile-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#fff;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-meta{min-width:0}.profile-name{font-size:20px;font-weight:700}.profile-id{font-size:13px;color:var(--tg-hint);margin-top:2px}.profile-username{font-size:13px;color:var(--tg-hint)}.profile-vip{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#3a2a1a,#5a3d1f);border:1px solid rgba(255,200,120,.3);border-radius:14px;padding:16px;margin-bottom:20px}.profile-vip-title{font-size:16px;font-weight:700;color:#ffd98a}.profile-vip-sub{font-size:12px;color:#ffd98ab3;margin-top:2px}.profile-vip-btn{background:#ffd98a;color:#5a3d1f;font-weight:700;font-size:14px;padding:8px 18px;border-radius:20px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:#1c1c1e;border-radius:14px;padding:16px 8px;margin-bottom:24px}.profile-grid-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0}.profile-grid-icon{font-size:24px}.profile-grid-label{font-size:12px;color:var(--tg-text)}.profile-section h3{font-size:16px;margin:0 0 12px}.profile-empty{color:var(--tg-hint);font-size:14px}.history-list{display:flex;flex-direction:column;gap:14px}.history-item{display:flex;align-items:center;gap:12px;text-align:left;width:100%}.history-cover{width:56px;height:76px;border-radius:8px;background-size:cover;background-position:center;background-color:#222;flex-shrink:0}.history-info{flex:1;min-width:0}.history-title{font-size:15px;font-weight:600;margin-bottom:6px}.history-progress{font-size:12px;color:var(--tg-hint);margin-bottom:6px}.history-bar{height:3px;background:#ffffff26;border-radius:2px;overflow:hidden}.history-bar-fill{height:100%;background:var(--accent)}.history-continue{font-size:13px;color:var(--accent);flex-shrink:0}
