/* ========================================
   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;
    }
}
/* ========================================
   UCET CHOVATELE - DETAIL PSA/FENY
   Stránka pro doplnění detailních údajů
   MOBILE FIRST + BEM
   ======================================== */

/* ========================================
   HEADER - ZPĚT + NÁZEV
   ======================================== */

.psi-detail__header {
    margin-bottom: 24px;
}

.psi-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.psi-detail__back:hover {
    color: #f97316;
}

.psi-detail__back svg {
    width: 16px;
    height: 16px;
}

.psi-detail__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.psi-detail__title-sex {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psi-detail__title-sex svg {
    width: 20px;
    height: 20px;
}

.psi-detail__title-sex--male svg {
    color: #60a5fa;
}

.psi-detail__title-sex--female svg {
    color: #f472b6;
}

.psi-detail__subtitle {
    font-size: 14px;
    color: #6b7280;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.psi-detail__separator {
    color: #d1d5db;
}

/* Header - display vs edit */

.psi-detail__header-top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.psi-detail__header-edit-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #d1d5db;
    padding: 4px;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
    flex-shrink: 0;
    margin-top: 2px;
}

.psi-detail__header-edit-btn:hover {
    color: #f97316;
    background: #fff7ed;
}

.psi-detail__header-edit-btn svg {
    width: 18px;
    height: 18px;
    display: block;
}

.psi-detail__header-editing {
    background: #fff;
    border: 2px solid #f97316;
    border-radius: 12px;
    padding: 20px;
}

.psi-detail__header-edit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.psi-detail__header-edit-actions {
    display: flex;
    gap: 8px;
}

.psi-detail__btn--sm {
    padding: 10px 20px;
    font-size: 13px;
}

.psi-detail__btn--sm svg {
    width: 15px;
    height: 15px;
}

/* Gender toggle */

.psi-detail__gender-toggle {
    display: flex;
    gap: 8px;
}

.psi-detail__gender-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    color: #374151;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    flex: 1;
    justify-content: center;
}

.psi-detail__gender-btn svg {
    width: 16px;
    height: 16px;
}

.psi-detail__gender-btn:hover {
    border-color: #f97316;
}

.psi-detail__gender-btn--active {
    color: #f97316;
    background: #fff7ed;
    border-color: #f97316;
    font-weight: 600;
}

@media (min-width: 768px) {
    .psi-detail__header-edit-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   PROGRESS BAR
   ======================================== */

.psi-detail__progress {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.psi-detail__progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.psi-detail__progress-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.psi-detail__progress-value {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
}

.psi-detail__progress--hidden-card {
    border-color: #fde68a;
    background: #fffbeb;
}

.psi-detail__progress-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: #fef3cd;
    border: 1px solid #fde68a;
    border-radius: 8px;
    margin-bottom: 14px;
}

.psi-detail__progress-warning svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #d97706;
    margin-top: 1px;
}

.psi-detail__progress-warning-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.psi-detail__progress-warning-text strong {
    font-size: 13px;
    font-weight: 700;
    color: #92400e;
}

.psi-detail__progress-warning-text span {
    font-size: 12px;
    color: #a16207;
    line-height: 1.4;
}

.psi-detail__progress-bar {
    width: 100%;
    height: 6px;
    background: #f3f4f6;
    border-radius: 3px;
    overflow: hidden;
}

.psi-detail__progress-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}

.psi-detail__progress-fill--low {
    background: #ef4444;
}

.psi-detail__progress-fill--mid {
    background: #f97316;
}

.psi-detail__progress-fill--high {
    background: #22c55e;
}

.psi-detail__progress-hint {
    font-size: 12px;
    color: #9ca3af;
    margin: 8px 0 0 0;
}

/* ========================================
   SEKCE
   ======================================== */

.psi-detail__section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: visible;
}

.psi-detail__section-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.psi-detail__section-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.psi-detail__section-title svg {
    width: 18px;
    height: 18px;
    color: #f97316;
    flex-shrink: 0;
}

.psi-detail__section-body {
    padding: 20px;
}

.psi-detail__section-hint {
    font-size: 13px;
    color: #9ca3af;
    margin: 0 0 16px 0;
}

.psi-detail__section--heat {
    /* Specifické styly pro sekci hárání — zatím dědí z .psi-detail__section */
}

/* ========================================
   HÁRÁNÍ
   ======================================== */

/* Info panel (vysvětlivky) */
.psi-detail__heat-info {
    margin-bottom: 16px;
}

.psi-detail__heat-info-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    padding: 8px 0;
}

.psi-detail__heat-info-toggle svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.psi-detail__heat-info-arrow {
    transition: transform 0.2s;
}

.psi-detail__heat-info-toggle--open .psi-detail__heat-info-arrow {
    transform: rotate(180deg);
}

.psi-detail__heat-info-body {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 14px;
    margin-top: 4px;
}

.psi-detail__heat-info-item {
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
    padding: 6px 0;
}

.psi-detail__heat-info-item + .psi-detail__heat-info-item {
    border-top: 1px solid #e0f2fe;
}

.psi-detail__heat-info-item strong {
    color: #0c4a6e;
}

/* Historie hárání - seznam */
.psi-detail__heat-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.psi-detail__heat-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s, transform 0.25s;
    padding: 12px;
    padding-right: 36px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    position: relative;
}

.psi-detail__heat-row--visible {
    opacity: 1;
    transform: translateY(0);
}

.psi-detail__heat-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.psi-detail__heat-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.psi-detail__heat-field-label {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.psi-detail__heat-date {
    max-width: 200px;
}

.psi-detail__heat-field--note {
    flex: 1;
    min-width: 0;
}

/* Cyklus override */
.psi-detail__heat-cycle {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}

.psi-detail__heat-cycle-auto {
    font-weight: 400;
    font-size: 12px;
    color: #16a34a;
}

/* Predikce */
.psi-detail__heat-prediction {
    margin-top: 16px;
}

.psi-detail__heat-prediction-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fdba74;
    border-radius: 12px;
}

.psi-detail__heat-prediction-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.psi-detail__heat-prediction-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #c2410c;
}

.psi-detail__heat-prediction-value {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
}

.psi-detail__heat-prediction-value--countdown {
    color: #16a34a;
}

.psi-detail__heat-prediction-disclaimer {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 8px;
    font-style: italic;
}

/* ========================================
   FORMULÁŘOVÉ PRVKY
   ======================================== */

.psi-detail__form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.psi-detail__form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.psi-detail__form-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.psi-detail__form-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a2e;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    box-sizing: border-box;
    min-height: 48px;
}

.psi-detail__form-input:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.psi-detail__form-input::placeholder {
    color: #c0c4cc;
}

.psi-detail__form-select {
    width: 100%;
    padding: 12px 40px 12px 14px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #1a1a2e;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    min-height: 48px;
}

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

.psi-detail__form-select:invalid,
.psi-detail__form-select option[value=""] {
    color: #9ca3af;
}

.psi-detail__form-select:disabled {
    background-color: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

/* ========================================
   CUSTOM DROPDOWN (nahrazuje nativní select)
   ======================================== */

.psi-dropdown {
    position: relative;
    width: 100%;
}

/* Skrytý nativní select */
.psi-dropdown__native {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Trigger (klikací pole) */
.psi-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 12px 14px;
    padding-right: 40px;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    color: #1a1a2e;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-height: 48px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.psi-dropdown__trigger:hover {
    border-color: #d1d5db;
}

.psi-dropdown--open .psi-dropdown__trigger {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
    border-radius: 12px 12px 0 0;
}

.psi-dropdown--disabled .psi-dropdown__trigger {
    background-color: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
}

/* Text v triggeru */
.psi-dropdown__trigger-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psi-dropdown__trigger-text--placeholder {
    color: #9ca3af;
    font-weight: 400;
}

/* Šipka */
.psi-dropdown__trigger-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #f97316;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.psi-dropdown--open .psi-dropdown__trigger-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.psi-dropdown--disabled .psi-dropdown__trigger-arrow {
    color: #d1d5db;
}

/* Panel (dropdown seznam) */
.psi-dropdown__panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border: 2px solid #f97316;
    border-top: 1px solid #f3f4f6;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    max-height: 240px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.psi-dropdown--open .psi-dropdown__panel {
    display: block;
}

/* Optgroup label */
.psi-dropdown__group-label {
    padding: 10px 14px 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    pointer-events: none;
}

/* Option */
.psi-dropdown__option {
    padding: 11px 14px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: background 0.12s;
}

.psi-dropdown__option:hover {
    background: #fff7ed;
}

.psi-dropdown__option--active {
    color: #f97316;
    font-weight: 600;
    background: #fff7ed;
}

.psi-dropdown__option:last-child {
    border-radius: 0 0 10px 10px;
}

/* Tags (multi-select) */
.psi-dropdown__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.psi-dropdown__tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #f97316;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 6px;
}

.psi-dropdown__tag-remove {
    background: none;
    border: none;
    color: #f97316;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0 2px;
    font-family: inherit;
}

.psi-dropdown__tag-remove:hover {
    color: #dc2626;
}

/* Input s jednotkou */
.psi-detail__input-with-unit {
    display: flex;
    gap: 0;
}

.psi-detail__input-with-unit .psi-detail__form-input {
    border-radius: 12px 0 0 12px;
    border-right: none;
    flex: 1;
}

.psi-detail__unit-select {
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    color: #6b7280;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-left: none;
    border-radius: 0 12px 12px 0;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    min-width: 52px;
}

.psi-detail__input-with-unit .psi-detail__form-input:focus,
.psi-detail__input-with-unit .psi-detail__form-input:focus + .psi-detail__unit-select {
    border-color: #f97316;
}

.psi-detail__form-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a2e;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
    box-sizing: border-box;
    resize: vertical;
    min-height: 80px;
}

.psi-detail__form-textarea:focus {
    border-color: #f97316;
}

.psi-detail__form-textarea::placeholder {
    color: #c0c4cc;
}

/* ========================================
   FOTOGRAFIE
   ======================================== */

.psi-detail__photo-upload {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.psi-detail__photo-main {
    width: 100%;
    aspect-ratio: 4/3;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    overflow: hidden;
}

.psi-detail__photo-main:hover {
    border-color: #f97316;
    background: #fff7ed;
}

.psi-detail__photo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #9ca3af;
    font-size: 14px;
}

.psi-detail__photo-placeholder svg {
    width: 32px;
    height: 32px;
}

.psi-detail__photo-hint {
    font-size: 11px;
    color: #c0c4cc;
}

.psi-detail__photo-gallery {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.psi-detail__photo-add {
    width: 72px;
    height: 72px;
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    color: #9ca3af;
    font-size: 10px;
}

.psi-detail__photo-add:hover {
    border-color: #f97316;
    background: #fff7ed;
    color: #f97316;
}

.psi-detail__photo-add svg {
    width: 18px;
    height: 18px;
}

/* Skrytý file input */
.psi-detail__photo-file {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

/* Náhled hlavní fotky */
.psi-detail__photo-main {
    position: relative;
}

.psi-detail__photo-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.psi-detail__photo-main--has-photo {
    border-style: solid;
    border-color: #e5e7eb;
}

.psi-detail__photo-main--has-photo:hover {
    border-color: #e5e7eb;
    background: transparent;
}

.psi-detail__photo-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.psi-detail__photo-remove:hover {
    background: #ef4444;
}

.psi-detail__photo-remove svg {
    width: 14px;
    height: 14px;
}

/* Galerie - fotky */
.psi-detail__photo-gallery-item {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.psi-detail__photo-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psi-detail__photo-gallery-remove {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
}

.psi-detail__photo-gallery-item:hover .psi-detail__photo-gallery-remove {
    opacity: 1;
}

.psi-detail__photo-gallery-remove:hover {
    background: #ef4444;
}

.psi-detail__photo-gallery-remove svg {
    width: 12px;
    height: 12px;
}

/* ========================================
   TOGGLE (zapnout/vypnout)
   ======================================== */

.psi-detail__toggle-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.psi-detail__toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.psi-detail__toggle input {
    display: none;
}

.psi-detail__toggle-track {
    position: absolute;
    inset: 0;
    background-color: #d1d5db;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.psi-detail__toggle-track::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.psi-detail__toggle input:checked + .psi-detail__toggle-track {
    background-color: #f97316;
}

.psi-detail__toggle input:checked + .psi-detail__toggle-track::after {
    transform: translateX(20px);
}

.psi-detail__toggle-text {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    line-height: 1.3;
}

.psi-detail__form-hint {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 6px;
    line-height: 1.4;
}

/* ========================================
   KVALITA / VLASTNICTVÍ - TOGGLE OPTIONS
   ======================================== */

.psi-detail__quality-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.psi-detail__quality-option {
    position: relative;
    cursor: pointer;
}

.psi-detail__quality-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.psi-detail__quality-label {
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    transition: all 0.2s;
    user-select: none;
}

.psi-detail__quality-option:hover .psi-detail__quality-label {
    border-color: #f97316;
}

.psi-detail__quality-option--active .psi-detail__quality-label {
    color: #f97316;
    background: #fff7ed;
    border-color: #f97316;
    font-weight: 600;
}

/* ========================================
   ZDRAVOTNÍ TESTY / TITULY - ŘÁDKY
   ======================================== */

.psi-detail__tests,
.psi-detail__titles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.psi-detail__test-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s, transform 0.25s;
    position: relative;
    z-index: 1;
}

.psi-detail__test-row:has(.psi-dropdown--open) {
    z-index: 10;
}

.psi-detail__test-row--visible {
    opacity: 1;
    transform: translateY(0);
}

.psi-detail__test-row--removing {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.psi-detail__test-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.psi-detail__test-row-top,
.psi-detail__test-row-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.psi-detail__test-vet {
    flex: 1;
}

.psi-detail__test-date {
    max-width: 160px;
}

/* Tagy (multi-select titulů) */
.psi-detail__tags-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.psi-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.psi-detail__tags:empty {
    display: none;
}

.psi-detail__tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #f97316;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    white-space: nowrap;
}

.psi-detail__tag-remove {
    background: none;
    border: none;
    color: #f97316;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 2px;
    opacity: 0.6;
}

.psi-detail__tag-remove:hover {
    opacity: 1;
}

.psi-detail__form-select optgroup {
    font-weight: 700;
    font-style: normal;
    color: #374151;
    padding: 4px 0;
}

.psi-detail__form-select optgroup option {
    font-weight: 400;
    padding-left: 8px;
}

/* PDF upload v testu */
.psi-detail__test-pdf {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    background: #f9fafb;
    border: 2px dashed #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.psi-detail__test-pdf:hover {
    border-color: #f97316;
    color: #f97316;
    background: #fff7ed;
}

.psi-detail__test-pdf--has-file {
    border-style: solid;
    border-color: #22c55e;
    color: #16a34a;
    background: #f0fdf4;
}

.psi-detail__test-pdf svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.psi-detail__test-pdf-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.psi-detail__test-pdf-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

/* Vyplněné pole - fajfka u labelu */
.psi-detail__form-row--filled .psi-detail__form-label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.psi-detail__test-remove {
    background: none;
    border: none;
    cursor: pointer;
    color: #d1d5db;
    padding: 6px;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
    flex-shrink: 0;
    margin-top: 2px;
}

.psi-detail__test-remove:hover {
    color: #ef4444;
    background: #fef2f2;
}

.psi-detail__test-remove svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* ========================================
   FOTKY A VIDEO Z VÝSTAVY - MOBIL
   ======================================== */

.psi-detail__show-media {
    margin-top: 12px;
    border-top: 1px solid #e9ecef;
    padding-top: 12px;
}

.psi-detail__show-media-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.psi-detail__show-media-label svg {
    width: 16px;
    height: 16px;
    color: #f97316;
}

.psi-detail__show-media-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

/* Hlavní fotka výstavy */
.psi-detail__show-photo-main {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 160px;
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    overflow: hidden;
    position: relative;
}

.psi-detail__show-photo-main:hover {
    border-color: #f97316;
    background: #fff7ed;
}

.psi-detail__show-photo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #9ca3af;
    font-size: 12px;
}

.psi-detail__show-photo-placeholder svg {
    width: 24px;
    height: 24px;
}

.psi-detail__show-main-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.psi-detail__show-main-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
}

.psi-detail__show-main-remove svg {
    width: 14px;
    height: 14px;
}

.psi-detail__show-main-remove:hover {
    background: rgba(220, 38, 38, 0.9);
}

/* Galerie dalších fotek */
.psi-detail__show-photo-gallery {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.psi-detail__show-photo-add {
    width: 56px;
    height: 56px;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    color: #9ca3af;
    font-size: 9px;
}

.psi-detail__show-photo-add:hover {
    border-color: #f97316;
    background: #fff7ed;
    color: #f97316;
}

.psi-detail__show-photo-add svg {
    width: 16px;
    height: 16px;
}

.psi-detail__show-gallery-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.psi-detail__show-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.psi-detail__show-gallery-remove {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

.psi-detail__show-gallery-thumb:hover .psi-detail__show-gallery-remove {
    opacity: 1;
}

.psi-detail__show-gallery-remove svg {
    width: 10px;
    height: 10px;
}

.psi-detail__show-gallery-remove:hover {
    background: rgba(220, 38, 38, 0.9);
}

/* Štítek "Hlavní" na fotce */
.psi-detail__show-main-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Video sekce */
.psi-detail__show-video-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.psi-detail__show-video-add {
    width: 56px;
    height: 56px;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    color: #9ca3af;
    font-size: 9px;
    flex-shrink: 0;
}

.psi-detail__show-video-add:hover {
    border-color: #f97316;
    background: #fff7ed;
    color: #f97316;
}

.psi-detail__show-video-add svg {
    width: 16px;
    height: 16px;
}

.psi-detail__show-media .psi-detail__show-video-url {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    padding: 8px 10px;
}

.psi-detail__show-video-preview {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff7ed;
    border: 1px solid #f97316;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    color: #f97316;
    flex: 1;
    min-width: 0;
}

.psi-detail__show-video-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.psi-detail__show-video-remove {
    background: none;
    border: none;
    color: #f97316;
    font-size: 18px;
    cursor: pointer;
    padding: 0 2px;
    line-height: 1;
    flex-shrink: 0;
}

.psi-detail__show-video-remove:hover {
    color: #dc2626;
}

/* ========================================
   RODOKMEN - MOBIL
   ======================================== */

/* PDF upload */
.psi-detail__pedigree-pdf {
    margin-bottom: 20px;
}

.psi-detail__pedigree-pdf-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: 2px dashed #fdba74;
    border-radius: 10px;
    cursor: pointer;
    color: #f97316;
    background: #fff7ed;
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.2s, background 0.2s;
}

.psi-detail__pedigree-pdf-label:hover {
    border-color: #f97316;
    background: #fff;
}

.psi-detail__pedigree-pdf-label svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.psi-detail__pedigree-pdf-hint {
    font-size: 11px;
    font-weight: 400;
    color: #fb923c;
    margin-left: 2px;
}

.psi-detail__pedigree-pdf-preview {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #fff7ed;
    border: 1px solid #f97316;
    border-radius: 8px;
    font-size: 13px;
    color: #f97316;
}

.psi-detail__pedigree-pdf-preview svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.psi-detail__pedigree-pdf-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psi-detail__pedigree-pdf-remove {
    background: none;
    border: none;
    color: #f97316;
    font-size: 20px;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

.psi-detail__pedigree-pdf-remove:hover {
    color: #dc2626;
}

/* Strom předků */
.psi-detail__pedigree-tree {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.psi-detail__pedigree-gen-title {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.psi-detail__pedigree-row {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
}

.psi-detail__pedigree-row--4 {
    grid-template-columns: 1fr;
}

/* Karta předka - prázdná */
.psi-detail__pedigree-card {
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    transition: border-color 0.2s, background 0.2s;
    position: relative;
    min-height: 70px;
    min-width: 0;
}

.psi-detail__pedigree-card--empty {
    cursor: pointer;
}

.psi-detail__pedigree-card--empty:hover {
    border-color: #f97316;
    background: #fff7ed;
}

.psi-detail__pedigree-card-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    color: #9ca3af;
    font-size: 11px;
    text-align: center;
    height: 100%;
}

.psi-detail__pedigree-card-placeholder svg {
    width: 18px;
    height: 18px;
}

/* Ahnentafel číslo */
.psi-detail__pedigree-card-ahn {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 10px;
    font-weight: 700;
    color: #d1d5db;
    z-index: 1;
}

/* Výrazná ikona pohlaví */
.psi-detail__pedigree-sex-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
}

.psi-detail__pedigree-sex-icon svg {
    width: 16px;
    height: 16px;
}

.psi-detail__pedigree-sex--male {
    background: #dbeafe;
    color: #2563eb;
}

.psi-detail__pedigree-sex--female {
    background: #fce7f3;
    color: #db2777;
}

/* Label karty */
.psi-detail__pedigree-card-label {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

/* Role label ve vyplněné kartě */
.psi-detail__pedigree-card-role {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 4px;
}

/* ========================================
   ANALÝZA PP — SPINNER
   ======================================== */

.psi-detail__pp-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 20px;
}

.psi-detail__pp-spinner-circle {
    width: 36px;
    height: 36px;
    border: 3px solid #e5e7eb;
    border-top-color: #f97316;
    border-radius: 50%;
    animation: ppSpin 0.8s linear infinite;
}

@keyframes ppSpin {
    to { transform: rotate(360deg); }
}

.psi-detail__pp-spinner-text {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
}

/* ========================================
   VALIDACE PP — VÝSLEDKY
   ======================================== */

.psi-detail__pp-valid-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.psi-detail__pp-valid-header svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 1px;
}

.psi-detail__pp-valid-header div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.psi-detail__pp-valid-header strong {
    font-size: 14px;
}

.psi-detail__pp-valid-header span {
    font-size: 12px;
    line-height: 1.4;
}

.psi-detail__pp-valid-header--ok {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

.psi-detail__pp-valid-header--fail {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.psi-detail__pp-valid-header--warn {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #d97706;
}

.psi-detail__pp-checks {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.psi-detail__pp-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
}

.psi-detail__pp-check--ok { background: #f9fafb; }
.psi-detail__pp-check--fail { background: #fef2f2; }
.psi-detail__pp-check--warn { background: #fffbeb; }

.psi-detail__pp-check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.psi-detail__pp-check-icon svg {
    width: 18px;
    height: 18px;
}

.psi-detail__pp-check-label {
    font-weight: 600;
    color: #374151;
    min-width: 80px;
}

.psi-detail__pp-check-values {
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-size: 12px;
    color: #6b7280;
    min-width: 0;
    flex: 1;
}

.psi-detail__pp-check-values em {
    color: #d97706;
    font-style: italic;
}

/* ========================================
   PŘEDCI Z PP — PŘEHLED
   ======================================== */

.psi-detail__pp-ancestors {
    margin-top: 16px;
}

.psi-detail__pp-ancestors-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.psi-detail__pp-ancestors-header svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.psi-detail__pp-gen {
    margin-bottom: 12px;
}

.psi-detail__pp-gen-title {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.psi-detail__pp-ancestor {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 4px;
}

.psi-detail__pp-ancestor-sex {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.psi-detail__pp-ancestor-sex svg {
    width: 16px;
    height: 16px;
}

.psi-detail__pp-ancestor-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.psi-detail__pp-ancestor-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psi-detail__pp-ancestor-pp {
    font-size: 11px;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psi-detail__pp-ancestor-status {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    flex-shrink: 0;
    white-space: nowrap;
}

.psi-detail__pp-ancestor-status--own {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.psi-detail__pp-ancestor-status--pending {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.psi-detail__pp-ancestor-status--pending svg {
    display: block;
}

@media (min-width: 768px) {
    .psi-detail__pp-ancestor-status--pending::after {
        content: ' na schválení';
    }
}

.psi-detail__pp-ancestor-status--found {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.psi-detail__pp-ancestor-status--new {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

/* Klikatelná karta předka */
.psi-detail__pp-ancestor--clickable {
    cursor: pointer;
    transition: background 0.15s;
    padding: 0;
    flex-direction: column;
}

.psi-detail__pp-ancestor-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}

.psi-detail__pp-ancestor--clickable:hover {
    background: #f3f4f6;
}

/* Avatar wrapper s barevným ringem podle pohlaví */
.psi-detail__pp-ancestor-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 2px;
}

.psi-detail__pp-ancestor-avatar.psi-detail__pp-ancestor-photo--male {
    background: linear-gradient(135deg, #93c5fd, #3b82f6);
}

.psi-detail__pp-ancestor-avatar.psi-detail__pp-ancestor-photo--female {
    background: linear-gradient(135deg, #f9a8d4, #ec4899);
}

.psi-detail__pp-ancestor-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.psi-detail__pp-ancestor-chevron {
    width: 16px;
    height: 16px;
    color: #d1d5db;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.psi-detail__pp-ancestor--open .psi-detail__pp-ancestor-chevron {
    transform: rotate(180deg);
}

/* Chybí fotka badge */
.psi-detail__pp-ancestor-missing {
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Akce (skryté, rozbalí se) */
.psi-detail__pp-ancestor-actions {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px 10px;
    border-top: 1px solid #f3f4f6;
}

.psi-detail__pp-ancestor--open .psi-detail__pp-ancestor-actions {
    display: flex;
}

.psi-detail__pp-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
}

.psi-detail__pp-action svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.psi-detail__pp-action--link {
    color: #2563eb;
    background: #eff6ff;
}

.psi-detail__pp-action--link:hover {
    background: #dbeafe;
}

.psi-detail__pp-action--photo {
    color: #f97316;
    background: #fff7ed;
}

.psi-detail__pp-action--photo:hover {
    background: #ffedd5;
}

.psi-detail__pp-action--verify {
    color: #d97706;
    background: #fffbeb;
}

.psi-detail__pp-action--verify:hover {
    background: #fef3c7;
}

.psi-detail__pp-action--message {
    color: #2563eb;
    background: #eff6ff;
}

.psi-detail__pp-action--message:hover {
    background: #dbeafe;
}

.psi-detail__pp-action--invite {
    color: #667eea;
    background: #f0f3ff;
}

.psi-detail__pp-action--invite:hover {
    background: #e0e7ff;
}

/* Info hláška v akcích */
.psi-detail__pp-action-info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.4;
}

.psi-detail__pp-action-info svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.psi-detail__pp-action-info--ok {
    background: #f0fdf4;
    color: #16a34a;
}

.psi-detail__pp-action-info--pending {
    background: #fffbeb;
    color: #92400e;
}

.psi-detail__pp-action-info--new {
    background: #f3f4f6;
    color: #6b7280;
}

/* Akční bloky v kartě nového předka */
.psi-detail__pp-ancestor-action-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.psi-detail__pp-ancestor-action-block--edit:hover {
    background: #fff7ed;
    border-color: #fdba74;
}

.psi-detail__pp-ancestor-action-block--invite:hover,
.psi-detail__pp-ancestor-action-block--message:hover,
.psi-detail__pp-ancestor-action-block--view:hover {
    background: #eff6ff;
    border-color: #93c5fd;
}

.psi-detail__pp-ancestor-action-block--green {
    text-decoration: none;
}

.psi-detail__pp-ancestor-action-block--green:hover {
    background: #f0fdf4;
    border-color: #86efac;
}

.psi-detail__pp-ancestor-action-block--pending {
    cursor: default;
    background: #fffbeb;
    border-color: #fde68a;
}

.psi-detail__pp-ancestor-action-block--sent {
    cursor: default;
    background: #f0fdf4;
    border-color: #bbf7d0;
    opacity: 0.85;
}

.psi-detail__pp-ancestor-action-hint {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

.psi-detail__pp-ancestor-action-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
}

.psi-detail__pp-ancestor-action-cta svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.psi-detail__pp-ancestor-action-cta--orange {
    color: #f97316;
}

.psi-detail__pp-ancestor-action-cta--blue {
    color: #2563eb;
}

.psi-detail__pp-ancestor-action-cta--green {
    color: #16a34a;
}

.psi-detail__pp-ancestor-action-cta--amber {
    color: #d97706;
}

/* Oddělovač v akcích (legacy) */
.psi-detail__pp-ancestor-separator {
    height: 1px;
    background: #e5e7eb;
    margin: 4px 0;
}

/* Formulář v kartě předka */
.psi-detail__pp-ancestor-form {
    padding: 12px 10px;
    border-top: 1px solid #f3f4f6;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-header {
    margin-bottom: 10px;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.psi-detail__pp-ancestor-form .psi-detail__form-input {
    font-size: 14px;
    padding: 10px 12px;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-actions {
    margin-top: 10px;
}

.psi-detail__pp-ancestor-form .psi-detail__btn--save {
    width: 100%;
    justify-content: center;
}

/* Foto v ancestor form */
.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo {
    margin-bottom: 4px;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    background: #fff7ed;
    border: 1.5px dashed #fdba74;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-btn:hover {
    background: #fff;
    border-color: #f97316;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-btn svg {
    width: 16px;
    height: 16px;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-preview {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 18px;
    padding: 2px 6px;
    line-height: 1;
}

.psi-detail__pp-ancestor-form .psi-detail__pedigree-manual-photo-remove:hover {
    color: #dc2626;
}

/* Date input v ancestor form */
.psi-detail__pp-ancestor-form input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.psi-detail__pp-action--done {
    opacity: 0.6;
    cursor: default;
}

/* Formulář zprávy */
.psi-detail__pp-msg-form {
    margin-top: 8px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.psi-detail__pp-msg-to {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
}

.psi-detail__pp-msg-to svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #9ca3af;
}

.psi-detail__pp-msg-info {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 6px;
    line-height: 1.4;
}

.psi-detail__pp-msg-textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-family: inherit;
    color: #1a1a2e;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    outline: none;
    resize: vertical;
    min-height: 140px;
    box-sizing: border-box;
    transition: border-color 0.2s;
    line-height: 1.5;
}

.psi-detail__pp-msg-textarea:focus {
    border-color: #f97316;
}

.psi-detail__pp-msg-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.psi-detail__pp-msg-send {
    flex: 1;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #f97316;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.psi-detail__pp-msg-send:hover {
    background: #ea580c;
}

.psi-detail__pp-msg-cancel {
    padding: 8px 14px;
    font-size: 13px;
    font-family: inherit;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
}

.psi-detail__pp-msg-cancel:hover {
    color: #6b7280;
}

/* Odeslaná zpráva — shrnutí */
.psi-detail__pp-msg-sent {
    padding: 10px 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
}

.psi-detail__pp-msg-sent-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #16a34a;
    margin-bottom: 8px;
}

.psi-detail__pp-msg-sent-header svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.psi-detail__pp-msg-sent-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    padding: 8px 10px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.psi-detail__pp-msg-sent-info {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 6px;
}

.psi-detail__pp-msg-sent-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #f97316;
    cursor: pointer;
}

.psi-detail__pp-msg-sent-link:hover {
    color: #ea580c;
}

.psi-detail__pp-confirm {
    margin-top: 16px;
    width: 100%;
}

/* ========================================
   KASKÁDOVÝ RODOKMEN — nody a odsazení
   ======================================== */

.psi-detail__pedigree-node {
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.psi-detail__pedigree-node:has(.psi-detail__pedigree-inline[style*="block"]) {
    z-index: 50;
}

.psi-detail__pedigree-children {
    margin-left: 20px;
    padding-left: 12px;
    border-left: 2px solid #e5e7eb;
}

.psi-detail__pedigree-children:empty {
    display: none;
}

/* Tlačítko "Přidat jeho/její rodiče" na vyplněné kartě */
.psi-detail__pedigree-expand-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    background: #fff7ed;
    border: 1.5px dashed #fdba74;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.psi-detail__pedigree-expand-btn:hover {
    background: #fff;
    border-color: #f97316;
}

.psi-detail__pedigree-expand-btn svg {
    width: 14px;
    height: 14px;
}

/* Role label (OTEC / MATKA) ve vyplněné kartě */
.psi-detail__pedigree-card-role {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 4px;
}

.psi-detail__pedigree-add-btn {
    background: none;
    border: none;
    color: #f97316;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 6px;
}

/* Karta předka - vyplněná */
.psi-detail__pedigree-card--filled {
    border-style: solid;
    border-color: #e5e7eb;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 10px 10px;
    cursor: default;
    min-width: 0;
    position: relative;
}

.psi-detail__pedigree-card-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e5e7eb;
    margin-bottom: 8px;
}

.psi-detail__pedigree-card-photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.psi-detail__pedigree-card-photo--placeholder img {
    width: 26px;
    height: 26px;
    opacity: 0.4;
}

.psi-detail__pedigree-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psi-detail__pedigree-card-info {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.psi-detail__pedigree-card-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    word-break: break-word;
    line-height: 1.3;
}

.psi-detail__pedigree-card-station {
    font-size: 11px;
    color: #f97316;
    font-weight: 500;
}

.psi-detail__pedigree-card-health {
    font-size: 10px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 3px;
}

.psi-detail__pedigree-card-health svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    color: #22c55e;
}

.psi-detail__pedigree-card-titles {
    font-size: 10px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 3px;
}

.psi-detail__pedigree-card-titles svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    color: #f59e0b;
}

.psi-detail__pedigree-card-actions {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    gap: 0;
}

.psi-detail__pedigree-card-edit,
.psi-detail__pedigree-card-remove {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #c0c4cc;
    flex-shrink: 0;
    border-radius: 4px;
    transition: all 0.15s;
}

/* Ověřovací badge na kartě předka */
.psi-detail__pedigree-card-verify {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    margin-top: 2px;
    width: fit-content;
}

.psi-detail__pedigree-card-verify--own {
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.psi-detail__pedigree-card-verify--pending {
    color: #d97706;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.psi-detail__pedigree-card-verify--manual {
    color: #6b7280;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.psi-detail__pedigree-card-edit:hover {
    color: #f97316;
    background: #fff7ed;
}

.psi-detail__pedigree-card-remove:hover {
    color: #dc2626;
    background: #fef2f2;
}

.psi-detail__pedigree-card-edit svg,
.psi-detail__pedigree-card-remove svg {
    width: 16px;
    height: 16px;
}

/* Kompaktní karta (praprarodiče) */
.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-placeholder {
    padding: 8px 4px;
    gap: 2px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-placeholder svg {
    width: 14px;
    height: 14px;
}

.psi-detail__pedigree-card--compact {
    min-height: 56px;
}

/* Kompaktní vyplněná karta (prarodiče, praprarodiče) */
.psi-detail__pedigree-card--compact.psi-detail__pedigree-card--filled {
    padding: 10px 8px 8px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-photo {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-name {
    font-size: 11px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-station {
    font-size: 9px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-verify {
    font-size: 8px;
    padding: 1px 5px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-health,
.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-titles {
    font-size: 9px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-actions {
    top: 3px;
    right: 3px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-edit svg,
.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-remove svg {
    width: 12px;
    height: 12px;
}

.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-edit,
.psi-detail__pedigree-card--compact .psi-detail__pedigree-card-remove {
    padding: 2px;
}

/* Inline formulář předka (po kliknutí na + Přidat) */
.psi-detail__pedigree-inline {
    padding: 12px;
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.psi-detail__pedigree-inline * {
    max-width: 100%;
    box-sizing: border-box;
}

.psi-detail__pedigree-inline-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 8px;
}

.psi-detail__pedigree-inline-header svg {
    width: 16px;
    height: 16px;
}

/* Autocomplete */
.psi-detail__pedigree-autocomplete {
    position: relative;
}

.psi-detail__pedigree-autocomplete .psi-detail__form-input {
    font-size: 13px;
    padding: 8px 10px;
}

.psi-detail__pedigree-autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.psi-detail__pedigree-autocomplete-list--visible {
    display: block;
}

.psi-detail__pedigree-autocomplete-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.15s;
    font-size: 13px;
}

.psi-detail__pedigree-autocomplete-item:hover {
    background: #fff7ed;
}

.psi-detail__pedigree-autocomplete-item img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Zvýraznění shody při autocomplete vyhledávání */
.psi-detail__highlight {
    color: #f97316;
    font-weight: 700;
}

/* Avatar placeholder (iniciála) v autocomplete */
.psi-detail__pedigree-autocomplete-initial {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #9ca3af;
}

.psi-detail__pedigree-autocomplete-name {
    font-weight: 600;
    color: #1a1a2e;
}

.psi-detail__pedigree-autocomplete-meta {
    font-size: 11px;
    color: #6b7280;
}

/* Vybraná karta (po výběru z autocomplete) */
.psi-detail__pedigree-selected-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 8px;
    margin-top: 8px;
}

.psi-detail__pedigree-selected-card img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.psi-detail__pedigree-selected-card-info {
    flex: 1;
    min-width: 0;
}

.psi-detail__pedigree-selected-card-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}

.psi-detail__pedigree-selected-card-meta {
    font-size: 11px;
    color: #6b7280;
}

.psi-detail__pedigree-selected-card-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px;
    font-size: 18px;
    line-height: 1;
}

.psi-detail__pedigree-selected-card-remove:hover {
    color: #dc2626;
}

/* "Není v seznamu?" v dropdownu */
.psi-detail__pedigree-autocomplete-notfound {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #f97316;
    cursor: pointer;
    border-top: 1px solid #f3f4f6;
    transition: background 0.15s;
}

.psi-detail__pedigree-autocomplete-notfound svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.psi-detail__pedigree-autocomplete-notfound:hover {
    background: #fff7ed;
    color: #ea580c;
}

/* Starý standalone odkaz - skrytý (přímý potomek inline formuláře, ne uvnitř autocomplete) */
.psi-detail__pedigree-inline > .psi-detail__pedigree-notfound {
    display: none;
}

/* Ruční formulář */
.psi-detail__pedigree-manual {
    margin-top: 10px;
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
}

.psi-detail__pedigree-manual-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #f97316;
    margin-bottom: 8px;
}

.psi-detail__pedigree-manual-header svg {
    width: 14px;
    height: 14px;
}

.psi-detail__pedigree-manual-fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.psi-detail__pedigree-manual-fields .psi-detail__form-input,
.psi-detail__pedigree-manual-fields .psi-detail__form-select {
    font-size: 14px;
    padding: 10px 12px;
}

/* Date input — sjednocení šipky s ostatními selecty */
.psi-detail__pedigree-manual-fields input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.psi-detail__pedigree-manual-fields input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 36px;
    height: 100%;
    cursor: pointer;
}

.psi-detail__pedigree-manual-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #f97316;
    text-decoration: none;
}

.psi-detail__pedigree-manual-more svg {
    width: 12px;
    height: 12px;
}

.psi-detail__pedigree-manual-more:hover {
    color: #ea580c;
}

.psi-detail__pedigree-manual-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}

.psi-detail__pedigree-manual-fieldlabel {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
}

.psi-detail__pedigree-manual-row {
    display: flex;
    gap: 6px;
}

.psi-detail__pedigree-manual-row .psi-detail__form-input,
.psi-detail__pedigree-manual-row .psi-detail__form-select {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    padding: 7px 10px;
}

.psi-detail__pedigree-manual-extra {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.psi-detail__pedigree-manual-extra .psi-detail__form-input,
.psi-detail__pedigree-manual-extra .psi-detail__form-select {
    font-size: 12px;
    padding: 7px 10px;
}

.psi-detail__pedigree-manual-sublabel {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 6px;
    margin-bottom: -2px;
}

.psi-detail__pedigree-manual-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.psi-detail__pedigree-manual-list .psi-detail__test-row {
    opacity: 1;
}

.psi-detail__pedigree-manual-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
    font-size: 11px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 6px;
}

.psi-detail__pedigree-manual-add-btn svg {
    width: 14px;
    height: 14px;
}

.psi-detail__pedigree-manual-add-btn:hover {
    color: #ea580c;
}

/* Testy/výstavy/zkoušky uvnitř pedigree karty - vše pod sebe */
.psi-detail__pedigree-manual-list .psi-detail__test-row {
    position: relative;
    padding: 10px 10px 10px 10px;
    padding-right: 32px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    background: #fafafa;
    flex-direction: column;
}

.psi-detail__pedigree-manual-list .psi-detail__test-fields {
    gap: 4px;
    width: 100%;
    min-width: 0;
}

.psi-detail__pedigree-manual-list .psi-detail__form-select,
.psi-detail__pedigree-manual-list .psi-detail__form-input {
    font-size: 13px;
    padding: 10px 12px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.psi-detail__pedigree-manual-list input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.psi-detail__pedigree-manual-list input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 36px;
    height: 100%;
    cursor: pointer;
}

.psi-detail__pedigree-manual-list .psi-detail__test-row-top,
.psi-detail__pedigree-manual-list .psi-detail__test-row-bottom {
    flex-direction: column;
    gap: 4px;
}

.psi-detail__pedigree-manual-list .psi-detail__test-pdf {
    padding: 8px 12px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.psi-detail__pedigree-manual-list .psi-detail__test-pdf-text {
    max-width: 100%;
}

.psi-detail__pedigree-manual-list .psi-detail__test-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 4px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.psi-detail__pedigree-manual-list .psi-detail__test-remove svg {
    width: 14px;
    height: 14px;
}

.psi-detail__pedigree-manual-list .psi-detail__test-date {
    max-width: none;
}

/* Výstavní média uvnitř pedigree - kompaktní, pod sebe */
.psi-detail__pedigree-manual-list .psi-detail__show-media-content {
    flex-direction: column;
}

.psi-detail__pedigree-manual-list .psi-detail__show-photo-main {
    max-height: 80px;
    max-width: 100%;
}

.psi-detail__pedigree-manual-list .psi-detail__show-video-wrap {
    width: 100%;
    flex-direction: column;
}

.psi-detail__pedigree-manual-list .psi-detail__show-video-url {
    width: 100%;
    min-width: 0;
}

.psi-detail__pedigree-manual-list .psi-detail__tags-wrap .psi-detail__form-select {
    font-size: 11px;
    width: 100%;
}

.psi-detail__pedigree-manual-list .psi-detail__tags-wrap {
    width: 100%;
}

.psi-detail__pedigree-manual-list .psi-detail__show-media {
    font-size: 11px;
    width: 100%;
}

/* Celý extra blok nesmí přetékat */
.psi-detail__pedigree-manual-extra {
    max-width: 100%;
    overflow: hidden;
}

.psi-detail__pedigree-manual-extra > * {
    max-width: 100%;
    box-sizing: border-box;
}

/* ========================================
   BARVA SRSTI - CUSTOM SELECT (dropdown)
   ======================================== */

.psi-detail__color-select {
    position: relative;
    flex: 1;
    min-width: 0;
}

.psi-detail__color-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 7px 10px;
    font-size: 12px;
    font-family: inherit;
    color: #1a1a2e;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-height: 34px;
    box-sizing: border-box;
}

.psi-detail__color-select-trigger:hover,
.psi-detail__color-select-trigger:focus {
    border-color: #f97316;
    outline: none;
}

.psi-detail__color-select--open .psi-detail__color-select-trigger {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
    border-radius: 10px 10px 0 0;
}

.psi-detail__color-select-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.psi-detail__color-select-text--placeholder {
    color: #c0c4cc;
}

.psi-detail__color-select-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #9ca3af;
    transition: transform 0.2s;
}

.psi-detail__color-select--open .psi-detail__color-select-arrow {
    transform: rotate(180deg);
}

.psi-detail__color-select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border: 2px solid #f97316;
    border-top: 1px solid #f3f4f6;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 180px;
    overflow-y: auto;
}

.psi-detail__color-select--open .psi-detail__color-select-dropdown {
    display: block;
}

.psi-detail__color-select-option {
    padding: 9px 12px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s;
}

.psi-detail__color-select-option:hover {
    background: #fff7ed;
}

.psi-detail__color-select-option--active {
    color: #f97316;
    font-weight: 600;
    background: #fff7ed;
}

.psi-detail__color-select-option:last-child {
    border-radius: 0 0 8px 8px;
}

/* Potvrdit tlačítko */
.psi-detail__pedigree-manual-actions {
    margin-top: 10px;
}

.psi-detail__pedigree-manual-confirm {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #f97316;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    justify-content: center;
}

.psi-detail__pedigree-manual-confirm svg {
    width: 16px;
    height: 16px;
}

.psi-detail__pedigree-manual-confirm:hover {
    background: #ea580c;
}

/* Invite / email chovateli */
.psi-detail__pedigree-manual-invite {
    margin-top: 10px;
    padding: 10px;
    background: #fffbeb;
    border: 1px dashed #fbbf24;
    border-radius: 8px;
}

.psi-detail__pedigree-manual-invite-text {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 11px;
    color: #92400e;
    margin-bottom: 8px;
}

.psi-detail__pedigree-manual-invite-text svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.psi-detail__pedigree-manual-copy {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    background: #fff;
    border: 1px solid #fdba74;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    justify-content: center;
}

.psi-detail__pedigree-manual-copy svg {
    width: 14px;
    height: 14px;
}

.psi-detail__pedigree-manual-copy:hover {
    background: #fff7ed;
    border-color: #f97316;
}

/* Zpět + Zrušit — na jednom řádku */
.psi-detail__pedigree-inline-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #f3f4f6;
}

.psi-detail__pedigree-manual-back,
.psi-detail__pedigree-inline-cancel {
    font-size: 11px;
    font-family: inherit;
    color: #c0c4cc;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
}

.psi-detail__pedigree-manual-back:hover,
.psi-detail__pedigree-inline-cancel:hover {
    color: #6b7280;
}

.psi-detail__pedigree-inline-footer-sep {
    width: 1px;
    height: 12px;
    background: #e5e7eb;
}

/* ========================================
   POTOMCI (OFFSPRING) - MOBIL
   ======================================== */

.psi-detail__litters {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.psi-detail__litter {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.psi-detail__litter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    transition: background 0.15s;
    border-radius: 10px 10px 0 0;
}

.psi-detail__litter-header:hover {
    background: #f3f4f6;
}

.psi-detail__litter-header-info {
    flex: 1;
    min-width: 0;
}

.psi-detail__litter-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

.psi-detail__litter-meta {
    font-size: 12px;
    color: #6b7280;
    display: block;
    margin-top: 2px;
}

.psi-detail__litter-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.psi-detail__litter-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    padding: 4px;
    transition: transform 0.2s;
}

.psi-detail__litter-toggle svg {
    width: 18px;
    height: 18px;
}

.psi-detail__litter--open .psi-detail__litter-toggle {
    transform: rotate(180deg);
}

.psi-detail__litter-body {
    display: none;
    padding: 0 16px 16px;
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
}

.psi-detail__litter--open .psi-detail__litter-body {
    display: block;
}

.psi-detail__litter-puppies-header {
    margin-top: 20px;
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
}

.psi-detail__litter-parent--locked {
    background: #f3f4f6;
    color: #374151;
    font-weight: 600;
    cursor: not-allowed;
    opacity: 0.8;
}

.psi-detail__litter-puppies-title {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 10px 0;
}

.psi-detail__litter-puppies {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

/* Karta štěněte */
.psi-detail__puppy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.psi-detail__puppy-row-top {
    display: flex;
    gap: 8px;
    align-items: center;
}

.psi-detail__puppy-row-top .psi-detail__form-input {
    flex: 1;
    min-width: 0;
}

.psi-detail__puppy-row-top .psi-detail__test-remove {
    flex-shrink: 0;
}

/* Desktop gender toggle — na mobilu skrytý */
.psi-detail__puppy-gender--desktop.psi-detail__gender-toggle--sm {
    display: none;
}

/* Foto + pohlaví řádek (mobilní) */
.psi-detail__puppy-row-photo {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.psi-detail__puppy-gender--mobile {
    flex-shrink: 0;
    display: flex;
    align-self: center;
    margin-left: auto;
}

.psi-detail__puppy-gender--mobile .psi-detail__gender-btn {
    width: 46px;
    height: 46px;
    padding: 0;
}

.psi-detail__puppy-gender--mobile .psi-detail__gender-btn svg {
    width: 22px;
    height: 22px;
}

.psi-detail__puppy-row-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.psi-detail__puppy-photo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 2px dashed #d1d5db;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
}

.psi-detail__puppy-photo:hover {
    border-color: #f97316;
    background: #fff7ed;
}

.psi-detail__puppy-photo-placeholder {
    color: #d1d5db;
}

.psi-detail__puppy-photo-placeholder svg {
    width: 24px;
    height: 24px;
}

.psi-detail__puppy-photo-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psi-detail__gender-toggle--sm {
    display: flex;
    flex-shrink: 0;
}

.psi-detail__gender-toggle--sm .psi-detail__gender-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    background: #fff;
    cursor: pointer;
    transition: all 0.15s;
    color: #9ca3af;
}

.psi-detail__gender-toggle--sm .psi-detail__gender-btn svg {
    width: 18px;
    height: 18px;
}

.psi-detail__gender-toggle--sm .psi-detail__gender-btn:first-child {
    border-radius: 6px 0 0 6px;
}

.psi-detail__gender-toggle--sm .psi-detail__gender-btn:last-child {
    border-radius: 0 6px 6px 0;
    margin-left: -1px;
}

.psi-detail__gender-toggle--sm .psi-detail__gender-btn--active[data-sex="pes"] {
    background: #dbeafe;
    border-color: #60a5fa;
    color: #2563eb;
}

.psi-detail__gender-toggle--sm .psi-detail__gender-btn--active[data-sex="fena"] {
    background: #fce7f3;
    border-color: #f472b6;
    color: #db2777;
}

.psi-detail__puppy-owner {
    margin-top: 4px;
}

/* Náhled štítků (jak budou vypadat na kartě štěněte) */
.psi-detail__puppy-badges {
    display: flex;
    align-items: center;
    gap: 6px;
}

.psi-detail__puppy-badges-label {
    font-size: 11px;
    color: #9ca3af;
    white-space: nowrap;
}

.psi-detail__puppy-badges-label--full {
    display: none;
}

.psi-detail__puppy-badges-label--short {
    display: inline;
}

/* Badge preview — stejné styly jako puppy-card__badge na stenata.php */
.psi-detail__puppy-badge-preview {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}

/* Kvalita — shodné s puppy-card__badge--chovny/nadeje/mazlicek */
.psi-detail__puppy-badge-preview--chovny {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.psi-detail__puppy-badge-preview--nadeje {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.psi-detail__puppy-badge-preview--mazlik {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

/* Dostupnost — shodné s puppy-card__badge--available/reserved/sold */
.psi-detail__puppy-badge-preview--volny {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.psi-detail__puppy-badge-preview--zadany {
    background: linear-gradient(135deg, #d946ef 0%, #c026d3 100%);
}

.psi-detail__puppy-badge-preview--prodano {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

/* ========================================
   POTOMCI - OVĚŘENÍ MAJITELE
   ======================================== */

.psi-detail__litter-verify {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    margin-top: 12px;
}

.psi-detail__litter-verify-icon svg {
    width: 20px;
    height: 20px;
    color: #d97706;
    flex-shrink: 0;
    margin-top: 1px;
}

.psi-detail__litter-verify-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.psi-detail__litter-verify-text strong {
    font-size: 13px;
    font-weight: 700;
    color: #92400e;
}

.psi-detail__litter-verify-text span {
    font-size: 12px;
    color: #a16207;
    line-height: 1.4;
}

.psi-detail__litter-verify-text em {
    font-style: normal;
    font-weight: 600;
}

/* ========================================
   POTOMCI - NABÍDKA EXISTUJÍCÍCH VRHŮ
   ======================================== */

.psi-detail__litter-existing {
    margin-top: 14px;
}

.psi-detail__litter-existing-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 10px;
}

.psi-detail__litter-existing-header svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.psi-detail__litter-existing-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.psi-detail__litter-existing-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
}

.psi-detail__litter-existing-card-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.psi-detail__litter-existing-card-info strong {
    font-size: 14px;
    color: #1e3a5f;
}

.psi-detail__litter-existing-card-info span {
    font-size: 12px;
    color: #6b7280;
}

.psi-detail__litter-existing-card-puppies {
    font-size: 11px;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psi-detail__litter-existing-link {
    flex-shrink: 0;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #2563eb;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.psi-detail__litter-existing-link:hover {
    background: #1d4ed8;
}

.psi-detail__litter-existing-or {
    text-align: center;
    margin: 12px 0;
    font-size: 12px;
    color: #c0c4cc;
    position: relative;
}

.psi-detail__litter-existing-or::before,
.psi-detail__litter-existing-or::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 24px);
    height: 1px;
    background: #e5e7eb;
}

.psi-detail__litter-existing-or::before { left: 0; }
.psi-detail__litter-existing-or::after { right: 0; }

.psi-detail__litter-existing-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #6b7280;
    background: none;
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.psi-detail__litter-existing-new:hover {
    border-color: #f97316;
    color: #f97316;
}

.psi-detail__litter-existing-new svg {
    width: 16px;
    height: 16px;
}

/* Krok 2 — detaily vrhu */
.psi-detail__litter-step--details {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
}

/* Badges v autocomplete */
.psi-detail__litter-parent-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 4px;
    background: #f3f4f6;
    color: #6b7280;
    vertical-align: middle;
    margin-left: 4px;
}

.psi-detail__litter-parent-badge--own {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

/* ========================================
   POTOMCI - AUTOCOMPLETE RODIČE
   ======================================== */

.psi-detail__litter-parent-autocomplete {
    position: relative;
}

.psi-detail__litter-parent-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.psi-detail__litter-parent-suggestions--visible {
    display: block;
}

.psi-detail__litter-parent-suggestion {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.15s;
    font-size: 14px;
}

.psi-detail__litter-parent-suggestion:hover {
    background: #fff7ed;
}

.psi-detail__litter-parent-suggestion:first-child {
    border-radius: 10px 10px 0 0;
}

.psi-detail__litter-parent-suggestion:last-child {
    border-radius: 0 0 10px 10px;
}

.psi-detail__litter-parent-suggestion:only-child {
    border-radius: 10px;
}

.psi-detail__litter-parent-suggestion img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.psi-detail__litter-parent-initial {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
}

.psi-detail__litter-parent-name {
    font-weight: 600;
    color: #1a1a2e;
}

.psi-detail__litter-parent-station {
    font-size: 12px;
    color: #6b7280;
}

.psi-detail__litter-parent-suggestion--manual {
    border-top: 1px solid #f3f4f6;
    background: #fff7ed;
    padding: 12px;
    gap: 12px;
}

.psi-detail__litter-parent-suggestion--manual:hover {
    background: #ffedd5;
}

.psi-detail__litter-parent-initial--manual {
    width: 40px;
    height: 40px;
    background: #f97316;
    color: #fff;
    border-radius: 50%;
}

.psi-detail__litter-parent-initial--manual svg {
    width: 18px;
    height: 18px;
}

.psi-detail__litter-parent-suggestion--manual .psi-detail__litter-parent-name {
    font-size: 15px;
    font-weight: 700;
    color: #f97316;
}

.psi-detail__litter-parent-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    background: #f3f4f6;
    color: #6b7280;
    vertical-align: middle;
    margin-left: 4px;
}

.psi-detail__litter-parent-badge--own {
    background: #dcfce7;
    color: #16a34a;
}

.psi-detail__litter-parent-badge--manual {
    background: #f97316;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
}

/* ========================================
   PŘIDAT TLAČÍTKO
   ======================================== */

.psi-detail__add-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #f97316;
    background: #fff7ed;
    border: 2px dashed #fdba74;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.psi-detail__add-btn:hover {
    background: #fff;
    border-color: #f97316;
}

.psi-detail__add-btn svg {
    width: 16px;
    height: 16px;
}

/* ========================================
   AKCE (ULOŽIT / ZPĚT)
   ======================================== */

/* ========================================
   STICKY BAR - FIXNÍ PATIČKA S TLAČÍTKY
   ======================================== */

.psi-detail__sticky-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 8px 16px;
    z-index: 100;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
}

.psi-detail__sticky-inner {
    display: flex;
    gap: 8px;
    max-width: 800px;
    margin: 0 auto;
}

.psi-detail__sticky-inner .psi-detail__btn {
    flex: 1;
}

.psi-detail__sticky-inner .psi-detail__btn--save {
    flex: 2;
}

/* Spodní padding aby obsah nebyl schovaný za sticky bar */
.dashboard__main {
    padding-bottom: 16px;
}

.psi-detail__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
}

.psi-detail__btn--save {
    background: #f97316;
    color: #fff;
}

.psi-detail__btn--save:hover {
    background: #ea580c;
}

.psi-detail__btn--save svg {
    width: 15px;
    height: 15px;
}

.psi-detail__btn--back {
    background: #f3f4f6;
    color: #6b7280;
}

.psi-detail__btn--back:hover {
    background: #e5e7eb;
    color: #374151;
}

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

@media (min-width: 768px) {
    .psi-detail__title {
        font-size: 26px;
    }

    .psi-detail__form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .psi-detail__heat-prediction-card {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .psi-detail__heat-row {
        flex-direction: row;
        align-items: flex-end;
        padding-right: 12px;
    }

    .psi-detail__heat-remove {
        position: static;
        flex-shrink: 0;
        align-self: center;
    }

    .psi-detail__heat-field--note {
        flex: 1;
        min-width: 0;
    }

    .psi-detail__test-row-top,
    .psi-detail__test-row-bottom {
        flex-direction: row;
    }

    .psi-detail__test-remove {
        margin-top: 4px;
    }



    /* Rodokmen na desktopu */
    .psi-detail__pedigree-row {
        grid-template-columns: 1fr 1fr;
    }

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

    /* Potomci na desktopu */
    .psi-detail__puppy {
        display: grid;
        grid-template-columns: 96px 1fr;
        grid-template-rows: auto auto;
        gap: 8px;
        align-items: center;
    }

    .psi-detail__puppy-row-photo {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: stretch;
    }

    .psi-detail__puppy-photo {
        width: 100%;
        height: 100%;
    }

    .psi-detail__puppy-gender--mobile.psi-detail__gender-toggle--sm {
        display: none;
    }

    .psi-detail__puppy-gender--desktop.psi-detail__gender-toggle--sm {
        display: flex;
    }

    .psi-detail__puppy-row-top {
        grid-column: 2;
        grid-row: 1;
    }

    .psi-detail__puppy-row-bottom {
        grid-column: 2;
        grid-row: 2;
        flex-direction: row;
    }

    .psi-detail__puppy-row-bottom .psi-detail__form-select,
    .psi-detail__puppy-row-bottom .psi-dropdown {
        flex: 1;
        min-width: 100px;
    }

    .psi-detail__puppy-badges,
    .psi-detail__puppy-owner {
        grid-column: 1 / -1;
    }

    .psi-detail__puppy-badges-label--short {
        display: none;
    }

    .psi-detail__puppy-badges-label--full {
        display: inline;
    }

    .psi-detail__photo-upload {
        flex-direction: row;
        align-items: flex-start;
    }

    .psi-detail__photo-main {
        max-width: 360px;
        aspect-ratio: 4/3;
    }

    /* Výstavní média na desktopu */
    .psi-detail__show-photo-main {
        width: 200px;
        max-height: 120px;
        flex-shrink: 0;
    }

    .psi-detail__show-media-content {
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .psi-detail__show-video-wrap {
        width: auto;
        flex: 1;
        min-width: 0;
        flex-wrap: nowrap;
    }

    .psi-detail__show-gallery-thumb,
    .psi-detail__show-photo-add {
        width: 60px;
        height: 60px;
    }

    .psi-detail__show-video-add {
        width: 60px;
        height: 60px;
    }
}

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

@media (min-width: 1024px) {
    .psi-detail__progress {
        padding: 20px 24px;
    }

    .psi-detail__section-header {
        padding: 18px 24px;
    }

    .psi-detail__section-body {
        padding: 24px;
    }

    .psi-detail__sticky-bar {
        position: fixed;
        left: 280px;
        padding: 12px 32px;
    }

    .psi-detail__sticky-inner {
        max-width: 700px;
    }

    .psi-detail__btn {
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 12px;
    }

    .dashboard__main {
        padding-bottom: 80px;
    }
}
/* ========================================
   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;
    }
}

/* ==========================================================================
   STAV V CHOVU (chovnost) — radio karty + extra pole
   ========================================================================== */
.breeding-status {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.breeding-status__card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.18s ease;
}

.breeding-status__card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.breeding-status__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.18s ease;
}

.breeding-status__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #94a3b8;
    transition: all 0.18s ease;
}

.breeding-status__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}

.breeding-status__title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.breeding-status__hint {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
}

/* Hover stavy podle barvy */
.breeding-status__card--green:hover     { border-color: #86efac; background: #f0fdf4; }
.breeding-status__card--amber:hover     { border-color: #fcd34d; background: #fffbeb; }
.breeding-status__card--red:hover       { border-color: #fca5a5; background: #fef2f2; }

/* Checked stavy — kruh se vybarví, nadpis dostane barvu */
.breeding-status__card--checked.breeding-status__card--green {
    border-color: #22c55e;
    background: #f0fdf4;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.15);
}
.breeding-status__card--checked.breeding-status__card--green .breeding-status__icon { background: #22c55e; }
.breeding-status__card--checked.breeding-status__card--green .breeding-status__dot  { background: #fff; }
.breeding-status__card--checked.breeding-status__card--green .breeding-status__title { color: #15803d; }

.breeding-status__card--checked.breeding-status__card--amber {
    border-color: #eab308;
    background: #fffbeb;
    box-shadow: 0 4px 14px rgba(234, 179, 8, 0.18);
}
.breeding-status__card--checked.breeding-status__card--amber .breeding-status__icon { background: #eab308; }
.breeding-status__card--checked.breeding-status__card--amber .breeding-status__dot  { background: #fff; }
.breeding-status__card--checked.breeding-status__card--amber .breeding-status__title { color: #92400e; }

.breeding-status__card--checked.breeding-status__card--red {
    border-color: #ef4444;
    background: #fef2f2;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.15);
}
.breeding-status__card--checked.breeding-status__card--red .breeding-status__icon { background: #ef4444; }
.breeding-status__card--checked.breeding-status__card--red .breeding-status__dot  { background: #fff; }
.breeding-status__card--checked.breeding-status__card--red .breeding-status__title { color: #991b1b; }

/* Extra pole pod radio kartami (pauza / ukončen) */
.breeding-status__extra {
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.breeding-status__extra[hidden] { display: none; }

/* Březost (jen feny) — sub-blok */
.breeding-status__pregnancy {
    margin-top: 16px;
    padding: 14px;
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
    border-radius: 10px;
}

@media (min-width: 640px) {
    .breeding-status {
        grid-template-columns: repeat(3, 1fr);
    }
    .breeding-status__card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 8px;
    }
}

/* Sub-blok "Veřejný katalog" v sekci Stav v chovu */
.breeding-status__catalog {
    margin-top: 16px;
    padding: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.breeding-status__catalog .psi-detail__form-row {
    margin: 0;
}
