:root{color:#f5f7ff;background:#090b10;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{margin:0;min-width:320px;background:#090b10}button{font:inherit;cursor:pointer}.app-shell{width:100vw;height:100dvh}.stream-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:2px;width:100%;height:100%;overflow:hidden;background:#253047}.stream-grid.focus-mode{grid-template-columns:minmax(0,1fr) clamp(190px,21vw,380px);grid-template-rows:repeat(3,minmax(0,1fr))}.stream-card{position:relative;min-width:0;min-height:0;overflow:hidden;background:#11151e}.stream-grid.focus-mode .stream-card.focused{grid-column:1;grid-row:1 / span 3}.stream-grid.focus-mode .stream-card:not(.focused){grid-column:2}.stream-grid.focus-mode .stream-card:not(.focused) .video-overlay{transform:scale(.88);transform-origin:top left}.stream-grid.focus-mode .stream-card:not(.focused) .card-footer{min-height:27px;padding-block:1px}.stream-grid.focus-mode .stream-card:not(.focused) .icon-button{width:23px;height:23px;font-size:11px}.stream-grid.focus-mode .stream-card:not(.focused) .quality{width:65px;height:23px;font-size:9px}.video-wrap{position:relative;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;background:#050609}.video{display:block;width:100%;height:100%;object-fit:contain;background:#050609}.video-overlay{position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:6px;border-radius:99px;padding:4px 7px;background:#080b12b8;color:#d7deed;font-size:11px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.status-dot{width:7px;height:7px;border-radius:99px;background:#ffaf37}[data-state=live] .status-dot{background:#34d399;box-shadow:0 0 10px #34d399}[data-state=paused] .status-dot{background:#fbbf24}[data-state=error] .status-dot{background:#fb7185}.empty-state{position:absolute;inset:0;display:grid;place-items:center;padding:44px;color:#b7c1d5;text-align:center;line-height:1.55;background:#0a0d14e8}.empty-state[hidden]{display:none}.card-footer{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:3px 7px;border-top:1px solid #1c2638;background:linear-gradient(90deg,#11151ef5,#11151ef0);opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease}.stream-card:hover .card-footer{opacity:1;pointer-events:auto;transform:translateY(0)}.room-label{display:inline;margin:0 5px 0 0;font-size:11px;font-weight:700}.room-link{color:#8fa7ff;font-size:10px;text-decoration:none}.room-link:hover{text-decoration:underline}.card-actions{display:flex;align-items:center;gap:5px}.quality{width:78px;height:27px;border:1px solid #2d394f;border-radius:6px;padding:0 4px;color:#dce5fa;background:#171e2c;font-size:10px}.quality:disabled{opacity:.55}.icon-button{width:27px;height:27px;border:1px solid #2d394f;border-radius:6px;color:#edf1fa;background:#171e2c;font-size:12px;line-height:1}.icon-button:hover{border-color:#8099ec}@media(max-width:760px){.room-label{display:inline-block;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}}@media(hover:none){.card-footer{opacity:1;pointer-events:auto;transform:none}}
