.lha-player{--lha-accent:#fa4b24;position:relative;isolation:isolate;display:block;width:100%;aspect-ratio:var(--lha-ratio,16 / 9);overflow:hidden;border-radius:12px;background:#111;color:#fff;box-sizing:border-box}
.lha-player>.lha-player__poster,.lha-player>iframe,.lha-player>video{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;margin:0;border:0;border-radius:0}
.lha-player>.lha-player__poster{object-fit:cover;pointer-events:none}
.lha-player>iframe,.lha-player>video{z-index:2;object-fit:contain;background:#000}
.lha-player>button.lha-player__play{position:absolute;inset:0;z-index:3;display:grid;place-items:center;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:inherit;color:#fff;background:linear-gradient(180deg,#0000 40%,#0009);box-shadow:none;cursor:pointer;font:inherit;text-align:left;text-transform:none;letter-spacing:normal;appearance:none;-webkit-tap-highlight-color:transparent}
.lha-player .lha-player__icon{display:grid;place-items:center;width:clamp(58px,7vw,80px);height:clamp(58px,7vw,80px);border:1px solid #ffffffa0;border-radius:50%;background:#14141480;box-shadow:0 6px 30px #0003;backdrop-filter:blur(8px);transition:background .18s,border-color .18s,transform .18s;box-sizing:border-box}
.lha-player .lha-player__icon svg{display:block;margin-left:3px;fill:currentColor}
.lha-player>button.lha-player__play:hover,.lha-player>button.lha-player__play:focus-visible{color:#fff;background:linear-gradient(180deg,#0000 40%,#000a)}
.lha-player__play:hover .lha-player__icon,.lha-player__play:focus-visible .lha-player__icon{background:var(--lha-accent);border-color:var(--lha-accent);transform:scale(1.06)}
.lha-player>button.lha-player__play:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.lha-player .lha-player__caption{position:absolute;right:24px;bottom:24px;left:24px;display:grid;gap:5px;pointer-events:none}
.lha-player .lha-player__eyebrow{color:#eee;font-size:10px;font-weight:600;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}
.lha-player .lha-player__title{overflow:hidden;color:#fff;font-size:clamp(14px,1.7vw,21px);font-weight:500;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.lha-player .lha-player__status{position:absolute;right:14px;bottom:64px;left:14px;z-index:4;width:fit-content;max-width:calc(100% - 28px);margin:0;padding:9px 13px;border-radius:6px;background:#111e;color:#fff;font:500 13px/1.5 system-ui,sans-serif;pointer-events:none}
.lha-player[data-state="loading"]>.lha-player__play{pointer-events:none;background:#1116}
.lha-player[data-state="loading"] .lha-player__icon{border-color:#ffffff40;border-top-color:#fff;animation:lha-player-spin .8s linear infinite;background:transparent}
.lha-player[data-state="loading"] .lha-player__icon svg,.lha-player[data-state="loading"] .lha-player__caption{visibility:hidden}
.lha-player[data-state="ready"]>.lha-player__play{display:none}
.lha-player [hidden]{display:none!important}
.lha-player noscript a{position:absolute;bottom:0;left:0;z-index:5;padding:12px;background:#111;color:#fff}
@keyframes lha-player-spin{to{transform:rotate(360deg)}}
@media(max-width:600px){.lha-player{border-radius:8px}.lha-player .lha-player__caption{right:16px;bottom:14px;left:16px;gap:3px}.lha-player .lha-player__eyebrow{font-size:9px}}
@media(prefers-reduced-motion:reduce){.lha-player .lha-player__icon{transition:none}.lha-player[data-state="loading"] .lha-player__icon{animation:none}}
.lha-global-video.lha-player{
width:100% !Important;}