/* _content/PlantCareApp/Components/Plants/PlantDetails.razor.rz.scp.css */
.history-grid[b-w2s9b472hm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.history-card[b-w2s9b472hm] {
    background: #fff;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 34, 0.08);
}

.gallery-grid[b-w2s9b472hm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.75rem;
}

.gallery-grid img[b-w2s9b472hm] {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 25px rgba(15, 23, 34, 0.12);
}

.gallery-thumb[b-w2s9b472hm] {
    border: none;
    padding: 0;
    background: transparent;
    width: 100%;
}

.gallery-add[b-w2s9b472hm] {
    border: 2px dashed rgba(15, 23, 34, 0.2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    cursor: pointer;
    color: #0f172a;
    text-align: center;
    padding: 0.5rem;
}

.gallery-add input[type="file"][b-w2s9b472hm] {
    display: none;
}

.gallery-add i[b-w2s9b472hm] {
    font-size: 1.8rem;
    display: block;
}

.timeline-card[b-w2s9b472hm] {
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: 0 18px 45px rgba(15, 23, 34, 0.08);
}

.timeline-list[b-w2s9b472hm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.timeline-item[b-w2s9b472hm] {
    display: flex;
    gap: 1rem;
    background: #f8fafc;
    border-radius: 22px;
    padding: 1rem;
}

.timeline-icon[b-w2s9b472hm] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: #0f172a;
    background: rgba(15, 23, 34, 0.08);
}

.timeline-body[b-w2s9b472hm] {
    flex: 1;
}

.timeline-photo[b-w2s9b472hm] {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 18px;
    margin-top: 0.5rem;
}

.lightbox-overlay[b-w2s9b472hm] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 34, 0.8);
    display: grid;
    place-items: center;
    z-index: 1050;
    padding: 2rem;
}

.lightbox-body[b-w2s9b472hm] {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    padding: 1.5rem;
    max-width: 720px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.lightbox-body img[b-w2s9b472hm] {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
    border-radius: 18px;
    background: #000;
}

.lightbox-body .btn-close[b-w2s9b472hm] {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.pill-neutral[b-w2s9b472hm] {
    background: rgba(148, 163, 184, 0.25);
    color: #475569;
}

.pill-info[b-w2s9b472hm] {
    background: rgba(59, 130, 246, 0.2);
    color: #1d4ed8;
}

.pill-success[b-w2s9b472hm] {
    background: rgba(16, 185, 129, 0.2);
    color: #047857;
}

.pill-warning[b-w2s9b472hm] {
    background: rgba(251, 191, 36, 0.25);
    color: #b45309;
}

.pill-danger[b-w2s9b472hm] {
    background: rgba(248, 113, 113, 0.25);
    color: #b91c1c;
}

.ai-card[b-w2s9b472hm] {
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.ai-item + .ai-item[b-w2s9b472hm] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(15, 23, 34, 0.08);
}

@media (max-width: 768px) {
    .history-grid[b-w2s9b472hm] {
        grid-template-columns: 1fr;
    }

    .gallery-grid[b-w2s9b472hm] {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }

    .lightbox-body[b-w2s9b472hm] {
        padding: 1rem;
    }

    .lightbox-body img[b-w2s9b472hm] {
        max-height: 360px;
    }
}
/* _content/PlantCareApp/Components/Plants/PlantList.razor.rz.scp.css */
.plant-card[b-b7qpnvdoft] {
    border: none;
    border-radius: 28px;
    box-shadow: 0 25px 45px rgba(15, 23, 34, 0.08);
    overflow: hidden;
}

.plant-card .card-img-top[b-b7qpnvdoft] {
    border-bottom: 1px solid rgba(15, 23, 34, 0.08);
}

.plant-meta[b-b7qpnvdoft] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.meta-chip[b-b7qpnvdoft] {
    border-radius: 999px;
    background-color: #f1f5f9;
    padding: 0.35rem 0.8rem;
    font-size: 0.85rem;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 600;
}

.plant-status-row[b-b7qpnvdoft] {
    border-radius: 20px;
    background: #f8fafc;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.status-icon[b-b7qpnvdoft] {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(16, 185, 129, 0.15);
    color: #0f766e;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
}

.status-copy strong[b-b7qpnvdoft] {
    font-size: 1rem;
    color: #0f172a;
}

@media (max-width: 768px) {
    .plant-card[b-b7qpnvdoft] {
        border-radius: 20px;
    }

    .plant-meta[b-b7qpnvdoft] {
        flex-direction: column;
        align-items: flex-start;
    }

    .plant-status-row[b-b7qpnvdoft] {
        flex-direction: column;
        align-items: flex-start;
    }
}
