/* ========================================
   UCET CHOVATELE - CSS
   MOBILE FIRST PRISTUP
   Rozsireni zakladniho dashboard stylu
   ======================================== */

/* ========================================
   BODY MODIFIKATOR PRO DASHBOARD CHOVATELE
   ======================================== */

.body--breeder {
    background-color: #f5f5f7;
}

.body--breeder .footer {
    display: none;
}

/* ========================================
   BREEDER SIDEBAR - ORANZOVA VERZE MENU
   Prepis zakladnich dashboard stylu pro chovatele
   ======================================== */

/* Hamburger toggle */
.body--breeder .dashboard__menu-toggle {
    background-color: #ffedd5;
    color: #f97316;
}

.body--breeder .dashboard__menu-toggle:hover {
    background-color: #fed7aa;
}

/* Navigace - hover a aktivni stavy */
.body--breeder .dashboard__nav-link:hover {
    background-color: #fff7ed;
    color: #ea580c;
}

.body--breeder .dashboard__nav-link--active {
    background-color: #ffedd5;
    color: #f97316;
}

.body--breeder .dashboard__nav-link:hover .dashboard__nav-icon {
    color: #ea580c;
}

.body--breeder .dashboard__nav-link--active .dashboard__nav-icon {
    color: #f97316;
}

/* Badge - oranzovy gradient */
.body--breeder .dashboard__nav-badge {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

/* Pocet polozek */
.body--breeder .dashboard__nav-link--active .dashboard__nav-count {
    background-color: #fed7aa;
    color: #ea580c;
}

/* CTA box - oranzovy gradient */
.body--breeder .dashboard__cta {
    background: linear-gradient(135deg, #f97316 0%, #c2410c 100%);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.body--breeder .dashboard__cta-button {
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    color: #ea580c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.body--breeder .dashboard__cta-button:hover {
    background: linear-gradient(135deg, #ffffff 0%, #ffedd5 100%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* ========================================
   MOBILE OVERRIDES - SJEDNOCENY DESIGN
   ======================================== */
@media (max-width: 767px) {
    .body--breeder .dashboard__main {
        padding-top: 12px;
    }

    /* Topbar - schovano pres base styl nize */

    /* Mobilni header - ikony a avatar */
    .dashboard__mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .dashboard__mobile-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 8px;
        color: #6b7280;
        text-decoration: none;
    }

    .dashboard__mobile-icon svg {
        width: 20px;
        height: 20px;
    }

    .dashboard__mobile-icon:hover {
        background-color: #f3f4f6;
        color: #374151;
    }

    .dashboard__mobile-avatar {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        border: 2px solid #ffedd5;
    }

    .dashboard__mobile-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Stat karty - vetsi cisla, vetsi padding */
    .breeder__stats {
        gap: 10px;
        margin-bottom: 16px;
    }

    .breeder__stat {
        padding: 14px;
        gap: 8px;
    }

    .breeder__stat-number {
        font-size: 24px;
    }

    .breeder__stat-label {
        font-size: 11px;
    }

    .breeder__stat-trend {
        font-size: 10px;
    }

    .breeder__stat-chart {
        height: 40px;
    }

    /* Nadpisy sekci - sjednocene */
    .breeder__urgent-title,
    .breeder__quick-actions-title {
        font-size: 20px;
    }

    .breeder__urgent-subtitle {
        font-size: 12px;
    }

    /* Ukoly - citelne */
    .breeder__urgent-item {
        padding: 10px 14px;
    }

    .breeder__urgent-item-text {
        font-size: 14px;
    }

    .breeder__urgent-item-icon {
        width: 28px;
        height: 28px;
    }

    .breeder__urgent-item-icon svg {
        width: 14px;
        height: 14px;
    }

    .breeder__urgent-footer {
        font-size: 13px;
    }

    /* Rychle akce - vetsi pismo */
    .breeder__quick-actions {
        padding: 14px;
    }

    .breeder__quick-actions-grid {
        gap: 8px;
    }

    .breeder__quick-action {
        padding: 14px 8px;
        font-size: 13px;
    }

    /* Profil checklist */
    .profile-checklist {
        padding: 16px;
    }

    .profile-checklist__title {
        font-size: 20px;
    }

    .profile-checklist__subtitle {
        font-size: 12px;
    }

    .profile-checklist__sections {
        gap: 8px;
    }

    .profile-checklist__section {
        padding: 12px 14px;
    }

    .profile-checklist__section-title {
        font-size: 14px;
    }

    .profile-checklist__section-percent {
        font-size: 13px;
    }

    .profile-checklist__item {
        font-size: 13px;
    }

    .profile-checklist__warning {
        font-size: 13px;
        padding: 12px 14px;
    }

    /* Aktivni inzeraty */
    .body--breeder .dashboard__section {
        padding: 16px;
    }

    .body--breeder .dashboard__section-title {
        font-size: 20px;
    }
}

/* Back link */
.body--breeder .dashboard__back-link:hover {
    color: #f97316;
}

/* Filter tabs */
.body--breeder .dashboard__filter-tab:hover {
    background-color: #ffedd5;
    color: #f97316;
}

.body--breeder .dashboard__filter-tab--active {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.body--breeder .dashboard__filter-tab--active:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

/* Sort select focus */
.body--breeder .dashboard__sort-select:hover {
    border-color: #fdba74;
}

.body--breeder .dashboard__sort-select:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

/* Empty button */
.body--breeder .dashboard__empty-button {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.body--breeder .dashboard__empty-button:hover {
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4);
}

/* Alert indicator */
.body--breeder .dashboard__alert-indicator {
    background-color: #f97316;
}

.body--breeder .dashboard__alert-icon {
    color: #f97316;
}

.body--breeder .dashboard__alert-action {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

/* Card hover */
.body--breeder .puppy-card:hover,
.body--breeder .card--grid:hover {
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.15);
}

/* Card add hover */
.body--breeder .dashboard__card-add:hover {
    border-color: #fb923c;
    background-color: #fff7ed;
}

.body--breeder .dashboard__card-add:hover .dashboard__card-add-icon,
.body--breeder .dashboard__card-add:hover .dashboard__card-add-text {
    color: #f97316;
}

/* Action hover */
.body--breeder .dashboard__action:hover {
    background-color: #fff7ed;
    border-color: #fdba74;
}

.body--breeder .dashboard__action-icon {
    color: #f97316;
}

.body--breeder .dashboard__action:hover .dashboard__action-text {
    color: #ea580c;
}

/* History filter */
.body--breeder .history__filter--active {
    background-color: #f97316;
}

.body--breeder .history__filter--active:hover {
    background-color: #ea580c;
}

.body--breeder .history__item:hover .history__item-name {
    color: #f97316;
}

.body--breeder .history__item-type--station {
    color: #f97316;
}

/* ========================================
   BREEDER HERO SECTION
   Atraktivni uvitaci sekce s nazvem stanice
   ======================================== */

/* ========================================
   TOP ROW - URGENT + QUICK ACTIONS GRID
   ======================================== */

.breeder__top-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.breeder__top-row .breeder__urgent,
.breeder__top-row .breeder__quick-actions--top {
    min-width: 0;
}

/* Rychle akce v top row */
.breeder__quick-actions--top {
    margin-bottom: 0;
}

/* ========================================
   BREEDER TOPBAR - BILA LISTA NAHORE
   Inspirovano Saanvi dashboardem
   ======================================== */

.breeder__topbar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin: -16px -16px 16px -16px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    gap: 16px;
    position: relative;
}

.breeder__topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.breeder__topbar-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.breeder__topbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

/* Vyhledávání */
.breeder__topbar-search {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f3f4f6;
    border-radius: 10px;
    color: #9ca3af;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-left: auto;
}

.breeder__topbar-search:hover {
    background: #e5e7eb;
    color: #6b7280;
}

.breeder__topbar-search svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Ikonky */
.breeder__topbar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.15s ease;
    position: relative;
}

.breeder__topbar-icon:hover {
    background-color: #f3f4f6;
    color: #374151;
}

.breeder__topbar-icon svg {
    width: 20px;
    height: 20px;
}

/* Blikající zvoneček */
.breeder__topbar-icon--bell .breeder__topbar-badge {
    background: #ef4444;
    animation: topbar-pulse 2s ease-in-out infinite;
}

@keyframes topbar-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* Tooltip pod ikonkami */
.breeder__topbar-tooltip {
    display: none;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background: #1a1a2e;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 50;
}

.breeder__topbar-icon:hover .breeder__topbar-tooltip {
    display: block;
}

/* Badge pro počty */
.breeder__topbar-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: #f97316;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #ffffff;
}

/* Oddělovač */
.breeder__topbar-divider {
    width: 1px;
    height: 28px;
    background-color: #e5e7eb;
    margin: 0 8px;
}

/* Stanice (fotka + text) */
.breeder__topbar-station {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 12px;
    transition: all 0.15s ease;
}

.breeder__topbar-station:hover {
    background-color: #f3f4f6;
}

.breeder__topbar-station-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
    border: 2px solid #ffedd5;
}

.breeder__topbar-station-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breeder__topbar-station-info {
    display: none;
    flex-direction: column;
    gap: 0;
}

.breeder__topbar-station-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
}

.breeder__topbar-station-label {
    font-size: 11px;
    color: #9ca3af;
    line-height: 1.2;
}

/* ========================================
   STATISTIKY - DASHBOARD KARTY (Saanvi styl)
   MOBILE FIRST
   ======================================== */

.breeder__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

a.breeder__stat {
    text-decoration: none;
    cursor: pointer;
}

.breeder__stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    overflow: hidden;
}

.breeder__stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.breeder__stat-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.breeder__stat-icon svg {
    width: 18px;
    height: 18px;
}

/* Barevné varianty ikon */
.breeder__stat-icon--blue {
    background-color: #eff6ff;
    color: #3b82f6;
}

.breeder__stat-icon--orange {
    background-color: #fff7ed;
    color: #f97316;
}

.breeder__stat-icon--green {
    background-color: #f0fdf4;
    color: #22c55e;
}

.breeder__stat-icon--yellow {
    background-color: #fefce8;
    color: #eab308;
}

.breeder__stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.breeder__stat-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.2;
    order: -1;
}

.breeder__stat-number {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    letter-spacing: -0.5px;
}

.breeder__stat-trend {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.breeder__stat-trend--up {
    color: #16a34a;
}

.breeder__stat-trend--down {
    color: #dc2626;
}

.breeder__stat-trend--neutral {
    color: #6b7280;
}

.breeder__stat-trend-text {
    font-weight: 400;
    color: #9ca3af;
}

/* Sparkline graf ve spodní části karty */
.breeder__stat-chart {
    margin-top: auto;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
    height: 50px;
    overflow: hidden;
}

.breeder__stat-chart svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Barvy sparkline grafů jsou definovány inline v SVG */

/* ========================================
   URGENTNI UKOLY - SJEDNOCENY S STAT KARTAMI
   ======================================== */

.breeder__urgent {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 14px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

/* Header s nadpisem */
.breeder__urgent-header {
    padding: 14px 16px 10px 16px;
    border-bottom: 1px solid #f3f4f6;
}

.breeder__urgent-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 650;
    color: #1a1a2e;
    margin: 0 0 2px 0;
    letter-spacing: -0.3px;
}

/* Ikona v nadpisu - viditelná pouze na mobilu */
.breeder__urgent-title svg {
    width: 16px;
    height: 16px;
    color: #f97316;
    flex-shrink: 0;
}

.breeder__urgent-subtitle {
    font-size: 11px;
    color: #6b7280;
    margin: 0;
}

/* Jednotlive polozky - bez scrollbaru */
.breeder__urgent-items {
    display: flex;
    flex-direction: column;
    max-height: 280px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Pozitivni stav - zadne urgentni ukoly */
.breeder__urgent-empty {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background-color: #f0fdf4;
}

.breeder__urgent-empty-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dcfce7;
    border-radius: 50%;
    color: #22c55e;
    flex-shrink: 0;
}

.breeder__urgent-empty-icon svg {
    width: 20px;
    height: 20px;
}

.breeder__urgent-empty-text {
    flex: 1;
}

.breeder__urgent-empty-title {
    font-size: 14px;
    font-weight: 600;
    color: #166534;
    margin: 0 0 2px 0;
}

.breeder__urgent-empty-subtitle {
    font-size: 12px;
    color: #15803d;
    margin: 0;
}

/* Modifikator pro prazdny stav */
.breeder__urgent--empty {
    border-color: #bbf7d0;
    box-shadow: 0 2px 12px rgba(34, 197, 94, 0.15);
}

.breeder__urgent--empty .breeder__urgent-header {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.breeder__urgent-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.15s ease;
    position: relative;
    border-left: 3px solid transparent;
}

.breeder__urgent-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #f0f0f0;
}

.breeder__urgent-item:last-child::after {
    display: none;
}

.breeder__urgent-item:hover {
    background-color: #fafbfc;
}

/* Barevné levé proužky podle priority */
.breeder__urgent-item--critical {
    border-left-color: #ef4444;
}

.breeder__urgent-item--warning {
    border-left-color: #f59e0b;
}

.breeder__urgent-item--info {
    border-left-color: #e5e7eb;
}

.breeder__urgent-item-icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    flex-shrink: 0;
}

.breeder__urgent-item-icon svg {
    width: 13px;
    height: 13px;
}

/* === IKONY PODLE PRIORITY === */

/* KRITICKA priorita - cervena ikona */
.breeder__urgent-item-icon--critical {
    background-color: #ffffff;
    color: #dc2626;
}

/* WARNING priorita - oranzova/modra ikona */
.breeder__urgent-item-icon--warning {
    background-color: #ffffff;
    color: #2563eb;
}

/* INFO priorita - seda ikona (rutina, radostne udalosti) */
.breeder__urgent-item-icon--info {
    background-color: #ffffff;
    color: #6b7280;
}

/* === STYLY POLOZEK PODLE PRIORITY === */

/* Kriticka polozka */
.breeder__urgent-item--critical .breeder__urgent-item-text {
    color: #1a1a2e;
    font-weight: 600;
}

.breeder__urgent-item--critical:hover {
    background-color: #fafbfc;
}

/* Warning polozka */
.breeder__urgent-item--warning .breeder__urgent-item-text {
    color: #1a1a2e;
}

.breeder__urgent-item--warning:hover {
    background-color: #fafbfc;
}

/* Info polozka */
.breeder__urgent-item--info .breeder__urgent-item-text {
    color: #1a1a2e;
}

.breeder__urgent-item--info:hover {
    background-color: #fafbfc;
}

.breeder__urgent-item-text {
    flex: 1;
    font-size: 16px;
    color: #1a1a2e;
    line-height: 1.4;
}

.breeder__urgent-item-arrow {
    width: 14px;
    height: 14px;
    color: #9ca3af;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.breeder__urgent-item:hover .breeder__urgent-item-arrow {
    transform: translateX(3px);
}

/* Verify notifikace - rozšířený layout s akcemi */
.breeder__urgent-item--verify,
.breeder__urgent-item--verify-out {
    flex-wrap: wrap;
    cursor: default;
}

.breeder__urgent-item--verify:hover,
.breeder__urgent-item--verify-out:hover {
    transform: none;
}

.breeder__urgent-item-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.breeder__urgent-item-subtext {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

.breeder__urgent-item-actions {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.breeder__verify-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
}

.breeder__verify-btn--confirm {
    background: #22c55e;
    color: #ffffff;
}

.breeder__verify-btn--confirm:hover {
    background: #16a34a;
}

.breeder__verify-btn--reject {
    background: #ffffff;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.breeder__verify-btn--reject:hover {
    background: #fef2f2;
}

.breeder__verify-btn--message {
    background: #f3f4f6;
    color: #374151;
}

.breeder__verify-btn--message:hover {
    background: #e5e7eb;
}

/* Highlight jména v notifikacích - semi-bold místo bold */
.breeder__urgent-highlight {
    font-weight: 550;
}

/* Success - potvrzené rodičovství */
.breeder__urgent-item--success {
    background-color: #f0fdf4;
    border-left: 4px solid #22c55e;
    cursor: default;
}

.breeder__urgent-item--success:hover {
    transform: none;
    background-color: #f0fdf4;
}

.breeder__urgent-item-icon--success {
    background-color: #dcfce7;
    color: #16a34a;
}

.breeder__urgent-item--success .breeder__urgent-item-text {
    color: #15803d;
    font-weight: 600;
}

.breeder__urgent-item-detail-link {
    font-size: 12px;
    font-weight: 600;
    color: #16a34a;
    text-decoration: none;
    margin-top: 2px;
}

.breeder__urgent-item-detail-link:hover {
    text-decoration: underline;
}

.breeder__urgent-item-dismiss {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #9ca3af;
    flex-shrink: 0;
    padding: 0;
    transition: all 0.15s;
    align-self: flex-start;
    margin-top: 2px;
}

.breeder__urgent-item-dismiss:hover {
    background: #dcfce7;
    color: #16a34a;
}

/* Footer odkaz - Zobrazit vsechny ukoly */
.breeder__urgent-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    background-color: #fffbf7;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    font-weight: 600;
    color: #ea580c;
    text-decoration: none;
    transition: all 0.2s ease;
}

.breeder__urgent-footer:hover {
    background-color: #fff7ed;
    color: #c2410c;
}

.breeder__urgent-footer svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.breeder__urgent-footer:hover svg {
    transform: translateX(3px);
}

/* ========================================
   CONTENT GRID - AKTIVNI INZERATY
   ======================================== */

.breeder__content-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Karta vrhu */
.breeder__litter-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.breeder__litter-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.breeder__litter-image {
    height: 140px;
    background-color: #f3f4f6;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breeder__litter-badge {
    padding: 6px 12px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    font-size: 12px;
    color: #6b7280;
}

.breeder__litter-content {
    padding: 14px;
}

.breeder__litter-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px 0;
}

.breeder__litter-status {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.breeder__litter-status--active {
    color: #10b981;
}

.breeder__litter-status--pending {
    color: #f59e0b;
}

/* ========================================
   RYCHLE AKCE BOX
   ======================================== */

.breeder__quick-actions {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
}

.breeder__quick-actions-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 650;
    color: #1a1a2e;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

/* Ikona v nadpisu - viditelná pouze na mobilu */
.breeder__quick-actions-title svg {
    width: 16px;
    height: 16px;
    color: #f97316;
    flex-shrink: 0;
}

/* Grid 2x2 pro rychle akce */
.breeder__quick-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.breeder__quick-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px 8px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.3;
}

.breeder__quick-action:last-child {
    margin-bottom: 0;
}

.breeder__quick-action svg {
    width: 20px !important;
    height: 20px !important;
}

.breeder__quick-action--primary {
    background-color: #ffffff;
    color: #ea580c;
    border: 3px solid #f97316;
}

.breeder__quick-action--primary:hover {
    background-color: #fff7ed;
    border-color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.15);
}

.breeder__quick-action--secondary {
    background-color: #ffffff;
    color: #4b5563;
    border: 3px solid #e5e7eb;
}

.breeder__quick-action--secondary:hover {
    background-color: #f9fafb;
    border-color: #f97316;
    color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* ========================================
   LITTERS GRID - PRO AKTIVNI INZERATY
   ======================================== */

.breeder__litters-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ========================================
   TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    /* Top row - CSS grid 50/50, zarovnano s 4 stat kartami */
    .breeder__top-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        align-items: stretch;
        margin-bottom: 24px;
    }

    .breeder__top-row .breeder__urgent {
        margin-bottom: 0;
    }

    /* Tablet/Desktop: zrusit max-height, zobrazit vse */
    .breeder__urgent-items {
        max-height: 260px;
    }

    .breeder__top-row .breeder__quick-actions--top {
        width: auto;
    }

    /* Litters grid */
    .breeder__litters-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* Topbar - tablet */
    .breeder__topbar {
        display: flex;
        margin: -28px -32px 24px -32px;
        padding: 0 32px;
        height: auto;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 1px solid #f1f5f9;
        gap: 20px;
    }

    .breeder__topbar-title {
        font-size: 26px;
    }

    .breeder__topbar-search {
        display: flex;
        min-width: 160px;
        position: absolute;
        left: calc(50% + 8px);
    }

    .breeder__topbar-right {
        position: absolute;
        left: calc(75% - 4px);
        gap: 6px;
        justify-content: flex-start;
        width: auto;
    }

    .breeder__topbar-icon {
        width: 42px;
        height: 42px;
    }

    .breeder__topbar-icon svg {
        width: 22px;
        height: 22px;
    }

    .breeder__topbar-station-info {
        display: flex;
    }

    .breeder__topbar-station-avatar {
        width: 50px;
        height: 50px;
    }

    .breeder__topbar-station-name {
        font-size: 16px;
    }

    /* Statistiky - tablet: 4 sloupce */
    .breeder__stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-bottom: 24px;
    }

    .breeder__stat {
        padding: 16px;
        gap: 8px;
    }

    .breeder__stat-icon {
        width: 40px;
        height: 40px;
    }

    .breeder__stat-icon svg {
        width: 20px;
        height: 20px;
    }

    .breeder__stat-number {
        font-size: 24px;
    }

    .breeder__stat-label {
        font-size: 12px;
    }

    .breeder__stat-chart {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
        height: 55px;
    }

    /* Urgentni ukoly - tablet */
    .breeder__urgent {
        border-radius: 16px;
    }

    .breeder__urgent-header {
        padding: 16px 20px 12px 20px;
    }

    .breeder__urgent-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .breeder__urgent-icon svg {
        width: 16px;
        height: 16px;
    }

    .breeder__urgent-title {
        font-size: 24px;
    }

    .breeder__urgent-subtitle {
        font-size: 12px;
    }

    .breeder__urgent-item {
        padding: 10px 20px;
        gap: 12px;
    }

    .breeder__urgent-item-icon {
        width: 30px;
        height: 30px;
    }

    .breeder__urgent-item-icon svg {
        width: 15px;
        height: 15px;
    }

    .breeder__urgent-item-text {
        font-size: 16px;
    }

    .breeder__urgent-item-arrow {
        width: 14px;
        height: 14px;
    }

    .breeder__urgent-footer {
        padding: 12px 20px;
        font-size: 13px;
    }

    /* Content grid - 2 sloupce */
    .breeder__content-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .breeder__litter-image {
        height: 140px;
    }

    .breeder__litter-content {
        padding: 14px;
    }

    .breeder__litter-title {
        font-size: 15px;
    }

    .breeder__quick-actions {
        padding: 16px 20px;
        border-radius: 16px;
    }

    .breeder__quick-actions-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .breeder__quick-action {
        padding: 14px 10px;
        font-size: 16px;
        border-radius: 10px;
    }
}

/* ========================================
   DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    /* Top row - desktop gap stejný jako stats */
    .breeder__top-row {
        gap: 24px;
        margin-bottom: 32px;
    }

    /* Litters grid - 3 sloupce */
    .breeder__litters-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    /* Topbar - desktop - vyska odpovida sidebar-header (81px) */
    .breeder__topbar {
        margin: -44px -56px 32px -56px;
        padding: 0 56px;
        padding-top: 14px !important;
        padding-bottom: 0 !important;
        height: 81px;
        box-sizing: border-box;
        border-bottom: 1px solid #f1f5f9;
        box-shadow: none;
        gap: 32px;
    }

    .breeder__topbar-title {
        font-size: 28px;
    }

    .breeder__topbar-search {
        min-width: 220px;
        padding: 10px 20px;
        font-size: 15px;
        left: calc(50% + 12px);
    }

    .breeder__topbar-right {
        left: calc(75% - 10px);
        gap: 8px;
    }

    .breeder__topbar-divider {
        margin: 0 8px;
        height: 36px;
    }

    .breeder__topbar-station {
        gap: 12px;
        padding: 6px 12px;
    }

    .breeder__topbar-station-avatar {
        width: 54px;
        height: 54px;
    }

    .breeder__topbar-station-name {
        font-size: 17px;
    }

    .breeder__topbar-station-label {
        font-size: 12px;
    }

    .breeder__stats {
        gap: 24px;
        margin-bottom: 32px;
    }

    .breeder__stat {
        padding: 22px;
        gap: 10px;
        border-radius: 18px;
    }

    .breeder__stat-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .breeder__stat-icon svg {
        width: 24px;
        height: 24px;
    }

    .breeder__stat-number {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .breeder__stat-label {
        font-size: 14px;
    }

    .breeder__stat-trend {
        font-size: 13px;
    }

    .breeder__stat-chart {
        margin-left: -22px;
        margin-right: -22px;
        margin-bottom: -22px;
        height: 60px;
    }

    /* Urgentni ukoly - desktop */
    .breeder__urgent {
        margin-bottom: 0;
        border-radius: 18px;
    }

    .breeder__urgent-header {
        padding: 20px 24px 14px 24px;
    }

    .breeder__urgent-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .breeder__urgent-icon svg {
        width: 18px;
        height: 18px;
    }

    .breeder__urgent-title {
        font-size: 30px;
    }

    .breeder__urgent-subtitle {
        font-size: 13px;
    }

    .breeder__urgent-item {
        padding: 12px 24px;
        gap: 14px;
    }

    .breeder__urgent-item-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .breeder__urgent-item-icon svg {
        width: 17px;
        height: 17px;
    }

    .breeder__urgent-item-text {
        font-size: 17px;
    }

    .breeder__urgent-item-arrow {
        width: 16px;
        height: 16px;
    }

    .breeder__urgent-footer {
        padding: 14px 24px;
        font-size: 14px;
    }

    /* Content grid */
    .breeder__content-grid {
        gap: 24px;
    }

    .breeder__litter-image {
        height: 180px;
    }

    .breeder__litter-content {
        padding: 18px;
    }

    .breeder__litter-title {
        font-size: 17px;
    }

    .breeder__quick-actions {
        padding: 20px 24px;
        border-radius: 18px;
    }

    .breeder__quick-actions-title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .breeder__quick-actions-grid {
        gap: 10px;
    }

    .breeder__quick-action {
        padding: 18px 12px;
        font-size: 17px;
        border-radius: 12px;
    }
}

/* ========================================
   VELKY DESKTOP (1400px+)
   ======================================== */

@media (min-width: 1400px) {
    /* Top row - velký desktop gap stejný jako stats */
    .breeder__top-row {
        gap: 28px;
        margin-bottom: 36px;
    }

    /* Litters grid - 4 sloupce */
    .breeder__litters-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
    }

    /* Topbar - velký desktop - vyska odpovida sidebar-header (81px) */
    .breeder__topbar {
        margin: -48px -72px 36px -72px;
        padding: 0 72px;
        padding-top: 14px !important;
        padding-bottom: 0 !important;
        height: 81px;
        box-sizing: border-box;
        border-bottom: 1px solid #f1f5f9;
        box-shadow: none;
        gap: 36px;
    }

    .breeder__topbar-title {
        font-size: 30px;
    }

    .breeder__topbar-search {
        min-width: 280px;
        left: calc(50% + 14px);
    }

    .breeder__topbar-right {
        left: calc(75% - 15px);
    }

    .breeder__topbar-station-avatar {
        width: 58px;
        height: 58px;
        border-width: 3px;
    }

    .breeder__topbar-station-name {
        font-size: 18px;
    }

    .breeder__topbar-station-label {
        font-size: 12px;
    }

    .breeder__stats {
        gap: 28px;
        margin-bottom: 36px;
    }

    .breeder__stat {
        padding: 24px;
        gap: 10px;
    }

    .breeder__stat-number {
        font-size: 32px;
    }

    .breeder__stat-label {
        font-size: 15px;
    }

    .breeder__stat-trend {
        font-size: 14px;
    }

    .breeder__stat-chart {
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: -24px;
        height: 65px;
    }

    .breeder__litters-grid {
        gap: 28px;
    }

    .breeder__litter-image {
        height: 200px;
    }
}

/* ========================================
   NAVIGACE V SIDEBARU - FIX PRO KLIKATELNOST
   ======================================== */

.body--breeder .dashboard__nav {
    position: relative;
    z-index: 10;
}

.body--breeder .dashboard__nav-link {
    position: relative;
    z-index: 11;
}

/* ========================================
   SIDEBAR PROGRESS - KRUHOVY BAROMETR V MENU
   ======================================== */

/* MOBIL - kompaktni horizontalni layout */
.sidebar-progress {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 18px;
    margin: 0 16px 20px 16px;
    background: transparent;
    border-radius: 14px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

/* Dekorativni svetelny efekt - vypnuto v cistem stylu */
.sidebar-progress::before {
    display: none;
}

/* MOBIL - kruh */
.sidebar-progress__circle {
    position: relative;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    background-color: transparent;
    padding: 0;
    overflow: visible;
}

.sidebar-progress__svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.sidebar-progress__bg {
    fill: none;
    stroke: #e5e7eb;
    stroke-width: 5;
}

.sidebar-progress__fill {
    fill: none;
    stroke-width: 5;
    stroke-linecap: butt;
    transition: stroke-dasharray 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    filter: none;
}

/* MOBIL - procenta */
.sidebar-progress__percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 800;
    color: inherit;
}

/* MOBIL - texty */
.sidebar-progress__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    position: relative;
    z-index: 1;
}

.sidebar-progress__label {
    font-size: 14px;
    font-weight: 650;
    color: #1a1a2e;
}

.sidebar-progress__link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #f97316;
    background-color: #fff7ed;
    padding: 8px 16px;
    border-radius: 8px;
    border: 2px solid #fed7aa;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sidebar-progress__link:hover {
    background-color: #ffedd5;
    border-color: #f97316;
    transform: translateY(-1px);
}

.sidebar-progress__complete {
    font-size: 13px;
    color: #22c55e;
    font-weight: 700;
}

/* Hover efekt */
.sidebar-progress:hover {
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

/* DESKTOP (1024px+) - vertikalni layout */
@media (min-width: 1024px) {
    .sidebar-progress {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        padding: 24px 18px;
        margin: 0 12px 20px 12px;
        border-radius: 14px;
    }

    .sidebar-progress__circle {
        width: 110px;
        height: 110px;
    }

    .sidebar-progress__percent {
        font-size: 24px;
    }

    .sidebar-progress__text {
        align-items: center;
        gap: 10px;
    }

    .sidebar-progress__label {
        font-size: 15px;
    }

    .sidebar-progress__link {
        font-size: 13px;
        padding: 8px 18px;
        border-radius: 8px;
    }

    .sidebar-progress__link:hover {
        transform: translateY(-2px);
    }

    .sidebar-progress:hover {
        transform: translateY(-2px);
    }
}

/* ========================================
   PROFILE CHECKLIST - DETAILNI BAROMETR NA NASTENCE
   ======================================== */

.profile-checklist {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
}

.profile-checklist__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.profile-checklist__header-left {
    flex: 1;
}

.profile-checklist__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 650;
    color: #1a1a2e;
    margin: 0 0 2px 0;
    letter-spacing: -0.3px;
}

/* Ikona v nadpisu - viditelná pouze na mobilu */
.profile-checklist__title svg {
    width: 16px;
    height: 16px;
    color: #f97316;
    flex-shrink: 0;
}

.profile-checklist__subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.profile-checklist__overall {
    flex-shrink: 0;
}

.profile-checklist__overall-circle {
    position: relative;
    width: 44px;
    height: 44px;
}

.profile-checklist__overall-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.profile-checklist__overall-bg {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 2.5;
}

.profile-checklist__overall-fill {
    fill: none;
    stroke: #f97316;
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease;
}

.profile-checklist__overall-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #ea580c;
}

/* Sekce - čistý grid layout */
.profile-checklist__sections {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.profile-checklist__section {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #e5e7eb;
    text-decoration: none;
    transition: all 0.2s ease;
}

.profile-checklist__section:hover {
    background-color: #ffffff;
    border-color: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Pouze 100% dokončené sekce jsou zelené */
.profile-checklist__section--complete {
    border-color: #86efac;
}

.profile-checklist__section--complete:hover {
    border-color: #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.1);
}

.profile-checklist__section-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-checklist__section-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 10px;
    color: #6b7280;
    flex-shrink: 0;
}

.profile-checklist__section-icon svg {
    width: 18px;
    height: 18px;
}

/* Pouze 100% dokončené sekce mají zelenou ikonu */
.profile-checklist__section--complete .profile-checklist__section-icon {
    background-color: #dcfce7;
    color: #22c55e;
}

.profile-checklist__section-info {
    flex: 1;
    min-width: 0;
}

.profile-checklist__section-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0;
    line-height: 1.3;
}

.profile-checklist__section--complete .profile-checklist__section-title {
    color: #166534;
}

/* Skrýt progress bar */
.profile-checklist__section-bar {
    display: none;
}

.profile-checklist__section-bar-fill {
    display: none;
}

.profile-checklist__section-percent {
    font-size: 14px;
    font-weight: 700;
    color: #9ca3af;
    flex-shrink: 0;
}

.profile-checklist__section--complete .profile-checklist__section-percent {
    color: #22c55e;
}

/* Položky - čistý moderní styl */
.profile-checklist__items {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 4px;
}

.profile-checklist__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1a2e;
    padding: 4px 0;
}

.profile-checklist__item--done {
    color: #22c55e;
}

.profile-checklist__item--done .profile-checklist__item-name {
    text-decoration: line-through;
    color: #9ca3af;
}

.profile-checklist__item--required .profile-checklist__item-name {
    font-weight: 500;
}

.profile-checklist__item-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #d1d5db;
}

.profile-checklist__item--done .profile-checklist__item-icon {
    color: #22c55e;
}

.profile-checklist__item-icon svg {
    width: 12px;
    height: 12px;
}

.profile-checklist__item-bullet {
    display: none;
}

.profile-checklist__item--required .profile-checklist__item-bullet {
    display: none;
}

.profile-checklist__item-required {
    font-size: 11px;
    font-weight: 600;
    color: #f97316;
    background-color: #fff7ed;
    padding: 1px 4px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

/* Varovná zpráva */
.profile-checklist__warning {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 18px;
    background-color: #ffffff;
    border: 3px solid #fde68a;
    border-radius: 10px;
    font-size: 14px;
    color: #92400e;
}

.profile-checklist__warning svg {
    width: 18px;
    height: 18px;
    color: #f59e0b;
    flex-shrink: 0;
}

.profile-checklist__warning strong {
    color: #78350f;
}

/* ========================================
   PROFILE CHECKLIST - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .profile-checklist {
        padding: 20px;
        border-radius: 16px;
    }

    .profile-checklist__header {
        margin-bottom: 16px;
    }

    .profile-checklist__title {
        font-size: 24px;
    }

    .profile-checklist__subtitle {
        font-size: 14px;
    }

    .profile-checklist__overall-circle {
        width: 52px;
        height: 52px;
    }

    .profile-checklist__overall-percent {
        font-size: 13px;
    }

    .profile-checklist__sections {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .profile-checklist__section {
        padding: 16px 18px;
        border-radius: 12px;
        gap: 8px;
    }

    .profile-checklist__section-icon {
        width: 38px;
        height: 38px;
    }

    .profile-checklist__section-icon svg {
        width: 18px;
        height: 18px;
    }

    .profile-checklist__section-title {
        font-size: 15px;
    }

    .profile-checklist__section-percent {
        font-size: 14px;
    }

    .profile-checklist__items {
        gap: 3px;
    }

    .profile-checklist__item {
        font-size: 14px;
        gap: 8px;
    }

    .profile-checklist__item-icon {
        width: 16px;
        height: 16px;
    }

    .profile-checklist__item-icon svg {
        width: 14px;
        height: 14px;
    }

    .profile-checklist__item-required {
        font-size: 11px;
    }
}

/* ========================================
   PROFILE CHECKLIST - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .profile-checklist {
        padding: 28px 32px;
        border-radius: 18px;
    }

    .profile-checklist__header {
        margin-bottom: 20px;
    }

    .profile-checklist__title {
        font-size: 30px;
    }

    /* Na desktopu skrýt ikony ve všech nadpisech - sjednocený vzhled */
    .profile-checklist__title svg,
    .breeder__urgent-title svg,
    .breeder__quick-actions-title svg {
        display: none;
    }

    .profile-checklist__subtitle {
        font-size: 15px;
    }

    .profile-checklist__overall-circle {
        width: 56px;
        height: 56px;
    }

    .profile-checklist__overall-percent {
        font-size: 14px;
    }

    .profile-checklist__sections {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .profile-checklist__section {
        padding: 18px 20px;
        border-radius: 12px;
        gap: 10px;
    }

    .profile-checklist__section-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .profile-checklist__section-icon svg {
        width: 20px;
        height: 20px;
    }

    .profile-checklist__section-title {
        font-size: 16px;
    }

    .profile-checklist__section-percent {
        font-size: 15px;
    }

    .profile-checklist__items {
        gap: 4px;
        padding-top: 8px;
        margin-top: 8px;
    }

    .profile-checklist__item {
        font-size: 15px;
        gap: 10px;
        padding: 4px 0;
    }

    .profile-checklist__item-icon {
        width: 18px;
        height: 18px;
    }

    .profile-checklist__item-icon svg {
        width: 16px;
        height: 16px;
    }

    .profile-checklist__item-required {
        font-size: 11px;
        padding: 2px 6px;
    }
}

/* ========================================
   DASHBOARD SECTION - VETSI FONTY PRO CHOVATELE
   Prepis base stylu pro cistejsi look
   ======================================== */

.body--breeder .dashboard__section {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 14px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.body--breeder .dashboard__section-title {
    font-size: 22px;
    font-weight: 650;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

@media (min-width: 768px) {
    .body--breeder .dashboard__section {
        padding: 20px;
        border-radius: 16px;
    }

    .body--breeder .dashboard__section-title {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .body--breeder .dashboard__section {
        padding: 24px 28px;
        border-radius: 18px;
        margin-bottom: 24px;
    }

    .body--breeder .dashboard__section-title {
        font-size: 30px;
        letter-spacing: -0.3px;
    }
}

/* ========================================
   ZPRAVY CHOVATELE
   - Avatary zajemcu = FIALOVE (bezni uzivatele)
   - Bubliny chovatele (mine) = ORANZOVE
   - Bubliny zajemce (theirs) = bile/sede
   ======================================== */

/* Avatar zajemcu - FIALOVY gradient (jsou to bezni uzivatele) */
.body--breeder .messages__conversation-avatar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Detail avatar - taky fialovy */
.body--breeder .messages__detail-avatar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Tecka pro neprectene - ORANZOVA (aby ladila s UI chovatele) */
.body--breeder .messages__conversation-dot {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

/* Oranžové zvýraznění pro aktivní konverzaci */
.body--breeder .messages__conversation--active {
    background-color: #fff7ed;
}

/* Oranžové zvýraznění pro nepřečtené */
.body--breeder .messages__conversation--unread {
    background-color: #fffbf5;
}

.body--breeder .messages__conversation--unread:hover {
    background-color: #fff7ed;
}

.body--breeder .messages__conversation--unread .messages__conversation-time {
    color: #f97316;
}

/* Oranžová barva pro předmět */
.body--breeder .messages__conversation-breed {
    color: #ea580c;
}

/* Bubliny zpráv chovatele - ORANZOVE */
.body--breeder .messages__bubble--mine {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

/* ========================================
   STRANKA VSECH UKOLU - MOBILE FIRST
   ======================================== */

.dashboard__page-header {
    margin-bottom: 28px;
}

.dashboard__page-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px 0;
}

.dashboard__page-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* Sekce ukolu */
.tasks-section {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
}

.tasks-section__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.tasks-section__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.tasks-section__icon svg {
    width: 22px;
    height: 22px;
}

.tasks-section__icon--critical {
    background-color: #fef2f2;
    color: #dc2626;
}

.tasks-section__icon--warning {
    background-color: #eff6ff;
    color: #2563eb;
}

.tasks-section__icon--info {
    background-color: #f9fafb;
    color: #6b7280;
}

.tasks-section__title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.tasks-section__title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.tasks-section__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    background-color: #f0f0f0;
    color: #6b7280;
}

.tasks-section--critical .tasks-section__count {
    background-color: #fef2f2;
    color: #dc2626;
}

.tasks-section--warning .tasks-section__count {
    background-color: #eff6ff;
    color: #2563eb;
}

/* Seznam ukolu */
.tasks-section__list {
    display: flex;
    flex-direction: column;
}

/* Jednotlivy ukol */
.task-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    position: relative;
}

.task-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #f0f0f0;
}

.task-item:last-child::after {
    display: none;
}

.task-item:hover {
    background-color: #fafafa;
}

.task-item__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.task-item__icon svg {
    width: 18px;
    height: 18px;
}

/* Ikony podle priority */
.task-item--critical .task-item__icon {
    background-color: #fef2f2;
    color: #dc2626;
}

.task-item--warning .task-item__icon {
    background-color: #eff6ff;
    color: #2563eb;
}

.task-item--info .task-item__icon {
    background-color: #f9fafb;
    color: #6b7280;
}

.task-item__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.task-item__text {
    font-size: 14px;
    color: #374151;
    line-height: 1.4;
}

.task-item--critical .task-item__text {
    color: #991b1b;
    font-weight: 600;
}

.task-item--warning .task-item__text {
    color: #1e40af;
}

.task-item__meta {
    font-size: 12px;
    color: #9ca3af;
}

.task-item--critical .task-item__meta {
    color: #f87171;
}

.task-item--warning .task-item__meta {
    color: #93c5fd;
}

/* Verify task items - rozšířený layout */
.task-item--verify {
    align-items: flex-start;
    cursor: default;
}

.task-item--verify:hover {
    transform: none;
}

.task-item__subtext {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

.task-item__actions {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

/* Success task item - zelená */
.task-item--success {
    background-color: #f0fdf4;
    border-left: 4px solid #22c55e;
    cursor: default;
}

.task-item--success:hover {
    transform: none;
    background-color: #f0fdf4;
}

.task-item__icon--success {
    background-color: #dcfce7;
    color: #16a34a;
}

.task-item--success .task-item__text {
    color: #15803d;
    font-weight: 550;
}

.task-item__detail-link {
    font-size: 12px;
    font-weight: 600;
    color: #16a34a;
    text-decoration: none;
}

.task-item__detail-link:hover {
    text-decoration: underline;
}

.task-item__dismiss {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #9ca3af;
    flex-shrink: 0;
    padding: 0;
    transition: all 0.15s;
}

.task-item__dismiss:hover {
    background: #dcfce7;
    color: #16a34a;
}

.task-item__arrow {
    width: 16px;
    height: 16px;
    color: #9ca3af;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.task-item:hover .task-item__arrow {
    transform: translateX(3px);
}

.task-item--critical .task-item__arrow {
    color: #dc2626;
}

.task-item--warning .task-item__arrow {
    color: #3b82f6;
}

/* ========================================
   STRANKA VSECH UKOLU - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .dashboard__page-title {
        font-size: 28px;
    }

    .tasks-section {
        margin-bottom: 24px;
    }

    .tasks-section__header {
        padding: 24px;
    }

    .tasks-section__title {
        font-size: 20px;
    }

    .task-item {
        padding: 18px 24px;
    }

    .task-item__icon {
        width: 44px;
        height: 44px;
    }

    .task-item__icon svg {
        width: 20px;
        height: 20px;
    }

    .task-item__text {
        font-size: 15px;
    }

    .task-item__meta {
        font-size: 13px;
    }
}

/* ========================================
   STRANKA VSECH UKOLU - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .dashboard__page-header {
        margin-bottom: 32px;
    }

    .dashboard__page-title {
        font-size: 30px;
    }

    .tasks-section__icon {
        width: 48px;
        height: 48px;
    }

    .tasks-section__icon svg {
        width: 24px;
        height: 24px;
    }

    .task-item {
        padding: 20px 28px;
        gap: 16px;
    }

    .task-item__icon {
        width: 48px;
        height: 48px;
    }

    .task-item__icon svg {
        width: 22px;
        height: 22px;
    }
}
/* ========================================
   EVIDENCE VRHŮ A ŠTĚŇAT
   Tabulkový přehled s taby
   BEM, MOBILE FIRST
   ======================================== */

/* Tabs bar - wrapper pro taby + akce */
.evidence__tabs-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

/* Taby */
.evidence__tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e5e7eb;
    padding: 0 4px;
}

.evidence__tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    color: #6b7280;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    transition: all 0.2s;
}

.evidence__tab:hover {
    color: #374151;
}

.evidence__tab--active {
    color: #f97316;
    border-bottom-color: #f97316;
}

.evidence__tab svg {
    flex-shrink: 0;
}

.evidence__tab--active svg {
    color: #f97316;
}

.evidence__tab-count {
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    background: #f3f4f6;
    padding: 1px 8px;
    border-radius: 10px;
}

.evidence__tab--active .evidence__tab-count {
    color: #f97316;
    background: #fff7ed;
}

/* Tabs actions area */
.evidence__tabs-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Panely */
.evidence__panel {
    display: none;
}

.evidence__panel--active {
    display: block;
}

/* Souhrnné karty */
.evidence__summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.evidence__summary-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
}

.evidence__summary-value {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

.evidence__summary-label {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

.evidence__summary-subtitle {
    display: block;
    font-size: 10px;
    color: #d1d5db;
    margin-top: 2px;
}

.evidence__summary-card--green .evidence__summary-value {
    color: #1a1a2e;
}

.evidence__summary-card--red .evidence__summary-value {
    color: #dc2626;
}

.evidence__summary-card--red {
    border-color: #fecaca;
    background: #fef2f2;
}

.evidence__summary-card--balance {
    border-color: #e5e7eb;
    background: #ffffff;
}

.evidence__summary-card--negative .evidence__summary-value {
    color: #1a1a2e;
}

/* Age label */
.evidence__age {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 400;
    margin-top: 2px;
}

/* Finance toggle button */
.evidence__finance-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    font-family: inherit;
    color: #6b7280;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.evidence__finance-toggle:hover {
    border-color: #d1d5db;
    color: #374151;
}

.evidence__finance-toggle--off {
    color: #d1d5db;
    background: #f9fafb;
}

.evidence__finance-toggle--off svg {
    opacity: 0.4;
}

.evidence__finance-toggle-label {
    font-size: 12px;
}

/* Add button */
.evidence__add-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #ffffff;
    background: #f97316;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    text-decoration: none;
}

.evidence__add-btn:hover {
    background: #ea580c;
}

.evidence__add-btn--puppy {
    background: #f97316;
}

/* Tabulka - horizontální scroll na mobilu */
.evidence__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
}

.evidence__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    white-space: nowrap;
    min-width: 900px;
}

.evidence__table--puppies {
    min-width: 1400px;
}

.evidence__table thead {
    background: #f9fafb;
}

.evidence__table th {
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #6b7280;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: #f9fafb;
}

.evidence__th--center {
    text-align: center !important;
}

.evidence__th--right {
    text-align: right !important;
}

.evidence__th--check {
    width: 40px;
    text-align: center !important;
    position: sticky;
    left: 0;
    z-index: 3;
    background: #f9fafb;
}

.evidence__table td {
    padding: 10px 12px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.evidence__table tbody tr:last-child td {
    border-bottom: none;
}

/* Ukotvený první sloupec (mobil) */
.evidence__table th:first-child,
.evidence__table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ffffff;
}

.evidence__table tbody tr:nth-child(even) td:first-child {
    background: #f9fafb;
}

.evidence__table th:first-child {
    background: #f9fafb;
    z-index: 3;
}

.evidence__table td:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    width: 6px;
    box-shadow: inset 4px 0 4px -2px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

/* Pruhované řádky */
.evidence__table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.evidence__table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.evidence__table tbody tr:hover {
    background: #f3f4f6;
}

/* Group header row */
.evidence__group-header {
    background: #f8fafc;
}

.evidence__group-header td {
    padding: 0 !important;
    border-bottom: 1px solid #e2e8f0;
}

.evidence__group-header:hover {
    background: #f1f5f9;
}

.evidence__group-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 16px;
    flex-wrap: wrap;
}

.evidence__group-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    color: #1e293b;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.evidence__group-name {
    font-weight: 700;
    font-size: 14px;
    color: #1e293b;
    white-space: nowrap;
}

.evidence__group-parents {
    display: none;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
}

.evidence__group-parents .evidence__sex-svg {
    width: 10px;
    height: 10px;
}

.evidence__group-info {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #94a3b8;
    white-space: nowrap;
}

.evidence__group-info .evidence__sex-svg {
    width: 10px;
    height: 10px;
}

.evidence__group-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.evidence__group-arrow {
    display: inline-flex;
    align-items: center;
    color: #94a3b8;
    transition: transform 0.2s;
    flex-shrink: 0;
    width: 12px;
}

.evidence__group-header--collapsed .evidence__group-arrow {
    transform: rotate(-90deg);
}

.evidence__check-group {
    cursor: pointer;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: #f97316;
}

/* Hidden group rows */
.evidence__group-row--hidden {
    display: none;
}

/* Buňky */
.evidence__td--bold {
    font-weight: 600;
    color: #1a1a2e;
}

.evidence__td--center {
    text-align: center;
}

.evidence__td--right {
    text-align: right;
}

.evidence__td--check {
    width: 40px;
    text-align: center;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ffffff;
}

.evidence__table tbody tr:nth-child(even) .evidence__td--check {
    background: #f9fafb;
}

.evidence__td--mono {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 11px;
    color: #6b7280;
}

.evidence__td--green {
    color: #374151;
}

.evidence__td--red {
    color: #374151;
}

.evidence__td--parents {
    white-space: nowrap;
}

.evidence__parent {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
}

.evidence__sex-icon {
    font-weight: 900;
    font-size: 18px;
    -webkit-text-stroke: 0.5px currentColor;
}

.evidence__parent--mother {
    color: #ec4899;
}

.evidence__parent--father {
    color: #3b82f6;
}

.evidence__parent-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
}

.evidence__parent-link:hover {
    text-decoration-style: solid;
    opacity: 0.8;
}

/* Weight cell with sparkline */
.evidence__td--weight {
    white-space: nowrap;
}

.evidence__weight-value {
    display: inline;
    cursor: text;
    border-bottom: 1px dashed transparent;
    transition: border-color 0.15s, background 0.15s;
    outline: none;
    border-radius: 4px;
    padding: 1px 4px;
    font-weight: 600;
    color: #1a1a2e;
    min-width: 24px;
}

.evidence__weight-value:hover {
    border-bottom-color: #d1d5db;
}

.evidence__weight-value:focus {
    border-bottom-color: #f97316;
    background: #fff7ed;
}

.evidence__weight-unit {
    font-size: 11px;
    color: #9ca3af;
    margin-right: 6px;
}

/* Sparkline */
.evidence__sparkline {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.evidence__sparkline svg {
    display: block;
}

.evidence__sparkline:hover svg polyline {
    stroke: #ea580c;
    stroke-width: 2;
}

.evidence__sparkline:hover svg circle {
    fill: #ea580c;
    r: 2.5;
}

/* Sparkline tooltip */
.evidence__sparkline-tooltip {
    display: none;
    position: fixed;
    background: #1a1a2e;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    pointer-events: none;
    max-height: 300px;
    overflow-y: auto;
}

/* Inline editable (generic) */
.evidence__td--editable {
    cursor: text;
    border-bottom: 1px dashed transparent;
    transition: border-color 0.15s, background 0.15s;
    outline: none;
    border-radius: 4px;
    padding: 8px 10px;
}

.evidence__td--editable:hover {
    border-bottom-color: #d1d5db;
}

.evidence__td--editable:focus {
    border-bottom-color: #f97316;
    background: #fff7ed;
}

/* Checkboxes */
.evidence__check,
.evidence__check-all {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #f97316;
}

/* Odkaz */
.evidence__link {
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
}

.evidence__link:hover {
    color: #f97316;
    text-decoration: underline;
}

/* Majitel - trigger */
.evidence__td--owner {
    position: relative;
}

.evidence__owner-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px dashed transparent;
    transition: border-color 0.15s, color 0.15s;
}

.evidence__owner-trigger:hover {
    border-bottom-color: #d1d5db;
    color: #1a1a2e;
}

/* Majitel s Pedia.dog účtem - přímý odkaz do chatu */
.evidence__owner-chat-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.evidence__owner-chat-link:hover {
    text-decoration: underline;
    color: #2563eb;
}

.evidence__owner-chat-link svg {
    flex-shrink: 0;
    color: #93c5fd;
}

.evidence__owner-chat-link:hover svg {
    color: #3b82f6;
}

/* Majitel - popover */
.evidence__owner-popover {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
    padding: 16px;
    min-width: 240px;
    max-width: 300px;
}

.evidence__owner-popover-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}

.evidence__owner-popover-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
}

a.evidence__owner-popover-row:hover {
    color: #f97316;
}

.evidence__owner-popover-row svg {
    flex-shrink: 0;
    color: #9ca3af;
    width: 14px;
    height: 14px;
}

a.evidence__owner-popover-row:hover svg {
    color: #f97316;
}

.evidence__owner-popover-chat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #3b82f6;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s;
}

.evidence__owner-popover-chat:hover {
    background: #dbeafe;
}

.evidence__owner-popover-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.evidence__owner-popover-backdrop--open {
    display: block;
}

/* Pohlaví */
.evidence__sex-svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.evidence__sex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.evidence__sex--pes {
    color: #3b82f6;
}

.evidence__sex--fena {
    color: #ec4899;
}

/* SVG ikony pohlaví v rodičích a hlavičkách */
.evidence__sex-icon .evidence__sex-svg {
    width: 12px;
    height: 12px;
}

.evidence__group-header .evidence__sex-svg {
    width: 11px;
    height: 11px;
    vertical-align: middle;
}

.evidence__group-header .evidence__sex--pes {
    color: #3b82f6;
}

.evidence__group-header .evidence__sex--fena {
    color: #ec4899;
}

/* Stužka */
.evidence__ribbon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    border: 1px solid rgba(0,0,0,0.1);
}

/* Sticky stužka - ukotvená na mobilu */
.evidence__td--sticky-ribbon,
.evidence__th--sticky-ribbon {
    position: sticky;
    left: 40px;
    z-index: 2;
    background: #ffffff;
    width: 28px;
    padding: 6px 4px !important;
    text-align: center;
}

.evidence__th--sticky-ribbon {
    z-index: 3;
    background: #f9fafb;
}

.evidence__table tbody tr:nth-child(even) .evidence__td--sticky-ribbon {
    background: #f9fafb;
}

.evidence__ribbon--sticky {
    width: 14px;
    height: 14px;
    margin: 0;
    cursor: help;
}

.evidence__td--sticky-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    width: 6px;
    box-shadow: inset 4px 0 4px -2px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

/* Přezdívka pod jménem */
.evidence__nickname {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 400;
    font-style: italic;
}

/* Počtové badge */
.evidence__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 22px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
}

.evidence__badge--free {
    background: #f3f4f6;
    color: #374151;
}

.evidence__badge--reserved {
    background: #f3f4f6;
    color: #374151;
}

.evidence__badge--sold {
    background: #f3f4f6;
    color: #374151;
}

.evidence__zero {
    color: #d1d5db;
    font-size: 12px;
}

/* Zdravotní semafor */
.evidence__health-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: help;
}

.evidence__health-dot--green {
    background: #9ca3af;
    box-shadow: none;
}

.evidence__health-dot--orange {
    background: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.25);
    animation: health-pulse-red 1.2s ease-in-out infinite;
}

.evidence__health-dot--red {
    background: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.25);
    animation: health-pulse-red 1.2s ease-in-out infinite;
}

@keyframes health-pulse-red {
    0%, 100% { box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.25); }
    50% { box-shadow: 0 0 0 6px rgba(220, 38, 38, 0.1); }
}

.evidence__health-dot--done {
    background: #d1d5db;
    box-shadow: none;
}

.evidence__health-dot--clickable {
    cursor: pointer;
}

/* Popover - rozpis úkonů (fixed overlay) */
.evidence__health-popover {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 24px;
    width: calc(100% - 32px);
    max-width: 420px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
}

.evidence__health-popover--open {
    display: block;
}

.evidence__health-popover-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px 8px;
}

.evidence__health-popover-close:hover {
    color: #374151;
}

.evidence__health-popover-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.evidence__health-popover-backdrop--open {
    display: block;
}

.evidence__health-popover-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-right: 32px;
    border-bottom: 1px solid #f3f4f6;
}

.evidence__health-popover-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.evidence__health-popover-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #f9fafb;
}

.evidence__health-popover-item:last-child {
    border-bottom: none;
}

.evidence__health-popover-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.evidence__health-popover-label {
    flex: 1;
    color: #374151;
    font-weight: 500;
}

.evidence__health-popover-info {
    color: #6b7280;
    font-size: 13px;
    white-space: nowrap;
}

.evidence__health-popover-item--red .evidence__health-popover-info {
    color: #ef4444;
    font-weight: 600;
}

.evidence__health-popover-item--orange .evidence__health-popover-info {
    color: #f59e0b;
    font-weight: 600;
}

.evidence__health-popover-item--done .evidence__health-popover-label {
    color: #9ca3af;
}


/* Zdravotní mini ikonky u štěňat */
.evidence__td--health-dots {
    white-space: nowrap;
}

.evidence__health-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 13px;
    border-radius: 6px;
    cursor: help;
    margin: 0 1px;
    position: relative;
}

.evidence__health-icon {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.evidence__ambition-icon {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    color: #9ca3af;
    margin-right: 4px;
}

.evidence__ambition-icon--pet {
    color: #9ca3af;
}

.evidence__ambition-icon--breeding {
    color: #9ca3af;
}

.evidence__health-mini--done {
    color: #9ca3af;
}

.evidence__health-mini--green {
    color: #9ca3af;
}

.evidence__health-mini--orange {
    color: #d97706;
}

.evidence__health-mini--red {
    color: #dc2626;
}

/* Status štítek */
.evidence__status {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    white-space: nowrap;
}

.evidence__status--active {
    background: #dcfce7;
    color: #16a34a;
}

.evidence__status--sold {
    background: #f3f4f6;
    color: #9ca3af;
}

.evidence__status--archived {
    background: #f3f4f6;
    color: #9ca3af;
}

.evidence__status--free {
    background: #f3f4f6;
    color: #374151;
}

.evidence__status--reserved {
    background: #f3f4f6;
    color: #374151;
}

/* Status badge dropdown */
.evidence__td--status {
    position: relative;
}

.evidence__status-dropdown {
    position: relative;
    display: inline-block;
}

.evidence__status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.15s, box-shadow 0.15s;
}

.evidence__status-badge:hover {
    opacity: 0.9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.evidence__status-badge--free {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.evidence__status-badge--reserved {
    background: linear-gradient(135deg, #d946ef 0%, #c026d3 100%);
}

.evidence__status-badge--sold {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.evidence__status-chevron {
    flex-shrink: 0;
    opacity: 0.7;
    transition: transform 0.2s;
}

.evidence__status-dropdown--open .evidence__status-chevron {
    transform: rotate(180deg);
}

/* Dropdown menu */
.evidence__status-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 50;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 4px;
    min-width: 160px;
}

.evidence__status-dropdown--open .evidence__status-menu {
    display: block;
    animation: statusMenuIn 0.15s ease;
}

@keyframes statusMenuIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.evidence__status-option {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    color: #374151;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: background 0.1s;
}

.evidence__status-option:hover {
    background: #f3f4f6;
}

.evidence__status-option--current {
    font-weight: 700;
    background: #f9fafb;
}

.evidence__status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.evidence__status-dot--free {
    background: linear-gradient(135deg, #10b981, #059669);
}

.evidence__status-dot--reserved {
    background: linear-gradient(135deg, #d946ef, #c026d3);
}

.evidence__status-dot--sold {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

/* Bilance footer */
.evidence__balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.evidence__balance-text {
    font-size: 13px;
    color: #6b7280;
}

.evidence__balance-amount {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.evidence__balance-amount--positive {
    color: #1a1a2e;
}

.evidence__balance-amount--negative {
    color: #1a1a2e;
}

/* Filtry štěňat */
.evidence__filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.evidence__filters-left {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.evidence__filters-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.evidence__filter-sep {
    display: none;
}

@media (min-width: 768px) {
    .evidence__filter-sep {
        display: block;
        width: 1px;
        height: 20px;
        background: #e2e8f0;
        margin: 0 4px;
    }
}

.evidence__filter-select {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    color: #374151;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
}

.evidence__filter-select:focus {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.evidence__bulk-health-btn {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.evidence__bulk-health-btn:hover {
    background: #dcfce7;
    border-color: #86efac;
}

/* Sloupec Vrh */
.evidence__td--litter {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #64748b;
}

.evidence__td--litter .evidence__link {
    color: #64748b;
}

.evidence__td--litter .evidence__link:hover {
    color: #374151;
}

.evidence__filter {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    color: #6b7280;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s;
}

.evidence__filter:hover {
    border-color: #d1d5db;
}

.evidence__filter--active {
    color: #f97316;
    border-color: #f97316;
    background: #fff7ed;
}

.evidence__filter-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.evidence__filter-dot--free {
    background: #22c55e;
}

.evidence__filter-dot--reserved {
    background: #f59e0b;
}

.evidence__filter-dot--sold {
    background: #9ca3af;
}

/* Bulk action bar */
.evidence__bulk {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    flex-wrap: wrap;
}

.evidence__bulk-count {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-right: auto;
}

.evidence__bulk-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #ffffff;
    background: #f97316;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}

.evidence__bulk-btn:hover {
    background: #ea580c;
}

.evidence__bulk-btn--status {
    background: #6366f1;
}

.evidence__bulk-btn--status:hover {
    background: #4f46e5;
}

/* ========================================
   TABLET+ (768px)
   ======================================== */

@media (min-width: 768px) {
    .evidence__sex-icon {
        font-size: 14px;
    }

    .evidence__group-parents {
        display: inline-flex;
    }

    .evidence__health-record-label {
        display: inline;
    }

    .evidence__sex-svg {
        width: 14px;
        height: 14px;
    }

    .evidence__table th:first-child,
    .evidence__table td:first-child {
        position: static;
    }

    .evidence__table td:first-child::after {
        display: none;
    }

    .evidence__th--check,
    .evidence__td--check {
        position: static;
    }

    .evidence__td--sticky-ribbon,
    .evidence__th--sticky-ribbon {
        position: static;
    }

    .evidence__td--sticky-ribbon::after {
        display: none;
    }

    .evidence__tabs-bar {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .evidence__summary {
        grid-template-columns: repeat(4, 1fr);
    }

    .evidence__summary-value {
        font-size: 24px;
    }

    .evidence__balance {
        padding: 16px 20px;
    }

    .evidence__bulk {
        left: 260px;
        padding: 14px 24px;
    }
}

/* Health indicator in table */
/* Puppy name link */
.evidence__puppy-link {
    color: #1a1a2e;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed transparent;
    transition: border-color 0.15s, color 0.15s;
}

.evidence__puppy-link:hover {
    border-bottom-color: #f97316;
    color: #f97316;
}

/* ========================================
   SLIDEOUT PANEL
   ======================================== */

.evidence__slideout {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.evidence__slideout--open {
    display: flex;
}

.evidence__slideout-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: slideoutFadeIn 0.3s ease;
}

@keyframes slideoutFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.evidence__slideout-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    max-width: 520px;
    background: #f9fafb;
    overflow-y: auto;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.evidence__slideout--open .evidence__slideout-panel {
    transform: translateX(0);
}

.evidence__slideout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
}

.evidence__slideout-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.evidence__slideout-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #6b7280;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s;
    flex-shrink: 0;
}

.evidence__slideout-close:hover {
    background: #e5e7eb;
    color: #1a1a2e;
}

.evidence__slideout-body {
    padding: 16px 20px;
}

/* Slideout sections */
.slideout__section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
}

.slideout__section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    margin: 0 0 12px 0;
}

/* Slideout grid */
.slideout__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

/* Slideout fields */
.slideout__field {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.slideout__field label {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.slideout__field span {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

.slideout__field--status {
    margin-bottom: 12px;
}

/* Chart area */
.slideout__chart {
    margin-bottom: 12px;
    text-align: center;
}

.slideout__chart svg {
    display: inline-block;
    max-width: 100%;
}

/* Weight table inside slideout */
.slideout__weight-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-top: 8px;
}

.slideout__weight-table th {
    text-align: left;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 6px 8px;
    border-bottom: 1px solid #e5e7eb;
}

.slideout__weight-table td {
    padding: 5px 8px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.slideout__weight-table tbody tr:last-child td {
    border-bottom: none;
}

/* Health items */
.slideout__health-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.slideout__health-item {
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
}

.slideout__deworming-dates {
    list-style: none;
    padding: 4px 0 0 0;
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.slideout__deworming-dates li {
    padding: 2px 0;
}

.slideout__health-next {
    margin-top: 4px;
    font-size: 12px;
}

.slideout__health-placeholder {
    margin-top: 12px;
    padding: 10px;
    background: #f9fafb;
    border: 1px dashed #e5e7eb;
    border-radius: 8px;
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
}

/* Empty state */
.slideout__empty {
    font-size: 13px;
    color: #9ca3af;
    margin: 4px 0 0 0;
}

/* ========================================
   DESKTOP (1024px)
   ======================================== */

@media (min-width: 1024px) {
    .evidence__tabs {
        padding: 0;
    }

    .evidence__tab {
        padding: 14px 24px;
        font-size: 15px;
    }

    .evidence__bulk {
        left: 260px;
        border-radius: 12px 12px 0 0;
        padding: 14px 28px;
    }
}

/* Slideout responsive grid */
@media (min-width: 400px) {
    .slideout__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   SLIDEOUT FORM ELEMENTS
   ======================================== */

/* Slideout form inputs */
.slideout__input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    font-family: inherit;
    color: #1a1a2e;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.slideout__input:focus { border-color: #f97316; }
.slideout__input--mono { font-family: 'SF Mono', Consolas, monospace; font-size: 13px; }
.slideout__input--small { width: auto; max-width: 120px; }

/* Slideout select */
.slideout__select {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    font-family: inherit;
    color: #1a1a2e;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}
.slideout__select:focus { border-color: #f97316; }

/* Slideout textarea */
.slideout__textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    font-family: inherit;
    color: #1a1a2e;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    outline: none;
    resize: vertical;
    min-height: 60px;
    box-sizing: border-box;
}
.slideout__textarea:focus { border-color: #f97316; }

/* Slideout checkbox row */
.slideout__checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
}
.slideout__checkbox-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #f97316;
    cursor: pointer;
}

/* Slideout add row */
.slideout__add-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}

/* Slideout add button */
.slideout__add-btn {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}
.slideout__add-btn:hover { background: #fed7aa; }

/* Slideout contract button */
.slideout__contract-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #3b82f6;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}
.slideout__contract-btn:hover { background: #dbeafe; }

/* Slideout computed value */
.slideout__computed {
    font-size: 14px;
    font-weight: 700;
    color: #16a34a;
}

/* Slideout sticky footer */
.evidence__slideout-footer {
    position: sticky;
    bottom: 0;
    padding: 12px 20px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    z-index: 10;
}

.evidence__slideout-save {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #ea580c);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}
.evidence__slideout-save:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.4);
}

/* Currency input wrapper */
.slideout__money-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}
.slideout__money-wrap input {
    flex: 1;
}
.slideout__money-suffix {
    font-size: 13px;
    color: #9ca3af;
    white-space: nowrap;
}

/* ========================================
   TLAČÍTKO ZAPSAT ÚKON (v hlavičce vrhu)
   ======================================== */
.evidence__health-record-btn {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.evidence__health-record-label {
    display: none;
}

.evidence__health-record-btn:hover {
    background: #dcfce7;
    border-color: #86efac;
}

.evidence__health-record-icon {
    width: 13px;
    height: 13px;
}

/* ========================================
   MODAL: HROMADNÝ ZÁPIS ZDRAVOTNÍHO ÚKONU
   ======================================== */
.health-modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.health-modal__overlay--open {
    display: flex;
}

.health-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.health-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 12px;
    border-bottom: 1px solid #f3f4f6;
}

.health-modal__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.health-modal__close {
    background: none;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.health-modal__close:hover {
    color: #374151;
}

.health-modal__body {
    padding: 20px 24px;
}

.health-modal__litter-name {
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    margin: 0 0 16px;
}

.health-modal__field {
    margin-bottom: 16px;
}

.health-modal__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.health-modal__select,
.health-modal__input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #374151;
    background: #fff;
    box-sizing: border-box;
}

.health-modal__select:focus,
.health-modal__input:focus {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.health-modal__hint {
    font-size: 12px;
    color: #9ca3af;
    margin: 0 0 8px;
}

.health-modal__puppies {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.health-modal__puppy {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f9fafb;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
}

.health-modal__puppy:hover {
    background: #f3f4f6;
}

.health-modal__puppy input[type="checkbox"] {
    accent-color: #22c55e;
    width: 16px;
    height: 16px;
}

.health-modal__puppy-sex {
    display: inline-flex;
    align-items: center;
}

.health-modal__puppy-sex .evidence__sex-svg {
    width: 14px;
    height: 14px;
}

.health-modal__puppy-sex--pes {
    color: #3b82f6;
}

.health-modal__puppy-sex--fena {
    color: #ec4899;
}

.health-modal__footer {
    display: flex;
    gap: 8px;
    padding: 16px 24px 20px;
    border-top: 1px solid #f3f4f6;
}

.health-modal__btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.health-modal__btn--cancel {
    background: #f3f4f6;
    color: #6b7280;
}

.health-modal__btn--cancel:hover {
    background: #e5e7eb;
}

.health-modal__btn--save {
    background: #22c55e;
    color: #fff;
}

.health-modal__btn--save:hover {
    background: #16a34a;
}

/* Custom select pro typ úkonu */
.health-modal__custom-select {
    position: relative;
}

.health-modal__custom-select-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    color: #374151;
    background: #fff;
    cursor: pointer;
    text-align: left;
}

.health-modal__custom-select-btn:focus {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.health-modal__custom-select-icon {
    display: inline-flex;
    color: #6b7280;
}

.health-modal__custom-select-icon .evidence__health-icon {
    width: 16px;
    height: 16px;
}

.health-modal__custom-select-arrow {
    margin-left: auto;
    color: #9ca3af;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.health-modal__custom-select--open .health-modal__custom-select-arrow {
    transform: rotate(180deg);
}

.health-modal__custom-select-list {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 4px;
    z-index: 10;
}

.health-modal__custom-select--open .health-modal__custom-select-list {
    display: block;
}

.health-modal__custom-select-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: #374151;
    border-radius: 6px;
    cursor: pointer;
}

.health-modal__custom-select-option:hover {
    background: #f9fafb;
}

.health-modal__custom-select-option--active {
    background: #fff7ed;
    color: #f97316;
    font-weight: 600;
}

/* Splněné úkony v selectu konkrétního úkonu */
.health-modal__option--done {
    color: #9ca3af;
}

.health-modal__custom-select-option .evidence__health-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ========================================
   SLIDEOUT - ZDRAVOTNÍ SEKCE
   ======================================== */
.slideout__health-type {
    margin-bottom: 16px;
}

.slideout__health-type-header {
    font-size: 13px;
    margin-bottom: 6px;
}

.slideout__health-tasks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideout__health-task {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 6px;
    margin-bottom: 2px;
}

.slideout__health-task--red {
    background: #fef2f2;
}

.slideout__health-task--orange {
    background: #fffbeb;
}

.slideout__health-task--done {
    opacity: 0.6;
}
/* ========================================
   DASHBOARD - MUJ UCET - BEM METODIKA
   MOBILE FIRST PRISTUP
   ======================================== */

/* ========================================
   BODY MODIFIKATOR PRO DASHBOARD
   ======================================== */

.body--dashboard {
    background-color: #f8f9fa;
}

.body--dashboard .footer {
    display: none;
}

/* ========================================
   DASHBOARD LAYOUT
   Zakladni layout pro mobil - sloupec
   ======================================== */

.dashboard {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
    width: 100%;
    padding-top: 60px; /* Kompenzace fixed hlavičky */
}

/* ========================================
   MOBILNI HEADER - VIDITELNY NA MOBILU
   ======================================== */

.dashboard__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 60px;
    z-index: 90;
}

.dashboard__mobile-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.dashboard__menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #ede9fe;
    border-radius: 8px;
    cursor: pointer;
    color: #7c3aed;
    transition: all 0.2s ease;
}

.dashboard__menu-toggle:hover {
    background-color: #ddd6fe;
}

.dashboard__menu-toggle svg {
    width: 22px;
    height: 22px;
}

/* ========================================
   OVERLAY - TMAVE POZADI PRI OTEVRENEM MENU
   ======================================== */

.dashboard__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.dashboard__overlay--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* ========================================
   SIDEBAR - SKRYTE NA MOBILU, VYSOUVACI
   Cisty bily design inspirovany Saanvi
   ======================================== */

.dashboard__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 280px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 110;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.08);
}

.dashboard__sidebar--open {
    transform: translateX(0);
}

/* Header sidebaru - cisty */
.dashboard__sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.dashboard__sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

.dashboard__sidebar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: #f1f5f9;
    cursor: pointer;
    border-radius: 12px;
    color: #64748b;
    transition: all 0.2s ease;
}

.dashboard__sidebar-close:hover {
    background-color: #e2e8f0;
    color: #1e293b;
}

.dashboard__sidebar-close svg {
    width: 20px;
    height: 20px;
}

/* ========================================
   NAVIGACE V SIDEBARU - CISTY BILY STYL
   ======================================== */

.dashboard__nav {
    flex: 1;
    padding: 16px 12px;
    position: relative;
    z-index: 5;
}

.dashboard__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dashboard__nav-item {
    margin-bottom: 4px;
}

.dashboard__nav-item--sub {
    margin-bottom: 0;
}

.dashboard__nav-item--sub .dashboard__nav-link {
    padding-left: 46px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard__nav-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    border-radius: 12px;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    color: #64748b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dashboard__nav-link:hover {
    background-color: #f8fafc;
    color: #1e293b;
}

.dashboard__nav-link--active {
    background-color: #f1f5f9;
    color: #667eea;
}

/* Ikony v navigaci */
.dashboard__nav-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #94a3b8;
}

.dashboard__nav-link:hover .dashboard__nav-icon {
    color: #64748b;
}

.dashboard__nav-link--active .dashboard__nav-icon {
    color: #667eea;
}

/* Badge - cervena pro notifikace */
.dashboard__nav-badge {
    margin-left: auto;
    background-color: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Počet položek v navigaci */
.dashboard__nav-count {
    margin-left: auto;
    background-color: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.dashboard__nav-link--active .dashboard__nav-count {
    background-color: #e0e7ff;
    color: #667eea;
}

/* Kategorie v navigaci */
.dashboard__nav-category {
    padding: 24px 16px 10px;
    border-top: 1px solid #f1f5f9;
    margin-top: 12px;
}

.dashboard__nav-category-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
}

/* ========================================
   CTA BOX V SIDEBARU - CISTY SVETLY STYL
   ======================================== */

.dashboard__cta {
    margin: 24px 12px 20px;
    padding: 24px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

/* Dekorativní prvky na pozadí */
.dashboard__cta::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 50%;
}

.dashboard__cta::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background: rgba(102, 126, 234, 0.03);
    border-radius: 50%;
}

.dashboard__cta-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.25);
}

.dashboard__cta-icon svg {
    width: 28px;
    height: 28px;
}

.dashboard__cta-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px 0;
    position: relative;
    z-index: 1;
}

.dashboard__cta-text {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 18px 0;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}

.dashboard__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.dashboard__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.dashboard__cta-button svg {
    width: 16px;
    height: 16px;
}

/* ========================================
   HLAVNI OBSAH - MOBILNI STYLY
   ======================================== */

.dashboard__main {
    flex: 1;
    padding: 16px;
    background-color: #f8f9fa;
}

/* ========================================
   UVITANI
   ======================================== */

.dashboard__welcome {
    margin-bottom: 20px;
}

.dashboard__welcome-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.dashboard__welcome-text {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* ========================================
   HLAVICKA STRANKY OBLIBENYCH
   ======================================== */

.dashboard__back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.dashboard__back-link:hover {
    color: #7c3aed;
}

.dashboard__back-link svg {
    width: 16px;
    height: 16px;
}

.dashboard__page-header {
    margin-bottom: 20px;
}

.dashboard__page-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px 0;
}

.dashboard__page-count {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* ========================================
   FILTRY A RAZENI
   ======================================== */

.dashboard__filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.dashboard__filter-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dashboard__filter-tabs::-webkit-scrollbar {
    display: none;
}

.dashboard__filter-tab {
    flex-shrink: 0;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    background-color: #f3f4f6;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.dashboard__filter-tab:hover {
    background-color: #ede9fe;
    color: #7c3aed;
}

.dashboard__filter-tab--active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.dashboard__filter-tab--active:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.dashboard__sort {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard__sort-label {
    font-size: 13px;
    color: #6b7280;
}

.dashboard__sort-select {
    padding: 8px 32px 8px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    transition: all 0.2s ease;
}

.dashboard__sort-select:hover {
    border-color: #c4b5fd;
}

.dashboard__sort-select:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

/* ========================================
   PRAZDNY STAV
   ======================================== */

.dashboard__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 16px;
    border: 2px dashed #e5e7eb;
}

.dashboard__empty-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    color: #d1d5db;
}

.dashboard__empty-icon svg {
    width: 100%;
    height: 100%;
}

.dashboard__empty-title {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 8px 0;
}

.dashboard__empty-text {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 20px 0;
    max-width: 280px;
}

.dashboard__empty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.dashboard__empty-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

/* ========================================
   FULL GRID - PRO STRANKU OBLIBENYCH
   ======================================== */

.dashboard__favorites-grid--full {
    grid-template-columns: repeat(2, 1fr);
}

/* ========================================
   ALERT - UPOZORNENI
   ======================================== */

.dashboard__alert {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.dashboard__alert-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #667eea;
}

.dashboard__alert-content {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-left: 8px;
}

.dashboard__alert-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0ff;
    border-radius: 12px;
    color: #667eea;
}

.dashboard__alert-icon svg {
    width: 22px;
    height: 22px;
}

.dashboard__alert-text {
    min-width: 0;
    flex: 1;
}

.dashboard__alert-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.dashboard__alert-meta {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.dashboard__alert-action {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #667eea;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.dashboard__alert-action:hover {
    background-color: #5a67d8;
}

/* ========================================
   SEKCE
   ======================================== */

.dashboard__section {
    margin-bottom: 24px;
}

.dashboard__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.dashboard__section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.2px;
}

.dashboard__section-link {
    font-size: 12px;
    font-weight: 500;
    color: #667eea;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
    padding: 6px 12px;
    background-color: #f0f0ff;
    border-radius: 6px;
}

.dashboard__section-link:hover {
    background-color: #667eea;
    color: #ffffff;
}

/* ========================================
   GRID PRO OBLIBENE - MOBILE FIRST
   Pouziva originalni karty puppy-card a card--grid
   ======================================== */

.dashboard__favorites-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Karta pro pridani dalsich */
.dashboard__card-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dashboard__card-add:hover {
    border-color: #a78bfa;
    background-color: #f5f3ff;
}

.dashboard__card-add-icon {
    font-size: 32px;
    color: #9ca3af;
    margin-bottom: 8px;
    transition: color 0.2s ease;
}

.dashboard__card-add:hover .dashboard__card-add-icon {
    color: #7c3aed;
}

.dashboard__card-add-text {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    transition: color 0.2s ease;
}

.dashboard__card-add:hover .dashboard__card-add-text {
    color: #7c3aed;
}

/* ========================================
   PUPPY CARD - KARTA STENETE
   Mobile First - Saanvi styl
   ======================================== */

.puppy-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
    border: 1px solid #f1f5f9;
}

.puppy-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.puppy-card__image {
    display: block;
    position: relative;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-color: #f8fafc;
}

.puppy-card__badges {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.puppy-card__badge {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.puppy-card__badge--status {
    background-color: #667eea;
    color: #ffffff;
}

.puppy-card__badge--nadeje {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.puppy-card__badge--mazlicek {
    background-color: #10b981;
}

.puppy-card__badge--available {
    background-color: #10b981;
    color: #ffffff;
}

.puppy-card__badge--reserved {
    background-color: #f59e0b;
    color: #ffffff;
}

.puppy-card__badge--champion {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
}

/* Srdíčko - oblíbené */
.puppy-card__favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.puppy-card__favorite:hover {
    background-color: #ffffff;
    transform: scale(1.05);
}

.puppy-card__favorite svg {
    width: 18px;
    height: 18px;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.puppy-card__favorite:hover svg {
    color: #ef4444;
}

.puppy-card__favorite--active svg {
    color: #ef4444;
    fill: #ef4444;
}

/* Obsah karty */
.puppy-card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.puppy-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.puppy-card__gender {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.puppy-card__gender svg {
    width: 100%;
    height: 100%;
}

.puppy-card__gender--male {
    color: #3b82f6;
}

.puppy-card__gender--female {
    color: #ec4899;
}

.puppy-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.puppy-card__breed {
    font-size: 13px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.puppy-card__breed-name {
    color: #667eea;
}

.puppy-card__separator {
    margin: 0 4px;
    color: #d1d5db;
}

.puppy-card__variety {
    color: #9ca3af;
}

/* Povahový punc */
.puppy-card__temperament {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 8px;
    white-space: nowrap;
    margin-bottom: 6px;
    width: fit-content;
}

.puppy-card__temperament-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

img.puppy-card__temperament-icon {
    width: 12px;
    height: 12px;
}

.puppy-card__temperament-text {
    font-weight: 500;
}

/* Průzkumník - oranžová */
.puppy-card__temperament--pruzkumnik {
    background-color: #fff7ed;
    color: #ea580c;
    cursor: help;
}

.puppy-card__temperament--pruzkumnik img {
    filter: invert(39%) sepia(95%) saturate(1500%) hue-rotate(360deg) brightness(95%) contrast(95%);
}

/* Mazel - růžová */
.puppy-card__temperament--mazel {
    background-color: #fdf2f8;
    color: #db2777;
    cursor: help;
}

.puppy-card__temperament--mazel img {
    filter: invert(25%) sepia(90%) saturate(2000%) hue-rotate(315deg) brightness(90%) contrast(95%);
}

/* Pohodář - modrá */
.puppy-card__temperament--pohodar {
    background-color: #eff6ff;
    color: #2563eb;
    cursor: help;
}

.puppy-card__temperament--pohodar svg {
    color: #2563eb;
}

/* Snaživec - zelená */
.puppy-card__temperament--snazivec {
    background-color: #ecfdf5;
    color: #059669;
    cursor: help;
}

.puppy-card__temperament--snazivec img {
    filter: invert(40%) sepia(90%) saturate(800%) hue-rotate(120deg) brightness(90%) contrast(95%);
}

/* Pozorovatel - fialová */
.puppy-card__temperament--pozorovatel {
    background-color: #f5f3ff;
    color: #7c3aed;
    cursor: help;
}

.puppy-card__temperament--pozorovatel img {
    filter: invert(35%) sepia(80%) saturate(2000%) hue-rotate(245deg) brightness(90%) contrast(95%);
}

.puppy-card__details {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.puppy-card__cake-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    filter: invert(45%) sepia(70%) saturate(1500%) hue-rotate(210deg) brightness(90%) contrast(90%);
}

.puppy-card__age {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    background-color: #f8fafc;
    padding: 5px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

.puppy-card__birthdate {
    color: #2c3e50;
    font-weight: 500;
}

.puppy-card__age-separator {
    color: #bdc3c7;
    font-size: 8px;
}

.puppy-card__age-value {
    color: #7f8c8d;
}

.puppy-card__station {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.puppy-card__station-icon {
    width: 14px;
    height: 14px;
    color: #667eea;
    flex-shrink: 0;
}

.puppy-card__station-link {
    font-size: 13px;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.puppy-card__station-link:hover {
    color: #5568d3;
    text-decoration: underline;
}

.puppy-card__location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
}

.puppy-card__flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.puppy-card__country {
    font-weight: 500;
    color: #1e293b;
}

.puppy-card__place {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #94a3b8;
}

.puppy-card__place::before {
    content: "•";
    margin-right: 6px;
    color: #cbd5e1;
}

/* Tituly chovného jedince */
.puppy-card__titles {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 4px;
}

.puppy-card__title-badge {
    display: inline-block;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 600;
    color: #92400e;
    background-color: #fef3c7;
    border-radius: 4px;
}

/* ========================================
   SKUPINA PODLE DATA PRIDANI
   ======================================== */

/* Label s datem nad první kartou skupiny */
.favorites-card-wrapper {
    position: relative;
    padding-top: 28px;
}

.favorites-card-wrapper__label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    white-space: nowrap;
}

/* Override pro breeding-dog-card v dashboard gridu */
.dashboard__favorites-grid .breeding-dog-card {
    width: 100%;
    flex: none;
}

.puppy-card__button {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #667eea;
    background: #f0f0ff;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.puppy-card__button:hover {
    background: #667eea;
    color: #ffffff;
}

/* ========================================
   CARD--GRID - KARTA STANICE
   Mobile First - Saanvi styl
   ======================================== */

.card--grid {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    border: 1px solid #f1f5f9;
}

.card--grid:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.card--grid .card__image {
    display: block;
    position: relative;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-color: #f8fafc;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    gap: 6px;
}

.card--grid .card__badge {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.card--grid .card__badge--puppies {
    background-color: #10b981;
    color: #ffffff;
}

.card--grid .card__badge--expected {
    background-color: #f59e0b;
    color: #ffffff;
}

.card--grid .card__badge--new {
    background-color: #ff6b6b;
    color: #ffffff;
}

.card--grid .card__badge--updated {
    background-color: #3498db;
    color: #ffffff;
}

/* Srdíčko */
.card__favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card__favorite:hover {
    background-color: #ffffff;
    transform: scale(1.05);
}

.card__favorite svg {
    width: 18px;
    height: 18px;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.card__favorite:hover svg {
    color: #ef4444;
}

.card__favorite--active svg {
    color: #ef4444;
    fill: #ef4444;
}

/* Obsah karty stanice */
.card--grid .card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card--grid .card__header {
    margin-bottom: 6px;
}

.card--grid .card__title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card--grid .card__rating {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 10px;
}

.card--grid .card__breed {
    font-size: 13px;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.card--grid .card__breed .breed-item {
    display: block;
    color: #667eea;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.card--grid .card__breed .breed-item::before {
    content: '•';
    margin-right: 8px;
    color: #667eea;
}

.card--grid .card__breed .breed-item:hover {
    color: #5568d3;
    text-decoration: underline;
}

.card--grid .card__location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
}

.card--grid .card__flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.card--grid .card__country {
    font-weight: 500;
    color: #1e293b;
}

.card--grid .card__place {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #94a3b8;
}

.card--grid .card__place::before {
    content: "•";
    margin-right: 6px;
    color: #cbd5e1;
}

.card--grid .card__button {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #667eea;
    background: #f0f0ff;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.card--grid .card__button:hover {
    background: #667eea;
    color: #ffffff;
}

/* ========================================
   RYCHLE AKCE - MOBILNI STYLY (SLOUPEC)
   ======================================== */

.dashboard__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dashboard__action {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.dashboard__action:hover {
    background-color: #f8fafc;
    border-color: #e2e8f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.dashboard__action-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0ff;
    border-radius: 12px;
    color: #667eea;
}

.dashboard__action-icon svg {
    width: 22px;
    height: 22px;
}

.dashboard__action-text {
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
}

.dashboard__action:hover .dashboard__action-text {
    color: #667eea;
}

/* ========================================
   TABLET (768px+) - MEDIA QUERY
   ======================================== */

@media (min-width: 768px) {
    .dashboard__main {
        padding: 28px 32px;
    }

    .dashboard__welcome {
        margin-bottom: 24px;
    }

    .dashboard__welcome-title {
        font-size: 24px;
    }

    .dashboard__welcome-text {
        font-size: 14px;
    }

    .dashboard__section {
        margin-bottom: 28px;
    }

    .dashboard__section-header {
        margin-bottom: 16px;
    }

    .dashboard__section-title {
        font-size: 18px;
    }

    .dashboard__section-link {
        font-size: 13px;
        padding: 8px 14px;
    }

    .dashboard__page-title {
        font-size: 24px;
    }

    /* Filtry v radku */
    .dashboard__filters {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    /* Prázdný stav */
    .dashboard__empty {
        padding: 64px 32px;
    }

    .dashboard__empty-icon {
        width: 80px;
        height: 80px;
    }

    .dashboard__empty-title {
        font-size: 20px;
    }

    .dashboard__empty-text {
        font-size: 15px;
        max-width: 360px;
    }

    /* Alert v radku */
    .dashboard__alert {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        padding: 18px 20px;
    }

    .dashboard__alert-content {
        flex: 1;
    }

    .dashboard__alert-action {
        width: auto;
        flex-shrink: 0;
    }

    /* 3 karty vedle sebe */
    .dashboard__favorites-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .dashboard__favorites-grid--full {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Vetsi vyska obrazku */
    .puppy-card__image,
    .card--grid .card__image {
        height: 160px;
    }

    .puppy-card__content,
    .card--grid .card__content {
        padding: 18px;
    }

    .puppy-card__title,
    .card--grid .card__title {
        font-size: 16px;
    }

    .puppy-card__breed,
    .card--grid .card__breed {
        font-size: 14px;
    }

    .puppy-card__button,
    .card--grid .card__button {
        padding: 12px 16px;
        font-size: 14px;
    }

    .puppy-card__location,
    .card--grid .card__location {
        font-size: 13px;
    }

    .puppy-card__flag,
    .card--grid .card__flag {
        width: 20px;
        height: 15px;
    }

    .puppy-card__age {
        font-size: 13px;
    }

    .puppy-card__cake-icon {
        width: 17px;
        height: 17px;
    }

    .puppy-card__station-icon {
        width: 15px;
        height: 15px;
    }

    .puppy-card__station-link {
        font-size: 14px;
    }

    .dashboard__card-add {
        min-height: 340px;
    }

    /* Rychle akce v radku */
    .dashboard__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .dashboard__action {
        flex: 1;
        min-width: 200px;
    }
}

/* ========================================
   DESKTOP (1024px+) - SIDEBAR VIDITELNY
   ======================================== */

@media (min-width: 1024px) {
    /* Skryt mobilni prvky */
    .dashboard__mobile-header {
        display: none;
    }

    .dashboard__overlay {
        display: none;
    }

    /* Layout zmena na radek */
    .dashboard {
        flex-direction: row;
    }

    /* Sidebar - vzdy viditelny, cisty bily design */
    .dashboard__sidebar {
        position: static;
        top: auto;
        left: auto;
        width: 280px;
        height: auto;
        transform: none;
        border-right: 1px solid #f1f5f9;
        flex-shrink: 0;
        overflow-y: visible;
        box-shadow: none;
    }

    .dashboard__sidebar-close {
        display: none;
    }

    /* Navigace nema roztahovat prostor */
    .dashboard__nav {
        flex: none;
    }

    .dashboard__nav-link {
        padding: 14px 18px;
    }

    .dashboard__nav-icon {
        width: 22px;
        height: 22px;
    }

    /* Hlavni obsah */
    .dashboard__main {
        flex: 1;
        padding: 44px 56px;
        min-width: 0;
    }

    .dashboard__welcome-title {
        font-size: 32px;
    }

    .dashboard__section-title {
        font-size: 24px;
    }

    .dashboard__section-link {
        font-size: 14px;
        padding: 10px 20px;
    }

    .dashboard__favorites-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    /* Desktop velikosti */
    .puppy-card__image,
    .card--grid .card__image {
        height: 180px;
    }

    .puppy-card__content,
    .card--grid .card__content {
        padding: 20px;
    }

    .puppy-card__title,
    .card--grid .card__title {
        font-size: 17px;
    }

    .puppy-card__breed,
    .card--grid .card__breed {
        font-size: 14px;
    }

    .puppy-card__location,
    .card--grid .card__location {
        font-size: 14px;
    }

    .puppy-card__flag,
    .card--grid .card__flag {
        width: 20px;
        height: 15px;
    }

    .puppy-card__age {
        font-size: 13px;
        padding: 6px 12px;
    }

    .puppy-card__cake-icon {
        width: 18px;
        height: 18px;
    }

    .puppy-card__station-icon {
        width: 16px;
        height: 16px;
    }

    .puppy-card__station-link {
        font-size: 14px;
    }

    .dashboard__card-add {
        min-height: 380px;
    }

    .dashboard__page-title {
        font-size: 30px;
    }

    .dashboard__favorites-grid--full {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   VELKY DESKTOP (1400px+)
   ======================================== */

@media (min-width: 1400px) {
    .dashboard__sidebar {
        width: 300px;
    }

    .dashboard__main {
        padding: 48px 72px;
    }

    .dashboard__nav-link {
        padding: 16px 22px;
        font-size: 15px;
    }

    .dashboard__welcome-title {
        font-size: 36px;
    }

    .dashboard__page-title {
        font-size: 36px;
    }

    /* 4 karty vedle sebe */
    .dashboard__favorites-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .dashboard__favorites-grid--full {
        grid-template-columns: repeat(4, 1fr);
    }

    .puppy-card__image,
    .card--grid .card__image {
        height: 200px;
    }

    .puppy-card__content,
    .card--grid .card__content {
        padding: 20px;
    }

    .puppy-card__title,
    .card--grid .card__title {
        font-size: 17px;
    }

    .puppy-card__button,
    .card--grid .card__button {
        padding: 14px 18px;
        font-size: 14px;
    }
}

/* ========================================
   MOJE RECENZE - MOBILE FIRST
   ======================================== */

/* Statistiky */
.my-reviews__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.my-reviews__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    min-width: 100px;
}

.my-reviews__stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 4px;
}

.my-reviews__stat-number--published {
    color: #10b981;
}

.my-reviews__stat-number--pending {
    color: #f59e0b;
}

.my-reviews__stat-label {
    font-size: 12px;
    color: #6b7280;
}

/* Seznam recenzí */
.my-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Karta recenze */
.my-review {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.my-review:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.my-review--pending {
    border-left: 4px solid #f59e0b;
}

/* Hlavička recenze */
.my-review__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.my-review__station-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.my-review__station-image {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.my-review__station-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.my-review__station-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.my-review__station-link:hover .my-review__station-name {
    color: #667eea;
}

.my-review__date {
    font-size: 12px;
    color: #9ca3af;
}

.my-review__header-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.my-review__rating {
    display: flex;
    gap: 2px;
}

.my-review__star {
    width: 16px;
    height: 16px;
}

.my-review__star--filled {
    fill: #f59e0b;
}

.my-review__star--empty {
    fill: #d1d5db;
}

.my-review__status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
}

.my-review__status svg {
    width: 12px;
    height: 12px;
}

.my-review__status--pending {
    background-color: #fef3c7;
    color: #d97706;
}

/* Obsah recenze */
.my-review__content {
    margin-bottom: 12px;
}

.my-review__text {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* Odkaz na psa */
.my-review__dog {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
    border-top: 1px solid #f3f4f6;
}

.my-review__dog-icon {
    width: 16px;
    height: 16px;
    fill: #667eea;
    flex-shrink: 0;
}

.my-review__dog-link {
    font-size: 13px;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.my-review__dog-link:hover {
    color: #5a67d8;
    text-decoration: underline;
}

/* Odpověď chovatele */
.my-review__reply {
    margin-top: 12px;
    padding: 12px;
    background-color: #f8f5ff;
    border-left: 3px solid #8b5cf6;
    border-radius: 0 8px 8px 0;
}

.my-review__reply-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-wrap: wrap;
    gap: 6px;
}

.my-review__reply-label {
    font-size: 12px;
    font-weight: 600;
    color: #8b5cf6;
}

.my-review__reply-date {
    font-size: 11px;
    color: #9ca3af;
}

.my-review__reply-text {
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

/* Akce */
.my-review__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}

.my-review__action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: none;
    font-family: inherit;
}

.my-review__action svg {
    width: 14px;
    height: 14px;
}

.my-review__action--view {
    background-color: #f3f4f6;
    color: #4b5563;
}

.my-review__action--view:hover {
    background-color: #e5e7eb;
    color: #1f2937;
}

.my-review__action--edit {
    background-color: #eff6ff;
    color: #3b82f6;
}

.my-review__action--edit:hover {
    background-color: #dbeafe;
    color: #2563eb;
}

.my-review__action--delete {
    background-color: #fef2f2;
    color: #ef4444;
}

.my-review__action--delete:hover {
    background-color: #fee2e2;
    color: #dc2626;
}

/* ========================================
   MOJE RECENZE - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .my-reviews__stats {
        gap: 16px;
    }

    .my-reviews__stat {
        padding: 20px 32px;
    }

    .my-reviews__stat-number {
        font-size: 32px;
    }

    .my-reviews__stat-label {
        font-size: 13px;
    }

    .my-review {
        padding: 20px;
    }

    .my-review__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .my-review__header-right {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .my-review__station-image {
        width: 56px;
        height: 56px;
    }

    .my-review__station-name {
        font-size: 16px;
    }

    .my-review__text {
        font-size: 15px;
    }

    .my-review__star {
        width: 18px;
        height: 18px;
    }
}

/* ========================================
   MOJE RECENZE - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .my-reviews__stats {
        gap: 20px;
        margin-bottom: 32px;
    }

    .my-reviews__stat {
        padding: 24px 40px;
    }

    .my-reviews__stat-number {
        font-size: 36px;
    }

    .my-reviews__stat-label {
        font-size: 14px;
    }

    .my-reviews__list {
        gap: 20px;
    }

    .my-review {
        padding: 24px;
    }

    .my-review__station-image {
        width: 60px;
        height: 60px;
    }

    .my-review__station-name {
        font-size: 17px;
    }

    .my-review__date {
        font-size: 13px;
    }

    .my-review__text {
        font-size: 15px;
    }

    .my-review__reply {
        padding: 16px;
    }

    .my-review__reply-text {
        font-size: 14px;
    }

    .my-review__action {
        padding: 8px 14px;
        font-size: 13px;
    }

    .my-review__action svg {
        width: 15px;
        height: 15px;
    }
}

/* ========================================
   HISTORIE PROHLÍŽENÍ - MOBILE FIRST
   ======================================== */

/* Meta řádek pod nadpisem */
.dashboard__page-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.dashboard__page-count {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 400;
}

/* Tlačítko smazat vše - moderní styl */
.history__clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: transparent;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
}

.history__clear-btn:hover {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
    transform: translateY(-1px);
}

.history__clear-btn svg {
    width: 14px;
    height: 14px;
}

/* Filtry */
.history__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.history__filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background-color: #f3f4f6;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.history__filter:hover {
    background-color: #e5e7eb;
    color: #1f2937;
}

.history__filter--active {
    background-color: #667eea;
    color: #ffffff;
}

.history__filter--active:hover {
    background-color: #5a67d8;
    color: #ffffff;
}

.history__filter svg {
    width: 14px;
    height: 14px;
}

.history__filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.history__filter--active .history__filter-count {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Prázdný stav */
.history__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.history__empty-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    color: #d1d5db;
}

.history__empty-icon svg {
    width: 100%;
    height: 100%;
}

.history__empty-title {
    font-size: 18px;
    font-weight: 600;
    color: #4b5563;
    margin: 0 0 8px 0;
}

.history__empty-text {
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
}

/* Seznam historie */
.history__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Skupina podle data */
.history__group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.history__group-title {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.history__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Položka historie */
.history__item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    overflow: hidden;
}

.history__item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.history__item-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    color: inherit;
}

/* Obrázek */
.history__item-image {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.history__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history__item-type {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.history__item-type svg {
    width: 12px;
    height: 12px;
}

.history__item-type--station {
    color: #667eea;
}

.history__item-type--puppy {
    color: #f59e0b;
}

.history__item-type--breeding {
    color: #10b981;
}

/* Info */
.history__item-info {
    flex: 1;
    min-width: 0;
}

.history__item-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.history__item:hover .history__item-name {
    color: #667eea;
}

.history__item-breed {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history__item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #9ca3af;
}

.history__item-location,
.history__item-station {
    display: flex;
    align-items: center;
    gap: 4px;
}

.history__item-location svg {
    width: 12px;
    height: 12px;
}

.history__item-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #f59e0b;
}

.history__item-rating svg {
    width: 12px;
    height: 12px;
}

.history__item-age {
    color: #6b7280;
}

.history__item-titles {
    color: #10b981;
    font-weight: 500;
}

.history__item-gender {
    font-weight: 600;
}

.history__item-gender--male {
    color: #3b82f6;
}

.history__item-gender--female {
    color: #ec4899;
}

/* Pravá část */
.history__item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.history__item-time {
    font-size: 12px;
    color: #9ca3af;
    white-space: nowrap;
}

.history__item-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    color: #d1d5db;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.history__item-remove:hover {
    background-color: #fef2f2;
    color: #ef4444;
}

.history__item-remove svg {
    width: 16px;
    height: 16px;
}

/* ========================================
   HISTORIE PROHLÍŽENÍ - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .history__filters {
        gap: 10px;
        margin-bottom: 28px;
    }

    .history__filter {
        padding: 10px 18px;
        font-size: 14px;
    }

    .history__filter svg {
        width: 16px;
        height: 16px;
    }

    .history__list {
        gap: 28px;
    }

    .history__group-title {
        font-size: 14px;
    }

    .history__items {
        gap: 10px;
    }

    .history__item-link {
        padding: 16px;
        gap: 16px;
    }

    .history__item-image {
        width: 64px;
        height: 64px;
    }

    .history__item-type {
        width: 26px;
        height: 26px;
    }

    .history__item-type svg {
        width: 14px;
        height: 14px;
    }

    .history__item-name {
        font-size: 16px;
    }

    .history__item-breed {
        font-size: 14px;
    }

    .history__item-meta {
        font-size: 13px;
    }

    .history__item-time {
        font-size: 13px;
    }

    .history__item-remove {
        width: 32px;
        height: 32px;
    }
}

/* ========================================
   HISTORIE PROHLÍŽENÍ - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .history__filters {
        gap: 12px;
        margin-bottom: 32px;
    }

    .history__list {
        gap: 32px;
    }

    .history__items {
        gap: 12px;
    }

    .history__item-link {
        padding: 18px 20px;
    }

    .history__item-image {
        width: 72px;
        height: 72px;
        border-radius: 12px;
    }

    .history__item-type {
        width: 28px;
        height: 28px;
        bottom: -5px;
        right: -5px;
    }

    .history__item-type svg {
        width: 15px;
        height: 15px;
    }

    .history__item-name {
        font-size: 17px;
    }

    .history__item-breed {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .history__item-meta {
        font-size: 13px;
        gap: 12px;
    }

    .history__item-time {
        font-size: 13px;
    }
}
