:root {
    --series-night: #102f26;
    --series-soft: #194438;
    --series-paper: #eeeae0;
    --series-cream: #fbf8f0;
    --series-coral: #d97861;
    --series-gold: #d1b06f;
    --series-line: rgba(18,42,34,.18);
}

body.series-museum {
    color: var(--series-night);
    background: var(--series-paper);
}

.series-museum-page {
    min-height: calc(100svh - 72px);
}

.series-museum-breadcrumbs {
    min-height: 46px;
    padding: 0 clamp(24px,5vw,82px);
    display: flex;
    align-items: center;
    gap: 9px;
    color: #718079;
    border-bottom: 1px solid var(--series-line);
    background: var(--series-cream);
    font-size: .62rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.series-museum-breadcrumbs strong { color: var(--series-night); font-weight: 650; }
.series-museum-breadcrumbs a:hover { color: #a9503e; }

.series-hero-topline {
    min-height: 54px;
    padding: 11px clamp(24px,5vw,82px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: var(--series-soft);
}

.series-backline {
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,.67);
    font-size: .64rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.series-detail {
    position: relative;
    margin: 0 0 38px;
    padding: 10px clamp(24px,5vw,82px) 30px;
    display: block;
    overflow: hidden;
    color: var(--series-cream);
    border: 0;
    background: var(--series-soft);
}

.series-detail::after {
    content: attr(data-year);
    position: absolute;
    right: 10px;
    bottom: 0;
    display: flex;
    height: .72em;
    align-items: flex-end;
    color: rgba(255,255,255,.035);
    font: 700 7.5rem/.72 Georgia, serif;
    white-space: nowrap;
    pointer-events: none;
}

.series-detail-text { position: relative; z-index: 1; }
.series-museum-kicker { margin: 0 0 11px; color: #e49a87; font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.series-title-row { align-items: flex-start; }
.series-greenbook-action {
    min-height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #173d31 !important;
    background: #dce9ba;
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .035em;
    text-decoration: none;
    white-space: nowrap;
}
.series-greenbook-action:hover { background: #eef5d6; transform: translateY(-1px); }
.series-greenbook-action span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #dce9ba; background: #1b5944; }
.series-price-editor-button {
    border-color: rgba(228,154,135,.65);
    background: rgba(228,154,135,.14);
    color: #ffe8df;
    font-family: Georgia, serif;
}
.series-price-editor-button:hover { border-color: #e49a87; background: #e49a87; color: #18231d; }
.series-title-row h1 {
    max-width: 900px;
    margin: 0 0 16px;
    color: var(--series-cream);
    font: 600 clamp(1.9rem,3.2vw,3.4rem)/.96 Georgia, "Times New Roman", serif;
    letter-spacing: -.045em;
}

#series-price-editor-modal .series-price-editor-dialog {
    width: min(1320px, calc(100vw - 28px));
    max-height: min(860px, calc(100svh - 28px));
    border-radius: 10px;
}
#series-price-editor-modal .frontend-dialog-head {
    padding: 10px 14px 8px;
    color: var(--series-cream);
    background: var(--series-night);
}
#series-price-editor-modal .frontend-dialog-head h2 { margin: 0; font-size: 1.05rem; }
#series-price-editor-modal .frontend-dialog-head p { margin-top: 2px; color: rgba(255,255,255,.68); font-size: .7rem; }
#series-price-editor-modal .frontend-modal-close { color: var(--series-cream); }
#series-price-editor-modal .series-price-editor-body {
    display: block;
    padding: 8px 10px;
    color: #26382e !important;
    background: #ffffff;
}
#series-price-editor-modal .series-price-editor-body p,
#series-price-editor-modal .series-price-editor-body span,
#series-price-editor-modal .series-price-editor-body strong,
#series-price-editor-modal .series-price-editor-body label,
#series-price-editor-modal .series-price-editor-body h3 { color: #26382e; }
#series-price-editor-modal .series-price-editor-table tbody th,
#series-price-editor-modal .series-price-editor-table tbody td { color: #26382e; background-color: #ffffff; }
#series-price-editor-modal .series-price-editor-table .series-price-variant-row th,
#series-price-editor-modal .series-price-editor-table .series-price-variant-row td { background-color: #f3f5f2; }
#series-price-editor-modal input,
#series-price-editor-modal select,
#series-price-editor-modal textarea { color: #18271f !important; background: #ffffff !important; }
#series-price-editor-modal input::placeholder { color: #77827b; }
.series-price-editor-success { margin: 0 0 7px; padding: 6px 9px; font-size: .72rem; }
.series-price-editor-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); gap: 10px; min-height: 0; }
.series-price-editor-table-wrap { min-width: 0; max-height: calc(100svh - 156px); overflow-x: scroll; overflow-y: auto; border: 1px solid #ccd3cd; scrollbar-gutter: stable; }
.series-price-editor-group-title { margin:18px 10px 8px; font:600 1rem/1.2 Georgia,serif; }
.series-price-editor-group-title:first-child { margin-top:10px; }
.series-price-editor-legacy-table { display: none; }
.series-price-editor-matrix { display:table; }
.series-price-editor-blocks { display:grid; gap:12px; padding:10px; }
.series-price-editor-block { border:1px solid #cbd3cd; background:#fff; }
.series-price-editor-block > h3 { margin:0; padding:8px 10px; display:flex; align-items:center; justify-content:space-between; color:#f8f1df!important; background:#26352d; font-size:.78rem; }
.series-price-editor-block > h3 span { min-width:25px; padding:2px 6px; color:#26352d!important; background:#f0e3c6; text-align:center; }
.series-price-editor-block.is-variant > h3 { background:#405b4b; }
.series-price-editor-block.is-error > h3 { background:#874f42; }
.series-price-editor-block-table { width:100%; border-collapse:collapse; font-size:.65rem; }
.series-price-editor-block-table th,.series-price-editor-block-table td { padding:5px 7px; border:1px solid #d9ded9; }
.series-price-editor-block-table thead th { position:sticky; top:0; z-index:1; color:#f8f1df!important; background:#34483c; text-align:center; }
.series-price-editor-block-table thead th:first-child { text-align:left; }
.series-price-editor-block-table tbody th { min-width:210px; text-align:left; }
.series-price-editor-block-table tbody th span,.series-price-editor-block-table tbody th em,.series-price-editor-block-table tbody th strong,.series-price-editor-block-table tbody th small { display:block; }
.series-price-editor-block-table tbody th span { color:#66786d!important; font-size:.55rem; }
.series-price-editor-block-table tbody th em { margin-top:2px; color:#8a5b42!important; font-size:.62rem; font-style:normal; font-weight:800; }
.series-price-editor-block-table tbody th strong { margin-top:1px; color:#26382e!important; font-size:.7rem; }
.series-price-editor-block-table tbody th small { margin-top:2px; color:#718078!important; font-size:.54rem; font-weight:500; }
.series-price-editor-block-table td { min-width:92px; text-align:center; }
.series-price-editor-block-table td input { width:78px; }
.series-price-editor-block-table td small { display:block; margin-top:2px; color:#718078!important; font-size:.52rem; white-space:nowrap; }
.series-price-editor-matrix { --matrix-number-width: 58px; --matrix-value-width: 62px; --matrix-title-width: 118px; width: max-content; min-width: 100%; margin: 0; font-size: .62rem; }
.series-price-editor-matrix thead tr:first-child th:nth-child(1),
.series-price-editor-matrix tbody tr:not(.series-total-row) td:nth-child(1) { width: 58px; min-width: 58px; max-width: 58px; }
.series-price-editor-matrix thead tr:first-child th:nth-child(2),
.series-price-editor-matrix tbody tr:not(.series-total-row) td:nth-child(2) { width: 62px; min-width: 62px; max-width: 62px; }
.series-price-editor-matrix thead tr:first-child th:nth-child(n+4),
.series-price-editor-matrix tbody tr:not(.series-total-row) td:nth-child(n+4) { position: static !important; }
.series-price-editor-matrix tbody td.price-cell.matrix-tone-0 { background: rgba(246,246,240,.72) !important; }
.series-price-editor-matrix tbody td.price-cell.matrix-tone-1 { background: rgba(224,235,228,.62) !important; }
.series-price-editor-matrix .matrix-editor-input { width: 66px; min-width: 66px; height: 27px; padding: 2px 4px; text-align: right; }
.series-price-editor-matrix .series-price-cell-mbk { display: block; margin-top: 2px; color: #52705d; font-size: .52rem; font-weight: 700; white-space: nowrap; }
.series-price-editor-matrix .matrix-editor-na { color: #aab2ac; }
.series-price-editor-matrix tbody tr { height: auto !important; }
.series-price-editor-matrix tbody td { padding-top: 3px !important; padding-bottom: 3px !important; vertical-align: top; }
.series-price-editor-table { width: 100%; border-collapse: collapse; font-size: .68rem; line-height: 1.15; }
.series-price-editor-table th,
.series-price-editor-table td { padding: 4px 5px; border: 1px solid #d7ddd8; vertical-align: middle; }
.series-price-editor-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    color: #f8f1df;
    background: #26352d;
    text-align: center;
    white-space: nowrap;
}
.series-price-editor-table tbody th { text-align: left; font-weight: 500; }
.series-price-item-column { width: 17%; min-width: 105px; }
.series-price-mbk-column { width: 30%; min-width: 205px; }
.series-price-item-code { display: inline-block; min-width: 56px; margin-right: 3px; color: #68766d; font-size: .6rem; font-weight: 800; }
.series-price-item-code + strong { font-size: .68rem; font-weight: 750; }
.series-price-variant-row th { padding-left: 20px; }
.series-price-variant-row { background: #f3f5f2; }
.series-price-variant-row .series-price-item-code { color: #94704f; }
.series-price-point-input {
    width: 76px;
    min-width: 0;
    height: 27px;
    padding: 3px 5px;
    border: 1px solid #aeb9b1;
    border-radius: 4px;
    font-size: .7rem;
    text-align: right;
}
.series-price-point-input:focus { border-color: #c97761; outline: 2px solid rgba(201,119,97,.2); }
.series-price-mbk-reference { color: #33463a; }
.series-price-mbk-column,
.series-price-mbk-reference,
.series-price-mbk-reference-spacer { display: none; }
.series-price-mbk-chip { display: inline-block; margin: 1px 3px 1px 0; padding: 3px 5px; border-radius: 4px; background: #e6efe4; white-space: nowrap; }
.series-price-mbk-chip b { color: #265c3e; }
.series-price-mbk-empty { color: #a7afa9; }
.series-price-mbk-subrow th,
.series-price-mbk-subrow td { padding-top: 2px; padding-bottom: 4px; color: #405448 !important; background: #eef4ec !important; border-top: 0; font-size: .59rem; }
.series-price-mbk-subrow th { padding-left: 18px; color: #718078 !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: .04em; }
.series-price-mbk-variant-subrow th,
.series-price-mbk-variant-subrow td { background: #e8eee7 !important; }
.series-price-mbk-subrow .series-price-mbk-chip { display: block; width: max-content; max-width: 100%; margin: 1px 0; padding: 2px 4px; overflow: hidden; text-overflow: ellipsis; }
.series-price-conversion-panel {
    align-self: start;
    max-height: calc(100svh - 156px);
    overflow: auto;
    padding: 10px;
    border: 1px solid #c8d0ca;
    background: #f4f1e8;
}
.series-price-conversion-panel > h3,
.series-price-status-panel h3 { margin: 0 0 5px; color: #23372d; font-size: .8rem; }
.series-price-panel-note { margin: 0 0 9px; color: #6b756e; font-size: .64rem; line-height: 1.35; }
.series-price-conversion-list { display: grid; gap: 5px; }
.series-price-conversion-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px 88px;
    gap: 5px;
    align-items: center;
    padding: 6px;
    border: 1px solid #d4d8d2;
    background: #fff;
}
.series-price-conversion-row strong { display: block; color: #2f4538; font-size: .68rem; }
.series-price-conversion-row small { display: block; margin-top: 1px; color: #7b837d; font-size: .57rem; }
.series-price-conversion-row label { display: flex; align-items: center; gap: 2px; font-size: .65rem; }
.series-price-conversion-row input { width: 54px; height: 29px; padding: 3px 4px; text-align: right; }
.series-price-conversion-row button { min-height: 29px; padding: 4px 6px; font-size: .61rem; }
.series-price-conversion-status { min-height: 30px; margin: 7px 0; padding: 6px 7px; color: #365943; background: #e2ece1; font-size: .62rem; line-height: 1.35; }
.series-price-status-panel { margin-top: 8px; }
.series-price-mbk-status-panel { margin-top: 12px; padding-top: 9px; border-top: 2px solid #c7d0c8; }
.series-price-status-panel table { width: 100%; border-collapse: collapse; font-size: .64rem; }
.series-price-status-panel th,
.series-price-status-panel td { padding: 5px; border: 1px solid #ced5cf; text-align: right; }
.series-price-status-panel thead th { color: #f7f1e4; background: #31473a; }
.series-price-status-panel tbody th { color: #405448; background: #e8ece7; text-align: left; }
.series-price-status-panel td { font-variant-numeric: tabular-nums; font-weight: 800; background: #fff; }
#series-price-editor-modal .frontend-dialog-actions { gap: 7px; padding: 8px 12px; }
#series-price-editor-modal .frontend-dialog-actions .button,
#series-price-editor-modal .frontend-dialog-actions button { min-height: 32px; padding: 6px 11px; font-size: .72rem; }

@media (max-width: 720px) {
    #series-price-editor-modal { padding: 6px; }
    #series-price-editor-modal .series-price-editor-dialog { width: 100%; max-height: calc(100svh - 12px); }
    .series-price-editor-table { font-size: .62rem; }
    .series-price-editor-layout { display: block; }
    .series-price-editor-table-wrap { max-height: 52svh; }
    .series-price-conversion-panel { max-height: none; margin-top: 8px; }
    .series-price-item-column { min-width: 105px; }
    .series-price-mbk-column { min-width: 220px; }
    .series-price-point-input { width: 62px; }
}

.series-detail-text > dl {
    max-width: 520px;
    grid-template-columns: 95px 1fr;
    gap: 7px 14px;
    color: rgba(255,255,255,.82);
    font-size: .74rem;
}

.series-detail-text > dl dt { color: rgba(255,255,255,.45); text-transform: uppercase; font-size: .58rem; letter-spacing: .08em; }
.series-editorial {
    --series-side-height: 300px;
    position: relative;
    z-index: 1;
    margin-top: 22px;
    padding-top: 22px;
    display: grid;
    grid-template-columns: minmax(0,1.8fr) minmax(300px,1.2fr) minmax(220px,.9fr);
    align-items: start;
    gap: clamp(20px,2vw,32px);
    border-top: 1px solid rgba(255,255,255,.13);
    background: transparent;
}

.series-editorial.without-features,
.series-editorial.without-description { grid-template-columns: minmax(0,3fr) minmax(220px,1fr); }
.series-editorial > .series-editorial-side { display: contents; }
.series-editorial-copy { min-width: 0; grid-column: 1; grid-row: 1; }
.series-editorial .series-feature-strip { min-width: 0; grid-column: 2; grid-row: 1; }
.series-editorial .series-facts { min-width: 0; grid-column: 3; grid-row: 1; }
.series-editorial.without-features .series-facts { grid-column: 2; }
.series-editorial.without-description .series-feature-strip { grid-column: 1; }
.series-editorial.without-description .series-facts { grid-column: 2; }
.series-editorial.has-wide-description { display: block; }
.series-editorial.has-wide-description .series-editorial-copy { width: 100%; }
.series-editorial.has-wide-description .series-facts { display: none; }
.series-editorial.has-wide-description .series-feature-strip {
    float: right;
    width: min(420px,35%);
    margin: 0 0 24px 32px;
}
.series-editorial.has-wide-description .series-description-box.is-collapsible {
    max-height: none;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
}
.series-editorial.has-wide-description .series-description-toggle { display: none !important; }
.series-editorial.has-wide-description .type-table-wrap { clear: both; }

.series-museum .series-description-box {
    display: block;
    position: relative;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    color: rgba(255,255,255,.76);
    background: transparent;
    background-image: none;
    box-shadow: none;
}

.series-museum .series-description-box.is-collapsible {
    max-height: 18em;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom,#000 88%,transparent 100%);
    mask-image: linear-gradient(to bottom,#000 88%,transparent 100%);
}
.series-museum .series-description-box.is-collapsible.is-expanded { max-height: none; -webkit-mask-image: none; mask-image: none; }
.series-description-box .rich-text-external-link,
.series-curiosities-card .rich-text-external-link {
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin:4px 2px;
    padding:7px 11px;
    border:1px solid rgba(25,73,57,.28);
    border-radius:3px;
    color:#fff;
    background:var(--series-soft);
    font-size:.68rem;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    vertical-align:middle;
}
.series-description-box .rich-text-external-link:hover,
.series-curiosities-card .rich-text-external-link:hover { color:#fff; background:var(--series-night); text-decoration:none; }
.series-description-box .rich-text-external-link span,
.series-curiosities-card .rich-text-external-link span { font-size:.8rem; }

.series-museum .series-description-box,
.series-museum .series-description-box p,
.series-museum .series-description-box li,
.series-museum .series-description-box div,
.series-museum .series-description-box h2,
.series-museum .series-description-box h3,
.series-museum .series-description-box h4 {
    color: rgba(255,255,255,.76);
}

.series-museum .series-description-box a { color: var(--series-gold); }
.series-description-box .type-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 22px 0 4px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid color-mix(in srgb,currentColor 20%,transparent);
    border-radius: 4px;
    color: inherit;
    background: transparent;
    scrollbar-color: currentColor transparent;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
}
.series-description-box .type-table-wrap::-webkit-scrollbar { height: 9px; }
.series-description-box .type-table-wrap::-webkit-scrollbar-track { background: transparent; }
.series-description-box .type-table-wrap::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: currentColor;
    background-clip: padding-box;
}
.series-description-box .type-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
}
.series-description-box .type-table th,
.series-description-box .type-table td {
    padding: 13px 15px;
    border-right: 1px solid color-mix(in srgb,currentColor 18%,transparent);
    border-bottom: 1px solid color-mix(in srgb,currentColor 18%,transparent);
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: left;
    vertical-align: top;
}
.series-description-box .type-table th:last-child,
.series-description-box .type-table td:last-child { border-right: 0; }
.series-description-box .type-table tbody tr:last-child td { border-bottom: 0; }
.series-description-box .type-table th {
    font-weight: 700;
}
.series-description-box .type-table th:first-child { width: 19%; }
.series-description-box .type-table .type-subtitle {
    display: block;
    margin-top: 6px;
    color: inherit;
    font: inherit;
    font-weight: 400;
    opacity: .72;
}
.series-description-box .type-table .type-ii {
    width: 22%;
    color: inherit;
    background: transparent;
    vertical-align: middle;
}
@media (max-width: 760px) {
    .series-editorial.has-wide-description .series-feature-strip {
        float: none;
        width: 100%;
        margin: 0 0 22px;
    }
    .series-description-box .type-table-wrap {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }
    .series-description-box .type-table {
        width: 760px;
        min-width: 760px;
        max-width: none;
    }
    .series-description-box .type-table-wrap::before {
        content: "← Vízszintesen görgethető →";
        position: sticky;
        left: 0;
        display: block;
        width: max-content;
        padding: 7px 10px 3px;
        color: inherit;
        font: inherit;
        font-size: .72em;
        opacity: .72;
    }
}
.series-description-toggle {
    margin-top: 13px;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid rgba(209,176,111,.45);
    color: var(--series-gold);
    background: transparent;
    font-family: inherit;
    font-size: .67rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}
.series-description-toggle span { margin-left: 5px; }
.series-description-toggle[hidden] { display:none; }

.series-description-continuation {
    min-width: 0;
    margin-top: 4px;
    padding-top: 22px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,.13);
}
.series-description-continuation-body {
    column-count: 2;
    column-gap: clamp(32px,4vw,68px);
    column-rule: 1px solid rgba(255,255,255,.1);
}
.series-description-continuation-body > * { break-inside: avoid-column; }
.series-description-continuation .series-description-toggle { display: block; margin-top: 20px; }

.series-feature-strip {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
}

.series-hero-topline .series-page-navigation {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.series-hero-topline .series-page-navigation a {
    min-width: 0;
    max-width: 190px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: center;
    color: var(--series-cream);
    text-decoration: none;
}
.series-hero-topline .series-page-navigation a.is-next { grid-template-columns: 1fr auto; text-align: right; }
.series-hero-topline .series-page-navigation small { color: rgba(255,255,255,.48); font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; }
.series-hero-topline .series-page-navigation strong { overflow: hidden; font-size: .7rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.series-hero-topline .series-page-navigation span { grid-row: 1 / 3; }
.series-hero-topline .series-page-navigation .is-next span { grid-column: 2; }
.series-hero-topline .series-page-navigation a:hover strong { color: var(--series-gold); }
.series-nav-icon svg { width:28px; height:28px; display:block; fill:rgba(255,255,255,.025); stroke:rgba(255,255,255,.72); stroke-width:1.35; stroke-linecap:round; stroke-linejoin:round; transition:.18s ease; }
.series-hero-topline .series-page-navigation a:hover .series-nav-icon svg { fill:rgba(209,176,111,.13); stroke:var(--series-gold); transform:scale(1.05); }

.series-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(220px,100%),1fr));
    gap: 22px;
}

.series-feature-card {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.series-feature-card figcaption { max-width:280px; margin:0 auto; padding: 10px 0 0; color: rgba(255,255,255,.68); font-size: .66rem; line-height: 1.45; text-align:center; }
.series-editorial .series-feature-image img { border-radius: 0; background: transparent; }
.series-editorial .series-feature-image img { width:100%; height:var(--series-side-height); object-fit:contain; }
.series-editorial .series-feature-image { display:flex; justify-content:center; }
.series-editorial .series-feature-image img { width:100%; height:var(--series-side-height); max-height:none; object-fit:contain; object-position:center bottom; }
.series-editorial .series-feature-video {
    width: min(100%,400px);
    height: auto;
    max-height: var(--series-side-height);
    margin-left: auto;
    aspect-ratio: 4 / 3;
}
.series-editorial .series-feature-video .external-media-placeholder,
.series-editorial .series-feature-video iframe { width:100%; height:100%; }

.series-facts {
    min-height: var(--series-side-height);
    padding: 20px;
    color: #183a30;
    background: #b9cec0;
    border-left: 3px solid rgba(16,47,38,.32);
    box-shadow: 0 12px 28px rgba(5,29,22,.16);
}
.series-facts h2 {
    margin: 0 0 16px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(16,47,38,.2);
    color: #183a30;
    font: 700 .78rem/1 Georgia,serif;
    letter-spacing: .02em;
}
.series-facts dl {
    margin: 0;
    display: grid;
    grid-template-columns: 82px minmax(0,1fr);
    gap: 9px 12px;
}
.series-facts dt {
    color: rgba(16,47,38,.62);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.series-facts dd { margin:0; font-size:.69rem; font-weight:650; line-height:1.4; overflow-wrap:anywhere; }

.series-museum-page > .home-section,
.series-museum-page > .series-price-section {
    margin: 0;
    padding: 0 clamp(24px,5vw,82px) 42px;
}

.series-museum-page > .series-stamp-section { padding-bottom:8px; }
.series-stamp-section .series-stamp-grid { margin-top:10px; }

.series-museum-page .section-head {
    padding: 19px 0 15px;
    border-bottom: 1px solid var(--series-line);
}

.series-museum-page .section-head h2,
.series-price-section h2 {
    font: 600 clamp(1.8rem,3vw,2.6rem)/1 Georgia, serif;
    letter-spacing: -.035em;
}

.series-stamp-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    border-left: 1px solid var(--series-line);
}

.series-stamp-card {
    position: relative;
    min-width: 0;
    min-height: 285px;
    padding: 16px;
    gap: 7px;
    border: 0;
    border-right: 1px solid var(--series-line);
    border-bottom: 1px solid var(--series-line);
    border-radius: 0;
    background: rgba(255,255,255,.16);
    transition: background .18s ease, transform .18s ease;
}
.series-card-edit-button { position:absolute; top:7px; right:7px; z-index:3; width:30px; height:30px; font-size:15px; }
.series-variant-add-dialog { width:min(1120px,96vw); height:min(720px,94vh); padding:0; overflow:hidden; border:1px solid var(--series-gold); border-radius:0; background:#eeeae0; }
.series-variant-add-dialog::backdrop { background:rgba(7,29,22,.72); backdrop-filter:blur(3px); }
.series-variant-add-dialog iframe { width:100%; height:100%; border:0; }
.series-variant-add-dialog > .frontend-modal-close { position:absolute; top:8px; right:10px; z-index:2; }
.series-stamp-card:has(.series-card-edit-button) h3 { padding-right:34px; }

.series-stamp-card:hover { z-index: 1; background: var(--series-cream); transform: translateY(-2px); }
.series-stamp-card h3 { min-height: 30px; font: 600 1.2rem/1.05 Georgia, serif; }
.series-stamp-card h3, .series-stamp-card h3 a { min-width:0; overflow-wrap:anywhere; }
.series-stamp-card-body { grid-template-columns: minmax(0,1fr) 118px; gap: 10px; }
.series-stamp-card dl { grid-template-columns: 75px minmax(0,1fr); gap: 5px 7px; font-size: .65rem; }
.series-stamp-card dl dt { color: #718079; }
.series-stamp-card dl dd { min-width:0; overflow-wrap:anywhere; }
.series-stamp-card .series-card-list-summary {
    color: #315e4d;
    font-weight: 800;
    white-space: nowrap;
}

.series-stamp-card .series-card-list-summary.is-empty {
    color: #7c8781;
    font-weight: 500;
    white-space: normal;
}

.series-stamp-card-image img { width: 118px; height: 150px; filter: drop-shadow(0 10px 7px rgba(0,0,0,.2)); }

.is-single-stamp-series .series-stamp-grid { grid-template-columns: minmax(0,1fr); }
.is-single-stamp-series .series-stamp-card {
    min-height: 0;
    padding: clamp(18px,3vw,34px);
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    column-gap: clamp(24px,5vw,70px);
}
.is-single-stamp-series .series-stamp-card:hover { transform: none; }
.is-single-stamp-series .series-stamp-card h3 {
    grid-column: 1 / -1;
    min-height: 0;
    margin-bottom: 8px;
    font-size: clamp(1.45rem,2.5vw,2.15rem);
}
.is-single-stamp-series .series-stamp-card-body {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px,360px) minmax(0,1fr);
    gap: clamp(24px,5vw,72px);
    align-items: center;
}
.is-single-stamp-series .series-stamp-card-body > dl {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(105px,auto) minmax(0,1fr);
    gap: 9px 18px;
    font-size: .78rem;
}
.is-single-stamp-series .series-stamp-card-media {
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
}
.is-single-stamp-series .series-stamp-card-image img {
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
}
.series-single-stamp-link { grid-column: 1 / -1; margin: 16px 0 0; text-align: right; }
.series-single-stamp-link .button { display: inline-flex; align-items: center; gap: 10px; }
.series-single-stamp-prices {
    grid-column: 1 / -1;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--series-line);
}
.series-single-stamp-prices h4 {
    margin: 0 0 11px;
    color: #6b7872;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.series-single-stamp-price-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
    gap: 1px;
    background: var(--series-line);
}
.series-single-stamp-price { padding: 9px 12px 10px; background: var(--series-cream); }
.series-single-stamp-price > span { color: #66756e; font-size: .63rem; }
.series-single-stamp-price > span b { margin-right: 7px; color: var(--series-coral); font-weight: 900; }
.series-single-stamp-price p { margin: 3px 0 0; display: flex; align-items: baseline; gap: 9px; }
.series-single-stamp-price p strong { font: 700 1rem/1.2 Georgia,serif; }
.series-single-stamp-price p small { color: #68766f; font-size: .62rem; }

.series-promo-card {
    min-width:0;
    min-height:285px;
    padding:18px;
    display:grid;
    grid-template-rows:auto 1fr auto;
    gap:15px;
    overflow:hidden;
    border-right:1px solid var(--series-line);
    border-bottom:1px solid var(--series-line);
    color:var(--series-night);
    background:#dedbcf;
    transition:transform .18s ease,filter .18s ease;
}
.series-stamp-grid .series-promo-card { display:none; }
.series-stamp-grid .series-promo-card[hidden] { display:none!important; }
.series-promo-fill-4-1 .series-promo-card.promo-index-1,
.series-promo-fill-4-2 .series-promo-card.promo-index-1,
.series-promo-fill-4-2 .series-promo-card.promo-index-2,
.series-promo-fill-4-3 .series-promo-card { display:grid; }
.series-promo-card:hover { color:var(--series-night); transform:translateY(-2px); filter:brightness(1.025); }
.series-promo-card.is-forest { color:#fff; background:#17483b; }
.series-promo-card.is-forest:hover { color:#fff; }
.series-promo-card.is-clay { color:#fff; background:#b96250; }
.series-promo-card.is-clay:hover { color:#fff; }
.series-promo-card.is-gold { background:#d3b46f; }
.series-promo-icon { width:58px; height:58px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; opacity:.95; }
.series-promo-icon svg { width:34px; height:34px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.series-promo-copy { align-self:end; display:grid; gap:7px; }
.series-promo-copy small { font-size:.55rem; font-weight:850; letter-spacing:.13em; text-transform:uppercase; opacity:.7; }
.series-promo-copy strong { font:600 1.45rem/1 Georgia,serif; letter-spacing:-.025em; }
.series-promo-copy > span { max-width:27em; font-size:.65rem; line-height:1.45; opacity:.78; }
.series-promo-link { padding-top:10px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid currentColor; font-size:.58rem; font-weight:850; letter-spacing:.04em; text-transform:uppercase; }
.series-promo-link i { font:400 1rem/1 Georgia,serif; }

.series-curiosities-section { margin: 34px 0 0; }
.series-curiosities-card {
    padding: 26px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    border: 1px solid #dfa9a3;
    color: #402b2b;
    background: #f3ceca;
}
.series-curiosities-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: #8e403b;
    font: 600 2rem/1 Georgia, serif;
}
.series-curiosities-card p { margin: 0 0 7px; color: #8e403b; font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.series-curiosities-card h2 { margin: 0 0 14px; color: #342525; font: 600 1.5rem/1.15 Georgia, serif; }
.series-curiosities-card .rich-text-content { color: #4b3434; font-size: .76rem; line-height: 1.65; }
.series-curiosities-card .rich-text-content > :first-child { margin-top: 0; }
.series-curiosities-card .rich-text-content > :last-child { margin-bottom: 0; }
@media (max-width:640px) { .series-curiosities-card { grid-template-columns:1fr; } }

.series-museum .series-card-user-lists {
    width: 100%;
    margin-top: 9px;
}

.series-stamp-card-list-block {
    margin: auto -16px -16px;
    padding: 8px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(25, 73, 57, .22);
    background: rgba(223, 227, 218, .52);
}
.series-stamp-card-list-block dl {
    width: 100%;
    min-width: 0;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, .9fr) minmax(0, .7fr);
    gap: 8px;
}
.series-stamp-card-list-block dl dt {
    overflow: hidden;
    color: #718079;
    font-size: .53rem;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.series-stamp-card-list-block dl dd {
    grid-row: 2;
    margin: 0;
    overflow: hidden;
    font-size: .58rem;
    line-height: 1.2;
    text-overflow: ellipsis;
}
.series-stamp-card-list-block dl dt:nth-of-type(1), .series-stamp-card-list-block dl dd:nth-of-type(1) { grid-column: 1; }
.series-stamp-card-list-block dl dt:nth-of-type(2), .series-stamp-card-list-block dl dd:nth-of-type(2) { grid-column: 2; }
.series-stamp-card-list-block dl dt:nth-of-type(3), .series-stamp-card-list-block dl dd:nth-of-type(3) { grid-column: 3; }
.series-stamp-card-list-block .series-card-list-summary.is-empty { font-size: 0; }
.series-stamp-card-list-block .series-card-list-summary.is-empty::after { content: "–"; font-size: .68rem; }
.series-stamp-card-list-block .series-card-user-lists { display: block; }
.series-stamp-card-list-block .public-user-list-toggle {
    display: block;
    width: 76px;
    min-width: 76px;
    max-width: 76px;
    margin: 0;
    white-space: normal;
}

.series-museum .series-card-user-lists .public-user-list-statuses {
    display: none;
    gap: 4px;
    width: 100%;
}

.series-museum .series-card-user-lists .public-user-list-status,
.series-museum .series-card-user-lists .public-user-list-status.is-collection,
.series-museum .series-card-user-lists .public-user-list-collection-counts {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
    color: #315e4d;
    background: transparent;
    font-size: .59rem;
    font-weight: 750;
    line-height: 1.35;
    white-space: normal;
}

.series-museum .series-card-user-lists .public-user-list-status.is-wishlist {
    color: #8a5c13;
    background: transparent;
}
.series-museum .series-card-user-lists .public-user-list-status.is-trade { color: #315f78; background: transparent; }

.series-museum .series-card-user-lists .public-user-list-status.is-empty {
    color: #7c8781;
    font-weight: 500;
}

.series-museum .series-card-user-lists .public-user-list-toggle {
    min-height: 32px;
    margin-top: 0;
    padding: 5px 6px;
    border: 1px solid var(--series-night);
    border-radius: 0;
    color: var(--series-cream);
    background: var(--series-night);
    font-size: .48rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.series-museum .series-card-user-lists .public-user-list-toggle:hover,
.series-museum .series-card-user-lists .public-user-list-toggle[aria-expanded="true"] {
    color: var(--series-night);
    background: var(--series-gold);
}

.series-museum .series-card-user-lists .public-user-list-menu {
    top: auto;
    bottom: calc(100% + 7px);
    min-width: 210px;
    padding: 10px;
    border: 1px solid var(--series-night);
    border-radius: 0;
    color: var(--series-night);
    background: var(--series-cream);
    box-shadow: 0 -14px 35px rgba(16,47,38,.2);
}

.series-museum .series-card-user-lists .public-user-list-menu strong {
    color: var(--series-night);
}

.series-museum .series-card-user-lists .public-user-list-menu button {
    border-radius: 0;
    color: var(--series-night);
    background: #e5e2d8;
}

.series-museum .series-card-user-lists .public-user-list-menu button:hover {
    color: var(--series-cream);
    background: var(--series-soft);
}

.series-museum .user-list-item-dialog {
    border: 1px solid var(--series-gold);
    border-radius: 0;
    color: var(--series-night);
    background: var(--series-cream);
    box-shadow: 0 28px 85px rgba(5,24,18,.5);
    color-scheme: light;
}

.series-museum .user-list-item-dialog::backdrop {
    background: rgba(5,24,18,.72);
}

.series-museum .user-list-item-dialog form {
    color: var(--series-night);
    background: var(--series-cream);
}

.series-museum .user-list-item-dialog h2 {
    color: var(--series-night);
    font: 600 1.65rem/1.08 Georgia, serif;
}

.series-museum .user-list-dialog-close {
    color: var(--series-night);
}

.series-museum .user-list-quantity-grid label,
.series-museum .user-list-wishlist-options label {
    color: #46584f;
}

.series-museum .user-list-item-dialog input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-grid;
    place-content: center;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 1.5px solid var(--series-night);
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}

.series-museum .user-list-item-dialog input[type="checkbox"]::before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--series-soft);
    transform: scale(0);
    transition: transform .1s ease;
}

.series-museum .user-list-item-dialog input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.series-museum .user-list-item-dialog input[type="checkbox"]:focus-visible {
    outline: 2px solid var(--series-gold);
    outline-offset: 2px;
}

.series-museum .user-list-quantity-option > input {
    border: 1px solid #98a69e;
    border-radius: 0;
    color: var(--series-night);
    background: #fff;
    font-weight: 750;
}

.series-museum .user-list-item-dialog footer {
    border-color: #c7cec7;
    background: #e4e1d7;
}

.series-museum .user-list-item-dialog footer button {
    min-height: 38px;
    border-radius: 0;
    color: var(--series-cream);
    background: var(--series-night);
}

.series-museum .user-list-item-dialog footer button.secondary {
    border: 1px solid #87958d;
    color: var(--series-night);
    background: transparent;
}

.series-price-section { padding-top: 8px !important; }
.series-price-table { border-collapse: collapse; background: rgba(255,255,255,.25); }
.series-price-table th { color: var(--series-cream); background: var(--series-soft); }
.series-price-table td, .series-price-table th { border-color: var(--series-line); }
.series-price-table .series-total-row td { background: #dfe3da; }
.series-catalog-price-matrix .series-total-row .series-total-label,
.series-catalog-price-matrix .series-total-row .series-total-descriptor-spacer {
    background:#dfe3da;
    border-right-color:transparent;
    border-left-color:transparent;
}
.series-catalog-price-matrix .series-total-row .series-total-label {
    overflow:hidden;
    font-size:.55rem;
    font-weight:850;
    letter-spacing:-.025em;
    white-space:normal;
    line-height:1.15;
}
.series-catalog-price-matrix .series-total-row .series-total-label span {
    display:block;
}
.series-price-table td.price-not-available {
    color: #7f8984;
    font-style: italic;
    font-weight: 600;
}

#series-create-modal .frontend-dialog {
    color: var(--series-night);
    background: var(--series-cream);
    border-color: var(--series-gold);
    border-radius: 0;
    box-shadow: 0 28px 85px rgba(5, 24, 18, .52);
    color-scheme: light;
}

#series-create-modal .frontend-dialog-head {
    color: var(--series-cream);
    border-color: rgba(241, 237, 227, .18);
    background: var(--series-soft);
}

#series-create-modal .frontend-dialog-head h2,
#series-create-modal .frontend-dialog-head p {
    color: var(--series-cream);
}

#series-create-modal .frontend-dialog-head p {
    opacity: .7;
}

#series-create-modal .frontend-modal-close {
    color: var(--series-cream);
}

#series-create-modal .frontend-modal-close:hover {
    color: var(--series-night);
    background: var(--series-gold);
}

#series-create-modal .frontend-dialog-body,
#series-create-modal .frontend-dialog-body section,
#series-create-modal .frontend-dialog-body label,
#series-create-modal .frontend-dialog-body p,
#series-create-modal .frontend-dialog-body span,
#series-create-modal .frontend-dialog-body strong {
    color: var(--series-night);
}

#series-create-modal input,
#series-create-modal select,
#series-create-modal textarea {
    border: 1px solid #97a39c;
    border-radius: 0;
    color: var(--series-night);
    background: #fff;
}

#series-create-modal input::placeholder,
#series-create-modal textarea::placeholder {
    color: #7b8780;
}

#series-create-modal input[type="radio"],
#series-create-modal input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--series-soft);
}

#series-create-modal .series-wizard-mode label {
    border-color: #aeb8b2;
    color: var(--series-night);
    background: #e7e4da;
}

#series-create-modal .frontend-dialog-actions {
    border-color: #c7cec7;
    background: #e4e1d7;
}

#series-create-modal .frontend-dialog-actions button {
    border-radius: 0;
    color: var(--series-cream);
    background: var(--series-night);
}

#series-create-modal .frontend-dialog-actions button.secondary {
    border: 1px solid #87958d;
    color: var(--series-night);
    background: transparent;
}

/* A sorozatvarázsló sűrű, adminisztrációra optimalizált ritmusa. */
#series-create-modal .series-wizard-dialog { width: min(980px, 96vw); }
#series-create-modal .frontend-dialog-head { min-height: 48px; padding: 7px 11px; gap: 8px; }
#series-create-modal .frontend-dialog-head h2 { font-size: .98rem; }
#series-create-modal .frontend-dialog-head p { margin-top: 2px; font-size: .55rem; }
#series-create-modal .frontend-dialog-body { padding: 8px 10px; }
#series-create-modal .series-wizard-base,
#series-create-modal .series-wizard-stamps { gap: 6px; }
#series-create-modal .series-wizard-grid,
#series-create-modal .series-wizard-fields { gap: 5px 7px; }
#series-create-modal label { gap: 2px; font-size: .56rem; line-height: 1.15; }
#series-create-modal input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
#series-create-modal select { min-height: 27px; height: 27px; padding: 2px 6px; font-size: .65rem; line-height: 1; }
#series-create-modal textarea { min-height: 50px; padding: 4px 6px; font-size: .65rem; line-height: 1.25; }
#series-create-modal button { min-height: 27px; padding: 3px 8px; font-size: .56rem; }
#series-create-modal input[type="radio"],
#series-create-modal input[type="checkbox"] { width: 14px; min-width: 14px; height: 14px; }
#series-create-modal .series-wizard-mode { gap: 5px; }
#series-create-modal .series-wizard-mode label { min-height: 28px; padding: 4px 7px; }
#series-create-modal .series-wizard-progress,
#series-create-modal .series-wizard-step-head { min-height: 30px; padding: 4px 7px; }
#series-create-modal .series-wizard-step-head h3 { font-size: .78rem; }
#series-create-modal .series-wizard-main { gap: 8px; }
#series-create-modal .series-wizard-image { min-height: 118px; padding: 5px; }
#series-create-modal .series-wizard-image img { max-height: 96px; }
#series-create-modal .frontend-dialog-actions { min-height: 42px; padding: 6px 10px; }
#series-create-modal .series-wizard-mbk-button { margin-left: auto; border-color: var(--series-gold); color: var(--series-cream); background: transparent; }
#series-create-modal .series-wizard-mbk-button:hover { color: var(--series-night); background: var(--series-gold); }
#series-create-modal .series-mbk-check-box { width: min(580px, 92vw); }
#series-create-modal .series-mbk-result { min-height: 28px; padding: 6px 8px; border-left: 3px solid var(--series-gold); color: var(--series-night); background: #e7e4da; font-size: .64rem; }
#series-create-modal .series-selected-copy-box { width: min(720px, 94vw); max-height: 88vh; overflow: auto; }
#series-create-modal .series-selected-stamps-head { margin-top: 7px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
#series-create-modal .series-selected-stamps { max-height: 230px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: auto; border: 1px solid #aab5ae; background: #f5f3ec; }
#series-create-modal .series-selected-stamp { min-height: 29px; padding: 4px 6px; display: grid; grid-template-columns: 16px minmax(65px,.7fr) minmax(50px,1fr); align-items: center; gap: 6px; border-right: 1px solid #d0d5d0; border-bottom: 1px solid #d0d5d0; cursor: pointer; }
#series-create-modal .series-selected-stamp:hover { background: #e1e8de; }
#series-create-modal .series-selected-stamp strong { font-size: .64rem; }
#series-create-modal .series-selected-stamp span { color: #65736b; font-size: .6rem; }

#series-edit-modal { color-scheme: light; }

#series-edit-modal .frontend-dialog {
    border: 1px solid var(--series-gold);
    border-radius: 0;
    color: var(--series-night);
    background: var(--series-cream);
    box-shadow: 0 28px 85px rgba(5, 24, 18, .52);
}

#series-edit-modal .frontend-dialog-head {
    border-color: rgba(241, 237, 227, .18);
    color: var(--series-cream);
    background: var(--series-soft);
}

#series-edit-modal .frontend-dialog-head h2,
#series-edit-modal .frontend-dialog-head p,
#series-edit-modal .frontend-modal-close { color: var(--series-cream); }
#series-edit-modal .frontend-dialog-head p { opacity: .7; }
#series-edit-modal .frontend-modal-close:hover { color: var(--series-night); background: var(--series-gold); }

#series-edit-modal .frontend-dialog-body,
#series-edit-modal .frontend-dialog-body section,
#series-edit-modal .frontend-dialog-body article,
#series-edit-modal .frontend-dialog-body fieldset,
#series-edit-modal .frontend-dialog-body legend,
#series-edit-modal .frontend-dialog-body label,
#series-edit-modal .frontend-dialog-body p,
#series-edit-modal .frontend-dialog-body span,
#series-edit-modal .frontend-dialog-body strong,
#series-edit-modal .frontend-dialog-body h3 { color: var(--series-night); }

#series-edit-modal .compact-upload-panel,
#series-edit-modal .frontend-stamp-editor,
#series-edit-modal .series-feature-new,
#series-edit-modal .frontend-new-stamp-panel {
    border-color: #c2c9c3;
    color: var(--series-night);
    background: #e8e5dc;
}

#series-edit-modal input,
#series-edit-modal select,
#series-edit-modal textarea,
#series-edit-modal .rich-editor-surface,
#series-edit-modal .rich-editor-select {
    border: 1px solid #8f9d95;
    border-radius: 0;
    color: var(--series-night);
    background: #fff;
    caret-color: var(--series-night);
}

#series-edit-modal input::placeholder,
#series-edit-modal textarea::placeholder { color: #748179; opacity: 1; }

#series-edit-modal .series-edit-display-row {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    align-items: end;
    gap: 12px 18px;
}
#series-edit-modal .series-edit-title-field { margin: 0; }
#series-edit-modal .series-edit-price-breakdowns {
    min-width: 270px;
    margin: 0;
    padding: 7px 10px 9px;
    display: flex;
    align-items: center;
    gap: 10px 16px;
    border: 1px solid #aab5ae;
    background: #f5f3ec;
}
#series-edit-modal .series-edit-price-breakdowns legend {
    padding: 0 5px;
    font-size: .72rem;
    font-weight: 700;
}
#series-edit-modal .series-edit-price-breakdowns .checkbox-line {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: .78rem;
}

@media (max-width: 720px) {
    #series-edit-modal .series-edit-display-row { grid-template-columns: 1fr; }
    #series-edit-modal .series-edit-price-breakdowns { min-width: 0; flex-wrap: wrap; }
}

#series-edit-modal .rich-editor-toolbar { border-color: #aab5ae; color: var(--series-night); background: #d9ddd6; }
#series-edit-modal .rich-editor-button { border-color: #98a69e; color: var(--series-night); background: #f8f7f2; }

#series-edit-modal input[type="radio"],
#series-edit-modal input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #53675c;
    background: #fff;
    accent-color: var(--series-soft);
}

#series-edit-modal .frontend-dialog-actions { border-color: #c7cec7; background: #e4e1d7; }
#series-edit-modal .frontend-dialog-actions button { border-radius: 0; color: var(--series-cream); background: var(--series-night); }
#series-edit-modal .frontend-dialog-actions .secondary { border: 1px solid #87958d; color: var(--series-night); background: transparent; }

.series-watermark-price-table .watermark-position-head {
    min-width: 68px;
    padding: 7px 8px;
    text-align: center;
    vertical-align: bottom;
}
.series-watermark-price-table .watermark-position-head span {
    display: block;
    line-height: 1.2;
}
.series-watermark-price-table .watermark-position-head img {
    display: block;
    width: 38px;
    height: 38px;
    margin: 5px auto 0;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .16));
}
.series-watermark-price-table td {
    text-align: center;
}
.series-watermark-price-section .table-scroll {
    --watermark-catalog-width: calc(6ch + 8px);
    --watermark-value-width: 72px;
    --watermark-variant-width: 132px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--series-line);
}
.series-watermark-price-table {
    border-collapse: separate;
    border-spacing: 0;
}
.series-watermark-price-table thead th {
    position: sticky;
    top: 0;
    z-index: 4;
    box-shadow: 0 1px 0 var(--series-line);
}
.series-watermark-price-table th:first-child,
.series-watermark-price-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: var(--watermark-catalog-width);
    min-width: var(--watermark-catalog-width);
    max-width: var(--watermark-catalog-width);
}
.series-watermark-price-table th:nth-child(2),
.series-watermark-price-table td:nth-child(2) {
    position: sticky;
    left: var(--watermark-catalog-width);
    z-index: 2;
    width: var(--watermark-value-width);
    min-width: var(--watermark-value-width);
    max-width: var(--watermark-value-width);
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
    box-shadow: 1px 0 0 var(--series-line);
}
.series-watermark-price-table.has-variant-column th:nth-child(2),
.series-watermark-price-table.has-variant-column td:nth-child(2) {
    box-shadow: none;
}
.series-watermark-price-table.has-variant-column th:nth-child(3),
.series-watermark-price-table.has-variant-column td:nth-child(3) {
    position: sticky;
    left: calc(var(--watermark-catalog-width) + var(--watermark-value-width));
    z-index: 2;
    width: var(--watermark-variant-width);
    min-width: var(--watermark-variant-width);
    max-width: var(--watermark-variant-width);
    padding-right: 8px;
    padding-left: 8px;
    white-space: normal;
    box-shadow: 1px 0 0 var(--series-line);
}
.series-watermark-price-table tbody td:first-child,
.series-watermark-price-table tbody td:nth-child(2) {
    background: #f0f1eb;
}
.series-watermark-price-table.has-variant-column tbody td:nth-child(3) { background: #f0f1eb; }
.series-watermark-price-table thead th:first-child,
.series-watermark-price-table thead th:nth-child(2) {
    z-index: 6;
    background: var(--series-soft);
}
.series-watermark-price-table.has-variant-column thead th:nth-child(3) { z-index:6; background:var(--series-soft); }
.series-watermark-price-table td.price-cell {
    min-width: 68px;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.series-price-table .price-perforation-group {
    border-top: 1px solid rgba(25, 73, 57, .28);
    border-right: 1px solid rgba(25, 73, 57, .28);
    border-left: 1px solid rgba(25, 73, 57, .28);
    color: var(--series-night);
    background: #dce5da;
}
.series-price-table .price-perforation-cell.is-frame-start {
    border-left: 1px solid rgba(25, 73, 57, .28);
}
.series-price-table .price-perforation-cell.is-frame-end {
    border-right: 1px solid rgba(25, 73, 57, .28);
}
.series-price-table thead .price-perforation-cell {
    border-bottom: 1px solid rgba(25, 73, 57, .28);
}
.series-price-table .price-perforation-cell.is-frame-bottom {
    border-bottom: 1px solid rgba(25, 73, 57, .28);
}

.series-main-price-table {
    --series-catalog-column-width: calc(6ch + 8px);
    --series-face-value-column-width: 12ch;
    border-collapse: separate;
    border-spacing: 0;
    width: max-content;
    min-width: 0;
    max-width: none;
}
.series-price-section:not(.series-watermark-price-section) .table-scroll {
    width: 100%;
    max-width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    border: 1px solid var(--series-line);
}
@media (max-width: 760px) {
    .series-price-section:not(.series-fdc-price-section) .table-scroll::before {
        content: "← Vízszintesen görgethető →";
        position: sticky;
        left: 0;
        display: block;
        width: max-content;
        padding: 7px 10px 5px;
        color: inherit;
        font: inherit;
        font-size: .72em;
        opacity: .72;
    }
}
.series-price-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.series-market-prices { margin-top: 28px; }
.series-market-prices-head { display:flex; align-items:center; gap:18px; margin-bottom:12px; padding:0 clamp(24px,5vw,82px); }
.series-market-prices-head h2 { margin:0; }
.series-market-prices-head .price-mode-switch { display:inline-flex; align-items:center; padding:2px; border:1px solid rgba(25,58,47,.28); border-radius:999px; background:#f3f1e9; }
.series-market-prices-head .price-mode-switch button { min-width:52px; padding:6px 11px; border:0; border-radius:999px; color:#52615a; background:transparent; font:800 .65rem/1 Inter,sans-serif; cursor:pointer; }
.series-market-prices-head .price-mode-switch button.is-active { color:#fff; background:var(--series-night); }
.series-market-prices .series-price-section { margin-top:0; }
.series-market-prices .series-price-tables-stack { display:grid; gap:18px; }
.series-fdc-price-section .table-scroll { overflow-x:hidden; }
.series-fdc-price-section .series-price-table { width:100%; min-width:0; table-layout:fixed; }
.series-fdc-price-section .series-price-table th,
.series-fdc-price-section .series-price-table td { width:50%; }
.series-price-login-notice > div { max-width:760px; padding:24px 26px; border:1px solid rgba(25,73,57,.2); border-left:5px solid var(--series-gold); background:rgba(240,238,231,.86); }
.series-price-login-notice strong { display:block; color:var(--series-night); font:600 1.25rem/1.2 Georgia,serif; }
.series-price-login-notice p { margin:7px 0 15px; color:#52615a; line-height:1.5; }
@media(max-width:640px){.series-price-heading{align-items:flex-start;flex-direction:column}.series-price-login-notice>div{padding:18px}}
.series-price-matrix-layout.is-guide-visible {
    display: grid;
    grid-template-columns: var(--series-price-table-width) minmax(280px, 1fr);
    gap: 16px;
    align-items: stretch;
}
.series-price-matrix-layout.is-guide-visible > .table-scroll {
    width: var(--series-price-table-width);
    max-width: var(--series-price-table-width);
}
.series-price-matrix-guide {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(25, 73, 57, .18);
    background: linear-gradient(145deg, rgba(223, 227, 218, .72), rgba(240, 238, 231, .92));
}
.series-price-matrix-layout.is-guide-visible .series-price-matrix-guide { display: grid; align-content: start; gap: 12px; }
.series-price-guide-card { padding: 18px; border: 1px solid rgba(25, 73, 57, .16); background: rgba(250, 248, 241, .82); }
.series-price-guide-card.is-primary { border-top: 4px solid var(--series-gold); }
.series-price-guide-card.is-tip { background: rgba(255, 255, 255, .42); }
.series-price-guide-eyebrow { display: block; margin-bottom: 5px; color: #8a681e; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.series-price-guide-card h3 { margin: 0 0 8px; color: var(--series-night); font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.12; }
.series-price-guide-card p { margin: 0; color: #52615a; font-size: .76rem; line-height: 1.5; }
.series-price-guide-section { margin:28px clamp(24px,5vw,82px) 0; display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:12px; }
.series-price-guide-section[hidden] { display:none; }
.series-price-tables-layout {
    margin: 0;
    padding: 0 clamp(24px,5vw,82px) 42px;
    display: grid;
    grid-template-columns: max-content minmax(280px,1fr);
    gap: 16px;
    align-items: start;
}
.series-price-tables-stack { min-width:0; display:grid; gap:28px; }
.series-price-tables-stack > .series-price-section { min-width:0; margin:0; padding:0; }
.series-price-matrix-layout { min-width:0; max-width:100%; }
.series-price-tables-layout > .series-price-guide-section { margin:0; grid-template-columns:1fr; }
@media(max-width:900px) {
    .series-price-tables-layout { grid-template-columns:minmax(0,1fr); }
    .series-price-tables-layout > .series-price-guide-section { margin:0; }
}
.series-price-symbol-guide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 14px 0 0; }
.series-price-symbol-guide div { display: flex; align-items: center; gap: 7px; padding: 7px 8px; border: 1px solid rgba(25, 73, 57, .13); background: rgba(255, 255, 255, .48); }
.series-price-symbol-guide dt { min-width: 24px; color: #174a3a; font-weight: 900; text-align: center; }
.series-price-symbol-guide dd { margin: 0; color: #45564e; font-size: .66rem; font-weight: 700; }
.series-main-price-table thead {
    position: sticky;
    top: 0;
    z-index: 5;
}
.series-main-price-table thead tr:first-child th:nth-child(1),
.series-main-price-table td:nth-child(1),
.series-main-price-table thead tr:first-child th:nth-child(2),
.series-main-price-table td:nth-child(2) {
    width: 1%;
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px;
    white-space: nowrap;
}
.series-main-price-table thead tr:first-child th:nth-child(1),
.series-main-price-table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 3;
    width: var(--series-catalog-column-width);
    min-width: var(--series-catalog-column-width);
    max-width: var(--series-catalog-column-width);
}
.series-main-price-table thead tr:first-child th:nth-child(2),
.series-main-price-table td:nth-child(2) {
    position: sticky;
    left: var(--series-catalog-column-width);
    z-index: 3;
    width: var(--series-face-value-column-width);
    min-width: var(--series-face-value-column-width);
    max-width: var(--series-face-value-column-width);
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: 1px 0 0 var(--series-line);
}
.series-main-price-table thead tr:first-child th:nth-child(1),
.series-main-price-table thead tr:first-child th:nth-child(2) {
    z-index: 7;
    background: var(--series-soft);
}
.series-main-price-table tbody td:nth-child(1),
.series-main-price-table tbody td:nth-child(2) {
    background: #f0eee7;
}
.series-main-price-table tbody .series-subrow td:nth-child(1),
.series-main-price-table tbody .series-subrow td:nth-child(2) {
    background: #f7faf6;
}
.series-main-price-table thead tr:first-child th:nth-child(3),
.series-main-price-table td:nth-child(3) {
    width: 14ch;
    min-width: 14ch;
    max-width: 14ch;
    padding-right: 9px;
    padding-left: 9px;
    white-space: normal;
    overflow-wrap: anywhere;
}
.series-catalog-price-matrix {
    --matrix-number-width: 64px;
    --matrix-value-width: 62px;
    --matrix-title-width: 150px;
    --matrix-color-width: 118px;
}
.series-catalog-price-matrix th,
.series-catalog-price-matrix td {
    min-width: 48px;
    height: 27px !important;
    padding: 2px 5px !important;
    font-size: .68rem;
    line-height: 1.05;
}
.series-catalog-price-matrix thead th {
    height: 28px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    white-space: nowrap;
}
.series-catalog-price-matrix tbody tr { height:27px !important; }
.series-catalog-price-matrix .matrix-descriptor-head {
    text-align:left !important;
    vertical-align:middle;
}
.series-catalog-price-matrix .matrix-watermark-group,
.series-catalog-price-matrix .matrix-perforation-group,
.series-catalog-price-matrix .matrix-kind-group,
.series-catalog-price-matrix .matrix-price-head,
.series-catalog-price-matrix .matrix-special-column,
.series-catalog-price-matrix td.price-cell {
    text-align:center !important;
    vertical-align:middle;
}
.series-catalog-price-matrix .matrix-price-head,
.series-catalog-price-matrix td.price-cell {
    width:72px !important;
    min-width:72px !important;
    max-width:72px !important;
    border-left:1px solid rgba(25,73,57,.14) !important;
}
.series-catalog-price-matrix .matrix-watermark-group {
    border-left: 2px solid rgba(8, 42, 32, .72);
    border-right: 0;
    box-shadow: inset 0 -1px rgba(255,255,255,.13);
}
.series-catalog-price-matrix .matrix-perforation-group {
    border-left: 1px solid rgba(8, 42, 32, .48);
    border-right: 0;
}
.series-catalog-price-matrix .matrix-kind-group {
    border-left: 1px solid rgba(8, 42, 32, .38);
    border-right: 0;
}
.series-catalog-price-matrix thead .matrix-tone-0 { background:#164a3b; }
.series-catalog-price-matrix thead .matrix-tone-1 { background:#205747; }
.series-catalog-price-matrix tbody td.price-cell.matrix-tone-0 { background:rgba(246,246,240,.72); }
.series-catalog-price-matrix tbody td.price-cell.matrix-tone-1 { background:rgba(224,235,228,.62); }
.series-catalog-price-matrix tbody .series-subrow td.price-cell.matrix-tone-0 { background:rgba(250,251,247,.9); }
.series-catalog-price-matrix tbody .series-subrow td.price-cell.matrix-tone-1 { background:rgba(232,241,235,.82); }
.series-catalog-price-matrix .matrix-perforation-start {
    border-left: 1px solid rgba(25, 73, 57, .42) !important;
}
.series-catalog-price-matrix .matrix-watermark-start {
    border-left: 2px solid rgba(12, 55, 42, .68) !important;
}
.series-catalog-price-matrix .matrix-special-column {
    border-left: 2px solid rgba(12, 55, 42, .68) !important;
    padding-right: 8px;
    padding-left: 8px;
}
.series-catalog-price-matrix .matrix-imperforate-symbol {
    min-width: 44px;
    font-size: 1.15rem;
}
.series-catalog-price-matrix thead tr:first-child th:nth-child(-n+3),
.series-catalog-price-matrix tbody td:nth-child(-n+3),
.series-catalog-price-matrix.has-color-column thead tr:first-child th:nth-child(4),
.series-catalog-price-matrix.has-color-column tbody td:nth-child(4) {
    position: sticky;
    z-index: 4;
}
.series-catalog-price-matrix thead tr:first-child th:nth-child(-n+3),
.series-catalog-price-matrix.has-color-column thead tr:first-child th:nth-child(4) {
    z-index: 8;
    background: var(--series-soft);
}
.series-catalog-price-matrix thead tr:first-child th:nth-child(1), .series-catalog-price-matrix tbody tr:not(.series-total-row) td:nth-child(1) { left:0; width:var(--matrix-number-width); min-width:var(--matrix-number-width); max-width:var(--matrix-number-width); }
.series-catalog-price-matrix thead tr:first-child th:nth-child(2), .series-catalog-price-matrix tbody tr:not(.series-total-row) td:nth-child(2) { left:var(--matrix-number-width); width:var(--matrix-value-width); min-width:var(--matrix-value-width); max-width:var(--matrix-value-width); }
.series-catalog-price-matrix thead tr:first-child th:nth-child(3), .series-catalog-price-matrix tbody tr:not(.series-total-row) td:nth-child(3) { left:calc(var(--matrix-number-width) + var(--matrix-value-width)); width:var(--matrix-title-width); min-width:var(--matrix-title-width); max-width:var(--matrix-title-width); }
.series-catalog-price-matrix.has-color-column thead tr:first-child th:nth-child(4), .series-catalog-price-matrix.has-color-column tbody tr:not(.series-total-row) td:nth-child(4) { left:calc(var(--matrix-number-width) + var(--matrix-value-width) + var(--matrix-title-width)); width:var(--matrix-color-width); min-width:var(--matrix-color-width); max-width:var(--matrix-color-width); box-shadow:1px 0 0 var(--series-line); }
.series-catalog-price-matrix.no-color-column thead tr:first-child th:nth-child(3), .series-catalog-price-matrix.no-color-column tbody tr:not(.series-total-row) td:nth-child(3) { box-shadow:1px 0 0 var(--series-line); }
.series-catalog-price-matrix tbody td:nth-child(-n+3),
.series-catalog-price-matrix.has-color-column tbody td:nth-child(4) { background:#f0eee7; }
.series-catalog-price-matrix tbody .series-subrow td:nth-child(-n+3),
.series-catalog-price-matrix.has-color-column tbody .series-subrow td:nth-child(4) { background:#f7faf6; }
.series-catalog-price-matrix th:nth-child(3), .series-catalog-price-matrix td:nth-child(3),
.series-catalog-price-matrix.has-color-column th:nth-child(4), .series-catalog-price-matrix.has-color-column td:nth-child(4) { padding-right:5px !important; padding-left:5px !important; white-space:normal; overflow-wrap:anywhere; }
.series-watermark-price-table td:first-child,
.series-watermark-price-table td:nth-child(2) {
    text-align: left;
    white-space: nowrap;
    box-shadow:inset 0 0 0 1px rgba(25,58,47,.2);
}
.series-watermark-price-table.has-variant-column td:nth-child(3) { text-align:left; box-shadow:inset 0 0 0 1px rgba(25,58,47,.2); }

.watermark-rarity-guide { margin:0 0 10px; padding:9px 10px; border:1px solid rgba(25,58,47,.16); background:#f3f1e9; }
.watermark-rarity-guide > p { margin:0 0 7px; color:#52615a; font-size:.68rem; line-height:1.4; }
.watermark-rarity-legend { margin:0 0 8px; display:flex; flex-wrap:wrap; gap:5px; }
.watermark-rarity-legend span { min-width:48px; padding:3px 7px; border:1px solid rgba(20,48,39,.14); color:#243b33; font-size:.58rem; font-weight:800; text-align:center; }
.watermark-rarity-guide .watermark-status-legend { margin:0; display:flex; flex-wrap:wrap; align-items:center; gap:4px 7px; }
.watermark-status-legend b { min-width:18px; height:18px; display:grid; place-items:center; border-radius:50%; color:#fff; font-size:.62rem; }
.watermark-status-legend b.is-collected { background:#236647; }
.watermark-status-legend b.is-wished { background:#a66c19; }
.watermark-status-legend b.is-trade { background:#3f6875; }
.watermark-status-legend span { width:100%; color:#304d41; font-weight:700; }
.watermark-rarity-guide .watermark-rarity-login-note { margin:7px 0 0; padding-top:6px; border-top:1px solid rgba(25,58,47,.13); font-size:.62rem; }
.watermark-rarity-login-note a { color:#76531c; font-weight:800; text-decoration:none; }
.watermark-rarity-login-note a:hover { text-decoration:underline; }
.watermark-rarity-cell { min-width:72px; height:58px; padding:0 !important; text-align:center; }
.watermark-rarity-link { width:100%; min-height:58px; padding:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0; color:var(--series-night); box-shadow:inset 0 0 0 1px rgba(25,58,47,.2); text-decoration:none; }
.watermark-rarity-link:hover { box-shadow:inset 0 0 0 2px rgba(20,62,49,.48); text-decoration:none; }
.watermark-rarity-link:hover strong,
.watermark-rarity-link:hover span,
.watermark-rarity-link:hover i,
.watermark-rarity-link:hover b { text-decoration:none; }
.watermark-rarity-link:focus-visible { outline:3px solid var(--series-gold); outline-offset:-3px; }
.watermark-rarity-link > strong { width:100%; min-height:35px; display:grid; place-items:center; font:800 1rem/1 Georgia,serif; }
.watermark-rarity-status { width:100%; min-height:23px; padding:3px 2px; display:flex; align-items:center; justify-content:center; gap:3px; border-top:1px solid rgba(45,62,66,.2); background:rgba(222,227,229,.82); }
.watermark-rarity-status i { min-width:22px; height:17px; padding:0 3px; display:flex; align-items:center; justify-content:center; gap:2px; border-radius:9px; color:#fff; font-size:.56rem; font-style:normal; line-height:1; }
.watermark-rarity-status i b { font-size:.52rem; }
.watermark-rarity-status .is-collected,
.watermark-rarity-status .is-wished,
.watermark-rarity-status .is-trade { background:#6f7f86; }
.watermark-rarity-status i.is-empty { color:#748087; background:rgba(255,255,255,.46); box-shadow:inset 0 0 0 1px rgba(70,83,88,.18); }
.watermark-rarity-cell.is-missing { color:#9aa19d; background:#efeee9; }
.watermark-rarity-cell.is-unrated { background:#f1f0eb; }
.is-rarity-1 { background:#dcebdd; }
.is-rarity-2 { background:#e9edc4; }
.is-rarity-3 { background:#f2e5ae; }
.is-rarity-4 { background:#f0cfaa; }
.is-rarity-5 { background:#eabbb3; }

@media (max-width: 760px) {
    .series-main-price-table thead tr:first-child th:nth-child(3),
    .series-main-price-table tbody td:nth-child(3) {
        display: none;
    }
}

@media (max-width: 760px) {
    .series-catalog-price-matrix { --matrix-number-width:58px; }
    .series-catalog-price-matrix thead tr:first-child th:nth-child(3),
    .series-catalog-price-matrix tbody td:nth-child(3) { display:table-cell; }
    .series-catalog-price-matrix thead tr:first-child th:nth-child(n+2):nth-child(-n+3),
    .series-catalog-price-matrix tbody td:nth-child(n+2):nth-child(-n+3),
    .series-catalog-price-matrix.has-color-column thead tr:first-child th:nth-child(4),
    .series-catalog-price-matrix.has-color-column tbody td:nth-child(4) { position:static; }
    .series-catalog-price-matrix thead tr:first-child th:first-child,
    .series-catalog-price-matrix tbody tr:not(.series-total-row) td:first-child { padding-right:4px !important; padding-left:4px !important; }
}

.series-museum .success {
    margin: 0;
    padding: 12px clamp(24px,5vw,82px);
    border-radius: 0;
}

@media (max-width: 1100px) {
    .series-stamp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .series-stamp-grid .series-promo-card { display:none; }
    .series-promo-fill-2-1 .series-promo-card.promo-index-1 { display:grid; }
    .series-detail { grid-template-columns: minmax(0,1fr) minmax(250px,.55fr); }
    .series-editorial { --series-side-height:280px; grid-template-columns: minmax(0,1.8fr) minmax(250px,1.15fr) minmax(190px,.9fr); gap:20px; }
    .series-editorial.without-features,
    .series-editorial.without-description { grid-template-columns: minmax(0,3fr) minmax(200px,1fr); }
    .series-facts { padding:14px; }
    .series-facts dl { grid-template-columns:70px minmax(0,1fr); gap:8px; }
}

@media (max-width: 900px) {
    .series-description-continuation-body { column-count: 1; column-rule: 0; }
}

@media (max-width: 760px) {
    .series-museum-breadcrumbs { min-height: 42px; padding: 0 20px; overflow-x: auto; white-space: nowrap; }
    .series-hero-topline { min-height:54px; padding:10px 20px; flex-wrap:nowrap; gap:12px; }
    .series-backline { min-width:0; padding:0; white-space:nowrap; }
    .series-hero-topline .series-page-navigation { width:auto; margin-left:auto; flex:0 0 auto; justify-content:flex-end; gap:7px; }
    .series-hero-topline .series-page-navigation a,
    .series-hero-topline .series-page-navigation a.is-next { width:32px; height:32px; display:grid; grid-template-columns:1fr; place-items:center; }
    .series-hero-topline .series-page-navigation small,
    .series-hero-topline .series-page-navigation strong { display:none; }
    .series-hero-topline .series-page-navigation span,
    .series-hero-topline .series-page-navigation .is-next span { grid-row:auto; grid-column:auto; }
    .series-nav-icon svg { width:30px; height:30px; }
    .series-detail { display: block; padding: 26px 20px 34px; }
    .series-title-row h1 { font-size: clamp(1.9rem,8vw,3rem); }
    .series-detail::after { right: 8px; bottom: 0; font-size: 5rem; }
    .series-editorial,
    .series-editorial.without-features,
    .series-editorial.without-description { margin-top:28px; padding-top:28px; display:flex; flex-direction:column; }
    .series-editorial-copy { order:1; }
    .series-editorial .series-feature-strip { order:2; }
    .series-editorial .series-facts { order:3; }
    .series-museum .series-description-box.is-collapsible { max-height:none; overflow:visible; -webkit-mask-image:none; mask-image:none; }
    .series-description-toggle { display:none!important; }
    .series-feature-strip { margin-top: 30px; }
    .series-facts { display:none; }
    .series-museum-page > .home-section,
    .series-museum-page > .series-price-section { padding-right: 20px; padding-left: 20px; }
    .series-stamp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .series-stamp-grid .series-promo-card { display:none; }
    .series-promo-fill-2-1 .series-promo-card.promo-index-1 { display:grid; }
    .series-stamp-card { min-height: 255px; padding: 12px; }
    .series-stamp-card-list-block { margin-right:-12px; margin-bottom:-12px; margin-left:-12px; padding-right:12px; padding-left:12px; }
    .series-stamp-card-body { display: flex; flex-direction: column-reverse; }
    .series-stamp-card-media { align-items: flex-start; }
    .series-stamp-card-image img { width: 100%; height: 135px; }
    .series-stamp-card dl { width: 100%; grid-template-columns: 66px 1fr; }
    .is-single-stamp-series .series-stamp-card { display: block; }
    .is-single-stamp-series .series-stamp-card-body {
        display: grid;
        grid-template-columns: minmax(140px,42%) minmax(0,1fr);
        gap: 20px;
        align-items: start;
    }
    .is-single-stamp-series .series-stamp-card-body > dl { grid-column: 2; grid-row: 1; }
    .is-single-stamp-series .series-stamp-card-media { grid-column: 1; grid-row: 1; }
    .is-single-stamp-series .series-stamp-card-image img { height: auto; max-height: 300px; }
}

@media (max-width: 430px) {
    .series-stamp-grid { grid-template-columns: 1fr; }
    .series-promo-card { display:none!important; }
    .series-stamp-card {
        min-height: 0;
        gap: 10px;
    }
    .series-stamp-card h3 {
        min-height: 0;
        font-size: 1.12rem;
        line-height: 1.08;
    }
    .series-stamp-card-body {
        display: grid;
        grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
        gap: 14px;
        align-items: start;
    }
    .series-stamp-card-body > dl {
        grid-column: 2;
        grid-row: 1;
        grid-template-columns: minmax(64px, auto) minmax(0, 1fr);
        gap: 6px 7px;
        font-size: .67rem;
    }
    .series-stamp-card-body > dl dd {
        min-width: 0;
        overflow-wrap: anywhere;
    }
    .series-stamp-card-media {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        align-items: stretch;
    }
    .series-stamp-card-image { display: block; width: 100%; }
    .series-stamp-card-image img {
        width: 100%;
        height: auto;
        max-height: 190px;
        object-fit: contain;
    }
    .series-stamp-card-list-block {
        min-height: 50px;
        padding: 5px 10px;
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 7px;
    }
    .series-stamp-card-list-block dl {
        grid-template-columns: minmax(0, 1.6fr) minmax(0, .72fr) minmax(0, 1.15fr);
        gap: 5px;
        text-align: center;
    }
    .series-stamp-card-list-block dl dt {
        font-size: 0;
        line-height: 1;
    }
    .series-stamp-card-list-block dl dt::before {
        display: block;
        color: #315e4d;
        font-size: .9rem;
        font-weight: 700;
    }
    .series-stamp-card-list-block dl dt[data-list-icon="collection"]::before { content: "✓"; }
    .series-stamp-card-list-block dl dt[data-list-icon="wishlist"]::before { content: "♥"; color: #8a5c13; }
    .series-stamp-card-list-block dl dt[data-list-icon="trade"]::before { content: "⇄"; color: #315f78; }
    .series-stamp-card-list-block dl dd {
        font-size: .52rem;
        line-height: 1.1;
    }
    .series-stamp-card-list-block .series-card-list-summary.is-empty::after { font-size: .62rem; }
    .series-stamp-card-list-block .public-user-list-toggle {
        width: 42px;
        min-width: 42px;
        max-width: 42px;
        min-height: 40px;
        padding: 0;
    }
    .series-stamp-card-list-block .public-user-list-toggle span {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        font-size: 0;
    }
    .series-stamp-card-list-block .public-user-list-toggle span::after {
        content: "✎";
        display: grid;
        height: 100%;
        place-items: center;
        font-size: 1rem;
        line-height: 1;
    }
    .is-single-stamp-series .series-stamp-card-body {
        grid-template-columns: minmax(120px,42%) minmax(0,1fr);
        gap: 14px;
    }
    .is-single-stamp-series .series-stamp-card-body > dl {
        grid-template-columns: minmax(64px,auto) minmax(0,1fr);
        gap: 6px 7px;
        font-size: .67rem;
    }
    .series-single-stamp-link { text-align: stretch; }
    .series-single-stamp-link .button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .series-stamp-card { transition: none; }
}

.series-auction-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.series-auction-grid [data-partner-offer-item] { transition: opacity .42s ease,transform .42s cubic-bezier(.22,.8,.28,1),filter .42s ease; transition-delay: calc(var(--offer-order,0) * 55ms); will-change: opacity,transform; }
.series-auction-grid [data-partner-offer-item][hidden] { display: none !important; }
.series-auction-grid [data-partner-offer-item].is-entering { opacity: 0; transform: translateX(38px); filter: blur(2px); }
.series-auction-grid [data-partner-offer-item].is-leaving { opacity: 0; transform: translateX(-28px); filter: blur(1px); }
.series-auction-card { min-width: 0; min-height: 150px; padding: 12px; display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 15px; overflow: hidden; border: 1px solid var(--series-line); background: var(--series-cream); }
.series-auction-image { width: 112px; height: 112px; align-self: start; display: grid; place-items: center; overflow: hidden; color: #77817c; background: #e5e5df; }
.series-auction-image img { width: 100%; height: 100%; padding: 5px; object-fit: contain; transition: transform .2s ease; }
.series-auction-card:hover .series-auction-image img { transform: scale(1.025); }
.series-auction-card-body { min-width: 0; padding: 1px 2px 2px 0; }
.series-auction-card-body > p { margin: 0 0 7px; color: var(--series-coral); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.series-auction-card h3 { min-height: 2.4em; margin: 0 0 10px; font: 600 .95rem/1.2 Georgia,serif; }
.series-auction-card h3 a { color: var(--series-night); }
.series-auction-card dl { margin: 0 0 14px; display: grid; grid-template-columns: 58px 1fr; gap: 4px 8px; font-size: .68rem; }
.series-auction-card dt { color: #7b837f; text-transform: uppercase; font-size: .55rem; letter-spacing: .05em; }
.series-auction-card dd { margin: 0; }
.series-auction-link { font-size: .66rem; font-weight: 800; text-transform: uppercase; }
@media (max-width: 850px) { .series-auction-grid { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .series-auction-card { grid-template-columns: 82px minmax(0,1fr); gap: 10px; } .series-auction-image { width: 82px; height: 82px; } }
@media (prefers-reduced-motion: reduce) { .series-auction-grid [data-partner-offer-item] { transition: none; } }

.series-vatera-list { border: 1px solid var(--series-line); background: var(--series-cream); }
.series-vatera-row { min-width: 0; min-height: 72px; padding: 7px 10px; display: grid; grid-template-columns: 58px minmax(0,1fr) auto 108px 76px; gap: 12px; align-items: center; border-bottom: 1px solid var(--series-line); }
.series-vatera-row:last-child { border-bottom: 0; }
.series-vatera-row:hover { background: #f1efe7; }
.series-vatera-image { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; color: #7b837f; background: #e5e5df; font-size: .55rem; text-align: center; }
.series-vatera-image img { width: 100%; height: 100%; padding: 3px; object-fit: contain; }
.series-vatera-copy { min-width: 0; }
.series-vatera-copy h3 { margin: 0 0 4px; overflow: hidden; font: 600 .88rem/1.2 Georgia,serif; text-overflow: ellipsis; white-space: nowrap; }
.series-vatera-copy h3 a { color: var(--series-night); }
.series-vatera-copy p { margin: 0; overflow: hidden; color: #7b837f; font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.series-vatera-seller { margin-left: 9px; padding-left: 9px; border-left: 1px solid var(--series-line); color: #526861; }
.series-vatera-seller strong { color: var(--series-night); }
.series-vatera-type { padding: 4px 7px; border-radius: 3px; font-size: .62rem; font-weight: 800; white-space: nowrap; }
.series-vatera-type.is-auction { color: #fff; background: #194438; background: var(--series-soft, #194438); }
.series-vatera-type.is-fixed { color: #4c3510; background: #e8c86e; }
.series-vatera-type.is-unknown { background: #ddd; }
.series-vatera-price { text-align: right; font-size: .78rem; white-space: nowrap; }
.series-vatera-link { font-size: .62rem; font-weight: 800; text-align: right; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 760px) { .series-vatera-row { grid-template-columns: 52px minmax(0,1fr) auto; gap: 9px; } .series-vatera-image { width: 52px; height: 52px; } .series-vatera-type { grid-column: 2; justify-self: start; } .series-vatera-price { grid-column: 3; grid-row: 1; } .series-vatera-link { grid-column: 3; grid-row: 2; } .series-vatera-copy h3 { white-space: normal; } .series-vatera-copy p { display: block; } .series-vatera-meta { display: none; } .series-vatera-seller { margin-left: 0; padding-left: 0; border-left: 0; } }

.series-variant-image-dialog { width: min(780px,96vw); }
.series-variant-image-progress { min-height: 28px; margin-bottom: 10px; display:flex; justify-content:space-between; gap:12px; color:var(--series-night); }
.series-variant-image-slide { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.series-variant-image-slide[hidden] { display:none; }
.series-variant-source,.series-variant-target { min-width:0; padding:12px; display:flex; flex-direction:column; align-items:center; gap:5px; border:1px solid var(--series-line); color:var(--series-night); background:#f5f3ec; text-align:center; }
.series-variant-source img,.series-variant-target img { width:100%; height:280px; object-fit:contain; background:#e5e5df; }
.series-variant-source span,.series-variant-target span { color:#6c7771; font-size:.62rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.series-variant-source strong,.series-variant-target strong { font:600 1rem/1.2 Georgia,serif; }
.series-variant-source small,.series-variant-target small { color:#68746e; }
.series-variant-target button { margin-top:6px; }
.series-variant-image-actions { justify-content:space-between; }
@media (max-width:620px) { .series-variant-image-slide { grid-template-columns:1fr; } .series-variant-source { display:none; } .series-variant-source img,.series-variant-target img { height:52vh; max-height:420px; } }

.series-variant-group-row { margin:6px clamp(24px,5vw,82px) 0; display:flex; align-items:stretch; gap:6px; }
.series-variant-group { min-width:0; flex:1 1 100%; margin:0; border:1px solid var(--series-line); background:var(--series-cream); }
.series-variant-group-row.is-packed .series-variant-group { flex-grow:var(--variant-count); flex-basis:0; }
.series-variant-group-row.is-packed .series-variant-card-grid { grid-template-columns:repeat(var(--variant-count),minmax(0,1fr)); }
.series-variant-group.is-rarity { margin:6px clamp(24px,5vw,82px) 0; border-color:rgba(183,92,72,.48); }
.series-rarity-empty-ad { margin:6px clamp(24px,5vw,82px) 0; }
.series-rarity-empty-ad > .ad-placement { width:100%; max-width:none; margin:0; }
.series-rarity-content { display:grid; grid-template-columns:max-content minmax(280px,1fr); gap:14px; align-items:start; padding:9px; }
.series-rarity-content .series-variant-card-grid { width:max-content; max-width:100%; padding:0; grid-template-columns:repeat(var(--rarity-visible-count),minmax(190px,280px)); align-content:start; }
.series-rarity-content > .ad-placement { grid-column:auto; width:100%; min-width:0; height:var(--rarity-card-height,158px) !important; min-height:0 !important; max-height:var(--rarity-card-height,158px) !important; margin:0; overflow:hidden !important; contain:size layout paint; }
.series-rarity-content > .ad-placement--live,
.series-rarity-content > .ad-placement--live ins.adsbygoogle { width:100%; height:var(--rarity-card-height,158px) !important; min-height:0 !important; max-height:var(--rarity-card-height,158px) !important; overflow:hidden !important; }
.series-variant-card-price-label { margin-top:3px; color:#8a5b42 !important; }
.series-variant-group-head { min-height:42px; padding:8px 12px; display:flex; align-items:center; justify-content:space-between; gap:12px; border-bottom:1px solid var(--series-line); }
.series-variant-group-head h2 { margin:0; font:600 .95rem/1.2 Georgia,serif; }
.series-variant-group-head span { min-width:26px; padding:3px 7px; color:#fff; background:var(--series-soft); font-size:.6rem; font-weight:800; text-align:center; }
.series-variant-group.is-rarity .series-variant-group-head span { background:var(--series-coral); }
.series-variant-card-grid { padding:9px; display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:7px; }
.series-variant-mini-card-shell { position:relative; min-width:0; }
.series-variant-mini-card { min-width:0; min-height:76px; height:100%; padding:6px; display:grid; grid-template-columns:64px minmax(0,1fr); gap:8px; align-items:center; border:1px solid var(--series-line); color:var(--series-night); background:#f5f3ec; }
.series-variant-mini-card-shell:has(.series-card-edit-button) .series-variant-mini-card { padding-right:38px; }
.series-variant-mini-card:hover { border-color:#779083; background:#e9ece5; }
.series-variant-mini-card img { width:64px; height:64px; padding:2px; object-fit:contain; background:#e2e4df; }
.series-variant-mini-card span { min-width:0; display:flex; flex-direction:column; gap:2px; }
.series-variant-mini-card .series-variant-card-media { align-items:center; gap:3px; }
.series-variant-mini-card .series-variant-card-media small { width:64px; min-height:0; overflow:hidden; text-align:center; text-overflow:ellipsis; white-space:nowrap; }
.series-variant-mini-card small { min-height:.7em; color:#68766f; font-size:.54rem; font-weight:800; letter-spacing:.05em; }
.series-variant-mini-card .series-variant-card-denomination { color:#8a5b42; font-size:.6rem; letter-spacing:.03em; }
.series-variant-mini-card strong { overflow:hidden; font:600 .76rem/1.15 Georgia,serif; text-overflow:ellipsis; }
.series-variant-mini-card i { overflow:hidden; color:#6e7973; font-size:.57rem; font-style:normal; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
.series-variant-mini-card .series-variant-card-points { margin-top:3px; display:flex; flex-flow:row wrap; gap:2px 7px; color:#46574e; font-size:.6rem; line-height:1.15; }
.series-variant-mini-card .series-variant-card-points b { font-weight:800; white-space:nowrap; }
@media (max-width:1100px) {
    .series-variant-group-row { display:grid; }
    .series-variant-card-grid,.series-variant-group-row.is-packed .series-variant-card-grid { grid-template-columns:repeat(auto-fill,minmax(190px,1fr)); }
    .series-rarity-content { grid-template-columns:minmax(0,1fr); }
    .series-rarity-content .series-variant-card-grid { width:100%; grid-template-columns:repeat(auto-fill,minmax(190px,1fr)); }
    .series-rarity-content > .ad-placement { min-height:0 !important; }
}
@media (max-width:760px) {
    .series-variant-group-row { margin-right:20px; margin-left:20px; display:grid; }
    .series-variant-group-row.is-packed .series-variant-card-grid { grid-template-columns:repeat(auto-fill,minmax(165px,1fr)); }
    .series-variant-group.is-rarity { margin-right:20px; margin-left:20px; }
}
.series-tableau-download {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    cursor: pointer;
    white-space: nowrap;
}

.series-tableau-download[disabled] { opacity: .65; cursor: wait; }

@media (max-width: 700px) {
    .series-title-row { flex-wrap: wrap; }
    .series-tableau-download { order: 2; }
}

.series-stamp-grid .series-promo-card.is-sources-card { display:grid!important; }
