.brando-tool { margin-top:2rem; }
.brando-tool-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:1.25rem; }
.brando-tool-panel, .brando-tool-result { padding:1.5rem; border:1px solid rgba(148,163,184,.25); border-radius:18px; background:#fff; color:#1e293b; }
.brando-band-dark .brando-tool-panel, .brando-band-dark .brando-tool-result { background:#111827; border-color:#334155; color:#cbd5e1; }
.brando-tool-panel h3, .brando-tool-result h3 { margin-top:0; color:#0f172a; }
.brando-band-dark .brando-tool-panel h3, .brando-band-dark .brando-tool-result h3 { color:#fff; }
.brando-tool label { display:block; margin:.9rem 0; font-size:.86rem; font-weight:750; }
.brando-tool input[type="number"], .brando-tool select { width:100%; margin-top:.4rem; min-height:46px; border:1px solid #cbd5e1; border-radius:11px; padding:.7rem .8rem; background:#fff; color:#0f172a; font:inherit; }
.brando-tool-button { width:100%; margin-top:1rem; border:0; border-radius:13px; padding:.85rem 1rem; background:#d97706; color:#fff; font-weight:800; cursor:pointer; }
.brando-tool-button:hover { background:#f59e0b; }
.brando-tool-kicker { display:block; margin-bottom:.55rem; color:#d97706; font-size:.75rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.brando-tool-result pre { min-height:190px; white-space:pre-wrap; word-break:break-word; font:500 .86rem/1.6 ui-monospace,SFMono-Regular,Menlo,monospace; background:#f8fafc; border:1px solid #e2e8f0; border-radius:12px; padding:1rem; color:#334155; }
.brando-tool-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 1rem; }
.brando-tool-checks { margin-top:1rem; padding:1rem; border:1px solid #cbd5e1; border-radius:12px; }
.brando-tool-checks legend { padding:0 .35rem; font-weight:800; }
.brando-tool-checks label { margin:.55rem 0; font-weight:600; }
.brando-tool-result--sticky { align-self:start; position:sticky; top:115px; }
.brando-tool-small { color:#64748b; font-size:.78rem; }
.brando-recommendation-links { display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1rem; }
.brando-recommendation-links a { display:inline-flex; padding:.7rem .9rem; border-radius:10px; background:#d97706; color:#fff !important; text-decoration:none; font-weight:800; }
@media (max-width: 720px) { .brando-tool-grid, .brando-tool-fields { grid-template-columns:1fr; } .brando-tool-result--sticky { position:static; } }


.brando-tool-link { display:inline-flex; align-items:center; justify-content:center; padding:.72rem .95rem; border:1px solid #d97706; border-radius:10px; background:#d97706; color:#fff !important; text-decoration:none; font-weight:800; }
.brando-tool-link:hover { background:#f59e0b; border-color:#f59e0b; }
.brando-tool-link--secondary { background:transparent; color:#0f766e !important; border-color:#0f766e; }
.brando-band-dark .brando-tool-link--secondary { color:#99f6e4 !important; border-color:#5eead4; }
.brando-tool-link--secondary:hover { background:#f0fdfa; }
.brando-band-dark .brando-tool-link--secondary:hover { background:rgba(20,184,166,.12); }
