.gto-tq-canvas-body { margin:0; background:#f5f7fb; }
.gto-tq-header { position: sticky; top:0; z-index: 50; background: var(--gto-tq-primary, #0a7); color:#fff; }
.gto-tq-header-inner { max-width: 980px; margin:0 auto; padding: 12px 16px; display:flex; justify-content:space-between; align-items:center; }
.gto-tq-brand { color:#fff; font-weight: 900; letter-spacing: .2px; }
.gto-tq-toplink { color:#fff; font-weight: 700; opacity:.95; }
.gto-tq-footer { padding: 16px; color:#666; }
.gto-tq-footer-inner { max-width: 980px; margin:0 auto; text-align:center; }


.gto-tq-header a { text-decoration: none !important; }
.gto-tq-brand, .gto-tq-toplink { text-decoration: none !important; display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border-radius:10px; transition: background .15s ease, opacity .15s ease; }
.gto-tq-brand:hover, .gto-tq-toplink:hover { text-decoration: none !important; background: rgba(255,255,255,.18); opacity: 1; }
