body { background: #f6f7fb; }
.card { border: 0; border-radius: 18px; box-shadow: 0 8px 24px rgba(15, 23, 42, .06); }
.btn { border-radius: 10px; }
.form-control, .form-select { border-radius: 10px; }
.table > :not(caption) > * > * { vertical-align: middle; }
.thumb { width: 58px; height: 58px; object-fit: cover; border-radius: 12px; background: #eee; }
.logo-preview { max-height: 90px; max-width: 220px; object-fit: contain; }
.page-title { font-weight: 700; letter-spacing: -.02em; }
.small-muted { color: #64748b; font-size: .9rem; }
.item-row { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 14px; margin-bottom: 10px; }


.thumb-produto {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}
.kit-img {
    height: 240px;
    object-fit: cover;
    background: #f8f9fa;
}
.kit-card {
    transition: transform .15s ease, box-shadow .15s ease;
}
.kit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08) !important;
}
.catalogo-hero {
    background: linear-gradient(135deg, #fff, #fff7e6);
}
