:root{color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;background:#000;color:#fff}*{box-sizing:border-box}html,body,#feed{margin:0;width:100%;height:100%;overflow:hidden;background:#000}.loading{height:100%;display:grid;place-items:center;color:#bbb}#feed{overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior-y:contain}.card{height:100svh;min-height:100svh;position:relative;scroll-snap-align:start;scroll-snap-stop:always;background:#000}.media{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000}.media.video{object-fit:contain}.tap-layer{position:absolute;inset:0;z-index:2}.top,.meta,.actions{position:absolute;z-index:3;left:16px;right:16px}.top{top:calc(env(safe-area-inset-top) + 16px);display:flex;pointer-events:none}.badge{background:#000a;border:0;border-radius:24px;padding:10px 14px;color:#fff;font:inherit;font-weight:700;backdrop-filter:blur(8px);pointer-events:auto}.meta{bottom:116px;text-shadow:0 1px 4px #000}.meta h1{margin:0 0 5px;font-size:20px;line-height:1.25}.meta p{margin:0;color:#eee;font-size:14px}.progress{position:absolute;z-index:3;left:16px;right:16px;bottom:94px;height:4px;border-radius:4px;background:#ffffff55;overflow:hidden}.progress i{display:block;width:0;height:100%;background:#fff}.actions{bottom:calc(env(safe-area-inset-bottom) + 10px);display:flex;justify-content:space-between;align-items:center;gap:3px}.action{border:0;border-radius:11px;min-width:43px;height:57px;padding:3px 2px;background:#000a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;backdrop-filter:blur(8px)}.action.active{color:#ff3d70}.action .symbol{font-size:24px;line-height:25px}.action .action-label{font-size:11px;line-height:14px;white-space:nowrap}.play-hint{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:27px;display:none}.card.paused .play-hint,.card.failed .play-hint{display:block}.sheet{position:fixed;z-index:10;inset:auto 0 0;background:#181818;border-radius:18px 18px 0 0;padding:20px;max-height:75svh;overflow:auto}.sheet[hidden]{display:none}.sheet h2{margin:0 0 12px}.sheet .close{margin-bottom:10px}.sheet button,.sheet input{font:inherit}.sheet input{width:100%;padding:12px;border-radius:9px;border:1px solid #555;background:#262626;color:#fff;margin:6px 0}.sheet .primary{padding:11px 16px;border:0;border-radius:9px;background:#fff;color:#000;font-weight:700}.comment{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #333}.avatar{width:32px;height:32px;border-radius:50%;background:#555;object-fit:cover}.dim{color:#aaa;font-size:13px}#toast{position:fixed;z-index:20;left:50%;bottom:110px;transform:translateX(-50%);padding:10px 14px;border-radius:20px;background:#222d;display:none}.empty{display:grid;place-items:center;height:100%;color:#aaa}
