:root {
    --bg: #101010;
    --panel: #191919;
    --panel-2: #202020;
    --muted: #8d8d8d;
    --text: #f4f4f4;
    --gold: #c8aa6a;
    --red: #e21b2d;
    --line: #2b2b2b;
    --admin-panel: #171717;
    --admin-panel-2: #1f1f1f;
    --admin-input: #0f0f0f;
    --admin-border: #343434;
    --admin-width: 1180px;
    --admin-pad: 26px;
    --admin-font-family: Arial, Helvetica, sans-serif;
    --admin-font-body: 14px;
    --admin-font-small: 12px;
    --admin-font-tiny: 11px;
    --admin-font-label: 12px;
    --admin-font-h1: 28px;
    --admin-font-h2: 20px;
    --admin-font-h3: 16px;
    --admin-line-body: 1.42;
    --admin-line-heading: 1.12;
}

@media (max-width: 900px) {
    .is-www-index-shell .www-index-emitter.is-emitter-module-active,
    .is-template-shell .www-index-emitter.is-emitter-module-active {
        width: max(var(--emitter-mobile-size, 70vw), 64.4vh);
    }
}

.seo-preview-list {
    display: grid;
    grid-template-columns: minmax(140px, 220px) 1fr;
    gap: 8px 14px;
    margin: 16px 0;
    padding: 14px;
    border: 1px solid rgba(214, 182, 105, .24);
    background: rgba(0, 0, 0, .22);
}

.seo-preview-list dt {
    color: #d6b669;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-preview-list dd {
    margin: 0;
    color: rgba(238, 238, 238, .9);
    font-size: 13px;
    line-height: 1.45;
}

.seo-json-preview {
    max-height: 280px;
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #090909;
    color: #d8d8d8;
    font-size: 12px;
    line-height: 1.45;
    white-space: pre-wrap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

html.is-embed-root,
html.is-embed-root body {
    width: 100%;
    margin: 0;
    background: #101010;
    overflow: visible;
}

body.is-embed {
    background: #101010;
    overflow: visible;
}

body.is-embed main,
body.is-embed main.album-main-stage {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #101010;
    overflow: hidden;
}

html.is-embed-fit-screen,
html.is-embed-fit-screen body,
body.is-embed-fit-screen main,
body.is-embed-fit-screen main.album-main-stage {
    min-height: 100%;
}

a {
    color: inherit;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 7vw;
    background: #111;
    border-bottom: 1px solid #171717;
}

.brand {
    display: inline-grid;
    gap: 3px;
    line-height: 1;
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
}

.admin-brand {
    color: rgba(168, 154, 158, 0.92);
    font-weight: 700;
}

.admin-brand strong {
    font-size: 18px;
    font-weight: 700;
}

.admin-brand span {
    display: block;
    color: rgba(145, 145, 145, 0.72);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.brand strong {
    font: inherit;
}

.brand span {
    display: none;
}

.brand.admin-brand strong {
    font-size: 18px;
    font-weight: 700;
}

.brand.admin-brand span {
    display: block;
    color: rgba(145, 145, 145, 0.72);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.topbar nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

.topbar nav a,
.topbar nav button {
    color: #bbb;
    background: transparent;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

.admin-mode-switch {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 2px;
    border: 1px solid rgba(200, 170, 106, 0.34);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.36);
}

.topbar nav .admin-mode-switch a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    color: #bdbdbd;
    font-size: 11px;
    font-weight: 900;
}

.topbar nav .admin-mode-switch a.is-active {
    background: rgba(200, 170, 106, 0.18);
    color: #f1dfad;
}

.is-admin .topbar nav {
    flex: 1;
    justify-content: flex-end;
    gap: 26px;
    min-width: 0;
}

.admin-menu-cluster {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-left: auto;
}

.admin-nav-group {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.topbar nav .admin-nav-main {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #929292;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
}

.topbar nav .admin-nav-main:hover,
.admin-nav-group:focus-within .admin-nav-main,
.admin-nav-group.is-open .admin-nav-main {
    color: #f1dfad;
    background: transparent;
}

.admin-nav-sub {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    z-index: 80;
    display: none;
    min-width: 214px;
    padding: 8px;
    border: 1px solid rgba(200, 170, 106, 0.24);
    border-radius: 8px;
    background: rgba(18, 18, 18, 0.98);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.52);
}

.admin-nav-group::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -8px;
    right: -8px;
    display: none;
    height: 14px;
}

.admin-nav-group.is-open .admin-nav-sub {
    display: grid;
    gap: 4px;
}

.admin-nav-group.is-open::after {
    display: block;
}

.topbar nav .admin-nav-sub a {
    display: block;
    padding: 9px 10px;
    border-radius: 5px;
    color: #d6d6d6;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.topbar nav .admin-nav-sub a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.admin-logout-form {
    margin-left: 4px;
}

.topbar nav .admin-logout-button {
    min-height: 32px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #929292;
    font-size: 16px;
    font-weight: 400;
}

.topbar nav .admin-logout-button:hover {
    color: #f1dfad;
    background: transparent;
}

main {
    padding: 40px 7vw 120px;
}

main.album-main-stage {
    padding: 0 0 120px;
}

.is-public-shell {
    min-height: 100vh;
    background:
        linear-gradient(0deg, rgba(3, 3, 3, 0.62), rgba(3, 3, 3, 0.62)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 34%, rgba(0, 0, 0, 0.46)),
        url("index-master.jpg") center / cover fixed no-repeat,
        #050505;
}

.is-public-shell .topbar {
    min-height: 76px;
    background: rgba(16, 16, 16, 0.92);
    border-bottom: 0;
    backdrop-filter: blur(14px);
}

.is-public-shell .brand {
    color: rgba(168, 154, 158, 0.9);
    text-transform: none;
}

.is-public-shell .brand strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.is-public-shell .brand span {
    display: block;
    margin-top: 3px;
    color: rgba(126, 123, 135, 0.78);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.is-public-shell .topbar nav a,
.is-public-shell .topbar nav .public-menu-link {
    color: rgba(150, 150, 150, 0.86);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.is-public-shell .topbar nav a:hover,
.is-public-shell .topbar nav a:focus-visible,
.is-public-shell .topbar nav .public-menu-link:hover,
.is-public-shell .topbar nav .public-menu-link:focus-visible {
    color: var(--gold);
}

.is-public-shell .topbar nav a.is-active,
.is-public-shell .topbar nav .public-menu-link.is-active {
    color: var(--gold);
}

.public-menu-item {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.public-submenu {
    position: absolute;
    left: 50%;
    top: calc(100% + 11px);
    z-index: 90;
    display: none;
    min-width: 150px;
    padding: 9px 0;
    transform: translateX(-50%);
    background: rgba(24, 22, 20, 0.96);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
}

.public-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}

.public-menu-item:hover .public-submenu,
.public-menu-item:focus-within .public-submenu {
    display: grid;
}

.is-public-shell .topbar nav .public-submenu a {
    display: block;
    padding: 8px 18px;
    color: rgba(164, 164, 164, 0.9);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    text-transform: uppercase;
}

.is-public-shell .topbar nav .public-submenu a:hover,
.is-public-shell .topbar nav .public-submenu a:focus-visible {
    color: var(--gold);
}

.public-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.public-social a {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #36ad7b;
    text-decoration: none;
}

.public-social svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.public-social a:hover,
.public-social a:focus-visible {
    color: #fff;
}

.is-public-shell main {
    padding-top: 0;
}

.is-template-shell {
    background: #101010;
}

.is-template-shell .topbar {
    position: relative;
    min-height: 160px;
    padding: 0;
    background: #101010;
    border-bottom: 0;
    backdrop-filter: none;
}

.is-template-shell .brand {
    position: absolute;
    left: 10.7vw;
    top: 72px;
    color: rgba(166, 152, 156, 0.88);
}

.is-template-shell .brand strong {
    font-size: 24px;
    line-height: 1;
}

.is-template-shell .brand span {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(125, 121, 132, 0.78);
}

.is-template-shell .public-menu {
    position: absolute;
    left: 30.5vw;
    top: 87px;
    gap: 32px;
}

.is-template-shell .topbar nav a {
    color: rgba(146, 146, 146, 0.86);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.is-template-shell .public-social {
    position: absolute;
    right: 11.7vw;
    top: 82px;
}

.is-template-shell .public-social a,
.is-template-shell .public-social svg {
    width: 21px;
    height: 21px;
}

.is-template-releases2 main.template-releases2-main {
    padding: 0 0 120px;
    background: #101010;
}

.is-template-releases2 .hml-stage {
    min-height: calc(100vh - 160px);
    padding-top: 26px;
}

.is-template-releases2 .hml-releases-scene {
    width: min(900px, calc(100vw - 48px));
}

.is-template-album main.album-main-stage {
    padding: 0 0 120px;
    background: #101010;
}

.is-template-album .album-stage {
    min-height: calc(100vh - 160px);
    padding-top: 8px;
    padding-bottom: 94px;
    align-items: start;
}

.is-template-album .album-scene {
    gap: 24px 28px;
}

.is-template-menu-panel main.template-menu-panel-main {
    min-height: calc(100vh - 160px);
    padding: 0;
    background: #101010;
}

.is-www-index-shell {
    min-height: 100vh;
    overflow: hidden;
    background: #101010;
}

.is-www-index-shell main.www-index-main {
    min-height: 100vh;
    padding: 0;
    margin-top: -198px;
    background: transparent;
}

.www-index-stage {
    position: relative;
    min-height: 100vh;
    padding-top: 0;
    overflow: hidden;
    background: #101010;
    isolation: isolate;
}

.www-index-skin {
    position: fixed;
    left: 0;
    right: 0;
    top: -19px;
    bottom: 0;
    z-index: 0;
    background-image: var(--www-index-skin);
    background-position: calc(50% + var(--www-index-skin-x, 0px)) calc(50% + var(--www-index-skin-y, 0px));
    background-size: calc(100% * var(--www-index-skin-zoom, 1)) auto;
    background-repeat: no-repeat;
    transform: scale(1.002);
}

.www-index-skin-img {
    position: fixed;
    left: 0;
    right: 0;
    top: -19px;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform-origin: center center;
    opacity: .96;
    pointer-events: none;
    user-select: none;
}

.www-index-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(16, 16, 16, 0.02), rgba(16, 16, 16, 0.05)),
        rgba(16, 16, 16, var(--www-index-overlay-alpha, 0.03));
    pointer-events: none;
}

.www-index-shadow {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 50% 42%, transparent 0 58%, rgba(16, 16, 16, 0.03) 78%, rgba(16, 16, 16, 0.08) 100%),
        linear-gradient(180deg, rgba(16, 16, 16, 0.02), transparent 24%, transparent 78%, rgba(16, 16, 16, 0.06)),
        linear-gradient(90deg, rgba(16, 16, 16, 0.04), transparent 18%, transparent 82%, rgba(16, 16, 16, 0.05));
    pointer-events: none;
}

.www-index-header {
    position: absolute;
    left: 7.2vw;
    right: 7.2vw;
    top: clamp(34px, 5.8vh, 76px);
    z-index: 8;
    display: grid;
    grid-template-columns: minmax(170px, 260px) minmax(360px, 1fr) minmax(104px, 148px);
    align-items: center;
    gap: 28px;
    color: #fff;
}

.www-index-brand {
    display: inline-grid;
    justify-self: start;
    gap: 4px;
    color: rgba(138, 124, 130, 0.95);
    text-decoration: none;
    line-height: 1;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.36);
}

.www-index-brand strong {
    font-size: clamp(20px, 1.7vw, 28px);
    font-weight: 900;
}

.www-index-brand span {
    color: rgba(106, 105, 118, 0.86);
    font-size: clamp(10px, 0.8vw, 13px);
    font-weight: 700;
    text-transform: uppercase;
}

.www-index-menu {
    justify-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3.2vw, 48px);
    min-height: 30px;
    padding: 0 26px;
    border-radius: 999px;
    background: rgba(158, 144, 104, 0.38);
    box-shadow: inset 0 1px 12px rgba(255, 255, 255, 0.08), 0 6px 20px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(3px);
}

.www-index-menu a {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(12px, 1.02vw, 17px);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.www-index-menu a:hover,
.www-index-menu a:focus-visible {
    color: var(--gold);
}

.public-submenu-item {
    position: relative;
    display: block;
}

.is-public-shell .topbar nav .public-submenu-trigger {
    display: block;
    padding: 8px 34px 8px 18px;
    color: rgba(164, 164, 164, 0.9);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: default;
}

.public-submenu-trigger::after {
    content: "›";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-52%);
}

.public-menu-item:hover > .public-submenu .public-submenu-nested,
.public-menu-item:focus-within > .public-submenu .public-submenu-nested {
    display: none;
}

.public-submenu .public-submenu-item:hover > .public-submenu-nested,
.public-submenu .public-submenu-item:focus-within > .public-submenu-nested {
    display: grid;
}

.public-submenu-nested {
    left: calc(100% + 2px);
    top: -9px;
    min-width: 180px;
    transform: none;
}

.is-public-shell .topbar nav .public-submenu-trigger:hover,
.is-public-shell .topbar nav .public-submenu-trigger:focus-visible {
    color: var(--gold);
}

.www-index-social {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(158, 144, 104, 0.28);
    box-shadow: inset 0 1px 12px rgba(255, 255, 255, 0.08);
}

.www-index-social a {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.www-index-social svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.www-index-social a:hover,
.www-index-social a:focus-visible {
    color: #35b987;
}

.www-index-title {
    position: absolute;
    left: 50%;
    top: 61%;
    z-index: 6;
    display: grid;
    gap: 8px;
    width: min(860px, 82vw);
    transform: translate(-50%, -50%);
    color: rgba(132, 132, 136, 0.9);
    text-align: center;
    text-decoration: none;
    text-shadow:
        0 0 10px rgba(92, 168, 255, 0.72),
        0 0 28px rgba(92, 168, 255, 0.52),
        0 3px 12px rgba(0, 0, 0, 0.58);
    transition: text-shadow 180ms ease;
}

.www-index-title span {
    font-size: clamp(25px, 2.8vw, 42px);
    font-weight: 900;
}

.www-index-title strong {
    font-size: clamp(46px, 5.2vw, 82px);
    font-weight: 900;
    line-height: 0.95;
}

.www-index-title:hover,
.www-index-title:focus-visible {
    color: rgba(132, 132, 136, 0.9);
    text-shadow:
        0 0 10px rgba(240, 0, 24, 0.78),
        0 0 30px rgba(240, 0, 24, 0.62),
        0 3px 13px rgba(0, 0, 0, 0.6);
}

.www-index-cover-rail {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 58px;
    z-index: 35;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 72px;
    padding: 7px 10px;
    overflow-x: auto;
    overflow-y: visible;
    background: rgba(0, 0, 0, 0.42);
    border-top: 1px solid rgba(143, 136, 62, 0.84);
    border-bottom: 1px solid rgba(143, 136, 62, 0.34);
    scrollbar-width: none;
}

.www-index-cover-rail::-webkit-scrollbar {
    display: none;
}

.www-index-cover-link {
    position: relative;
    flex: 0 0 58px;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
    outline: none;
    transform-origin: center bottom;
    transition: transform 150ms ease, filter 150ms ease, box-shadow 150ms ease;
}

.www-index-cover-link img,
.www-index-cover-fallback {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.www-index-cover-fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: #202020;
}

.www-index-cover-link:hover,
.www-index-cover-link:focus-visible,
.www-index-cover-link.is-previewing,
.www-index-cover-link.is-preview-loading {
    z-index: 3;
    transform: translateY(-6px) scale(1.12);
    filter: brightness(1.18) saturate(1.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.62);
}

.www-index-cover-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.24);
    transition: opacity 150ms ease;
}

.www-index-cover-play svg {
    width: 28px;
    height: 28px;
    padding: 6px;
    color: #fff;
    fill: currentColor;
    border: 2px solid currentColor;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
}

.www-index-cover-link:hover .www-index-cover-play,
.www-index-cover-link:focus-visible .www-index-cover-play,
.www-index-cover-link.is-previewing .www-index-cover-play,
.www-index-cover-link.is-preview-loading .www-index-cover-play {
    opacity: 1;
}

.www-index-preview-audio {
    display: none;
}

.is-www-index-shell .hmp-sticky-player {
    z-index: 42;
}

@media (max-width: 900px) {
    .www-index-header {
        left: 20px;
        right: 20px;
        top: 24px;
        grid-template-columns: 1fr auto;
        gap: 16px;
    }

    .www-index-brand {
        grid-column: 1;
    }

    .www-index-menu {
        grid-column: 1 / -1;
        order: 3;
        justify-content: flex-start;
        gap: 18px;
        padding: 0 14px;
        overflow-x: auto;
    }

    .www-index-social {
        grid-column: 2;
        grid-row: 1;
    }

    .www-index-title {
        top: 56%;
        width: 92vw;
    }

    .www-index-cover-rail {
        height: 70px;
        bottom: 58px;
        gap: 8px;
        padding-inline: 8px;
    }

    .www-index-cover-link {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }
}

.is-public-shell main.template-about-main {
    min-height: calc(100vh - 76px);
    padding: 0;
    background: #101010;
}

.template-about {
    --about-margin-x: clamp(28px, 6.8vw, 118px);
    min-height: calc(100vh - 76px);
    box-sizing: border-box;
    padding: 50px var(--about-margin-x) 96px;
    color: rgba(238, 238, 238, 0.86);
}

.template-about-inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

.template-about-article {
    display: grid;
    grid-template-columns: minmax(560px, 720px) minmax(380px, 1fr);
    gap: clamp(42px, 5vw, 82px);
    align-items: stretch;
}

.template-about-text {
    max-width: none;
}

.template-about-text h1 {
    margin: 0 0 14px;
    color: rgba(232, 232, 232, 0.9);
    font-size: 18px;
    line-height: 1.12;
    font-weight: 800;
    text-transform: uppercase;
}

.template-about-copy {
    max-width: 74ch;
    color: rgba(228, 228, 228, 0.78);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.56;
    text-align: justify;
    text-align-last: left;
    text-wrap: pretty;
}

.template-about-copy p {
    margin: 0 0 10px;
}

.template-about-media {
    display: block;
    height: 100%;
    min-height: 100%;
    margin: 0;
}

.template-about-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

.template-about-signature {
    display: block;
    width: min(146px, 46vw);
    margin: 18px 0 0 72px;
    opacity: 0.88;
}

.is-admin {
    background:
        linear-gradient(180deg, rgba(200, 170, 106, 0.06), transparent 260px),
        radial-gradient(circle at 18% 0, rgba(226, 27, 45, 0.12), transparent 300px),
        #0d0d0d;
}

.is-admin .topbar {
    min-height: 72px;
    padding: 0 clamp(34px, 7vw, 112px);
    background: rgba(13, 13, 13, 0.94);
    border-bottom: 1px solid #232323;
    backdrop-filter: blur(12px);
}

body.is-admin:not(.is-login) {
    --admin-sidebar-width: 268px;
    --admin-width: 1160px;
    --admin-pad: 20px 24px;
    background:
        linear-gradient(180deg, rgba(200, 170, 106, 0.045), transparent 270px),
        radial-gradient(circle at 18% 0, rgba(226, 27, 45, 0.10), transparent 300px),
        #101010;
}

body.is-admin:not(.is-login) .topbar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 120;
    width: var(--admin-sidebar-width);
    min-height: 100vh;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    background:
        linear-gradient(180deg, rgba(27, 27, 27, 0.98), rgba(12, 12, 12, 0.98)),
        #111;
    border-right: 1px solid rgba(255, 255, 255, 0.075);
    border-bottom: 0;
    box-shadow: 18px 0 52px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

body.is-admin:not(.is-login) main {
    width: calc(100% - var(--admin-sidebar-width));
    min-height: 100vh;
    margin-left: var(--admin-sidebar-width);
    padding: 28px 32px 90px;
}

body.is-admin:not(.is-login) .brand.admin-brand {
    display: grid;
    gap: 4px;
    width: 100%;
    padding: 0 8px 20px;
    color: rgba(168, 154, 158, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

body.is-admin:not(.is-login) .brand.admin-brand strong {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

body.is-admin:not(.is-login) .brand.admin-brand span {
    color: rgba(145, 145, 145, 0.78);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .08em;
}

body.is-admin:not(.is-login) .topbar nav {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
}

body.is-admin:not(.is-login) .admin-menu-cluster {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin: 0;
}

body.is-admin:not(.is-login) .admin-nav-group {
    position: relative;
    padding: 0;
    margin: 0;
}

body.is-admin:not(.is-login) .admin-nav-group::after {
    display: none;
}

body.is-admin:not(.is-login) .topbar nav .admin-nav-main {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    justify-content: space-between;
    border-radius: 6px;
    color: rgba(218, 218, 218, 0.86);
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

body.is-admin:not(.is-login) .topbar nav .admin-nav-main::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid rgba(218, 218, 218, 0.72);
    border-bottom: 1px solid rgba(218, 218, 218, 0.72);
    transform: rotate(45deg) translateY(-2px);
}

body.is-admin:not(.is-login) .topbar nav .admin-nav-main:hover,
body.is-admin:not(.is-login) .admin-nav-group.is-open .admin-nav-main {
    color: #f2dfad;
    background: rgba(255, 255, 255, 0.055);
}

body.is-admin:not(.is-login) .admin-nav-sub {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    margin: 2px 0 8px;
    padding: 4px 0 4px 14px;
    border: 0;
    border-left: 1px solid rgba(200, 170, 106, 0.25);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.is-admin:not(.is-login) .admin-nav-group.is-open .admin-nav-sub {
    display: grid;
    gap: 2px;
}

body.is-admin:not(.is-login) .topbar nav .admin-nav-sub a {
    min-height: 34px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: rgba(214, 156, 72, 0.92);
    font-size: 13px;
    font-weight: 400;
    white-space: normal;
}

body.is-admin:not(.is-login) .topbar nav .admin-nav-sub a:hover,
body.is-admin:not(.is-login) .topbar nav .admin-nav-sub a:focus-visible {
    color: #f1dfad;
    background: rgba(200, 135, 56, 0.13);
}

body.is-admin:not(.is-login) .admin-nav-group.is-open .admin-nav-main::after {
    transform: rotate(225deg) translate(-2px, -1px);
}

body.is-admin:not(.is-login) .admin-logout-form {
    width: 100%;
    margin: auto 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

body.is-admin:not(.is-login) .topbar nav .admin-logout-button {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    justify-content: flex-start;
    border-radius: 6px;
    color: rgba(218, 218, 218, 0.78);
    font-size: 15px;
    font-weight: 400;
}

body.is-admin:not(.is-login) .topbar nav .admin-logout-button:hover {
    color: #f1dfad;
    background: rgba(255, 255, 255, 0.055);
}

body.is-admin:not(.is-login) .admin-header,
body.is-admin:not(.is-login) .admin-card,
body.is-admin:not(.is-login) .admin-notice,
body.is-admin:not(.is-login) .notice,
body.is-admin:not(.is-login) .admin-grid-two {
    width: min(var(--admin-width), calc(100vw - var(--admin-sidebar-width) - 68px));
    margin-left: auto;
    margin-right: auto;
}

body.is-admin:not(.is-login) .admin-header,
body.is-admin:not(.is-login) .admin-card {
    border-radius: 7px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.010)),
        #171717;
}

body.is-admin:not(.is-login) .admin-header {
    min-height: 0;
    align-items: center;
    gap: 18px;
}

body.is-admin:not(.is-login) .admin-card-main {
    padding-top: 20px;
}

body.is-admin:not(.is-login) .admin-header h1,
body.is-admin:not(.is-login) .admin-card h1 {
    font-size: clamp(23px, 2.1vw, 32px);
    line-height: 1.05;
    margin-bottom: 8px;
}

body.is-admin:not(.is-login) .admin-card h2,
body.is-admin:not(.is-login) .section-title h2 {
    font-size: 21px;
    line-height: 1.15;
}

body.is-admin:not(.is-login) .admin-card h3 {
    font-size: 17px;
    line-height: 1.2;
}

body.is-admin:not(.is-login) .admin-header p,
body.is-admin:not(.is-login) .admin-card p,
body.is-admin:not(.is-login) .admin-card li,
body.is-admin:not(.is-login) .admin-card td,
body.is-admin:not(.is-login) .admin-card th {
    font-size: 14px;
    line-height: 1.35;
}

body.is-admin:not(.is-login) .admin-header p,
body.is-admin:not(.is-login) .admin-card p {
    max-width: 820px;
}

body.is-admin:not(.is-login) .admin-studio {
    width: min(var(--admin-width), calc(100vw - var(--admin-sidebar-width) - 68px));
    margin: 0 auto 70px;
    display: grid;
    gap: 18px;
}

body.is-admin:not(.is-login) .studio-header,
body.is-admin:not(.is-login) .studio-card {
    border: 1px solid rgba(255, 255, 255, 0.105);
    border-radius: 7px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
        #161616;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

body.is-admin:not(.is-login) .studio-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    padding: 20px 22px;
    border-color: rgba(200, 170, 106, 0.24);
}

body.is-admin:not(.is-login) .studio-header span,
body.is-admin:not(.is-login) .studio-card-head span {
    display: block;
    margin-bottom: 5px;
    color: rgba(200, 170, 106, 0.92);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

body.is-admin:not(.is-login) .studio-header h1,
body.is-admin:not(.is-login) .studio-card h2 {
    margin: 0;
    color: #f2f2f2;
    letter-spacing: 0;
}

body.is-admin:not(.is-login) .studio-header h1 {
    font-size: 25px;
    line-height: 1.08;
}

body.is-admin:not(.is-login) .studio-card h2 {
    font-size: 20px;
    line-height: 1.1;
}

body.is-admin:not(.is-login) .studio-header p {
    max-width: 700px;
    margin: 9px 0 0;
    color: rgba(218, 218, 218, 0.78);
    font-size: 14px;
    line-height: 1.35;
}

body.is-admin:not(.is-login) .studio-site-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

body.is-admin:not(.is-login) .studio-site-tab,
body.is-admin:not(.is-login) .studio-action,
body.is-admin:not(.is-login) .studio-action-main,
body.is-admin:not(.is-login) .studio-row a,
body.is-admin:not(.is-login) .studio-asset-card {
    text-decoration: none;
}

body.is-admin:not(.is-login) .studio-site-tab,
body.is-admin:not(.is-login) .studio-action {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid rgba(200, 170, 106, 0.34);
    border-radius: 5px;
    color: rgba(230, 218, 186, 0.88);
    background: rgba(200, 170, 106, 0.055);
    font-size: 12px;
    font-weight: 700;
}

body.is-admin:not(.is-login) .studio-site-tab.is-active,
body.is-admin:not(.is-login) .studio-site-tab:hover,
body.is-admin:not(.is-login) .studio-action:hover {
    color: #fff;
    background: rgba(200, 170, 106, 0.16);
}

body.is-admin:not(.is-login) .studio-action.is-muted {
    color: rgba(214, 156, 72, 0.9);
    background: transparent;
}

body.is-admin:not(.is-login) .studio-builder-card {
    border-color: rgba(212, 182, 110, 0.30);
}

body.is-admin:not(.is-login) .studio-action-main {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(212, 182, 110, 0.42);
    border-radius: 4px;
    background: rgba(212, 182, 110, 0.92);
    color: #101010;
    font-size: 12px;
    font-weight: 800;
}

body.is-admin:not(.is-login) .studio-action-main:hover {
    background: #f0d27f;
    color: #080808;
}

body.is-admin:not(.is-login) .studio-card {
    padding: 20px 22px 18px;
}

body.is-admin:not(.is-login) .studio-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

body.is-admin:not(.is-login) .studio-table {
    display: grid;
    gap: 6px;
}

body.is-admin:not(.is-login) .studio-table-head,
body.is-admin:not(.is-login) .studio-row {
    display: grid;
    grid-template-columns: minmax(150px, 1.05fr) minmax(220px, 1.75fr) minmax(90px, 0.58fr) minmax(90px, 0.58fr);
    gap: 12px;
    align-items: center;
}

body.is-admin:not(.is-login) .studio-table-head {
    padding: 0 10px 7px;
    color: rgba(160, 160, 160, 0.88);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

body.is-admin:not(.is-login) .studio-row {
    min-height: 52px;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(232, 232, 232, 0.82);
    font-size: 13px;
}

body.is-admin:not(.is-login) .studio-row-title {
    display: grid;
    gap: 4px;
}

body.is-admin:not(.is-login) .studio-row-title strong {
    color: #f4f4f4;
    font-size: 15px;
    line-height: 1.1;
}

body.is-admin:not(.is-login) .studio-row-title span,
body.is-admin:not(.is-login) .studio-muted {
    color: rgba(154, 154, 154, 0.8);
    font-size: 12px;
    line-height: 1.15;
}

body.is-admin:not(.is-login) .studio-row a {
    width: fit-content;
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 4px;
    color: rgba(241, 223, 173, 0.96);
    background: rgba(200, 170, 106, 0.10);
    font-size: 12px;
    font-weight: 700;
}

body.is-admin:not(.is-login) .studio-row a:hover {
    background: rgba(200, 170, 106, 0.18);
    color: #fff;
}

body.is-admin:not(.is-login) .studio-row-actions {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

body.is-admin:not(.is-login) .studio-inline-form {
    margin: 0;
}

body.is-admin:not(.is-login) .studio-inline-form button {
    min-height: 27px;
    border: 1px solid rgba(212, 182, 110, 0.28);
    border-radius: 4px;
    background: rgba(212, 182, 110, 0.12);
    color: #d5b66f;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

body.is-admin:not(.is-login) .studio-inline-form button:hover {
    background: rgba(200, 170, 106, 0.18);
    color: #fff;
}

body.is-admin:not(.is-login) .studio-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.is-admin:not(.is-login) .studio-asset-card,
body.is-admin:not(.is-login) .studio-empty-panel {
    min-height: 82px;
    display: grid;
    gap: 8px;
    align-content: center;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.025);
}

body.is-admin:not(.is-login) .studio-asset-card strong,
body.is-admin:not(.is-login) .studio-empty-panel strong {
    color: #f4f4f4;
    font-size: 15px;
}

body.is-admin:not(.is-login) .studio-asset-card span,
body.is-admin:not(.is-login) .studio-empty-panel span {
    color: rgba(218, 218, 218, 0.72);
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 980px) {
    body.is-admin:not(.is-login) .studio-header,
    body.is-admin:not(.is-login) .studio-card-head {
        grid-template-columns: 1fr;
        display: grid;
    }

    body.is-admin:not(.is-login) .studio-site-tabs {
        justify-content: flex-start;
    }

    body.is-admin:not(.is-login) .studio-table-head {
        display: none;
    }

    body.is-admin:not(.is-login) .studio-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.is-admin:not(.is-login) .studio-grid-two {
        grid-template-columns: 1fr;
    }
}

.is-login {
    min-height: 100vh;
    background:
        linear-gradient(0deg, rgba(13, 13, 13, 0.74), rgba(13, 13, 13, 0.74)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 34%, rgba(0, 0, 0, 0.38)),
        url("index-master.jpg") center / cover no-repeat,
        #0d0d0d;
}

.is-login .topbar {
    background: rgba(10, 10, 10, 0.58);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.is-login main {
    min-height: calc(100vh - 72px);
    padding: 0;
}

.login-stage {
    position: relative;
    min-height: calc(100vh - 72px);
}

.login-logo {
    position: absolute;
    left: 10vw;
    top: 10vh;
    display: grid;
    gap: 4px;
    color: rgba(20, 20, 20, 0.7);
    text-shadow: 0 1px 16px rgba(255, 255, 255, 0.32);
}

.login-logo strong {
    font-size: clamp(34px, 4vw, 72px);
    font-weight: 900;
    letter-spacing: 0;
}

.login-logo span {
    color: rgba(226, 27, 45, 0.88);
    font-size: clamp(18px, 2vw, 34px);
    font-weight: 900;
    letter-spacing: 0;
}

.login-card {
    position: absolute;
    width: min(430px, 32vw);
    min-width: 340px;
    right: 23vw;
    top: 30vh;
    margin: 0;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        rgba(15, 15, 15, 0.9);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
}

.login-card h1 {
    font-size: 24px;
}

.login-card p {
    margin-bottom: 18px;
}

.admin-card,
.admin-header {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        var(--admin-panel);
    color: #f0f0f0;
    border: 1px solid var(--admin-border);
    border-radius: 8px;
    padding: var(--admin-pad);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 96px;
    border-color: rgba(200, 170, 106, 0.28);
}

.admin-card h1,
.admin-card h2,
.admin-header h1 {
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.admin-header p,
.admin-card p {
    color: #b9b9b9;
}

.admin-card-main {
    padding-top: 30px;
}

.admin-notice {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto 22px;
    padding: 14px 18px;
    border: 1px solid rgba(200, 170, 106, 0.38);
    border-radius: 8px;
    background: rgba(200, 170, 106, 0.1);
    color: #f1e0b0;
    font-weight: 700;
}

.admin-notice-error {
    border-color: rgba(226, 27, 45, 0.45);
    background: rgba(226, 27, 45, 0.1);
    color: #ff9aa2;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

body.is-admin:not(.is-login) .dashboard-stats {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    gap: 10px;
}

.stat-card {
    min-height: 128px;
    display: grid;
    align-content: space-between;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        #141414;
}

body.is-admin:not(.is-login) .stat-card {
    min-height: 82px;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 6px;
}

.stat-card span {
    color: #bdbdbd;
    font-size: 13px;
}

body.is-admin:not(.is-login) .stat-card span,
body.is-admin:not(.is-login) .stat-card small {
    font-size: 12px;
}

.stat-card strong {
    color: #f3f3f3;
    font-size: 42px;
    line-height: 1;
}

body.is-admin:not(.is-login) .stat-card strong {
    font-size: 25px;
}

.stat-card small {
    color: #8f8f8f;
}

.stat-card.is-good {
    border-color: rgba(56, 185, 97, 0.4);
}

.stat-card.is-good strong {
    color: #47d66f;
}

.stat-card.is-bad {
    border-color: rgba(226, 27, 45, 0.55);
}

.stat-card.is-bad strong {
    color: #ff5260;
}

.admin-grid-two {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, calc(100mm + 112px)), 1fr));
    gap: 22px;
    align-items: start;
}

.admin-grid-two .admin-card {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1040px) {
    .admin-grid-two {
        grid-template-columns: 1fr;
    }
}

.dashboard-modules-card {
    overflow: hidden;
}

.dashboard-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, calc(100mm + 112px)), 1fr));
    gap: 0;
    align-items: start;
}

.dashboard-module-pane {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 18px;
}

.dashboard-module-pane + .dashboard-module-pane {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 22px;
}

.dashboard-module-pane:first-child {
    padding-right: 22px;
}

@media (max-width: 1040px) {
    .dashboard-module-pane + .dashboard-module-pane {
        margin-top: 24px;
        padding-top: 24px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-left: 0;
    }

    .dashboard-module-pane:first-child {
        padding-right: 0;
    }
}

.compact-table th,
.compact-table td {
    padding: 10px 8px;
    font-size: 14px;
}

.dashboard-track-mini-gallery {
    display: grid;
    grid-template-columns: repeat(5, 20mm);
    gap: 8px;
    align-items: start;
    justify-content: start;
    padding-top: 4px;
    width: min(calc(100mm + 32px), 100%);
    max-width: 100%;
    margin: 0 auto;
}

.dashboard-track-thumb {
    position: relative;
    display: block;
    width: 20mm;
    height: 20mm;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: #101010;
    color: #f4f4f4;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.dashboard-track-thumb:hover,
.dashboard-track-thumb:focus-visible {
    border-color: rgba(200, 170, 106, 0.72);
    outline: 0;
}

.dashboard-track-thumb img,
.dashboard-track-cover-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    object-fit: cover;
    object-position: center;
}

.dashboard-track-cover-fallback {
    color: #d8c07d;
    font-size: 18px;
    font-weight: 800;
    background: linear-gradient(145deg, #171717, #252525);
}

.dashboard-track-rank,
.dashboard-track-thumb small {
    position: absolute;
    min-width: 16px;
    min-height: 16px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #f1dfad;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.dashboard-track-rank {
    top: 3px;
    left: 3px;
}

.dashboard-track-thumb small {
    right: 3px;
    bottom: 3px;
    padding: 0 4px;
}

.album-control-table td:first-child {
    display: grid;
    gap: 4px;
}

.album-control-table td:first-child small {
    color: #8f8f8f;
}

.album-control-table td:nth-child(3),
.album-control-table td:nth-child(4) {
    font-weight: 800;
    color: #e6d39a;
}

.mini-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #d8d8d8;
    font-size: 12px;
    font-weight: 700;
}

.mini-status-ready {
    background: rgba(56, 185, 97, 0.16);
    color: #65e68b;
}

.mini-status-failed {
    background: rgba(226, 27, 45, 0.16);
    color: #ff6874;
}

.mini-status-uploaded {
    background: rgba(200, 170, 106, 0.16);
    color: #e8cf8e;
}

.mini-status-ok {
    background: rgba(56, 185, 97, 0.16);
    color: #65e68b;
}

.mini-status-warn {
    background: rgba(200, 170, 106, 0.16);
    color: #e8cf8e;
}

.mini-status-bad {
    background: rgba(226, 27, 45, 0.16);
    color: #ff6874;
}

.quality-ok-text {
    color: #65e68b;
    font-weight: 800;
}

.backup-set-name {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(200, 170, 106, 0.08);
    border: 1px solid rgba(200, 170, 106, 0.2);
}

.backup-set-name small {
    color: var(--muted);
    text-transform: uppercase;
    font-size: 0.72rem;
}

.backup-parts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    max-width: 360px;
}

.backup-parts a {
    display: inline-flex;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-size: 0.78rem;
    text-decoration: none;
}

.download-all-parts {
    padding: 7px 10px;
    border: 1px solid rgba(200, 170, 106, 0.45);
    background: rgba(200, 170, 106, 0.12);
    color: var(--text);
    border-radius: 8px;
    cursor: pointer;
}

.section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eyebrow {
    display: block;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.status-pill {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(200, 170, 106, 0.45);
    border-radius: 999px;
    color: #e3d2a7;
    font-size: 12px;
    white-space: nowrap;
}

.manual-card p {
    line-height: 1.6;
}

.manual-card strong {
    color: #fff;
}

.manual-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.is-admin:not(.is-login) .manual-actions {
    gap: 7px;
}

.public-simple-stage {
    min-height: calc(100vh - 76px);
    display: grid;
    align-items: center;
    padding: 70px 8vw 140px;
}

.public-simple-panel {
    width: min(980px, 100%);
    margin: 0 auto;
}

.public-simple-panel h1 {
    margin: 0 0 28px;
    color: var(--gold);
    font-size: clamp(34px, 5vw, 72px);
    text-transform: uppercase;
}

.release-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.release-mini-grid a {
    display: grid;
    gap: 8px;
    min-height: 104px;
    padding: 16px;
    border: 1px solid rgba(200, 170, 106, 0.28);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.54);
    text-decoration: none;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

.release-mini-grid strong {
    color: #fff;
    font-size: 16px;
}

.release-mini-grid span {
    color: #2aff58;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.module-overview-card {
    border-color: rgba(200, 170, 106, 0.28);
}

.module-overview-flow,
.module-map {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.module-overview-flow span,
.module-map span,
.module-map strong {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.035);
    color: #f0f0f0;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.module-control-form {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto;
}

.module-control-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.module-control-card {
    display: grid;
    gap: 18px;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
        #151515;
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
}

.module-accent-gold {
    border-color: rgba(200, 170, 106, 0.36);
}

.module-accent-green {
    border-color: rgba(56, 185, 97, 0.32);
}

.module-accent-red {
    border-color: rgba(226, 27, 45, 0.34);
}

.module-accent-white {
    border-color: rgba(255, 255, 255, 0.22);
}

.module-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.module-card-head h2 {
    margin: 0 0 8px;
}

.module-card-head p {
    margin: 0;
    color: #b9b9b9;
    line-height: 1.5;
}

.module-status-stack {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.module-map {
    grid-template-columns: 1fr 1.15fr 1fr;
    position: relative;
}

.module-map strong {
    border-color: rgba(200, 170, 106, 0.5);
    background: rgba(200, 170, 106, 0.12);
    color: #f1dfad;
}

.module-surfaces {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.module-surfaces span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #d9d9d9;
    font-size: 12px;
    font-weight: 700;
}

.module-feature-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
    color: #d7d7d7;
    line-height: 1.45;
}

.module-switch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.module-switch-grid label:last-child {
    grid-column: 1 / -1;
}

.module-switch,
.module-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.module-switch input {
    width: auto;
}

.module-code-grid {
    display: grid;
    gap: 12px;
}

.module-code-grid textarea {
    resize: vertical;
    min-height: 46px;
    font-size: 12px;
    line-height: 1.35;
    color: #f2dfad;
}

.module-card-actions {
    flex-wrap: wrap;
}

.module-copy {
    min-height: 40px;
    padding: 0 18px;
}

.module-save-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
}

.catalog-table td:nth-child(2) {
    display: grid;
    gap: 4px;
}

.catalog-table td:nth-child(2) small {
    color: #8f8f8f;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.catalog-table td:first-child,
.catalog-table th:first-child {
    width: 70px;
    text-align: center;
}

.bulk-delete-form {
    display: grid;
    gap: 14px;
}

.danger-inline-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.danger-inline-action label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #e7d6a6;
    font-weight: 700;
}

.danger-inline-action input {
    min-width: 190px;
    min-height: 38px;
    border: 1px solid rgba(226, 27, 45, 0.45);
    border-radius: 6px;
    background: #080808;
    color: #fff;
    padding: 0 10px;
}

.danger-inline-action small {
    flex-basis: 100%;
    color: #9f9f9f;
}

.button.danger {
    border-color: rgba(226, 27, 45, 0.7);
    background: linear-gradient(180deg, rgba(105, 18, 26, 0.95), rgba(48, 8, 12, 0.95));
    color: #fff;
}

.catalog-table th,
.catalog-table td {
    vertical-align: top;
}

.danger-soft {
    border-color: rgba(226, 27, 45, 0.35);
    background: linear-gradient(180deg, rgba(226, 27, 45, 0.08), rgba(255, 255, 255, 0.03));
}

.form-stack,
.master-form {
    display: grid;
    gap: 18px;
}

label,
fieldset {
    display: grid;
    gap: 8px;
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--admin-border);
    border-radius: 5px;
    font: inherit;
    background: var(--admin-input);
    color: #f3f3f3;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(200, 170, 106, 0.32);
    border-color: rgba(200, 170, 106, 0.75);
}

small,
.hint {
    color: #a0a0a0;
    line-height: 1.45;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px 18px;
}

.checkbox-grid label,
.inline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-grid input,
.inline input {
    width: auto;
}

.button,
button.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    background: linear-gradient(180deg, #1f6738, #154b29);
    border: 1px solid #287245;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.is-admin .button:not(.danger),
.is-admin button.primary {
    min-height: 20px;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

body.is-admin:not(.is-login) .button:not(.danger),
body.is-admin:not(.is-login) button.primary {
    min-height: 26px;
    padding: 0 10px;
    border-color: rgba(200, 170, 106, 0.30);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
        rgba(22, 22, 22, 0.96);
    color: #f1dfad;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none;
}

body.is-admin:not(.is-login) .button:not(.danger):hover,
body.is-admin:not(.is-login) button.primary:hover {
    border-color: rgba(200, 170, 106, 0.55);
    background: rgba(200, 135, 56, 0.13);
    color: #fff;
}

body.is-admin:not(.is-login) .admin-header .button:not(.danger),
body.is-admin:not(.is-login) .admin-header button.primary {
    min-height: 30px;
}

body.is-admin:not(.is-login) .button.danger {
    min-height: 26px;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: none;
}

.admin-media-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 74px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.010)),
        #141414;
}

.admin-media-row + .admin-media-row {
    margin-top: 8px;
}

.admin-row-thumb {
    width: 88px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
    background: #0b0b0b;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.admin-row-title {
    display: grid;
    gap: 3px;
}

.admin-row-title strong {
    color: #f2f2f2;
    font-size: 15px;
    line-height: 1.15;
}

.admin-row-title span {
    color: rgba(200, 170, 106, 0.78);
    font-size: 12px;
}

.notice {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto 22px;
    padding: 14px 18px;
    background: rgba(200, 170, 106, 0.12);
    color: #f2e5bf;
    border: 1px solid rgba(200, 170, 106, 0.38);
    border-radius: 6px;
}

.notice.error {
    background: rgba(226, 27, 45, 0.12);
    border-color: rgba(226, 27, 45, 0.6);
}

.admin-steps {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding-left: 22px;
    color: #d8d8d8;
}

.admin-steps li {
    line-height: 1.45;
}

code,
.code-box {
    font-family: Consolas, "Liberation Mono", monospace;
}

.code-box {
    margin: 18px 0;
    padding: 14px 16px;
    overflow-x: auto;
    border: 1px solid rgba(200, 170, 106, 0.28);
    border-radius: 6px;
    background: #0b0b0b;
    color: #f0dfad;
}

.danger-card {
    border-color: rgba(226, 27, 45, 0.45);
    background:
        linear-gradient(180deg, rgba(226, 27, 45, 0.08), rgba(255, 255, 255, 0.012)),
        var(--admin-panel);
}

.danger-card h2,
.danger-card .eyebrow {
    color: #ff6975;
}

.delete-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: end;
}

.delete-form button {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(226, 27, 45, 0.7);
    border-radius: 5px;
    background: #3b0f14;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.diagnostic-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    color: #d8d8d8;
}

.secondary-button {
    background: linear-gradient(180deg, #202020, #131313);
    border-color: rgba(200, 170, 106, 0.38);
    color: #f1e0b0;
    box-shadow: none;
}

.diagnostic-grid {
    display: grid;
    gap: 10px;
    margin: 18px 0 22px;
}

.pipeline-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0 22px;
    padding: 18px;
    border: 1px solid rgba(200, 170, 106, 0.26);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(200, 170, 106, 0.08), rgba(255, 255, 255, 0.012)),
        #141414;
}

.pipeline-control h3,
.pipeline-control p {
    margin: 0;
}

.pipeline-control p {
    margin-top: 6px;
    color: #b9b9b9;
}

.diagnostic-row {
    display: grid;
    grid-template-columns: minmax(140px, 190px) 70px 90px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
}

.diagnostic-row span {
    font-weight: 800;
}

.diagnostic-row code {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b8b8b8;
}

.diagnostic-row.diag-ok span {
    color: #56df7c;
}

.diagnostic-row.diag-bad {
    border-color: rgba(226, 27, 45, 0.5);
}

.diagnostic-row.diag-bad span {
    color: #ff6170;
}

.diagnostic-log {
    max-height: 220px;
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(200, 170, 106, 0.22);
    border-radius: 6px;
    background: #0b0b0b;
    color: #f2dfad;
    white-space: pre-wrap;
}

.readiness-grid {
    display: grid;
    gap: 10px;
}

.readiness-row {
    display: grid;
    grid-template-columns: minmax(170px, 240px) 90px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.024);
}

.readiness-row span {
    font-weight: 900;
}

.readiness-row p {
    margin: 0;
    color: #bdbdbd;
}

.readiness-ok span,
.readiness-pill-ok {
    color: #56df7c;
}

.readiness-warn {
    border-color: rgba(200, 170, 106, 0.42);
}

.readiness-warn span,
.readiness-pill-warn {
    color: #e7cc85;
}

.readiness-bad {
    border-color: rgba(226, 27, 45, 0.58);
}

.readiness-bad span,
.readiness-pill-bad {
    color: #ff6170;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

th {
    color: #d5c18c;
}

.public-hero {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto 40px;
}

.public-hero-catalog {
    min-height: 190px;
    display: grid;
    align-content: end;
}

.public-hero h1 {
    margin: 0;
    color: var(--gold);
    font-size: 56px;
}

.public-hero p {
    color: #b8b8b8;
    margin: 10px 0 0;
}

.album-grid {
    width: min(var(--admin-width), calc(100vw - 64px));
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.album-card {
    color: #fff;
    text-decoration: none;
}

.hasera-master-album-card {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.album-card-cover {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: #090909;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.74),
        0 12px 28px rgba(20, 20, 20, 0.58);
}

.album-card-cover img,
.album-cover-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-card-cover em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 92px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #245b30;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
}

.album-card-cover small {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 7%;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(205, 17, 28, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.hasera-master-album-card strong,
.hasera-master-album-card > span:not(.album-card-cover) {
    padding: 0 4px;
}

.hasera-master-album-card strong {
    font-size: 15px;
}

.hasera-master-album-card > span:not(.album-card-cover) {
    color: #b8b8b8;
    font-size: 12px;
}

.album-card:hover .album-card-cover {
    box-shadow:
        0 34px 84px rgba(0, 0, 0, 0.86),
        0 18px 40px rgba(24, 24, 24, 0.7);
}

.album-cover-placeholder {
    display: grid;
    place-items: center;
    padding: 18px;
    text-align: center;
    color: #d8c486;
    background:
        radial-gradient(circle at 28% 20%, rgba(218, 28, 42, 0.28), transparent 34%),
        linear-gradient(135deg, #111, #222);
}

@media (max-width: 980px) {
    .album-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .album-grid {
        grid-template-columns: 1fr;
    }

    .public-hero h1 {
        font-size: 40px;
    }
}

.album-stage {
    position: relative;
    min-height: calc(100vh - 210px);
    overflow: hidden;
    padding: 70px 8vw 170px;
    background:
        radial-gradient(circle at 22% 24%, rgba(198, 38, 42, 0.16), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(201, 173, 107, 0.16), transparent 32%),
        #090909;
}

.album-backdrop {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(18px);
    opacity: 0.55;
    transform: scale(1.08);
}

.album-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
}

.album-main,
.track-row {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
}

.album-main {
    display: grid;
    grid-template-columns: minmax(260px, 420px) 1fr;
    align-items: center;
    gap: 48px;
}

.album-primary-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}

.cover-fallback {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(190, 20, 28, 0.35), transparent 46%),
        linear-gradient(315deg, rgba(0, 109, 180, 0.22), transparent 52%),
        #151515;
    color: #fff;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.72);
    text-align: center;
}

.cover-fallback-large {
    min-height: 320px;
    padding: 32px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}

.cover-fallback span,
.cover-fallback em {
    color: var(--gold);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}

.cover-fallback strong {
    max-width: 82%;
    font-size: clamp(22px, 3vw, 44px);
    line-height: 1.05;
}

.album-info h1 {
    color: var(--gold);
    font-size: 58px;
    margin: 0 0 10px;
}

.track-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 22px;
    margin-top: 32px;
}

.track-card {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.track-card[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.track-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
}

.track-fallback {
    margin-bottom: 8px;
    min-height: 190px;
    padding: 16px;
}

.track-fallback strong {
    font-size: 18px;
}

.track-card span {
    display: block;
    font-weight: 700;
}

.track-card small {
    color: #2aff58;
}

.sticky-player {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 72px minmax(140px, 260px) auto auto auto auto auto 1fr 64px;
    gap: 14px;
    align-items: center;
    min-height: 86px;
    padding: 10px 18px;
    background: #000;
    border-top: 2px solid #8f883e;
}

/* System HaSera album skin: visual direction inspired by EiSi HaSera/Sonaar layouts,
   while keeping playback independent from WordPress and Sonaar internals. */
.album-stage {
    min-height: calc(100vh - 72px);
    padding: 56px 8vw 128px;
    display: grid;
    align-items: center;
    background: #101010;
    isolation: isolate;
}

.album-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, #101010 0%, rgba(16, 16, 16, 0.72) 7%, rgba(16, 16, 16, 0.08) 22%, rgba(16, 16, 16, 0.04) 72%, rgba(16, 16, 16, 0.70) 92%, #101010 100%),
        linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0.58) 5%, rgba(16, 16, 16, 0.06) 17%, rgba(16, 16, 16, 0.05) 78%, rgba(16, 16, 16, 0.78) 94%, #101010 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
    pointer-events: none;
}

.album-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(16, 16, 16, 0.76) 0%, rgba(16, 16, 16, 0.12) 18%, transparent 34%, transparent 70%, rgba(16, 16, 16, 0.30) 84%, rgba(16, 16, 16, 0.88) 100%),
        linear-gradient(90deg, rgba(16, 16, 16, 0.74) 0%, rgba(16, 16, 16, 0.10) 12%, transparent 28%, transparent 72%, rgba(16, 16, 16, 0.18) 85%, rgba(16, 16, 16, 0.84) 100%),
        radial-gradient(circle at 0 0, rgba(16, 16, 16, 0.86) 0%, transparent 28%),
        radial-gradient(circle at 100% 0, rgba(16, 16, 16, 0.90) 0%, transparent 30%),
        radial-gradient(circle at 0 100%, rgba(16, 16, 16, 0.90) 0%, transparent 32%),
        radial-gradient(circle at 100% 100%, rgba(16, 16, 16, 0.92) 0%, transparent 34%);
    pointer-events: none;
}

.album-backdrop {
    inset: clamp(14px, 2.8vh, 34px) clamp(34px, 5.4vw, 92px) clamp(30px, 5vh, 72px) clamp(0px, 1.6vw, 22px);
    border-radius: 3px;
    filter: blur(20px) saturate(1.58) brightness(1.52);
    opacity: 0.98;
    transform: scale(1.035);
    box-shadow:
        0 48px 140px rgba(0, 0, 0, 0.92),
        0 22px 72px rgba(0, 0, 0, 0.82);
    overflow: hidden;
}

.album-backdrop::after {
    background:
        linear-gradient(180deg, rgba(16, 16, 16, 0.70) 0%, rgba(16, 16, 16, 0.10) 18%, rgba(0, 0, 0, 0.02) 52%, rgba(16, 16, 16, 0.24) 80%, rgba(16, 16, 16, 0.94) 100%),
        linear-gradient(90deg, rgba(16, 16, 16, 0.70) 0%, rgba(16, 16, 16, 0.08) 11%, rgba(0, 0, 0, 0.01) 42%, rgba(0, 0, 0, 0.02) 70%, rgba(16, 16, 16, 0.18) 86%, rgba(16, 16, 16, 0.88) 100%);
}

.album-scene {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    grid-template-areas:
        "cover info"
        "cover tracks";
    gap: 30px 44px;
    align-items: center;
}

.album-primary-cover {
    grid-area: cover;
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
}

.album-primary-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.primary-play-mark {
    display: none;
}

.album-info {
    grid-area: info;
    align-self: end;
    min-width: 0;
}

.album-info h1 {
    color: var(--gold);
    font-size: clamp(16px, 1.55vw, 23px);
    line-height: 0.95;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.album-facts {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(225, 199, 137, 0.82);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.album-facts span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid rgba(225, 199, 137, 0.8);
}

.track-row {
    grid-area: tracks;
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 22px;
    margin-top: 0;
}

.track-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: end;
    min-width: 0;
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
}

.track-card img,
.track-fallback {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
    margin: 0;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.76),
        0 12px 26px rgba(18, 18, 18, 0.62);
}

.track-card.is-active img {
    outline: 0;
    box-shadow:
        0 30px 78px rgba(0, 0, 0, 0.84),
        0 16px 36px rgba(24, 24, 24, 0.72);
}

.track-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
}

.track-card small {
    justify-self: end;
    color: #2aff58;
    font-size: 13px;
    font-weight: 800;
}

@media (min-width: 981px) {
    .album-scene {
        align-items: start;
    }

    .album-stage:not(.hml-stage):not(.hmf-stage) .album-scene {
        transform: translateY(clamp(-28px, -3vh, -18px));
    }

    .album-primary-cover {
        align-self: start;
    }

    .album-info {
        align-self: start;
        margin-top: 19px;
    }

    .album-stage:not(.hml-stage):not(.hmf-stage) .hmt-track-gallery {
        transform: translateY(clamp(-64px, -5vh, -42px));
    }
}

@media (min-width: 981px) {
    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-scene {
        transform: translateY(16px) scale(.985);
        transform-origin: center center;
    }
}

.sticky-player {
    grid-template-columns: 64px minmax(160px, 260px) auto auto auto auto auto minmax(220px, 1fr) 58px;
    min-height: 78px;
    padding: 8px 16px;
    background: #000;
    border-top: 2px solid #8f883e;
}

.sticky-player img {
    width: 56px;
    height: 56px;
    border-radius: 2px;
}

.sticky-player button {
    min-width: 40px;
    min-height: 36px;
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 800;
}

.player-main-toggle {
    min-width: 54px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.player-progress {
    height: 28px;
    background: rgba(255, 255, 255, 0.09);
}

.player-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: #0098df;
}

@media (max-width: 980px) {
    .album-scene {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "cover"
            "info"
            "tracks";
        max-width: 620px;
    }

    .track-row {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}

.sticky-player img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.player-meta {
    display: grid;
    gap: 4px;
}

.player-meta span {
    color: #bbb;
}

.sticky-player button {
    min-width: 44px;
    min-height: 36px;
    background: #101010;
    border: 1px solid #333;
    color: #fff;
}

.player-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #cfcfcf;
}

.player-switch input {
    width: auto;
}

.player-progress {
    height: 32px;
    background: #151515;
    overflow: hidden;
    border-radius: 2px;
}

.player-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #006ec8, #13a7ff);
}

.module-list-grid {
    display: grid;
    gap: 6px;
}

.module-list-head,
.module-list-row {
    display: grid;
    grid-template-columns: minmax(210px, .9fr) minmax(168px, 220px) 96px 80px 86px minmax(140px, .45fr) 78px;
    align-items: center;
    gap: 10px;
}

.module-list-head {
    padding: 0 12px 8px;
    color: #8f8f8f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.module-list-row {
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    color: #fff;
}

.module-list-row:hover,
.module-list-row.is-selected {
    border-color: rgba(212, 182, 110, 0.64);
    background: rgba(212, 182, 110, 0.08);
}

.module-row-main strong {
    display: block;
    font-size: 16px;
}

.module-row-main small {
    display: block;
    margin-top: 3px;
    color: #aaa;
}

.module-row-preview {
    position: relative;
    height: 74px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    background: #050505;
    box-shadow: inset 0 0 24px rgba(0, 0, 0, .5);
    cursor: zoom-in;
}

.module-row-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .42)),
        radial-gradient(ellipse at center, rgba(255, 255, 255, .05), rgba(0, 0, 0, .32) 74%);
}

.module-row-preview:hover,
.module-row-preview:focus-visible {
    border-color: rgba(212, 182, 110, .78);
    outline: none;
}

.module-row-preview iframe {
    width: 200%;
    height: 200%;
    border: 0;
    transform: scale(.5);
    transform-origin: 0 0;
    pointer-events: none;
    background: #050505;
}

.module-row-preview.is-module-cover-preview iframe {
    width: 320%;
    height: 320%;
    transform: scale(.3125);
}

.module-row-preview .www-mini-preview {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-items: start;
    gap: 4px;
    padding: 10px 12px;
    background:
        radial-gradient(circle at 18% 28%, rgba(212, 182, 110, .14), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
    color: #d7d7d7;
    text-align: left;
}

.module-row-preview .www-mini-preview b,
.module-row-preview .www-mini-preview small,
.module-row-preview .www-mini-preview i {
    display: inline-flex;
    align-items: center;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}

.module-row-preview .www-mini-preview b {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 800;
}

.module-row-preview .www-mini-preview small {
    color: #9f9f9f;
    font-size: 9px;
    font-weight: 700;
}

.module-row-preview .www-mini-logo b {
    color: #8f8789;
    font-size: 18px;
    text-transform: none;
}

.module-row-preview .www-mini-menu {
    grid-template-columns: repeat(2, max-content);
    align-content: center;
    column-gap: 12px;
    row-gap: 8px;
}

.module-row-preview .www-mini-menu b {
    color: #a9a9a9;
    font-size: 10px;
}

.module-row-preview .www-mini-social {
    grid-auto-flow: column;
    align-content: center;
    justify-content: start;
    gap: 8px;
}

.module-row-preview .www-mini-social i {
    width: 20px;
    height: 20px;
    justify-content: center;
    border-radius: 50%;
    background: rgba(42, 188, 130, .22);
    color: #46c88e;
    font-size: 8px;
    font-weight: 900;
}

.module-row-preview .www-mini-menu-panel {
    grid-template-columns: 1fr 1.6fr .8fr;
    gap: 12px;
    align-content: center;
}

.module-row-preview .www-mini-menu-panel .www-mini-logo {
    display: grid;
    gap: 3px;
    align-content: center;
}

.module-row-preview .www-mini-menu-panel .www-mini-menu {
    display: grid;
}

.module-row-preview .www-mini-menu-panel .www-mini-social {
    display: grid;
}

.module-row-preview .www-mini-mobile {
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    gap: 5px;
}

.module-row-preview .www-mini-mobile b {
    justify-content: center;
    min-height: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .08);
    color: #d4b66e;
    font-size: 8px;
}

.module-row-preview span {
    position: absolute;
    right: 6px;
    bottom: 5px;
    z-index: 2;
    padding: 3px 6px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .72);
    color: #d4b66e;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.module-preview-inline {
    min-height: 420px;
    padding: 70px 84px;
    background: #090909;
}

.module-preview-inline .www-mini-preview {
    min-height: 280px;
    border: 1px solid rgba(212, 182, 110, .22);
    border-radius: 4px;
}

.module-preview-inline .www-mini-menu-panel {
    display: grid;
    grid-template-columns: minmax(180px, .9fr) minmax(360px, 1.5fr) minmax(120px, .7fr);
    gap: 36px;
    align-items: center;
    padding: 54px 70px;
}

.module-preview-inline .www-mini-logo {
    display: grid;
    gap: 6px;
    align-content: center;
}

.module-preview-inline .www-mini-logo b {
    font-size: 30px;
    line-height: 1;
}

.module-preview-inline .www-mini-logo small {
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.module-preview-inline .www-mini-menu {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    gap: 24px;
}

.module-preview-inline .www-mini-menu b {
    font-size: 15px;
    line-height: 1;
}

.module-preview-inline .www-mini-social {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    justify-content: end;
}

.module-preview-inline .www-mini-social i {
    width: 28px;
    height: 28px;
    justify-content: center;
    border-radius: 50%;
    background: rgba(42, 188, 130, .22);
    color: #46c88e;
    font-size: 10px;
    font-weight: 900;
}

.module-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    place-items: center;
    padding: 28px;
    background: rgba(0, 0, 0, .78);
}

.module-preview-modal.is-open {
    display: grid;
}

.module-preview-dialog {
    width: min(1180px, 94vw);
    height: min(760px, 88vh);
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(212, 182, 110, .44);
    border-radius: 6px;
    background: #080808;
    box-shadow: 0 24px 90px rgba(0, 0, 0, .72);
}

.module-preview-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
}

.module-preview-bar strong {
    color: #fff;
    font-size: 15px;
}

.module-preview-bar div {
    display: flex;
    gap: 8px;
}

.module-preview-dialog iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #050505;
}

main.module-gallery-main {
    min-height: 100vh;
    display: grid;
    place-items: start center;
    padding: 32px;
    background: #101010;
}

body.is-embed main.module-gallery-main {
    min-height: 100%;
    padding: 18px 16px;
    overflow: hidden;
}

main.module-gallery-main .hml-latest-track-gallery,
main.module-gallery-main .hmt-top-tracks {
    width: min(calc(100mm + 32px), 100%);
    justify-self: center;
}

.module-row-state,
.module-row-count,
.module-row-updated,
.module-edit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: #ddd;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.module-row-count {
    color: #1fff6a;
}

.module-row-updated {
    justify-content: flex-start;
    color: #aaa;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-edit-button {
    background: #d4b66e;
    color: #111;
    text-decoration: none;
}

.module-counter-box {
    display: grid;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
}

.module-counter-box strong {
    color: #1fff6a;
    font-size: 28px;
    line-height: 1;
}

.module-counter-box small {
    color: #aaa;
    font-size: 11px;
    font-weight: 700;
}

.module-empty-control {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .035);
    color: #aaa;
    font-size: 13px;
    font-weight: 800;
}

.module-detail-form {
    display: grid;
    gap: 18px;
}

.module-detail-card .section-title {
    align-items: start;
}

.module-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 16px;
}

.module-option-grid input {
    width: 100%;
}

.module-option-grid .module-option-wide {
    grid-column: 1 / -1;
}

.module-option-grid textarea {
    min-height: 112px;
    resize: vertical;
}

.module-code-panel .module-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.www-folder-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.www-folder-card {
    display: grid;
    gap: 5px;
    min-height: 112px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .018)),
        #151515;
    color: #fff;
    text-decoration: none;
}

.www-folder-card:hover,
.www-folder-card:focus-visible,
.www-folder-card.is-selected {
    border-color: rgba(212, 182, 110, .72);
    background: rgba(212, 182, 110, .08);
    outline: none;
}

.www-folder-card strong {
    font-size: 18px;
}

.www-folder-card small {
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.www-folder-card span {
    color: #aaa;
    font-size: 12px;
    line-height: 1.35;
}

.www-list-head,
.www-list-row {
    display: grid;
    grid-template-columns: minmax(180px, .9fr) minmax(170px, .7fr) minmax(156px, 200px) minmax(110px, .48fr) minmax(100px, .45fr) 92px 78px 78px 74px;
    align-items: center;
    gap: 10px;
}

.www-list-head {
    padding: 0 12px 8px;
    color: #8f8f8f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.www-list-row {
    min-height: 66px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
    color: #fff;
}

.www-list-row:hover,
.www-list-row.is-selected {
    border-color: rgba(212, 182, 110, .64);
    background: rgba(212, 182, 110, .08);
}

.www-row-main strong {
    display: block;
    font-size: 16px;
}

.www-row-main small {
    display: block;
    margin-top: 3px;
    color: #aaa;
    font-size: 11px;
}

.www-row-uses,
.www-uses-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.www-row-uses span,
.www-uses-panel span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .075);
    color: #d7d7d7;
    font-size: 11px;
    font-weight: 800;
}

.www-row-state {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 9px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .07);
    color: #bbb;
    font-size: 11px;
    font-weight: 900;
}

.www-detail-form .section-title p {
    max-width: 720px;
    margin: 6px 0 0;
}

.content-editor-form,
.content-delete-form {
    display: grid;
    gap: 18px;
}

.content-editor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
}

.content-menu-identity {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(180px, 260px) 78px auto;
    align-items: end;
    gap: 8px;
    width: min(100%, 720px);
    margin: 0 0 10px;
    padding: 8px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.content-menu-identity label {
    gap: 4px;
    font-size: 10px;
}

.content-menu-identity input[type="text"],
.content-menu-identity input[type="number"] {
    min-height: 31px;
    padding: 6px 8px;
    font-size: 12px;
}

.content-kind-switch {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px;
}

.content-kind-radio {
    display: grid;
    gap: 5px;
    min-height: 68px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .045);
    color: #ececec;
    font-weight: 900;
}

.content-kind-radio input {
    width: auto;
}

.content-kind-radio span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.content-kind-radio small {
    color: rgba(226, 226, 226, .64);
    font-weight: 600;
    line-height: 1.35;
}

.content-kind-radio:has(input:checked) {
    border-color: rgba(212, 182, 110, .72);
    background: rgba(212, 182, 110, .12);
    color: var(--gold);
}

.content-editor-form.is-menu-only .content-page-only {
    display: none;
}

.content-menu-mode-switch {
    width: min(6cm, 100%);
    max-width: 6cm;
    display: flex;
    grid-template-columns: none;
    gap: 6px;
    margin: 0 0 12px;
}

.content-menu-mode-switch .content-kind-radio {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: safe center;
    min-height: 34px;
    padding: 0 8px;
    gap: 6px;
    font-size: 10px;
    line-height: 1.05;
}

.content-menu-mode-switch .content-kind-radio input {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin: 0;
}

.content-menu-mode-switch .content-kind-radio span {
    justify-content: center;
    text-align: center;
    line-height: 1.05;
}

.content-menu-mode-switch .content-kind-radio small {
    display: none;
}

.content-editor-grid-wide {
    grid-template-columns: minmax(360px, 1.35fr) minmax(240px, .65fr);
    align-items: start;
}

.content-side-fields {
    display: grid;
    gap: 14px;
}

.content-publish-check {
    align-self: end;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 31px;
}

.content-menu-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
}

.content-menu-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 4px;
    background: rgba(255, 255, 255, .055);
    color: #ddd;
    font-size: 12px;
    font-weight: 900;
}

.content-menu-radio:has(input:checked) {
    border-color: rgba(212, 182, 110, .72);
    color: var(--gold);
    background: rgba(212, 182, 110, .12);
}

.content-menu-choice {
    display: inline-flex;
    align-items: stretch;
    gap: 4px;
}

.content-menu-delete {
    width: 24px;
    min-height: 34px;
    border: 1px solid rgba(226, 27, 45, .48);
    border-radius: 4px;
    background: rgba(70, 8, 12, .52);
    color: #ff9b9b;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.content-menu-delete:hover,
.content-menu-delete:focus {
    border-color: rgba(255, 110, 110, .86);
    color: #ffd0d0;
}

.content-menu-delete-form {
    display: none;
}

.content-menu-plus {
    min-width: 34px;
    min-height: 34px;
}

.content-new-main {
    min-width: 220px;
}

.content-menu-order {
    width: 116px;
}

.content-menu-add-button {
    min-height: 40px;
    padding-inline: 18px;
}

.content-delete-card {
    border-color: rgba(226, 27, 45, .42);
}

.content-delete-form {
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: end;
}

.content-preview-card .section-title p {
    max-width: 760px;
}

.content-live-preview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr);
    gap: 28px;
    align-items: start;
    padding: 22px;
    border: 1px solid rgba(212, 182, 110, .22);
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(0, 0, 0, .2));
}

.content-live-preview.is-image-text {
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
}

.content-live-preview.is-image-text .content-live-image {
    order: -1;
}

.content-live-preview.is-text-over-image,
.content-live-preview.is-image-over-text {
    grid-template-columns: minmax(0, 1fr);
}

.content-live-preview.is-image-over-text .content-live-image {
    order: -1;
}

.content-live-preview.is-text-only .content-live-image,
.content-live-preview.is-image-only .content-live-copy {
    display: none;
}

.content-live-copy h3 {
    margin: 0 0 10px;
    color: #ededed;
    font-size: 22px;
    line-height: 1.15;
}

.content-live-copy > p {
    margin: 0 0 16px;
    color: #cfcfcf;
    font-size: 13px;
}

.content-live-copy div p {
    margin: 0 0 12px;
    color: #d8d8d8;
    font-size: 13px;
    line-height: 1.55;
    text-align: justify;
}

.content-live-image {
    margin: 0;
}

.content-live-image img {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .38);
}

.content-live-image figcaption {
    margin-top: 7px;
    color: #888;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.content-public-preview-frame {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(212, 182, 110, .18);
    border-radius: 6px;
    background: #101010;
}

.content-public-preview-shell {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.content-public-preview-shell .content-public-preview-frame {
    width: 1280px;
    max-width: none;
    transform-origin: top left;
}

.content-public-preview-topbar {
    display: grid;
    grid-template-columns: minmax(190px, .7fr) minmax(360px, 1fr) auto;
    gap: 26px;
    align-items: center;
    min-height: 74px;
    padding: 20px clamp(26px, 7vw, 92px);
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    background: #101010;
}

.content-public-preview-brand strong {
    display: block;
    color: #8f8588;
    font-size: 21px;
    line-height: 1;
}

.content-public-preview-brand span {
    display: block;
    margin-top: 5px;
    color: #666a7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
}

.content-public-preview-nav {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2.5vw, 34px);
    color: #858585;
    font-size: 14px;
    font-weight: 700;
}

.content-public-preview-nav span:last-child {
    color: #d7b45f;
}

.content-public-preview-social {
    display: flex;
    gap: 9px;
}

.content-public-preview-social span {
    width: 10px;
    height: 10px;
    border: 2px solid #18bb82;
    border-radius: 50%;
}

.content-public-preview-page {
    padding: clamp(46px, 7vw, 94px) clamp(26px, 7vw, 92px) clamp(52px, 7vw, 90px);
    overflow: visible;
}

.content-public-preview-page .content-live-preview {
    width: min(1176px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.content-public-preview-page .content-live-copy h1 {
    margin: 0 0 16px;
    color: #e7e7e7;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.1;
    text-transform: uppercase;
}

.content-public-preview-page .content-live-copy > p {
    margin: 0 0 22px;
    color: #d9d9d9;
    font-size: 15px;
    line-height: 1.45;
}

.content-public-preview-page .content-live-copy div p {
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.6;
}

.content-public-preview-page .content-live-image {
    overflow: hidden;
    align-self: start;
}

.content-public-preview-page .content-live-image img {
    display: block;
    width: 100%;
    max-height: none;
    object-fit: contain;
    border-radius: 0;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .45);
}

.content-live-preview.is-layout-image-text .content-live-image,
.content-live-preview.is-layout-image-over-text .content-live-image {
    order: -1;
}

.content-live-preview.is-layout-text-over-image,
.content-live-preview.is-layout-image-over-text,
.content-live-preview.is-layout-text-only,
.content-live-preview.is-layout-image-only {
    grid-template-columns: minmax(0, 760px);
    justify-content: start;
}

.content-live-preview.is-layout-text-only .content-live-image,
.content-live-preview.is-layout-image-only .content-live-copy {
    display: none;
}

.content-live-preview.is-margin-wide {
    width: min(1176px, 100%);
}

.content-live-preview.is-margin-compact {
    width: min(760px, 100%);
}

.content-unified-editor .section-title {
    align-items: end;
}

.content-unified-tools {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
    gap: 12px;
    align-items: end;
    margin: 0 0 16px;
}

.content-unified-tool-stack {
    grid-template-columns: 1fr;
}

.content-unified-tool-stack .content-tool-row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto minmax(150px, .65fr) minmax(150px, .65fr);
    gap: 12px;
    align-items: end;
    padding: 10px;
    border: 1px solid rgba(212, 182, 110, .16);
    border-radius: 6px;
    background: rgba(255, 255, 255, .025);
}

.content-unified-tool-stack .content-tool-row:nth-child(n+2) {
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto minmax(150px, .65fr) minmax(150px, .65fr);
}

.content-unified-tools label {
    margin: 0;
}

.content-unified-tools .content-image-add {
    align-self: end;
    min-height: 38px;
}

.content-unified-tools .content-extra-image-add {
    min-width: 92px;
}

@media (max-width: 980px) {
    .content-unified-tool-stack .content-tool-row,
    .content-unified-tool-stack .content-tool-row:nth-child(n+2) {
        grid-template-columns: 1fr;
    }
}

.content-public-preview-page .content-compose-editor {
    display: grid;
}

.content-unified-text {
    display: block;
    margin: 0;
}

.content-unified-text > span {
    display: block;
    margin: 0 0 10px;
    color: #d7b45f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.content-public-preview-page .content-unified-body {
    display: block;
    width: 100%;
    min-height: 310px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 1px solid transparent;
    background: transparent;
    color: #d8d8d8;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    white-space: pre-wrap;
    cursor: text;
}

.content-public-preview-page .content-unified-body:focus {
    outline-color: rgba(212, 182, 110, .48);
    outline-offset: 8px;
}

.content-unified-sliders {
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 14px;
    align-items: end;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid rgba(212, 182, 110, .16);
    border-radius: 6px;
    background: rgba(255, 255, 255, .025);
}

.content-unified-sliders .button {
    min-height: 32px;
}

.content-unified-sliders label {
    margin: 0;
}

.content-unified-editor .content-image-placeholder {
    min-height: 220px;
}

@media (max-width: 980px) {
    .content-public-preview-topbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .content-public-preview-nav {
        justify-content: flex-start;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .content-public-preview-page .content-live-preview,
    .content-public-preview-page .content-live-preview.is-layout-image-text {
        grid-template-columns: 1fr;
    }

    .content-live-preview.is-layout-image-text .content-live-image {
        order: 0;
    }

    .content-unified-tools,
    .content-unified-sliders {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body.is-admin:not(.is-login) .topbar {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 0;
        padding: 18px;
    }

    body.is-admin:not(.is-login) main {
        width: 100%;
        min-height: 0;
        margin-left: 0;
        padding: 24px 18px 140px;
    }

    body.is-admin:not(.is-login) .admin-header,
    body.is-admin:not(.is-login) .admin-card,
    body.is-admin:not(.is-login) .admin-notice,
    body.is-admin:not(.is-login) .notice,
    body.is-admin:not(.is-login) .admin-grid-two {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .is-public-shell .topbar {
        min-height: 84px;
        flex-wrap: nowrap;
    }

    .is-public-shell .topbar nav {
        display: none;
    }

    .topbar {
        padding: 0 18px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .topbar nav {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px 12px;
        font-size: 12px;
    }

    main {
        padding: 24px 18px 140px;
    }

    .admin-header,
    .section-title {
        display: grid;
    }

    .dashboard-stats,
    .admin-grid-two,
    .module-control-grid,
    .module-list-row,
    .module-list-head,
    .www-list-row,
    .www-list-head,
    .module-option-grid {
        grid-template-columns: 1fr;
    }

    .content-editor-grid,
    .content-kind-switch,
    .content-editor-grid-wide,
    .content-menu-identity,
    .content-delete-form {
        grid-template-columns: 1fr;
    }

    .content-live-preview,
    .content-live-preview.is-image-text {
        grid-template-columns: 1fr;
    }

    .content-live-preview.is-image-text .content-live-image {
        order: 0;
    }

    .module-list-head,
    .www-list-head {
        display: none;
    }

    .www-folder-grid {
        grid-template-columns: 1fr;
    }

    .module-overview-flow,
    .module-map,
    .module-card-head,
    .module-switch-grid {
        grid-template-columns: 1fr;
    }

    .module-status-stack {
        justify-items: start;
    }

    .module-save-card {
        display: grid;
    }

    .album-stage {
        padding: 30px 18px 180px;
    }

    .album-main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .album-info h1 {
        font-size: 24px;
    }

    .template-about {
        padding: 28px 20px 96px;
    }

    .template-about-article {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .template-about-text h1 {
        font-size: 17px;
    }

    .template-about-copy {
        font-size: 12px;
    }

    .template-about-media {
        margin-top: 0;
    }

    .template-about-media img {
        max-height: 360px;
    }

    .sticky-player {
        grid-template-columns: 56px 1fr auto auto auto;
        gap: 10px;
    }

    .sticky-player img {
        width: 52px;
        height: 52px;
    }

    .player-switch,
    .player-progress,
    [data-player-prev],
    [data-player-next] {
        display: none;
    }
}

body.is-embed.is-embed-fit-screen .album-stage {
    min-height: 100vh;
    height: auto;
    padding: clamp(8px, 1.5vh, 16px) clamp(22px, 4vw, 58px) 72px;
    display: grid;
    align-content: start;
    align-items: start;
    background: #101010;
    overflow: visible;
}

body.is-embed.is-embed-fit-screen .album-stage::before {
    background:
        linear-gradient(180deg, #101010 0%, rgba(16, 16, 16, 0.72) 7%, rgba(16, 16, 16, 0.08) 22%, rgba(16, 16, 16, 0.04) 72%, rgba(16, 16, 16, 0.70) 92%, #101010 100%),
        linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0.58) 5%, rgba(16, 16, 16, 0.06) 17%, rgba(16, 16, 16, 0.05) 78%, rgba(16, 16, 16, 0.78) 94%, #101010 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
}

body.is-embed.is-embed-fit-screen .album-stage::after {
    background:
        linear-gradient(180deg, rgba(16, 16, 16, 0.76) 0%, rgba(16, 16, 16, 0.12) 18%, transparent 34%, transparent 70%, rgba(16, 16, 16, 0.30) 84%, rgba(16, 16, 16, 0.88) 100%),
        linear-gradient(90deg, rgba(16, 16, 16, 0.74) 0%, rgba(16, 16, 16, 0.10) 12%, transparent 28%, transparent 72%, rgba(16, 16, 16, 0.18) 85%, rgba(16, 16, 16, 0.84) 100%),
        radial-gradient(circle at 0 0, rgba(16, 16, 16, 0.86) 0%, transparent 28%),
        radial-gradient(circle at 100% 0, rgba(16, 16, 16, 0.90) 0%, transparent 30%),
        radial-gradient(circle at 0 100%, rgba(16, 16, 16, 0.90) 0%, transparent 32%),
        radial-gradient(circle at 100% 100%, rgba(16, 16, 16, 0.92) 0%, transparent 34%);
}

body.is-embed.is-embed-fit-screen .album-backdrop {
    filter: blur(20px) saturate(1.58) brightness(1.52);
    opacity: 0.98;
    transform: scale(1.035);
}

body.is-embed.is-embed-fit-screen .album-scene,
body.is-embed.is-embed-fit-screen .hml-stage .hml-scene {
    width: min(1240px, calc(100vw - 58px));
    grid-template-columns: minmax(340px, 430px) minmax(560px, 690px);
    gap: clamp(34px, 3.4vw, 52px);
    justify-content: center;
    align-items: start;
}

body.is-embed.is-embed-fit-screen .hml-stage .hml-scene {
    grid-template-areas: "cover tracks";
}

body.is-embed.is-embed-fit-screen .album-primary-cover {
    max-width: min(430px, 36vw);
    justify-self: end;
}

body.is-embed.is-embed-fit-screen .hmt-track-gallery {
    width: min(690px, 100%);
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
    justify-self: start;
}

body.is-embed.is-embed-fit-screen .hmt-track-card {
    gap: 4px;
}

body.is-embed.is-embed-fit-screen .hmt-track-play {
    width: clamp(56px, 5.4vw, 66px);
    height: clamp(56px, 5.4vw, 66px);
    border-width: 3px;
}

body.is-embed.is-embed-fit-screen .hmt-track-title {
    font-size: clamp(12px, 1.05vw, 13px);
}

body.is-embed.is-embed-fit-screen .hmt-track-meta time {
    font-size: clamp(11px, 1vw, 12px);
}

body.is-embed.is-embed-fit-screen .hmt-nonstop {
    font-size: 10px;
}

body.is-embed.is-embed-fit-screen .hmp-sticky-player {
    left: 0;
    right: 0;
    bottom: 0;
}

body.is-embed.is-embed-fit-content .hma-album-gallery {
    width: min(1240px, calc(100vw - 64px));
    padding: 0 0 48px;
}

body.is-embed.is-embed-fit-content .hma-gallery-head {
    min-height: 128px;
}

@media (max-width: 980px) {
    body.is-embed.is-embed-fit-screen .album-stage {
        height: auto;
        min-height: 100vh;
        padding: 24px 18px 92px;
    }

    body.is-embed.is-embed-fit-screen .album-scene,
    body.is-embed.is-embed-fit-screen .hml-stage .hml-scene {
        width: min(620px, calc(100vw - 28px));
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "cover"
            "info"
            "tracks";
    }

    body.is-embed.is-embed-fit-screen .hml-stage .hml-scene {
        grid-template-areas:
            "cover"
            "tracks";
    }

    body.is-embed.is-embed-fit-screen .album-primary-cover {
        max-width: min(360px, 78vw);
        justify-self: center;
    }

body.is-embed.is-embed-fit-screen .hmt-track-gallery {
        width: 100%;
        justify-self: center;
    }
}

body.is-login main {
    min-height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    padding: clamp(18px, 5vh, 40px) 16px;
    overflow-x: hidden;
}

body.is-login .login-stage {
    width: min(386px, calc(100vw - 32px));
    min-height: auto;
    display: block;
    overflow: visible;
}

body.is-login .login-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

body.is-login .login-card-head .eyebrow {
    margin-top: 2px;
    font-size: 10px;
    white-space: nowrap;
}

body.is-login .login-logo {
    position: static;
    left: auto;
    top: auto;
    display: grid;
    gap: 2px;
    color: #f2f2f2;
    text-shadow: none;
}

body.is-login .login-logo strong {
    font-size: 19px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.05;
}

body.is-login .login-logo span {
    color: #e21b2d;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0;
}

body.is-login .admin-card.login-card {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: 386px;
    right: auto;
    top: auto;
    margin: 0;
    padding: 22px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(18, 18, 18, 0.94);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 78px rgba(0, 0, 0, 0.48);
}

body.is-login .login-card h1 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.15;
}

body.is-login .login-card p {
    margin: 0 0 16px;
    color: #cfcfcf;
    font-size: 14px;
}

body.is-login .login-card .notice {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 13px 16px;
}

body.is-login .master-login-form {
    gap: 12px;
}

body.is-login .auth-decoys {
    position: fixed;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body.is-login .master-login-form label {
    color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
}

body.is-login .master-login-form input {
    min-height: 40px;
    box-sizing: border-box;
    background: #f3f6fb;
    color: #111;
    border-color: rgba(255, 255, 255, 0.3);
}

body.is-login .master-login-form input:focus {
    outline: 2px solid rgba(200, 170, 106, 0.45);
    border-color: rgba(200, 170, 106, 0.85);
}

body.is-login button.primary {
    width: 100%;
    min-height: 41px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    border-radius: 5px;
}

@media (max-width: 560px) {
    body.is-login main {
        min-height: calc(100vh - 64px);
        padding: 22px 14px 34px;
    }

    body.is-login .login-stage {
        width: 100%;
    }

    body.is-login .admin-card.login-card {
        padding: 22px;
    }
}

/* Compact System HaSera login, final override */
body.is-login {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background: #d8d8d8;
}

body.is-login .topbar {
    display: none;
}

body.is-login main {
    position: relative;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 16px;
    display: grid;
    place-items: center;
    justify-items: center;
    overflow: hidden;
    background: #d8d8d8;
}

body.is-login main::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
        url("index-master.jpg") center / cover fixed no-repeat,
        #d8d8d8;
    filter: brightness(1.2) saturate(1.04);
    pointer-events: none;
}

body.is-login .login-stage {
    position: relative;
    z-index: 1;
    width: min(330px, calc(100vw - 28px));
    min-height: auto;
    margin: 0 auto;
    transform: none;
}

body.is-login .admin-card.login-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 330px;
    padding: 18px;
    border-radius: 7px;
    background: rgba(17, 17, 17, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}

body.is-login .login-card-head {
    align-items: center;
    margin-bottom: 12px;
}

body.is-login .login-logo strong {
    font-size: 17px;
}

body.is-login .login-logo span,
body.is-login .login-card-head .eyebrow {
    font-size: 10px;
}

body.is-login .login-card h1 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.12;
}

body.is-login .login-card p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.35;
}

body.is-login .master-login-form {
    gap: 10px;
}

body.is-login .master-login-form label {
    gap: 6px;
    font-size: 12px;
}

body.is-login .master-login-form input {
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 5px;
}

body.is-login button.primary {
    min-height: 37px;
    margin-top: 2px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: none;
}

@media (max-width: 420px) {
    body.is-login main {
        padding: 12px;
    }

    body.is-login .login-stage {
        width: min(318px, calc(100vw - 24px));
    }

    body.is-login .admin-card.login-card {
        max-width: 318px;
        padding: 16px;
    }
}

/* EiSi HaSera private-zone login */
body.is-login {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    background: #eef2f7;
}

body.is-login .topbar {
    display: none;
}

body.is-login main {
    position: relative;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    padding: 32px;
    overflow: hidden;
    background:
        linear-gradient(0deg, rgba(245, 248, 252, 0.08), rgba(245, 248, 252, 0.08)),
        url("master-login-bg.jpg") center / cover no-repeat,
        #eef2f7;
}

body.is-login main::before {
    display: none;
}

body.is-login .login-stage {
    position: relative;
    z-index: 1;
    width: min(900px, calc(100vw - 48px));
    min-height: auto;
    margin: 0 auto;
}

body.is-login .login-shell {
    display: grid;
    grid-template-columns: minmax(270px, 365px) minmax(330px, 1fr);
    min-height: 332px;
    overflow: hidden;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(14, 28, 42, 0.18);
}

body.is-login .login-private-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 34px 30px;
    color: #ffffff;
    background: #1f486f;
}

body.is-login .login-private-panel strong {
    font-size: 24px;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: 0;
}

body.is-login .login-private-panel span {
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0;
}

body.is-login .login-private-panel p {
    max-width: 280px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.45;
}

body.is-login .login-form-panel {
    display: grid;
    align-content: center;
    padding: 34px 40px;
    color: #263547;
    background: rgba(255, 255, 255, 0.97);
}

body.is-login .login-form-panel h1 {
    margin: 0 0 24px;
    color: #1e466c;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
}

body.is-login .login-form-panel p {
    display: none;
}

body.is-login .login-form-panel small {
    display: block;
    margin-top: 28px;
    color: #7f8da6;
    font-size: 12px;
    text-align: center;
}

body.is-login .login-form-panel .notice {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    padding: 11px 13px;
    border-radius: 5px;
}

body.is-login .master-login-form {
    display: grid;
    gap: 14px;
}

body.is-login .auth-decoys {
    position: fixed;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body.is-login .master-login-form label {
    display: grid;
    gap: 8px;
    color: #354254;
    font-size: 14px;
    font-weight: 500;
}

body.is-login .master-login-form input {
    min-height: 43px;
    box-sizing: border-box;
    padding: 9px 12px;
    color: #17202a;
    background: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 4px;
    box-shadow: none;
}

body.is-login .master-login-form input:focus {
    outline: 2px solid rgba(31, 72, 111, 0.2);
    border-color: rgba(31, 72, 111, 0.48);
}

body.is-login button.primary {
    justify-self: start;
    width: auto;
    min-width: 140px;
    min-height: 42px;
    margin-top: 10px;
    padding: 0 24px;
    color: #ffffff;
    background: #1f486f;
    border: 1px solid #1f486f;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
}

body.is-login button.primary:hover,
body.is-login button.primary:focus-visible {
    background: #193b5d;
    border-color: #193b5d;
}

@media (max-width: 760px) {
    body.is-login {
        overflow: auto;
    }

    body.is-login main {
        min-height: 100vh;
        padding: 20px;
        overflow: auto;
        background-position: center;
    }

    body.is-login .login-stage {
        width: min(420px, calc(100vw - 32px));
    }

    body.is-login .login-shell {
        grid-template-columns: 1fr;
    }

    body.is-login .login-private-panel,
    body.is-login .login-form-panel {
        padding: 26px 24px;
    }

    body.is-login .login-private-panel span {
        font-size: 22px;
    }
}

/* EiSi HaSera private-zone login - compact final */
body.is-login main {
    padding: 20px;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
        url("master-login-bg.jpg") left top / cover no-repeat,
        #eef2f7;
}

body.is-login .login-stage {
    width: min(450px, calc(100vw - 40px));
}

body.is-login .login-shell {
    grid-template-columns: 182px 268px;
    width: 450px;
    min-height: 190px;
    border-radius: 5px;
    box-shadow: 0 14px 36px rgba(14, 28, 42, 0.16);
}

body.is-login .login-private-panel {
    gap: 8px;
    padding: 18px 15px;
}

body.is-login .login-private-panel strong {
    font-size: 15px;
}

body.is-login .login-private-panel span {
    margin-top: 4px;
    font-size: 16px;
}

body.is-login .login-private-panel p {
    max-width: 150px;
    font-size: 10.5px;
    line-height: 1.38;
}

body.is-login .login-form-panel {
    padding: 18px 20px;
}

body.is-login .login-form-panel h1 {
    margin: 0 0 12px;
    font-size: 15px;
}

body.is-login .login-form-panel small {
    margin-top: 12px;
    font-size: 9px;
}

body.is-login .master-login-form {
    gap: 8px;
}

body.is-login .master-login-form label {
    gap: 4px;
    font-size: 10.5px;
}

body.is-login .master-login-form input {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 12px;
}

body.is-login button.primary {
    min-width: 104px;
    min-height: 29px;
    margin-top: 6px;
    padding: 0 14px;
    font-size: 10.5px;
}

@media (max-width: 560px) {
    body.is-login main {
        padding: 14px;
        background-position: left top;
    }

    body.is-login .login-stage {
        width: min(330px, calc(100vw - 28px));
    }

    body.is-login .login-shell {
        grid-template-columns: 1fr;
        width: 100%;
        min-height: auto;
    }

    body.is-login .login-private-panel {
        padding: 16px;
    }

    body.is-login .login-form-panel {
        padding: 16px;
    }
}

/* Public billboard boundary: content cannot exceed logo-to-social header width */
.is-public-shell {
    --public-shell-max: 1176px;
    --public-shell-gutter: 7vw;
}

.is-public-shell .topbar {
    padding-left: max(var(--public-shell-gutter), calc((100vw - var(--public-shell-max)) / 2));
    padding-right: max(var(--public-shell-gutter), calc((100vw - var(--public-shell-max)) / 2));
}

.is-public-shell main.template-about-main {
    overflow-x: hidden;
}

.template-about {
    padding: clamp(72px, 11vh, 118px) 0 96px;
}

.template-about-inner {
    width: min(var(--public-shell-max), calc(100vw - (var(--public-shell-gutter) * 2)));
    max-width: var(--public-shell-max);
    margin: 0 auto;
}

.template-about-article {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 516px);
    gap: clamp(34px, 4.5vw, 64px);
    align-items: start;
}

.template-about-article.is-layout-image-text {
    grid-template-columns: minmax(320px, 516px) minmax(0, 1fr);
}

.template-about-article.is-layout-image-text .template-about-media,
.template-about-article.is-layout-image-over-text .template-about-media {
    order: -1;
}

.template-about-article.is-layout-text-over-image,
.template-about-article.is-layout-image-over-text,
.template-about-article.is-layout-text-only,
.template-about-article.is-layout-image-only {
    grid-template-columns: minmax(0, 760px);
    justify-content: start;
}

.template-about-article.is-layout-text-over-image .template-about-media,
.template-about-article.is-layout-image-over-text .template-about-media {
    width: min(516px, 100%);
}

.template-about-media {
    overflow: hidden;
    height: auto;
    min-height: 0;
    align-self: start;
}

.template-about-media img {
    height: auto;
    min-height: 0;
    max-width: 100%;
    object-fit: contain;
    transform: translate(var(--content-image-x, 0), var(--content-image-y, 0)) scale(var(--content-image-scale, 1));
    transform-origin: center;
}

.template-about-text {
    transform: translate(var(--content-text-x, 0), var(--content-text-y, 0)) scale(var(--content-text-scale, 1));
    transform-origin: top left;
}

.template-about-copy {
    max-width: 64ch;
    text-align: left;
    text-align-last: auto;
}

@media (max-width: 980px) {
    .template-about-article,
    .template-about-article.is-layout-image-text {
        grid-template-columns: 1fr;
    }
}

/* Content creator: edit image first, apply to preview with KONTROLA */
.content-image-compose {
    display: grid;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(212, 182, 110, .22);
    border-radius: 6px;
    background: rgba(255, 255, 255, .035);
}

.content-compose-editor {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
    gap: 12px;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(212, 182, 110, .22);
    border-radius: 6px;
    background: rgba(255, 255, 255, .028);
}

.content-compose-text {
    min-width: 0;
}

.content-compose-text textarea {
    min-height: 320px;
    height: 100%;
    resize: vertical;
}

.content-compose-editor.is-layout-image-text {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr);
}

.content-compose-editor.is-layout-image-text .content-image-compose,
.content-compose-editor.is-layout-image-over-text .content-image-compose {
    order: -1;
}

.content-compose-editor.is-layout-text-over-image,
.content-compose-editor.is-layout-image-over-text,
.content-compose-editor.is-layout-text-only,
.content-compose-editor.is-layout-image-only {
    grid-template-columns: minmax(0, 1fr);
}

.content-compose-editor.is-layout-text-only .content-image-compose,
.content-compose-editor.is-layout-image-only .content-compose-text {
    display: none;
}

.content-image-add {
    width: 100%;
    min-height: 34px;
    margin-top: -4px;
    color: #101010;
    background: rgba(212, 182, 110, .92);
    border-color: rgba(212, 182, 110, .92);
    font-weight: 900;
}

.content-image-compose-frame {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
    background: #101010;
}

.content-image-compose-frame img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 360px;
    transform-origin: center;
    object-fit: contain;
}

.content-image-controls {
    display: grid;
    gap: 10px;
}

.content-image-controls label {
    gap: 6px;
    font-size: 12px;
}

.content-live-image {
    overflow: hidden;
}

.content-live-image img {
    transform-origin: center;
}

.content-preview-card .section-title {
    align-items: center;
}

/* Unified page creator: the public article is the editor. */
.content-public-preview-page .content-live-preview.content-compose-editor {
    width: min(1176px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 18px;
    border: 1px dashed rgba(238, 190, 63, .95);
    border-radius: 4px;
    background: transparent;
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-image {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 516px);
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-text {
    grid-template-columns: minmax(320px, 516px) minmax(0, 1fr);
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-over-image,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-over-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-only,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-only {
    grid-template-columns: minmax(0, 760px);
    justify-content: start;
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-only .content-image-compose,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-only .content-live-copy {
    display: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose {
    margin: 0;
    padding: 0;
    border: 1px dashed rgba(238, 190, 63, .45);
    border-radius: 0;
    background: transparent;
    overflow: hidden;
    min-height: 260px;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose img {
    display: block;
    width: 100%;
    max-height: none;
    border-radius: 0;
    object-fit: contain;
    transform-origin: center;
    will-change: transform;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body {
    min-height: 310px;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.45;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-live-copy {
    transform-origin: top left;
    will-change: transform;
}

@media (max-width: 980px) {
    .content-public-preview-page .content-live-preview.content-compose-editor,
    .content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-image,
    .content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-text {
        grid-template-columns: 1fr;
    }
}

/* Unified public/editor geometry: the creator must show the real published page. */
.template-about-article.template-about-article-section,
.content-public-preview-page .content-live-preview.content-compose-editor {
    --content-text-column: minmax(260px, var(--content-text-width, 500px));
    --content-image-column: minmax(220px, 1fr);
    --content-boundary-height: clamp(340px, 34vw, 430px);
    width: min(1080px, 100%);
    max-width: 100%;
    height: var(--content-boundary-height);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: var(--content-text-column) var(--content-image-column);
    gap: clamp(76px, 7vw, 126px);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    contain: paint;
}

.template-about-article.template-about-article-section.is-layout-image-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-text {
    grid-template-columns: var(--content-image-column) var(--content-text-column);
}

.template-about-article.template-about-article-section.is-layout-text-over-image,
.template-about-article.template-about-article-section.is-layout-image-over-text,
.template-about-article.template-about-article-section.is-layout-text-only,
.template-about-article.template-about-article-section.is-layout-image-only,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-over-image,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-over-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-only,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-only {
    width: min(760px, 100%);
    height: auto;
    min-height: var(--content-boundary-height);
    max-height: none;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
}

.template-about-article.template-about-article-section.is-margin-wide,
.content-public-preview-page .content-live-preview.content-compose-editor.is-margin-wide {
    width: min(1176px, 100%);
    --content-text-column: minmax(300px, var(--content-text-width, 550px));
    --content-image-column: minmax(240px, 1fr);
}

.template-about-article.template-about-article-section.is-margin-compact,
.content-public-preview-page .content-live-preview.content-compose-editor.is-margin-compact {
    width: min(860px, 100%);
    --content-text-column: minmax(240px, var(--content-text-width, 400px));
    --content-image-column: minmax(220px, 1fr);
    gap: 56px;
}

.template-about-article.template-about-article-section .template-about-text,
.content-public-preview-page .content-live-preview.content-compose-editor .content-live-copy {
    position: relative;
    z-index: 8;
    min-width: 0;
    width: var(--content-text-width, 500px);
    max-width: var(--content-text-width, 500px);
    max-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: clamp(20px, 2.2vw, 36px);
    transform: translate(var(--content-text-x, 0), var(--content-text-y, 0)) scale(var(--content-text-scale, 1));
    transform-origin: top left;
}

.template-about-article.template-about-article-section.is-layout-image-text .template-about-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-text .content-live-copy {
    padding-right: 0;
    padding-left: clamp(20px, 2.2vw, 36px);
}

.template-about-article.template-about-article-section .template-about-copy,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body {
    width: 100%;
    max-width: 100%;
    color: rgba(232, 232, 232, .9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    text-align: left;
    text-align-last: auto;
}

.template-about-article.template-about-article-section .template-about-copy p,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body p {
    margin-top: 0;
    margin-bottom: .55em;
}

.template-about-article.template-about-article-section .template-about-media,
.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose {
    width: 100%;
    height: 100%;
    min-width: 0;
    max-width: 430px;
    max-height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    align-self: center;
    justify-self: stretch;
    border-radius: 0;
    background: transparent;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose {
    min-height: 0;
    border: 0;
}

.template-about-article.template-about-article-section .template-about-media img,
.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: 100%;
    max-height: none;
    object-fit: cover;
    transform: translate(var(--content-image-x, 0), var(--content-image-y, 0)) scale(var(--content-image-scale, 1));
    transform-origin: center;
}

.content-public-preview-page .content-live-preview.content-compose-editor {
    padding: 18px;
    border: 1px dashed rgba(238, 190, 63, .95);
    background: transparent;
}

/* The creator is a working table: it grows downward while the published page may crop. */
.content-public-preview-page .content-live-preview.content-compose-editor {
    --content-text-column: minmax(260px, var(--content-text-width, 500px));
    --content-image-column: minmax(220px, 1fr);
    height: auto;
    min-height: max(var(--content-boundary-height), var(--content-editor-min-height, 0px));
    max-height: none;
    align-items: start;
    overflow: hidden;
    contain: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-live-copy {
    position: relative;
    width: var(--content-text-width, 500px);
    max-width: var(--content-text-width, 500px);
    max-height: none;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
    cursor: default;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-live-copy * {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-text-width-handle {
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 100%;
    min-height: 100%;
    cursor: ew-resize;
    z-index: 40;
    pointer-events: auto;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-text-width-handle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    width: 3px;
    background: rgba(238, 190, 63, .92);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .75), 0 0 10px rgba(238, 190, 63, .18);
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-text-width-handle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border: 1px solid rgba(0, 0, 0, .8);
    background: #d7b45f;
    box-shadow: 0 0 0 1px rgba(238, 190, 63, .72), 0 0 8px rgba(238, 190, 63, .35);
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-text-width-handle:hover::before,
.content-public-preview-page .content-live-preview.content-compose-editor .content-text-width-handle:active::before {
    background: rgba(238, 190, 63, 1);
    box-shadow: 0 0 10px rgba(238, 190, 63, .45);
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body {
    min-height: 310px;
    height: auto;
    max-width: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: pre-wrap;
    font-weight: 400;
}

.template-about-article.template-about-article-section .template-about-copy {
    max-width: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: pre-wrap;
    font-weight: 400;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose {
    min-height: 260px;
    height: auto;
    max-height: none;
    overflow: hidden;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose img {
    height: auto;
    min-height: 260px;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame] img {
    transform: none;
}

.content-editor-gallery {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
    align-items: start;
    width: 100%;
}

.content-editor-gallery:empty {
    display: none;
}

.content-editor-gallery .content-extra-image {
    display: grid;
    gap: 6px;
    min-height: 180px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px dashed rgba(238, 190, 63, .45);
    background: rgba(0, 0, 0, .16);
}

.content-editor-gallery .content-extra-image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 180px;
    object-fit: contain;
}

.content-editor-gallery .content-extra-image figcaption {
    padding: 0 8px 8px;
    color: rgba(212, 182, 110, .9);
    font-size: 10px;
    line-height: 1.2;
    text-transform: none;
}

@media (max-width: 980px) {
    .template-about-article.template-about-article-section,
    .template-about-article.template-about-article-section.is-layout-image-text,
    .content-public-preview-page .content-live-preview.content-compose-editor,
    .content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-text {
        width: min(680px, 100%);
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .template-about-article.template-about-article-section .template-about-media,
    .content-public-preview-page .content-live-preview.content-compose-editor .content-image-compose {
        max-width: 100%;
    }
}

/* Index visual alignment: independent billboard, same public shell width. */
.is-www-index-shell {
    --public-shell-max: 1176px;
    --public-shell-gutter: 7vw;
}

.is-www-index-shell .topbar {
    position: relative;
    z-index: 30;
    min-height: 198px;
    padding: 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.is-www-index-shell .brand {
    position: absolute;
    left: 10.7vw;
    top: 72px;
    color: rgba(166, 152, 156, 0.88);
}

.is-www-index-shell .brand strong {
    font-size: 24px;
    line-height: 1;
}

.is-www-index-shell .brand span {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(125, 121, 132, 0.78);
}

.is-www-index-shell .public-menu {
    position: absolute;
    left: 30.5vw;
    top: 87px;
    gap: 32px;
}

.is-www-index-shell .topbar nav a,
.is-www-index-shell .topbar nav .public-menu-link {
    color: rgba(146, 146, 146, 0.86);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.is-www-index-shell .public-social {
    position: absolute;
    right: 11.7vw;
    top: 82px;
}

.is-www-index-shell .public-social a,
.is-www-index-shell .public-social svg {
    width: 21px;
    height: 21px;
}

.is-www-index-shell .hmp-sticky-player,
.is-www-index-shell .sticky-player {
    display: none !important;
}

.is-www-index-shell .www-index-title {
    top: auto;
    bottom: clamp(168px, 11vw, 230px);
    width: min(760px, 78vw);
    gap: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(176, 203, 255, .92);
    text-shadow:
        0 0 8px rgba(87, 142, 255, .95),
        0 0 24px rgba(87, 142, 255, .78),
        0 5px 16px rgba(0, 0, 0, .72);
}

.is-www-index-shell .www-index-title strong {
    order: 1;
    color: rgba(178, 203, 255, .96);
    font-size: clamp(44px, 4.55vw, 64px);
    font-weight: 400;
    line-height: .94;
}

.is-www-index-shell .www-index-title span {
    order: 2;
    color: rgba(178, 203, 255, .94);
    font-size: clamp(28px, 2.95vw, 40px);
    font-weight: 400;
    line-height: .98;
}

.is-www-index-shell .www-index-title:hover,
.is-www-index-shell .www-index-title:focus-visible {
    color: rgba(178, 203, 255, .98);
    text-shadow:
        2px 0 0 rgba(220, 0, 22, .78),
        -1px 0 0 rgba(38, 86, 196, .72),
        0 0 12px rgba(230, 0, 26, .86),
        0 0 30px rgba(220, 0, 22, .62),
        0 0 10px rgba(100, 150, 255, .98),
        0 5px 16px rgba(0, 0, 0, .72);
}

.is-www-index-shell .www-index-cover-rail {
    --index-cover-side: 10mm;
    --index-cover-gap: clamp(8px, .75vw, 14px);
    position: fixed;
    left: var(--index-cover-side);
    right: var(--index-cover-side);
    bottom: clamp(10px, 1.8vh, 18px);
    height: auto;
    gap: var(--index-cover-gap);
    padding: 0;
    overflow: visible;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

.is-www-index-shell .www-index-cover-link {
    position: relative;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .58);
    transform-origin: center center;
}

.is-www-index-shell .www-index-cover-link:hover,
.is-www-index-shell .www-index-cover-link:focus-visible,
.is-www-index-shell .www-index-cover-link.is-previewing,
.is-www-index-shell .www-index-cover-link.is-preview-loading {
    z-index: 20;
    transform: translateY(-10px) scale(1.28);
}

@media (max-width: 900px) {
    .is-www-index-shell .www-index-header {
        left: 20px;
        right: 20px;
        top: 24px;
        grid-template-columns: 1fr auto;
    }

    .is-www-index-shell .www-index-title {
        top: auto;
        bottom: 116px;
        width: 92vw;
        gap: 9px;
    }

    .is-www-index-shell .www-index-title strong {
        font-size: clamp(34px, 10vw, 48px);
    }

    .is-www-index-shell .www-index-title span {
        font-size: clamp(22px, 6vw, 31px);
    }

    .is-www-index-shell .www-index-cover-rail {
        left: 12px;
        right: 12px;
        height: 70px;
        bottom: 8mm;
        gap: 8px;
        padding: 0;
        overflow-x: auto;
        overflow-y: visible;
    }

    .is-www-index-shell .www-index-emitter {
        left: 50%;
        top: 50%;
        width: max(70vw, 64.4vh);
        max-width: none;
        transform: translate(-55.9%, -50%);
    }

    .is-www-index-shell .www-index-cover-link {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
    }
}

.front-access-form {
    gap: 16px;
}

/* Wide monitors with a short browser viewport (laptop/taskbar/browser chrome).
   Keep the complete public scene inside the visible area instead of preserving
   the desktop dimensions designed for a 900-1080px-high viewport. */
@media (max-height: 800px) and (min-width: 901px) {
    .is-www-index-shell .www-index-header {
        top: clamp(22px, 4vh, 34px);
    }

    .is-www-index-shell .www-index-title {
        bottom: clamp(150px, 10.5vw, 190px);
        gap: 7px;
    }

    .is-www-index-shell .www-index-title strong {
        font-size: clamp(38px, 4vw, 54px);
    }

    .is-www-index-shell .www-index-title span {
        font-size: clamp(23px, 2.45vw, 32px);
    }

    .is-www-index-shell .www-index-cover-rail {
        --index-cover-side: 10mm;
        --index-cover-gap: clamp(8px, .75vw, 12px);
    }

    /* Index only: align its header row with every other public page. */
    .is-www-index-shell .brand {
        top: 34px;
    }

    .is-www-index-shell .public-menu {
        top: 48px;
        gap: clamp(18px, 2.2vw, 30px);
    }

    .is-www-index-shell .public-social {
        top: 42px;
    }

    .is-template-shell .topbar {
        min-height: 104px;
    }

    .is-template-shell .brand {
        top: 34px;
    }

    .is-template-shell .public-menu {
        top: 48px;
        gap: clamp(18px, 2.2vw, 30px);
    }

    .is-template-shell .public-social {
        top: 42px;
    }

    .is-template-album main.album-main-stage {
        padding: 0;
        min-height: calc(100svh - 104px);
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) {
        box-sizing: border-box;
        height: calc(100svh - 104px);
        min-height: 0;
        padding: 14px 8vw 72px;
        align-items: center;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-scene {
        width: min(1120px, 100%);
        grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
        gap: 14px 28px;
        transform: none;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-primary-cover {
        width: min(100%, 330px);
        justify-self: center;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-info {
        margin-top: 0;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .hmt-track-gallery {
        grid-template-columns: repeat(4, minmax(82px, 1fr));
        gap: 10px 12px;
        transform: none;
    }

    .is-template-album .hmt-track-card {
        gap: 2px;
    }

    .is-template-album .hmt-track-play {
        width: 42px;
        height: 42px;
        border-width: 3px;
    }

    .is-template-album .hmt-track-play::before {
        width: 15px;
        height: 19px;
    }

    .is-template-album .hmt-track-title,
    .is-template-album .hmt-track-meta time {
        font-size: 11px;
    }

    .is-template-album .hmt-track-tools {
        min-height: 14px;
    }
}

@media (min-width: 901px) and (min-height: 801px) {
    .is-template-album main.album-main-stage {
        min-height: calc(100svh - 160px);
        padding: 0;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) {
        box-sizing: border-box;
        height: calc(100svh - 160px);
        min-height: 0;
        padding: 24px 8vw 72px;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-scene {
        width: min(1120px, 100%);
        grid-template-columns: minmax(230px, 350px) minmax(0, 1fr);
        gap: 16px 30px;
        transform: none;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-primary-cover {
        width: min(100%, 350px);
        justify-self: center;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .hmt-track-gallery {
        grid-template-columns: repeat(4, minmax(82px, 1fr));
        gap: 12px 14px;
        transform: none;
    }
}

@media (max-height: 650px) and (min-width: 901px) {
    .is-www-index-shell .brand {
        top: 28px;
    }

    .is-www-index-shell .public-menu {
        top: 41px;
    }

    .is-www-index-shell .public-social {
        top: 35px;
    }

    .is-template-shell .topbar {
        min-height: 90px;
    }

    .is-template-shell .brand {
        top: 28px;
    }

    .is-template-shell .public-menu {
        top: 41px;
    }

    .is-template-shell .public-social {
        top: 35px;
    }

    .is-template-album main.album-main-stage,
    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) {
        min-height: calc(100svh - 90px);
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) {
        height: calc(100svh - 90px);
        padding: 8px 7vw 64px;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-scene {
        grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
        gap: 8px 24px;
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-primary-cover {
        width: min(100%, 280px);
    }

    .is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .hmt-track-gallery {
        grid-template-columns: repeat(4, minmax(72px, 1fr));
        gap: 7px 9px;
    }

    .is-template-album .hmt-track-play {
        width: 36px;
        height: 36px;
    }

    .is-template-album .hmt-track-play::before {
        width: 12px;
        height: 16px;
    }

    .is-template-album .hmt-track-title,
    .is-template-album .hmt-track-meta time,
    .is-template-album .hmt-nonstop {
        font-size: 9px;
    }
}

.public-social .is-social-inactive {
    opacity: .32;
    pointer-events: none;
    cursor: default;
}

.is-template-shell .public-menu,
.is-www-index-shell .public-menu {
    transform: translateX(-1cm);
}

.is-template-shell .public-social,
.is-www-index-shell .public-social {
    right: 10.7vw;
}

.public-social [data-social-key="spotify"] { order: 1; }
.public-social [data-social-key="instagram"] { order: 2; }
.public-social [data-social-key="youtube"] { order: 3; }
.public-social [data-social-key="soundcloud"] { order: 4; }
.public-social [data-social-key="tiktok"] { order: 5; }
.public-social [data-social-key="facebook"] { order: 6; }

.is-public-shell .public-social a {
    transform: scale(1);
    transform-origin: center;
    transition: color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.is-public-shell .public-social a:hover,
.is-public-shell .public-social a:focus-visible {
    color: #68e5b0;
    filter: brightness(1.3) drop-shadow(0 0 7px rgba(72, 220, 158, .58));
    transform: scale(1.18);
    outline: none;
}

/* DJ identity: keep the subtitle inside the visual logo width and align the
   centre of the complete brand block with the centre line of desktop menu text. */
@media (min-width: 901px) {
    .service-dj-hasera.is-template-shell .brand,
    .service-dj-hasera.is-www-index-shell .brand {
        top: 96px;
        width: max-content;
        gap: 0;
        transform: translateY(-50%);
    }

    .service-dj-hasera.is-template-shell .brand strong,
    .service-dj-hasera.is-www-index-shell .brand strong {
        font-size: 26px;
        line-height: 1;
        white-space: nowrap;
        width: 100%;
    }

    .service-dj-hasera.is-template-shell .brand span,
    .service-dj-hasera.is-www-index-shell .brand span {
        width: 100%;
        justify-self: start;
        margin-top: 3px;
        font-size: 7.5px;
        line-height: 1;
        letter-spacing: -.015em;
        white-space: nowrap;
        text-align: justify;
        text-align-last: justify;
    }
}

@media (max-height: 800px) and (min-width: 901px) {
    .service-dj-hasera.is-template-shell .brand,
    .service-dj-hasera.is-www-index-shell .brand {
        top: 57px;
    }
}

@media (max-height: 650px) and (min-width: 901px) {
    .service-dj-hasera.is-template-shell .brand,
    .service-dj-hasera.is-www-index-shell .brand {
        top: 50px;
    }
}

.front-access-site {
    border: 3px solid rgba(213, 182, 111, 0.45);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

.front-access-site.is-locked {
    border-color: rgba(226, 27, 45, 0.95);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(226, 27, 45, 0.2);
}

.front-access-site.is-public {
    border-color: rgba(0, 191, 136, 0.95);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 191, 136, 0.22);
}

.front-access-warning {
    color: #d7d7d7;
    font-weight: 700;
}

.front-access-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 12px;
    align-items: end;
}

.front-access-toggle {
    min-height: 44px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(213, 182, 111, 0.3);
    background: rgba(0, 0, 0, 0.22);
}

.front-access-toggle input {
    width: auto;
    min-height: auto;
}

.front-access-execute button.primary {
    width: min(260px, 100%);
}

@media (max-width: 900px) {
    .front-access-grid {
        grid-template-columns: 1fr;
    }
}

/* HASERA FIX: public menu and about text weight 20260705 */
.is-template-shell .topbar nav .public-menu-link {
    color: rgba(146, 146, 146, 0.86);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.is-template-about .template-about-text h1,
.is-template-about .template-about-subtitle,
.is-template-about .template-about-article.template-about-article-section .template-about-copy,
.is-template-about .template-about-article.template-about-article-section .template-about-copy p,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body p {
    font-weight: 400;
}
/* HASERA ABOUT INFORMATION DRAWER */
.is-public-shell .topbar nav button.public-menu-link {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    color: rgba(150, 150, 150, 0.86);
    text-transform: uppercase;
    cursor: pointer;
}

.public-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 170;
    background: rgba(0, 0, 0, 0.28);
    opacity: 0;
    transition: opacity 240ms ease;
}

.public-drawer-backdrop.is-open {
    opacity: 1;
}

.public-info-drawer {
    position: fixed;
    top: 96px;
    left: 50%;
    z-index: 180;
    width: min(360px, calc(100vw - 34px));
    padding: 26px 28px 22px;
    transform: translate(-50%, -14px);
    border: 1px solid rgba(213, 182, 111, 0.22);
    border-radius: 8px;
    background: rgba(16, 16, 16, 0.92);
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.62);
    opacity: 0;
    transition: opacity 240ms ease, transform 240ms ease;
    backdrop-filter: blur(16px);
}

.public-info-drawer.is-open {
    opacity: 1;
    transform: translate(-50%, 0);
}

.public-drawer-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: 0;
    background: transparent;
    color: rgba(190, 190, 190, 0.82);
    font: 400 18px/1 Arial, sans-serif;
    cursor: pointer;
}

.public-drawer-section {
    display: grid;
    gap: 11px;
    padding: 0 0 18px;
}

.public-drawer-section + .public-drawer-section {
    padding-top: 18px;
    border-top: 1px solid rgba(213, 182, 111, 0.22);
}

.public-drawer-section h2 {
    margin: 0 0 3px;
    color: rgba(213, 182, 111, 0.9);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.is-public-shell .topbar nav .public-info-drawer a {
    display: block;
    color: rgba(210, 210, 210, 0.88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
}

.is-public-shell .topbar nav .public-info-drawer a:hover,
.is-public-shell .topbar nav .public-info-drawer a:focus-visible {
    color: var(--gold);
}

.public-drawer-copy {
    padding-top: 18px;
    border-top: 1px solid rgba(213, 182, 111, 0.22);
    color: rgba(170, 170, 170, 0.74);
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 680px) {
    .public-info-drawer {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        max-width: none;
        padding: 74px 30px 30px;
        transform: translateY(-18px);
        border-radius: 0;
    }

    .public-info-drawer.is-open {
        transform: translateY(0);
    }
}


/* HASERA CONTENT DOCUMENT MODE */
.template-about-article.template-about-article-section.is-document-page,
.content-public-preview-page .content-live-preview.content-compose-editor.is-document-editor {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    contain: none;
    align-items: start;
}

.template-about-article.template-about-article-section.is-document-page .template-about-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-document-editor .content-live-copy {
    max-height: none;
    overflow: visible;
    transform: none;
}

.template-about-article.template-about-article-section.is-document-page .template-about-copy,
.content-public-preview-page .content-live-preview.content-compose-editor.is-document-editor .content-unified-body {
    font-weight: 400;
    max-height: none;
    overflow: visible;
}

.template-about-gallery,
.content-editor-gallery {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    width: 100%;
    margin-top: 28px;
}

.template-about-gallery figure,
.content-editor-gallery figure {
    margin: 0;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(238, 190, 63, .28);
    overflow: hidden;
}

.template-about-gallery img,
.content-editor-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.content-editor-gallery figcaption {
    padding: 8px 10px;
    color: rgba(232, 232, 232, .72);
    font-size: 11px;
    overflow-wrap: anywhere;
}

.content-document-editor .content-public-preview-page {
    height: auto;
    min-height: 420px;
    overflow: visible;
}

/* EiSi page creator final override: every working frame grows downward. */
.content-public-preview-page .content-live-preview.content-compose-editor {
    height: auto;
    min-height: max(var(--content-boundary-height), var(--content-editor-min-height, 0px));
    max-height: none;
    overflow: visible;
    contain: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-live-copy,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body {
    max-height: none;
    overflow: visible;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body {
    max-width: none;
    overflow-wrap: normal;
    word-break: normal;
    font-weight: 400;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-editor-gallery {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
    width: 100%;
    margin-top: 6px;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-editor-gallery:empty {
    display: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image {
    margin: 0;
    border: 1px dashed rgba(238, 190, 63, .45);
    background: rgba(0, 0, 0, .16);
    width: fit-content;
    min-width: 0;
    min-height: 0;
    justify-self: start;
    align-self: start;
    overflow: visible;
    transform-origin: top left;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image img {
    display: block;
    width: auto;
    max-width: min(420px, 100%);
    min-height: 0;
    object-fit: contain;
}

.content-image-radio {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    max-width: 100%;
    margin: 0 0 8px;
    padding: 7px 10px;
    border: 1px solid rgba(238, 190, 63, .7);
    border-radius: 4px;
    background: rgba(0, 0, 0, .78);
    color: #d7b45f;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.content-image-radio input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #d7b45f;
}

.content-image-radio span {
    white-space: nowrap;
}

.content-live-preview.content-compose-editor [data-image-frame].is-active-image-frame,
.content-editor-gallery .content-extra-image.is-active-image-frame {
    outline: 3px solid rgba(238, 190, 63, .98);
    outline-offset: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .95), 0 0 28px rgba(238, 190, 63, .2);
    cursor: grab;
    will-change: transform;
}

.content-live-preview.content-compose-editor [data-image-frame].is-active-image-frame:active,
.content-editor-gallery .content-extra-image.is-active-image-frame:active {
    cursor: grabbing;
}

.content-live-preview.content-compose-editor [data-image-frame].is-active-image-frame .content-image-radio,
.content-editor-gallery .content-extra-image.is-active-image-frame .content-image-radio {
    background: rgba(238, 190, 63, .92);
    color: #111;
}

/* Final creator frame rule: the yellow working frame belongs to the image,
   never to the layout cell around it. */
.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame],
.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame].is-active-image-frame,
.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image,
.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image.is-active-image-frame {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame] img {
    border: 1px dashed rgba(238, 190, 63, .72);
    outline: 0;
    box-shadow: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame].is-active-image-frame img {
    border: 1px solid rgba(238, 190, 63, .98);
    outline: 2px solid rgba(238, 190, 63, .9);
    outline-offset: 0;
    box-shadow: 0 0 24px rgba(238, 190, 63, .18);
}

.content-active-image-status {
    grid-column: 1 / -1;
    padding: 9px 12px;
    border: 1px solid rgba(238, 190, 63, .42);
    border-radius: 5px;
    background: rgba(238, 190, 63, .1);
    color: rgba(232, 232, 232, .86);
    font-size: 12px;
    font-weight: 700;
}

.content-active-image-status strong {
    color: #d7b45f;
    font-weight: 900;
}

.content-image-match-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.content-image-frame-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 6px;
}

.content-image-remove {
    min-height: 24px;
    padding: 4px 9px;
    border-color: rgba(220, 70, 70, .72);
    color: #ff9b9b;
}

.content-image-remove:hover,
.content-image-remove:focus {
    border-color: rgba(255, 110, 110, .95);
    color: #ffd0d0;
}

/* Object editor layer: page images are moved and cropped directly in the page. */
.content-public-preview-page .content-live-preview.content-compose-editor {
    position: relative;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-editor-gallery {
    position: absolute;
    inset: 18px;
    display: block;
    width: auto;
    min-height: 0;
    margin: 0;
    pointer-events: none;
    z-index: 8;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 80px;
    min-height: 80px;
    overflow: hidden;
    background: rgba(0, 0, 0, .16);
    pointer-events: auto;
    cursor: move;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 80px;
    min-height: 80px;
    overflow: hidden;
    background: rgba(0, 0, 0, .16);
    pointer-events: auto;
    cursor: move;
    z-index: 9;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform-origin: center center;
    user-select: none;
    pointer-events: none;
}

.www-index-emitter {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: min(57.4vw, 826px);
    aspect-ratio: 16 / 9;
    transform: translate(-55.9%, -50%);
    opacity: .8;
    pointer-events: none;
    user-select: none;
}

.www-index-emitter img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.www-index-emitter.is-emitter-module-active {
    width: min(var(--emitter-desktop-size, 57.4vw), 826px);
    opacity: var(--emitter-opacity, .8);
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.emitter-module-trigger {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 5;
    aspect-ratio: 16 / 9;
    transform: translate(-55.9%, -50%);
}

.emitter-module-text {
    position: relative;
    left: 5.9%;
    display: grid;
    gap: 10px;
    place-items: center;
    color: rgba(178,203,255,.96);
    text-align: center;
    text-shadow: 0 0 10px rgba(100,150,255,.98), 0 0 30px rgba(87,142,255,.7);
}
.emitter-module-text strong{font:400 clamp(42px,4.5vw,68px)/1 Arial,sans-serif}.emitter-module-text small{font:400 clamp(22px,2.7vw,38px)/1 Arial,sans-serif}
.emitter-ambient-audio{display:none}
.emitter-player-layer{position:fixed;inset:0;z-index:20;overflow:hidden;background:#080808;color:#fff}
.emitter-player-backdrop{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.36)),var(--emitter-track-cover);background-size:cover;background-position:center;filter:saturate(1.05)}
.emitter-player-stage{position:absolute;inset:0;padding:clamp(125px,16vh,200px) 2.5vw 8mm;display:flex;flex-direction:column;justify-content:space-between}
.emitter-player-close{align-self:flex-end;z-index:2;width:44px;height:44px;border:1px solid rgba(213,182,111,.55);background:rgba(0,0,0,.65);color:#fff;font-size:28px}
.emitter-player-now{align-self:center;display:flex;align-items:center;gap:18px;padding:14px 18px;background:rgba(0,0,0,.62);border:1px solid rgba(213,182,111,.36);backdrop-filter:blur(8px)}
.emitter-player-now strong{font-size:clamp(22px,3vw,42px)}.emitter-player-now span{color:#d9ba64;font-weight:900}.emitter-player-now button{padding:10px 14px}.emitter-player-now input{width:min(220px,24vw)}
.emitter-player-rail{position:relative;z-index:2;display:flex;gap:clamp(7px,.8vw,14px);width:100%;overflow-x:auto;overflow-y:hidden}
.emitter-player-rail button{flex:1 1 0;min-width:72px;padding:0;border:1px solid transparent;background:#090909;aspect-ratio:1;overflow:hidden}.emitter-player-rail button.is-current{border-color:#e2be58;box-shadow:0 0 18px rgba(226,190,88,.72)}.emitter-player-rail img{display:block;width:100%;height:100%;object-fit:cover}
body.is-emitter-player-open{overflow:hidden}

@media(max-width:900px){
    .www-index-emitter.is-emitter-module-active{width:max(var(--emitter-mobile-size,70vw),64.4vh)}
    .emitter-player-stage{padding:120px 10px 8mm}.emitter-player-now{width:calc(100% - 12px);display:grid;grid-template-columns:1fr auto;gap:9px}.emitter-player-now input{width:100%;grid-column:1/-1}.emitter-player-rail button{flex:0 0 76px}
    .emitter-module-text strong{font-size:clamp(34px,10vw,50px)}.emitter-module-text small{font-size:clamp(18px,5.8vw,28px)}
}

@media (max-width: 900px) {
    .is-www-index-shell .www-index-emitter {
        left: 50%;
        top: 50%;
        width: max(70vw, 64.4vh);
        max-width: none;
        transform: translate(-55.9%, -50%);
    }
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform-origin: center center;
    user-select: none;
    pointer-events: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-radio {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 3;
    min-height: 20px;
    max-width: calc(100% - 12px);
    gap: 4px;
    padding: 2px 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, .66);
    border-color: rgba(238, 190, 63, .55);
    font-size: 9px;
    line-height: 1;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-radio input {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-frame-toolbar {
    position: absolute;
    left: 6px;
    top: 6px;
    right: auto;
    z-index: 3;
    width: auto;
    max-width: calc(100% - 12px);
    margin: 0;
    gap: 4px;
    justify-content: flex-start;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-frame-toolbar .content-image-radio {
    position: static;
    left: auto;
    top: auto;
    min-height: 20px;
    max-width: 96px;
    gap: 4px;
    padding: 2px 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, .66);
    border-color: rgba(238, 190, 63, .55);
    font-size: 9px;
    line-height: 1;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-remove {
    min-height: 20px;
    width: 22px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 20px;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-remove::after {
    content: "x";
    font-size: 11px;
    line-height: 20px;
}

.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame="main"] .content-image-placeholder {
    position: absolute;
    inset: 0;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image figcaption {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 3px;
    padding: 2px 4px;
    background: rgba(0, 0, 0, .55);
    color: rgba(238, 190, 63, .92);
    font-size: 9px;
    line-height: 1.1;
    pointer-events: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image .content-image-frame-toolbar {
    position: absolute;
    left: 6px;
    top: 6px;
    right: auto;
    z-index: 3;
    margin: 0;
    width: auto;
    max-width: calc(100% - 12px);
    gap: 4px;
    justify-content: flex-start;
    pointer-events: auto;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image .content-image-radio {
    min-height: 20px;
    max-width: 96px;
    gap: 4px;
    padding: 2px 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, .66);
    border-color: rgba(238, 190, 63, .55);
    font-size: 9px;
    line-height: 1;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image .content-image-radio input {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image .content-image-radio span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image .content-image-remove {
    min-height: 20px;
    width: 22px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 20px;
}

.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image .content-image-remove::after {
    content: "x";
    font-size: 11px;
    line-height: 20px;
}

.content-object-handle {
    position: absolute;
    z-index: 4;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(0, 0, 0, .9);
    background: rgba(238, 190, 63, .96);
    box-shadow: 0 0 0 1px rgba(238, 190, 63, .25);
}

.content-object-handle.is-n,
.content-object-handle.is-s {
    left: 50%;
    margin-left: -5px;
    cursor: ns-resize;
}

.content-object-handle.is-e,
.content-object-handle.is-w {
    top: 50%;
    margin-top: -5px;
    cursor: ew-resize;
}

.content-object-handle.is-n { top: -6px; }
.content-object-handle.is-s { bottom: -6px; }
.content-object-handle.is-e { right: -6px; }
.content-object-handle.is-w { left: -6px; }
.content-object-handle.is-ne { top: -6px; right: -6px; cursor: nesw-resize; }
.content-object-handle.is-se { right: -6px; bottom: -6px; cursor: nwse-resize; }
.content-object-handle.is-sw { left: -6px; bottom: -6px; cursor: nesw-resize; }
.content-object-handle.is-nw { top: -6px; left: -6px; cursor: nwse-resize; }

.template-about-article.template-about-article-section {
    position: relative;
}

.template-about-media.is-object-main {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    z-index: 4;
}

.template-about-media.is-object-main img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform-origin: center center;
}

.template-about-gallery.is-object-layer {
    position: absolute;
    inset: 18px;
    display: block;
    width: auto;
    min-height: 0;
    margin: 0;
    pointer-events: none;
    z-index: 4;
}

.template-about-gallery.is-object-layer figure {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
}

.template-about-gallery.is-object-layer img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform-origin: center center;
}

.template-about-article.template-about-article-section.has-object-images {
    width: 1080px;
    max-width: 100%;
    height: auto;
    min-height: max(var(--content-boundary-height, 430px), var(--content-object-min-height, 0px));
    max-height: none;
    padding: 18px;
    box-sizing: border-box;
    align-items: start;
    overflow: visible;
    contain: none;
}

.template-about-article.template-about-article-section.has-object-images.is-margin-wide {
    width: 1176px;
}

.template-about-article.template-about-article-section.has-object-images.is-margin-compact {
    width: 860px;
}

.template-about-article.template-about-article-section.has-object-images.is-layout-text-over-image,
.template-about-article.template-about-article-section.has-object-images.is-layout-image-over-text,
.template-about-article.template-about-article-section.has-object-images.is-layout-text-only,
.template-about-article.template-about-article-section.has-object-images.is-layout-image-only {
    width: 760px;
}

.template-about-article.template-about-article-section.has-object-images .template-about-text,
.template-about-article.template-about-article-section.has-object-images .template-about-copy {
    max-height: none;
    overflow: visible;
}

.template-about-article.template-about-article-section.has-object-images .template-about-copy.is-object-copy {
    width: 100%;
    max-width: none;
    margin: 0;
    color: rgba(232, 232, 232, .9);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    white-space: pre-wrap;
    overflow-wrap: normal;
    word-break: normal;
    text-align: left;
    text-align-last: auto;
}

.template-about-article.template-about-article-section.has-object-images .template-about-copy.is-object-copy p {
    margin: 0;
}

.template-about.has-object-page {
    padding-top: clamp(46px, 7vw, 94px);
    padding-bottom: clamp(52px, 7vw, 90px);
}

.template-about-article.public-compose-output.content-compose-editor {
    display: grid;
    position: relative;
    width: 1080px;
    max-width: 100%;
    height: auto;
    min-height: max(var(--content-boundary-height, 430px), var(--content-object-min-height, 0px));
    max-height: none;
    margin: 0 auto;
    padding: 18px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    align-items: start;
    overflow: visible;
    contain: none;
}

.template-about-article.public-compose-output.content-compose-editor.is-margin-wide {
    width: 1176px;
}

.template-about-article.public-compose-output.content-compose-editor.is-margin-compact {
    width: 860px;
}

.template-about-article.public-compose-output.content-compose-editor.is-layout-text-over-image,
.template-about-article.public-compose-output.content-compose-editor.is-layout-image-over-text,
.template-about-article.public-compose-output.content-compose-editor.is-layout-text-only,
.template-about-article.public-compose-output.content-compose-editor.is-layout-image-only {
    width: 760px;
}

.template-about-article.public-compose-output .content-live-copy {
    position: relative;
    z-index: 8;
    width: var(--content-text-width, 500px);
    max-width: var(--content-text-width, 500px);
    max-height: none;
    overflow: visible;
    padding-right: clamp(20px, 2.2vw, 36px);
    box-sizing: border-box;
    transform: translate(var(--content-text-x, 0), var(--content-text-y, 0)) scale(var(--content-text-scale, 1));
    transform-origin: top left;
}

.template-about-article.public-compose-output .content-unified-body {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(232, 232, 232, .9);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    white-space: pre-wrap;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
    text-align: left;
}

.template-about-article.public-compose-output .content-editor-gallery {
    position: absolute;
    inset: 18px;
    display: block;
    width: auto;
    min-height: 0;
    margin: 0;
    pointer-events: none;
    z-index: 4;
}

.template-about-article.public-compose-output [data-image-frame],
.template-about-article.public-compose-output .content-extra-image {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    overflow: hidden;
    box-shadow: none;
}

.template-about-article.public-compose-output [data-image-frame] img,
.template-about-article.public-compose-output .content-extra-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform-origin: center center;
}

.template-about-article.public-compose-output .content-extra-image figcaption,
.template-about-article.public-compose-output .content-image-frame-toolbar,
.template-about-article.public-compose-output .content-image-radio,
.template-about-article.public-compose-output .content-image-remove,
.template-about-article.public-compose-output .content-object-handle {
    display: none !important;
}

/* WYSIWYG parity guard.
   Object pages store image positions in pixels, so the admin editor must use
   the same design width as the public page. Otherwise the saved composition
   cannot match the published composition. */
.content-public-preview-page {
    overflow: visible;
}

.content-public-preview-page .content-live-preview.content-compose-editor {
    width: 1080px;
    max-width: none;
    transform-origin: top left;
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-margin-wide {
    width: 1176px;
    max-width: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-margin-compact {
    width: 860px;
    max-width: none;
}

.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-over-image,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-over-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-only,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-only {
    width: 760px;
    max-width: none;
}

/* ADMIN TYPOGRAPHY GUARD
   One visual scale for every System HaSera admin panel. */
body.is-admin,
body.is-admin input,
body.is-admin textarea,
body.is-admin select,
body.is-admin button {
    font-family: var(--admin-font-family);
}

body.is-admin:not(.is-login) {
    font-size: var(--admin-font-body);
    line-height: var(--admin-line-body);
}

body.is-admin:not(.is-login) main,
body.is-admin:not(.is-login) .admin-header,
body.is-admin:not(.is-login) .admin-card,
body.is-admin:not(.is-login) .studio-header,
body.is-admin:not(.is-login) .studio-card,
body.is-admin:not(.is-login) .module-detail-card,
body.is-admin:not(.is-login) .www-detail-form,
body.is-admin:not(.is-login) .content-unified-editor {
    font-size: var(--admin-font-body);
    line-height: var(--admin-line-body);
}

body.is-admin:not(.is-login) .admin-header h1,
body.is-admin:not(.is-login) .admin-card h1,
body.is-admin:not(.is-login) .studio-header h1 {
    font-size: var(--admin-font-h1);
    line-height: var(--admin-line-heading);
    font-weight: 700;
    letter-spacing: 0;
}

body.is-admin:not(.is-login) .admin-card h2,
body.is-admin:not(.is-login) .section-title h2,
body.is-admin:not(.is-login) .studio-card h2,
body.is-admin:not(.is-login) .module-card-head h2,
body.is-admin:not(.is-login) .content-preview-card h2 {
    font-size: var(--admin-font-h2);
    line-height: var(--admin-line-heading);
    font-weight: 700;
    letter-spacing: 0;
}

body.is-admin:not(.is-login) .admin-card h3,
body.is-admin:not(.is-login) .studio-card h3,
body.is-admin:not(.is-login) .module-card-head h3,
body.is-admin:not(.is-login) .www-folder-card strong,
body.is-admin:not(.is-login) .studio-row-title strong {
    font-size: var(--admin-font-h3);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

body.is-admin:not(.is-login) .admin-header p,
body.is-admin:not(.is-login) .admin-card p,
body.is-admin:not(.is-login) .admin-card li,
body.is-admin:not(.is-login) .admin-card td,
body.is-admin:not(.is-login) .admin-card th,
body.is-admin:not(.is-login) .studio-header p,
body.is-admin:not(.is-login) .studio-row,
body.is-admin:not(.is-login) .www-list-row,
body.is-admin:not(.is-login) .module-list-row,
body.is-admin:not(.is-login) .content-unified-editor textarea,
body.is-admin:not(.is-login) .content-unified-editor input,
body.is-admin:not(.is-login) .content-unified-editor select {
    font-size: var(--admin-font-body);
    line-height: var(--admin-line-body);
    font-weight: 400;
}

body.is-admin:not(.is-login) label,
body.is-admin:not(.is-login) .field-label,
body.is-admin:not(.is-login) .form-label,
body.is-admin:not(.is-login) .module-option-grid label {
    font-size: var(--admin-font-label);
    line-height: 1.25;
    font-weight: 700;
}

body.is-admin:not(.is-login) .field-help,
body.is-admin:not(.is-login) .help,
body.is-admin:not(.is-login) .hint,
body.is-admin:not(.is-login) .muted,
body.is-admin:not(.is-login) .studio-muted,
body.is-admin:not(.is-login) .studio-row-title span,
body.is-admin:not(.is-login) .www-folder-card span,
body.is-admin:not(.is-login) .www-list-head,
body.is-admin:not(.is-login) .studio-table-head,
body.is-admin:not(.is-login) .module-list-head,
body.is-admin:not(.is-login) .module-row-updated {
    font-size: var(--admin-font-small);
    line-height: 1.3;
    font-weight: 400;
}

body.is-admin:not(.is-login) .eyebrow,
body.is-admin:not(.is-login) .status-pill,
body.is-admin:not(.is-login) .service-workbench-links a,
body.is-admin:not(.is-login) .studio-site-tab,
body.is-admin:not(.is-login) .studio-action,
body.is-admin:not(.is-login) .studio-action-main,
body.is-admin:not(.is-login) .module-row-state,
body.is-admin:not(.is-login) .module-row-count,
body.is-admin:not(.is-login) .module-edit-button,
body.is-admin:not(.is-login) .button,
body.is-admin:not(.is-login) button,
body.is-admin:not(.is-login) input[type="submit"] {
    font-size: var(--admin-font-tiny);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0;
}

body.is-admin:not(.is-login) input,
body.is-admin:not(.is-login) textarea,
body.is-admin:not(.is-login) select {
    font-size: var(--admin-font-body);
    line-height: 1.35;
    font-weight: 400;
}

body.is-admin:not(.is-login) .topbar nav .admin-nav-main,
body.is-admin:not(.is-login) .topbar nav .admin-logout-button {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}

/* Final creator parity guard.
   Object pages are hand-composed; old layout modes must not reflow them on the front. */
.template-about-article.public-compose-output.content-compose-editor,
.content-public-preview-page .content-live-preview.content-compose-editor {
    display: block !important;
    position: relative !important;
    width: 1080px !important;
    max-width: none !important;
    height: auto !important;
    min-height: max(var(--content-boundary-height, 430px), var(--content-object-min-height, 0px), var(--content-editor-min-height, 0px)) !important;
    max-height: none !important;
    padding: 18px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    contain: none !important;
}

.template-about-article.public-compose-output.content-compose-editor {
    margin-left: auto !important;
    margin-right: auto !important;
}

.template-about-article.public-compose-output.content-compose-editor.is-margin-wide,
.content-public-preview-page .content-live-preview.content-compose-editor.is-margin-wide {
    width: 1176px !important;
}

.template-about-article.public-compose-output.content-compose-editor.is-margin-compact,
.content-public-preview-page .content-live-preview.content-compose-editor.is-margin-compact {
    width: 860px !important;
}

.template-about-article.public-compose-output.content-compose-editor.is-layout-text-over-image,
.template-about-article.public-compose-output.content-compose-editor.is-layout-image-over-text,
.template-about-article.public-compose-output.content-compose-editor.is-layout-text-only,
.template-about-article.public-compose-output.content-compose-editor.is-layout-image-only,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-over-image,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-over-text,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-text-only,
.content-public-preview-page .content-live-preview.content-compose-editor.is-layout-image-only {
    width: 1080px !important;
}

.template-about-article.public-compose-output.content-compose-editor .content-live-copy,
.content-public-preview-page .content-live-preview.content-compose-editor .content-live-copy {
    display: block !important;
    position: relative !important;
    z-index: 8 !important;
    width: var(--content-text-width, 500px) !important;
    max-width: var(--content-text-width, 500px) !important;
    min-width: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 clamp(20px, 2.2vw, 36px) 0 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    transform: translate(var(--content-text-x, 0), var(--content-text-y, 0)) scale(var(--content-text-scale, 1)) !important;
    transform-origin: top left !important;
}

.template-about-article.public-compose-output.content-compose-editor .content-unified-body,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(232, 232, 232, .9) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    white-space: pre-wrap !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-align: left !important;
    text-align-last: auto !important;
}

.template-about-article.public-compose-output.content-compose-editor .content-unified-body p,
.content-public-preview-page .content-live-preview.content-compose-editor .content-unified-body p {
    margin-top: 0 !important;
    margin-bottom: .55em !important;
}

.template-about-article.public-compose-output.content-compose-editor [data-image-frame],
.template-about-article.public-compose-output.content-compose-editor .content-editor-gallery,
.template-about-article.public-compose-output.content-compose-editor .content-extra-image,
.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame],
.content-public-preview-page .content-live-preview.content-compose-editor .content-editor-gallery,
.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image {
    position: absolute !important;
    display: block !important;
}

.template-about-article.public-compose-output.content-compose-editor .content-editor-gallery,
.content-public-preview-page .content-live-preview.content-compose-editor .content-editor-gallery {
    inset: 18px !important;
    width: auto !important;
    min-height: 0 !important;
    pointer-events: none;
}

.template-about-article.public-compose-output.content-compose-editor [data-image-frame],
.template-about-article.public-compose-output.content-compose-editor .content-extra-image,
.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame],
.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.template-about-article.public-compose-output.content-compose-editor [data-image-frame] img,
.template-about-article.public-compose-output.content-compose-editor .content-extra-image img,
.content-public-preview-page .content-live-preview.content-compose-editor [data-image-frame] img,
.content-public-preview-page .content-live-preview.content-compose-editor .content-extra-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    transform-origin: center center !important;
}
/* Standard creator gallery: six rows per horizontal board, 2.5 mm around every image. */
.template-about-article.template-about-article-section.is-layout-gallery {
    display: block;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
}

.template-gallery-stage {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    grid-template-rows: auto auto;
    column-gap: 10mm;
    row-gap: 10mm;
    align-items: center;
    width: 100%;
    height: auto;
}

.template-gallery-viewport {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
}

.template-gallery-viewport::-webkit-scrollbar {
    display: none;
}

.template-gallery-arrow {
    position: sticky;
    top: calc(50dvh - 36px);
    align-self: start;
    display: grid;
    place-items: center;
    z-index: 8;
    width: 42px;
    height: 72px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(238, 190, 63, 0.72);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.78);
    color: #f0cf7a;
    font: 900 34px/1 Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.template-gallery-arrow.is-prev { grid-column: 1; grid-row: 1; }
.template-gallery-arrow.is-next { grid-column: 3; grid-row: 1; }
.template-gallery-arrow:disabled { opacity: 1; color: rgba(240, 207, 122, 0.5); cursor: default; }

.template-gallery-pages {
    position: static;
    grid-column: 2;
    grid-row: 2;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    max-width: 100%;
    pointer-events: none;
}

.template-gallery-pages span {
    min-width: 18px;
    color: rgba(255, 255, 255, 0.48);
    font: 800 9px/18px Arial, sans-serif;
    text-align: center;
    text-shadow: 0 1px 3px #000;
}

.template-gallery-pages span.is-active { color: #f0cf7a; }

.template-gallery-stage.is-style-b {
    display: block;
    width: 100%;
    height: auto;
}

.template-gallery-masonry {
    display: grid;
    grid-template-columns: repeat(var(--gallery-columns, 3), minmax(0, 1fr));
    align-items: start;
    gap: 5mm;
    width: 100%;
    padding: 10mm;
    box-sizing: border-box;
}

.template-gallery-masonry-column {
    display: flex;
    flex-direction: column;
    gap: 5mm;
    min-width: 0;
}

.template-gallery-masonry-cell {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    break-inside: avoid;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease var(--gallery-reveal-delay, 0ms), transform 0.5s ease var(--gallery-reveal-delay, 0ms);
    cursor: zoom-in;
}

.template-gallery-masonry-cell.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.template-gallery-masonry-cell img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    object-fit: contain;
}

.template-gallery-track {
    display: flex;
    width: 100%;
    min-width: 100%;
    height: auto;
    align-items: flex-start;
}

.template-gallery-board {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(var(--gallery-columns, 3), minmax(0, 1fr));
    grid-template-rows: repeat(var(--gallery-rows, 6), auto);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
}

.template-gallery-cell {
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 2.5mm;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    overflow: hidden;
    cursor: zoom-in;
}

.template-gallery-cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.template-gallery-lightbox[hidden] {
    display: none !important;
}

.template-gallery-lightbox {
    position: fixed;
    top: var(--gallery-lightbox-top, 82px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10mm;
    padding: 10mm;
    box-sizing: border-box;
    background: rgba(8, 8, 8, 0.96);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.template-gallery-lightbox-media {
    grid-column: 2;
    display: grid;
    grid-template-rows: auto auto;
    place-items: center;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
}

.template-gallery-lightbox-media img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - var(--gallery-lightbox-top, 82px) - 26mm);
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    object-position: center;
}

.template-gallery-lightbox-media figcaption {
    min-height: 22px;
    padding-top: 5mm;
    color: #f0cf7a;
    font: 800 11px/1 Arial, sans-serif;
    text-align: center;
}

.template-gallery-lightbox-arrow,
.template-gallery-lightbox-close {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid rgba(238, 190, 63, 0.72);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.84);
    color: #f0cf7a;
    cursor: pointer;
}

.template-gallery-lightbox-arrow {
    position: fixed;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 72px;
    transform: translateY(-50%);
    border-width: 2px;
    background: #090909;
    color: #ffd45c;
    font: 900 36px/1 Arial, sans-serif;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.55), 0 8px 22px rgba(0, 0, 0, 0.65);
}

.template-gallery-lightbox-arrow.is-prev { left: 4mm; }
.template-gallery-lightbox-arrow.is-next { right: 4mm; }

.template-gallery-lightbox-close {
    position: fixed;
    top: calc(var(--gallery-lightbox-top, 82px) + 4mm);
    right: 4mm;
    z-index: 2;
    width: 36px;
    height: 36px;
    font: 700 24px/1 Arial, sans-serif;
}

html.is-gallery-lightbox-open {
    overflow: hidden;
}

/* Standard creator parity: public ABOUT uses the same 1080px composition
   coordinate system as the editor. Text starts at the editor's 18px origin;
   image frames keep their stored pixel geometry instead of entering the
   legacy two-column template. */
.template-about-article.public-compose-output.content-compose-editor .content-live-copy {
    position: absolute !important;
    left: 18px !important;
    top: 18px !important;
}

/* Public output must preserve the complete editor image instead of cropping it. */
.template-about-article.public-compose-output.content-compose-editor [data-image-frame] img,
.template-about-article.public-compose-output.content-compose-editor .content-extra-image img {
    object-fit: contain !important;
}

@media (max-width: 760px) {
    .template-about-article.template-about-article-section.is-layout-gallery {
        height: auto;
        min-height: 0;
    }
    .template-gallery-lightbox {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 5mm;
        padding: 5mm;
    }
    .template-gallery-lightbox-arrow {
        width: 34px;
        height: 60px;
        font-size: 30px;
    }
    .template-gallery-masonry {
        padding: 5mm;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5mm;
    }
}
body.is-admin .topbar nav .admin-nav-main.is-club-active {
  color: #20df67;
  border-color: rgba(32, 223, 103, 0.48);
}

body.is-admin .topbar nav .admin-nav-main.is-club-inactive {
  color: #ef454d;
  border-color: rgba(239, 69, 77, 0.5);
}

body.is-admin .topbar nav a.admin-nav-main.is-club-active::after,
body.is-admin .topbar nav a.admin-nav-main.is-club-inactive::after {
  display: none;
}

/* Album track galleries use one uninterrupted active-cover background from
   the viewport ceiling through the gallery, including beneath the header. */
.is-template-album .topbar,
.is-club-front:has(.club-scene[data-club-scene="playlists"]:not([hidden]) .club-playlist-album) .topbar {
    z-index: 20;
    background: transparent;
    backdrop-filter: none;
}

.is-template-album .album-stage:not(.hml-stage):not(.hmf-stage),
.is-club-front .club-playlist-album {
    overflow: visible;
}

.is-template-album .album-stage:not(.hml-stage):not(.hmf-stage)::before,
.is-template-album .album-stage:not(.hml-stage):not(.hmf-stage)::after,
.is-template-album .album-stage:not(.hml-stage):not(.hmf-stage) .album-backdrop,
.is-club-front .club-playlist-album::before,
.is-club-front .club-playlist-album::after,
.is-club-front .club-playlist-album .album-backdrop {
    top: -220px;
}

/* Public dropdowns are controls, not part of page artwork.  Keep the entire
   header and each opened submenu above every cover, backdrop and module. */
.is-public-shell .topbar {
    z-index: 1000;
    overflow: visible;
}

.is-public-shell .public-menu-item {
    z-index: 1001;
}

.is-public-shell .public-submenu {
    z-index: 1002;
    isolation: isolate;
    background: #11100f;
    border: 1px solid rgba(200, 170, 106, 0.2);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.92);
    opacity: 1;
}

body.is-club-disabled [data-hasera-favorite],
body.is-club-disabled [data-hasera-favorite-track],
body.is-club-disabled [data-hasera-favorites-module],
body.is-club-disabled .hmp-favorite,
body.is-club-disabled .hmt-favorite {
  display: none !important;
}
body.is-admin:not(.is-club-admin) .admin-club-only,
body.is-admin.is-club-admin .admin-standard-only {
    display: none !important;
}

.emitter-player-layer .emitter-hstw {
    --hstw-cover-size: clamp(201px, 22.7vw, 292px);
    --hstw-wave-width: min(452px, 73.2vw);
    --hstw-wave-height: clamp(103px, 12.2vw, 134px);
    position: absolute;
    inset: 0;
    min-height: 100vh;
    padding-top: clamp(115px, 14vh, 160px);
    padding-bottom: clamp(115px, 14vh, 160px);
    background: #080808;
}
.emitter-player-layer .emitter-hstw .hstw-backdrop {
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(18px) saturate(1.08) brightness(.58);
    opacity: 1;
    transform: scale(1.04);
}
.emitter-player-layer .emitter-hstw .hstw-backdrop::after {
    background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.08) 46%, rgba(0,0,0,.52));
}
.emitter-player-layer .emitter-hstw .hstw-shell {
    transform: translateY(2mm);
    transform-origin: center center;
}
.emitter-player-layer .emitter-player-close {
    position: absolute;
    z-index: 4;
    top: clamp(92px, 12vh, 145px);
    right: 2.5vw;
}
.emitter-player-layer .emitter-player-rail {
    position: fixed;
    z-index: 3;
    left: 10mm;
    right: 10mm;
    bottom: 5mm;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: clamp(8px, .75vw, 14px);
    overflow-x: auto;
}
.emitter-player-layer .emitter-player-rail button {
    position: relative;
    flex: 0 0 clamp(64px, 7.2vw, 120px);
    width: clamp(64px, 7.2vw, 120px);
    min-width: 64px;
    height: auto;
    max-height: none;
    aspect-ratio: 1;
    overflow: hidden;
    border: 5px solid transparent;
    transition: border-color 140ms ease, box-shadow 140ms ease;
}
.emitter-player-layer .emitter-player-rail button.is-current {
    border-color: #e2be58;
    box-shadow: 0 0 18px rgba(226,190,88,.82), inset 0 0 0 1px rgba(0,0,0,.8);
}
.emitter-rail-heart {
    position: absolute;
    left: 5%;
    right: auto;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 41%;
    height: 41%;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,.88);
    font: 900 39px/1 Arial,sans-serif;
    text-shadow: 0 2px 8px rgba(0,0,0,.9);
    transform: translateY(-50%);
    cursor: pointer;
}
.emitter-rail-heart svg{display:block;width:100%;height:100%;fill:currentColor;stroke:none}
.emitter-rail-heart.is-favorite {color:#e21e2b;opacity:1}
.emitter-rail-heart.is-playlisted {color:#2789ff;opacity:1}
.emitter-mini-weflon {
    position: absolute;
    right: 7px;
    top: 37px;
    z-index: 4;
    display: none;
    align-items: end;
    gap: 2px;
    width: 24px;
    height: 22px;
    padding: 2px;
    background: rgba(0,0,0,.52);
}
.emitter-player-rail button.is-current .emitter-mini-weflon {display:flex}
.emitter-mini-weflon i {display:block;flex:1;height:28%;background:#fff;animation:emitter-mini-wave .62s ease-in-out infinite alternate;transform-origin:bottom}
.emitter-mini-weflon i:nth-child(2){animation-delay:-.36s}.emitter-mini-weflon i:nth-child(3){animation-delay:-.15s}.emitter-mini-weflon i:nth-child(4){animation-delay:-.48s}
@keyframes emitter-mini-wave {0%{height:24%}45%{height:100%}100%{height:48%}}

@media (max-width: 900px) {
    .emitter-player-layer .emitter-hstw {
        --hstw-cover-size:min(78vw,310px);
        --hstw-wave-width:min(82vw,410px);
        --hstw-wave-height:clamp(92px,25vw,128px);
        padding-top:110px;
        padding-bottom:142px;
    }
    .emitter-player-layer .emitter-hstw .hstw-shell {
        transform:translateY(7mm);
        transform-origin:center center;
    }
    .emitter-player-layer .emitter-player-rail {left:5mm;right:5mm;bottom:5mm;justify-content:safe center}
    .emitter-player-layer .emitter-player-rail button {flex:0 0 99px;width:99px;min-width:99px;max-height:none}
    .emitter-rail-heart{
        left:5%;
        right:auto;
        top:50%;
        z-index:8;
        display:grid!important;
        width:41%;
        height:41%;
        border-radius:0;
        background:transparent;
        color:rgba(255,255,255,.88);
        font-size:43px;
        line-height:1;
        filter:drop-shadow(0 2px 4px rgba(0,0,0,.95));
    }
    .emitter-rail-heart svg{width:100%;height:100%}
    .emitter-rail-heart.is-favorite{color:#e21e2b}.emitter-rail-heart.is-playlisted{color:#2789ff}
    .emitter-mini-weflon{top:41px}
    .emitter-player-layer .emitter-player-close{display:none}
}

@media (max-width: 900px) {
    .is-www-index-shell .www-index-emitter.is-emitter-module-active,
    .is-template-shell .www-index-emitter.is-emitter-module-active {
        width: max(var(--emitter-mobile-size, 70vw), 64.4vh);
    }
}

/* Public social controls: 2x size, optically centered on the menu text axis. */
.is-public-shell .public-social a,
.is-public-shell .public-social svg,
.is-template-shell .public-social a,
.is-template-shell .public-social svg,
.is-www-index-shell .public-social a,
.is-www-index-shell .public-social svg {
    width: 23.1px;
    height: 23.1px;
}

.is-template-shell .public-social,
.is-www-index-shell .public-social {
    top: 84.45px;
}

@media (max-height: 800px) and (min-width: 901px) {
    .is-template-shell .public-social,
    .is-www-index-shell .public-social {
        top: 45.45px;
    }
}

@media (max-height: 650px) and (min-width: 901px) {
    .is-template-shell .public-social,
    .is-www-index-shell .public-social {
        top: 38.45px;
    }
}
.dashboard-statistics-launch{display:grid;grid-template-columns:1fr auto;align-items:center;gap:25px;color:inherit;text-decoration:none;border-color:#5d4c1c;background:linear-gradient(120deg,#1b170d,#121212)}
.dashboard-statistics-launch h2{margin:5px 0}.dashboard-statistics-launch p{margin:0}.dashboard-statistics-mini{display:flex;align-items:center;gap:24px}.dashboard-statistics-mini span{color:#999;font-size:12px}.dashboard-statistics-mini b{display:block;color:#fff;font-size:21px}.dashboard-statistics-mini strong{color:#dabb61;font-size:12px}
@media(max-width:900px){.dashboard-statistics-launch{grid-template-columns:1fr}.dashboard-statistics-mini{flex-wrap:wrap}}
