
/* v2.7.0 — Produtos & campanhas */
.tr-products-header{margin-bottom:16px}
.tr-product-hero{display:grid;grid-template-columns:minmax(0,1.3fr) auto auto;gap:20px;align-items:center;padding:22px;margin-bottom:16px;border-radius:17px;background:#0d0d0d;color:#fff}
.tr-product-hero-main{display:flex;align-items:center;gap:15px;min-width:0}.tr-product-logo{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:17px;background:#ff8a00;color:#0d0d0d;font-size:20px;font-weight:950}
.tr-product-hero h2{margin:3px 0 6px;color:#fff;font-size:24px}.tr-product-hero p{margin:0;max-width:720px;color:#d1d1d1;font-size:11px;line-height:1.55}
.tr-product-hero-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tr-product-hero-tags span{padding:5px 8px;border:1px solid #333;border-radius:999px;font-size:9px;font-weight:800}
.tr-product-hero-stats{display:grid;grid-template-columns:repeat(2,76px);gap:7px}.tr-product-hero-stats div{padding:9px;border-radius:11px;background:#181818;text-align:center}.tr-product-hero-stats strong{display:block;color:#ff8a00;font-size:18px}.tr-product-hero-stats span{font-size:8px;color:#bbb}
.tr-product-hero-actions{display:grid;gap:7px}.tr-product-hero-actions a,.tr-product-hero-actions button{display:grid;place-items:center;min-width:145px;min-height:37px;padding:0 11px;border:1px solid #3b3b3b;border-radius:9px;background:#fff;color:#0d0d0d!important;text-decoration:none!important;font-size:9px;font-weight:900}.tr-product-hero-actions button.active{background:#ff8a00;border-color:#ff8a00;color:#fff!important}
.tr-product-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.tr-product-kpis article{padding:14px;border:1px solid #e5e5e5;border-radius:13px;background:#fff}.tr-product-kpis span{display:block;font-size:8px;font-weight:900;color:#777;letter-spacing:.04em}.tr-product-kpis strong{display:block;margin:5px 0 2px;font-size:24px}.tr-product-kpis small{font-size:9px;color:#777}.tr-product-kpis .accent{border-color:#ffd2a0;background:#fff8ef}
.tr-product-workspace{padding:17px;border:1px solid #e5e5e5;border-radius:16px;background:#fff}.tr-product-help{font-size:9px;color:#777}
.tr-product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:13px}.tr-product-card{padding:15px;border:1px solid #e5e5e5;border-radius:13px;background:#fff}.tr-product-card-head{display:flex;justify-content:space-between;gap:12px}.tr-product-card h3{margin:4px 0 2px}.tr-product-card-head p{margin:0;color:#777;font-size:9px}.tr-product-state{height:max-content;padding:5px 7px;border-radius:999px;background:#f1f1f1;font-size:8px;font-weight:900}.tr-product-state.active{background:#111;color:#fff}.tr-product-diff{min-height:35px;color:#555;font-size:10px;line-height:1.5}.tr-product-mini-stats{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.tr-product-mini-stats span{padding:5px 7px;border-radius:8px;background:#f6f6f6;font-size:8px}.tr-product-card-actions{display:flex;gap:7px}.tr-product-card-actions a,.tr-product-card-actions button{display:grid;place-items:center;min-height:34px;padding:0 10px;border:1px solid #111;border-radius:8px;background:#fff;color:#111!important;text-decoration:none!important;font-size:9px;font-weight:850}
.tr-product-modal-panel{width:min(760px,calc(100vw - 28px))}.tr-product-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px}.tr-product-form-grid label{display:grid;gap:5px;font-size:10px;font-weight:800}.tr-product-form-grid .span2{grid-column:1/-1}.tr-product-form-grid input,.tr-product-form-grid select,.tr-product-form-grid textarea{width:100%;border:1px solid #ddd!important;border-radius:9px!important;background:#fff!important;color:#0d0d0d!important;padding:10px!important;font-size:11px!important}.tr-product-form-grid small{font-size:8px;color:#777}
@media(max-width:900px){.tr-product-hero{grid-template-columns:1fr}.tr-product-hero-stats{grid-template-columns:repeat(4,1fr)}.tr-product-hero-actions{grid-template-columns:repeat(2,1fr)}.tr-product-hero-actions a,.tr-product-hero-actions button{min-width:0}.tr-product-list,.tr-product-kpis{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.tr-product-kpis,.tr-product-list,.tr-product-form-grid{grid-template-columns:1fr}.tr-product-form-grid .span2{grid-column:auto}.tr-product-hero-stats{grid-template-columns:1fr 1fr}}
