/* Godzila workspace — consolidated stylesheet.
   Generated from the per-component .razor.css files; every rule is scoped
   under .gz-root (+ the component root class) to preserve the isolation the
   scoped CSS gave, without scope attributes. Loaded once via App.razor.
   Edit here, not in .razor.css (those are removed). */

/* ==== Pages/Index.razor.css  (scoped: .gz-root) ==== */
.gz-root {
    --gz-pri: #4c3bcf;
    --gz-pri-d: #3a2ca6;
    --gz-pri-l: #ece9fb;
    --gz-border: #e4e4e9;
    --gz-line: #eef0f3;
    --gz-txt: #23262f;
    --gz-muted: #74747f;
    --gz-bg: #f1f1f5;
    --gz-green: #15803d;
    --gz-green-bg: #e7f6ec;
    --gz-amber: #b45309;
    --gz-amber-bg: #fdf2da;
    --gz-red: #b3261e;
    --gz-red-bg: #fbe9e7;
    --gz-teal: #0d7d8c;
    --gz-teal-bg: #e3f3f4;
    --gz-blue: #2563eb;

    /* Zdroj ponuky. Travelco (naše CK) koralová, TravelData tyrkysová — dva zdroje niesli jeden
       a ten istý tyrkysový štítok, takže sa dali rozoznať iba čítaním textu. */
    --gz-coral: #c2410c;
    --gz-coral-bg: #fdeee6;

    
    --gz-brand: var(--gz-pri);
    --gz-ok: var(--gz-green);
    --gz-warn: var(--gz-amber);
    --gz-danger: var(--gz-red);
    --gz-info: var(--gz-teal);

    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    color: var(--gz-txt);
    -webkit-font-smoothing: antialiased;
    background: var(--gz-bg);
    
    margin: -1rem;
    border-radius: 0;
    padding: 0.6rem 0.9rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

/* ═══ Pás záložiek klientov (PR3) ═══ */
.gz-root .gz-tabs {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    flex-wrap: wrap;
    min-height: 34px;
}
.gz-root .gz-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px 7px 12px;
    background: #e7e7ee;
    border: 1px solid var(--gz-border);
    border-bottom: none;
    border-radius: 9px 9px 0 0;
    font-size: 12.5px;
    color: var(--gz-muted);
    cursor: pointer;
    max-width: 260px;
}
.gz-root .gz-tab:hover { background: #eeeef4; }
.gz-root .gz-tab.active {
    background: #fff;
    color: var(--gz-txt);
    font-weight: 700;
    box-shadow: 0 -1px 0 var(--gz-pri) inset;
}
.gz-root .gz-tab-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b9b9c4;
    flex: none;
}
.gz-root .gz-tab-dot.on { background: #4ade80; }
.gz-root .gz-tab-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gz-root .gz-tab-offer {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-pri);
    background: var(--gz-pri-l);
    border-radius: 6px;
    padding: 1px 6px;
    flex: none;
}
.gz-root .gz-tab-close {
    border: none;
    background: none;
    color: var(--gz-muted);
    font-size: 15px;
    line-height: 1;
    padding: 0 2px;
    cursor: pointer;
    border-radius: 4px;
    flex: none;
}
.gz-root .gz-tab-close:hover { background: var(--gz-red-bg); color: var(--gz-red); }
.gz-root .gz-tab-new {
    border: 1px dashed var(--gz-border);
    background: none;
    color: var(--gz-muted);
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 9px 9px 0 0;
    cursor: pointer;
    align-self: flex-end;
}
.gz-root .gz-tab-new:hover { background: #eeeef4; color: var(--gz-txt); }
}

/* Neblokujúce ⚠ z kotvenia záložky (neprenositeľná obsadenosť a pod.) — pod pásom záložiek. */
.gz-root .gz-anchor-notice {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .35rem 0 0;
    padding: .4rem .65rem;
    background: var(--gz-amber-bg);
    color: var(--gz-amber);
    border: 1px solid color-mix(in srgb, var(--gz-amber) 30%, transparent);
    border-radius: .45rem;
    font-size: .82rem;
}
.gz-root .gz-anchor-notice-x {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 .15rem;
}
.gz-root .gz-anchor-notice-x:hover { opacity: .7; }
/* Značka čerstvosti výsledkov (owner 24.07.) — nenápadný riadok nad výsledkami. */
.gz-root .gz-freshness {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: .35rem 0 0;
    padding: .3rem .1rem;
    color: var(--gz-muted, #6b7280);
    font-size: .78rem;
}
.gz-root .gz-freshness .gz-spin {
    width: 12px;
    height: 12px;
    border: 2px solid color-mix(in srgb, var(--gz-pri, #4c3bcf) 30%, transparent);
    border-top-color: var(--gz-pri, #4c3bcf);
    border-radius: 50%;
    display: inline-block;
    animation: gz-spin .7s linear infinite;
    flex: none;
}
.gz-root .gz-freshness-note { color: var(--gz-amber, #b45309); }
.gz-root .gz-freshness-x {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: .95rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 .15rem;
}
.gz-root .gz-freshness-x:hover { opacity: .7; }
.gz-root .gz-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.gz-root .gz-product-title {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.gz-root .gz-product-name {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: var(--gz-pri-d);
}
.gz-root .gz-product-sub {
    font-size: 11.5px;
    color: var(--gz-muted);
}
.gz-root .gz-header-right {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.gz-root .gz-sources {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 12.5px;
    font-weight: 600;
}
.gz-root .gz-sources label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
}
.gz-root .gz-sources input[type="checkbox"] {
    accent-color: var(--gz-pri);
    margin: 0;
}
.gz-root .gz-source-warn {
    color: var(--gz-amber);
    cursor: help;
    font-size: 13px;
}
.gz-root .gz-client-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.7rem;
    background: #fff;
    border: 1px solid var(--gz-border);
    border-radius: 999px;
    font-size: 12.5px;
    cursor: help;
}
.gz-root .gz-client-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gz-muted);
}
.gz-root .gz-search-summary {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid var(--gz-border);
    border-radius: 8px;
    padding: 0.45rem 0.75rem;
}
.gz-root .gz-summary-icon {
    font-size: 13px;
}
.gz-root .gz-summary-part {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.gz-root .gz-summary-sep {
    color: var(--gz-border);
    font-weight: 400;
}
.gz-root .gz-search-summary .gz-summary-edit {
    margin-left: auto;
}
.gz-root .gz-disabled {
    opacity: 0.75;
    padding: 0.75rem 1rem;
}
.gz-root .gz-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid var(--gz-border);
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
}
.gz-root .gz-panel-sources {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 13px;
}
.gz-root .gz-source-notice {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    background: var(--gz-amber-bg);
    color: var(--gz-amber);
    border: 1px solid currentColor;
    border-left-width: 3px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
.gz-root .gz-state {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    background: #fff;
    border: 1px dashed var(--gz-border);
    border-radius: 8px;
    color: var(--gz-muted);
}
.gz-root .gz-state-loading {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    border-style: solid;
}
.gz-root .gz-state-error {
    border: 1px solid var(--gz-red);
    background: var(--gz-red-bg);
    color: var(--gz-red);
}
.gz-root .gz-error-detail {
    font-size: 0.75rem;
    max-height: 12rem;
    overflow: auto;
    white-space: pre-wrap;
    color: var(--gz-txt);
}
.gz-root .gz-results {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}
.gz-root .gz-locations {
    flex: 0 0 16.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    max-height: clamp(360px, calc(100vh - 300px), 760px);
    overflow-y: auto;
    scrollbar-width: thin;
    background: #fff;
    border: 1px solid var(--gz-border);
    border-radius: 8px;
    padding: 0.6rem;
}
.gz-root .gz-rail-collapsed {
    flex: 0 0 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0;
    background: #fff;
    border: 1px solid var(--gz-border);
    border-radius: 8px;
    cursor: pointer;
}
.gz-root .gz-rail-caret {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gz-border);
    border-radius: 6px;
    font-size: 13px;
    color: var(--gz-muted);
}
.gz-root .gz-rail-vtext {
    writing-mode: vertical-rl;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--gz-muted);
    white-space: nowrap;
}
.gz-root .gz-locations-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}
.gz-root .gz-locations-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--gz-txt);
}
.gz-root .gz-rail-toggle {
    width: 28px;
    height: 28px;
    border: 1px solid var(--gz-border);
    border-radius: 8px;
    background: var(--gz-line);
    color: var(--gz-txt);
    font-size: 14px;
    cursor: pointer;
}
.gz-root .gz-rail-toggle:hover {
    border-color: var(--gz-pri);
}
.gz-root .gz-locations .rz-text-subtitle2, .gz-root .gz-section-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gz-muted);
}
.gz-root .gz-location-head {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: end;
    gap: 0.5rem;
    padding: 0.2rem 0.55rem 0.3rem;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--gz-muted);
}
.gz-root .gz-location-head > span:first-child { grid-column: 2; }
.gz-root .gz-lh-price { grid-column: 3; text-align: right; white-space: nowrap; }
.gz-root .gz-lh-arr { grid-column: 4; text-align: center; }
.gz-root .gz-rband-section > .gz-section-label {
    color: var(--gz-teal);
}
.gz-root .gz-rband-section {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--gz-line);
}
.gz-root .gz-rband {
    display: grid;
    grid-template-columns: 1rem 2.4rem 1fr;
    align-items: center;
    gap: 0.35rem;
    padding: 0.22rem 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12.5px;
}
.gz-root .gz-rband:hover {
    background: var(--gz-line);
}
.gz-root .gz-rband-active {
    background: var(--gz-teal-bg);
}
.gz-root .gz-rband-radio {
    color: var(--gz-teal);
    font-size: 12px;
}
.gz-root .gz-rband-num {
    font-weight: 800;
    color: var(--gz-teal);
}
.gz-root .gz-rband-word {
    font-weight: 500;
    color: var(--gz-txt);
}
.gz-root .gz-rband-note {
    padding: 0.15rem 0.5rem 0;
    font-size: 10.5px;
    font-style: italic;
    color: var(--gz-muted);
    cursor: help;
}
.gz-root .gz-location {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.55rem;
    border-bottom: 1px solid var(--gz-line);
    cursor: pointer;
    font-size: 13px;
    transition: background 0.12s ease;
}
.gz-root .gz-location:hover {
    background: var(--gz-line);
}
.gz-root .gz-location input[type="checkbox"] {
    accent-color: var(--gz-pri);
    margin: 0;
    align-self: center;
}
.gz-root .gz-dest-all {
    border: 1px dashed var(--gz-border);
    border-radius: 6px;
}

/* Drill-down rail: one destination at a time. The mark sits where the checkbox used to,
   so the column grid is unchanged — but it reads as a choice, not as a tick-list. */
.gz-root .gz-dest-mark {
    font-size: 11px;
    line-height: 1;
    color: var(--gz-border);
    align-self: center;
    justify-self: center;
    min-width: 0.85rem;
    text-align: center;
}
.gz-root .gz-dest-on {
    background: var(--gz-pri-l);
}
.gz-root .gz-dest-on .gz-dest-mark {
    color: var(--gz-pri);
}
.gz-root .gz-dest-on .gz-location-name {
    color: var(--gz-pri);
}
/* The destination whose AREA is the active filter: shown as active-but-not-itself. */
.gz-root .gz-dest-drilled {
    box-shadow: inset 3px 0 0 var(--gz-pri);
}

/* Country header row — the top level, and only rendered when more than one country is in play. */
.gz-root .gz-country-row {
    background: #eeeef6;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 12px;
    border-bottom: 1px solid var(--gz-border);
}

/* Everything under a country shifts right, so the three levels read as three levels. */
.gz-root .gz-nested {
    padding-left: 1.1rem;
}
.gz-root .gz-location-sub.gz-nested {
    padding-left: 2.5rem;
}

/* Destination header row (row = select, caret = open the areas). */
.gz-root .gz-region-row {
    background: #f7f7fb;
    font-weight: 700;
}
.gz-root .gz-standalone-label {
    margin-top: 4px;
}
.gz-root .gz-region-caret-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0.85rem;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
    border-radius: 4px;
}
.gz-root .gz-region-caret-btn:hover {
    background: var(--gz-border);
}
.gz-root .gz-region-caret {
    flex: none;
    font-size: 10px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-region-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gz-root .gz-location-sub {
    padding-left: 1.7rem;
}
.gz-root .gz-dest-loading {
    padding: 0.4rem 0.6rem;
    font-size: 12px;
    font-style: italic;
    color: var(--gz-muted);
}
.gz-root .gz-location-name {
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    min-width: 0;
}
.gz-root .gz-location-count {
    font-weight: 400;
    font-size: 11px;
    color: var(--gz-muted);
}
.gz-root .gz-location-price {
    white-space: nowrap;
    font-weight: 700;
    color: var(--gz-pri);
    text-align: right;
}
.gz-root .gz-location-arrival {
    display: flex;
    justify-content: center;
    min-width: 1.2rem;
}
.gz-root .gz-loc-info {
    color: var(--gz-muted);
    font-size: 13px;
    cursor: help;
}
.gz-root .gz-hotels {
    flex: 1 1 24rem;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.gz-root .gz-detail {
    flex: 0 1 26rem;
    min-width: 19rem;
    max-height: clamp(360px, calc(100vh - 300px), 760px);
    overflow-y: auto;
    scrollbar-width: thin;
}
.gz-root .gz-terms-flow {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
@media (max-width: 72rem) {
.gz-root .gz-results {
        flex-wrap: wrap;
        height: auto;
    }
.gz-root .gz-locations {
        max-height: 20rem;
    }
.gz-root .gz-detail {
        flex: 1 1 100%;
        max-height: none;
        overflow-y: visible;
    }
}

/* ==== Components/GodzilaSearchPanel.razor.css  (scoped: .gz-band) ==== */
.gz-root .gz-band {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 10px 8px;
    background: #fff;
    border-bottom: 1px solid var(--gz-border, #e4e4e9);
    padding: 12px 16px 13px;
    position: relative;
    z-index: 30;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-band .gz-spacer {
    flex: 1;
    min-width: 6px;
}
.gz-root .gz-band .gz-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
}
.gz-root .gz-band .gz-label {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .4px;
    padding-left: 2px;
    white-space: nowrap;
}
.gz-root .gz-band .gz-box {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    background: #fff;
    padding: 0 10px;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-band .gz-box:hover, .gz-root .gz-band .gz-box:focus-within {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-band .gz-input {
    border: none;
    outline: none;
    background: transparent;
    font: inherit;
    font-weight: 600;
    color: inherit;
    padding: 0;
}
.gz-root .gz-band .gz-input-date {
    width: 118px;
}
.gz-root .gz-band .gz-input-num {
    width: 42px;
    text-align: center;
}
.gz-root .gz-band .gz-sep, .gz-root .gz-band .gz-affix {
    color: var(--gz-muted, #74747f);
    font-size: 12px;
    white-space: nowrap;
}
.gz-root .gz-band .gz-box-airports {
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px 8px;
    min-width: 168px;
    max-width: 320px;
}
.gz-root .gz-band .gz-chip {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: var(--gz-pri-l, #ece9fb);
    color: var(--gz-pri-d, #3a2ca6);
    font-weight: 700;
    font-size: 11.5px;
    padding: 3px 4px 3px 8px;
    border-radius: 5px;
    white-space: nowrap;
}
.gz-root .gz-band .gz-chip-x {
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    opacity: .6;
    font-size: 13px;
    line-height: 1;
    padding: 0 3px;
}
.gz-root .gz-band .gz-chip-x:hover {
    opacity: 1;
}
.gz-root .gz-band .gz-add-select {
    border: none;
    background: transparent;
    color: var(--gz-muted, #74747f);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    max-width: 88px;
}
.gz-root .gz-band .gz-box-btn {
    cursor: pointer;
    justify-content: space-between;
    min-width: 138px;
    font: inherit;
    font-weight: 600;
    text-align: left;
}
.gz-root .gz-band .gz-box-pax {
    min-width: 172px;
    max-width: 250px;
}
.gz-root .gz-band .gz-box-btn-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gz-root .gz-band .gz-caret {
    color: var(--gz-muted, #74747f);
    font-size: 11px;
    flex: none;
}
.gz-root .gz-band .gz-select {
    cursor: pointer;
    outline: none;
    font-weight: 600;
    min-width: 130px;
    padding: 0 8px;
    appearance: auto;
}
.gz-root .gz-band .gz-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: transparent;
}
.gz-root .gz-band .gz-popover {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    background: #fff;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(20, 20, 40, .16);
    padding: 12px;
    z-index: 80;
}
.gz-root .gz-band .gz-popover-countries {
    width: 252px;
}
.gz-root .gz-band .gz-popover-pax {
    width: 282px;
    padding: 15px;
}
.gz-root .gz-band .gz-pop-title {
    font-size: 11px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 8px;
}
/* Hotel autocomplete field */
.gz-root .gz-band .gz-box-hotel {
    width: 168px;
    min-width: 0;
    font-family: inherit;
}
.gz-root .gz-band input.gz-box-hotel:focus { outline: none; border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-band input.gz-box-hotel::placeholder { color: #a7a7b2; }
.gz-root .gz-band .gz-box-hotel-picked { justify-content: space-between; background: var(--gz-pri-l, #ece9fb); border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-band .gz-hotel-picked-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: var(--gz-pri-d, #3a2ca6);
}
/* Hotel sedí za hviezdami blízko pravého okraja — popover kotvíme doprava,
   aby na užších šírkach nepretiekol mimo viewport. */
.gz-root .gz-band .gz-popover-hotel { width: 340px; left: auto; right: 0; }
@media (max-width: 1500px) {
    .gz-root .gz-band .gz-box-hotel { width: 138px; }
}
.gz-root .gz-band .gz-add-btn {
    border: none;
    background: none;
    color: var(--gz-pri, #4c3bcf);
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 4px;
    white-space: nowrap;
}
.gz-root .gz-band .gz-popover-airports {
    width: 318px;
}
/* Single-select rows in the airport popover (no checkboxes; click = pick + close) */
.gz-root .gz-band .gz-pop-item {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    padding: 7px 7px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gz-txt, #23262f);
    font-family: inherit;
}
.gz-root .gz-band .gz-pop-item:hover { background: var(--gz-line, #eef0f3); }
.gz-root .gz-band .gz-pop-item.gz-pop-picked { background: var(--gz-pri-l, #ece9fb); }
.gz-root .gz-band .gz-pop-tick {
    width: 14px;
    flex: none;
    color: var(--gz-pri, #4c3bcf);
    font-weight: 800;
}
.gz-root .gz-band .gz-pop-itemhint {
    margin-left: auto;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--gz-muted, #74747f);
    text-decoration: underline;
}
/* Narrower airport box while nothing is picked */
.gz-root .gz-band .gz-box-airport.gz-box-compact { min-width: 118px; max-width: 132px; }
.gz-root .gz-band .gz-pop-divider {
    height: 1px;
    background: var(--gz-border, #e4e4e9);
    margin: 6px 0;
    flex: none;
}
.gz-root .gz-band .gz-pop-picked {
    background: var(--gz-pri-l, #ece9fb);
}
.gz-root .gz-band .gz-len-any {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    border: none;
    background: none;
    color: var(--gz-muted, #74747f);
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 2px 0;
}
.gz-root .gz-band .gz-len-any:hover { color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-band .gz-pop-search {
    width: 100%;
    height: 32px;
    margin-bottom: 8px;
    padding: 0 10px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    font-size: 12.5px;
    color: var(--gz-txt, #23262f);
    background: #fff;
}
.gz-root .gz-band .gz-pop-search:focus {
    outline: none;
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-band .gz-pop-search::placeholder { color: #a7a7b2; }
.gz-root .gz-band .gz-pop-nomatch {
    padding: 10px 7px;
    font-size: 12px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-band .gz-pop-list {
    max-height: 262px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.gz-root .gz-band .gz-pop-check {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 7px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 600;
}
.gz-root .gz-band .gz-pop-check:hover {
    background: var(--gz-line, #eef0f3);
}
.gz-root .gz-band .gz-pop-check input {
    accent-color: var(--gz-pri, #4c3bcf);
    margin: 0;
}
.gz-root .gz-band .gz-pop-done {
    margin-top: 11px;
    width: 100%;
    height: 34px;
    border: none;
    border-radius: 7px;
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-weight: 600;
    font-size: 12.5px;
    cursor: pointer;
}
.gz-root .gz-band .gz-pop-done:hover {
    background: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-band .gz-pax-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.gz-root .gz-band .gz-pax-name {
    font-weight: 600;
}
.gz-root .gz-band .gz-pax-sub {
    font-size: 11px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-band .gz-step {
    display: flex;
    align-items: center;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    overflow: hidden;
    height: 34px;
}
.gz-root .gz-band .gz-step button {
    border: none;
    background: var(--gz-line, #eef0f3);
    width: 32px;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-band .gz-step button:disabled {
    opacity: .45;
    cursor: default;
}
.gz-root .gz-band .gz-step span {
    width: 34px;
    text-align: center;
    font-weight: 700;
}
.gz-root .gz-band .gz-pax-children-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--gz-line, #eef0f3);
    padding-top: 12px;
    margin-bottom: 10px;
}
.gz-root .gz-band .gz-pax-add {
    border: 1px solid var(--gz-pri, #4c3bcf);
    color: var(--gz-pri, #4c3bcf);
    background: #fff;
    border-radius: 7px;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.gz-root .gz-band .gz-pax-add:hover {
    background: var(--gz-pri-l, #ece9fb);
}
.gz-root .gz-band .gz-pax-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
.gz-root .gz-band .gz-pax-child-lbl {
    font-size: 12.5px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-band .gz-input-age {
    width: 56px;
    height: 32px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    text-align: center;
    font: inherit;
    font-weight: 700;
    outline: none;
    margin-left: auto;
}
.gz-root .gz-band .gz-input-age:focus {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-band .gz-pax-remove {
    border: none;
    background: none;
    color: var(--gz-red, #b3261e);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0 2px;
}
.gz-root .gz-band .gz-sources {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
}
.gz-root .gz-band .gz-sources label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gz-muted, #74747f);
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-band .gz-sources input {
    accent-color: var(--gz-pri, #4c3bcf);
    margin: 0;
}
.gz-root .gz-band .gz-btn-search {
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 1px 2px rgba(76, 59, 207, .4);
    white-space: nowrap;
    flex: none;
}
.gz-root .gz-band .gz-btn-search:hover:not(:disabled) {
    background: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-band .gz-btn-search:disabled {
    opacity: .75;
    cursor: default;
}
.gz-root .gz-band .gz-btn-more {
    height: 40px;
    padding: 0 13px;
    border: 1px solid var(--gz-pri, #4c3bcf);
    border-radius: 10px;
    background: #fff;
    color: var(--gz-pri-d, #3a2ca6);
    font-weight: 600;
    font-size: 12.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex: none;
}
.gz-root .gz-band .gz-btn-more:hover {
    background: var(--gz-pri-l, #ece9fb);
}
.gz-root .gz-band .gz-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
}
.gz-root .gz-band .gz-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: gz-spin .7s linear infinite;
    flex: none;
}
@keyframes gz-spin {
    to {
        transform: rotate(360deg);
    }
}
.gz-root .gz-band .gz-box-term {
    min-width: 13.5rem;
    gap: 7px;
}
.gz-root .gz-band .gz-pop-head {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--gz-txt, #23262f);
    margin-bottom: 10px;
}
.gz-root .gz-band .gz-popover-len {
    min-width: 17rem;
}
.gz-root .gz-band .gz-len-grid {
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
}

/* ==== Components/GodzilaDateRangePicker.razor.css  (scoped: .gz-drp) ==== */
.gz-root .gz-drp {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    
    z-index: 80;
    background: #fff;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(20, 20, 40, .12);
    padding: 16px 18px 12px;
    max-width: min(648px, calc(100vw - 24px));
    overflow-x: auto; 
}
.gz-root .gz-drp .gz-drp-nav {
    position: absolute;
    top: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--gz-border, #e4e4e9);
    background: #fff;
    color: var(--gz-txt, #23262f);
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}
.gz-root .gz-drp .gz-drp-nav:hover {
    border-color: var(--gz-pri, #4c3bcf);
    color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-drp .gz-drp-nav-prev {
    left: 14px;
}
.gz-root .gz-drp .gz-drp-nav-next {
    right: 14px;
}
.gz-root .gz-drp .gz-drp-months {
    display: flex;
    gap: 24px;
}
.gz-root .gz-drp .gz-drp-month {
    width: 280px; 
    flex: none;
}
.gz-root .gz-drp .gz-drp-title {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--gz-txt, #23262f);
    height: 36px; 
    line-height: 36px;
    margin-bottom: 4px;
}
.gz-root .gz-drp .gz-drp-weekdays, .gz-root .gz-drp .gz-drp-grid {
    display: grid;
    grid-template-columns: repeat(7, 40px);
    justify-content: center;
}
.gz-root .gz-drp .gz-drp-weekday {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-drp .gz-drp-blank {
    height: 40px;
}
.gz-root .gz-drp .gz-drp-day {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    font-size: 13.5px;
    color: var(--gz-txt, #23262f);
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}
.gz-root .gz-drp .gz-drp-day:hover:not(:disabled):not(.is-start):not(.is-end):not(.is-range) {
    background: var(--gz-line, #eef0f3);
    box-shadow: inset 0 0 0 1px var(--gz-border, #e4e4e9);
}
.gz-root .gz-drp .gz-drp-day.is-past, .gz-root .gz-drp .gz-drp-day:disabled {
    color: #c3c3cc;
    cursor: default;
}
.gz-root .gz-drp .gz-drp-day.is-range {
    background: var(--gz-pri-l, #ece9fb);
    color: var(--gz-pri-d, #3a2ca6);
    border-radius: 0;
}
.gz-root .gz-drp .gz-drp-day.is-start, .gz-root .gz-drp .gz-drp-day.is-end {
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
}
.gz-root .gz-drp .gz-drp-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--gz-line, #eef0f3);
    margin-top: 12px;
    padding-top: 12px;
}
.gz-root .gz-drp .gz-drp-selection {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--gz-txt, #23262f);
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-drp .gz-drp-clear {
    border: 0;
    background: transparent;
    color: var(--gz-muted, #74747f);
    font-size: 12.5px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
}
.gz-root .gz-drp .gz-drp-clear:hover {
    color: var(--gz-txt, #23262f);
    background: var(--gz-line, #eef0f3);
}
.gz-root .gz-drp .gz-drp-cancel {
    height: 36px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gz-txt, #23262f);
    cursor: pointer;
}
.gz-root .gz-drp .gz-drp-cancel:hover {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-drp .gz-drp-apply {
    height: 36px;
    padding: 0 16px;
    background: var(--gz-pri, #4c3bcf);
    border: 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.gz-root .gz-drp .gz-drp-apply:hover {
    background: var(--gz-pri-d, #3a2ca6);
}
@media (max-width: 40rem) {
.gz-root .gz-drp {
        padding: 14px 12px 10px;
    }
.gz-root .gz-drp .gz-drp-months {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }
.gz-root .gz-drp .gz-drp-footer {
        flex-wrap: wrap;
    }
.gz-root .gz-drp .gz-drp-selection {
        flex-basis: 100%;
    }
}

/* ==== Components/GodzilaPreferencesPanel.razor.css  (scoped: .gz-prefs) ==== */
.gz-root .gz-prefs {
    background: #fbfbfd;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
}
.gz-root .gz-prefs .gz-prefs-header {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
}
.gz-root .gz-prefs .gz-prefs-badge {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(135deg, #6d5ce0, var(--gz-pri, #4c3bcf));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex: none;
}
.gz-root .gz-prefs .gz-prefs-title {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--gz-txt, #23262f);
    white-space: nowrap;
}
.gz-root .gz-prefs .gz-prefs-counts {
    font-size: 12px;
    color: var(--gz-muted, #74747f);
    white-space: nowrap;
}
.gz-root .gz-prefs .gz-prefs-hint {
    color: var(--gz-muted, #74747f);
    font-size: 12px;
}
.gz-root .gz-prefs .gz-prefs-spacer {
    flex: 1;
}
.gz-root .gz-prefs .gz-prefs-minis {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 24px;
    min-width: 0;
}
.gz-root .gz-prefs .gz-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 11px;
    white-space: nowrap;
}
.gz-root .gz-prefs .gz-mini-pill-must {
    background: var(--gz-red-bg, #fbe9e7);
    color: var(--gz-red, #b3261e);
}
.gz-root .gz-prefs .gz-mini-pill-preferred {
    background: var(--gz-pri-l, #ece9fb);
    color: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-prefs .gz-mini-pill-avoid {
    background: #f3ece1;
    color: #7a5230;
}
.gz-root .gz-prefs .gz-prefs-btn {
    height: 30px;
    padding: 0 13px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    flex: none;
}
.gz-root .gz-prefs .gz-prefs-btn-edit {
    color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-prefs .gz-prefs-btn-edit:hover {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-prefs .gz-prefs-btn-collapse {
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-prefs .gz-prefs-btn-collapse:hover {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-prefs .gz-prefs-body {
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 11px 16px;
    border-top: 1px solid var(--gz-line, #eef0f3);
}
.gz-root .gz-prefs .gz-zone {
    flex: 1 1 15rem;
    min-width: 0;
    border: 1px solid;
    border-radius: 9px;
    padding: 8px 10px 9px;
}
.gz-root .gz-prefs .gz-zone-must {
    background: #fdf0ef;
    border-color: #f1d6d3;
}
.gz-root .gz-prefs .gz-zone-preferred {
    background: #f5f3fd;
    border-color: #e0daf7;
}
.gz-root .gz-prefs .gz-zone-avoid {
    background: #fbf5ec;
    border-color: #ecdcc4;
}
.gz-root .gz-prefs .gz-zone-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.gz-root .gz-prefs .gz-zone-title {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.gz-root .gz-prefs .gz-zone-title-must {
    color: var(--gz-red, #b3261e);
}
.gz-root .gz-prefs .gz-zone-title-preferred {
    color: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-prefs .gz-zone-title-avoid {
    color: #7a5230;
}
.gz-root .gz-prefs .gz-zone-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}
.gz-root .gz-prefs .gz-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 6px 3px 9px;
    border-radius: 14px;
}
.gz-root .gz-prefs .gz-chip-must {
    border-color: #e7b7b3;
    color: var(--gz-red, #b3261e);
}
.gz-root .gz-prefs .gz-chip-preferred {
    border-color: #d6d0f5;
    color: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-prefs .gz-chip-avoid {
    border-color: #e2cdb0;
    color: #7a5230;
}
.gz-root .gz-prefs .gz-chip-mark {
    font-size: 9px;
}
.gz-root .gz-prefs .gz-chip-num {
    width: 4.2rem;
    height: 20px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 5px;
    padding: 0 4px;
    font-size: 11.5px;
    color: var(--gz-txt, #23262f);
    outline: none;
}
.gz-root .gz-prefs .gz-chip-num:focus {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-prefs .gz-chip-unit {
    font-size: 11px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-prefs .gz-pref-unmapped {
    color: var(--gz-amber, #b45309);
    font-weight: 700;
    cursor: help;
}
.gz-root .gz-prefs .gz-chip-remove {
    border: none;
    background: none;
    color: inherit;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.gz-root .gz-prefs .gz-chip-remove:hover {
    opacity: 1;
}
.gz-root .gz-prefs .gz-zone-add {
    height: 24px;
    max-width: 10rem;
    border: 1px dashed #cfcfd8;
    border-radius: 14px;
    background: #fff;
    color: var(--gz-muted, #74747f);
    font-size: 11.5px;
    font-weight: 600;
    padding: 0 9px;
    cursor: pointer;
    outline: none;
}
.gz-root .gz-prefs .gz-zone-add:hover, .gz-root .gz-prefs .gz-zone-add:focus {
    border-color: var(--gz-pri, #4c3bcf);
    color: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-prefs .gz-prefs-footer {
    display: flex;
    gap: 9px;
    padding: 0 16px 11px;
}
.gz-root .gz-prefs .gz-btn-primary {
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 7px;
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-weight: 700;
    font-size: 12.5px;
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-prefs .gz-btn-primary:hover {
    background: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-prefs .gz-btn-ghost {
    height: 36px;
    padding: 0 12px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    background: #fff;
    color: var(--gz-muted, #74747f);
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-prefs .gz-btn-ghost:hover:enabled {
    border-color: var(--gz-red, #b3261e);
    color: var(--gz-red, #b3261e);
}
.gz-root .gz-prefs .gz-btn-ghost:disabled {
    opacity: 0.5;
    cursor: default;
}

/* ==== Components/GodzilaCriteriaDrawer.razor.css  (scoped: .gz-drawer-layer) ==== */
.gz-root .gz-drawer-layer {
    position: fixed;
    inset: 0;
    z-index: 90;
}
.gz-root .gz-drawer-layer .gz-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 40, .25);
}
.gz-root .gz-drawer-layer .gz-drawer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 520px;
    max-width: 90vw;
    background: #fff;
    box-shadow: -8px 0 30px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    animation: gz-drawer-in .15s ease;
}
@keyframes gz-drawer-in {
    from { opacity: 0; transform: translateX(14px); }
    to { opacity: 1; transform: translateX(0); }
}
.gz-root .gz-drawer-layer .gz-drawer-header {
    padding: 15px 20px;
    border-bottom: 1px solid var(--gz-border, #e4e4e9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
}
.gz-root .gz-drawer-layer .gz-drawer-heading {
    display: flex;
    align-items: baseline;
    gap: 9px;
}
.gz-root .gz-drawer-layer .gz-drawer-title {
    font-size: 16px;
    font-weight: 800;
}
.gz-root .gz-drawer-layer .gz-drawer-badge {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--gz-pri-d, #3a2ca6);
    background: var(--gz-pri-l, #ece9fb);
    padding: 1px 9px;
    border-radius: 10px;
    white-space: nowrap;
}
.gz-root .gz-drawer-layer .gz-drawer-close {
    border: none;
    background: var(--gz-line, #eef0f3);
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    color: var(--gz-muted, #74747f);
    flex: none;
}
.gz-root .gz-drawer-layer .gz-drawer-close:hover {
    background: var(--gz-bg, #f1f1f5);
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-drawer-layer .gz-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.gz-root .gz-drawer-layer .gz-section-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--gz-pri-d, #3a2ca6);
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 9px;
}
.gz-root .gz-drawer-layer .gz-caption {
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
    margin-bottom: 6px;
}
.gz-root .gz-drawer-layer .gz-market-toggle {
    display: flex;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    overflow: hidden;
    height: 32px;
    width: max-content;
    cursor: help;
}
.gz-root .gz-drawer-layer .gz-market-opt {
    border: none;
    background: #fff;
    padding: 0 13px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gz-muted, #74747f);
    cursor: help;
}
.gz-root .gz-drawer-layer .gz-market-opt:disabled {
    
    pointer-events: none;
}
.gz-root .gz-drawer-layer .gz-market-opt-first {
    background: var(--gz-bg, #f1f1f5);
    border-right: 1px solid var(--gz-border, #e4e4e9);
}
.gz-root .gz-drawer-layer .gz-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.gz-root .gz-drawer-layer .gz-rating-chip {
    border: 1px solid var(--gz-border, #e4e4e9);
    background: #fff;
    color: var(--gz-txt, #23262f);
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-drawer-layer .gz-rating-chip:hover {
    border-color: var(--gz-pri, #4c3bcf);
    color: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-drawer-layer .gz-rating-chip-active, .gz-root .gz-drawer-layer .gz-rating-chip-active:hover {
    background: var(--gz-pri, #4c3bcf);
    border-color: var(--gz-pri, #4c3bcf);
    color: #fff;
}
.gz-root .gz-drawer-layer .gz-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 14px;
}
.gz-root .gz-drawer-layer .gz-check {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 12.5px;
    user-select: none;
}
.gz-root .gz-drawer-layer .gz-check-box {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1.5px solid var(--gz-border, #e4e4e9);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    flex: none;
}
.gz-root .gz-drawer-layer .gz-check-label {
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-drawer-layer .gz-check:hover .gz-check-box {
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-drawer-layer .gz-check-on .gz-check-box {
    background: var(--gz-pri, #4c3bcf);
    border-color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-drawer-layer .gz-check-on .gz-check-label {
    font-weight: 600;
}
.gz-root .gz-drawer-layer .gz-check-disabled, .gz-root .gz-drawer-layer .gz-check-disabled:hover {
    cursor: help;
}
.gz-root .gz-drawer-layer .gz-check-disabled .gz-check-box, .gz-root .gz-drawer-layer .gz-check-disabled:hover .gz-check-box {
    border-color: var(--gz-border, #e4e4e9);
    background: var(--gz-bg, #f1f1f5);
}
.gz-root .gz-drawer-layer .gz-check-disabled .gz-check-label {
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-drawer-layer .gz-beach-note {
    margin-top: 7px;
    font-size: 10.5px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
}
/* ── CK filter v drawri (owner 24.07.: rozšírené filtre) ── */
.gz-root .gz-drawer .gz-ckf-search {
    width: 100%;
    height: 34px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    margin-bottom: 8px;
}
.gz-root .gz-drawer .gz-ckf-search:focus { outline: none; border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-drawer .gz-ckf-bulk { display: flex; gap: 6px; margin-bottom: 8px; }
.gz-root .gz-drawer .gz-ckf-bulk-btn {
    flex: 1;
    height: 28px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    background: #fff;
    font-size: 12px;
    color: var(--gz-pri, #4c3bcf);
    cursor: pointer;
}
.gz-root .gz-drawer .gz-ckf-bulk-btn:hover { background: #f6f5fe; border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-drawer .gz-ckf-list {
    max-height: 264px;
    overflow-y: auto;
    border: 1px solid var(--gz-line, #eef0f3);
    border-radius: 8px;
    padding: 4px;
}
.gz-root .gz-drawer .gz-ckf-group {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 8px 6px 4px;
}
.gz-root .gz-drawer .gz-ckf-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 6px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}
.gz-root .gz-drawer .gz-ckf-check:hover { background: #f6f5fe; }
.gz-root .gz-drawer .gz-ckf-check input { accent-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-drawer .gz-ckf-picked { background: var(--gz-pri-l, #ece9fb); }
.gz-root .gz-drawer .gz-ckf-divider { height: 1px; background: var(--gz-line, #eef0f3); margin: 4px 0; }
.gz-root .gz-drawer .gz-ckf-nomatch, .gz-root .gz-drawer .gz-ckf-note {
    padding: 8px 6px;
    font-size: 12.5px;
    color: var(--gz-muted, #74747f);
}

.gz-root .gz-drawer-layer .gz-drawer-applynote {
    flex: none;
    padding: 8px 20px 6px;
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    border-top: 1px solid var(--gz-line, #eef0f3);
}
.gz-root .gz-drawer-layer .gz-drawer-footer {
    flex: none;
    padding: 10px 20px 14px;
    border-top: 1px solid var(--gz-border, #e4e4e9);
    display: flex;
    align-items: center;
    gap: 10px;
}
.gz-root .gz-drawer-layer .gz-drawer-spacer {
    flex: 1;
}
.gz-root .gz-drawer-layer .gz-btn-clear {
    height: 40px;
    padding: 0 14px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    background: #fff;
    color: var(--gz-red, #b3261e);
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
}
.gz-root .gz-drawer-layer .gz-btn-clear:hover {
    background: var(--gz-red-bg, #fbe9e7);
    border-color: var(--gz-red, #b3261e);
}
.gz-root .gz-drawer-layer .gz-btn-apply {
    height: 40px;
    padding: 0 22px;
    border: none;
    border-radius: 7px;
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.gz-root .gz-drawer-layer .gz-btn-apply:hover {
    background: var(--gz-pri-d, #3a2ca6);
}

/* ==== Components/GodzilaHotelTable.razor.css  (scoped: .gz-hotel-table) ==== */
.gz-root .gz-hotel-table {
    background: #fff;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    overflow: hidden;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    
    display: flex;
    flex-direction: column;
}
.gz-root .gz-hotel-table .gz-toolbar {
    flex: none;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 9px 14px;
    border-bottom: 1px solid var(--gz-border, #e4e4e9);
}
.gz-root .gz-hotel-table .gz-count {
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.gz-root .gz-hotel-table .gz-count-num {
    font-size: 16px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-hotel-table .gz-count-word {
    font-size: 13px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-hotel-table .gz-toolbar-spacer {
    flex: 1;
}
.gz-root .gz-hotel-table .gz-sort {
    display: flex;
    align-items: center;
    gap: 7px;
}
.gz-root .gz-hotel-table .gz-sort-label {
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-hotel-table .gz-sort-select {
    height: 32px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    padding: 0 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gz-txt, #23262f);
    background: #fff;
    cursor: pointer;
    outline: none;
}
.gz-root .gz-hotel-table .gz-density {
    display: flex;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    overflow: hidden;
    height: 32px;
}
.gz-root .gz-hotel-table .gz-density-btn {
    border: none;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-hotel-table .gz-density-active {
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
}
.gz-root .gz-hotel-table .gz-table-scroll {

    max-height: clamp(280px, calc(100vh - 330px), 700px);
    overflow: auto;
}
.gz-root .gz-hotel-table .gz-table {
    min-width: 1024px;
}

/* CENA sa nesmie stratiť za horizontálnym scrollom (kolega, 24" monitor, 22.07.): pri
   nedostatku šírky sa postupne vzdávajú menej dôležité stĺpce — trend recenzií, pláž,
   odporúčanie — a min-width tabuľky klesá s nimi, aby zvyšok (vrátane ceny) sadol bez
   scrollu. Container queries podľa šírky panela (vzor gz-te-altscol). */
.gz-root .gz-hotel-table { container-type: inline-size; container-name: gz-hoteltable; }
@container gz-hoteltable (max-width: 1060px) {
    .gz-root .gz-hotel-table .gz-col-trend { display: none; }
    .gz-root .gz-hotel-table .gz-table { min-width: 896px; }
}
@container gz-hoteltable (max-width: 930px) {
    .gz-root .gz-hotel-table .gz-col-plaz { display: none; }
    .gz-root .gz-hotel-table .gz-table { min-width: 742px; }
}
@container gz-hoteltable (max-width: 790px) {
    .gz-root .gz-hotel-table .gz-col-reco { display: none; }
    .gz-root .gz-hotel-table .gz-table { min-width: 0; }
}
.gz-root .gz-hotel-table .gz-thead {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #f7f7fa;
    box-shadow: inset 0 -1px 0 var(--gz-border, #e4e4e9);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .3px;
}
.gz-root .gz-hotel-table .gz-th {
    padding: 8px 10px;
}
.gz-root .gz-hotel-table .gz-col-hotel {
    flex: 1;
    min-width: 220px;
}
.gz-root .gz-hotel-table .gz-col-reco {
    width: 184px;
    flex: none;
}
.gz-root .gz-hotel-table .gz-col-hod {
    width: 158px;
    flex: none;
}
.gz-root .gz-hotel-table .gz-col-trend {
    width: 128px;
    flex: none;
}
.gz-root .gz-hotel-table .gz-col-plaz {
    width: 154px;
    flex: none;
}
.gz-root .gz-hotel-table .gz-col-cena {
    width: 196px;
    flex: none;
    text-align: center;
}
.gz-root .gz-hotel-table .gz-row {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--gz-line, #eef0f3);
    background: #fff;
}
.gz-root .gz-hotel-table .gz-row:hover {
    background: #f6f5fe;
}
.gz-root .gz-hotel-table .gz-row-selected, .gz-root .gz-hotel-table .gz-row-selected:hover {
    background: #efecfd;
    box-shadow: inset 3px 0 0 var(--gz-pri, #4c3bcf);
}
.gz-root .gz-hotel-table.gz-compact .gz-cell {
    padding: 5px 10px;
}
.gz-root .gz-hotel-table.gz-comfort .gz-cell {
    padding: 5px 10px;
}
.gz-root .gz-hotel-table .gz-hotel-cell {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}
.gz-root .gz-hotel-table .gz-thumb {
    width: 64px;
    height: 48px;
    border-radius: 6px;
    flex: none;
    overflow: hidden;
    position: relative;
    background: var(--gz-pri-l, #ece9fb);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}
.gz-root .gz-hotel-table.gz-compact .gz-thumb {
    width: 80px;
    height: 60px;
}
.gz-root .gz-hotel-table.gz-comfort .gz-thumb {
    width: 100px;
    height: 74px;
}
.gz-root .gz-hotel-table .gz-thumb-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Priehľadný, kým sa reálne nenačíta (onload → opacity:1) — počas kaskády
       zlyhaní scéna za ním svieti a prehliadač neukáže „broken image" glyf. */
    opacity: 0;
    transition: opacity .2s ease;
}
@media (prefers-reduced-motion: reduce) {
    .gz-root .gz-hotel-table .gz-thumb-img { transition: none; }
}
/* Simulated beach photo: sun + sky + sea + sand, hue-shifted per hotel inline.
   VŽDY za obrázkom (absolute fill) — placeholder, ktorý fotka po načítaní prekryje. */
.gz-root .gz-hotel-table .gz-thumb-scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 77% 30%, #ffe487 0 8%, rgba(255, 228, 135, 0) 9%),
        radial-gradient(closest-side at 20% 100%, #2f7d3f 0 70%, rgba(47, 125, 63, 0) 72%),
        radial-gradient(closest-side at 33% 100%, #2f7d3f 0 60%, rgba(47, 125, 63, 0) 62%),
        linear-gradient(to bottom,
            #bfe6fb 0%, #d9f0fb 44%,
            #55bcd8 44%, #3a9fc4 62%,
            #ecdaa8 62%, #e2cd94 100%);
    background-size: cover;
}
.gz-root .gz-hotel-table .gz-hotel-info {
    min-width: 0;
    flex: 1;
}
.gz-root .gz-hotel-table .gz-hotel-stars {
    color: #e0a106;
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 1;
}
.gz-root .gz-hotel-table .gz-hotel-name {
    font-weight: 700;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
    line-height: 1.2;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-hotel-table .gz-hotel-place {
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.gz-root .gz-hotel-table .gz-match {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gz-root .gz-hotel-table .gz-match-rank {
    font-weight: 800;
    font-size: 13px;
    color: var(--gz-pri-d, #3a2ca6);
    white-space: nowrap;
}
.gz-root .gz-hotel-table .gz-match-pct {
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}
.gz-root .gz-hotel-table .gz-match-hi { color: #15803d; }
.gz-root .gz-hotel-table .gz-match-good { color: #2f8f4e; }
.gz-root .gz-hotel-table .gz-match-mid { color: #b45309; }
.gz-root .gz-hotel-table .gz-match-low { color: #a3631f; }
.gz-root .gz-hotel-table .gz-match-reasons {
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    line-height: 1.3;
}
.gz-root .gz-hotel-table .gz-match-unmet {
    font-size: 10px;
    font-weight: 700;
    color: var(--gz-red, #b3261e);
    margin-top: 2px;
}
.gz-root .gz-hotel-table .gz-match-unknown {
    font-size: 10px;
    font-weight: 700;
    color: var(--gz-amber, #b45309);
    margin-top: 2px;
}
.gz-root .gz-hotel-table .gz-match-nodata {
    font-weight: 700;
    font-size: 12px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-hotel-table .gz-match-nodata-sub {
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    line-height: 1.3;
}
.gz-root .gz-hotel-table .gz-review-line {
    display: flex;
    align-items: center;
    gap: 7px;
}
.gz-root .gz-hotel-table .gz-review-pct {
    background: var(--gz-teal-bg, #e3f3f4);
    color: var(--gz-teal, #0d7d8c);
    font-weight: 800;
    font-size: 12.5px;
    padding: 1px 7px;
    border-radius: 5px;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-hotel-table .gz-review-band {
    font-size: 12px;
    font-weight: 600;
}
.gz-root .gz-hotel-table .gz-review-sources {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    margin-top: 3px;
}
.gz-root .gz-hotel-table .gz-review-src {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.gz-root .gz-hotel-table .gz-review-ta-label {
    font-weight: 700;
    color: #0a9b8a;
}
.gz-root .gz-hotel-table .gz-review-ta-dots {
    letter-spacing: -1px;
    color: #0a9b8a;
}
.gz-root .gz-hotel-table .gz-review-g-label {
    font-weight: 700;
    color: #4285F4;
}
.gz-root .gz-hotel-table .gz-review-g-stars {
    letter-spacing: -1px;
    color: #e0a106;
}
.gz-root .gz-hotel-table .gz-review-count {
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    margin-top: 3px;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-hotel-table .gz-not-verified {
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    line-height: 1.35;
}
.gz-root .gz-hotel-table .gz-trend-low {
    font-size: 10px;
    color: var(--gz-muted, #74747f);
    cursor: help;
    white-space: nowrap;
}
.gz-root .gz-hotel-table .gz-beach {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 12.5px;
    color: var(--gz-teal, #0d7d8c);
}
.gz-root .gz-hotel-table .gz-beach-icon {
    flex: none;
}
.gz-root .gz-hotel-table .gz-price-wrap {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
}
.gz-root .gz-hotel-table .gz-price {
    font-weight: 700;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-hotel-table .gz-price-total {
    font-size: 12px;
    color: var(--gz-muted, #74747f);
    margin-top: 1px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-hotel-table .gz-price-pending {
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    line-height: 1.35;
}

/* ==== Components/GodzilaHotelDetailPanel.razor.css  (scoped: .gz-detail-panel) ==== */
.gz-root .gz-detail-panel {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    padding: 0 0 13px;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    overflow: hidden;
}
.gz-root .gz-detail-panel .gz-detail-empty {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.5rem 0.75rem;
    text-align: center;
}
.gz-root .gz-detail-panel .gz-detail-empty-title {
    font-size: 13px;
    font-weight: 600;
}
.gz-root .gz-detail-panel .gz-detail-empty-sub {
    font-size: 12px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-detail-panel .gz-detail-gallery-wrap {
    padding: 10px 12px 2px;
}
/* Per-CK gallery, Bistro model: a slim source line above the strip (logo + code
   of the operator whose photos show); switching operators lives in the lightbox. */
.gz-root .gz-detail-panel .gz-gal-src {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 11px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-detail-panel .gz-gal-src-logo { height: 14px; width: auto; }
.gz-root .gz-detail-panel .gz-gal-src-name { font-weight: 800; color: var(--gz-txt, #23262f); }
.gz-root .gz-detail-panel .gz-gal-src-hint { font-size: 10.5px; }
/* Popisy CK: filter chips by operators that carry the hotel. */
.gz-root .gz-detail-panel .gz-desc-ops {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 8px 0 10px;
}
.gz-root .gz-detail-panel .gz-desc-chip {
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 999px;
    background: #fff;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    cursor: pointer;
}
.gz-root .gz-detail-panel .gz-desc-chip:hover { border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-detail-panel .gz-desc-chip-on {
    border-color: var(--gz-pri, #4c3bcf);
    background: var(--gz-pri-l, #ece9fb);
    color: var(--gz-pri, #4c3bcf);
}
/* TravelData descriptions are feed HTML (ul/li/br) — compact list styling. */
.gz-root .gz-detail-panel .gz-ck-tdtext { font-size: 12.5px; line-height: 1.55; }
.gz-root .gz-detail-panel .gz-ck-tdtext ul { margin: 4px 0 10px; padding-left: 18px; }
.gz-root .gz-detail-panel .gz-ck-tdtext li { margin: 2px 0; }
.gz-root .gz-detail-panel .gz-ck-tdtext b {
    display: block;
    font-weight: 650;
    margin: 9px 0 3px;
    letter-spacing: .2px;
}
/* Operator ribbon inside the open lightbox (logos, Bistro-style). */
.gz-root .gz-detail-panel .gz-lb-ops {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 12px 70px 10px 16px;
    background: rgba(255, 255, 255, .94);
}
.gz-root .gz-detail-panel .gz-lb-op {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 24px;
    padding: 2px 7px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-detail-panel .gz-lb-op img { max-height: 16px; max-width: 74px; object-fit: contain; }
.gz-root .gz-detail-panel .gz-lb-op:hover { border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-detail-panel .gz-lb-op-on {
    border-color: var(--gz-pri, #4c3bcf);
    box-shadow: 0 0 0 1px var(--gz-pri, #4c3bcf);
}
.gz-root .gz-detail-panel .gz-gal-spin .gz-spin {
    width: 11px;
    height: 11px;
    border: 2px solid #d5d0f2;
    border-top-color: var(--gz-pri, #4c3bcf);
    border-radius: 50%;
    display: inline-block;
    animation: gz-spin .7s linear infinite;
}
.gz-root .gz-detail-panel .gz-detail-gallery {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 2px;
    scrollbar-width: none;
}
.gz-root .gz-detail-panel .gz-detail-gallery::-webkit-scrollbar {
    display: none;
    height: 0;
}
/* Uniform tiles — a portrait source must not shrink into a sliver (cover-crop). */
.gz-root .gz-detail-panel .gz-gallery-photo {
    height: 92px;
    width: 132px;
    object-fit: cover;
    border-radius: 7px;
    flex: 0 0 auto;
}
.gz-root .gz-detail-panel .gz-detail-photo {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}
.gz-root .gz-detail-panel .gz-detail-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-size: 12px;
    border: 1px dashed var(--gz-border, #e4e4e9);
    border-radius: 8px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
    background: var(--gz-line, #eef0f3);
}
/* ── Hotel detail header (tuned prototype: title+stars+market badge / loc / source | price) ── */
.gz-root .gz-detail-panel .gz-hd-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px 14px 8px;
    border-bottom: 1px solid var(--gz-line, #eef0f3);
}
.gz-root .gz-detail-panel .gz-hd-headmain { flex: 1; min-width: 0; }
.gz-root .gz-detail-panel .gz-hd-title {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}
.gz-root .gz-detail-panel .gz-hd-title h3 { font-size: 16px; font-weight: 800; margin: 0; }
.gz-root .gz-detail-panel .gz-hd-stars { color: #e0a106; font-size: 12px; letter-spacing: 1px; }
.gz-root .gz-detail-panel .gz-hd-badge {
    font-size: 9.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 5px;
    letter-spacing: .3px;
}
.gz-root .gz-detail-panel .gz-hd-badge.sk { background: var(--gz-pri-l, #ece9fb); color: var(--gz-pri-d, #3a2ca6); }
.gz-root .gz-detail-panel .gz-hd-badge.dach { background: #eef4ff; color: #2c5fb0; }
.gz-root .gz-detail-panel .gz-hd-loc {
    font-size: 12px;
    color: var(--gz-muted, #74747f);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.gz-root .gz-detail-panel .gz-hd-beach { color: var(--gz-teal, #0d7d8c); font-weight: 700; }
.gz-root .gz-detail-panel .gz-hd-metarow { display: flex; align-items: center; gap: 14px; margin-top: 6px; flex-wrap: wrap; }
.gz-root .gz-detail-panel .gz-hd-src { font-size: 11px; color: var(--gz-muted, #74747f); }
.gz-root .gz-detail-panel .gz-hd-src b { color: #4a4a55; font-weight: 700; }
.gz-root .gz-detail-panel .gz-hd-pricefrom { margin-left: auto; text-align: right; }
.gz-root .gz-detail-panel .gz-hd-pricefrom .lbl {
    font-size: 9.5px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .4px;
}
.gz-root .gz-detail-panel .gz-hd-pricefrom .val {
    font-size: 20px;
    font-weight: 800;
    color: #2563eb;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
/* Data-status bar */
.gz-root .gz-detail-panel .gz-hd-statusbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-bottom: 1px solid var(--gz-line, #eef0f3);
    flex-wrap: wrap;
}
.gz-root .gz-detail-panel .gz-hd-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
}
.gz-root .gz-detail-panel .gz-hd-status .dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.gz-root .gz-detail-panel .gz-hd-status.full { color: var(--gz-green, #15803d); background: #e7f6ec; }
.gz-root .gz-detail-panel .gz-hd-status.full .dot { background: var(--gz-green, #15803d); }
.gz-root .gz-detail-panel .gz-hd-status.partial { color: var(--gz-amber, #b45309); background: #fdf2da; }
.gz-root .gz-detail-panel .gz-hd-status.partial .dot { background: var(--gz-amber, #b45309); }
.gz-root .gz-detail-panel .gz-hd-status.none { color: var(--gz-muted, #74747f); background: #f1f1f4; }
.gz-root .gz-detail-panel .gz-hd-status.none .dot { background: var(--gz-muted, #74747f); }
.gz-root .gz-detail-panel .gz-hd-missing { font-size: 11px; color: var(--gz-muted, #74747f); }
/* AI summary callout + text (Súhrn) */
.gz-root .gz-detail-panel .gz-hd-callout {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 12.5px;
    line-height: 1.5;
}
.gz-root .gz-detail-panel .gz-hd-callout.pri { background: var(--gz-pri-l, #ece9fb); color: var(--gz-pri-d, #3a2ca6); }
.gz-root .gz-detail-panel .gz-hd-callout .ico { font-size: 15px; flex: none; line-height: 1.3; }
.gz-root .gz-detail-panel .gz-ai-text {
    font-size: 13px;
    line-height: 1.6;
    color: #33343d;
    margin: 0 0 10px;
    white-space: pre-line;
}
/* Rating block (Recenzie) */
.gz-root .gz-detail-panel .gz-rating-block {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #eef6f0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
}
.gz-root .gz-detail-panel .gz-rating-big {
    font-size: 38px;
    font-weight: 800;
    color: var(--gz-teal, #0d7d8c);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-detail-panel .gz-rating-big .u { font-size: 18px; font-weight: 700; }
.gz-root .gz-detail-panel .gz-rating-word { font-size: 13px; font-weight: 700; color: #2f6b47; }
.gz-root .gz-detail-panel .gz-rating-count { font-size: 11.5px; color: var(--gz-muted, #74747f); margin-top: 2px; font-variant-numeric: tabular-nums; }
.gz-root .gz-detail-panel .gz-rating-src { display: flex; flex-direction: column; gap: 6px; flex: 1; font-size: 12px; min-width: 0; }
.gz-root .gz-detail-panel .gz-rating-src .r { display: flex; justify-content: space-between; gap: 10px; }
.gz-root .gz-detail-panel .gz-rating-src .ta { color: #0a9b8a; font-weight: 700; }
.gz-root .gz-detail-panel .gz-rating-src .g { color: #4285F4; font-weight: 700; }
.gz-root .gz-detail-panel .gz-rating-src .val { font-weight: 700; color: var(--gz-txt, #23262f); font-variant-numeric: tabular-nums; }
.gz-root .gz-detail-panel .gz-rating-note { font-size: 11.5px; line-height: 1.5; color: var(--gz-muted, #74747f); margin: 8px 0 0; }
.gz-root .gz-detail-panel .gz-metric-cards {
    display: flex;
    gap: 8px;
    padding: 11px 14px 0;
}
.gz-root .gz-detail-panel .gz-metric-card {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
}
.gz-root .gz-detail-panel .gz-metric-card-primary {
    flex: 1.2;
    border-color: #d8d3f5;
    background: #fafaff;
    cursor: help;
}
.gz-root .gz-detail-panel .gz-metric-card-label {
    font-size: 9.5px;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    font-weight: 600;
}
.gz-root .gz-detail-panel .gz-metric-card-value {
    font-size: 17px;
    font-weight: 800;
    color: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-detail-panel .gz-metric-card-match {
    font-size: 11.5px;
    font-weight: 700;
}
.gz-root .gz-detail-panel .gz-match-hi { color: var(--gz-green, #15803d); }
.gz-root .gz-detail-panel .gz-match-good { color: #2f8f4e; }
.gz-root .gz-detail-panel .gz-match-mid { color: var(--gz-amber, #b45309); }
.gz-root .gz-detail-panel .gz-match-low { color: #a3631f; }
.gz-root .gz-detail-panel .gz-metric-card-rating {
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.gz-root .gz-detail-panel .gz-metric-card-pct {
    font-size: 18px;
    font-weight: 800;
    color: var(--gz-teal, #0d7d8c);
}
.gz-root .gz-detail-panel .gz-metric-card-word {
    font-size: 11px;
    font-weight: 600;
}
.gz-root .gz-detail-panel .gz-metric-card-count {
    font-size: 10px;
    color: var(--gz-muted, #74747f);
    margin-top: 2px;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-detail-panel .gz-metric-card-muted {
    font-size: 12px;
    color: var(--gz-muted, #74747f);
    margin-top: 4px;
    line-height: 1.35;
}
.gz-root .gz-detail-panel .gz-trend-line {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px 4px;
}
.gz-root .gz-detail-panel .gz-trend-symbol {
    font-size: 13px;
    font-weight: 800;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-detail-panel .gz-trend-text {
    font-size: 11.5px;
    color: #4a4a55;
    line-height: 1.35;
}
.gz-root .gz-detail-panel .gz-detail-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    padding: 2px 12px 0;
    border-bottom: 1px solid var(--gz-border, #e4e4e9);
    overflow-x: auto;
    scrollbar-width: none;
}
.gz-root .gz-detail-panel .gz-detail-tabs::-webkit-scrollbar {
    display: none;
}
.gz-root .gz-detail-panel .gz-detail-tab {
    white-space: nowrap;
    flex: 0 0 auto;
}
.gz-root .gz-detail-panel .gz-detail-tab {
    appearance: none;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 9px 10px 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gz-muted, #74747f);
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
}
.gz-root .gz-detail-panel .gz-detail-tab:hover {
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-detail-panel .gz-detail-tab-active, .gz-root .gz-detail-panel .gz-detail-tab-active:hover {
    color: var(--gz-pri-d, #3a2ca6);
    border-bottom-color: var(--gz-pri, #4c3bcf);
    font-weight: 700;
}
.gz-root .gz-detail-panel .gz-detail-tab-body {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 13px 14px 0;
}
.gz-root .gz-detail-panel .gz-tab-empty {
    background: #f5f5f8;
    border: 1px solid var(--gz-line, #eef0f3);
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 12px;
    color: var(--gz-muted, #74747f);
    line-height: 1.5;
}
.gz-root .gz-detail-panel .gz-tab-note {
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-detail-panel .gz-overline {
    font-size: 11px;
    font-weight: 800;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.gz-root .gz-detail-panel .gz-body-text {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #3a3a44;
}
.gz-root .gz-detail-panel .gz-musts {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.gz-root .gz-detail-panel .gz-summary-lists {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.gz-root .gz-detail-panel .gz-part-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 6px;
}
.gz-root .gz-detail-panel .gz-part-pill {
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.gz-root .gz-detail-panel .gz-part-available {
    color: var(--gz-green, #15803d);
    background: var(--gz-green-bg, #e7f6ec);
}
.gz-root .gz-detail-panel .gz-part-missing {
    color: var(--gz-muted, #74747f);
    background: var(--gz-line, #eef0f3);
}
.gz-root .gz-detail-panel .gz-review-metrics {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.gz-root .gz-detail-panel .gz-metric {
    display: flex;
    flex-direction: column;
    padding: 6px 10px;
    background: var(--gz-line, #eef0f3);
    border-radius: 8px;
}
.gz-root .gz-detail-panel .gz-metric-value {
    font-size: 17px;
    font-weight: 800;
    color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-detail-panel .gz-metric-label {
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-detail-panel .gz-metric-dots {
    color: var(--gz-teal, #0d7d8c);
    letter-spacing: 2px;
}
.gz-root .gz-detail-panel .gz-metric-stars {
    color: var(--gz-amber, #b45309);
    letter-spacing: 1px;
}
.gz-root .gz-detail-panel .gz-location-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 12px;
    margin: 0;
    font-size: 12.5px;
}
.gz-root .gz-detail-panel .gz-location-list dt {
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-detail-panel .gz-location-list dd {
    margin: 0;
    font-weight: 600;
}
.gz-root .gz-detail-panel .gz-fact-group-header {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 6px;
}
.gz-root .gz-detail-panel .gz-fact-group-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--gz-pri-d, #3a2ca6);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.gz-root .gz-detail-panel .gz-provenance {
    font-size: 11px;
    font-weight: 700;
    padding: 0 0.45rem;
    border-radius: 999px;
    color: var(--gz-green, #15803d);
    background: var(--gz-green-bg, #e7f6ec);
    cursor: help;
}
.gz-root .gz-detail-panel .gz-fact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}
.gz-root .gz-detail-panel .gz-fact-chip {
    padding: 1px 8px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 999px;
    font-size: 12px;
    background: #fff;
}
.gz-root .gz-detail-panel .gz-ck-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    align-self: flex-start;
    background: #eef1fb;
    color: var(--gz-blue, #2563eb);
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
}
.gz-root .gz-detail-panel .gz-ck-description {
    padding-bottom: 0.4rem;
    border-bottom: 1px dashed var(--gz-line, #eef0f3);
}
.gz-root .gz-detail-panel .gz-ck-description:last-of-type {
    border-bottom: none;
}
.gz-root .gz-detail-panel .gz-ck-description h6 {
    margin: 0.4rem 0 0.15rem;
    font-size: 12.5px;
    font-weight: 700;
}
.gz-root .gz-detail-panel .gz-ck-description p {
    margin: 0 0 0.4rem;
    font-size: 12.5px;
    line-height: 1.55;
    color: #3a3a44;
}
.gz-root .gz-detail-panel .gz-ck-disclaimer {
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    line-height: 1.45;
    background: #fbfbfd;
    border: 1px solid var(--gz-line, #eef0f3);
    border-radius: 8px;
    padding: 9px 11px;
}
.gz-root .gz-detail-panel .gz-fact-list {
    display: flex;
    flex-direction: column;
}
.gz-root .gz-detail-panel .gz-fact-row {
    display: flex;
    gap: 8px;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 6px 0;
    font-size: 12.5px;
    border-bottom: 1px solid var(--gz-line, #eef0f3);
}
.gz-root .gz-detail-panel .gz-fact-row:last-child { border-bottom: none; }
.gz-root .gz-detail-panel .gz-fact-label {
    flex: 1 1 11rem;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-detail-panel .gz-fact-state {
    padding: 1px 8px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 11px;
    white-space: nowrap;
}
.gz-root .gz-detail-panel .gz-fact-state-yes {
    color: var(--gz-green, #15803d);
    background: var(--gz-green-bg, #e7f6ec);
}
.gz-root .gz-detail-panel .gz-fact-state-no {
    color: var(--gz-red, #b3261e);
    background: var(--gz-red-bg, #fbe9e7);
}
.gz-root .gz-detail-panel .gz-fact-state-partial {
    color: var(--gz-amber, #b45309);
    background: var(--gz-amber-bg, #fdf2da);
}
.gz-root .gz-detail-panel .gz-fact-state-notverified {
    color: var(--gz-muted, #74747f);
    background: var(--gz-line, #eef0f3);
    font-style: italic;
    font-weight: 500;
}
.gz-root .gz-detail-panel .gz-fact-source {
    font-size: 10px;
    color: var(--gz-muted, #74747f);
    background: #f3f3f7;
    padding: 1px 6px;
    border-radius: 8px;
}

/* ==== Components/GodzilaTermsSection.razor.css  (scoped: .gz-terms-section) ==== */
.gz-root .gz-terms-section {
    background: #fff;
    border-top: 1px solid var(--gz-border, #e4e4e9);
}
.gz-root .gz-terms-section .gz-terms-head {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid var(--gz-border, #e4e4e9);
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    box-shadow: 0 2px 6px rgba(20, 20, 40, .05);
}
.gz-root .gz-terms-section .gz-terms-title {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.gz-root .gz-terms-section .gz-terms-name {
    font-weight: 800;
    font-size: 14.5px;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-terms-section .gz-terms-count {
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    font-weight: 600;
}
/* Zoznam sedí na strope tmc=50 → je orezaný. Predajca to musí vidieť, nie tušiť. */
.gz-root .gz-terms-section .gz-terms-count-capped {
    color: var(--gz-amber);
    cursor: help;
    text-decoration: underline dotted currentColor;
    text-underline-offset: 2px;
}
.gz-root .gz-terms-section .gz-terms-select {
    height: 32px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    background: #fff;
    padding: 0 11px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: var(--gz-txt, #23262f);
    max-width: 240px;
}
.gz-root .gz-terms-section .gz-terms-select:hover, .gz-root .gz-terms-section .gz-terms-select:focus {
    border-color: var(--gz-pri, #4c3bcf);
    outline: none;
}
.gz-root .gz-terms-section .gz-terms-spacer {
    flex: 1;
}
.gz-root .gz-terms-section .gz-terms-sort {
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-terms-scroll {
    overflow-x: auto;
}
.gz-root .gz-terms-section .gz-terms-table {
    font-size: 13px;
    min-width: 1306px;
    color: var(--gz-txt, #23262f);
}
.gz-root .gz-terms-section .gz-terms-cols {
    display: flex;
    align-items: center;
    background: #f7f7fa;
    box-shadow: inset 0 -1px 0 var(--gz-border, #e4e4e9);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.gz-root .gz-terms-section .gz-terms-cols > div {
    padding: 7px 8px;
}
.gz-root .gz-terms-section .gz-term-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gz-line, #eef0f3);
}
.gz-root .gz-terms-section .gz-term-row > div {
    padding: 6px 8px;
}
/* Bistro-style subtle vertical column separators (Excel-like grid). Cells stretch
   to the full row height so the rules run edge-to-edge; content stays centered. */
.gz-root .gz-terms-section .gz-terms-cols > div,
.gz-root .gz-terms-section .gz-term-row > div {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--gz-line, #eef0f3);
}
.gz-root .gz-terms-section .gz-terms-cols > div:last-child,
.gz-root .gz-terms-section .gz-term-row > div:last-child {
    border-right: none;
}
.gz-root .gz-terms-section .gz-w-status {
    width: 172px;
    flex: none;
    padding-left: 10px !important;
}
.gz-root .gz-terms-section .gz-w-ck {
    width: 128px;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

/* Oranžová značka „na vyžiadanie" priamo v riadku. On-request ponuky ostávajú v zozname
   (owner) — musia byť rozoznateľné na prvý pohľad, nie skryté filtrom. */
.gz-root .gz-terms-section .gz-term-onreq {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 1px 6px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    color: var(--gz-amber);
    background: var(--gz-amber-bg);
    border: 1px solid rgba(180, 83, 9, 0.25);
}
.gz-root .gz-terms-section .gz-w-board {
    width: 56px;
    flex: none;
}
.gz-root .gz-terms-section .gz-w-transfer {
    width: 30px;
    flex: none;
    text-align: center;
}
.gz-root .gz-terms-section .gz-w-date {
    width: 172px;
    flex: none;
}
.gz-root .gz-terms-section .gz-w-room {
    flex: 1;
    min-width: 0;
}
.gz-root .gz-terms-section .gz-w-flight {
    width: 168px;
    flex: none;
}
.gz-root .gz-terms-section .gz-w-price {
    width: 100px;
    flex: none;
    text-align: right;
}
.gz-root .gz-terms-section .gz-w-total {
    width: 160px;
    flex: none;
    text-align: right;
    padding-right: 10px !important;
}
.gz-root .gz-terms-section .gz-w-source {
    width: 112px;
    flex: none;
    padding-left: 10px !important;
}
.gz-root .gz-terms-section .gz-w-action {
    width: 118px;
    flex: none;
    text-align: right;
    padding-right: 10px !important;
}
.gz-root .gz-terms-section .gz-term-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--gz-line, #eef0f3);
    color: var(--gz-muted, #74747f);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: help;
}
.gz-root .gz-terms-section .gz-term-operator {
    font-weight: 600;
}
.gz-root .gz-terms-section .gz-cell-nums {
    font-variant-numeric: tabular-nums;
    color: #444;
}
/* Room name may wrap to a second line on narrow screens (no ellipsis cut). */
.gz-root .gz-terms-section .gz-cell-room {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}
.gz-root .gz-terms-section .gz-term-boardcode {
    font-weight: 700;
    font-size: 12px;
}
.gz-root .gz-terms-section .gz-transfer-check {
    color: var(--gz-green, #15803d);
    font-weight: 800;
    cursor: help;
}
.gz-root .gz-terms-section .gz-transfer-no {
    color: var(--gz-red, #b3261e);
    font-weight: 800;
    cursor: help;
}
.gz-root .gz-terms-section .gz-flight {
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-cell-empty {
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-terms-section .gz-price-from {
    font-weight: 700;
    font-size: 12px;
    color: var(--gz-blue, #2563eb);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-price-total {
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-price-pending {
    color: var(--gz-muted, #74747f);
    font-style: italic;
    font-size: 12px;
}
/* Štítok zdroja. Farba nesie informáciu, text ju len potvrdzuje — predtým mali oba zdroje
   rovnaký tyrkysový štítok a v dlhom zozname sa museli lúštiť po písmenách. */
.gz-root .gz-terms-section .gz-source {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    /* Neutrálny základ. Každý zdroj dostáva farbu VÝSLOVNE — keby bola základom tyrkysová,
       „spojené" (a čokoľvek nové) by sa tvárilo ako TravelData bez toho, aby to ktokoľvek napísal. */
    color: var(--gz-muted, #74747f);
    background: var(--gz-line, #eef0f3);
}
.gz-root .gz-terms-section .gz-source-travelco {
    color: var(--gz-coral, #c2410c);
    background: var(--gz-coral-bg, #fdeee6);
}
.gz-root .gz-terms-section .gz-source-traveldata {
    color: var(--gz-teal, #0d7d8c);
    background: var(--gz-teal-bg, #e3f3f4);
}
/* Riadok, ktorý prišiel z OBOCH zdrojov — vlastná farba, aby sa nevydával za jeden z nich. */
.gz-root .gz-terms-section .gz-source-both {
    color: var(--gz-pri, #4c3bcf);
    background: var(--gz-pri-l, #ece9fb);
}
.gz-root .gz-terms-section .gz-terms-empty {
    padding: 14px 10px;
    font-size: 12.5px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-terms-section .gz-terms-empty .gz-terms-unhide { margin-left: 10px; }
.gz-root .gz-terms-section .gz-terms-empty span { vertical-align: middle; }
.gz-root .gz-terms-section .gz-status-unverified {
    cursor: default;
}
.gz-root .gz-terms-section .gz-status-ok {
    background: var(--gz-green-bg, #e7f6ec);
    color: var(--gz-green, #15803d);
    cursor: default;
}
.gz-root .gz-terms-section .gz-status-changed {
    background: var(--gz-amber-bg, #fdf2da);
    color: var(--gz-amber, #b45309);
    cursor: default;
}
.gz-root .gz-terms-section .gz-status-unavail {
    background: var(--gz-red-bg, #fbe9e7);
    color: var(--gz-red, #b3261e);
    cursor: default;
}
.gz-root .gz-terms-section .gz-total-note {
    display: block;
    font-size: 10px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-terms-section .gz-total-old {
    display: block;
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    text-decoration: line-through;
}
.gz-root .gz-terms-section .gz-total-new {
    display: block;
    font-weight: 700;
    color: var(--gz-amber, #b45309);
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-total-unavail {
    font-size: 11.5px;
    font-style: italic;
    color: var(--gz-red, #b3261e);
}
.gz-root .gz-terms-section .gz-terms-verify {
    flex: none;
    border: none;
    border-radius: 8px;
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    padding: 8px 16px;
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-terms-verify:hover:not(:disabled) {
    background: var(--gz-pri-d, #3a2ca6);
}
.gz-root .gz-terms-section .gz-terms-verify:disabled {
    background: var(--gz-line, #eef0f3);
    color: var(--gz-muted, #74747f);
    cursor: default;
}
.gz-root .gz-terms-section .gz-act {
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-terms-section .gz-act:disabled {
    opacity: 0.5;
    cursor: default;
}
.gz-root .gz-terms-section .gz-act-verify {
    border: 1px solid var(--gz-pri, #4c3bcf);
    background: #fff;
    color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-terms-section .gz-act-select {
    border: 1px solid var(--gz-green, #15803d);
    background: var(--gz-green, #15803d);
    color: #fff;
}
.gz-root .gz-terms-section .gz-act-retry {
    border: 1px solid var(--gz-border, #e4e4e9);
    background: #fff;
    color: var(--gz-muted, #74747f);
}

/* Batch verify feedback: the in-flight row pulses and its button shows a spinner,
   queued rows show a waiting chip. Every other Overiť stays live — a click during
   a running batch just appends the row to the queue. */
.gz-root .gz-terms-section .gz-act-busy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--gz-pri, #4c3bcf);
    background: var(--gz-pri-l, #ece9fb);
    color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-terms-section .gz-act-busy:disabled { opacity: 1; }
.gz-root .gz-terms-section .gz-act-queued {
    border: 1px dashed #c9c5e8;
    background: #fff;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-terms-section .gz-act-queued:disabled { opacity: 1; }
.gz-root .gz-terms-section .gz-act .gz-spin {
    width: 11px;
    height: 11px;
    border: 2px solid #d5d0f2;
    border-top-color: var(--gz-pri, #4c3bcf);
    border-radius: 50%;
    display: inline-block;
    animation: gz-spin .7s linear infinite;
}
.gz-root .gz-term-row-verifying {
    animation: gz-verify-pulse 1.1s ease-in-out infinite alternate;
}
@keyframes gz-verify-pulse {
    from { background: #f8f7ff; }
    to { background: #edeafc; }
}

/* ==== Quality fields (Počet hviezd / Pláž) — shared mask+drawer ==== */
/* In the mask the wrapper is display:contents so the fields become band items
   inline with the other .gz-field-s; hidden as a group on narrow screens.
   The Priamy let / Transfer / Na vyžiadanie toggles live only in the drawer. */
.gz-root .gz-field-quality { display: contents; }
.gz-root .gz-qf { display: contents; }
.gz-root .gz-qf-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
/* V maske (band) sa pole hviezd nesmie zúžiť pod šírku vlastného labelu: po výbere „4★" je
   obsah boxu kratší než UPPERCASE „POČET HVIEZD" a nowrap label by pretiekol cez susedný
   „HOTEL" (owner 07-22). fit-content = max(label, box) — v drawri (stacked) neplatí. */
.gz-root .gz-band .gz-qf-stars { min-width: fit-content; }
.gz-root .gz-qf-label {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .4px;
    padding-left: 2px;
    white-space: nowrap;
    /* Poistka: ak by pole ktokoľvek v budúcnosti opäť stlačil pod šírku labelu, label sa
       skráti elipsou namiesto pretečenia do vedľajšieho poľa. */
    overflow: hidden;
    text-overflow: ellipsis;
}
.gz-root .gz-qf-select {
    height: 40px;
    min-width: 8.5rem;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    background: #fff;
    padding: 0 0.6rem;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    cursor: pointer;
}
.gz-root .gz-qf-select:hover { border-color: var(--gz-pri, #4c3bcf); }

/* Toggle switches (Priamy let / Transfer / Na vyžiadanie) — drawer „Let a ponuka". */
.gz-root .gz-qf-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 40px;
    min-width: 8.5rem;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    background: #fff;
    padding: 0 0.7rem;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    cursor: pointer;
}
.gz-root .gz-qf-toggle:hover { border-color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-qf-toggle-track {
    position: relative;
    flex: none;
    width: 34px;
    height: 20px;
    border-radius: 999px;
    background: #cdced6;
    transition: background .15s ease;
}
.gz-root .gz-qf-toggle-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    transition: left .15s ease;
}
.gz-root .gz-qf-toggle-text { font-weight: 600; color: var(--gz-muted, #74747f); }
.gz-root .gz-qf-toggle-on .gz-qf-toggle-track { background: var(--gz-pri, #4c3bcf); }
.gz-root .gz-qf-toggle-on .gz-qf-toggle-knob { left: 16px; }
.gz-root .gz-qf-toggle-on .gz-qf-toggle-text { color: var(--gz-pri, #4c3bcf); }
.gz-root .gz-qf-stacked .gz-qf-pair { display: flex; gap: 10px; }
.gz-root .gz-qf-stacked .gz-qf-pair .gz-qf-field { flex: 1; min-width: 0; }
.gz-root .gz-qf-stacked .gz-qf-toggle { width: 100%; height: 32px; min-width: 0; padding: 0 0.55rem; }

/* Drawer variant: stacked, full width; the section is hidden on wide screens
   (fields live in the mask there) and shown only when the mask hides them. */
.gz-root .gz-qf-stacked {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gz-root .gz-qf-stacked .gz-qf-select {
    width: 100%;
    height: 38px;
}
.gz-root .gz-drawer-quality { display: none; }

/* Breakpoints: on narrow monitors the mask never wraps — anything that does not
   fit moves into the „Ďalšie kritériá" drawer instead of deforming. Under 1500px
   the beach select moves there and the mask compacts, so the STARS still fit on
   a 13" laptop; only under 1180px do the stars follow into the drawer. */
/* Fields must never shrink below their content — otherwise a fixed-min button
   inside overflows into the neighbouring field (the 13" overlap). The spacer
   is the only flexible item. */
.gz-root .gz-band .gz-field { flex: none; }
@media (max-width: 1500px) {
    .gz-root .gz-field-quality .gz-qf-beach { display: none; }
    .gz-root .gz-drawer-quality { display: block; }
    .gz-root .gz-band { gap: 10px 5px; padding: 12px 10px 13px; }
    .gz-root .gz-band .gz-box { padding: 0 8px; }
    .gz-root .gz-band .gz-box-term { min-width: 10.5rem; }
    .gz-root .gz-band .gz-box-pax { min-width: 126px; max-width: 168px; }
    .gz-root .gz-band .gz-select { min-width: 92px; max-width: 118px; }
    .gz-root .gz-band .gz-box-hotel { width: 122px; }
    .gz-root .gz-qf-select { min-width: 6.2rem; }
    .gz-root .gz-band .gz-box-airport.gz-box-compact { min-width: 100px; max-width: 112px; }
    .gz-root .gz-band .gz-btn-search { padding: 0 14px; }
    .gz-root .gz-band .gz-btn-more { padding: 0 12px; }
}
@media (max-width: 1180px) {
    .gz-root .gz-field-quality { display: none; }
}

/* ==== Godzila tools injected into the top navbar (outside .gz-root) ==== */
.gz-navbar-tools {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 13px;
}
.gz-navbar-src {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    white-space: nowrap;
}
.gz-navbar-src input[type="checkbox"] {
    accent-color: #fff;
    margin: 0;
}
.gz-navbar-warn {
    color: #ffd66b;
    cursor: help;
}
.gz-client-wrap { position: relative; }
.gz-navbar-client {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, .15);
    border: none;
    color: inherit;
    font: inherit;
    border-radius: 999px;
    white-space: nowrap;
    cursor: pointer;
}
.gz-navbar-client:hover { background: rgba(255, 255, 255, .25); }
.gz-navbar-client.on { background: rgba(255, 255, 255, .28); }
.gz-navbar-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}
.gz-navbar-client.on .gz-navbar-dot { background: #4ade80; }
.gz-navbar-offer { opacity: .85; font-weight: 600; }

/* Popover na zadanie aktívneho klienta. FIXED (nie absolute) — sekcia žije vnútri
   RadzenHeader, ktorý by absolútny popover mohol orezať; fixed sa neoreže nikdy.
   Backdrop zachytí klik mimo a zavrie. */
.gz-client-backdrop {
    position: fixed;
    inset: 0;
    z-index: 59;
}
.gz-client-pop {
    position: fixed;
    top: 4.7rem;
    right: 1rem;
    z-index: 60;
    width: 320px;
    background: #fff;
    color: var(--gz-txt, #23262f);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
    padding: 14px 16px 12px;
}
.gz-client-pop-head { font-size: 13px; font-weight: 800; margin-bottom: 10px; }

/* Vyhľadanie v existujúcich objednávkach */
.gz-client-search-in {
    width: 100%;
    font: inherit;
    font-size: 13px;
    padding: 7px 10px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
}
.gz-client-search-in:focus-visible { outline: 2px solid var(--gz-pri, #4c3bcf); outline-offset: 0; border-color: transparent; }
.gz-client-search-note {
    margin-top: 6px;
    font-size: 11.5px;
    color: var(--gz-muted, #74747f);
    display: flex;
    align-items: center;
    gap: 6px;
}
.gz-client-results {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 190px;
    overflow-y: auto;
}
.gz-client-result {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    font: inherit;
    font-size: 12.5px;
    background: none;
    border: none;
    border-radius: 7px;
    padding: 6px 8px;
    cursor: pointer;
}
.gz-client-result:hover { background: var(--gz-pri-l, #ece9fb); }
.gz-client-result b { font-weight: 700; color: var(--gz-txt, #23262f); }
.gz-client-result-ord { font-size: 11px; color: var(--gz-muted, #74747f); flex: none; }
.gz-client-or {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin: 12px 0 10px;
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .4px;
}
.gz-client-or::before, .gz-client-or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--gz-line, #eef0f3);
}
.gz-client-pop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gz-client-pop-grid label {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 11px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
}
.gz-client-pop-grid input {
    font: inherit;
    font-size: 13px;
    font-weight: 400;
    color: var(--gz-txt, #23262f);
    padding: 6px 8px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
}
.gz-client-pop-grid input:focus-visible { outline: 2px solid var(--gz-pri, #4c3bcf); outline-offset: 0; border-color: transparent; }
.gz-client-pop-note {
    margin-top: 10px;
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    line-height: 1.4;
}
.gz-client-pop-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}
.gz-client-clear, .gz-client-done {
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid transparent;
}
.gz-client-clear { background: none; color: var(--gz-red, #b3261e); border-color: var(--gz-border, #e4e4e9); }
.gz-client-clear:hover { background: #fdecec; }
.gz-client-done { background: var(--gz-pri, #4c3bcf); color: #fff; }
.gz-client-done:hover { background: var(--gz-pri-d, #3a2ca6); }

/* Odporúčanie column hint when no client preferences are applied yet. */
.gz-root .gz-hotel-table .gz-match-hint {
    font-size: 11.5px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
    line-height: 1.3;
}

/* ==== Gallery lightbox (detail panel) ==== */
.gz-root .gz-detail-panel .gz-gallery-clickable {
    cursor: pointer;
    transition: opacity .12s ease;
}
.gz-root .gz-detail-panel .gz-gallery-clickable:hover {
    opacity: .88;
}
.gz-root .gz-detail-panel .gz-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 15, 25, .85);
    padding: 3vh 4vw;
}
.gz-root .gz-detail-panel .gz-lightbox-img {
    max-width: 92vw;
    max-height: 92vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}
.gz-root .gz-detail-panel .gz-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.gz-root .gz-detail-panel .gz-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gz-root .gz-detail-panel .gz-lightbox-close:hover,
.gz-root .gz-detail-panel .gz-lightbox-nav:hover {
    background: rgba(255, 255, 255, .28);
}
.gz-root .gz-detail-panel .gz-lightbox-prev { left: 20px; }
.gz-root .gz-detail-panel .gz-lightbox-next { right: 20px; }
.gz-root .gz-detail-panel .gz-lightbox-counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    background: rgba(0, 0, 0, .4);
    padding: 4px 12px;
    border-radius: 999px;
}

/* ==== Terms expandable rows (caret + detail panel) ==== */
.gz-root .gz-terms-section .gz-w-caret {
    width: 26px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gz-root .gz-terms-section .gz-term-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: var(--gz-muted, #74747f);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 2px;
}
.gz-root .gz-terms-section .gz-term-caret:hover,
.gz-root .gz-terms-section .gz-term-caret-open {
    color: var(--gz-pri, #4c3bcf);
}
.gz-root .gz-terms-section .gz-term-row-open {
    background: #fafaff;
}
.gz-root .gz-terms-section .gz-term-expand {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding: 13px 16px 13px 40px;
    background: #fafaff;
    border-bottom: 1px solid var(--gz-border, #e4e4e9);
}
/* Footer note of the verified detail — divider + breathing room (never glued). */
.gz-root .gz-term-detail .gz-te-note {
    margin: 14px 40px 0;
    padding: 12px 0 14px;
    border-top: 1px solid var(--gz-border, #e9eaee);
    font-size: 11px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
    line-height: 1.5;
}
.gz-root .gz-terms-section .gz-te-hint {
    margin-top: 6px;
    font-size: 11px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
}
/* Tá istá poznámka na ČELE neovereného detailu — bez footer bordera (panel má vlastný
   hore) a zarovnaná s gridom pod ňou (vľavo 40px, vpravo 18px). */
.gz-root .gz-term-detail .gz-te-note-intro {
    margin: 0;
    padding: 12px 18px 0 40px;
    border-top: none;
}

/* ==== Terms flight cell: destination badge + naturally-wrapping flight string ==== */
.gz-root .gz-terms-section .gz-flight-cell {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
}
.gz-root .gz-terms-section .gz-flight-text {
    font-variant-numeric: tabular-nums;
    color: #444;
    line-height: 1.4;
}

/* Confirmed pauschal (verified) — green; offer detail block in the expand panel. */
.gz-root .gz-terms-section .gz-pkg-ok {
    background: var(--gz-green-bg, #e7f6ec);
    color: var(--gz-green, #15803d);
}
/* ════════ Verified offer detail — gz-term-detail (tuned prototype design) ════════
   Structure: verify strip → te-body (te-main cards grid + optional alternatives
   panel) → footer note. Interactivity is class-toggled from Blazor only. */
.gz-root .gz-terms-section .gz-term-expand-detail {
    display: block;
    padding: 0;
}
.gz-root .gz-term-detail {
    --gz-pri: #4c3bcf; --gz-pri-d: #3a2ca6; --gz-pri-l: #ece9fb;
    --gz-line: #eef0f3;
    --gz-green: #15803d; --gz-amber: #b45309; --gz-red: #b3261e;
    --gz-bg-soft: #fafaff;
    color: var(--gz-txt, #23262f);
    font-size: 13px;
    line-height: 1.45;
    background: var(--gz-bg-soft);
    border-top: 1px solid var(--gz-border, #e9eaee);
}
/* verify-row strip (stav overenia nad detailom) */
.gz-root .gz-term-detail .gz-verify-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 40px;
    background: #fff;
    border-bottom: 1px solid var(--gz-line);
    font-size: 12px;
}
.gz-root .gz-term-detail .gz-vr-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 6px;
}
.gz-root .gz-term-detail .gz-verify-row.is-ok .gz-vr-status { color: var(--gz-green); background: #e7f6ec; }
.gz-root .gz-term-detail .gz-verify-row.is-price .gz-vr-status { color: var(--gz-amber); background: #fdf2da; }
.gz-root .gz-term-detail .gz-verify-row.is-gone .gz-vr-status { color: var(--gz-red); background: #fbe9e7; }
.gz-root .gz-term-detail .gz-verify-row.is-req .gz-vr-status { color: #7c5c10; background: #fdf2da; }
.gz-root .gz-term-detail .gz-vr-note { color: var(--gz-muted, #74747f); }
.gz-root .gz-term-detail .gz-vr-price {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    font-size: 14px;
}
.gz-root .gz-term-detail .gz-price-old {
    text-decoration: line-through;
    color: var(--gz-muted, #74747f);
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
}
.gz-root .gz-term-detail .gz-price-new { color: var(--gz-amber); }

/* Hlavička detailu (Detail ponuky + akcie) — plná šírka nad trojstĺpcovým gridom. */
.gz-root .gz-term-detail .gz-te-headwrap { padding: 13px 18px 0 40px; }
.gz-root .gz-term-detail .gz-te-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    flex-wrap: wrap;
}
.gz-root .gz-term-detail .gz-te-head h4 { font-size: 13px; font-weight: 800; margin: 0; }
.gz-root .gz-term-detail .gz-te-badge {
    background: var(--gz-pri-l);
    color: var(--gz-pri-d);
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 5px;
}
.gz-root .gz-term-detail .gz-te-badge.is-dyn { background: #fdf2da; color: var(--gz-amber); }
.gz-root .gz-term-detail .gz-te-sctx { font-size: 11px; color: var(--gz-muted, #74747f); }
.gz-root .gz-term-detail .gz-te-hash {
    font-family: ui-monospace, Menlo, monospace;
    font-size: 10px;
    color: #9a9aa6;
    background: #f1f1f4;
    padding: 2px 7px;
    border-radius: 5px;
}
.gz-root .gz-term-detail .gz-te-sec { margin-bottom: 20px; }
.gz-root .gz-term-detail .gz-te-sec:last-child { margin-bottom: 0; }
.gz-root .gz-term-detail .gz-alt-date {
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    font-variant-numeric: tabular-nums;
    flex: none;
}
.gz-root .gz-term-detail .gz-alt-flag {
    font-size: 10px;
    font-weight: 700;
    color: var(--gz-green, #15803d);
    background: #eaf6ee;
    border-radius: 8px;
    padding: 1px 7px;
    flex: none;
}
.gz-root .gz-term-detail .gz-alt-flag.warn {
    color: #92600a;
    background: #fdf3e2;
}
.gz-root .gz-term-detail .gz-alt-nb {
    font-size: 10px;
    font-weight: 700;
    color: #92600a;
    background: #fdf3e2;
    border-radius: 8px;
    padding: 1px 7px;
}
.gz-root .gz-term-detail .gz-te-altsnote {
    border-top: 1px solid var(--gz-line);
    margin-top: 8px;
    padding: 10px 2px 0;
    font-size: 11.5px;
    font-style: italic;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-term-detail .gz-te-sub {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--gz-txt, #23262f);
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--gz-pri-l);
    margin-bottom: 8px;
}
.gz-root .gz-term-detail .gz-te-card {
    border: 1px solid var(--gz-border, #e9eaee);
    border-radius: 9px;
    padding: 9px 12px;
    background: #fff;
}
.gz-root .gz-term-detail .gz-te-card + .gz-te-card { margin-top: 8px; }

/* key-value lines */
.gz-root .gz-term-detail .gz-te-kv { display: flex; flex-direction: column; }
.gz-root .gz-term-detail .gz-te-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 3px 0;
    font-size: 12px;
    border-bottom: 1px solid var(--gz-line);
}
.gz-root .gz-term-detail .gz-te-k { color: var(--gz-muted, #74747f); flex: none; }
.gz-root .gz-term-detail .gz-te-v {
    font-weight: 600;
    color: #33343d;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-term-detail .gz-te-v.is-strong { font-weight: 700; color: var(--gz-txt, #23262f); }

/* flights */
.gz-root .gz-term-detail .gz-flt-dirblock { margin-bottom: 8px; }
.gz-root .gz-term-detail .gz-flt-dirhead {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
}
.gz-root .gz-term-detail .gz-flt-tag {
    font-size: 9px;
    font-weight: 800;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    letter-spacing: .3px;
}
.gz-root .gz-term-detail .gz-flt-tag.out { background: var(--gz-pri); }
.gz-root .gz-term-detail .gz-flt-tag.back { background: #6a6f8a; }
.gz-root .gz-term-detail .gz-flt-when { font-size: 11px; color: var(--gz-muted, #74747f); }
.gz-root .gz-term-detail .gz-flt-dir { display: flex; align-items: center; gap: 10px; }
.gz-root .gz-term-detail .gz-flt-to { text-align: right; }
.gz-root .gz-term-detail .gz-flt-time {
    font-size: 16px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
.gz-root .gz-term-detail .gz-flt-code { font-size: 10.5px; color: var(--gz-muted, #74747f); margin-top: 2px; }
.gz-root .gz-term-detail .gz-flt-conn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--gz-muted, #74747f);
}
.gz-root .gz-term-detail .gz-flt-durtxt { font-size: 9.5px; }
.gz-root .gz-term-detail .gz-flt-bar { width: 100%; height: 1px; background: var(--gz-border, #e9eaee); }
.gz-root .gz-term-detail .gz-flt-meta { font-size: 10.5px; color: var(--gz-muted, #74747f); margin-top: 6px; }
/* Connection itinerary: odlet -> prilet -> cakanie -> odlet -> prilet, full airport names */
.gz-root .gz-term-detail .gz-flt-leghead {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--gz-muted, #74747f);
    margin: 8px 0 3px;
}
.gz-root .gz-term-detail .gz-flt-itin .gz-flt-leghead:first-child { margin-top: 0; }
.gz-root .gz-term-detail .gz-flt-pt {
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 2px 0;
}
.gz-root .gz-term-detail .gz-flt-pt .t {
    font-size: 15px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    min-width: 46px;
    flex: none;
}
.gz-root .gz-term-detail .gz-flt-pt .d {
    font-size: 10px;
    font-weight: 700;
    color: var(--gz-amber);
    flex: none;
}
.gz-root .gz-term-detail .gz-flt-pt .lbl {
    font-size: 10px;
    font-weight: 700;
    color: var(--gz-muted, #74747f);
    text-transform: uppercase;
    letter-spacing: .3px;
    width: 40px;
    flex: none;
}
.gz-root .gz-term-detail .gz-flt-pt .ap {
    font-size: 12px;
    font-weight: 600;
    color: #33343d;
    min-width: 0;
}
.gz-root .gz-term-detail .gz-flt-pt .code {
    font-size: 10.5px;
    font-weight: 800;
    color: var(--gz-muted, #74747f);
    margin-left: 5px;
}
.gz-root .gz-term-detail .gz-flt-conn-dot {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 7px 0;
    padding: 4px 9px;
    background: #f4f4fa;
    border-radius: 6px;
    font-size: 10.5px;
    color: var(--gz-pri-d);
    font-weight: 600;
}
.gz-root .gz-term-detail .gz-flt-conn-dot .ico { width: 12px; height: 12px; flex: none; }

.gz-root .gz-term-detail .gz-te-oplogo {
    display: block;
    max-height: 22px;
    max-width: 130px;
    margin: 0 0 7px;
}
/* booking chips */
.gz-root .gz-term-detail .gz-bt-chip {
    font-size: 10px;
    font-weight: 700;
    color: #5a6573;
    background: #eef1f6;
    padding: 2px 8px;
    border-radius: 11px;
}
.gz-root .gz-term-detail .gz-bt-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }

/* info blocks (German verify texts) + operator message */
.gz-root .gz-term-detail .gz-te-info-row {
    font-size: 11.5px;
    line-height: 1.5;
    color: #3a3a44;
    padding: 3px 0;
    border-bottom: 1px solid var(--gz-line);
}
.gz-root .gz-term-detail .gz-te-info-row:last-child { border-bottom: none; }
.gz-root .gz-term-detail .gz-te-clamped {
    max-height: 210px;
    overflow: hidden;
    position: relative;
}
.gz-root .gz-term-detail .gz-te-clamped::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 44px;
    background: linear-gradient(to bottom, rgba(250, 250, 255, 0), var(--gz-bg-soft, #fafaff));
}
.gz-root .gz-term-detail .gz-te-more {
    border: none;
    background: none;
    padding: 4px 0 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--gz-pri, #4c3bcf);
    cursor: pointer;
    text-decoration: underline;
}
.gz-root .gz-term-detail .gz-te-msg { font-size: 12px; line-height: 1.55; color: #33343d; }

/* alternatives panel (renders only when the verify returned alternatives) */
.gz-root .gz-term-detail .gz-te-alts {
    width: 346px;
    flex: none;
    border-left: 1px solid var(--gz-border, #e9eaee);
    background: #fff;
    display: flex;
    flex-direction: column;
    max-height: 452px;
}
.gz-root .gz-term-detail .gz-alt-head {
    padding: 11px 15px 9px;
    border-bottom: 1px solid var(--gz-line);
    display: flex;
    align-items: center;
    gap: 8px;
}
.gz-root .gz-term-detail .gz-alt-head .t {
    font-weight: 800;
    font-size: 12.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.gz-root .gz-term-detail .gz-alt-head .c {
    font-size: 10.5px;
    color: var(--gz-muted, #74747f);
    background: var(--gz-line);
    padding: 2px 8px;
    border-radius: 9px;
    font-weight: 700;
}
.gz-root .gz-term-detail .gz-alt-list {
    flex: 1;
    overflow-y: auto;
    padding: 11px 13px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    scrollbar-width: thin;
}
.gz-root .gz-term-detail .gz-alt-card {
    border: 1px solid var(--gz-border, #e9eaee);
    border-radius: 9px;
    padding: 10px 11px;
    background: #fff;
}
.gz-root .gz-term-detail .gz-alt-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
.gz-root .gz-term-detail .gz-alt-note .n { font-size: 10.5px; font-weight: 700; color: var(--gz-pri-d); }
.gz-root .gz-term-detail .gz-alt-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    margin-bottom: 3px;
}
.gz-root .gz-term-detail .gz-alt-lbl { font-size: 9px; font-weight: 800; width: 26px; flex: none; }
.gz-root .gz-term-detail .gz-alt-lbl.out { color: var(--gz-pri); }
.gz-root .gz-term-detail .gz-alt-lbl.back { color: #6a6f8a; }
.gz-root .gz-term-detail .gz-alt-row b { font-variant-numeric: tabular-nums; }
.gz-root .gz-term-detail .gz-alt-row .rt { color: var(--gz-muted, #74747f); }
.gz-root .gz-term-detail .gz-alt-row .no { color: #b9b9c4; font-size: 10px; margin-left: auto; }
.gz-root .gz-term-detail .gz-alt-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid var(--gz-line);
}
.gz-root .gz-term-detail .gz-alt-delta { font-size: 11.5px; font-weight: 700; font-variant-numeric: tabular-nums; }
.gz-root .gz-term-detail .gz-alt-delta.up { color: var(--gz-amber); }
.gz-root .gz-term-detail .gz-alt-delta.down { color: var(--gz-green); }
.gz-root .gz-term-detail .gz-alt-delta.same { color: var(--gz-muted, #74747f); }
.gz-root .gz-term-detail .gz-btn {
    border-radius: 6px;
    height: 28px;
    padding: 0 12px;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
}
.gz-root .gz-term-detail .gz-btn-verify { border-color: var(--gz-pri); background: #fff; color: var(--gz-pri); }
.gz-root .gz-term-detail .gz-btn-verify:disabled { opacity: .55; cursor: default; }
.gz-root .gz-term-detail .gz-btn-choose { border: none; background: var(--gz-green); color: #fff; }
.gz-root .gz-term-detail .gz-btn-disabled {
    border: 1px solid var(--gz-border, #e9eaee);
    background: #f3f3f7;
    color: var(--gz-muted, #74747f);
    cursor: default;
    font-weight: 600;
}
.gz-root .gz-term-detail .gz-badge-ok {
    font-size: 10px;
    font-weight: 700;
    color: var(--gz-green);
    background: #e7f6ec;
    padding: 2px 7px;
    border-radius: 5px;
    white-space: nowrap;
}
.gz-root .gz-term-detail .gz-badge-ok.is-price { color: var(--gz-amber); background: #fdf2da; }
.gz-root .gz-term-detail .gz-badge-ok.is-gone { color: var(--gz-red); background: #fbe9e7; }
.gz-root .gz-term-detail .gz-alt-total {
    font-size: 11px;
    font-weight: 700;
    color: var(--gz-green);
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-term-detail .gz-spin {
    width: 12px;
    height: 12px;
    border: 2px solid var(--gz-line);
    border-top-color: var(--gz-pri);
    border-radius: 50%;
    display: inline-block;
    animation: gz-spin .7s linear infinite;
}
@keyframes gz-spin { to { transform: rotate(360deg); } }
/* On-demand DE→SK translation toggle. */
.gz-root .gz-terms-section .gz-te-lang {
    margin-left: auto;
    border: 1px solid var(--gz-line, #e2e5ea);
    background: #fff;
    color: var(--gz-accent, #5a4bd6);
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    padding: 2px 9px;
    border-radius: 5px;
    cursor: pointer;
}
.gz-root .gz-terms-section .gz-te-lang:hover {
    background: var(--gz-accent-bg, #f1effb);
}

/* ==== SK/CZ ⇄ DACH market-scope filter (hotel toolbar) + market badges ==== */
.gz-root .gz-hotel-table .gz-market-scope {
    display: inline-flex;
    margin-left: 14px;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 7px;
    overflow: hidden;
    height: 32px;
}
.gz-root .gz-hotel-table .gz-ms-opt {
    border: none;
    background: #fff;
    color: var(--gz-muted, #74747f);
    font-size: 12px;
    font-weight: 600;
    padding: 0 12px;
    cursor: pointer;
}
.gz-root .gz-hotel-table .gz-ms-opt + .gz-ms-opt {
    border-left: 1px solid var(--gz-border, #e4e4e9);
}
.gz-root .gz-hotel-table .gz-ms-on {
    background: var(--gz-pri, #4c3bcf);
    color: #fff;
}
.gz-root .gz-hotel-table .gz-hotel-markets {
    display: flex;
    gap: 5px;
    margin-top: 4px;
}
.gz-root .gz-hotel-table .gz-mkt {
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 3px;
}
.gz-root .gz-hotel-table .gz-mkt-skcz {
    background: #e8f0fe;
    color: #1a56db;
}
.gz-root .gz-hotel-table .gz-mkt-dach {
    background: #f1ecfd;
    color: #6b3fd4;
}

/* ==== Počet hviezd — multi-select dropdown (checkbox per star category) ==== */
.gz-root .gz-qf-multi { position: relative; }
.gz-root .gz-qf-multibtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    text-align: left;
}
.gz-root .gz-qf-multitext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gz-root .gz-qf-multicaret {
    color: var(--gz-muted, #74747f);
    font-size: 11px;
    flex: none;
}
.gz-root .gz-qf-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
}
.gz-root .gz-qf-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 41;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--gz-border, #e4e4e9);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 5px;
}
.gz-root .gz-qf-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13px;
    color: var(--gz-txt, #23262f);
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-qf-opt:hover { background: var(--gz-accent-bg, #f1effb); }
.gz-root .gz-qf-optlabel { display: inline-flex; align-items: center; }
/* Star glyph: gold, a touch smaller, vertically centred to the number, slightly spaced. */
.gz-root .gz-star {
    color: #f5b301;
    font-size: 0.82em;
    margin-left: 3px;
    line-height: 1;
    position: relative;
    top: 0.5px;
}

/* ══════════════════════════════════════════════════════════════════════════
   CROSS-CK POROVNANIE (Fáza 4)
   Full-width panel POD termínom — porovnávacia tabuľka je rozhodovací povrch,
   nesmie sa tlačiť do 400px sidebaru.
   ══════════════════════════════════════════════════════════════════════════ */
.gz-root .gz-te-xck {
    margin-left: auto;
    padding: 3px 10px;
    border: 1px solid var(--gz-line, #e4e4ec);
    border-radius: 6px;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    color: var(--gz-ink, #23232b);
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-te-xck:hover { border-color: var(--gz-brand, #4f46e5); color: var(--gz-brand, #4f46e5); }
.gz-root .gz-te-xck.on { background: var(--gz-brand, #4f46e5); border-color: var(--gz-brand, #4f46e5); color: #fff; }

.gz-root .gz-xck {
    margin-top: 14px;
    border: 1px solid var(--gz-line, #e4e4ec);
    border-radius: 10px;
    background: #fbfbfd;
    overflow: hidden;
}
.gz-root .gz-xck-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--gz-line, #e4e4ec);
    background: #fff;
}
.gz-root .gz-xck-title { font-size: 13px; font-weight: 700; color: var(--gz-ink, #23232b); }
.gz-root .gz-xck-sub { font-size: 11px; color: var(--gz-muted, #74747f); }
.gz-root .gz-xck-spacer { flex: 1; }
.gz-root .gz-xck-close {
    border: none; background: none; font-size: 18px; line-height: 1;
    color: var(--gz-muted, #74747f); cursor: pointer; padding: 0 4px;
}
.gz-root .gz-xck-close:hover { color: var(--gz-ink, #23232b); }

.gz-root .gz-xck-state {
    display: flex; align-items: center; gap: 10px;
    padding: 18px 14px; font-size: 12px; color: var(--gz-muted, #74747f);
}
.gz-root .gz-xck-error { color: var(--gz-red, #b3261e); }
.gz-root .gz-xck-warn {
    padding: 8px 14px; font-size: 11px; font-weight: 600;
    color: var(--gz-amber); background: var(--gz-amber-bg);
    border-bottom: 1px solid rgba(180, 83, 9, 0.2);
}

.gz-root .gz-xck-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
    padding: 14px;
}
.gz-root .gz-xck-card {
    display: flex; flex-direction: column; gap: 6px;
    padding: 10px 12px;
    border: 1px solid var(--gz-line, #e4e4ec);
    border-radius: 8px;
    background: #fff;
    min-width: 0;
}
/* Baseline = vybraná ponuka. Musí byť jasné, VOČI ČOMU sa porovnáva. */
.gz-root .gz-xck-card.gz-xck-base {
    border-color: var(--gz-brand, #4f46e5);
    box-shadow: inset 3px 0 0 var(--gz-brand, #4f46e5);
    background: #f7f7ff;
}
.gz-root .gz-xck-op { display: flex; align-items: center; gap: 6px; min-width: 0; }
.gz-root .gz-xck-logo { height: 16px; max-width: 54px; object-fit: contain; }
.gz-root .gz-xck-opname {
    font-size: 12px; font-weight: 700; color: var(--gz-ink, #23232b);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.gz-root .gz-xck-src { font-size: 10px; color: var(--gz-muted, #74747f); }

.gz-root .gz-xck-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
.gz-root .gz-xck-price b { font-size: 15px; color: var(--gz-ink, #23232b); }
.gz-root .gz-xck-origin { font-size: 10px; color: var(--gz-muted, #74747f); }
.gz-root .gz-xck-delta { font-size: 11px; font-weight: 700; }
.gz-root .gz-xck-delta.cheap { color: #15803d; }
.gz-root .gz-xck-delta.dear { color: var(--gz-red, #b3261e); }
/* Keď sa delta nedá poctivo spočítať, stojí tu VETA, nie prečiarknuté nič. */
.gz-root .gz-xck-nodelta {
    font-size: 10px; color: var(--gz-muted, #74747f);
    cursor: help; text-decoration: underline dotted currentColor; text-underline-offset: 2px;
}

.gz-root .gz-xck-meta { font-size: 11px; color: var(--gz-ink, #23232b); }
.gz-root .gz-xck-flight {
    font-size: 10px; color: var(--gz-muted, #74747f);
    font-variant-numeric: tabular-nums;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.gz-root .gz-xck-diffs { display: flex; flex-wrap: wrap; gap: 4px; }
.gz-root .gz-xck-badge {
    padding: 1px 6px; border-radius: 9px;
    font-size: 10px; font-weight: 600; white-space: nowrap;
}
.gz-root .gz-xck-baseline { color: var(--gz-brand, #4f46e5); background: #eef2ff; }
.gz-root .gz-xck-diff { color: var(--gz-amber); background: var(--gz-amber-bg); }
.gz-root .gz-xck-ok { color: #15803d; background: #e8f5ec; }
.gz-root .gz-xck-unk { color: var(--gz-muted, #74747f); background: #f1f1f5; }

.gz-root .gz-xck-foot {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    margin-top: 2px; padding-top: 6px;
    border-top: 1px dashed var(--gz-line, #e4e4ec);
}
.gz-root .gz-xck-ver { font-size: 10px; font-weight: 700; }
.gz-root .gz-xck-ver.ok { color: #15803d; }
.gz-root .gz-xck-ver.price { color: var(--gz-amber); }
.gz-root .gz-xck-ver.req { color: var(--gz-amber); }
.gz-root .gz-xck-ver.gone { color: var(--gz-red, #b3261e); }
.gz-root .gz-xck-ver.neutral { color: var(--gz-muted, #74747f); }
.gz-root .gz-xck-unver { font-size: 10px; color: var(--gz-muted, #74747f); }

.gz-root .gz-xck-more { margin-top: 4px; }
.gz-root .gz-xck-more summary {
    font-size: 10px; color: var(--gz-muted, #74747f); cursor: pointer;
}
.gz-root .gz-xck-morerow {
    display: flex; justify-content: space-between; gap: 8px;
    padding: 3px 0; font-size: 10px; border-top: 1px dotted var(--gz-line, #e4e4ec);
}
.gz-root .gz-xck-morerow .p { font-weight: 700; color: var(--gz-ink, #23232b); white-space: nowrap; }
.gz-root .gz-xck-morerow .m {
    color: var(--gz-muted, #74747f);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.gz-root .gz-xck-disclaimer {
    padding: 10px 14px;
    border-top: 1px solid var(--gz-line, #e4e4ec);
    font-size: 10px; line-height: 1.5;
    color: var(--gz-muted, #74747f);
    background: #fff;
}

/* ── Alternatívne letové časy od operátora (TravelData alttimes) ── */
.gz-root .gz-alt-load {
    margin-top: 8px; padding: 5px 12px;
    border: 1px dashed var(--gz-line, #e4e4ec); border-radius: 6px;
    background: #fff; font-size: 11px; font-weight: 600;
    color: var(--gz-brand, #4f46e5); cursor: pointer;
}
.gz-root .gz-alt-load:hover { border-color: var(--gz-brand, #4f46e5); background: #f7f7ff; }
.gz-root .gz-alt-times { margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.gz-root .gz-alt-times .gz-alt-head {
    display: flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 700; color: var(--gz-ink, #23232b);
}
.gz-root .gz-alt-times .gz-alt-head .c {
    padding: 0 6px; border-radius: 9px; font-size: 10px;
    color: var(--gz-muted, #74747f); background: #f1f1f5;
}
.gz-root .gz-alt-times .gz-alt-card {
    display: flex; flex-direction: column; gap: 3px;
    padding: 7px 10px; border: 1px solid var(--gz-line, #e4e4ec);
    border-radius: 7px; background: #fff;
}
.gz-root .gz-alt-times .gz-alt-foot {
    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
    margin-top: 3px; padding-top: 5px;
    border-top: 1px dashed var(--gz-line, #e4e4ec);
}
.gz-root .gz-alt-price { display: inline-flex; align-items: baseline; gap: 4px; }
.gz-root .gz-alt-price .u { font-size: 10px; color: var(--gz-muted, #74747f); }
.gz-root .gz-alt-delta { font-size: 11px; font-weight: 700; }
.gz-root .gz-alt-delta.cheap { color: #15803d; }
.gz-root .gz-alt-delta.dear { color: var(--gz-red, #b3261e); }
.gz-root .gz-alt-err { color: var(--gz-red, #b3261e); display: flex; align-items: center; gap: 8px; }
/* Počítadlo má tooltip s rozpisom, čo presne filtre skryli. */
.gz-root .gz-terms-section .gz-terms-count-why {
    cursor: help;
    text-decoration: underline dotted currentColor;
    text-underline-offset: 2px;
}

/* „Zobraziť aj prestupové lety" — the way out of a filter that has hidden every single offer.
   Deliberately a button and not a note: the empty list reads as a broken search, and a sentence in
   small type is not enough to correct that impression. */
.gz-root .gz-terms-unhide {
    margin-left: 0.6rem;
    padding: 0.22rem 0.6rem;
    border: 1px solid var(--gz-pri);
    border-radius: 6px;
    background: var(--gz-pri-l);
    color: var(--gz-pri);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}
.gz-root .gz-terms-unhide:hover {
    background: var(--gz-pri);
    color: #fff;
}

/* ═══ LETY: plnoformátový pás pod detailom termínu (owner 07-14, Bistro vzor zmenšený) ═══
   Hlavné lety TAM | SPÄŤ vedľa seba, alternatívne časy operátora POD nimi na plnú šírku. */
.gz-root .gz-term-detail .gz-fband-head {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}
.gz-root .gz-term-detail .gz-fband-head .c {
    font-size: 11px;
    font-weight: 800;
    color: var(--gz-pri);
    background: var(--gz-pri-l);
    border-radius: 8px;
    padding: 1px 8px;
}
/* Karta jedného smeru */
.gz-root .gz-term-detail .gz-fcard {
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    background: #fff;
    padding: 12px 16px 14px;
    min-width: 0;
}
.gz-root .gz-term-detail .gz-fcard-top {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.gz-root .gz-term-detail .gz-fcard-date {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--gz-txt);
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-term-detail .gz-fcard-chip {
    font-size: 10px;
    font-weight: 700;
    border-radius: 8px;
    padding: 1px 8px;
    white-space: nowrap;
}
.gz-root .gz-term-detail .gz-fcard-chip.direct { color: var(--gz-green); background: #eaf6ee; }
.gz-root .gz-term-detail .gz-fcard-chip.conn { color: #92600a; background: #fdf3e2; }
.gz-root .gz-term-detail .gz-fcard-chip.unknown { color: var(--gz-muted); background: var(--gz-line); }
.gz-root .gz-term-detail .gz-fcard-chip.cls { color: var(--gz-pri); background: var(--gz-pri-l); }

.gz-root .gz-term-detail .gz-fcard-carrier {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 8px 0 2px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gz-txt);
    min-height: 20px;
}
.gz-root .gz-term-detail .gz-fcard-logo {
    height: 20px;
    width: auto;
    max-width: 72px;
    object-fit: contain;
}
.gz-root .gz-term-detail .gz-fcard-logo.sm { height: 16px; max-width: 56px; }
.gz-root .gz-term-detail .gz-fcard-carrier .fno {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gz-muted);
    background: var(--gz-line);
    border-radius: 6px;
    padding: 1px 6px;
    font-variant-numeric: tabular-nums;
}

/* Trasa: veľké časy, kódy letísk, čiara s trvaním */
.gz-root .gz-term-detail .gz-fcard-route {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.gz-root .gz-term-detail .gz-fcard-route .ep { min-width: 0; }
.gz-root .gz-term-detail .gz-fcard-route .ep b {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-term-detail .gz-fcard-route .ep b sup {
    font-size: 10px;
    color: var(--gz-amber);
    font-weight: 800;
}
.gz-root .gz-term-detail .gz-fcard-route .ep .code {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--gz-pri);
    letter-spacing: 0.03em;
}
.gz-root .gz-term-detail .gz-fcard-route .ep small {
    display: block;
    font-size: 10.5px;
    color: var(--gz-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
}
.gz-root .gz-term-detail .gz-fcard-route .ep.to { text-align: right; }
.gz-root .gz-term-detail .gz-fcard-route .mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 60px;
}
.gz-root .gz-term-detail .gz-fcard-route .mid .dur {
    font-size: 10.5px;
    color: var(--gz-muted);
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-term-detail .gz-fcard-route .mid .bar {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--gz-border), var(--gz-pri), var(--gz-border));
    position: relative;
}
.gz-root .gz-term-detail .gz-fcard-route .mid .bar::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -3px;
    border-left: 6px solid var(--gz-pri);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.gz-root .gz-term-detail .gz-fcard .gz-flt-itin {
    margin-top: 10px;
    border-top: 1px dashed var(--gz-line);
    padding-top: 8px;
}

/* Alternatívy: riadky na plnú šírku pásu */
.gz-root .gz-term-detail .gz-altx { margin-top: 12px; }
.gz-root .gz-term-detail .gz-altx-row {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 8px 16px;
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    background: #fff;
    padding: 9px 14px;
    margin-bottom: 7px;
}

/* ═══ Lety v pravom stĺpci (owner 07-15): karty POD SEBOU, alternatívy sa vyrolujú pod ne ═══ */
.gz-root .gz-term-detail .gz-fstack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ═══ Rozbalený NEOVERENÝ termín (owner 07-19): čistá dvojstĺpcová podmnožina overeného
   detailu — Izba a tarifa | Lety (z ponuky, neoverené). Rovnaké sekcie a karty ako po
   overení; pod 1100px sa skladá pod seba. ═══ */
.gz-root .gz-term-detail .gz-te-pv {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 24px;
    padding: 13px 18px 16px 40px;
    align-items: start;
}
.gz-root .gz-term-detail .gz-te-pv-col { min-width: 0; }
@media (max-width: 1100px) {
    .gz-root .gz-term-detail .gz-te-pv {
        grid-template-columns: 1fr;
        row-gap: 20px;
        padding-left: 18px;
    }
}

/* ═══ Alternatívy v Bistro štýle (owner 07-15): dva stĺpce smerov + cena/akcia vpravo ═══ */
.gz-root .gz-term-detail .gz-altx-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: start;
    gap: 6px 14px;
    padding: 10px 14px;
}
.gz-root .gz-term-detail .gz-altx-dir { min-width: 0; }
.gz-root .gz-term-detail .gz-altx-dir .hd {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}
.gz-root .gz-term-detail .gz-altx-dir .hd .d {
    font-size: 11px;
    font-weight: 700;
    color: var(--gz-txt);
    font-variant-numeric: tabular-nums;
}
.gz-root .gz-term-detail .gz-altx-dir .ln {
    font-size: 12px;
    line-height: 1.5;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.gz-root .gz-term-detail .gz-altx-dir .ln .lbl { color: var(--gz-muted); }
.gz-root .gz-term-detail .gz-altx-dir .ln.sub { font-size: 10.5px; color: var(--gz-muted); }
.gz-root .gz-term-detail .gz-altx-dir .ln.sub.ok { color: var(--gz-green); }
.gz-root .gz-term-detail .gz-altx-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    min-width: 128px;
}
.gz-root .gz-term-detail .gz-altx-side .p {
    font-size: 13.5px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.gz-root .gz-term-detail .gz-altx-side .p .u { font-size: 10.5px; color: var(--gz-muted); }
.gz-root .gz-term-detail .gz-altx-side .carrier {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--gz-muted);
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gz-root .gz-term-detail .gz-altx-hidden {
    font-size: 10.5px;
    font-weight: 700;
    color: #92600a;
    background: #fdf3e2;
    border-radius: 8px;
    padding: 1px 8px;
    cursor: help;
}


/* Bistro riadok alternatív na úzkych oknách: pod 1100px (stĺpec je full-width) sa cena/akcia
   presunie pod smery; pod 700px sa smery poskladajú pod seba. Pravidlo stojí na KONCI súboru
   zámerne — poradie zdroja tu rozhoduje kaskádu proti základnému gridu. */
@media (max-width: 1100px) {
    .gz-root .gz-term-detail .gz-altx-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .gz-root .gz-term-detail .gz-altx-side {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 700px) {
    .gz-root .gz-term-detail .gz-altx-row { grid-template-columns: minmax(0, 1fr); }
}

/* Nadpisy skupín v popoveri letísk (Slovensko / Blízke zahraničie). */
.gz-root .gz-pop-group {
    padding: 8px 10px 3px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gz-muted);
}

/* Voľby prahu hviezd sú <button> (single-select), ale vyzerať majú ako pôvodné ploché riadky —
   defaultný rámik/pozadie tlačidla sem nepatrí (owner 07-16: „nepáči sa mi to v tých rámčekoch"). */
.gz-root .gz-qf-optbtn {
    width: 100%;
    border: none;
    background: none;
    font: inherit;
    text-align: left;
    justify-content: flex-start;
}
.gz-root .gz-qf-optbtn.on {
    background: var(--gz-pri-l);
    font-weight: 700;
}

/* ═══ Detail termínu (owner 07-16 v3): VŠEOBECNÉ | CENA + ZÁJAZD | LETY ═══
   Ľavý stĺpec všeobecné informácie (touroperátor, rezervácia, podmienky, ďalšie),
   stredný rozpis ceny hore + informácie o zájazde/izbe pod ním, pravý letové časy
   a VŽDY pod nimi alternatívne časy operátora. Tenké linky delia stĺpce (border
   na 2.+3. stĺpci — s gap-om by visela v prázdne). Chýbajúci stĺpec kolabuje cez
   modifikátory. Pod 1100px sa všetko skladá pod seba. */
.gz-root .gz-term-detail .gz-te-grid3 {
    display: grid;
    grid-template-columns: minmax(280px, 4fr) minmax(300px, 4fr) minmax(380px, 5fr);
    align-items: start;
    padding: 13px 18px 10px 40px;
}
.gz-root .gz-term-detail .gz-te-grid3--noflights {
    grid-template-columns: minmax(280px, 4fr) minmax(300px, 4fr);
}
.gz-root .gz-term-detail .gz-te-grid3--nogeneral {
    grid-template-columns: minmax(300px, 4fr) minmax(380px, 5fr);
}
.gz-root .gz-term-detail .gz-te-grid3--noflights.gz-te-grid3--nogeneral {
    grid-template-columns: minmax(300px, 1fr);
}
.gz-root .gz-term-detail .gz-te-gcol {
    min-width: 0;
    padding: 0 22px;
    border-left: 1px solid var(--gz-line);
}
.gz-root .gz-term-detail .gz-te-gcol:first-child { border-left: none; padding-left: 0; }
.gz-root .gz-term-detail .gz-te-gcol:last-child { padding-right: 0; }
.gz-root .gz-te-topflights .gz-fband-head { margin-top: 0; }
/* Alternatívy pod letmi v tom istom stĺpci — oddelené jemnou linkou. Susedský
   selektor: keď ponuka lety nemá (topflights sa nerendruje), linka by visela
   na vrchu stĺpca bez ničoho nad sebou. */
.gz-root .gz-term-detail .gz-te-topflights + .gz-te-altscol {
    margin-top: 14px;
    border-top: 1px dashed var(--gz-line);
    padding-top: 10px;
}

/* Kompaktný Bistro riadok alternatívy (smery pod sebou, cena/akcia vpravo cez oba
   riadky) — plnoširoký riadok by sa v ~380-560px stĺpci s nowrap časmi orezával.
   Container query — rozhoduje šírka stĺpca alternatív, nie viewportu. */
.gz-root .gz-term-detail .gz-te-altscol { container-type: inline-size; min-width: 0; }
@container (max-width: 560px) {
    .gz-root .gz-term-detail .gz-te-altscol .gz-altx-row { grid-template-columns: minmax(0, 1fr) auto; }
    .gz-root .gz-term-detail .gz-te-altscol .gz-altx-row .gz-altx-dir { grid-column: 1; }
    .gz-root .gz-term-detail .gz-te-altscol .gz-altx-row .gz-altx-side { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
}
@media (max-width: 1100px) {
    .gz-root .gz-term-detail .gz-te-grid3,
    .gz-root .gz-term-detail .gz-te-grid3--noflights,
    .gz-root .gz-term-detail .gz-te-grid3--nogeneral { grid-template-columns: 1fr; row-gap: 20px; }
    .gz-root .gz-term-detail .gz-te-grid3 { padding-left: 18px; }
    .gz-root .gz-term-detail .gz-te-gcol { border-left: none; padding: 0; }
    /* V zloženom stave je stĺpec alternatív plnošíroky a riadky riadia mobilné
       pravidlá (≤1100/≤700px) ako doteraz. Container query hore má 4-triedne
       selektory, ktoré by mobilné 3-triedne prebili bez ohľadu na poradie — preto
       tu element prestáva byť query containerom a @container sa vôbec neuplatní. */
    .gz-root .gz-term-detail .gz-te-altscol { container-type: normal; }
    .gz-root .gz-term-detail .gz-te-headwrap { padding-left: 18px; }
}

/* Cena v rámčeku s letmi — Bistro „Preis": veľký total vpravo od nadpisu LETY. */
.gz-root .gz-term-detail .gz-fband-head-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}
.gz-root .gz-term-detail .gz-fband-price { text-align: right; line-height: 1.15; }
.gz-root .gz-term-detail .gz-fband-price b { font-size: 18px; color: var(--gz-txt); }
.gz-root .gz-term-detail .gz-fband-price small {
    display: block;
    font-size: 10px;
    color: var(--gz-muted);
}

/* Skryté prestupové alternatívy: na klik, vizuálne stlmené — diagnóza patrí na obrazovku. */
.gz-root .gz-term-detail .gz-altx-showhidden {
    display: block;
    margin: 2px 0 8px;
    padding: 5px 12px;
    border: 1px dashed var(--gz-border);
    border-radius: 8px;
    background: none;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--gz-muted);
    cursor: pointer;
}
.gz-root .gz-term-detail .gz-altx-showhidden:hover { border-color: var(--gz-pri); color: var(--gz-pri); }
.gz-root .gz-term-detail .gz-altx-connwrap .gz-altx-row { opacity: 0.75; background: #fbfaf7; }
.gz-root .gz-term-detail .gz-altx-dir .ln.sub.warn { color: #92600a; }

/* Počasie na termín v detaile hotela (owner 29.07.) — kompaktný riadok pod status barom. */
.gz-root .gz-detail-panel .gz-hd-weather {
    margin: .4rem 0 0;
    padding: .45rem .65rem;
    background: #f0f7fb;
    border: 1px solid #d7e9f4;
    border-radius: .5rem;
    font-size: .82rem;
    color: #1f4e66;
}
.gz-root .gz-detail-panel .gz-hd-weather-head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .3rem .5rem;
    margin-bottom: .3rem;
}
.gz-root .gz-detail-panel .gz-hd-weather-title {
    font-weight: 700;
    color: #14384a;
}
.gz-root .gz-detail-panel .gz-hd-weather-mode {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #3982ab;
    background: #dceef8;
    border-radius: .3rem;
    padding: .05rem .35rem;
}
.gz-root .gz-detail-panel .gz-hd-weather-period {
    font-size: .72rem;
    color: #5b7c8d;
}
.gz-root .gz-detail-panel .gz-hd-weather-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem .9rem;
}
.gz-root .gz-detail-panel .gz-hd-weather-warn {
    margin-top: .35rem;
    padding-top: .3rem;
    border-top: 1px solid #d7e9f4;
    color: #8a5a00;
    font-size: .78rem;
}

/* ── Ročný prehľad klímy (owner 30.07.) ─────────────────────────────────────────────
   Panel detailu je úzky (~330 px), 12 mesiacov sa doň nezmestí — preto pásik s vodorovným
   posunom ako na mobile. Farba je len rýchly odhad, číslo v bunke ostáva vždy čitateľné. */
.gz-root .gz-detail-panel .gz-hd-climate {
    margin: .35rem 0 0;
    padding: .45rem .1rem .4rem .65rem;
    background: #f7fafc;
    border: 1px solid #e2ecf2;
    border-radius: .5rem;
}
.gz-root .gz-detail-panel .gz-hd-climate-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .5rem;
    padding-right: .55rem;
    margin-bottom: .35rem;
}
.gz-root .gz-detail-panel .gz-hd-climate-title {
    font-size: .82rem;
    font-weight: 700;
    color: #14384a;
}
.gz-root .gz-detail-panel .gz-hd-climate-hint {
    font-size: .66rem;
    color: #8aa4b1;
    white-space: nowrap;
}
.gz-root .gz-detail-panel .gz-hd-climate-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    padding-bottom: .25rem;
    /* Tenký scrollbar — pásik je nízky a klasický by zjedol tretinu výšky. */
    scrollbar-width: thin;
    scrollbar-color: #c3d7e2 transparent;
}
.gz-root .gz-detail-panel .gz-hd-climate-scroll::-webkit-scrollbar { height: 6px; }
.gz-root .gz-detail-panel .gz-hd-climate-scroll::-webkit-scrollbar-thumb {
    background: #c3d7e2;
    border-radius: 3px;
}
.gz-root .gz-detail-panel .gz-hd-climate-grid {
    border-collapse: separate;
    border-spacing: 2px;
    font-size: .68rem;
    table-layout: fixed;
}
.gz-root .gz-detail-panel .gz-hd-climate-grid th,
.gz-root .gz-detail-panel .gz-hd-climate-grid td {
    width: 46px;
    min-width: 46px;
    text-align: center;
    scroll-snap-align: center;
}
/* Popisky riadkov ostávajú viditeľné aj po odsunutí — bez nich by čísla stratili význam. */
.gz-root .gz-detail-panel .gz-hd-climate-grid th[scope="row"],
.gz-root .gz-detail-panel .gz-hd-climate-grid .gz-cl-corner {
    position: sticky;
    left: 0;
    z-index: 1;
    width: 46px;
    min-width: 46px;
    text-align: left;
    font-weight: 700;
    color: #37596b;
    background: #f7fafc;
    padding-right: .2rem;
}
.gz-root .gz-detail-panel .gz-hd-climate-grid thead th {
    font-size: .64rem;
    font-weight: 700;
    color: #6c8a9a;
    letter-spacing: .02em;
    padding-bottom: .1rem;
}
.gz-root .gz-detail-panel .gz-hd-climate-grid thead th.is-current {
    color: #14384a;
    background: #dfeaf1;
    border-radius: .25rem;
}
.gz-root .gz-detail-panel .gz-hd-climate-grid td {
    padding: .2rem .1rem;
    border-radius: .3rem;
    color: #33414a;
    line-height: 1.25;
    white-space: nowrap;
}
/* Mesiac hľadaného termínu — rámček, nie iná farba: farba už nesie teplotu. */
.gz-root .gz-detail-panel .gz-hd-climate-grid td.is-current {
    box-shadow: inset 0 0 0 2px #14384a;
    font-weight: 700;
}
.gz-root .gz-detail-panel .gz-hd-climate-grid .gz-cl-day { display: block; }
.gz-root .gz-detail-panel .gz-hd-climate-grid .gz-cl-night { display: block; opacity: .75; }
.gz-root .gz-detail-panel .gz-hd-climate-note {
    margin-top: .3rem;
    padding-right: .55rem;
    font-size: .66rem;
    color: #7b95a3;
}

/* Chýbajúci údaj — svetlá stlmená bunka, nikdy nie „0" ani farba nejakej hodnoty.
   POZOR na špecificitu: generické `… .gz-hd-climate-grid td { color }` má (0,3,1), takže
   paletové triedy musia byť písané ako `td.gz-cl-*`, inak sa ich `color` vôbec neuplatní. */
.gz-root .gz-detail-panel td.gz-cl-empty { background: #eef2f4; color: #9fb1bb; }

/* Vzduch: studená → horúca */
.gz-root .gz-detail-panel td.gz-cl-a0 { background: #dbe9f5; }
.gz-root .gz-detail-panel td.gz-cl-a1 { background: #cfe4ee; }
.gz-root .gz-detail-panel td.gz-cl-a2 { background: #fdf0c9; }
.gz-root .gz-detail-panel td.gz-cl-a3 { background: #fcdf9a; }
.gz-root .gz-detail-panel td.gz-cl-a4 { background: #f9c46b; }
.gz-root .gz-detail-panel td.gz-cl-a5 { background: #f5a04f; }
.gz-root .gz-detail-panel td.gz-cl-a6 { background: #ef7d4e; color: #3a1c0c; }

/* Voda */
.gz-root .gz-detail-panel td.gz-cl-s0 { background: #e4f1f8; }
.gz-root .gz-detail-panel td.gz-cl-s1 { background: #cbe7f5; }
.gz-root .gz-detail-panel td.gz-cl-s2 { background: #a8daf2; }
.gz-root .gz-detail-panel td.gz-cl-s3 { background: #7cc8ec; }
.gz-root .gz-detail-panel td.gz-cl-s4 { background: #4fb2e3; }
.gz-root .gz-detail-panel td.gz-cl-s5 { background: #2196d6; color: #04263a; }

/* Zrážky: sucho svetlé → daždivo sýte */
.gz-root .gz-detail-panel td.gz-cl-r0 { background: #eef7f5; }
.gz-root .gz-detail-panel td.gz-cl-r1 { background: #d8efe9; }
.gz-root .gz-detail-panel td.gz-cl-r2 { background: #b6e2d8; }
.gz-root .gz-detail-panel td.gz-cl-r3 { background: #8ed0c4; }
.gz-root .gz-detail-panel td.gz-cl-r4 { background: #5fbcae; color: #06322a; }

/* Zlúčenie hotelov podľa GiataID (owner 06.08.) — značka variantu pri termíne */
.gz-root .gz-term-variant {
    display: inline-block;
    margin-left: .35rem;
    padding: 0 .35rem;
    font-size: .68rem;
    line-height: 1.35;
    color: #52616d;
    background: #eef2f5;
    border-radius: .55rem;
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: 1px;
}

/* Záložka našej galérie v prepínači CK (owner 06.08.) — tmavý chip, biele logo Travelco */
.gz-root .gz-detail-panel .gz-lb-op-travelco { background: #2f2a72; }
.gz-root .gz-detail-panel .gz-lb-op-travelco .txt { color: #fff; }
.gz-root .gz-detail-panel .gz-hd-variants {
    margin: .3rem 0 0;
    font-size: .74rem;
    color: #5b7c8d;
}

/* Hotelový našepkávač: zhoda cez názov CK (owner 08.08.) */
.gz-root .gz-pop-itemck {
    display: block;
    margin-left: 1.35rem;
    font-size: .72rem;
    color: #6b7f8d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 24rem;
}

/* Kapacita izby ako rozlišovací údaj pri rovnako pomenovaných izbách (owner 21.08.). */
.gz-root .gz-terms-section .gz-room-capacity {
    margin-left: 5px;
    font-size: 11px;
    color: var(--gz-muted, #74747f);
    white-space: nowrap;
}
