:root.search-nrds-live {
    --primary: #0284C7;
    --primary-dark: #0369A1;
    --primary-light: #38BDF8;
    --accent: linear-gradient(135deg, #0284C7 0%, #38BDF8 100%);
    --accent-hover: #0369A1;
    --accent-special: linear-gradient(135deg, #38BDF8 0%, #7DD3FC 100%);
    --gradient-main: linear-gradient(135deg, #0284C7 0%, #38BDF8 100%);
    --gradient-2: linear-gradient(135deg, #38BDF8 0%, #7DD3FC 100%);
    --btn-price: var(--global-btn-price);
    --btn-offer: var(--global-btn-offer);
    --text-primary: #0C4A6E;
    --primary-bg-1: rgba(2, 132, 199, 0.03);
    --primary-bg-2: rgba(56, 189, 248, 0.03);
    --hero-filter: drop-shadow(0 4px 20px rgba(2, 132, 199, 0.2));
    --focus-shadow: 0 25px 50px rgba(2, 132, 199, 0.12), inset 0 0 0 2px rgba(2, 132, 199, 0.08);
}

/* List view specific styles */
.dk-list-new-days {
    display: inline-block;
    width: 60px;
    color: var(--primary);
    font-weight: 600;
}

.dk-list-new-regdate {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 13px !important;
}

.dk-list-new-period {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 13px !important;
}

.dk-list-new-components {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 13px !important;
    word-wrap: break-word;
}

.dk-list-new-count {
    display: inline-block;
    width: 100px;
    text-align: left;
    font-size: 13px !important;
    font-weight: 700;
    color: var(--primary);
}

.age-today {
    color: #0284C7;
    background: rgba(2, 132, 199, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.age-week {
    color: #0369A1;
    background: rgba(3, 105, 161, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.age-month {
    color: #0C4A6E;
    background: rgba(12, 74, 110, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .dk-list-new-days,
    .dk-list-new-regdate,
    .dk-list-new-period,
    .dk-list-new-components {
        display: none !important;
    }
    .dk-list-domain {
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .dk-list-new-regdate {
        display: none !important;
    }
}

@media (max-width: 950px) {
    .dk-list-new-components {
        display: none !important;
    }
    .dk-list-new-period {
        display: none !important;
    }
    .filters-bar-2 {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .dk-list-new-days {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .filters-sort-bar {
        display: none !important;
    }
    .search-btn,
    .btn-search,
    #searchBtn {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
}

@media (max-width: 500px) {
    .dk-list-new-count {
        display: none !important;
    }
}

.search-mode-toggle {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 16px;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 4px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.mode-option {
    flex: 1;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.mode-option input[type="radio"] {
    display: none;
}

.mode-option span {
    display: block;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    transition: all 0.2s ease;
    user-select: none;
    white-space: nowrap;
}

.mode-option input[type="radio"]:checked + span {
    background: #fff;
    color: var(--primary);
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mode-option:hover span {
    color: #374151;
}

.compare-highlight { background: rgba(2, 132, 199, 0.06); }

.dk-list-actions .check-toggle {
    font-size: var(--font-size-base, 0.9rem);
    padding: 4px 10px;
}
