/* Match mxpro: black.css surfaces and style.css orange / pill buttons. */
html,body{width:100%;height:100%;margin:0;background:#16161a;color:#e1e3e5;font:14px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;overflow:hidden}
*{box-sizing:border-box}
#player-root,#player-root>video,#player-root .video-js,#player-root video-skin{display:block;width:100%;height:100%}
#player-root video{width:100%;height:100%;object-fit:contain}
.player-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;justify-content:space-between;padding:26px 36px;background:radial-gradient(ellipse at 50% 40%,#292322 0%,#1a1c1f 46%,#16161a 100%);text-align:center}
.player-brand{height:54px;display:flex;align-items:center;text-align:left}
.player-cover[data-leaving]{opacity:0;pointer-events:none;transition:opacity .28s ease-out}
#player-logo{display:block;width:auto;height:54px;max-width:180px;object-fit:contain}
.brand-mark{color:#f96518;font-size:26px;font-weight:700}
.loading-content{margin:auto;width:100%;max-width:640px;padding:14px 0}
.loading-symbol{position:relative;width:64px;height:64px;margin:0 auto 20px}
.loading-symbol span{display:block;width:100%;height:100%;border-radius:50%;border:2px solid #383235;border-top-color:#f96518;border-right-color:#fd9020;animation:loading-orbit 1.5s linear infinite}
.loading-symbol i{position:absolute;top:22px;left:27px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:14px solid #f96518}
.loading-eyebrow{font-size:12px;letter-spacing:2px;color:#999;margin:0 0 10px}
#player-heading{font-size:30px;font-size:clamp(22px,4vw,30px);font-weight:700;letter-spacing:2px;margin:0 0 12px;color:#e1e3e5}
#player-message{color:#999;font-size:14px;min-height:22px;margin:0 auto;max-width:560px}
.player-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}
.player-actions:empty{display:none}
.player-actions button{border:1px solid #3c3f43;border-radius:50px;background:#25252b;color:#e1e3e5;padding:9px 22px;cursor:pointer;font:inherit}
#player-start,#player-retry{background:#f96518;background:linear-gradient(to right,#f96518 0%,#fd9020 100%);color:#fff;border-color:transparent;font-weight:700;box-shadow:0 10px 12px -4px rgba(229,9,20,.25)}
.player-actions button:hover{filter:brightness(1.1)}
.player-cover button:focus-visible,.player-cover a:focus-visible{outline:2px solid #fd9020;outline-offset:4px}
.player-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #25252b;padding-top:16px;color:#999;font-size:12px;text-align:left}
.player-footer p{margin:0;overflow-wrap:anywhere}.player-footer a{color:#f96518;text-decoration:none;margin-left:8px}.player-footer a:hover{color:#fd9020}.player-footer span{margin-left:8px}
#player-auto{flex-shrink:0;border:0;background:none;color:#999;padding:5px 0;cursor:pointer;font:inherit}
#player-auto::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#f96518;margin-right:7px;vertical-align:2px}
#player-auto[aria-pressed=false]::before{background:#666}
[data-state=error] .loading-symbol span,[data-state=ready] .loading-symbol span{animation:none}
[data-theme=white] .player-cover{background:#f7f8f9;color:#282828}
[data-theme=white] #player-heading{color:#282828}
[data-theme=white] #player-message,[data-theme=white] .loading-eyebrow,[data-theme=white] .player-footer,[data-theme=white] #player-auto{color:#666}
[data-theme=white] .player-footer{border-color:#e9ecef}
[data-theme=white] .loading-symbol span{border-bottom-color:#e9ecef;border-left-color:#e9ecef}
[data-theme=white] .player-actions button:not(#player-start):not(#player-retry){background:#e9ecef;color:#282828;border-color:#e9ecef}
[hidden]{display:none!important}
@keyframes loading-orbit{to{transform:rotate(360deg)}}
@media(max-width:600px),(max-height:390px){.player-cover{padding:12px 18px}.player-brand{height:32px}#player-logo{height:32px;max-width:120px}.brand-mark{font-size:20px}.loading-content{padding:6px 0}.loading-symbol{width:40px;height:40px;margin-bottom:10px}.loading-symbol i{top:13px;left:17px;border-top-width:7px;border-bottom-width:7px;border-left-width:10px}.loading-eyebrow{margin-bottom:5px;font-size:10px}#player-heading{font-size:22px;margin-bottom:7px}#player-message{font-size:12px}.player-actions{margin-top:10px;gap:6px}.player-actions button{padding:6px 14px;font-size:12px}.player-footer{padding-top:8px;font-size:10px;gap:8px}}
@media(prefers-reduced-motion:reduce){.loading-symbol span{animation:none}.player-cover[data-leaving]{transition:none}}
.video-js .vjs-skip-settings .vjs-menu{width:16em;left:-10em}
.video-js .vjs-skip-seconds input{width:60px;font:inherit;color:inherit;background:transparent;border:1px solid currentColor}
