.explorer-header { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 20px; margin-left: 32px; }
.explorer-primary, .explorer-trigger { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #000; font: 400 13px var(--fonte1); line-height: 1; white-space: nowrap; text-decoration: none; cursor: pointer; }
.explorer-primary::after { position: absolute; left: 0; bottom: 1px; width: 0; height: 2px; background: var(--amarelo, #ffd000); content: ""; transition: width .2s ease; }
.explorer-primary:hover::after, .explorer-primary[aria-current="page"]::after { width: 100%; }
.explorer-account { display: flex; gap: 12px; }
.tools-explorer { width: min(1060px, calc(100% - 40px)); max-height: calc(100dvh - 100px); margin: 88px auto auto; padding: 0; border: 1px solid #e2e8f0; border-radius: 24px; background: white; color: #132033; box-shadow: 0 24px 100px #0f172a40; overflow-y: auto; }
.tools-explorer::backdrop { background: #0f172a66; backdrop-filter: blur(4px); }
.explorer-open { overflow: hidden; }
.explorer-top { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid #e8edf4; }
.explorer-eyebrow { color: #67529c; font-size: 10px; letter-spacing: .1em; font-weight: 800; }
.explorer-top h2 { font-size: 26px; margin: 6px 0 0; }
.explorer-top button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f1f5f9; font-size: 28px; cursor: pointer; flex-shrink: 0; }
.explorer-body { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr); }
.explorer-tools { padding: 24px; }
.explorer-tools section + section { margin-top: 24px; }
.explorer-tools h3 { font-size: 13px; margin: 0 0 12px; color: #64748b; }
.explorer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.explorer-card { display: flex; align-items: flex-start; gap: 12px; padding: 16px 12px; border: 1px solid #e8edf4; border-radius: 14px; color: #132033; text-decoration: none; transition: background .15s, border-color .15s; }
.explorer-card:hover { background: #fff9df; border-color: #edc600; }
.explorer-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; background: #fff3b2; border-radius: 10px; }
.explorer-card strong { display: block; font-size: 13px; line-height: 1.4; }
.explorer-card small { display: block; color: #64748b; font-size: 12px; line-height: 1.5; margin-top: 4px; }
.explorer-arrow { margin-left: auto; color: #94a3b8; }
.explorer-help { padding: 24px; background: #fff; }
.explorer-help h3 { font-size: 20px; margin: 12px 0; }
.explorer-help p { font-size: 13px; line-height: 1.6; color: #64748b; }
.explorer-video { display: block; padding: 14px; margin: 0 0 18px; border-radius: 12px; background: #ffda00; font-size: 13px; font-weight: 700; color: #111827; }
.explorer-help-links a { display: flex; justify-content: space-between; padding: 8px 0; font-size: 12px; color: #475569; }
.explorer-dock { display: none; }
:is(.explorer-header,.tools-explorer,.explorer-dock) :is(a,button):focus-visible { outline: 3px solid #7651ce; outline-offset: 3px; }
@media (max-width: 980px) {
 .explorer-header { margin-left: 16px; justify-content: flex-end; }
 .explorer-trigger, .explorer-primary { display: none; }
 .explorer-account .ui-button { font-size: 11px; padding: 10px; min-height: 40px; }
 .explorer-dock { position: fixed; z-index: 1000; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(4,1fr); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 -5px 24px #0f172a0a; }
 .explorer-dock :is(a,button) { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; min-height: 48px; border: 0; background: none; font: 600 11px var(--fonte1); color: #475569; cursor: pointer; }
 .explorer-dock :is(i,span) { font-size: 19px; }
 .explorer-dock button { background: #fff6c5; border-radius: 12px; color: #111827; }
 body:has(.explorer-dock) { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
 body:has(.explorer-dock) .whatsapp-icon { bottom: calc(90px + env(safe-area-inset-bottom)); }
 .tools-explorer { margin: auto 0 0; width: 100%; max-width: 100%; max-height: 88dvh; border-radius: 24px 24px 0 0; padding-bottom: env(safe-area-inset-bottom); }
 .explorer-top { padding: 20px; }
 .explorer-top h2 { font-size: 22px; }
 .explorer-body { grid-template-columns: 1fr; }
 .explorer-tools { padding: 18px; }
 .explorer-card { padding: 12px; }
 .explorer-arrow { display: none; }
}
@media (max-width: 560px) {
 .explorer-account .ui-button-primary { display: none; }
 .explorer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: no-preference) {
 .tools-explorer[open] { animation: explorer-arrive .2s ease-out; }
 @keyframes explorer-arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 380px) {
 .site-header:has(.explorer-header) .logo-header { max-width: 180px; height: auto; }
 .explorer-header { margin-left: 8px; }
}

.explorer-shortcuts { display: flex; align-items: center; gap: 20px; }
.explorer-label-mobile { display: none; }
@media (max-width: 980px) {
 .site-header:has(.explorer-header) .header-container { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: calc(100% - 32px); padding-top: 12px; gap: 12px 8px; }
 .explorer-header { display: contents; }
 .explorer-account { grid-column: 2; grid-row: 1; justify-self: end; }
 .explorer-shortcuts { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; padding: 8px 0 4px; border-top: 1px solid #edf0f4; }
 .explorer-trigger, .explorer-primary { display: inline-flex; min-height: 44px; font-size: 12px; }
 .explorer-label-desktop { display: none; }
 .explorer-label-mobile { display: inline; }
 .explorer-primary .navbar__new-badge { position: absolute; top: -5px; right: 0; margin: 0; font-size: 8px; }
 .explorer-top { position: sticky; top: 0; z-index: 1; background: white; }
}
@media (max-width: 380px) {
 .explorer-shortcuts { gap: 4px; }
 .explorer-trigger, .explorer-primary { font-size: 11px; }
 .site-header:has(.explorer-header) .logo-header { max-width: 170px; }
}
.explorer-help-links a { padding: 10px 8px; border-radius: 8px; }
.explorer-help-links a:hover, .explorer-help-links a:focus-visible { background: #fff3b2; color: #111827; text-decoration: none; }
.explorer-video:hover { background: #f0c800; }
@media (max-width: 560px) {
 .explorer-account .ui-button-primary { display: inline-flex; }
 .site-header:has(.explorer-header) .header-container { grid-template-columns: minmax(0, 1fr) auto; }
 .site-header:has(.explorer-header) .logo-header { width: clamp(105px, 32vw, 170px); max-width: 100%; height: auto; }
 .explorer-account { grid-column: 2; grid-row: 1; justify-self: end; gap: 6px; }
 .explorer-account .ui-button { font-size: 10px; padding: 8px; }
 .explorer-shortcuts { grid-row: 2; }
}

.explorer-trigger:hover { opacity: .65; }
.tools-explorer { position: fixed; padding-top: 16px; }
.explorer-close { position: absolute; top: 8px; right: 12px; width: 36px; height: 32px; display: grid; place-items: center; border: 0; background: transparent; color: #132033; font: 300 28px Arial, sans-serif; cursor: pointer; transition: opacity .15s ease; }
.explorer-close:hover { opacity: .5; }

.explorer-cookie { display: block; padding: 10px 8px; border: 0; background: transparent; color: #475569; font: inherit; font-size: 12px; cursor: pointer; border-radius: 8px; }
.explorer-cookie:hover { background: #fff3b2; }
