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

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

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

.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);
}

/* Mensi horni padding na mobilu pro usetreni mista */
@media (max-width: 767px) {
    .body--breeder .dashboard__main {
        padding-top: 12px;
    }
}

/* 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: 16px;
}

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

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

.breeder__hero {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #c2410c 100%);
    border-radius: 20px;
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.25);
}

.breeder__hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.breeder__hero-content {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.breeder__hero-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #ffffff;
    flex-shrink: 0;
    backdrop-filter: blur(4px);
}

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

.breeder__hero-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.breeder__hero-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.breeder__hero-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.breeder__hero-preview {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ea580c;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    align-self: flex-start;
    position: relative;
    z-index: 1;
}

.breeder__hero-preview:hover {
    background-color: #fff7ed;
    color: #c2410c;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.breeder__hero-preview svg {
    flex-shrink: 0;
}

/* ========================================
   STATISTIKY - MOBILE FIRST
   ======================================== */

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

.breeder__stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.breeder__stat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 12px;
    color: #6b7280;
    flex-shrink: 0;
}

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

.breeder__stat-icon--messages {
    background-color: #ffedd5;
    color: #f97316;
}

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

.breeder__stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.breeder__stat-label {
    font-size: 12px;
    color: #6b7280;
}

/* ========================================
   URGENTNI UKOLY - MODERNI DESIGN
   ======================================== */

.breeder__urgent {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
}

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

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

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

/* Jednotlive polozky - bez scrollbaru */
.breeder__urgent-items {
    display: flex;
    flex-direction: column;
}

/* 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: 14px;
    padding: 14px 20px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    position: relative;
}

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

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

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

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

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

/* === 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 - jemne zvyraznena */
.breeder__urgent-item--critical {
    background-color: #ffffff;
}

.breeder__urgent-item--critical .breeder__urgent-item-text {
    color: #991b1b;
    font-weight: 600;
}

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

.breeder__urgent-item--critical .breeder__urgent-item-arrow {
    color: #dc2626;
}

/* Warning polozka */
.breeder__urgent-item--warning {
    background-color: #ffffff;
}

.breeder__urgent-item--warning .breeder__urgent-item-text {
    color: #1e40af;
}

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

.breeder__urgent-item--warning .breeder__urgent-item-arrow {
    color: #3b82f6;
}

/* Info polozka */
.breeder__urgent-item--info {
    background-color: #ffffff;
}

.breeder__urgent-item--info .breeder__urgent-item-text {
    color: #4b5563;
}

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

.breeder__urgent-item--info .breeder__urgent-item-arrow {
    color: #9ca3af;
}

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

.breeder__urgent-item-arrow {
    width: 16px;
    height: 16px;
    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);
}

/* Footer odkaz - Zobrazit vsechny ukoly */
.breeder__urgent-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background-color: #fffbf7;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    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: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s ease;
}

.breeder__litter-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.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 #e5e7eb;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.breeder__quick-actions-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 20px 0;
}

.breeder__quick-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 12px;
}

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

.breeder__quick-action--primary {
    background-color: #f0f0ff;
    color: #667eea;
}

.breeder__quick-action--primary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.breeder__quick-action--secondary {
    background-color: #f5f5f5;
    color: #374151;
    border: none;
}

.breeder__quick-action--secondary:hover {
    background-color: #e5e7eb;
}

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

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

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

@media (min-width: 768px) {
    /* Top row - urgent + quick actions vedle sebe */
    .breeder__top-row {
        flex-direction: row;
        gap: 20px;
        align-items: flex-start;
    }

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

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

    .breeder__top-row .breeder__quick-actions--top {
        width: 280px;
        flex-shrink: 0;
    }

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

    /* Hero sekce - tablet */
    .breeder__hero {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 24px 28px;
        border-radius: 20px;
        box-shadow: 0 4px 24px rgba(249, 115, 22, 0.25);
    }

    .breeder__hero::before {
        width: 200px;
        height: 200px;
        top: -80%;
        right: -5%;
    }

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

    .breeder__hero-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .breeder__hero-icon svg {
        width: 26px;
        height: 26px;
    }

    .breeder__hero-label {
        font-size: 13px;
    }

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

    .breeder__hero-preview {
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 12px;
    }

    /* Statistiky vedle sebe */
    .breeder__stats {
        flex-direction: row;
        gap: 16px;
    }

    .breeder__stat {
        flex: 1;
        padding: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .breeder__litter-image {
        height: 160px;
    }

    .breeder__litter-content {
        padding: 16px;
    }

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

    .breeder__quick-actions {
        padding: 20px;
    }

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

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

@media (min-width: 1024px) {
    /* Top row - vetsi sirka quick actions */
    .breeder__top-row {
        gap: 24px;
        margin-bottom: 24px;
    }

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

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

    /* Hero sekce - desktop */
    .breeder__hero {
        padding: 28px 32px;
        margin-bottom: 28px;
        box-shadow: 0 4px 28px rgba(249, 115, 22, 0.2);
    }

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

    .breeder__hero-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }

    .breeder__hero-icon svg {
        width: 28px;
        height: 28px;
    }

    .breeder__hero-content {
        gap: 16px;
    }

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

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

    .breeder__hero-preview {
        padding: 14px 28px;
        font-size: 15px;
        border-radius: 12px;
    }

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

    .breeder__stat {
        padding: 24px;
    }

    .breeder__stat-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

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

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

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

    /* Urgentni ukoly - desktop */
    .breeder__urgent {
        margin-bottom: 28px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

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

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

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

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

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

    .breeder__urgent-item {
        padding: 18px 20px;
        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: 15px;
    }

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

    .breeder__urgent-footer {
        padding: 14px 20px;
        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: 24px;
    }

    .breeder__quick-actions-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .breeder__quick-action {
        padding: 16px 24px;
        font-size: 15px;
    }
}

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

@media (min-width: 1400px) {
    /* Top row */
    .breeder__top-row {
        gap: 28px;
        margin-bottom: 28px;
    }

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

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

    /* Hero sekce - velký desktop */
    .breeder__hero {
        padding: 32px 40px;
        box-shadow: 0 4px 32px rgba(249, 115, 22, 0.2);
        margin-bottom: 32px;
    }

    .breeder__hero-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .breeder__hero-icon svg {
        width: 30px;
        height: 30px;
    }

    .breeder__hero-title {
        font-size: 32px;
    }

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

    .breeder__hero-preview {
        padding: 16px 32px;
        font-size: 16px;
    }

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

    .breeder__stat {
        padding: 28px;
    }

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

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

    .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: 20px;
    padding: 24px;
    margin: 0 16px 20px 16px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #c2410c 100%);
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Dekorativni svetelny efekt */
.sidebar-progress::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* MOBIL - vetsi kruh */
.sidebar-progress__circle {
    position: relative;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

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

.sidebar-progress__bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 3;
}

.sidebar-progress__fill {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
}

/* MOBIL - procenta */
.sidebar-progress__percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

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

.sidebar-progress__label {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar-progress__link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sidebar-progress__link:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.sidebar-progress__complete {
    font-size: 12px;
    color: #bbf7d0;
    font-weight: 700;
}

/* Hover efekt na cely barometr */
.sidebar-progress:hover {
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

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

    .sidebar-progress__circle {
        width: 100px;
        height: 100px;
        padding: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .sidebar-progress__fill {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
    }

    .sidebar-progress__percent {
        font-size: 22px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

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

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

    .sidebar-progress__link {
        font-size: 13px;
        padding: 10px 20px;
        border-radius: 25px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .sidebar-progress__link:hover {
        transform: scale(1.05);
    }

    .sidebar-progress:hover {
        box-shadow: 0 8px 24px rgba(249, 115, 22, 0.45);
        transform: translateY(-2px);
    }
}

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

.profile-checklist {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 28px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.profile-checklist__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

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

.profile-checklist__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px 0;
}

.profile-checklist__title svg {
    width: 22px;
    height: 22px;
    color: #f97316;
    flex-shrink: 0;
}

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

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

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

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

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

.profile-checklist__overall-fill {
    fill: none;
    stroke: #f97316;
    stroke-width: 4;
    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: 16px;
    font-weight: 700;
    color: #ea580c;
}

/* Sekce */
.profile-checklist__sections {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profile-checklist__section {
    display: block;
    padding: 18px;
    background-color: #fafafa;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    transition: all 0.2s ease;
}

.profile-checklist__section:hover {
    border-color: #f97316;
    box-shadow: 0 2px 12px rgba(249, 115, 22, 0.12);
    transform: translateY(-1px);
}

.profile-checklist__section--complete {
    background-color: #f0fdf4;
    border-color: #bbf7d0;
}

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

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

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

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

.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: #111827;
    margin-bottom: 8px;
}

.profile-checklist__section-bar {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.profile-checklist__section-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #f97316 0%, #fb923c 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.profile-checklist__section--complete .profile-checklist__section-bar-fill {
    background: linear-gradient(90deg, #22c55e 0%, #4ade80 100%);
}

.profile-checklist__section-percent {
    font-size: 15px;
    font-weight: 700;
    color: #ea580c;
    flex-shrink: 0;
}

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

/* Položky - skryté na mobilu, zobrazené na desktopu */
.profile-checklist__items {
    display: none;
    list-style: none;
    margin: 12px 0 0 48px;
    padding: 0;
}

.profile-checklist__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
    color: #6b7280;
}

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

.profile-checklist__item--done .profile-checklist__item-name {
    text-decoration: line-through;
    opacity: 0.7;
}

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

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

.profile-checklist__item-bullet {
    width: 8px;
    height: 8px;
    background-color: #d1d5db;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 4px;
}

.profile-checklist__item--required .profile-checklist__item-bullet {
    background-color: #f59e0b;
}

.profile-checklist__item-required {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #f59e0b;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    text-transform: uppercase;
}

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

.profile-checklist__warning svg {
    width: 20px;
    height: 20px;
    color: #f59e0b;
    flex-shrink: 0;
    margin-top: 1px;
}

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

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

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

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

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

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

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

    .profile-checklist__section {
        padding: 20px;
    }

    .profile-checklist__items {
        display: block;
    }
}

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

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

    .profile-checklist__header {
        margin-bottom: 28px;
        padding-bottom: 24px;
    }

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

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

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

    .profile-checklist__sections {
        grid-template-columns: repeat(5, 1fr);
    }

    .profile-checklist__section {
        padding: 22px;
    }

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

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

/* ========================================
   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;
}

.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;
    }
}
