/* Data Safra - Modulo Tomate */

.tomate-toolbar {
    padding: 12px 0 8px;
}

.tomate-painel {
    background: linear-gradient(180deg, #f4f5f7 0%, #e8eef0 100%);
    min-height: 100%;
    font-family: -apple-system, "Segoe UI", system-ui, sans-serif;
}

/* Header */
.tomate-header {
    background: #2d6a4f;
    color: #fff;
    padding: 16px 18px 14px;
}
.tomate-greet { font-size: 12px; opacity: .85; }
.tomate-name  { font-size: 18px; font-weight: 700; margin-top: 2px; }
.tomate-loc   { font-size: 11px; opacity: .8; margin-top: 4px; }

/* Sections */
.tomate-section { padding: 0 12px; margin-top: 16px; }

.tomate-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #777;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.tomate-section-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2d6a4f;
}

/* Cards */
.tomate-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

/* Hoje */
.tomate-hoje-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tomate-temp { font-size: 36px; font-weight: 700; line-height: 1; color: #1a4d36; }
.tomate-cond { font-size: 13px; color: #555; margin-top: 4px; }
.tomate-stats {
    font-size: 11px;
    color: #666;
    text-align: right;
    line-height: 1.5;
}

.tomate-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
}
.badge-bom     { background: #d4f4dd; color: #155c2e; }
.badge-atencao { background: #fff3cd; color: #856404; }
.badge-alerta  { background: #ffe0e0; color: #a02020; }

.tomate-resumo { font-size: 12px; color: #555; margin-top: 8px; }

/* Solo */
.tomate-card-solo h4 { font-size: 13px; margin: 0 0 8px; color: #444; }

.tomate-solo-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}
.tomate-solo-row:last-child { border-bottom: none; }
.tomate-solo-label { flex: 1; }
.tomate-solo-bar {
    width: 80px;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
}
.tomate-solo-bar > div { height: 100%; transition: width .3s; }
.tomate-solo-pct { font-weight: 700; min-width: 40px; text-align: right; }

/* Irrigação */
.tomate-card-irrigacao {
    font-size: 13px;
    background: #f0fff4;
    border-left: 3px solid #2d6a4f;
}

/* 7 dias */
.tomate-dias-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    text-align: center;
}
.tomate-dia {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 2px;
    font-size: 10px;
}
.tomate-dia-alert { background: #ffe0e0; }
.tomate-dia-nome  { color: #777; }
.tomate-dia-icon  { font-size: 18px; margin: 4px 0; }
.tomate-dia-temp  { font-weight: 700; font-size: 13px; }
.tomate-dia-min   { font-size: 9px; color: #888; }

/* Alertas */
.tomate-alerta-card {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-left: 3px solid #f5b400;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.tomate-alerta-card.alerta  { border-left-color: #dc2626; }
.tomate-alerta-card.critico { border-left-color: #7f1d1d; background: #ffe0e0; }
.tomate-alerta-icon { font-size: 24px; }
.tomate-alerta-body strong { display: block; font-size: 13px; margin-bottom: 3px; }
.tomate-alerta-body div    { font-size: 12px; color: #666; }

/* 4 semanas */
.tomate-sem-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}
.tomate-sem-row:last-child { border-bottom: none; }
.tomate-sem-stats .tomate-ano { font-weight: 700; margin-left: 4px; }
.tomate-sem-stats .tomate-ano.acima_media   { color: #0a4ea0; }
.tomate-sem-stats .tomate-ano.abaixo_media  { color: #b03030; }
.tomate-sem-stats .tomate-ano.normal        { color: #666; }

/* 6 meses */
.tomate-resumo-titulo { font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.tomate-resumo-titulo.favoravel    { color: #155c2e; }
.tomate-resumo-titulo.desfavoravel { color: #b03030; }
.tomate-resumo-desc { font-size: 12px; color: #666; }

/* Empty / Error states */
.tomate-empty {
    padding: 40px 20px;
    text-align: center;
}
.tomate-empty h2 { font-size: 18px; color: #2d6a4f; margin-bottom: 12px; }

.btn-tomate {
    display: inline-block;
    background: #2d6a4f;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
