*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-size:18px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;background:#0e0f12;color:#fff;-webkit-tap-highlight-color:transparent;overflow:hidden}#app{width:100%;height:100%}.live-page{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.stage{position:relative;flex:1;min-height:0;background:#000;overflow:hidden}.remote-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000;overflow:hidden;object-fit:cover;display:block}.stage-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:10px;padding:14px 16px max(14px,env(safe-area-inset-top));background:linear-gradient(180deg,#0000008c,#0000);z-index:10;pointer-events:none}.stage-info{flex:1;min-width:0}.sound-btn{flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:20px;line-height:40px;cursor:pointer;pointer-events:auto}.stage-title{font-size:19px;font-weight:700;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-sub{font-size:14px;color:#ffe08a;margin-top:2px;text-shadow:0 1px 3px rgba(0,0,0,.8)}.online-badge{position:absolute;top:14px;right:12px;background:#0000008c;color:#ffd24d;padding:4px 12px;border-radius:16px;font-size:14px;z-index:10}.play-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#0000008c;z-index:20;cursor:pointer}.play-btn{width:92px;height:92px;border-radius:50%;background:#ff5c38;color:#fff;display:flex;align-items:center;justify-content:center;font-size:42px;box-shadow:0 4px 24px #ff5c388c;animation:playPulse 1.6s ease-in-out infinite}@keyframes playPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.play-text{font-size:21px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.85)}.danmaku{position:absolute;left:0;right:0;bottom:10px;max-height:42%;overflow-y:auto;padding:6px 12px;background:transparent;z-index:5;pointer-events:none;-webkit-overflow-scrolling:touch}.msg-item{margin-bottom:8px;font-size:15px;line-height:1.45;word-break:break-all;width:fit-content;max-width:100%;padding:3px 12px;border-radius:14px;background:#00000059;text-shadow:0 1px 2px rgba(0,0,0,.7)}.msg-item .nick{color:#5fb0ff;margin-right:6px}.msg-item .content{color:#fff}.msg-item.notice{text-align:left;color:#ffe08a;font-size:13px;background:#0000004d}.input-bar{display:flex;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#181a20;border-top:1px solid #2a2d36;flex-shrink:0}.input-bar input{flex:1;height:48px;padding:0 16px;border:1px solid #3a3e48;border-radius:24px;background:#0e0f12;color:#fff;font-size:17px;outline:none}.input-bar button{flex-shrink:0;height:48px;padding:0 24px;border:none;border-radius:24px;background:#ff5c38;color:#fff;font-size:17px;font-weight:600;cursor:pointer}.input-bar button:disabled{background:#4a4e57;color:#9aa0aa}.topbar{position:relative;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#181a20;font-size:18px;font-weight:600;flex-shrink:0}.topbar .title{flex:1;margin:0 10px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.refresh-btn{flex-shrink:0;width:34px;height:34px;border:none;border-radius:50%;background:#2a2d36;color:#fff;font-size:18px;line-height:34px;cursor:pointer}.status-panel{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 30px;text-align:center}.black-screen{flex:1;background:#000}.status-icon{font-size:60px}.status-title{font-size:24px;font-weight:700}.status-sub{font-size:17px;color:#b8bcc4;line-height:1.6}.status-time{font-size:20px;color:#ffd24d;font-weight:600}.big-btn{height:52px;padding:0 40px;border:none;border-radius:26px;background:#ff5c38;color:#fff;font-size:19px;font-weight:600;cursor:pointer}.err-text{color:#ff7b63;font-size:16px}.login-page{flex:1;display:flex;align-items:center;justify-content:center;padding:30px;background:radial-gradient(circle at 50% 30%,#1d2230,#0e0f12)}.login-box{width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.login-logo{font-size:72px}.login-title{font-size:28px;font-weight:700}.login-sub{font-size:16px;color:#b8bcc4;line-height:1.6}.login-btn{width:100%;height:52px;border:none;border-radius:26px;background:#07c160;color:#fff;font-size:18px;font-weight:600;cursor:pointer}
