        .odi-archive-property { 
            width: 100%; 
            max-width: min(100%, var(--odi-site-max, 1400px)); 
            margin: 0 auto; 
            padding: 15px 20px; 
            font-family: inherit; 
            color: var(--odi-brand-dark); 
            box-sizing: border-box; 
            overflow-x: clip;
        }
        /* Dodatkowe klocki w #odi-main (obok sidebara), nie pod całą appką. */
        .odi-catalog-extra,
        .odi-app-extra {
            width: 100%;
            max-width: 100%;
            margin: 24px 0 0;
            padding: 0;
            box-sizing: border-box;
        }
        .odi-app-extra--in-main {
            margin-top: 28px;
            padding-top: 8px;
            border-top: 1px solid var(--odi-brand-gray-light, #E5E8EB);
        }
        .odi-sr-only {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }
        .odi-archive-property * { box-sizing: border-box; }
        .odi-archive-property input,
        .odi-archive-property select,
        .odi-archive-property textarea,
        .odi-archive-property label {
            margin: 0 !important;
            vertical-align: middle;
            font-family: inherit;
        }

        .odi-mono-icon { display: inline-block; vertical-align: middle; fill: currentColor; }

        /* Sidebar + master grid: listing-sidebar.css */

        /* BREADCRUMBS */
        .odi-breadcrumbs { font-size: 12px; color: var(--odi-brand-slate); margin-bottom: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
        .odi-breadcrumbs a { color: var(--odi-brand-slate); text-decoration: none; transition: color 0.15s; }
        .odi-breadcrumbs a:hover { color: var(--odi-brand-red); }
        .odi-bc-sep { color: var(--odi-brand-slate); font-weight: 500; }
        .odi-bc-current { color: var(--odi-brand-red); }

        /* GŁÓWNY LIVE SEARCH */
        .odi-archive-toolbar { position: relative; margin-bottom: 10px; display: flex; flex-direction: column; gap: 10px; }
        .odi-archive-toolbar .odi-main-search-live-bar,
        .odi-archive-toolbar .odi-filter-accordion-card { margin-bottom: 0; }

        .odi-archive-sticky {
            position: sticky;
            top: 0;
            z-index: 45;
            background: linear-gradient(180deg, var(--odi-brand-soft-bg, #F8F9FA) 70%, rgba(248, 249, 250, 0.92) 100%);
            padding: 2px 0 8px;
            margin-bottom: 4px;
        }

        .odi-filters-active-count {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            margin-left: 6px;
            border-radius: 999px;
            background: var(--odi-brand-red, #D3212B);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            line-height: 1;
        }
        .odi-filters-active-count[hidden] { display: none !important; }

        .odi-active-filters {
            margin: 0 0 12px;
            padding: 10px 12px;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            border-radius: 8px;
            background: var(--odi-brand-white, #fff);
        }
        .odi-active-filters[hidden] { display: none !important; }
        .odi-active-filters-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px 10px;
        }
        .odi-active-filters-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--odi-brand-slate, #555D61);
            flex-shrink: 0;
        }
        .odi-active-filters-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            flex: 1 1 auto;
            min-width: 0;
        }
        .odi-active-filter-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            max-width: 100%;
            border: 1px solid var(--odi-brand-dark, #2B2F33);
            border-radius: 4px;
            padding: 0 8px 0 10px;
            min-height: 26px;
            background: var(--odi-brand-dark, #2B2F33);
            color: #fff;
            font-size: 10.5px;
            font-weight: 700;
            line-height: 1.2;
            cursor: pointer;
        }
        .odi-active-filter-chip span:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 220px;
        }
        .odi-active-filter-chip-x {
            font-size: 14px;
            line-height: 1;
            opacity: 0.85;
        }
        .odi-active-filter-chip:hover { background: var(--odi-brand-red, #D3212B); }
        .odi-active-filters-clear {
            border: 0;
            background: transparent;
            color: var(--odi-brand-red, #D3212B);
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            padding: 2px 0;
            margin-left: auto;
            white-space: nowrap;
        }
        .odi-active-filters-clear:hover { text-decoration: underline; }

        .odi-empty-hint {
            margin: 8px 0 0;
            font-size: 13px;
            color: var(--odi-brand-slate, #555D61);
            font-weight: 500;
        }
        .odi-empty-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 14px;
        }
        .odi-quick-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 0 0 10px;
        }
        .odi-quick-chip {
            appearance: none;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            background: var(--odi-brand-bg-soft, #F8F9FA);
            color: var(--odi-brand-dark, #2B2F33);
            border-radius: 4px;
            min-height: 26px;
            padding: 0 8px;
            font-size: 10.5px;
            font-weight: 700;
            cursor: pointer;
            line-height: 1;
        }
        .odi-quick-chip:hover {
            border-color: var(--odi-brand-red, #D3212B);
        }
        .odi-quick-chip.is-active,
        .odi-quick-chip[aria-pressed="true"] {
            background: var(--odi-brand-dark, #2B2F33);
            border-color: var(--odi-brand-dark, #2B2F33);
            color: #fff;
        }

        .odi-okolice-toggle {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 8px;
            font-size: 12px;
            font-weight: 600;
            color: var(--odi-brand-slate, #555D61);
            cursor: pointer;
            user-select: none;
        }
        .odi-okolice-toggle input {
            width: 14px;
            height: 14px;
            accent-color: var(--odi-brand-red, #D3212B);
        }

        .odi-filter-row-primary {
            margin-bottom: 12px;
        }

        .odi-nearby-notice {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 10px 14px;
            background: var(--odi-brand-soft-bg, #F8F9FA);
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            border-radius: 8px;
            padding: 12px 16px;
            margin-bottom: 12px;
            font-size: 13px;
            color: var(--odi-brand-slate, #555D61);
        }
        .odi-nearby-notice[hidden] { display: none !important; }
        .odi-nearby-notice-text { flex: 1 1 220px; min-width: 0; }
        .odi-nearby-notice-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .odi-nearby-action {
            appearance: none;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            background: #fff;
            color: var(--odi-brand-dark, #2B2F33);
            border-radius: 6px;
            min-height: 32px;
            padding: 0 10px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
        }
        .odi-nearby-action--primary {
            border-color: var(--odi-brand-red, #D3212B);
            color: var(--odi-brand-red, #D3212B);
        }
        .odi-archive-load-more-wrap {
            display: flex;
            justify-content: center;
            margin: 18px 0 8px;
        }
        .odi-archive-load-more-wrap[hidden] { display: none !important; }
        .odi-archive-load-more {
            appearance: none;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            background: var(--odi-brand-white, #fff);
            color: var(--odi-brand-dark, #2B2F33);
            border-radius: 8px;
            min-height: 44px;
            padding: 0 22px;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
        }
        .odi-archive-load-more:hover {
            border-color: var(--odi-brand-red, #D3212B);
            color: var(--odi-brand-red, #D3212B);
        }
        .odi-archive-load-more:disabled {
            opacity: 0.6;
            cursor: wait;
        }
        .odi-main-search-live-bar { background: var(--odi-brand-white); border: 1px solid var(--odi-brand-gray-light); border-radius: 8px; min-height: 42px; padding: 0 12px; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(43, 47, 51, 0.03); display: flex; align-items: center; box-sizing: border-box; }
        .odi-live-input-box { display: flex; align-items: center; position: relative; width: 100%; min-height: 42px; gap: 8px; }
        .odi-live-search-icon { color: var(--odi-brand-red); flex-shrink: 0; width: 15px; height: 15px; }
        .odi-live-search-input { flex: 1; min-width: 0; width: auto; height: 42px; border: none; outline: none; font-size: 13px; color: var(--odi-brand-dark); font-weight: 600; padding: 0; margin: 0; background: transparent; line-height: 42px; text-overflow: ellipsis; }
        .odi-live-search-input::placeholder { color: var(--odi-brand-slate); font-weight: 400; }
        .odi-clear-search-btn {
            background: none;
            border: none;
            font-size: 18px;
            color: var(--odi-brand-slate);
            cursor: pointer;
            padding: 0;
            line-height: 1;
            font-weight: bold;
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 32px;
            min-height: 32px;
        }
        .odi-clear-search-btn:hover { color: var(--odi-brand-red); }

        /* KOMPAKTOWE FILTRY */
        .odi-filter-accordion-card { position: relative; z-index: 100; background: var(--odi-brand-white); border: 1px solid var(--odi-brand-gray-light); border-radius: 8px; margin-bottom: 10px; overflow: visible; box-shadow: 0 2px 8px rgba(43, 47, 51, 0.02); }
        .odi-filter-accordion-btn { width: 100%; min-height: 42px; padding: 8px 12px; background: var(--odi-brand-bg-soft); border: none; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 800; font-size: 11.5px; color: var(--odi-brand-dark); transition: background 0.2s; }
        .odi-filter-accordion-card.odi-filter-open .odi-filter-accordion-btn { border-radius: 8px 8px 0 0; }
        .odi-filter-accordion-btn:hover { background: #F1F5F9; }
        .odi-acc-title { display: flex; align-items: center; gap: 6px; }
        .odi-acc-arrow { font-size: 14px; transition: transform 0.2s; }
        
        .odi-filter-accordion-body { display: none; padding: 10px 12px 8px; border-top: 1px solid var(--odi-brand-gray-light); background: var(--odi-brand-white); border-radius: 0 0 8px 8px; overflow: visible; }
        .odi-filter-compact-wrap { display: flex; flex-direction: column; gap: 8px; width: 100%; }

        /* SUWAKI */
        .odi-filter-row-sliders { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; align-items: stretch; }
        .odi-slider-compact-cell { background: var(--odi-brand-bg-soft); border: 1px solid var(--odi-brand-gray-light); border-radius: 6px; padding: 8px 12px 10px; display: flex; flex-direction: column; justify-content: center; gap: 4px; min-width: 0; overflow: visible; }
        .odi-slider-top-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-height: 16px; }
        .odi-meta-title { font-size: 10px; font-weight: 800; color: var(--odi-brand-slate); text-transform: uppercase; letter-spacing: 0.3px; flex-shrink: 0; }
        .odi-meta-val { font-size: 11px; font-weight: 900; color: var(--odi-brand-red); text-align: right; line-height: 1.25; font-variant-numeric: tabular-nums; }
        
        /* DUAL RANGE SLIDER */
        .odi-dual-range {
            position: relative;
            width: 100%;
            height: 32px;
            user-select: none;
            -webkit-user-select: none;
            touch-action: none;
            overflow: visible;
        }
        .odi-dual-range-disabled { opacity: 0.4; pointer-events: none; }
        .odi-dual-range-track {
            position: absolute;
            top: 50%;
            left: 12px;
            right: 12px;
            height: 5px;
            transform: translateY(-50%);
            background: #CBD5E1;
            border-radius: 3px;
        }
        .odi-dual-range-fill {
            position: absolute;
            top: 0;
            height: 100%;
            background: var(--odi-brand-red);
            border-radius: 3px;
            transition: none;
        }
        .odi-dual-range-thumb {
            position: absolute;
            top: 50%;
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            margin-left: -12px;
            margin-top: -12px;
            border-radius: 50%;
            background: var(--odi-brand-white);
            border: 3px solid var(--odi-brand-red);
            box-shadow: 0 1px 4px rgba(0,0,0,0.18);
            cursor: grab;
            z-index: 2;
            transition: box-shadow 0.15s, transform 0.15s;
        }
        .odi-dual-range-thumb:hover,
        .odi-dual-range-thumb:focus-visible {
            box-shadow: 0 0 0 4px rgba(211,33,43,0.15), 0 2px 6px rgba(0,0,0,0.2);
            transform: scale(1.12);
        }
        .odi-dual-range-thumb.odi-thumb-active {
            cursor: grabbing;
            box-shadow: 0 0 0 6px rgba(211,33,43,0.18), 0 2px 8px rgba(0,0,0,0.25);
            transform: scale(1.18);
            z-index: 3;
        }
        .odi-dual-range-thumb:focus-visible { outline: 2px solid var(--odi-brand-red); outline-offset: 2px; }
        .odi-select-clean-compact {
            display: inline-block;
            width: 100%;
            height: 32px;
            min-height: 32px;
            max-height: 32px;
            margin: 0;
            border: 1px solid var(--odi-brand-gray-light);
            border-radius: 4px;
            font-size: 12px;
            font-family: inherit;
            line-height: 30px;
            background-color: var(--odi-brand-white);
            color: var(--odi-brand-dark);
            outline: none;
            padding: 0 28px 0 10px;
            appearance: none;
            -webkit-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555D61' d='M1.4.7 6 5.3 10.6.7 12 2.1 6 8 0 2.1z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 8px center;
            background-size: 10px 6px;
            vertical-align: middle;
        }
        .odi-select-clean-compact::-ms-expand { display: none; }
        .odi-archive-header-tools {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: nowrap;
            flex-shrink: 0;
            min-height: 32px;
            min-width: 0;
        }
        .odi-sort-control {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            height: 32px;
            position: relative;
            z-index: 6;
        }
        .odi-sort-label {
            display: inline-flex;
            align-items: center;
            margin: 0;
            height: 32px;
            font-size: 10px;
            font-weight: 800;
            color: var(--odi-brand-slate);
            text-transform: uppercase;
            letter-spacing: 0.3px;
            white-space: nowrap;
            line-height: 1;
        }
        .odi-sort-control .odi-select-clean-compact { width: auto; min-width: 168px; max-width: 220px; flex: 0 0 auto; }

        /* DRUGI WIERSZ: POKOJE / PIĘTRO / CECHY */
        .odi-filter-row-discrete { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding-top: 8px; border-top: 1px solid var(--odi-brand-gray-light); }
        .odi-filter-inline-group { display: flex; align-items: center; gap: 6px; min-width: 0; max-width: 100%; min-height: 26px; }
        .odi-line-heading { display: inline-flex; align-items: center; margin: 0; height: 26px; font-size: 10px; font-weight: 900; color: var(--odi-brand-slate); text-transform: uppercase; letter-spacing: 0.3px; flex-shrink: 0; line-height: 1; }
        .odi-seg-group { display: inline-flex; flex-wrap: nowrap; align-items: center; gap: 3px; overflow-x: auto; max-width: min(100%, 420px); padding: 0; scrollbar-width: thin; }

        .odi-pill-checkbox-group { display: flex; flex-wrap: wrap; gap: 4px; }
        .odi-pill-cb { cursor: pointer; user-select: none; margin: 0; }
        .odi-pill-cb input { display: none; }
        .odi-pill-cb span { 
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            min-width: 28px;
            padding: 0 8px; 
            border-radius: 4px; 
            border: 1px solid var(--odi-brand-gray-light); 
            background: var(--odi-brand-bg-soft); 
            color: var(--odi-brand-dark); 
            font-size: 10.5px; 
            font-weight: 700; 
            transition: all 0.12s ease; 
            line-height: 1;
        }
        .odi-seg-chip span {
            min-width: 26px;
            text-align: center;
            padding: 0 7px;
        }
        .odi-pill-cb input:checked + span { 
            background: var(--odi-brand-dark); 
            color: var(--odi-brand-white); 
            border-color: var(--odi-brand-dark); 
        }
        .odi-pill-cb:hover span { border-color: var(--odi-brand-red); }

        .odi-cechy-control { position: relative; z-index: 50; display: flex; align-items: center; gap: 6px; flex: 1 1 160px; min-width: 0; flex-wrap: wrap; }
        .odi-cechy-toggle {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            min-height: 28px;
            height: 28px;
            padding: 0 8px 0 10px;
            border: 1px solid var(--odi-brand-gray-light);
            border-radius: 4px;
            background: var(--odi-brand-white);
            color: var(--odi-brand-dark);
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            cursor: pointer;
            flex-shrink: 0;
        }
        .odi-cechy-toggle:hover,
        .odi-cechy-control.odi-cechy-open .odi-cechy-toggle {
            border-color: var(--odi-brand-red);
            color: var(--odi-brand-red);
        }
        .odi-cechy-count {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 16px;
            height: 16px;
            padding: 0 4px;
            border-radius: 8px;
            background: var(--odi-brand-red);
            color: var(--odi-brand-white);
            font-size: 10px;
            font-weight: 800;
            line-height: 1;
        }
        .odi-cechy-count[hidden] { display: none !important; }
        .odi-cechy-caret { font-size: 11px; line-height: 1; transition: transform 0.15s; }
        .odi-cechy-control.odi-cechy-open .odi-cechy-caret { transform: rotate(180deg); }
        .odi-cechy-selected { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; min-width: 0; }
        .odi-cechy-selected:empty { display: none; }
        .odi-cechy-chip {
            display: inline-flex;
            align-items: center;
            gap: 3px;
            max-width: 100%;
            padding: 2px 4px 2px 7px;
            border-radius: 3px;
            background: var(--odi-brand-dark);
            color: var(--odi-brand-white);
            font-size: 10px;
            font-weight: 700;
            line-height: 1.3;
        }
        .odi-cechy-chip-x {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 28px;
            min-height: 28px;
            padding: 0;
            border: none;
            border-radius: 2px;
            background: transparent;
            color: var(--odi-brand-white);
            font-size: 13px;
            line-height: 1;
            cursor: pointer;
        }
        .odi-cechy-chip-x:hover { background: var(--odi-brand-red); }
        .odi-cechy-dropdown {
            display: none;
            position: absolute;
            top: calc(100% + 4px);
            left: 0;
            z-index: 40;
            min-width: 260px;
            width: max-content;
            max-width: min(440px, 92vw);
            padding: 10px;
            background: var(--odi-brand-white);
            border: 1px solid var(--odi-brand-gray-light);
            border-radius: 6px;
            box-shadow: 0 8px 24px rgba(43, 47, 51, 0.12);
        }
        .odi-cechy-control.odi-cechy-open .odi-cechy-dropdown { display: block; }
        .odi-cechy-dropdown .odi-pill-cb span { font-weight: 600; }

        /* Miasto autocomplete */
        .odi-miasto-wrap { position: relative; display: inline-flex; align-items: center; }
        .odi-miasto-input { width: 150px; height: 26px; padding: 0 24px 0 8px; border: 1px solid var(--odi-brand-gray-light); border-radius: 4px; font-size: 11px; font-weight: 600; color: var(--odi-brand-dark); background: var(--odi-brand-white); outline: none; }
        .odi-miasto-input:focus { border-color: var(--odi-brand-red); box-shadow: 0 0 0 2px rgba(211, 33, 43, 0.12); }
        .odi-miasto-input::placeholder { color: var(--odi-brand-slate); font-weight: 500; }
        .odi-miasto-clear { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--odi-brand-slate); font-size: 16px; line-height: 1; cursor: pointer; padding: 6px; min-width: 32px; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; }
        .odi-miasto-clear:hover { color: var(--odi-brand-red); }
        .odi-miasto-dropdown { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 2px 0 0; padding: 4px 0; background: var(--odi-brand-white); border: 1px solid var(--odi-brand-gray-light); border-radius: 6px; box-shadow: 0 6px 18px rgba(0,0,0,0.12); max-height: 200px; overflow-y: auto; z-index: 90; list-style: none; }
        .odi-miasto-dropdown.odi-miasto-open { display: block; }
        .odi-miasto-option { padding: 5px 10px; font-size: 12px; font-weight: 600; color: var(--odi-brand-dark); cursor: pointer; }
        .odi-miasto-option:hover { background: var(--odi-brand-soft-bg); color: var(--odi-brand-red); }

        .odi-filter-row-discrete .odi-btn-filter-reset-link { margin-left: auto; white-space: nowrap; flex-shrink: 0; }
        .odi-btn-filter-reset-link { background: none; border: none; color: var(--odi-brand-slate); font-size: 11px; font-weight: 700; cursor: pointer; padding: 4px 2px; }
        .odi-btn-filter-reset-link:hover { color: var(--odi-brand-red); text-decoration: underline; }
        .odi-btn-filter-reset-action { background: var(--odi-brand-red); color: var(--odi-brand-white); border: none; padding: 6px 14px; border-radius: 4px; font-size: 11px; font-weight: 800; cursor: pointer; }

        /* ARCHIVE HEADER */
        .odi-archive-header-box { background: var(--odi-brand-white); border: 1px solid var(--odi-brand-gray-light); border-top: 3px solid var(--odi-brand-red); border-radius: 8px; padding: 10px 18px; margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; gap: 12px; box-shadow: 0 2px 8px rgba(43, 47, 51, 0.02); min-height: 52px; min-width: 0; max-width: 100%; }
        .odi-archive-title { font-size: 18px; font-weight: 900; color: var(--odi-brand-dark); margin: 0 !important; line-height: 1; display: flex; align-items: center; min-height: 32px; }
        .odi-archive-count {
            font-size: 12px;
            color: var(--odi-brand-slate);
            margin: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.35em;
            height: 32px;
            line-height: 1;
            white-space: nowrap;
        }
        .odi-archive-count strong {
            font-weight: 800;
            color: var(--odi-brand-dark, #2B2F33);
        }

        /* LISTA KART */
        .odi-save-search-bar {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            margin: 0 0 12px;
        }
        .odi-save-search-btn {
            appearance: none;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            background: #fff;
            color: var(--odi-brand-dark, #2B2F33);
            border-radius: 8px;
            min-height: 36px;
            padding: 0 12px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            line-height: 1.35;
            text-align: center;
        }
        .odi-save-search-btn__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }
        .odi-save-search-btn__icon svg {
            display: block;
            width: 16px;
            height: 16px;
        }
        .odi-save-search-btn__label {
            line-height: 1.35;
        }
        .odi-save-search-btn--alert {
            border-color: var(--odi-brand-red, #D3212B);
            color: var(--odi-brand-red, #D3212B);
        }
        .odi-save-search-btn--alert .odi-save-search-btn__icon {
            color: var(--odi-brand-red, #D3212B);
        }
        .odi-save-search-btn:hover {
            border-color: var(--odi-brand-dark, #2B2F33);
        }
        .odi-save-search-aside {
            margin-left: auto;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 2px;
            position: relative;
            flex: 0 0 auto;
        }
        .odi-saved-listings {
            position: relative;
        }
        .odi-saved-listings > summary::-webkit-details-marker { display: none; }
        .odi-saved-listings__summary {
            list-style: none;
            cursor: pointer;
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: 40px;
            height: 40px;
            padding: 0;
            color: var(--odi-brand-slate, #555D61);
            border-radius: 8px;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            background: #fff;
            line-height: 1;
            box-sizing: border-box;
        }
        .odi-saved-listings__summary:hover,
        .odi-saved-listings[open] > .odi-saved-listings__summary {
            color: var(--odi-brand-dark, #2B2F33);
            border-color: var(--odi-brand-red, #D3212B);
        }
        .odi-saved-listings__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            pointer-events: none;
            flex: 0 0 auto;
        }
        .odi-saved-listings__icon svg {
            display: block;
            width: 20px;
            height: 20px;
        }
        .odi-saved-listings__label {
            display: none;
            font-size: 12px;
            font-weight: 700;
            white-space: nowrap;
            max-width: 14ch;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .odi-saved-listings__count {
            position: absolute;
            top: -5px;
            right: -5px;
            z-index: 2;
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            border-radius: 999px;
            background: var(--odi-brand-red, #D3212B);
            color: #fff;
            font-size: 10px;
            font-weight: 800;
            line-height: 18px;
            text-align: center;
            box-sizing: border-box;
            border: 2px solid #fff;
            pointer-events: none;
        }
        .odi-saved-listings-panel {
            position: absolute;
            right: 0;
            top: calc(100% + 6px);
            z-index: 50;
            width: min(320px, 86vw);
            max-height: min(70vh, 420px);
            overflow: auto;
            background: #fff;
            border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(43,47,51,0.12);
            padding: 10px;
        }
        .odi-saved-searches-heading {
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: var(--odi-brand-slate, #555D61);
            margin: 6px 0 6px;
        }
        .odi-saved-search-row {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .odi-saved-search-link,
        .odi-recent-view-link {
            display: block;
            flex: 1 1 auto;
            min-width: 0;
            padding: 7px 4px;
            font-size: 13px;
            font-weight: 600;
            color: var(--odi-brand-dark, #2B2F33);
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .odi-saved-search-link:hover { color: var(--odi-brand-red, #D3212B); }
        .odi-saved-search-del {
            border: 0;
            background: transparent;
            color: #8A9196;
            font-size: 16px;
            cursor: pointer;
            line-height: 1;
        }
        .odi-saved-searches-empty {
            margin: 8px 4px;
            font-size: 12px;
            color: var(--odi-brand-slate, #555D61);
        }

        .odi-save-alert-modal {
            position: fixed;
            inset: 0;
            z-index: 1200;
            background: rgba(43,47,51,0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
        }
        .odi-save-alert-modal[hidden] { display: none !important; }
        .odi-save-alert-dialog {
            position: relative;
            width: min(440px, 100%);
            background: #fff;
            border-radius: 12px;
            padding: 26px 24px 22px;
            box-shadow: 0 18px 40px rgba(43,47,51,0.2);
        }
        .odi-save-alert-close {
            position: absolute;
            top: 10px;
            right: 12px;
            border: 0;
            background: transparent;
            font-size: 22px;
            line-height: 1;
            cursor: pointer;
            color: #8A9196;
        }
        .odi-save-alert-dialog h3 {
            margin: 0 0 12px;
            padding-right: 28px;
            font-size: 18px;
            line-height: 1.35;
            color: #2B2F33;
        }
        .odi-save-alert-hint {
            margin: 0 0 18px;
            font-size: 14px;
            color: #555D61;
            line-height: 1.65;
            max-width: 52ch;
        }
        .odi-save-alert-field {
            display: grid;
            gap: 6px;
            margin-bottom: 14px;
            font-size: 12px;
            font-weight: 700;
            color: #555D61;
        }
        .odi-save-alert-field > span {
            line-height: 1.45;
        }
        .odi-save-alert-field input {
            min-height: 42px;
            border: 1px solid #E5E8EB;
            border-radius: 8px;
            padding: 0 12px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.4;
            color: #2B2F33;
        }
        .odi-save-alert-consent {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.6;
            color: #555D61;
            margin-bottom: 14px;
        }
        .odi-save-alert-consent input {
            margin-top: 3px;
            flex-shrink: 0;
        }
        .odi-save-alert-consent > span {
            flex: 1;
            min-width: 0;
        }
        .odi-save-alert-hp {
            position: absolute;
            left: -9999px;
            opacity: 0;
            height: 0;
            width: 0;
        }
        .odi-save-alert-status {
            min-height: 18px;
            margin: 0 0 10px;
            font-size: 12px;
            font-weight: 600;
        }
        .odi-save-alert-status.is-error { color: #D3212B; }
        .odi-save-alert-status.is-success { color: #1E6B34; }
        #odi-save-alert-form {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .odi-save-alert-submit {
            appearance: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 42px;
            margin-top: 2px;
            padding: 10px 16px;
            border: 0;
            border-radius: 8px;
            background: #D3212B;
            color: #fff;
            font-size: 14px;
            font-weight: 800;
            line-height: 1.2;
            text-align: center;
            cursor: pointer;
        }
        .odi-save-alert-submit:hover {
            background: #b91c26;
        }
        .odi-save-alert-submit:focus-visible {
            outline: 2px solid #2B2F33;
            outline-offset: 2px;
        }

        .odi-save-search-toast {
            position: fixed;
            left: 50%;
            bottom: 24px;
            transform: translateX(-50%) translateY(16px);
            z-index: 1300;
            background: #2B2F33;
            color: #fff;
            padding: 10px 14px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 700;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.18s ease, transform 0.18s ease;
        }
        .odi-save-search-toast.is-visible {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
        .odi-save-search-toast.is-error { background: #D3212B; }

        @media (max-width: 767px) {
            .odi-save-search-bar {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 8px;
                align-items: stretch;
            }
            .odi-save-search-btn {
                width: 100%;
                min-height: 40px;
                justify-self: stretch;
            }
            .odi-save-search-btn--alert {
                grid-column: 1 / -1;
                padding: 8px 12px;
            }
            .odi-save-search-aside {
                grid-column: 1 / -1;
                margin-left: 0;
                width: 100%;
                flex-direction: row;
                align-items: stretch;
                justify-content: stretch;
            }
            .odi-saved-listings {
                flex: 1 1 auto;
                width: 100%;
            }
            .odi-saved-listings__summary {
                width: 100%;
                min-height: 40px;
                height: auto;
                padding: 0 12px;
                justify-content: flex-start;
            }
            .odi-saved-listings__label {
                display: inline-block;
            }
            .odi-saved-listings__count {
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                min-width: 20px;
                height: 20px;
                line-height: 16px;
                font-size: 11px;
                border-width: 0;
            }
            .odi-saved-listings-panel {
                left: 0;
                right: 0;
                width: 100%;
                max-width: none;
            }
        }
        .odi-archive-card { position: relative; background: var(--odi-brand-white); border: 1px solid var(--odi-brand-gray-light); border-radius: 8px; overflow: hidden; display: grid; grid-template-columns: 240px 1fr 190px; gap: 20px; padding: 15px; align-items: center; box-shadow: 0 4px 12px rgba(43, 47, 51, 0.03); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
        .odi-archive-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43, 47, 51, 0.08); border-color: var(--odi-brand-red); }
        .odi-archive-card:focus-within { border-color: var(--odi-brand-red); }

        .odi-archive-card-hit { position: absolute; inset: 0; z-index: 1; border-radius: 8px; }
        .odi-card-thumb-wrap { position: relative; z-index: 4; width: 100%; height: auto; aspect-ratio: 4 / 3; background: var(--odi-brand-dark); border-radius: 6px; overflow: hidden; }
        .odi-card-thumb-link { display: block; position: absolute; inset: 0; z-index: 2; color: inherit; text-decoration: none; cursor: pointer; }
        .odi-card-thumb-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; pointer-events: none; -webkit-user-drag: none; user-select: none; }
        .odi-card-thumb-wrap { -webkit-user-select: none; user-select: none; }
        .odi-card-thumb-img--empty { background: var(--odi-brand-dark); }
        .odi-archive-card:hover .odi-card-thumb-img { transform: scale(1.04); }
        .odi-card-title,
        .odi-card-btn-arrow { position: relative; z-index: 3; }
        .odi-card-id-badge { position: absolute; top: 8px; left: 8px; background: rgba(43, 47, 51, 0.94); color: var(--odi-brand-white); font-size: 10px; font-weight: 800; padding: 3px 7px; border-radius: 3px; border-left: 3px solid var(--odi-brand-red); z-index: 10; }

        .odi-card-content-wrap { display: flex; flex-direction: column; gap: 5px; justify-content: center; }
        .odi-card-meta-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
        .odi-card-cat-sub { font-size: 10.5px; font-weight: 800; color: var(--odi-brand-slate); text-transform: uppercase; letter-spacing: 0.5px; }
        
        .odi-card-badges-inline { display: flex; flex-wrap: wrap; gap: 4px; }

        .odi-card-title { font-size: 16px; font-weight: 800; margin: 0; line-height: 1.3; }
        .odi-card-title a { position: relative; z-index: 3; color: var(--odi-brand-dark); text-decoration: none; transition: color 0.15s; }
        .odi-card-title a:hover { color: var(--odi-brand-red); }

        .odi-card-location { font-size: 12.5px; color: var(--odi-brand-slate); display: flex; align-items: center; }

        .odi-card-mini-params { display: flex; flex-wrap: wrap; gap: 12px; font-size: 11.5px; color: var(--odi-brand-slate); margin-top: 4px; padding-top: 6px; border-top: 1px dashed var(--odi-brand-gray-light); }
        .odi-mini-p-item span { color: var(--odi-brand-slate); }
        .odi-mini-p-item strong { color: var(--odi-brand-dark); }

        .odi-card-action-wrap { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 8px; border-left: 1px solid var(--odi-brand-gray-light); padding-left: 15px; height: 100%; }
        .odi-card-price-box { text-align: right; }
        .odi-card-status-label { font-size: 11px; font-weight: 900; color: var(--odi-brand-red); text-transform: uppercase; letter-spacing: 0.5px; }
        .odi-card-price { font-size: 20px; font-weight: 900; color: var(--odi-brand-red); }

        .odi-card-btn-arrow { display: inline-flex; align-items: center; gap: 4px; background: var(--odi-brand-dark); color: var(--odi-brand-white); padding: 8px 14px; border-radius: 5px; text-decoration: none; font-size: 11.5px; font-weight: 700; transition: background 0.15s, color 0.15s; }
        .odi-archive-card:hover .odi-card-btn-arrow { background: var(--odi-brand-red); color: var(--odi-brand-white); }

        .odi-archive-empty-state { display: flex; flex-direction: column; gap: 20px; }
        .odi-empty-notice-box { background: var(--odi-brand-white); border: 1px solid var(--odi-brand-gray-light); border-radius: 8px; padding: 25px 20px; text-align: center; box-shadow: 0 2px 6px rgba(43, 47, 51, 0.02); }
        .odi-empty-text { margin: 0; font-size: 15px; color: var(--odi-brand-slate); font-weight: 600; }
        .odi-fallback-heading { font-size: 18px; font-weight: 900; color: var(--odi-brand-dark); margin: 10px 0 15px 0; border-bottom: 2px solid var(--odi-brand-red); padding-bottom: 8px; }

        /* FAB — ta sama wysokość i pozycja co chrome (poza panelem) */
        .odi-floating-menu-btn { 
            display: none; 
            position: fixed; 
            right: 0; 
            left: auto; 
            top: var(--odi-fab-top, 14px); 
            transform: none; 
            opacity: 1; 
            pointer-events: auto; 
            background: var(--odi-brand-dark); 
            color: var(--odi-brand-white); 
            border: none; 
            border-right: 4px solid var(--odi-brand-red); 
            border-left: 0;
            padding: 8px 6px 8px 10px; 
            border-radius: 6px 0 0 6px; 
            font-weight: 800; 
            font-size: 10px; 
            line-height: 1.15;
            min-height: 52px;
            min-width: 44px;
            box-sizing: border-box;
            cursor: pointer; 
            z-index: 99999; 
            flex-direction: column; 
            align-items: center; 
            justify-content: center;
            gap: 4px; 
            box-shadow: -3px 0 15px rgba(0,0,0,0.25); 
        }
        .odi-floating-menu-btn .odi-fab-icon { width: 18px; height: 14px; display: block; flex-shrink: 0; }
        .odi-floating-menu-btn .odi-fab-text { font-size: 10px; line-height: 1; letter-spacing: 0.02em; }
        .odi-floating-menu-btn.odi-fab-visible,
        .odi-floating-menu-btn.odi-fab-idle { opacity: 1; }

        /* OFFCANVAS — nagłówek stały, treść menu się przewija */
        .odi-offcanvas-backdrop { position: fixed; inset: 0; width: 100%; height: 100%; height: 100dvh; background: rgba(43, 47, 51, 0.75); z-index: 99999999 !important; display: none; align-items: stretch; justify-content: flex-start; overflow: hidden; overscroll-behavior: none; }
        .odi-offcanvas-panel { width: min(320px, 88vw); max-width: 88vw; height: 100%; max-height: 100dvh; background: var(--odi-brand-white); box-shadow: 4px 0 25px rgba(0,0,0,0.35); padding: 0; display: flex; flex-direction: column; overflow: hidden; touch-action: auto; z-index: 100000000 !important; }
        .odi-offcanvas-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--odi-brand-red); padding: 14px 15px 10px; margin: 0; flex: 0 0 auto; }
        .odi-offcanvas-body { flex: 1 1 auto; min-height: 0; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; touch-action: pan-y; padding: 12px 15px calc(28px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; gap: 14px; }
        .odi-offcanvas-brand { font-weight: 800; font-size: 12px; color: var(--odi-brand-dark); display: flex; align-items: center; gap: 8px; }
        .odi-brand-svg-offcanvas { height: 26px; width: auto; }
        .odi-offcanvas-close { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--odi-brand-slate); }
        .odi-offcanvas-body .odi-sidebar-nav-card { overflow: visible; }

        /* RESPONSIVE */
        @media (max-width: 1280px) {
            .odi-archive-property { padding: 12px 16px; }
            .odi-floating-menu-btn { display: flex; }
        }

        @media (max-width: 900px) {
            .odi-filter-row-sliders { grid-template-columns: 1fr; }
            .odi-archive-header-box { flex-wrap: wrap; align-items: center; }
            .odi-archive-header-tools { width: 100%; justify-content: space-between; flex-wrap: nowrap; align-items: center; gap: 8px; }
            .odi-archive-count { white-space: nowrap; flex-shrink: 0; }
            .odi-archive-toolbar {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                gap: 8px;
                align-items: stretch;
                width: 100%;
                min-width: 0;
            }
            .odi-archive-toolbar .odi-filter-accordion-card { display: contents; }
            .odi-archive-toolbar .odi-main-search-live-bar {
                grid-column: 1;
                grid-row: 1;
                height: 42px;
                min-height: 42px;
                margin: 0;
            }
            .odi-archive-toolbar .odi-live-input-box { min-height: 0; height: 100%; }
            .odi-archive-toolbar .odi-filter-accordion-btn {
                grid-column: 2;
                grid-row: 1;
                width: auto;
                height: 42px;
                min-height: 42px;
                padding: 0 12px;
                white-space: nowrap;
                flex-shrink: 0;
                border: 1px solid var(--odi-brand-gray-light);
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(43, 47, 51, 0.03);
                box-sizing: border-box;
            }
            .odi-archive-toolbar .odi-filter-accordion-card.odi-filter-open .odi-filter-accordion-btn { border-radius: 8px; }
            .odi-archive-toolbar .odi-filter-accordion-body {
                grid-column: 1 / -1;
                grid-row: 2;
                border: 1px solid var(--odi-brand-gray-light);
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(43, 47, 51, 0.02);
            }
        }

        @media (max-width: 768px) {
            .odi-archive-property { width: 100%; max-width: 100%; padding: 10px 12px; overflow-x: hidden; }
            .odi-archive-card { grid-template-columns: 1fr; gap: 12px; padding: 12px; }
            .odi-card-thumb-wrap { height: auto; }
            .odi-card-action-wrap { border-left: none; padding-left: 0; border-top: 1px solid #F1F5F9; padding-top: 10px; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; }
            .odi-card-price-box { text-align: left; }
            .odi-archive-title { font-size: 18px; }
            .odi-archive-header-box { padding: 10px 12px; gap: 10px; }
            .odi-archive-header-tools { flex-wrap: wrap; }
            .odi-filter-row-sliders { grid-template-columns: 1fr; }
            .odi-filter-inline-group { flex-wrap: wrap; }
            .odi-seg-group { max-width: 100%; }
            .odi-cechy-control { flex: 1 1 100%; }
            .odi-cechy-dropdown { left: 0; right: 0; width: auto; max-width: none; }
            .odi-filter-row-discrete .odi-btn-filter-reset-link { margin-left: 0; }
            .odi-dual-range { height: 44px; }
            .odi-dual-range-track { left: 16px; right: 16px; }
            .odi-dual-range-thumb {
                width: 32px;
                height: 32px;
                min-width: 32px;
                min-height: 32px;
                margin-left: -16px;
                margin-top: -16px;
            }
            .odi-pill-cb span { min-height: 36px; padding: 0 10px; }
            .odi-cechy-toggle { min-height: 36px; height: auto; padding: 6px 10px; }
            .odi-sort-control { width: auto; flex: 1 1 auto; min-width: 0; justify-content: flex-end; }
            .odi-sort-control .odi-select-clean-compact { width: auto; min-width: 0; max-width: none; flex: 1 1 auto; }
            .odi-main-search-live-bar,
            .odi-filter-accordion-card,
            .odi-archive-toolbar,
            .odi-archive-header-box { max-width: 100%; min-width: 0; }
        }
