:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #101214; color: #f4f6fa; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #101214; }
.live-topbar { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px clamp(18px, 5vw, 72px); border-bottom: 1px solid #303846; background: #171b20; }
.live-brand img { display: block; width: 260px; max-width: 38vw; height: auto; }
h1 { display: flex; align-items: center; gap: 12px; margin: 0; font-size: clamp(22px, 3vw, 36px); letter-spacing: -.03em; }
.live-dot { width: 11px; height: 11px; border-radius: 999px; background: #ff3b30; box-shadow: 0 0 0 0 rgba(255,59,48,.8); animation: live-pulse 1.2s ease-in-out infinite; }
@keyframes live-pulse { 0%,100% { opacity: .5; box-shadow: 0 0 0 0 rgba(255,59,48,.75); } 50% { opacity: 1; box-shadow: 0 0 0 8px rgba(255,59,48,0); } }
.live-layout { width: min(1380px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 64px; position: relative; }
.live-status { margin: 0 0 16px; color: #aeb9c8; font-size: 14px; }
.live-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.live-card { overflow: hidden; border: 1px solid #344050; border-radius: 18px; background: #1a1f27; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.live-camera { position: relative; aspect-ratio: 16 / 9; background: #050607; }
.live-camera img, .live-camera video { width: 100%; height: 100%; display: block; object-fit: cover; }
.live-camera video { display: none; }
.live-loader { display: none; position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; margin: -17px; border: 4px solid #4f5968; border-top-color: #62a8ff; border-radius: 50%; animation: live-spin .8s linear infinite; }
.live-camera-loading .live-loader { display: block; }
@keyframes live-spin { to { transform: rotate(360deg); } }
.live-badge { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 7px 10px; background: rgba(0,0,0,.72); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.live-badge .live-dot { width: 8px; height: 8px; }
.live-fullscreen { position: absolute; right: 12px; bottom: 12px; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.7); border-radius: 10px; background: rgba(0,0,0,.7); color: #fff; font-size: 25px; cursor: pointer; }
.live-camera:fullscreen { display: grid; place-items: center; width: 100vw; height: 100vh; background: #000; }
.live-camera:fullscreen img, .live-camera:fullscreen video { width: auto; height: auto; max-width: 100vw; max-height: 100vh; object-fit: contain; }
.live-camera:-webkit-full-screen { display: grid; place-items: center; width: 100vw; height: 100vh; background: #000; }
.live-camera:-webkit-full-screen img, .live-camera:-webkit-full-screen video { width: auto; height: auto; max-width: 100vw; max-height: 100vh; object-fit: contain; }
.live-fullscreen-overlay { position: fixed; z-index: 2147483647; inset: 0; display: grid; place-items: center; padding: 16px; background: #000; }
.live-fullscreen-overlay img, .live-fullscreen-overlay video { width: 100%; height: 100%; object-fit: contain; }
.live-fullscreen-close { position: absolute; top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(0,0,0,.72); color: #fff; font-size: 36px; line-height: 1; cursor: pointer; }
.live-product { display: flex; align-items: center; gap: 12px; padding: 14px 16px; min-width: 0; }
.live-product > a, .live-product > div { display: flex; align-items: center; gap: 12px; min-width: 0; color: inherit; text-decoration: none; }
.live-product > a { width: 100%; border-radius: 10px; cursor: pointer; }
.live-product > a:hover strong, .live-product > a:focus-visible strong { color: #79b7ff; text-decoration: underline; }
.live-product img { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid #3a4555; border-radius: 10px; object-fit: cover; background: #101214; }
.live-product strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.live-empty { grid-column: 1 / -1; margin: 0; padding: 28px; border: 1px dashed #465264; border-radius: 16px; color: #aeb9c8; background: #171b20; }
.live-ad { min-height: 132px; display: grid; place-items: center; margin: 18px 0; border: 1px dashed #394454; border-radius: 12px; color: #778395; font-size: 12px; }
@media (min-width: 1700px) { .live-ad { position: absolute; top: 24px; display: grid; place-items: center; width: 150px; height: 600px; border: 1px dashed #394454; border-radius: 12px; color: #778395; font-size: 12px; } .live-ad--left { right: calc(100% + 30px); } .live-ad--right { left: calc(100% + 30px); } }
@media (max-width: 760px) { .live-topbar { min-height: auto; flex-direction: column; align-items: flex-start; gap: 12px; } .live-brand img { max-width: 280px; width: 100%; } .live-layout { width: min(100% - 24px, 700px); padding-top: 18px; } .live-grid { grid-template-columns: 1fr; gap: 14px; } }
