.hasera-track-qr-trigger svg {
    width: 1.35em;
    height: 1.35em;
    pointer-events: none;
}
.hmt-track-tools.has-track-qr-tool {
    grid-template-columns: minmax(0, 1fr) 24px 24px 24px;
}
.hmt-track-tools.has-track-qr-tool:has(.hmt-remove-form) {
    grid-template-columns: minmax(0, 1fr) 24px 24px 24px auto;
}
.hmt-qr svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
}
.hmp-sticky-player.has-track-qr-tool {
    grid-template-columns: minmax(230px, 330px) 168px 70px minmax(280px, 1fr) 62px 76px 96px 72px 72px 62px 66px;
}
.hmp-qr {
    grid-template-rows: 28px 12px;
    color: #fff;
}
.hmp-qr svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
}
.hasera-track-qr-inline {
    display: inline-grid;
    place-items: center;
    box-sizing: border-box;
    min-width: 36px;
    min-height: 36px;
    padding: 6px;
    border: 1px solid #51451f;
    background: #111;
    color: #ddd;
    cursor: pointer;
}
.hasera-track-qr-inline:hover,
.hasera-track-qr-inline:focus-visible,
.hmt-qr:hover,
.hmt-qr:focus-visible,
.hmp-qr:hover,
.hmp-qr:focus-visible {
    color: #69e6ff;
}
.hasera-track-qr-inline:disabled,
.hmt-qr:disabled,
.hmp-qr:disabled {
    opacity: .38;
    cursor: default;
}
.club-premiere-tool.hasera-track-qr-inline {
    min-width: 56px;
}
.club-personal-shared-tools.has-track-qr-tool,
.club-premiere-tools.has-track-qr-tool {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.club-personal-shared-tools.has-track-qr-tool .club-premiere-tool,
.club-premiere-tools.has-track-qr-tool .club-premiere-tool {
    min-width: 0 !important;
    min-height: 59px !important;
    padding: 8px 5px !important;
    font-size: 11.9px !important;
}
.club-personal-shared-tools.has-track-qr-tool .club-premiere-tool svg,
.club-premiere-tools.has-track-qr-tool .club-premiere-tool svg {
    width: 29px !important;
    height: 29px !important;
}
.club-premiere-tool.hasera-track-qr-inline small {
    font-size: 9px;
}
.hasera-track-qr-modal[hidden] {
    display: none !important;
}
.hasera-track-qr-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    padding: 18px;
    background: rgba(0, 0, 0, .82);
    overscroll-behavior: contain;
}
.hasera-track-qr-dialog {
    position: relative;
    box-sizing: border-box;
    width: min(92vw, 590px);
    max-height: 94vh;
    padding: 42px 24px 22px;
    overflow: auto;
    border: 1px solid #4f91a8;
    border-radius: 14px;
    background: #05111a;
    color: #eefaff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .72);
}
.hasera-track-qr-close {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: 400 30px/1 Arial, sans-serif;
    cursor: pointer;
}
.hasera-track-qr-stage {
    position: relative;
    width: min(100%, 510px);
    margin: 0 auto;
    aspect-ratio: 1;
    background: #fff;
}
.hasera-track-qr-stage canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.hasera-track-qr-brand-link {
    position: absolute;
    left: 26%;
    top: 45%;
    width: 48%;
    height: 10%;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    cursor: pointer;
}
.hasera-track-qr-brand-link:focus-visible {
    outline: 3px solid #36dcff;
    outline-offset: 4px;
}
.hasera-track-qr-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.hasera-track-qr-actions button {
    min-width: 150px;
    padding: 11px 15px;
    border: 1px solid #4f91a8;
    background: #092332;
    color: #eefaff;
    font: 800 12px/1 Arial, sans-serif;
    letter-spacing: .04em;
    cursor: pointer;
}
.hasera-track-qr-actions button:hover,
.hasera-track-qr-actions button:focus-visible {
    border-color: #69e6ff;
    color: #69e6ff;
}
.hasera-track-qr-status {
    min-height: 16px;
    margin: 10px 0 0;
    color: #69e6ff;
    font: 700 10px/1.4 Arial, sans-serif;
    text-align: center;
}
@media (max-width: 980px) {
    .hmp-qr { display: none !important; }
}
@media (max-width: 560px) {
    .club-personal-shared-tools.has-track-qr-tool,
    .club-premiere-tools.has-track-qr-tool {
        max-width: 88vw !important;
    }
    .club-personal-shared-tools.has-track-qr-tool .club-premiere-tool,
    .club-premiere-tools.has-track-qr-tool .club-premiere-tool {
        min-width: 0 !important;
        min-height: 47px !important;
        padding: 6px 4px !important;
        font-size: 9.35px !important;
    }
    .club-personal-shared-tools.has-track-qr-tool .club-premiere-tool svg,
    .club-premiere-tools.has-track-qr-tool .club-premiere-tool svg {
        width: 23px !important;
        height: 23px !important;
    }
    .club-personal-shared-tools.has-track-qr-tool .club-premiere-tool small,
    .club-premiere-tools.has-track-qr-tool .club-premiere-tool small {
        font-size: 7px !important;
    }
    .hasera-track-qr-modal { padding: 8px; }
    .hasera-track-qr-dialog { width: 96vw; padding: 38px 12px 16px; border-radius: 10px; }
    .hasera-track-qr-actions { gap: 7px; }
    .hasera-track-qr-actions button { min-width: 132px; padding: 10px 11px; }
}

body:not(.is-www-index-shell) #radio-screen-awake-control,
body.is-radio-legal-gateway-open #radio-screen-awake-control,
body.is-eisi-mobile-about-opening #radio-screen-awake-control,
body.is-eisi-mobile-about-open #radio-screen-awake-control,
body.is-radio-mobile-access-page #radio-screen-awake-control {
    display: none !important;
}
html:has(body:not(.is-www-index-shell)) > #radio-screen-awake-control,
html:has(body.is-radio-legal-gateway-open) > #radio-screen-awake-control,
html:has(body.is-eisi-mobile-about-opening) > #radio-screen-awake-control,
html:has(body.is-eisi-mobile-about-open) > #radio-screen-awake-control,
html:has(body.is-radio-mobile-access-page) > #radio-screen-awake-control {
    display: none !important;
}
