:root { --petrol: #16697a; --petrol-dark: #104f5c; --ink: #173237; --muted: #68787b; --line: #d6e2df; --page: #edf3f1; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--page); font-family: "Segoe UI", sans-serif; }
a { color: inherit; }
.watch-header, .watch-app, .watch-footer { width: min(980px, calc(100% - 32px)); margin-inline: auto; }
.watch-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; }
.watch-brand { display: flex; align-items: center; gap: 8px; color: var(--petrol); font-weight: 800; text-decoration: none; }
.watch-brand img { width: 30px; height: 30px; }
.watch-header-actions { display: flex; align-items: center; gap: 12px; }
.text-link { color: var(--petrol-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.button { min-height: 40px; padding: 8px 14px; border: 1px solid transparent; border-radius: 4px; font: inherit; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--petrol); color: #fff; }
.button-light { border-color: var(--petrol); background: #fff; color: var(--petrol); }
.button:hover, .button:focus-visible { outline: 3px solid rgba(22, 105, 122, .2); outline-offset: 2px; }
.broadcast-shell { overflow: hidden; margin: 20px 0 60px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 34px rgba(23, 50, 55, .08); }
.broadcast-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; background: var(--petrol-dark); color: #fff; }
.broadcast-label { display: block; margin-bottom: 6px; color: #cde8e3; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: #ed4d4d; vertical-align: 1px; }
.broadcast-heading h1 { margin: 0; font: 700 clamp(1.35rem, 3vw, 2.2rem) "Space Grotesk", sans-serif; }
.broadcast-heading h1[hidden] { display: none; }
.broadcast-heading p { margin: 5px 0 0; color: #d8eeea; }
.broadcast-status { padding: 5px 8px; background: #d53939; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.broadcast-status.is-offline { background: #728084; }
.watch-video { position: relative; aspect-ratio: 16 / 9; background: #101d20; }
.watch-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.watch-video iframe[hidden], .watch-empty[hidden], .watch-logo[hidden] { display: none !important; }
.watch-empty { display: grid; place-items: center; height: 100%; padding: 30px; color: #b9c9c8; text-align: center; }
.watch-logo { position: absolute; right: 14px; bottom: 14px; width: 28px; height: 28px; padding: 0; background: transparent; box-shadow: none; }
.watch-logo img { width: 100%; height: 100%; }
.broadcast-footer { display: flex; justify-content: space-between; gap: 16px; padding: 14px 20px; color: var(--muted); font-size: .85rem; }
.broadcast-footer a { color: var(--petrol); font-weight: 800; text-decoration: none; }
.watch-editor { width: min(520px, 100%); margin: -38px auto 60px; padding: 22px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 32px rgba(23, 50, 55, .13); }
.editor-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.editor-kicker { color: var(--petrol); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.editor-heading h2 { margin: 4px 0 0; font: 700 1.5rem "Space Grotesk", sans-serif; }
.icon-button { width: 34px; height: 34px; border: 1px solid var(--line); background: #fff; font-size: 1.25rem; cursor: pointer; }
.watch-editor label { display: grid; gap: 6px; margin-top: 14px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.watch-editor input[type=url], .watch-editor input[type=text] { min-height: 42px; padding: 8px 10px; border: 1px solid var(--line); font: inherit; color: var(--ink); }
.checkbox-label { display: flex !important; align-items: center; gap: 8px !important; }
.checkbox-label input { width: 17px; height: 17px; accent-color: var(--petrol); }
.watch-editor .button { margin-top: 20px; }
.status { min-height: 1.4em; margin: 10px 0 0; color: var(--muted); font-size: .88rem; }
.watch-state { width: min(700px, calc(100% - 32px)); margin: 100px auto; padding: 28px; background: #fff; color: var(--muted); text-align: center; }
.watch-footer { display: flex; gap: 16px; padding: 0 0 30px; color: var(--muted); font-size: .88rem; }
.watch-footer a:first-child { color: var(--petrol); font-weight: 800; }
@media (max-width: 620px) { .watch-header, .watch-header-actions, .broadcast-heading, .broadcast-footer { align-items: flex-start; } .watch-header, .broadcast-heading, .broadcast-footer { flex-direction: column; } .watch-header-actions { width: 100%; justify-content: space-between; } .broadcast-footer { gap: 5px; } }
*** End Patch