/* Phase1 unified add-on styles (keep it small; base is in ui-pro.css) */
:root{--tm-accent:#1d4ed8;--tm-accent2:#2563eb;--tm-bg:#f4f7ff;--tm-card:#ffffff;--tm-text:#0f172a;--tm-muted:#64748b;--tm-line:#e2e8f0;}

.tm-page{padding:28px 0 56px;}
.tm-grid2{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start;}
@media (max-width: 980px){.tm-grid2{grid-template-columns:1fr;}}

.tm-card-title{font-size:20px;font-weight:800;color:var(--tm-text);}
.tm-subtitle{margin-top:4px;color:var(--tm-muted);font-size:13px;}
.tm-divider{height:1px;background:var(--tm-line);margin:14px 0;}

.tm-empty{border:1px dashed #cbd5e1;border-radius:14px;padding:16px;background:rgba(2,6,23,0.02);}
.tm-empty-title{font-weight:800;color:var(--tm-text);margin-bottom:6px;}
.tm-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}

.tm-btn-block{width:100%;justify-content:center;}
.tm-stack{display:flex;flex-direction:column;gap:10px;}

.tm-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(29,78,216,0.08);color:var(--tm-accent);font-weight:700;font-size:12px;}
.tm-pill-dot{width:8px;height:8px;border-radius:99px;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,0.15);}

.tm-card-note{margin-top:14px;padding:12px 14px;border-radius:14px;background:#f8fafc;border:1px solid var(--tm-line);color:var(--tm-muted);font-size:12px;line-height:1.5;}

/* Brand badge: prevent nested-box feel */
.tm-brand-badge{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(29,78,216,0.10);border:1px solid rgba(29,78,216,0.22);overflow:hidden;}
.tm-brand-badge img{display:block;width:22px;height:22px;}
