/* =========================================================
   ADIVINHE A CIDADE — INTERFACE PRINCIPAL
   Camada visual carregada depois do CSS-base do tema.
========================================================= */

:root {
    --adc-green: #00a94f;
    --adc-green-dark: #007f3c;
    --adc-green-deep: #005a2d;
    --adc-green-bright: #08c767;
    --adc-green-soft: rgba(0, 169, 79, .10);
    --adc-ink: #101114;
    --adc-muted: #626a75;
    --adc-border: #e3e8e5;
    --adc-panel: #ffffff;
    --adc-bg: #f4f6f5;
    --adc-sidebar: #050907;
    --adc-yellow: #f3b61f;
    --adc-purple: #7c4dff;
    --adc-blue: #3488ff;
    --adc-radius-sm: 10px;
    --adc-radius: 16px;
    --adc-radius-lg: 22px;
    --adc-shadow: 0 14px 38px rgba(15, 23, 42, .055);
    --adc-shadow-hover: 0 20px 42px rgba(15, 23, 42, .10);
}

html {
    margin: 0;
    padding: 0 !important;
    background: var(--adc-bg);
    scroll-behavior: smooth;
}

body.adc-dashboard-theme {
    min-width: 320px;
    margin: 0 !important;
    background:
        radial-gradient(circle at 30% 0%, rgba(0, 169, 79, .05), transparent 28%),
        var(--adc-bg) !important;
    color: var(--adc-ink);
    font-family: "Poppins", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.adc-dashboard-theme *,
body.adc-dashboard-theme *::before,
body.adc-dashboard-theme *::after {
    box-sizing: border-box;
}

body.adc-dashboard-theme img,
body.adc-dashboard-theme svg {
    max-width: 100%;
}

body.adc-dashboard-theme a {
    color: inherit;
}

body.adc-dashboard-theme :focus-visible {
    outline: 3px solid rgba(0, 169, 79, .34);
    outline-offset: 3px;
}

.adc-skip-link {
    position: fixed;
    z-index: 10050;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    color: #07150d !important;
    font-weight: 700;
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.adc-skip-link:focus {
    transform: translateY(0);
}

.adc-dashboard-layout {
    display: flex;
    min-height: 100vh;
}

.adc-dashboard-sidebar {
    position: sticky;
    z-index: 2000;
    top: 0;
    display: flex;
    width: 254px;
    height: 100vh;
    max-height: 100vh;
    flex: 0 0 254px;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 14px 18px;
    border-right: 1px solid rgba(255, 255, 255, .06);
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 169, 79, .20), transparent 31%),
        linear-gradient(180deg, #07100c 0%, #030504 55%, #000 100%);
    color: #fff;
    scrollbar-color: rgba(255, 255, 255, .18) transparent;
    scrollbar-width: thin;
}

.adc-dashboard-sidebar::-webkit-scrollbar {
    width: 6px;
}

.adc-dashboard-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.adc-dashboard-brand,
.adc-dashboard-mobilebrand {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.08;
    text-decoration: none !important;
}

.adc-dashboard-brand {
    gap: 12px;
    margin: 0 8px 24px;
    font-size: 16px;
}

.adc-dashboard-brand img,
.adc-dashboard-mobilebrand img {
    flex: 0 0 auto;
    border-radius: 12px;
    background: #f4c752;
    object-fit: cover;
}

.adc-dashboard-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.adc-dashboard-nav li {
    margin: 0 0 4px;
}

.adc-dashboard-nav a {
    position: relative;
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: rgba(255, 255, 255, .84) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.adc-dashboard-nav a:hover,
.adc-dashboard-nav a:focus-visible {
    border-color: rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .055);
    color: #fff !important;
    transform: translateX(2px);
}

.adc-dashboard-nav a.is-active {
    border-color: rgba(0, 217, 111, .14);
    background: linear-gradient(90deg, rgba(0, 169, 79, .34), rgba(0, 169, 79, .13));
    box-shadow: inset 3px 0 0 var(--adc-green-bright);
    color: #24e781 !important;
    font-weight: 700;
}

.adc-dashboard-nav-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
}

.adc-dashboard-nav-icon svg,
.adc-dashboard-mobileaccount svg,
.adc-dashboard-menu-toggle svg,
.adc-dashboard-drawer-close svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.adc-dashboard-nav-label {
    min-width: 0;
    flex: 1;
}

.adc-dashboard-nav-badge {
    flex: 0 0 auto;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(0, 169, 79, .25);
    color: #36e98c;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.adc-dashboard-nav-account {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.adc-dashboard-promo {
    margin: 18px 4px 14px;
    padding: 15px;
    border: 1px solid rgba(0, 210, 104, .17);
    border-radius: 13px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 169, 79, .20), transparent 45%),
        rgba(5, 59, 33, .34);
}

.adc-dashboard-promo-icon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    color: #ffd153;
}

.adc-dashboard-promo-icon svg {
    width: 21px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.5;
}

.adc-dashboard-promo strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.adc-dashboard-promo p {
    margin: 6px 0 11px;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    line-height: 1.55;
}

.adc-dashboard-promo a {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #08c767, #009849);
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.adc-dashboard-sidebar-tools {
    margin-top: auto;
    padding: 12px 4px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.adc-dashboard-search {
    position: relative;
    display: flex;
    min-height: 39px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 9px;
    background: rgba(255, 255, 255, .055);
}

/* Não depende do CSS da barra administrativa do WordPress. */
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.adc-dashboard-search > span {
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    color: rgba(255, 255, 255, .60);
}

.adc-dashboard-search svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.adc-dashboard-search input {
    width: 100%;
    min-width: 0;
    padding: 8px 9px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 11px;
}

.adc-dashboard-search input::placeholder {
    color: rgba(255, 255, 255, .50);
}

.adc-dashboard-language {
    margin: 10px 0 7px;
    color: #fff;
    font-size: 11px;
}

.adc-dashboard-help {
    display: flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .65) !important;
    font-size: 10px;
    text-decoration: none !important;
}

.adc-dashboard-help > span:first-child {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-weight: 700;
}

.adc-dashboard-stage {
    display: flex;
    min-width: 0;
    min-height: 100vh;
    flex: 1;
    flex-direction: column;
}

.adc-dashboard-page {
    min-width: 0;
    min-height: calc(100vh - 68px);
    flex: 1;
}

.adc-dashboard-page:focus {
    outline: 0;
}

.adc-dashboard-page > main {
    width: 100%;
    padding: 28px;
}

.adc-dashboard-page > main > .container,
.adc-dashboard-page > .container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.adc-dashboard-mobilebar,
.adc-dashboard-drawer-close,
.adc-dashboard-backdrop {
    display: none;
}

body.admin-bar .adc-dashboard-sidebar {
    top: 32px;
    height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
}

.adc-dashboard-footer {
    margin: 0 !important;
    padding: 0 28px 16px;
    background: transparent !important;
}

.adc-dashboard-footer-inner {
    display: flex;
    max-width: 1440px;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto;
    padding: 12px 16px;
    border-top: 1px solid var(--adc-border);
    color: #737b83;
    font-size: 11px;
}

.adc-dashboard-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.adc-dashboard-footer a {
    color: #59636b !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================================
   COMPONENTES COMPARTILHADOS
========================================================= */

.adc-dashboard-kicker {
    margin: 0 0 7px !important;
    color: var(--adc-green-dark) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adc-dashboard-lead {
    max-width: 740px;
    color: var(--adc-muted);
    font-size: 14px;
    line-height: 1.65;
}

.adc-dashboard-primary-action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 17px;
    border: 1px solid var(--adc-green);
    border-radius: 10px;
    background: linear-gradient(180deg, #08bc5d, #009849);
    box-shadow: 0 8px 20px rgba(0, 169, 79, .18);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.adc-dashboard-primary-action:hover {
    background: linear-gradient(180deg, #08c767, #007f3c);
    box-shadow: 0 11px 23px rgba(0, 169, 79, .24);
    transform: translateY(-1px);
}

.adc-dashboard-primary-action svg,
.adc-dashboard-section__header a svg,
.adc-game-card__action svg,
.adc-home-links a svg,
.adc-home-note a svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.adc-dashboard-badge {
    display: inline-flex;
    padding: 4px 8px;
    border: 1px solid rgba(47, 227, 132, .35);
    border-radius: 999px;
    background: rgba(0, 113, 56, .50);
    color: #54ee9b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.adc-dashboard-section {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius);
    background: var(--adc-panel);
    box-shadow: var(--adc-shadow);
}

.adc-dashboard-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding: 0;
    background: transparent;
    color: inherit;
}

.adc-dashboard-section__header h2 {
    margin: 0;
    color: var(--adc-ink);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.12;
}

.adc-dashboard-section__header > a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 6px;
    color: var(--adc-green-dark) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

/* Cards reais dos jogos */
.adc-game-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--adc-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .035);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.adc-game-card[hidden] {
    display: none !important;
}

.adc-game-card:hover {
    border-color: rgba(0, 169, 79, .35);
    box-shadow: var(--adc-shadow-hover);
    transform: translateY(-3px);
}

.adc-game-card__image {
    position: relative;
    display: block;
    height: 142px;
    overflow: hidden;
    background: linear-gradient(145deg, #e8f8ef, #eaf0ff);
}

.adc-game-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.adc-game-card:hover .adc-game-card__image img {
    transform: scale(1.035);
}

.adc-game-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--adc-green);
}

.adc-game-card__placeholder svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.adc-game-card__body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 13px;
}

.adc-game-card__heading {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 7px;
}

.adc-game-card__heading h3 {
    min-width: 0;
    margin: 0;
    color: #151819;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.adc-game-card__marker {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--adc-green-soft);
    color: var(--adc-green-dark);
}

.adc-game-card__marker svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.adc-game-card__body > p {
    display: -webkit-box;
    min-height: 48px;
    margin: 8px 0 10px;
    overflow: hidden;
    color: #69717b;
    font-size: 10px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.adc-game-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 9px;
    border-top: 1px solid #eef1ef;
    color: #5f666d;
    font-size: 9px;
}

.adc-game-card__stars {
    display: inline-flex;
    gap: 1px;
    color: #d9dde1;
    font-size: 11px;
}

.adc-game-card__stars .is-filled {
    color: #f4b71c;
}

.adc-game-card__action {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #08b95b, #008f44);
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.adc-game-card--compact {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
}

.adc-game-card--compact .adc-game-card__image {
    width: 100%;
    height: 100%;
    min-height: 168px;
}

.adc-game-card--compact .adc-game-card__body > p {
    min-height: 32px;
    -webkit-line-clamp: 2;
}

/* =========================================================
   HOME
========================================================= */

.adc-home-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 22px 16px;
    border: 1px solid var(--adc-border);
    border-bottom: 0;
    border-radius: var(--adc-radius-lg) var(--adc-radius-lg) 0 0;
    background: rgba(255, 255, 255, .96);
}

.adc-home-intro h1 {
    margin: 0 0 8px;
    color: #0f1113;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.adc-home-intro p:last-child {
    margin-bottom: 0;
}

.adc-home-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 0 22px 20px;
    border: 1px solid var(--adc-border);
    border-top: 0;
    border-radius: 0 0 var(--adc-radius-lg) var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-home-benefits > div {
    display: grid;
    min-width: 0;
    grid-template-columns: 35px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e9edeb;
    border-radius: 10px;
}

.adc-benefit-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 17px;
}

.adc-benefit-icon--blue { background: #e9f3ff; }
.adc-benefit-icon--purple { background: #f1ebff; }
.adc-benefit-icon--orange { background: #fff0e2; }
.adc-benefit-icon--yellow { background: #fff7d9; }

.adc-home-benefits strong {
    overflow: hidden;
    color: #202426;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adc-home-benefits small {
    overflow: hidden;
    color: #5f6770;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adc-home-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .8fr);
    gap: 16px;
    margin-top: 18px;
}

.adc-home-geopin {
    position: relative;
    min-height: 355px;
    overflow: hidden;
    border: 1px solid rgba(0, 202, 99, .25);
    border-radius: var(--adc-radius);
    background:
        linear-gradient(90deg, rgba(0, 14, 9, .97) 0%, rgba(0, 22, 13, .88) 44%, rgba(0, 30, 18, .38) 100%),
        var(--adc-geopin-image) center / cover no-repeat,
        #03150d;
    box-shadow: 0 18px 40px rgba(0, 20, 12, .15);
}

.adc-home-geopin::after {
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(0, 255, 125, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(0, 255, 125, .04), 0 0 0 100px rgba(0, 255, 125, .025);
    content: "";
}

.adc-home-geopin__overlay {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 470px;
    height: 100%;
    min-height: 355px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
}

.adc-home-geopin__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 17px 0 8px;
    border-radius: 50%;
    background: rgba(0, 169, 79, .20);
    color: #5af0a1;
}

.adc-home-geopin__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.adc-home-geopin h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: clamp(29px, 4vw, 43px);
    font-weight: 800;
    line-height: 1;
}

.adc-home-geopin p {
    max-width: 420px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.65;
}

.adc-home-geopin a {
    display: inline-flex;
    min-width: 145px;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 9px;
    background: linear-gradient(180deg, #08c767, #00984a);
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.adc-home-geopin a svg {
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.adc-home-quick-games {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.adc-home-games-grid,
.adc-games-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.adc-home-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.adc-home-links article {
    display: grid;
    min-width: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-home-links__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
}

.adc-home-links__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.adc-home-links__icon--green {
    background: #e6f8ee;
    color: var(--adc-green-dark);
}

.adc-home-links__icon--yellow {
    background: #fff5d8;
    color: #bd7f00;
}

.adc-home-links h2 {
    margin: 0 0 5px;
    color: #151819;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.adc-home-links p:not(.adc-dashboard-kicker) {
    margin: 0;
    color: #6b737c;
    font-size: 10px;
    line-height: 1.55;
}

.adc-home-links a {
    display: inline-flex;
    min-height: 38px;
    grid-column: 2;
    align-items: center;
    gap: 6px;
    color: var(--adc-green-dark) !important;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.adc-home-note {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    margin-top: 18px;
    padding: 17px 20px;
    border: 1px solid rgba(0, 169, 79, .18);
    border-radius: var(--adc-radius);
    background: linear-gradient(90deg, #f0fbf5, #fff 65%);
}

.adc-home-note > span {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dff6e9;
    color: var(--adc-green-dark);
}

.adc-home-note > span svg {
    width: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.adc-home-note h2 {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 800;
}

.adc-home-note p {
    margin: 0;
    color: #69717b;
    font-size: 10px;
}

.adc-home-note a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 9px;
    background: var(--adc-green);
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

/* =========================================================
   TODOS OS JOGOS
========================================================= */

.adc-games-page > .container {
    padding: 22px !important;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-games-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
    padding: 0;
    background: transparent;
    color: inherit;
}

.adc-games-heading h1 {
    margin: 0 0 6px !important;
    color: #101214;
    font-size: clamp(28px, 3.4vw, 42px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.adc-games-heading > div > p:last-child {
    max-width: 680px;
    margin: 0;
    color: #6a727c;
    font-size: 11px;
    line-height: 1.6;
}

.adc-games-search {
    display: flex;
    width: min(290px, 100%);
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    border: 1px solid #dfe5e2;
    border-radius: 9px;
    background: #fff;
    color: #7a8289;
}

.adc-games-search:focus-within {
    border-color: var(--adc-green);
    box-shadow: 0 0 0 3px rgba(0, 169, 79, .10);
}

.adc-games-search svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.adc-games-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202427;
    font: inherit;
    font-size: 11px;
}

.adc-games-filters {
    display: flex;
    gap: 8px;
    margin: 0 -2px 18px;
    padding: 2px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.adc-games-filters button {
    min-width: max-content;
    min-height: 40px;
    padding: 8px 15px;
    border: 1px solid #e1e6e3;
    border-radius: 9px;
    background: #fff;
    color: #475058;
    font: inherit;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.adc-games-filters button:hover,
.adc-games-filters button.is-active {
    border-color: var(--adc-green);
    background: linear-gradient(180deg, #08b85a, #008e43);
    color: #fff;
}

.adc-games-empty {
    padding: 50px 20px;
    border: 1px dashed #cfd8d3;
    border-radius: 13px;
    background: #f9fbfa;
    text-align: center;
}

.adc-games-empty[hidden] {
    display: none;
}

.adc-games-empty > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--adc-green-soft);
    color: var(--adc-green-dark);
}

.adc-games-empty svg {
    width: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.adc-games-empty h2 {
    margin: 12px 0 4px;
    font-size: 18px;
}

.adc-games-empty p {
    margin: 0;
    color: var(--adc-muted);
    font-size: 12px;
}

.adc-games-geopin-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(0, 169, 79, .20);
    border-radius: 13px;
    background: linear-gradient(90deg, #effaf4, #fff);
}

.adc-games-geopin-callout > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.adc-games-geopin-callout h2 {
    margin: 0 0 3px;
    color: #151819;
    font-size: 17px;
    font-weight: 800;
}

.adc-games-geopin-callout p:not(.adc-dashboard-kicker) {
    margin: 0;
    color: #68717a;
    font-size: 10px;
}

.adc-games-seo {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #e7ebe9;
    border-radius: 13px;
    background: #fafbfa;
}

.adc-games-seo h2 {
    margin: 0 0 7px;
    color: #171a1c;
    font-size: 17px;
    font-weight: 800;
}

.adc-games-seo p {
    margin: 6px 0 0;
    color: #626b74;
    font-size: 11px;
    line-height: 1.65;
}

.adc-games-community {
    margin-top: 18px;
}

body.adc-dashboard-theme .adc-games-community > .sidebar.adc-community-panel {
    display: grid;
    width: 100%;
    grid-template-columns:
        minmax(210px, .9fr)
        minmax(210px, .85fr)
        minmax(260px, 1.15fr)
        minmax(220px, 1fr);
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.adc-games-community .adc-community-support,
.adc-games-community .adc-community-panel .item {
    min-width: 0;
}

/* =========================================================
   RANKING
========================================================= */

body.adc-dashboard-theme main#page > .container {
    display: grid;
    max-width: 1180px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 22px !important;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

body.adc-dashboard-theme .ranking-title,
body.adc-dashboard-theme .intro-ranking,
body.adc-dashboard-theme .ranking-info {
    grid-column: 1 / -1;
}

body.adc-dashboard-theme .ranking-title {
    margin: 0 !important;
    color: #111315 !important;
    font-size: clamp(28px, 3.2vw, 42px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em;
    line-height: 1.12 !important;
    overflow-wrap: break-word;
    text-align: left !important;
}

body.adc-dashboard-theme .intro-ranking {
    max-width: 880px !important;
    margin: -6px 0 8px !important;
    color: #656e77 !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

body.adc-dashboard-theme .ranking-box {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid #e4e9e6;
    border-radius: 13px !important;
    background: #fff;
    box-shadow: 0 7px 19px rgba(15, 23, 42, .035) !important;
}

body.adc-dashboard-theme .ranking-box:first-of-type {
    grid-column: 1 / -1;
    border-color: rgba(0, 169, 79, .28);
    background: linear-gradient(135deg, #f4fcf7, #fff 60%);
}

body.adc-dashboard-theme .ranking-jogo {
    margin: 0 0 9px !important;
    color: #18201b !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.adc-dashboard-theme .compartilhamento-ranking {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 9px;
    margin: 0 0 10px !important;
    color: #7a8289;
    font-size: 8px !important;
}

body.adc-dashboard-theme .compartilhamento-ranking a {
    color: var(--adc-green-dark) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.adc-dashboard-theme .ranking-list {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.adc-dashboard-theme .ranking-item {
    display: flex;
    min-height: 37px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 10px;
    border: 1px solid #edf0ee;
    border-radius: 8px;
    background: #fafbfa;
    font-size: 10px;
}

body.adc-dashboard-theme .ranking-item:nth-child(1) {
    border-color: #f1d680;
    background: #fff9e8;
}

body.adc-dashboard-theme .player-name {
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.adc-dashboard-theme .player-score {
    color: var(--adc-green-dark);
    font-weight: 800;
}

body.adc-dashboard-theme .sem-pontuacao {
    margin: 0;
    padding: 14px;
    border-radius: 8px;
    background: #f8faf9;
    color: #747c84;
    font-size: 10px;
}

body.adc-dashboard-theme .ranking-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 22px;
    margin-top: 6px;
    padding: 17px;
    border: 1px solid #e4e9e6;
    border-radius: 13px;
    background: linear-gradient(90deg, #f0faf5, #fff);
}

body.adc-dashboard-theme .ranking-info h2 {
    margin: 0;
    color: #172019;
    font-size: 13px;
    font-weight: 800;
}

body.adc-dashboard-theme .ranking-info p {
    margin: 0;
    color: #646d75;
    font-size: 9px;
    line-height: 1.6;
}

/* =========================================================
   CONTA, LOGIN E CADASTRO
========================================================= */

body.adc-dashboard-theme .adc-auth-page {
    min-height: 0;
    padding: 28px !important;
    background: transparent !important;
    color: var(--adc-ink);
}

body.adc-dashboard-theme .adc-auth-shell {
    max-width: 900px;
}

body.adc-dashboard-theme .adc-auth-card {
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

body.adc-dashboard-theme .adc-auth-kicker {
    color: var(--adc-green-dark);
}

body.adc-dashboard-theme .adc-auth-card h1,
body.adc-dashboard-theme .adc-auth-card h2 {
    color: #121517;
    font-weight: 800;
}

body.adc-dashboard-theme .adc-auth-card h1 {
    font-size: clamp(27px, 4vw, 42px);
    letter-spacing: -.035em;
}

body.adc-dashboard-theme .adc-auth-form label {
    color: #303638;
}

body.adc-dashboard-theme .adc-auth-form input[type="text"],
body.adc-dashboard-theme .adc-auth-form input[type="email"],
body.adc-dashboard-theme .adc-auth-form input[type="password"] {
    min-height: 48px;
    border-color: #d8dfdb;
    border-radius: 9px;
    background: #fbfcfb;
}

body.adc-dashboard-theme .adc-auth-form input:focus {
    border-color: #b77d00;
    background: #fffef9;
    box-shadow: 0 0 0 4px rgba(255, 196, 44, .30);
}

body.adc-dashboard-theme .adc-auth-button {
    border-color: var(--adc-green-dark);
    background: linear-gradient(180deg, #08b85a, #008e43);
}

body.adc-dashboard-theme .adc-auth-button:hover,
body.adc-dashboard-theme .adc-auth-button:focus-visible {
    background: linear-gradient(180deg, #08c767, #007f3c);
}

body.adc-dashboard-theme .adc-auth-button--secondary,
body.adc-dashboard-theme .adc-auth-button--google {
    border-color: #cfd8d3;
    background: #fff;
    color: #26312a !important;
}

body.adc-dashboard-theme .adc-auth-account-summary div,
body.adc-dashboard-theme .adc-auth-google-email {
    border: 1px solid #e4e9e6;
    background: #f7faf8;
}

body.adc-dashboard-theme .adc-auth-subsection,
body.adc-dashboard-theme .adc-auth-visitor,
body.adc-dashboard-theme .adc-auth-danger {
    border-top-color: #e5e9e7;
}

/* =========================================================
   GEOPIN — PRESERVA TODOS OS IDs E EVENTOS
========================================================= */

body.page-template-page-geopin.adc-dashboard-theme .adc-dashboard-page {
    padding: 28px;
}

.adc-geopin-heading {
    max-width: 1440px;
    margin: 0 auto 16px;
    padding: 18px 20px;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-geopin-heading > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adc-geopin-heading__icon {
    display: inline-flex;
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #e4f8ed;
    color: var(--adc-green-dark);
}

.adc-geopin-heading__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.adc-geopin-heading h1 {
    margin: 0 0 3px;
    color: #101315;
    font-size: clamp(27px, 3.2vw, 39px);
    font-weight: 800;
    letter-spacing: -.035em;
}

.adc-geopin-heading p {
    margin: 0;
    color: #68717a;
    font-size: 11px;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-wrapper {
    position: static !important;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 16px;
    padding: 15px;
    border: 1px solid var(--adc-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--adc-shadow);
    text-align: left !important;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-title {
    margin: 0 0 9px;
    padding: 0;
    background: transparent !important;
    color: #18201b !important;
    font-size: 12px;
    font-weight: 800;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector {
    display: flex;
    gap: 7px;
    padding: 0;
    background: transparent !important;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button {
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid #dce4df;
    border-radius: 8px;
    background: #f8faf9;
    color: #39423d;
    font: inherit;
    font-size: 10px;
    font-weight: 700;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button:hover,
body.page-template-page-geopin.adc-dashboard-theme .mode-selector button.active {
    border-color: var(--adc-green);
    background: var(--adc-green) !important;
    color: #fff !important;
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide {
    max-width: none;
    margin: 12px 0 0;
    padding: 12px 14px;
    border: 1px solid #e2e9e5;
    border-radius: 9px;
    background: #f4faf6 !important;
    color: #505a53 !important;
    font-size: 10px;
    line-height: 1.6;
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide ol {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 10px 0;
    padding-left: 18px;
}

body.page-template-page-geopin.adc-dashboard-theme #main.site-main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 !important;
}

body.page-template-page-geopin.adc-dashboard-theme #game-container {
    display: grid !important;
    width: 100%;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) 285px;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    gap: 12px;
    margin: 0 auto;
    padding: 16px !important;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius);
    background: #fff;
    box-shadow: var(--adc-shadow);
    text-align: left !important;
}

body.page-template-page-geopin.adc-dashboard-theme #map {
    width: 100% !important;
    max-width: none !important;
    height: clamp(430px, 63vh, 680px) !important;
    grid-column: 1;
    grid-row: 1 / 5;
    margin: 0 !important;
    border: 1px solid #dce4df !important;
    border-radius: 12px !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .50);
}

body.page-template-page-geopin.adc-dashboard-theme .image-container {
    position: static !important;
    display: none;
    width: 100% !important;
    grid-column: 2;
    grid-row: 1;
    padding: 12px !important;
    border: 1px solid #e3e8e5;
    border-radius: 11px;
    background: #fafbfa;
    text-align: center !important;
}

body.page-template-page-geopin.adc-dashboard-theme .image-container h2 {
    margin: 0 0 8px;
    padding: 0;
    background: transparent !important;
    color: #202527 !important;
    font-size: 11px;
}

body.page-template-page-geopin.adc-dashboard-theme #location-img {
    width: 100% !important;
    height: 155px !important;
    border: 1px solid #dfe5e2 !important;
    border-radius: 9px !important;
    object-fit: contain !important;
    background: #fff;
}

body.page-template-page-geopin.adc-dashboard-theme #submit-btn,
body.page-template-page-geopin.adc-dashboard-theme #next-btn {
    width: 100%;
    min-height: 43px;
    margin: 10px 0 0 !important;
    padding: 9px 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, #08b85a, #008e43) !important;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
}

body.page-template-page-geopin.adc-dashboard-theme .game-timer,
body.page-template-page-geopin.adc-dashboard-theme .game-score {
    position: static !important;
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 9px 12px;
    border: 1px solid #dfe6e2 !important;
    border-radius: 9px;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 12px;
}

body.page-template-page-geopin.adc-dashboard-theme .game-timer {
    grid-column: 2;
    grid-row: 2;
    background: #edf9f2 !important;
    color: var(--adc-green-dark) !important;
}

body.page-template-page-geopin.adc-dashboard-theme .game-score {
    grid-column: 2;
    grid-row: 3;
    background: #fff8e5 !important;
    color: #9a6a00 !important;
}

body.page-template-page-geopin.adc-dashboard-theme #result {
    position: static !important;
    width: 100% !important;
    grid-column: 2;
    grid-row: 4;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid #e0e6e3;
    border-radius: 9px;
    background: #f8faf9 !important;
    box-shadow: none !important;
}

body.page-template-page-geopin.adc-dashboard-theme #result p {
    color: #30383b !important;
    font-size: 10px;
    white-space: normal;
}

body.page-template-page-geopin.adc-dashboard-theme .score-bar {
    background: #dfe5e2;
}

body.page-template-page-geopin.adc-dashboard-theme .score-bar-fill {
    background: linear-gradient(90deg, var(--adc-green), var(--adc-green-bright));
}

body.page-template-page-geopin.adc-dashboard-theme .score-bar-text {
    color: var(--adc-green-dark);
}

body.page-template-page-geopin.adc-dashboard-theme .final-score {
    grid-column: 1 / -1;
    margin: 20px auto;
    border: 1px solid var(--adc-border);
    background: #fff;
    color: #202527;
    box-shadow: var(--adc-shadow);
}

body.page-template-page-geopin.adc-dashboard-theme .final-score h2 {
    color: var(--adc-green-dark);
    text-shadow: none;
}

/* =========================================================
   QUIZZES, CONTEÚDO EDUCATIVO, BLOG E PÁGINAS GERAIS
========================================================= */

body.adc-dashboard-theme #game,
body.adc-dashboard-theme #single,
body.adc-dashboard-theme #single-jogo,
body.adc-dashboard-theme #contato,
body.adc-dashboard-theme #educativo,
body.adc-dashboard-theme #error404 {
    background: transparent;
}

body.adc-dashboard-theme #game > .container,
body.adc-dashboard-theme #single > .container,
body.adc-dashboard-theme #single-jogo > .container,
body.adc-dashboard-theme #contato > .container,
body.adc-dashboard-theme #educativo > .container,
body.adc-dashboard-theme #error404 > .container {
    padding: 22px !important;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

body.adc-dashboard-theme #error404 h2 {
    margin: 0 0 8px;
    color: #111516;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.2;
}

body.adc-dashboard-theme #error404 p {
    margin: 0 0 20px;
    line-height: 1.55;
}

body.adc-dashboard-theme #game .option,
body.adc-dashboard-theme #game .btn,
body.adc-dashboard-theme .quiz-option,
body.adc-dashboard-theme .quiz-button {
    min-height: 44px;
    border-radius: 9px;
    background: linear-gradient(180deg, #08b85a, #008e43);
    font-family: inherit;
}

body.adc-dashboard-theme #game .option:not(.correct):not(.incorrect):not(.is-selected):not(.is-pending) {
    border-color: #d6dfda !important;
    background: #f8faf9 !important;
    color: #28312c !important;
    font-family: "Poppins", Arial, sans-serif !important;
}

body.adc-dashboard-theme #game .option.correct {
    border-color: #218838 !important;
    background: #28a745 !important;
    color: #fff !important;
}

body.adc-dashboard-theme #game .option.incorrect {
    border-color: #c82333 !important;
    background: #dc3545 !important;
    color: #fff !important;
}

body.adc-dashboard-theme #game .option:focus-visible {
    outline: 3px solid rgba(0, 169, 79, .34) !important;
    outline-offset: 3px !important;
}

body.adc-dashboard-theme #game #city-image,
body.adc-dashboard-theme .quiz-image {
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
}

body.adc-dashboard-theme #game #next-button {
    background: #e4a915;
}

body.adc-dashboard-theme #educativo .section-block,
body.adc-dashboard-theme #educativo .intro-card,
body.adc-dashboard-theme #educativo .toc {
    border-color: var(--adc-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
}

body.adc-dashboard-theme #educativo .section-block {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 16px !important;
    overflow-x: auto;
}

body.adc-dashboard-theme #educativo .country-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.adc-dashboard-theme #educativo .table-wrap,
body.adc-dashboard-theme #educativo .table-responsive {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.adc-dashboard-theme #educativo table {
    min-width: 720px;
}

body.adc-dashboard-theme #educativo button,
body.adc-dashboard-theme #educativo .toggle-table button {
    min-height: 44px;
    border-radius: 8px;
    background: var(--adc-green);
    color: #fff;
    font-family: inherit;
}

body.adc-dashboard-theme .sidebar:not(.adc-dashboard-sidebar) {
    border: 1px solid var(--adc-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1280px) {
    .adc-home-games-grid,
    .adc-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .adc-home-showcase {
        grid-template-columns: minmax(0, 1.3fr) minmax(300px, .8fr);
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .adc-dashboard-sidebar {
        width: 224px;
        flex-basis: 224px;
    }

    .adc-dashboard-page > main,
    body.adc-dashboard-theme .adc-auth-page,
    body.page-template-page-geopin.adc-dashboard-theme .adc-dashboard-page {
        padding: 22px !important;
    }

    .adc-home-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adc-home-showcase {
        grid-template-columns: 1fr;
    }

    .adc-home-quick-games {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .adc-home-games-grid,
    .adc-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-template-page-geopin.adc-dashboard-theme #game-container {
        display: block !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        height: 520px !important;
        margin-bottom: 12px !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme .image-container,
    body.page-template-page-geopin.adc-dashboard-theme .game-timer,
    body.page-template-page-geopin.adc-dashboard-theme .game-score,
    body.page-template-page-geopin.adc-dashboard-theme #result {
        margin-top: 10px !important;
    }
}

@media (max-width: 991px) {
    body.adc-menu-open {
        overflow: hidden;
    }

    .adc-dashboard-layout {
        display: block;
    }

    .adc-dashboard-mobilebar {
        position: fixed;
        z-index: 1900;
        top: 0;
        right: 0;
        left: 0;
        display: grid;
        min-height: 64px;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        align-items: center;
        gap: 10px;
        padding: max(9px, env(safe-area-inset-top)) 14px 9px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        background:
            radial-gradient(circle at 24% 0%, rgba(0, 169, 79, .22), transparent 40%),
            #05100b;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    }

    .adc-dashboard-menu-toggle,
    .adc-dashboard-mobileaccount,
    .adc-dashboard-drawer-close {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 10px;
        background: rgba(255, 255, 255, .055);
        color: #fff !important;
    }

    .adc-dashboard-menu-toggle,
    .adc-dashboard-drawer-close {
        padding: 0;
        cursor: pointer;
    }

    .adc-dashboard-mobilebrand {
        justify-self: center;
        gap: 8px;
        font-size: 12px;
    }

    .adc-dashboard-mobilebrand img {
        width: 38px;
        height: 38px;
        border-radius: 9px;
    }

    .adc-dashboard-mobileaccount {
        justify-self: end;
    }

    .adc-dashboard-sidebar {
        position: fixed;
        z-index: 2200;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(86vw, 300px);
        height: 100dvh;
        max-height: 100dvh;
        padding-top: max(20px, env(safe-area-inset-top));
        transform: translateX(-105%);
        transition: transform .24s ease;
        overscroll-behavior: contain;
    }

    .adc-dashboard-sidebar.is-open {
        transform: translateX(0);
    }

    .adc-dashboard-drawer-close {
        position: absolute;
        top: max(10px, env(safe-area-inset-top));
        right: 10px;
    }

    .adc-dashboard-brand {
        max-width: calc(100% - 54px);
    }

    .adc-dashboard-backdrop {
        position: fixed;
        z-index: 2100;
        inset: 0;
        display: block;
        border: 0;
        background: rgba(0, 0, 0, .56);
        backdrop-filter: blur(2px);
    }

    .adc-dashboard-backdrop[hidden] {
        display: none;
    }

    .adc-dashboard-stage {
        min-height: 100vh;
        padding-top: calc(64px + env(safe-area-inset-top));
    }

    body.admin-bar .adc-dashboard-mobilebar,
    body.admin-bar .adc-dashboard-sidebar {
        top: 32px;
    }

    body.admin-bar .adc-dashboard-sidebar {
        height: calc(100dvh - 32px);
        max-height: calc(100dvh - 32px);
    }

    .adc-dashboard-page > main,
    body.adc-dashboard-theme .adc-auth-page,
    body.page-template-page-geopin.adc-dashboard-theme .adc-dashboard-page {
        padding: 18px !important;
    }

    .adc-dashboard-footer {
        padding: 0 18px 12px;
    }

    .adc-home-benefits,
    .adc-home-games-grid,
    .adc-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adc-home-showcase {
        grid-template-columns: 1fr;
    }

    .adc-home-quick-games {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .adc-home-links {
        grid-template-columns: 1fr;
    }

    .adc-games-community {
        grid-template-columns: 1fr;
    }

    body.page-template-page-geopin.adc-dashboard-theme #game-container {
        display: block !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        height: min(62vh, 540px) !important;
        min-height: 350px;
        margin-bottom: 12px !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme .image-container,
    body.page-template-page-geopin.adc-dashboard-theme .game-timer,
    body.page-template-page-geopin.adc-dashboard-theme .game-score,
    body.page-template-page-geopin.adc-dashboard-theme #result {
        margin-top: 10px !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-guide ol {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 782px) {
    body.admin-bar .adc-dashboard-mobilebar,
    body.admin-bar .adc-dashboard-sidebar {
        top: 46px;
    }

    body.admin-bar .adc-dashboard-sidebar {
        height: calc(100dvh - 46px);
        max-height: calc(100dvh - 46px);
    }
}

@media (max-width: 720px) {
    .adc-dashboard-page > main,
    body.adc-dashboard-theme .adc-auth-page,
    body.page-template-page-geopin.adc-dashboard-theme .adc-dashboard-page {
        padding: 12px !important;
    }

    .adc-dashboard-footer {
        padding-right: 12px;
        padding-left: 12px;
    }

    .adc-dashboard-footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .adc-home-intro {
        display: block;
        padding: 18px 16px 14px;
    }

    .adc-home-intro .adc-dashboard-primary-action {
        width: 100%;
        margin-top: 16px;
    }

    .adc-home-benefits {
        padding: 0 16px 16px;
    }

    .adc-home-geopin,
    .adc-home-geopin__overlay {
        min-height: 330px;
    }

    .adc-home-geopin__overlay {
        padding: 24px 20px;
    }

    .adc-home-quick-games {
        grid-template-columns: 1fr;
    }

    .adc-dashboard-section {
        padding: 15px;
    }

    .adc-dashboard-section__header {
        align-items: flex-start;
    }

    .adc-home-games-grid,
    .adc-games-grid {
        grid-template-columns: 1fr;
    }

    .adc-game-card {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .adc-game-card__image {
        width: 100%;
        height: 100%;
        min-height: 185px;
    }

    .adc-game-card--compact {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .adc-game-card--compact .adc-game-card__image {
        min-height: 175px;
    }

    .adc-home-note {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .adc-home-note > span {
        width: 44px;
        height: 44px;
    }

    .adc-home-note > a {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .adc-games-page > .container,
    body.adc-dashboard-theme main#page > .container {
        padding: 15px !important;
        border-radius: var(--adc-radius);
    }

    .adc-games-heading {
        display: block;
    }

    .adc-games-search {
        width: 100%;
        margin-top: 14px;
    }

    .adc-games-geopin-callout {
        display: block;
    }

    .adc-games-geopin-callout > div {
        align-items: flex-start;
    }

    .adc-games-geopin-callout .adc-dashboard-primary-action {
        width: 100%;
        margin-top: 15px;
    }

    .adc-games-community .sidebar {
        grid-template-columns: 1fr;
    }

    body.adc-dashboard-theme main#page > .container {
        grid-template-columns: 1fr;
    }

    body.adc-dashboard-theme .ranking-box:first-of-type,
    body.adc-dashboard-theme .ranking-title,
    body.adc-dashboard-theme .intro-ranking,
    body.adc-dashboard-theme .ranking-info {
        grid-column: 1;
    }

    body.adc-dashboard-theme .ranking-info {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    body.adc-dashboard-theme .ranking-info p + h2 {
        margin-top: 10px;
    }

    body.adc-dashboard-theme .adc-auth-card {
        padding: 20px 16px;
        border-radius: var(--adc-radius);
    }

    body.page-template-page-geopin.adc-dashboard-theme .adc-dashboard-page {
        display: block;
    }

    .adc-geopin-heading,
    body.page-template-page-geopin.adc-dashboard-theme .mode-wrapper,
    body.page-template-page-geopin.adc-dashboard-theme #game-container {
        border-radius: 12px;
    }

    body.page-template-page-geopin.adc-dashboard-theme .mode-selector {
        overflow-x: auto;
    }

    body.page-template-page-geopin.adc-dashboard-theme .mode-selector button {
        min-width: max-content;
        flex: 1;
    }

    body.page-template-page-geopin.adc-dashboard-theme .desktop-guide {
        display: none !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme .mobile-guide {
        display: block !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        height: 48vh !important;
        min-height: 300px;
    }

    body.page-template-page-geopin.adc-dashboard-theme #location-img {
        max-height: 170px;
    }

    body.adc-dashboard-theme #game > .container,
    body.adc-dashboard-theme #single > .container,
    body.adc-dashboard-theme #single-jogo > .container,
    body.adc-dashboard-theme #contato > .container,
    body.adc-dashboard-theme #educativo > .container,
    body.adc-dashboard-theme #error404 > .container {
        padding: 15px !important;
        border-radius: var(--adc-radius);
    }

    body.adc-dashboard-theme #educativo .country-links {
        grid-template-columns: 1fr;
    }
}

/* Capas 3:2 dos quizzes: composição inteira, sem corte no catálogo. */
@media (min-width: 721px) {
    .adc-game-card:not(.adc-game-card--compact) .adc-game-card__image {
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 720px) {
    .adc-home-games-grid .adc-game-card,
    .adc-games-grid .adc-game-card {
        display: flex;
        flex-direction: column;
    }

    .adc-home-games-grid .adc-game-card__image,
    .adc-games-grid .adc-game-card__image {
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 420px) {
    .adc-home-benefits {
        grid-template-columns: 1fr;
    }

    .adc-game-card,
    .adc-game-card--compact {
        display: flex;
    }

    .adc-game-card__image,
    .adc-game-card--compact .adc-game-card__image {
        height: 150px;
        min-height: 150px;
    }

    .adc-dashboard-section__header {
        display: block;
    }

    .adc-dashboard-section__header > a {
        margin-top: 6px;
    }

    .adc-home-links article {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 15px;
    }

    .adc-home-links__icon {
        width: 42px;
        height: 42px;
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        min-height: 270px;
    }
}

/* =========================================================
   RC4.1 — UPGRADE DE NAVEGAÇÃO, QUIZZES E PÁGINAS
   Esta camada permanece exclusivamente visual.
========================================================= */

.adc-dashboard-sidebar {
    transition: width .22s ease, flex-basis .22s ease, padding .22s ease;
}

.adc-dashboard-desktop-toggle {
    display: none;
}

/* Conteúdo editorial e páginas tradicionais */
body.adc-dashboard-theme #archive:not(.adc-games-page) > .container,
body.adc-dashboard-theme #single > .container,
body.adc-dashboard-theme #single-jogo > .container,
body.adc-dashboard-theme #contato > .container,
body.adc-dashboard-theme #error404 > .container,
body.page-template-default.adc-dashboard-theme main#page > .container {
    width: min(100%, 1180px);
    padding: clamp(20px, 3vw, 34px) !important;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

body.adc-dashboard-theme #archive:not(.adc-games-page) h1,
body.adc-dashboard-theme #single h1,
body.adc-dashboard-theme #single-jogo h1,
body.adc-dashboard-theme #contato h1,
body.adc-dashboard-theme #error404 h1,
body.page-template-default.adc-dashboard-theme main#page h1 {
    margin: 0 0 18px;
    color: #111516;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

body.adc-dashboard-theme .editor {
    max-width: 860px;
    padding: 0;
    color: #303638;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

body.adc-dashboard-theme .editor h2,
body.adc-dashboard-theme .editor h3,
body.adc-dashboard-theme .editor h4 {
    color: #171b1d;
    letter-spacing: -.02em;
}

body.adc-dashboard-theme .editor blockquote {
    border-left: 4px solid var(--adc-green);
    border-radius: 0 10px 10px 0;
    background: #f1f8f4;
}

body.adc-dashboard-theme .post-blog {
    overflow: hidden;
    border: 1px solid var(--adc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
    transition: transform .18s ease, box-shadow .18s ease;
}

body.adc-dashboard-theme .post-blog:hover {
    box-shadow: var(--adc-shadow-hover);
    transform: translateY(-2px);
}

body.adc-dashboard-theme .post-blog .img,
body.adc-dashboard-theme .post-blog .img img,
body.adc-dashboard-theme .post-blog .img::before {
    border-radius: 0;
}

body.adc-dashboard-theme .post-blog .info {
    padding: 16px;
}

body.adc-dashboard-theme #contato .form {
    max-width: 760px;
    margin-top: 26px;
    padding: 20px;
    border: 1px solid #e4e9e6;
    border-radius: 14px;
    background: #fafcfb;
}

body.adc-dashboard-theme #contato .form form input,
body.adc-dashboard-theme #contato .form form textarea {
    min-height: 48px;
    border: 1px solid #d4ddd8;
    border-radius: 9px;
    background: #fff;
    font-family: inherit;
}

body.adc-dashboard-theme #contato .form form input:focus,
body.adc-dashboard-theme #contato .form form textarea:focus {
    border-color: var(--adc-green);
    box-shadow: 0 0 0 3px rgba(0, 169, 79, .12);
}

/* Educativo: navegação mais clara e seções com hierarquia consistente */
body.adc-dashboard-theme #educativo > .container {
    max-width: 1320px;
}

body.adc-dashboard-theme #educativo .breadcrumb {
    margin: 0 0 12px;
    padding: 0 2px;
    color: #747c84;
    font-size: 11px;
}

body.adc-dashboard-theme #educativo .toc.section-block {
    position: sticky;
    z-index: 20;
    top: 12px;
    margin: 0 0 16px;
    padding: 12px 14px !important;
    border-color: #dce5e0;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
    backdrop-filter: blur(10px);
}

body.adc-dashboard-theme #educativo .toc p {
    margin: 0;
    color: #606971;
    font-size: 11px;
    line-height: 2;
}

body.adc-dashboard-theme #educativo .toc a {
    display: inline-flex;
    margin: 2px 1px;
    padding: 3px 7px;
    border-radius: 7px;
    color: #2d3a32;
    text-decoration: none;
}

body.adc-dashboard-theme #educativo .toc a:hover,
body.adc-dashboard-theme #educativo .toc a:focus-visible {
    background: #edf6f1;
    color: var(--adc-green-dark);
}

body.adc-dashboard-theme #educativo .intro-card {
    padding: clamp(20px, 3vw, 30px) !important;
    background: linear-gradient(135deg, #fff 60%, #f0faf5);
}

body.adc-dashboard-theme #educativo .intro-card h1 {
    margin: 0 0 12px;
    color: #121617;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

body.adc-dashboard-theme #educativo .intro-card p,
body.adc-dashboard-theme #educativo .section-block > p {
    color: #59636b;
    font-size: 13px;
    line-height: 1.75;
}

body.adc-dashboard-theme #educativo .section-block {
    scroll-margin-top: 24px;
    padding: clamp(18px, 2.5vw, 26px) !important;
}

body.adc-dashboard-theme #educativo .section-block > h2 {
    margin: 0 0 12px;
    color: #161a1c;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 800;
    letter-spacing: -.025em;
}

body.adc-dashboard-theme #educativo .country-links a {
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #edf0ee;
    border-radius: 9px;
    background: #fafcfb;
    color: #202628;
}

body.adc-dashboard-theme #educativo .country-links > span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid var(--adc-border);
    border-radius: 10px;
    background: var(--adc-surface);
    color: var(--adc-text);
    font-weight: 600;
}

body.adc-dashboard-theme #educativo .country-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.adc-dashboard-theme #educativo #curiosidades ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 20px;
    color: #343c40;
    font-size: 13px;
    line-height: 1.6;
    list-style: disc;
}

body.adc-dashboard-theme #educativo .country-links a:hover {
    border-color: #cfe2d7;
    background: #f0f8f4;
}

body.adc-dashboard-theme #educativo table {
    overflow: hidden;
    border-radius: 10px;
}

body.adc-dashboard-theme #educativo th {
    border-color: #dfe6e2;
    background: #eef6f1;
    color: #253129;
    font-weight: 700;
}

body.adc-dashboard-theme #educativo td {
    border-color: #e7ece9;
    color: #41494e;
}

/* Quiz padrão: uma área de jogo ampla e sem colunas vazias */
body.adc-play-mode #game {
    min-height: 0;
    padding: 22px 0 28px;
}

body.adc-play-mode #game > br {
    display: none;
}

body.adc-play-mode #game > .container:first-child {
    max-width: 1180px;
    margin: 0 auto 12px;
    padding: 14px 18px !important;
    border: 1px solid var(--adc-border);
    border-radius: 13px;
    background: linear-gradient(90deg, #fff, #f7faf8);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

body.adc-play-mode #game .jogador-nome {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #505961;
    font-size: 12px;
    font-weight: 600;
}

body.adc-play-mode #game .jogador-nome span {
    color: #141819;
    font-size: 15px;
    font-weight: 800;
}

body.adc-play-mode #game > .container:nth-of-type(2) {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px !important;
    border: 1px solid var(--adc-border);
    border-radius: var(--adc-radius-lg);
    background: #fff;
    box-shadow: var(--adc-shadow);
}

body.adc-play-mode #game .row {
    display: block;
    margin: 0;
}

body.adc-play-mode #game .col-lg-8 {
    width: 100%;
    max-width: none;
    padding: 0;
    flex: 0 0 100%;
}

body.adc-play-mode #game .col-lg-3 {
    display: none;
}

body.adc-play-mode #game #game-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

body.adc-play-mode #game #game-container.adc-quiz-layout-ready {
    display: grid !important;
    grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
    grid-template-areas:
        "image options"
        "credits status"
        "timer score"
        "actions actions"
        "result result"
        "share share";
    gap: 12px 20px;
    align-items: start;
}

body.adc-play-mode #game #game-container > br,
body.adc-play-mode #game #btn-ranking > br {
    display: none;
}

body.adc-play-mode #game .adc-quiz-image-stage {
    width: 100%;
    height: clamp(220px, 30vw, 320px);
    max-height: 320px;
    grid-area: image;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #dfe5e2 !important;
    border-radius: 14px;
    background: linear-gradient(145deg, #f8fbf9 0%, #edf4f0 100%);
    box-shadow: none;
}

body.adc-play-mode #game #city-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .10);
    object-fit: contain;
    image-rendering: auto;
}

body.adc-play-mode #game #creditos {
    min-height: 16px;
    grid-area: credits;
    margin: 0;
    color: #848c92;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
}

body.adc-play-mode #game #options-container {
    grid-area: options;
}

body.adc-play-mode #game #options-container.active {
    display: grid !important;
    gap: 10px;
}

body.adc-dashboard-theme #game .option {
    width: 100% !important;
    min-height: 56px;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 2px solid #d9e0dc !important;
    border-radius: 11px !important;
    background: #f8faf9 !important;
    box-shadow: 0 3px 9px rgba(15, 23, 42, .045) !important;
    color: #202729 !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    text-transform: uppercase !important;
    transform: none !important;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.adc-dashboard-theme #game .option.is-selected,
body.adc-dashboard-theme #game .option.is-pending,
body.adc-dashboard-theme #game .option.is-selected:disabled,
body.adc-dashboard-theme #game .option.is-pending:disabled {
    border-color: #5d7287 !important;
    background: #eef3f7 !important;
    box-shadow: 0 0 0 3px rgba(79, 103, 126, .20) !important;
    color: #17212b !important;
    opacity: 1 !important;
    transform: translateY(1px) !important;
}

body.adc-dashboard-theme #game .option.correct,
body.adc-dashboard-theme #game .option.correct:disabled {
    border-color: #16803c !important;
    background: #20a657 !important;
    box-shadow: 0 0 0 3px rgba(32, 166, 87, .18) !important;
    color: #fff !important;
    opacity: 1 !important;
}

body.adc-dashboard-theme #game .option.incorrect,
body.adc-dashboard-theme #game .option.incorrect:disabled {
    border-color: #bd2635 !important;
    background: #db3545 !important;
    box-shadow: 0 0 0 3px rgba(219, 53, 69, .16) !important;
    color: #fff !important;
    opacity: 1 !important;
}

@media (hover: hover) and (pointer: fine) {
    body.adc-dashboard-theme #game .option:not(.correct):not(.incorrect):not(.is-selected):not(.is-pending):hover {
        border-color: #aebbb4 !important;
        background: #f1f5f3 !important;
        box-shadow: 0 7px 17px rgba(15, 23, 42, .08) !important;
        transform: translateY(-1px) !important;
    }
}

body.adc-play-mode #game .adc-quiz-status {
    width: 100%;
    max-width: none;
    grid-area: status;
    margin: 0;
    border: 1px solid #e1e7e4;
    border-radius: 9px;
    font-size: 11px;
}

body.adc-play-mode #game #timer,
body.adc-play-mode #game #score {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #e1e6e3;
    border-radius: 11px;
    background: #fafcfb;
    color: #27302b;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

body.adc-play-mode #game #timer {
    grid-area: timer;
}

body.adc-play-mode #game #score {
    grid-area: score;
    background: #fff9e9;
    color: #765600;
}

body.adc-play-mode #game #game-container > .box-center:not(#btn-ranking) {
    grid-area: actions;
    text-align: center;
}

body.adc-play-mode #game .btn {
    min-height: 48px;
    margin: 0 !important;
    padding: 11px 22px !important;
    border: 0;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #08b85a, #008e43) !important;
    box-shadow: 0 8px 20px rgba(0, 142, 67, .18) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transform: none !important;
}

body.adc-play-mode #game #btn-ranking {
    grid-area: result;
}

body.adc-play-mode #game #btn-ranking:not(.ocultar) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    border: 1px solid #e0e7e3;
    border-radius: 11px;
    background: #f7faf8;
}

body.adc-play-mode #game #btn-ranking a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid #d7e0db;
    border-radius: 8px;
    background: #fff;
    color: #26332b;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

body.adc-play-mode #game #btn-ranking a:hover {
    border-color: #a9c8b7;
    color: var(--adc-green-dark);
}

body.adc-play-mode #game #game-container > .container {
    width: 100%;
    max-width: none;
    grid-area: share;
    margin: 2px 0 0;
    padding: 15px 0 0 !important;
    border: 0;
    border-top: 1px solid #e7ece9;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.adc-play-mode #game #game-container > .container h2 {
    margin: 0 0 9px;
    color: #59626a;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

body.adc-play-mode #game .compartilhe {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.adc-play-mode #game .compartilhe a {
    min-height: 40px;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10px;
}

body.adc-play-mode #game .compartilhe a svg {
    width: 16px;
}

/* GeoPin: elimina o painel sobreposto e prioriza o mapa */
body.adc-play-mode #mode-wrapper {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto 14px !important;
}

body.adc-play-mode #mode-wrapper .game-guide {
    width: 100% !important;
    max-width: none !important;
}

body.adc-play-mode #main.site-main #game-container {
    overflow: hidden;
}

body.adc-play-mode #main.site-main #map {
    min-width: 0;
}

/* Footer sempre abaixo do conteúdo, inclusive nos templates antigos */
body.adc-dashboard-theme .adc-dashboard-stage {
    min-height: 100vh;
}

body.adc-dashboard-theme .adc-dashboard-page {
    flex: 1 0 auto;
}

body.adc-dashboard-theme .adc-dashboard-footer {
    position: static;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .adc-dashboard-desktop-toggle {
        position: fixed;
        z-index: 2050;
        top: 20px;
        left: 236px;
        display: inline-flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 50%;
        background: #132019;
        box-shadow: 0 7px 18px rgba(0, 0, 0, .20);
        color: #fff;
        cursor: pointer;
        transition: left .22s ease, background .18s ease, transform .18s ease;
    }

    .adc-dashboard-desktop-toggle:hover,
    .adc-dashboard-desktop-toggle:focus-visible {
        background: var(--adc-green-dark);
        transform: translateY(-1px);
    }

    .adc-dashboard-desktop-toggle span::before {
        content: "‹";
        font-size: 26px;
        font-weight: 500;
        line-height: 1;
    }

    body.adc-sidebar-collapsed .adc-dashboard-desktop-toggle {
        left: 58px;
    }

    body.adc-sidebar-collapsed .adc-dashboard-desktop-toggle span::before {
        content: "›";
    }

    body.adc-sidebar-collapsed .adc-dashboard-sidebar {
        width: 76px;
        flex-basis: 76px;
        padding: 22px 10px 16px;
    }

    body.adc-sidebar-collapsed .adc-dashboard-brand {
        width: 48px;
        margin: 0 auto 24px;
        justify-content: center;
    }

    body.adc-sidebar-collapsed .adc-dashboard-brand span,
    body.adc-sidebar-collapsed .adc-dashboard-nav-label,
    body.adc-sidebar-collapsed .adc-dashboard-nav-badge {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
    }

    body.adc-sidebar-collapsed .adc-dashboard-nav a {
        justify-content: center;
        gap: 0;
        padding: 10px;
        transform: none;
    }

    body.adc-sidebar-collapsed .adc-dashboard-nav-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    body.adc-sidebar-collapsed .adc-dashboard-promo,
    body.adc-sidebar-collapsed .adc-dashboard-sidebar-tools {
        display: none;
    }

    body.adc-sidebar-collapsed .adc-dashboard-nav-account {
        margin-top: 12px !important;
        padding-top: 12px;
    }

    body.admin-bar .adc-dashboard-desktop-toggle {
        top: 52px;
    }
}

@media (max-width: 1120px) and (min-width: 992px) {
    body.adc-play-mode #game #game-container.adc-quiz-layout-ready {
        grid-template-columns: minmax(250px, .82fr) minmax(320px, 1.18fr);
        gap: 10px 14px;
    }

    body.adc-play-mode #game .adc-quiz-image-stage {
        height: 270px;
    }
}

@media (max-width: 991px) {
    .adc-dashboard-desktop-toggle {
        display: none !important;
    }

    body.adc-play-mode #game {
        padding: 14px 0 22px;
    }

    body.adc-play-mode #game #game-container.adc-quiz-layout-ready {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "image"
            "credits"
            "options"
            "status"
            "timer"
            "score"
            "actions"
            "result"
            "share";
        gap: 10px;
    }

    body.adc-play-mode #game .adc-quiz-image-stage {
        height: min(42vh, 310px);
        min-height: 210px;
    }

    body.adc-play-mode #game .compartilhe {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.adc-dashboard-theme #educativo .toc.section-block {
        top: calc(64px + env(safe-area-inset-top) + 8px);
    }
}

@media (max-width: 620px) {
    body.adc-play-mode #game > .container:first-child,
    body.adc-play-mode #game > .container:nth-of-type(2) {
        padding: 13px !important;
        border-radius: 14px;
    }

    body.adc-play-mode #game .option {
        min-height: 52px;
        padding: 11px 12px !important;
        font-size: 13px !important;
    }

    body.adc-play-mode #game #timer,
    body.adc-play-mode #game #score {
        min-height: 48px;
        font-size: 14px;
    }

    body.adc-play-mode #game #btn-ranking:not(.ocultar) {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.adc-play-mode #game #btn-ranking a {
        justify-content: center;
    }

    body.adc-dashboard-theme #educativo .toc.section-block {
        position: static;
    }

    body.adc-dashboard-theme #educativo .section-block,
    body.adc-dashboard-theme #educativo .intro-card {
        padding: 16px !important;
    }

    body.adc-dashboard-theme #educativo .country-links {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 420px) {
    body.adc-play-mode #game .compartilhe {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   RC4.2 — NAVEGAÇÃO ADAPTATIVA, GEOPIN E CONTEÚDO NATIVO
========================================================= */

:root {
    --adc-yellow-soft: #fff6d8;
    --adc-yellow-strong: #ffc83d;
    --adc-blue-soft: #eef5ff;
    --adc-red-soft: #fff0f1;
    --adc-content-width: 1260px;
}

.material-symbols-rounded {
    display: inline-flex;
    max-width: none !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
    line-height: 1;
}

body.adc-dashboard-theme {
    font-size: 16px;
}

.adc-dashboard-sidebar {
    padding-top: 20px;
}

.adc-dashboard-brand {
    margin-bottom: 14px;
}

.adc-dashboard-search--top {
    margin: 0 4px 13px;
    flex: 0 0 auto;
}

.adc-dashboard-nav {
    flex: 0 0 auto;
}

.adc-dashboard-nav a {
    min-height: 44px;
    font-size: 12px;
}

.adc-dashboard-nav-account {
    margin-top: 8px !important;
    padding-top: 8px;
}

.adc-dashboard-nav-highlight a,
.adc-dashboard-nav-highlight a:hover,
.adc-dashboard-nav-highlight a:focus-visible,
.adc-dashboard-nav-highlight a.is-active {
    border-color: #e3aa12 !important;
    background: linear-gradient(180deg, #ffd85c, #f2b51d) !important;
    box-shadow: 0 8px 20px rgba(242, 181, 29, .17) !important;
    color: #1b1607 !important;
    font-weight: 800 !important;
}

.adc-dashboard-nav-highlight a.is-active {
    box-shadow: inset 3px 0 0 #6d5000, 0 8px 20px rgba(242, 181, 29, .17) !important;
}

.adc-dashboard-sidebar-tools {
    padding-top: 10px;
}

.adc-dashboard-language {
    margin: 0 0 5px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .045);
}

.adc-dashboard-language-label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .56);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adc-dashboard-language-label svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.adc-native-language-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.adc-native-language-switcher a {
    display: flex;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.adc-native-language-switcher a:hover,
.adc-native-language-switcher a:focus-visible {
    border-color: rgba(244, 199, 82, .5);
    color: #fff;
}

.adc-native-language-switcher a.is-current {
    border-color: rgba(244, 199, 82, .76);
    background: rgba(244, 199, 82, .14);
    color: #f8d66e;
}

.adc-native-language-switcher a span:first-child {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 15px;
}

.adc-dashboard-help {
    min-height: 34px;
    padding: 4px 2px;
}

.adc-dashboard-desktop-toggle {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid rgba(255, 255, 255, .18) !important;
    background: #102018 !important;
}

.adc-dashboard-desktop-toggle span::before {
    font-size: 24px !important;
}

@media (min-width: 992px) {
    body.adc-sidebar-collapsed .adc-dashboard-sidebar {
        width: 86px;
        flex-basis: 86px;
        padding-right: 12px;
        padding-left: 12px;
    }

    body.adc-sidebar-collapsed .adc-dashboard-desktop-toggle {
        left: 66px;
    }

    body.adc-sidebar-collapsed .adc-dashboard-search--top {
        min-height: 44px;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
        cursor: pointer;
    }

    body.adc-sidebar-collapsed .adc-dashboard-search--top > span {
        width: 21px;
        height: 21px;
        margin: 0;
    }

    body.adc-sidebar-collapsed .adc-dashboard-search--top input,
    body.adc-sidebar-collapsed .adc-dashboard-language-label,
    body.adc-sidebar-collapsed .adc-dashboard-language,
    body.adc-sidebar-collapsed .adc-dashboard-help {
        display: none;
    }

    body.adc-sidebar-collapsed .adc-dashboard-nav a {
        min-height: 48px;
        border-radius: 12px;
    }

    body.adc-sidebar-collapsed .adc-dashboard-nav a:hover,
    body.adc-sidebar-collapsed .adc-dashboard-nav a:focus-visible {
        transform: none;
    }

    body.adc-sidebar-collapsed .adc-dashboard-nav-highlight a {
        border-radius: 12px;
    }
}

/* GeoPin — toda a interface participa do fluxo; nenhuma peça fica fixa */
body.page-template-page-geopin.adc-dashboard-theme {
    background: #eff4f1 !important;
}

body.page-template-page-geopin.adc-dashboard-theme .adc-dashboard-page {
    padding: clamp(14px, 2vw, 26px) !important;
}

.adc-geopin-heading {
    display: flex;
    max-width: var(--adc-content-width);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto 14px;
    padding: 16px 18px;
    border-radius: 16px;
}

.adc-geopin-heading__main {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.adc-geopin-heading h1 {
    margin: 0 0 2px;
    font-size: clamp(28px, 3vw, 40px);
}

.adc-geopin-heading p:not(.adc-dashboard-kicker) {
    max-width: 610px;
    font-size: 12px;
    line-height: 1.55;
}

.adc-geopin-heading__facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.adc-geopin-heading__facts > span {
    display: inline-flex;
    min-height: 35px;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid #e0e7e3;
    border-radius: 999px;
    background: #fafcfb;
    color: #53605a;
    font-size: 9px;
    font-weight: 600;
}

.adc-geopin-heading__facts .material-symbols-rounded {
    color: var(--adc-green-dark);
    font-size: 17px;
}

body.page-template-page-geopin.adc-dashboard-theme #main.adc-geopin-main {
    width: 100%;
    max-width: var(--adc-content-width);
    margin: 0 auto;
    padding: 0 !important;
}

body.page-template-page-geopin.adc-dashboard-theme #game-container.adc-geopin-game {
    position: relative;
    display: grid !important;
    width: 100%;
    max-width: none !important;
    grid-template-columns: 310px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-areas:
        "panel map"
        "panel map"
        "result map";
    gap: 14px;
    margin: 0;
    padding: 14px !important;
    overflow: visible !important;
    border: 1px solid var(--adc-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--adc-shadow);
    text-align: left !important;
}

body.page-template-page-geopin.adc-dashboard-theme #mode-wrapper,
body.adc-play-mode #mode-wrapper {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: flex;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    grid-area: panel;
    flex-direction: column;
    margin: 0 !important;
    padding: 17px !important;
    border: 1px solid #e1e8e4;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfdfc, #f4f8f6);
    box-shadow: none;
}

.adc-geopin-mode-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.adc-geopin-mode-heading > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e4f8ed;
    color: var(--adc-green-dark);
}

body.page-template-page-geopin.adc-dashboard-theme .mode-title {
    display: block;
    margin: 0 0 3px;
    padding: 0;
    background: transparent !important;
    color: #171d1a !important;
    font-size: 15px;
    font-weight: 800;
}

.adc-geopin-mode-heading p:last-child {
    margin: 0;
    color: #68736c;
    font-size: 10px;
    line-height: 1.5;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
    overflow: visible;
    background: transparent !important;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button {
    display: grid;
    min-width: 0;
    min-height: 58px;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border: 1px solid #dae3de;
    border-radius: 11px;
    background: #fff !important;
    color: #232b27 !important;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button > .material-symbols-rounded {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #eef7f2;
    color: var(--adc-green-dark);
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button span:last-child {
    display: block;
    min-width: 0;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button strong,
body.page-template-page-geopin.adc-dashboard-theme .mode-selector button small {
    display: block;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button strong {
    margin-bottom: 2px;
    font-size: 11px;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button small {
    color: #758079;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.45;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button:hover,
body.page-template-page-geopin.adc-dashboard-theme .mode-selector button:focus-visible,
body.page-template-page-geopin.adc-dashboard-theme .mode-selector button.active {
    border-color: #72c696;
    background: #f3fbf6 !important;
    box-shadow: 0 7px 18px rgba(0, 127, 60, .09);
    color: #17231c !important;
    transform: translateY(-1px);
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide {
    width: 100%;
    max-width: none;
    margin: auto 0 0;
    padding: 11px 12px;
    border: 1px solid #dde6e1;
    border-radius: 10px;
    background: #fff !important;
    color: #505b55 !important;
    font-size: 9px;
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide summary {
    display: flex;
    min-height: 30px;
    align-items: center;
    gap: 7px;
    color: #233029;
    font-weight: 700;
    cursor: pointer;
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide summary::marker {
    color: var(--adc-green);
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide ol {
    display: block;
    margin: 10px 0 7px;
    padding-left: 20px;
}

body.page-template-page-geopin.adc-dashboard-theme .game-guide li {
    margin: 0 0 5px;
    line-height: 1.55;
}

body.page-template-page-geopin.adc-dashboard-theme #map {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: none !important;
    height: clamp(500px, 68vh, 720px) !important;
    min-width: 0;
    grid-area: map;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #bac9c1 !important;
    border-radius: 14px !important;
    background: #dcecf0;
}

body.page-template-page-geopin.adc-dashboard-theme .leaflet-container {
    cursor: crosshair !important;
    font-family: inherit;
}

body.page-template-page-geopin.adc-dashboard-theme .leaflet-dragging .leaflet-container {
    cursor: grabbing !important;
}

body.page-template-page-geopin.adc-dashboard-theme .image-container {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: none;
    width: 100% !important;
    min-width: 0;
    grid-area: panel;
    padding: 16px !important;
    border: 1px solid #dfe7e3;
    border-radius: 14px;
    background: #fbfdfc;
    text-align: left !important;
}

.adc-geopin-prompt-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: var(--adc-green-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adc-geopin-prompt-label .material-symbols-rounded {
    font-size: 18px;
}

body.page-template-page-geopin.adc-dashboard-theme .image-container h2 {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    background: transparent !important;
    color: #1a211d !important;
    font-size: 15px;
    line-height: 1.3;
}

body.page-template-page-geopin.adc-dashboard-theme #location-img {
    width: 100% !important;
    height: 190px !important;
    border: 1px solid #dce4df !important;
    border-radius: 11px !important;
    background: #fff;
    object-fit: contain !important;
}

.adc-geopin-prompt-help {
    margin: 9px 0 0;
    color: #657169;
    font-size: 9px;
    line-height: 1.5;
}

body.page-template-page-geopin.adc-dashboard-theme #submit-btn,
body.page-template-page-geopin.adc-dashboard-theme #next-btn {
    display: none;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 12px 0 0 !important;
    padding: 10px 13px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #08bd60, #008e43) !important;
    box-shadow: 0 9px 20px rgba(0, 142, 67, .17);
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
}

body.page-template-page-geopin.adc-dashboard-theme #submit-btn .material-symbols-rounded {
    font-size: 19px;
}

body.page-template-page-geopin.adc-dashboard-theme .game-timer,
body.page-template-page-geopin.adc-dashboard-theme .game-score {
    position: absolute !important;
    z-index: 500;
    top: 26px;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    width: auto;
    min-width: 106px;
    grid-area: auto;
    grid-row: auto;
    grid-column: auto;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .26) !important;
    border-radius: 10px;
    background: rgba(13, 27, 20, .91) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 11px;
    backdrop-filter: blur(8px);
}

body.page-template-page-geopin.adc-dashboard-theme .game-timer {
    right: 136px;
}

body.page-template-page-geopin.adc-dashboard-theme .game-score {
    right: 26px;
    color: #ffd75e !important;
}

body.page-template-page-geopin.adc-dashboard-theme #result {
    position: static !important;
    display: none;
    width: 100% !important;
    min-width: 0;
    grid-area: result;
    margin: 0 !important;
    padding: 13px !important;
    border: 1px solid #dfe7e3;
    border-radius: 12px;
    background: #f8fbf9 !important;
    box-shadow: none !important;
}

body.page-template-page-geopin.adc-dashboard-theme #result p {
    margin: 5px 0;
    color: #303a35 !important;
    font-size: 9px;
    white-space: normal;
}

body.page-template-page-geopin.adc-dashboard-theme .final-score {
    width: 100%;
    max-width: 540px;
    grid-column: 1 / -1;
    margin: 30px auto;
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid #dbe5df;
    border-radius: 18px;
    background: linear-gradient(145deg, #07160e, #0b2b1b);
    box-shadow: var(--adc-shadow-hover);
    text-align: center;
}

/* Páginas nativas */
.adc-content-page {
    width: 100%;
    padding: clamp(18px, 2.5vw, 30px) !important;
}

.adc-content-page > .container {
    width: 100%;
    max-width: var(--adc-content-width);
    margin: 0 auto;
    padding: 0 !important;
}

.adc-page-hero,
.adc-page-section,
.adc-page-cta,
.adc-ranking-hero,
.adc-blog-hero,
.adc-contact-form-card,
.adc-donation-card,
.adc-transparency-card {
    border: 1px solid var(--adc-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-page-hero {
    margin-bottom: 16px;
    padding: clamp(24px, 4vw, 48px);
    background:
        radial-gradient(circle at 95% 10%, rgba(0, 169, 79, .10), transparent 30%),
        #fff;
}

.adc-page-hero--split {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr);
    align-items: center;
    gap: 30px;
}

.adc-page-hero--center {
    text-align: center;
}

.adc-page-hero h1,
.adc-ranking-hero h1,
.adc-blog-hero h1 {
    max-width: 920px;
    margin: 4px 0 13px;
    color: #101415;
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.adc-page-hero > p,
.adc-page-hero > div > p:not(.adc-dashboard-kicker),
.adc-ranking-hero > div > p:not(.adc-dashboard-kicker),
.adc-blog-hero > div > p:not(.adc-dashboard-kicker) {
    max-width: 780px;
    margin: 0;
    color: #5e6863;
    font-size: 14px;
    line-height: 1.75;
}

.adc-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 21px;
}

.adc-dashboard-secondary-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #d6e0da;
    border-radius: 10px;
    background: #fff;
    color: #26312b !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.adc-about-hero-mark {
    display: flex;
    min-height: 205px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 25px;
    border-radius: 18px;
    background: linear-gradient(145deg, #07160e, #074826);
    color: #fff;
}

.adc-about-hero-mark .material-symbols-rounded {
    color: #3be58c;
    font-size: 70px;
}

.adc-about-hero-mark span {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.05;
}

.adc-page-section {
    margin-bottom: 16px;
    padding: clamp(21px, 3vw, 34px);
}

.adc-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.adc-section-heading h2,
.adc-page-cta h2,
.adc-contact-form-card h2,
.adc-donation-card h2,
.adc-transparency-card h2 {
    margin: 2px 0 0;
    color: #151a17;
    font-size: clamp(22px, 2.7vw, 34px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.15;
}

.adc-section-icon,
.adc-page-hero__icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #e4f8ed;
    color: var(--adc-green-dark);
}

.adc-section-icon--yellow,
.adc-page-hero__icon--yellow {
    background: var(--adc-yellow-soft);
    color: #a67100;
}

.adc-prose-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.adc-prose-columns p,
.adc-team-card p,
.adc-value-grid p,
.adc-page-cta p,
.adc-guide-steps p,
.adc-guide-games-grid p,
.adc-contact-options p,
.adc-contact-form-card > p,
.adc-transparency-card li {
    margin: 0;
    color: #5d6862;
    font-size: 12px;
    line-height: 1.7;
}

.adc-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.adc-team-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 15px;
    border: 1px solid #e1e7e4;
    border-radius: 14px;
    background: #fafcfb;
}

.adc-team-card img {
    width: 130px;
    height: 145px;
    border-radius: 11px;
    object-fit: cover;
    object-position: center top;
}

.adc-team-card__role {
    margin-bottom: 4px !important;
    color: var(--adc-green-dark) !important;
    font-size: 9px !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adc-team-card h3 {
    margin: 0 0 7px;
    color: #171c19;
    font-size: 21px;
    font-weight: 800;
}

.adc-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.adc-value-grid article {
    padding: 22px;
    border: 1px solid var(--adc-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-value-grid article > span {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 11px;
    background: #edf8f2;
    color: var(--adc-green-dark);
}

.adc-value-grid h2 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 800;
}

.adc-page-cta {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    padding: clamp(20px, 3vw, 31px);
    background: linear-gradient(135deg, #06140c, #064527);
    color: #fff;
}

.adc-page-cta > .material-symbols-rounded {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    color: #46e895;
    font-size: 29px;
}

.adc-page-cta h2,
.adc-page-cta p {
    color: #fff;
}

.adc-page-cta p:last-child {
    margin-top: 5px;
    color: rgba(255, 255, 255, .70);
}

.adc-page-cta > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    background: #fff;
    color: #07341e !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.adc-guide-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.adc-guide-steps article,
.adc-contact-options article {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--adc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-guide-steps article > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--adc-green);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.adc-guide-steps h2,
.adc-contact-options h2 {
    margin: 0 0 4px;
    color: #1a201d;
    font-size: 14px;
    font-weight: 800;
}

.adc-page-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid #d8e6de;
    border-radius: 12px;
    background: #f0f8f4;
    color: #35443c;
}

.adc-page-note > .material-symbols-rounded {
    margin-top: 1px;
    color: var(--adc-green-dark);
}

.adc-page-note p {
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
}

.adc-guide-games-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.adc-guide-games-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
    border: 1px solid #e2e8e5;
    border-radius: 12px;
    background: #fafcfb;
}

.adc-guide-games-grid__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #e8f7ef;
    color: var(--adc-green-dark);
}

.adc-guide-games-grid__geopin {
    border-color: #afdcc4 !important;
    background: #f2fbf6 !important;
}

.adc-guide-games-grid h3 {
    margin: 0 0 3px;
    color: #181e1b;
    font-size: 12px;
    font-weight: 800;
}

.adc-guide-games-grid a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    color: var(--adc-green-dark) !important;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none !important;
}

.adc-guide-games-grid a svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* Termos e privacidade */
.adc-page-hero--legal {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 29px;
}

.adc-page-hero--legal h1 {
    margin-bottom: 5px;
    font-size: clamp(30px, 4vw, 46px);
}

.adc-legal-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.adc-legal-nav {
    position: sticky;
    top: 14px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 15px;
    border: 1px solid var(--adc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-legal-nav strong {
    margin-bottom: 6px;
    color: #1b211e;
    font-size: 11px;
}

.adc-legal-nav a {
    display: flex;
    min-height: 34px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 7px;
    color: #5b6560 !important;
    font-size: 9px;
    text-decoration: none !important;
}

.adc-legal-nav a:hover,
.adc-legal-nav a:focus-visible {
    background: #eef8f3;
    color: var(--adc-green-dark) !important;
}

.adc-legal-article {
    padding: clamp(22px, 3.5vw, 40px);
    border: 1px solid var(--adc-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-legal-summary {
    margin: 0 0 24px;
    padding: 15px 17px;
    border-left: 4px solid var(--adc-green);
    border-radius: 0 10px 10px 0;
    background: #f1f8f4;
}

.adc-legal-article section {
    scroll-margin-top: 20px;
    padding: 0 0 22px;
    border-bottom: 1px solid #edf0ee;
}

.adc-legal-article section + section {
    padding-top: 22px;
}

.adc-legal-article section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.adc-legal-article h2 {
    margin: 0 0 10px;
    color: #1a201d;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 800;
    letter-spacing: -.02em;
}

.adc-legal-article p,
.adc-legal-article li,
.adc-legal-summary {
    color: #4f5a54;
    font-size: 12px;
    line-height: 1.8;
}

.adc-legal-article p {
    margin: 0 0 10px;
}

.adc-legal-article p:last-child {
    margin-bottom: 0;
}

.adc-legal-article ul {
    margin: 0;
    padding-left: 20px;
}

.adc-legal-article a {
    color: var(--adc-green-dark) !important;
    font-weight: 700;
}

/* Doação e contato */
.adc-page-hero--center .adc-page-hero__icon {
    margin: 0 auto 12px;
}

.adc-page-hero--center h1,
.adc-page-hero--center > p {
    margin-right: auto;
    margin-left: auto;
}

.adc-donation-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
    align-items: center;
    gap: 30px;
    margin-bottom: 16px;
    padding: clamp(22px, 4vw, 42px);
}

.adc-donation-card dl {
    margin: 22px 0;
}

.adc-donation-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #e8ecea;
}

.adc-donation-card dt {
    color: #6b756f;
    font-size: 10px;
}

.adc-donation-card dd {
    margin: 0;
    color: #18201b;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.adc-copy-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: var(--adc-green);
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.adc-copy-button.is-copied {
    background: var(--adc-green-dark);
}

.adc-copy-feedback {
    min-height: 20px;
    margin: 6px 0 0;
    color: #56635c;
    font-size: 9px;
}

.adc-donation-card figure {
    margin: 0;
    padding: 16px;
    border: 1px solid #e1e7e4;
    border-radius: 14px;
    background: #fafcfb;
    text-align: center;
}

.adc-donation-card figure img {
    width: min(100%, 300px);
    border-radius: 10px;
}

.adc-donation-card figcaption {
    margin-top: 8px;
    color: #66716b;
    font-size: 9px;
}

.adc-transparency-card {
    margin-bottom: 16px;
    padding: clamp(22px, 3vw, 32px);
}

.adc-transparency-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.adc-transparency-card li {
    position: relative;
    padding-left: 22px;
}

.adc-transparency-card li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "✓";
    color: var(--adc-green);
    font-weight: 900;
}

.adc-contact-email {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
    border: 1px solid #dce6e0;
    border-radius: 14px;
    background: #f7fbf9;
    color: #1e2a23 !important;
    text-decoration: none !important;
}

.adc-contact-email > span {
    width: 44px;
    height: 44px;
    grid-row: 1 / 3;
    margin-right: 11px;
    border-radius: 11px;
    background: #e2f6eb;
    color: var(--adc-green-dark);
}

.adc-contact-email small {
    color: #738079;
    font-size: 9px;
}

.adc-contact-email strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 11px;
}

.adc-contact-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.adc-contact-options article > span {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #ebf7f1;
    color: var(--adc-green-dark);
}

.adc-contact-form-card {
    margin-bottom: 16px;
    padding: clamp(22px, 3vw, 34px);
}

body.adc-dashboard-theme #contato .form {
    max-width: none;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: transparent;
}

body.adc-dashboard-theme #contato .form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

body.adc-dashboard-theme #contato .form form > p,
body.adc-dashboard-theme #contato .form form > div,
body.adc-dashboard-theme #contato .form form > label {
    min-width: 0;
    margin: 0;
}

body.adc-dashboard-theme #contato .form form > p:nth-last-child(-n + 2),
body.adc-dashboard-theme #contato .form form > .wpcf7-response-output {
    grid-column: 1 / -1;
}

body.adc-dashboard-theme #contato .form form label {
    display: block;
    margin: 0;
    color: #28342d;
    font-size: 12px;
    font-weight: 700;
}

body.adc-dashboard-theme #contato .form .wpcf7-form-control-wrap {
    display: block;
}

body.adc-dashboard-theme #contato .form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body.adc-dashboard-theme #contato .form textarea,
body.adc-dashboard-theme #contato .form select {
    display: block;
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    padding: 11px 13px;
    border: 1px solid #cedbd4;
    border-radius: 10px;
    background: #fbfdfc;
    color: #17211b;
    font-family: inherit;
    font-size: 14px;
    outline: 0;
}

body.adc-dashboard-theme #contato .form textarea {
    min-height: 145px;
    resize: vertical;
}

body.adc-dashboard-theme #contato .form input:focus,
body.adc-dashboard-theme #contato .form textarea:focus,
body.adc-dashboard-theme #contato .form select:focus {
    border-color: #1d9d58;
    box-shadow: 0 0 0 3px rgba(29, 157, 88, .12);
}

body.adc-dashboard-theme #contato .form input[type="submit"],
body.adc-dashboard-theme #contato .form button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #08bd60, #008e43);
    box-shadow: 0 8px 18px rgba(0, 142, 67, .16);
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

body.adc-dashboard-theme #contato .form .wpcf7-response-output {
    margin: 0;
    padding: 12px 14px;
    border-radius: 9px;
    font-size: 12px;
}

.adc-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.adc-contact-links a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #dce4df;
    border-radius: 9px;
    background: #fff;
    color: #35413a !important;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

/* Ranking simplificado */
.adc-ranking-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 12px;
    padding: clamp(24px, 4vw, 42px);
    background:
        radial-gradient(circle at 92% 8%, rgba(243, 182, 31, .16), transparent 31%),
        #fff;
}

.adc-ranking-hero h1 {
    margin-bottom: 8px;
}

.adc-ranking-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.adc-ranking-summary span {
    min-width: 90px;
    padding: 10px 11px;
    border: 1px solid #e0e5e2;
    border-radius: 10px;
    background: #fafcfb;
    color: #69736d;
    font-size: 8px;
    text-align: center;
}

.adc-ranking-summary strong {
    display: block;
    margin-bottom: 1px;
    color: #17201b;
    font-size: 13px;
}

.adc-ranking-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 180px;
    gap: 8px;
    margin-bottom: 12px;
}

.adc-ranking-toolbar label {
    display: flex;
    min-height: 45px;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid #dce4df;
    border-radius: 10px;
    background: #fff;
}

.adc-ranking-toolbar svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #6d7771;
    stroke-width: 2;
}

.adc-ranking-toolbar input,
.adc-ranking-toolbar select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #2b342f;
    font: inherit;
    font-size: 10px;
}

.adc-ranking-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.adc-ranking-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe6e2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.adc-ranking-card[hidden] {
    display: none !important;
}

.adc-ranking-card > header {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 9px;
    padding: 14px;
    border-bottom: 1px solid #edf0ee;
}

.adc-ranking-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eaf8f1;
    color: var(--adc-green-dark);
}

.adc-ranking-card header p {
    margin: 0 0 1px;
    color: #85908a;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.adc-ranking-card h2 {
    margin: 0;
    overflow: hidden;
    color: #1a201d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.adc-ranking-card header > a {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #f0f5f2;
    color: var(--adc-green-dark) !important;
    text-decoration: none !important;
}

.adc-ranking-list {
    margin: 0;
    padding: 8px 12px 12px;
    list-style: none;
}

.adc-ranking-list li {
    display: grid;
    min-height: 38px;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f0f2f1;
}

.adc-ranking-list li:last-child {
    border-bottom: 0;
}

.adc-ranking-position {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #eef4f1;
    color: #607068;
    font-size: 8px;
    font-weight: 800;
}

.adc-ranking-list li:first-child .adc-ranking-position {
    background: #fff0bc;
    color: #8b6300;
}

.adc-ranking-player,
.adc-ranking-list strong {
    font-size: 9px;
}

.adc-ranking-player {
    overflow: hidden;
    color: #334039;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adc-ranking-list strong {
    color: var(--adc-green-dark);
}

.adc-ranking-card__empty {
    display: flex;
    min-height: 164px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: #7c8881;
    text-align: center;
}

.adc-ranking-card__empty > .material-symbols-rounded {
    margin-bottom: 7px;
    color: #c5cec9;
    font-size: 32px;
}

.adc-ranking-card__empty p {
    margin: 0 0 8px;
    font-size: 9px;
}

.adc-ranking-card__empty a {
    color: var(--adc-green-dark) !important;
    font-size: 9px;
    font-weight: 800;
}

.adc-ranking-empty,
.adc-blog-empty {
    padding: 38px;
    border: 1px dashed #cfd9d3;
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.adc-ranking-note {
    align-items: center;
    margin: 12px 0 0;
}

.adc-ranking-note > div {
    min-width: 0;
    flex: 1;
}

.adc-ranking-note > a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 13px;
    border-radius: 8px;
    background: var(--adc-yellow-strong);
    color: #251c03 !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
}

/* Blog e paginação */
.adc-blog-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding: clamp(24px, 4vw, 40px);
}

.adc-blog-hero h1 {
    margin-bottom: 7px;
}

.adc-blog-hero > a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 9px;
    background: #eef8f3;
    color: var(--adc-green-dark) !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.adc-blog-hero svg,
.adc-blog-card__read svg,
.adc-community-support > svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.adc-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
    gap: 16px;
}

.adc-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.adc-blog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--adc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

.adc-blog-card__image {
    display: block;
    height: 190px;
    overflow: hidden;
    background: linear-gradient(145deg, #def4e8, #e7f0ff);
}

.adc-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.adc-blog-card:hover .adc-blog-card__image img {
    transform: scale(1.025);
}

.adc-blog-card__image > span {
    display: grid;
    height: 100%;
    place-items: center;
    color: var(--adc-green-dark);
}

.adc-blog-card__image .material-symbols-rounded {
    font-size: 48px;
}

.adc-blog-card__content {
    padding: 16px;
}

.adc-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
}

.adc-blog-card__meta span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #f0f5f2;
    color: #6c7771;
    font-size: 7px;
    font-weight: 700;
}

.adc-blog-card h2 {
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.adc-blog-card h2 a {
    color: #18201b !important;
    text-decoration: none !important;
}

.adc-blog-card p {
    margin: 0 0 11px;
    color: #647069;
    font-size: 10px;
    line-height: 1.65;
}

.adc-blog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--adc-green-dark) !important;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none !important;
}

.adc-pagination {
    margin-top: 20px;
}

.adc-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.adc-pagination .page-numbers {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 11px;
    border: 1px solid #dce4df;
    border-radius: 9px;
    background: #fff;
    color: #354039 !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
}

.adc-pagination .page-numbers.current {
    border-color: #dcae32;
    background: var(--adc-yellow-strong);
    color: #281e03 !important;
}

.adc-pagination .prev,
.adc-pagination .next {
    min-width: 92px;
}

.adc-pagination .material-symbols-rounded {
    font-size: 17px;
}

/* Painel comunitário */
body.adc-dashboard-theme .sidebar.adc-community-panel {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.adc-community-support {
    display: grid;
    min-height: 68px;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #e6bc46;
    border-radius: 13px;
    background: linear-gradient(145deg, #fff8dc, #ffeca4);
    color: #342700 !important;
    text-decoration: none !important;
}

.adc-community-support > span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .62);
    color: #8f6700;
}

.adc-community-support small,
.adc-community-support strong {
    display: block;
}

.adc-community-support small {
    margin-bottom: 2px;
    color: #7c631a;
    font-size: 8px;
}

.adc-community-support strong {
    font-size: 12px;
}

body.adc-dashboard-theme .adc-community-panel .item {
    display: block;
    margin: 0;
    padding: 15px;
    border: 1px solid var(--adc-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--adc-shadow);
}

body.adc-dashboard-theme .adc-community-panel h3 {
    margin: 2px 0 9px;
    color: #19201c;
    font-size: 13px;
    font-weight: 800;
}

.adc-community-social {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.adc-community-panel .social {
    display: flex;
    gap: 7px;
}

body.adc-dashboard-theme .adc-community-panel .social a {
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 10px;
    background: #f2f5f3;
}

.adc-community-panel .social svg {
    width: 19px;
    height: 19px;
}

.adc-community-contact {
    display: grid !important;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 10px;
}

.adc-community-contact > span {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    background: #eaf7f0;
    color: var(--adc-green-dark);
}

.adc-community-contact p:not(.adc-dashboard-kicker) {
    margin: 0 0 7px;
    color: #65716a;
    font-size: 9px;
    line-height: 1.55;
}

.adc-community-contact a {
    color: var(--adc-green-dark) !important;
    font-size: 9px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.adc-community-links .links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.adc-community-links .links a {
    display: flex;
    min-height: 34px;
    align-items: center;
    margin: 0;
    padding: 7px 8px;
    border-radius: 7px;
    background: #f5f8f6;
    color: #3d4942 !important;
    font-size: 8px;
    font-weight: 700;
    text-decoration: none !important;
}

/* Login: ação principal amarela e composição mais curta */
body.adc-dashboard-theme .adc-auth-page {
    max-width: 900px;
}

body.adc-dashboard-theme .adc-auth-card {
    padding: clamp(22px, 4vw, 40px);
}

body.adc-dashboard-theme .adc-auth-card h1 {
    font-size: clamp(32px, 5vw, 50px);
}

body.adc-dashboard-theme .adc-auth-form button[type="submit"],
body.adc-dashboard-theme .adc-auth-google-button {
    min-height: 48px;
}

body.adc-dashboard-theme.adc-auth-route-entrar .adc-auth-form--credentials > .adc-auth-button[type="submit"],
body.adc-dashboard-theme.adc-auth-route-cadastro .adc-auth-form--registration > .adc-auth-button[type="submit"] {
    border-color: #e2aa14;
    background: linear-gradient(180deg, #ffd85c, #f1b51e);
    box-shadow: 0 8px 20px rgba(241, 181, 30, .18);
    color: #231a03;
}

/* Footer mais útil sem virar um segundo menu */
.adc-dashboard-footer-inner {
    min-height: 58px;
}

@media (max-width: 1180px) and (min-width: 992px) {
    body.page-template-page-geopin.adc-dashboard-theme #game-container.adc-geopin-game {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        height: 560px !important;
    }

    .adc-ranking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adc-blog-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
    }
}

@media (max-width: 991px) {
    .adc-dashboard-search--top {
        margin-top: 6px;
    }

    .adc-dashboard-language {
        margin-top: 4px;
    }

    .adc-dashboard-nav-highlight a {
        min-height: 46px;
    }

    .adc-geopin-heading {
        display: block;
    }

    .adc-geopin-heading__facts {
        justify-content: flex-start;
        margin-top: 12px;
    }

    body.page-template-page-geopin.adc-dashboard-theme #game-container.adc-geopin-game {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "panel"
            "timer"
            "score"
            "map"
            "result";
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-timer,
    body.page-template-page-geopin.adc-dashboard-theme .game-score {
        position: static !important;
        width: 100%;
        min-height: 42px;
        background: #102019 !important;
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-timer {
        grid-area: timer;
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-score {
        grid-area: score;
    }

    body.page-template-page-geopin.adc-dashboard-theme .mode-selector {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-template-page-geopin.adc-dashboard-theme .mode-selector button {
        min-height: 92px;
        grid-template-columns: 1fr;
        align-content: center;
        justify-items: center;
        text-align: center;
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        height: min(58vh, 540px) !important;
        min-height: 360px;
    }

    body.page-template-page-geopin.adc-dashboard-theme .image-container {
        display: none;
    }

    .adc-page-hero--split,
    .adc-donation-card,
    .adc-legal-layout,
    .adc-blog-layout {
        grid-template-columns: 1fr;
    }

    .adc-about-hero-mark {
        min-height: 150px;
    }

    .adc-legal-nav {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adc-legal-nav strong {
        grid-column: 1 / -1;
    }

    .adc-ranking-hero,
    .adc-blog-hero {
        display: block;
    }

    .adc-ranking-summary {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .adc-blog-hero > a {
        margin-top: 15px;
    }

    .adc-blog-sidebar {
        margin-top: 0;
    }

    .adc-blog-sidebar .adc-community-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adc-blog-sidebar .adc-community-support,
    .adc-blog-sidebar .adc-community-links {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .adc-content-page {
        padding: 14px !important;
    }

    .adc-page-hero,
    .adc-ranking-hero,
    .adc-blog-hero {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .adc-page-hero h1,
    .adc-ranking-hero h1,
    .adc-blog-hero h1 {
        font-size: clamp(29px, 9vw, 40px);
    }

    .adc-prose-columns,
    .adc-team-grid,
    .adc-value-grid,
    .adc-guide-steps,
    .adc-guide-games-grid,
    .adc-contact-options,
    .adc-transparency-card ul,
    .adc-ranking-grid,
    .adc-blog-grid,
    .adc-blog-sidebar .adc-community-panel {
        grid-template-columns: 1fr;
    }

    .adc-team-card {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .adc-team-card img {
        width: 100px;
        height: 125px;
    }

    .adc-page-cta {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .adc-page-cta > a {
        grid-column: 1 / -1;
    }

    .adc-ranking-toolbar {
        grid-template-columns: 1fr;
    }

    .adc-blog-card__image {
        height: 210px;
    }

    body.adc-dashboard-theme #contato .form form {
        grid-template-columns: 1fr;
    }

    body.adc-dashboard-theme #contato .form form > p:nth-last-child(-n + 2),
    body.adc-dashboard-theme #contato .form form > .wpcf7-response-output {
        grid-column: auto;
    }

    .adc-community-support,
    .adc-blog-sidebar .adc-community-links {
        grid-column: auto;
    }
}

@media (max-width: 540px) {
    .adc-geopin-heading__facts > span {
        flex: 1 1 calc(50% - 7px);
        justify-content: center;
    }

    body.page-template-page-geopin.adc-dashboard-theme .mode-selector {
        grid-template-columns: 1fr;
    }

    body.page-template-page-geopin.adc-dashboard-theme .mode-selector button {
        min-height: 58px;
        grid-template-columns: 36px minmax(0, 1fr);
        justify-items: stretch;
        text-align: left;
    }

    body.page-template-page-geopin.adc-dashboard-theme #map {
        height: 52vh !important;
        min-height: 310px;
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-timer,
    body.page-template-page-geopin.adc-dashboard-theme .game-score {
        top: 24px;
        min-width: 94px;
        font-size: 9px;
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-timer {
        right: 124px;
    }

    body.page-template-page-geopin.adc-dashboard-theme .game-score {
        right: 24px;
    }

    .adc-team-card {
        grid-template-columns: 1fr;
    }

    .adc-team-card img {
        width: 100%;
        height: 240px;
    }

    .adc-legal-nav {
        grid-template-columns: 1fr;
    }

    .adc-legal-nav strong {
        grid-column: auto;
    }

    .adc-donation-card dl > div {
        display: block;
    }

    .adc-donation-card dd {
        margin-top: 4px;
        text-align: left;
    }

    .adc-ranking-summary {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .adc-ranking-summary span {
        min-width: 0;
    }

    .adc-ranking-note {
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr);
    }

    .adc-ranking-note > a {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .adc-pagination .prev span:not(.material-symbols-rounded),
    .adc-pagination .next span:not(.material-symbols-rounded) {
        display: none;
    }

    .adc-pagination .prev,
    .adc-pagination .next {
        min-width: 40px;
    }

    .adc-dashboard-footer-inner {
        display: block;
        text-align: center;
    }

    .adc-dashboard-footer nav {
        justify-content: center;
        margin-top: 8px;
    }
}

@media (pointer: coarse) {
    .adc-dashboard-nav a,
    .adc-games-filters button,
    .adc-game-card__action,
    .adc-dashboard-primary-action,
    .adc-home-geopin a,
    .adc-home-note a {
        min-height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body.adc-dashboard-theme *,
    body.adc-dashboard-theme *::before,
    body.adc-dashboard-theme *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Escala de leitura RC4.2: textos auxiliares nunca dependem de zoom do navegador */
.adc-geopin-heading p:not(.adc-dashboard-kicker),
.adc-page-hero > p,
.adc-page-hero > div > p:not(.adc-dashboard-kicker),
.adc-ranking-hero > div > p:not(.adc-dashboard-kicker),
.adc-blog-hero > div > p:not(.adc-dashboard-kicker) {
    font-size: 14px;
}

.adc-geopin-heading__facts > span,
.adc-geopin-mode-heading p:last-child,
body.page-template-page-geopin.adc-dashboard-theme .mode-selector button small,
body.page-template-page-geopin.adc-dashboard-theme .game-guide,
.adc-geopin-prompt-help,
body.page-template-page-geopin.adc-dashboard-theme #result p,
.adc-copy-feedback,
.adc-donation-card figcaption,
.adc-community-contact p:not(.adc-dashboard-kicker),
.adc-community-contact a {
    font-size: 11px;
}

body.page-template-page-geopin.adc-dashboard-theme .mode-selector button strong,
body.page-template-page-geopin.adc-dashboard-theme .image-container h2,
body.page-template-page-geopin.adc-dashboard-theme .game-timer,
body.page-template-page-geopin.adc-dashboard-theme .game-score {
    font-size: 13px;
}

.adc-prose-columns p,
.adc-team-card p,
.adc-value-grid p,
.adc-page-cta p,
.adc-guide-steps p,
.adc-guide-games-grid p,
.adc-contact-options p,
.adc-contact-form-card > p,
.adc-transparency-card li,
.adc-legal-article p,
.adc-legal-article li,
.adc-legal-summary {
    font-size: 14px;
}

.adc-guide-steps h2,
.adc-contact-options h2 {
    font-size: 16px;
}

.adc-page-note p,
.adc-guide-games-grid h3,
.adc-donation-card dd {
    font-size: 13px;
}

.adc-guide-games-grid a,
.adc-contact-links a,
.adc-copy-button,
.adc-page-cta > a,
.adc-dashboard-secondary-action {
    font-size: 12px;
}

.adc-legal-nav a,
.adc-ranking-card__empty p,
.adc-ranking-card__empty a,
.adc-ranking-player,
.adc-ranking-list strong,
.adc-blog-card__meta span,
.adc-blog-card__read,
.adc-community-contact a,
.adc-community-links .links a {
    font-size: 11px;
}

.adc-ranking-card h2 {
    font-size: 13px;
}

.adc-blog-card h2 {
    font-size: 18px;
}

.adc-blog-card p {
    font-size: 13px;
}

.adc-community-support strong,
body.adc-dashboard-theme .adc-community-panel h3 {
    font-size: 14px;
}

/* =========================================================
   HOTFIX RC4.2.1 — GeoPin, contraste do ranking e autenticação
========================================================= */

/* O header adiciona esta classe mesmo quando page-geopin.php vem pelo slug. */
body.adc-geopin-page.adc-dashboard-theme #game-container.adc-geopin-game {
    visibility: visible;
}

/* Cabeçalho dos placares: contraste real e ícones integrados, sem blocos brancos. */
.adc-ranking-card > header {
    min-height: 78px;
    border-bottom: 0;
    background: linear-gradient(135deg, #075a31, #087a43);
}

.adc-ranking-card__icon,
.adc-ranking-card header > a {
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
    box-shadow: none;
}

.adc-ranking-card header p {
    color: #dff8e9;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
}

.adc-ranking-card h2 {
    color: #fff;
    font-size: 13px;
}

.adc-ranking-card header > a:hover,
.adc-ranking-card header > a:focus-visible {
    border-color: #ffd75c;
    background: #ffd75c;
    color: #17301f !important;
}

.adc-ranking-card {
    background: #fcfefd;
}

@media (min-width: 721px) {
    .adc-ranking-note {
        display: grid;
        grid-template-columns: 28px minmax(0, 620px) auto;
        justify-content: center;
        gap: 13px;
        padding: 17px 20px;
    }
}

/* Centraliza a área de entrada/cadastro sem centralizar os rótulos dos campos. */
body.adc-dashboard-theme .adc-auth-page {
    width: 100%;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

body.adc-dashboard-theme .adc-auth-shell {
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

body.adc-dashboard-theme .adc-auth-brand {
    text-align: center;
}

body.adc-dashboard-theme .adc-auth-visitor {
    text-align: center;
}

@media (max-width: 720px) {
    .adc-ranking-card > header {
        min-height: 72px;
    }

    .adc-ranking-card h2 {
        font-size: 14px;
    }

    .adc-ranking-note {
        justify-items: center;
        text-align: center;
    }

    .adc-ranking-note > a {
        min-width: 132px;
        justify-content: center;
    }

    body.adc-dashboard-theme .adc-auth-page {
        max-width: none;
        padding: 14px !important;
    }

    body.adc-dashboard-theme .adc-auth-card {
        padding: 22px 18px;
    }
}

/* =========================================================
   HOTFIX RC4.2.2 — ação manual entre rodadas do GeoPin
========================================================= */

/*
 * O JavaScript já cria o botão e mantém o avanço automático em 5 segundos.
 * A regra compartilhada do GeoPin o ocultava junto com o botão de confirmação.
 */
body.adc-geopin-page.adc-dashboard-theme #result #next-btn {
    display: inline-flex !important;
}

/* =========================================================
   RC4.2.3 — autenticação: foco, Google e visitante
========================================================= */

body.adc-dashboard-theme.adc-auth-route :focus-visible {
    outline-color: #805a00;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-form input:focus-visible,
body.adc-dashboard-theme.adc-auth-route .adc-auth-check input:focus-visible {
    outline: 2px solid #805a00;
    outline-offset: 2px;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-form input[type="text"]:focus,
body.adc-dashboard-theme.adc-auth-route .adc-auth-form input[type="email"]:focus,
body.adc-dashboard-theme.adc-auth-route .adc-auth-form input[type="password"]:focus {
    border-color: #b77d00 !important;
    background: #fffef9 !important;
    box-shadow: 0 0 0 4px rgba(255, 196, 44, .30) !important;
}

body.adc-dashboard-theme.adc-auth-route-entrar .adc-auth-form--credentials > .adc-auth-button[type="submit"],
body.adc-dashboard-theme.adc-auth-route-cadastro .adc-auth-form--registration > .adc-auth-button[type="submit"] {
    color: #231a03 !important;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-button--google {
    gap: 10px;
    border-color: #747775;
    background: #fff;
    box-shadow: none;
    color: #1f1f1f !important;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-button--google:hover,
body.adc-dashboard-theme.adc-auth-route .adc-auth-button--google:focus-visible {
    border-color: #5f6368;
    background: #f8f9fa;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-visitor {
    border-color: #efd486;
    background: linear-gradient(145deg, #fffdf6, #fff7da);
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-button--visitor {
    border-color: #b98400;
    background: #fff;
    box-shadow: 0 6px 16px rgba(185, 132, 0, .10);
    color: #3b2c05 !important;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-button--visitor:hover,
body.adc-dashboard-theme.adc-auth-route .adc-auth-button--visitor:focus-visible {
    border-color: #8b6200;
    background: #ffecab;
}

/* =========================================================
   RC4.2.4 — campos de autenticação com ícones
========================================================= */

body.adc-dashboard-theme.adc-auth-route .adc-auth-form .adc-auth-field > input[type="text"],
body.adc-dashboard-theme.adc-auth-route .adc-auth-form .adc-auth-field > input[type="email"],
body.adc-dashboard-theme.adc-auth-route .adc-auth-form .adc-auth-field > input[type="password"] {
    min-height: 56px;
    padding-left: 48px;
    border-radius: 12px;
    font-size: 16px;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-form .adc-auth-field--password > input[type="text"],
body.adc-dashboard-theme.adc-auth-route .adc-auth-form .adc-auth-field--password > input[type="password"] {
    padding-right: 52px;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-password-toggle {
    color: #8f98a7;
}

body.adc-dashboard-theme.adc-auth-route .adc-auth-password-toggle:hover,
body.adc-dashboard-theme.adc-auth-route .adc-auth-password-toggle:focus-visible {
    background: #fff3c6;
    color: #805a00;
}

/* =========================================================
   RC4.2.5 — Minha conta inspirada no painel de referência
========================================================= */

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-page {
    max-width: 1180px;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-shell {
    max-width: 1020px;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-brand {
    text-align: left;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-card h1 {
    color: #111514;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-account-summary {
    border-color: #dfe5e2;
    background: #fff;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-account-summary__row {
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid #e7ebe9;
    border-radius: 0;
    background: transparent;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-account-summary__row:last-child {
    border-bottom: 0;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-account-settings > .adc-auth-subsection {
    border: 1px solid #e1e6e3;
    background: #fff;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-button--account-primary,
body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-button--account-primary:hover,
body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-button--account-primary:focus-visible {
    border-color: #e2aa14;
    background: linear-gradient(180deg, #ffd85c, #f1b51e);
    box-shadow: 0 8px 20px rgba(241, 181, 30, .16);
    color: #231a03 !important;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-actions {
    justify-content: flex-end;
}

body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-danger {
    padding: 18px 22px;
    border: 1px solid #edc4c1;
    border-radius: 14px;
    background: #fffafa;
}

@media (max-width: 680px) {
    body.adc-dashboard-theme.adc-auth-route-minha-conta .adc-auth-account-summary__row {
        padding: 14px 0;
    }
}

/* =========================================================
   RC4.2.6 — lateral realmente fixa no desktop
========================================================= */

@media (min-width: 992px) {
    body.adc-dashboard-theme {
        --adc-fixed-sidebar-width: 254px;
        --adc-fixed-sidebar-collapsed-width: 86px;
    }

    .adc-dashboard-layout {
        display: block;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .adc-dashboard-sidebar {
        position: fixed;
        top: 0;
        bottom: auto;
        left: 0;
        width: var(--adc-fixed-sidebar-width);
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        flex-basis: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    .adc-dashboard-stage {
        width: auto;
        min-width: 0;
        margin-left: var(--adc-fixed-sidebar-width);
        transition: margin-left .22s ease;
    }

    .adc-dashboard-desktop-toggle {
        left: calc(var(--adc-fixed-sidebar-width) - 20px);
    }

    body.adc-sidebar-collapsed .adc-dashboard-sidebar {
        width: var(--adc-fixed-sidebar-collapsed-width);
        flex-basis: auto;
    }

    body.adc-sidebar-collapsed .adc-dashboard-stage {
        margin-left: var(--adc-fixed-sidebar-collapsed-width);
    }

    body.adc-sidebar-collapsed .adc-dashboard-desktop-toggle {
        left: calc(var(--adc-fixed-sidebar-collapsed-width) - 20px);
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    body.adc-dashboard-theme {
        --adc-fixed-sidebar-width: 224px;
    }
}

/* =========================================================
   RC4.2.7 — conta sempre destacada em amarelo
========================================================= */

.adc-dashboard-nav-account a,
.adc-dashboard-nav-account a:hover,
.adc-dashboard-nav-account a:focus-visible,
.adc-dashboard-nav-account a.is-active {
    border-color: #e3aa12 !important;
    background: linear-gradient(180deg, #ffd85c, #f2b51d) !important;
    box-shadow: 0 8px 20px rgba(242, 181, 29, .17) !important;
    color: #1b1607 !important;
    font-weight: 800 !important;
}

.adc-dashboard-nav-account a.is-active {
    box-shadow: inset 3px 0 0 #6d5000, 0 8px 20px rgba(242, 181, 29, .17) !important;
}

.adc-dashboard-help {
    padding: 5px 7px;
    border-radius: 8px;
    background: rgba(243, 182, 31, .055);
    color: #e5bd52 !important;
    transition: color .18s ease, background .18s ease;
}

.adc-dashboard-help:hover,
.adc-dashboard-help:focus-visible {
    background: rgba(243, 182, 31, .11);
    color: #ffd66a !important;
}

@media (max-width: 991px) {
    .adc-dashboard-mobileaccount,
    .adc-dashboard-mobileaccount:hover,
    .adc-dashboard-mobileaccount:focus-visible {
        border-color: #e3aa12;
        background: linear-gradient(180deg, #ffd85c, #f2b51d);
        box-shadow: 0 7px 18px rgba(242, 181, 29, .22);
        color: #1b1607 !important;
    }
}

/* Fale conosco: amarelo como orientação e ação, sem perder leveza */
body.adc-dashboard-theme .adc-contact-page .adc-page-hero {
    border-color: #ead9a8;
    background:
        radial-gradient(circle at 94% 12%, rgba(243, 182, 31, .18), transparent 32%),
        #fff;
}

body.adc-dashboard-theme .adc-contact-page .adc-dashboard-kicker {
    color: #936600 !important;
}

body.adc-dashboard-theme .adc-contact-email {
    border-color: #ead18b;
    background: linear-gradient(145deg, #fffdf8, #fff7db);
    box-shadow: 0 9px 24px rgba(174, 122, 0, .08);
}

body.adc-dashboard-theme .adc-contact-email:hover,
body.adc-dashboard-theme .adc-contact-email:focus-visible {
    border-color: #c9930d;
    background: #fff4c9;
}

body.adc-dashboard-theme .adc-contact-email > span,
body.adc-dashboard-theme .adc-contact-options article > span,
body.adc-dashboard-theme .adc-contact-form-card .adc-section-icon {
    background: #fff0bd;
    color: #986900;
}

body.adc-dashboard-theme .adc-contact-options article,
body.adc-dashboard-theme .adc-contact-form-card {
    border-color: #e9dfc1;
}

body.adc-dashboard-theme .adc-contact-options article {
    background: linear-gradient(180deg, #fff, #fffdf8);
}

body.adc-dashboard-theme .adc-contact-form-card > p {
    padding: 11px 13px;
    border: 1px solid #efdda5;
    border-radius: 10px;
    background: #fff9e8;
    color: #66521f;
}

body.adc-dashboard-theme #contato .form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
body.adc-dashboard-theme #contato .form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus-visible,
body.adc-dashboard-theme #contato .form textarea:focus,
body.adc-dashboard-theme #contato .form textarea:focus-visible,
body.adc-dashboard-theme #contato .form select:focus {
    border-color: #b77d00;
    background: #fffef9;
    box-shadow: 0 0 0 4px rgba(255, 196, 44, .25);
}

body.adc-dashboard-theme #contato .form input[type="submit"],
body.adc-dashboard-theme #contato .form button {
    border: 1px solid #e2aa14;
    background: linear-gradient(180deg, #ffd85c, #f1b51e);
    box-shadow: 0 8px 20px rgba(241, 181, 30, .18);
    color: #231a03;
}

body.adc-dashboard-theme #contato .form input[type="submit"]:hover,
body.adc-dashboard-theme #contato .form input[type="submit"]:focus-visible,
body.adc-dashboard-theme #contato .form button:hover,
body.adc-dashboard-theme #contato .form button:focus-visible {
    border-color: #c18b00;
    background: linear-gradient(180deg, #ffe174, #f3bc2d);
}

body.adc-dashboard-theme .adc-contact-links a:hover,
body.adc-dashboard-theme .adc-contact-links a:focus-visible {
    border-color: #dfbd5e;
    background: #fff8df;
    color: #604700 !important;
}

/* =========================================================
   RC4.2.8 — painel comunitário da página Jogos
========================================================= */

/*
 * _sidebar.php entrega um único <aside>. A grade antiga esperava vários
 * irmãos e limitava esse componente à primeira coluna, comprimindo todo o
 * conteúdo. O painel passa a ocupar a largura real da seção e cada bloco
 * recebe uma coluna própria.
 */
body.adc-dashboard-theme .adc-games-community {
    display: block;
    min-width: 0;
}

body.adc-dashboard-theme .adc-games-community > .sidebar.adc-community-panel {
    width: 100%;
    min-width: 0;
}

@media (max-width: 1280px) {
    body.adc-dashboard-theme .adc-games-community > .sidebar.adc-community-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body.adc-dashboard-theme .adc-games-community > .sidebar.adc-community-panel {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* =========================================================
   RC5.9.2 — consentimento de privacidade
========================================================= */

.adc-cookie-settings-link,
.adc-legal-cookie-button {
    appearance: none;
    border: 0;
    padding: 0;
    background: none;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.adc-dashboard-footer .adc-cookie-settings-link {
    color: inherit;
}

.adc-consent[hidden],
.adc-consent-modal[hidden] {
    display: none !important;
}

.adc-consent {
    position: fixed;
    z-index: 2147483646;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    left: calc(var(--adc-fixed-sidebar-width, 254px) + 18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid #d9e4de;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(2, 23, 14, .22);
    color: #15251e;
}

.adc-consent__copy {
    min-width: 0;
}

.adc-consent__copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
}

.adc-consent__copy p {
    margin: 0 0 4px;
    color: #495a52;
    font-size: 13px;
    line-height: 1.55;
}

.adc-consent__copy a {
    color: #007b43;
    font-size: 12px;
    font-weight: 700;
}

.adc-consent__actions,
.adc-consent-panel__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 9px;
}

.adc-consent__button {
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #cbd9d2;
    border-radius: 10px;
    font: 700 13px/1.2 Poppins, sans-serif;
    cursor: pointer;
}

.adc-consent__button--primary {
    border-color: #00a95b;
    background: #00ad5d;
    color: #fff;
}

.adc-consent__button--secondary {
    background: #fff;
    color: #173026;
}

.adc-consent__button:hover,
.adc-consent__button:focus-visible,
.adc-consent-panel__close:hover,
.adc-consent-panel__close:focus-visible {
    outline: 3px solid rgba(0, 173, 93, .22);
    outline-offset: 2px;
}

.adc-consent-modal {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
}

.adc-consent-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 12, 7, .66);
}

.adc-consent-panel {
    position: relative;
    width: min(680px, 100%);
    max-height: min(760px, calc(100vh - 36px));
    overflow: auto;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
    color: #15251e;
}

.adc-consent-panel__header {
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    color: inherit;
}

.adc-consent-panel__header h2 {
    margin: 0;
    font-size: clamp(23px, 4vw, 31px);
    line-height: 1.2;
}

.adc-consent-panel__close {
    width: 40px;
    height: 40px;
    border: 1px solid #d5e0da;
    border-radius: 50%;
    background: #f7faf8;
    color: #183127;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.adc-consent-panel > p {
    margin: 10px 0 18px;
    color: #53645c;
    line-height: 1.6;
}

.adc-consent-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid #e3ebe7;
}

.adc-consent-option strong {
    display: block;
    margin-bottom: 3px;
}

.adc-consent-option p {
    margin: 0;
    color: #607068;
    font-size: 13px;
    line-height: 1.55;
}

.adc-consent-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 165px;
    color: #294238;
    font-size: 12px;
    font-weight: 700;
}

.adc-consent-switch input {
    width: 19px;
    height: 19px;
    accent-color: #00ad5d;
}

.adc-consent-panel__actions {
    position: static;
    justify-content: flex-end;
    width: auto;
    min-height: 0;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid #e3ebe7;
    background: transparent;
    box-shadow: none;
    color: inherit;
}

html.adc-consent-open {
    overflow: hidden;
}

@media (min-width: 992px) {
    body.adc-sidebar-collapsed .adc-consent {
        left: calc(var(--adc-fixed-sidebar-collapsed-width, 86px) + 18px);
    }
}

.adc-cookie-table {
    margin: 18px 0;
    overflow: hidden;
    border: 1px solid #dfe7e3;
    border-radius: 12px;
}

.adc-cookie-table__row {
    display: grid;
    grid-template-columns: minmax(100px, .65fr) minmax(230px, 2fr) minmax(170px, 1.2fr);
}

.adc-cookie-table__row + .adc-cookie-table__row {
    border-top: 1px solid #dfe7e3;
}

.adc-cookie-table__row > * {
    padding: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.adc-cookie-table__head {
    background: #f2f8f5;
    color: #183b2c;
}

@media (max-width: 991px) {
    .adc-consent {
        left: 14px;
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .adc-consent__actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .adc-consent__actions {
        grid-template-columns: 1fr;
    }

    .adc-consent__button {
        width: 100%;
    }

    .adc-consent-panel {
        padding: 18px;
    }

    .adc-consent-option {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .adc-consent-panel__actions {
        flex-direction: column-reverse;
    }

    .adc-cookie-table {
        border: 0;
        overflow: visible;
    }

    .adc-cookie-table__head {
        display: none;
    }

    .adc-cookie-table__row {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 12px;
        overflow: hidden;
        border: 1px solid #dfe7e3;
        border-radius: 10px;
    }

    .adc-cookie-table__row + .adc-cookie-table__row {
        border-top: 1px solid #dfe7e3;
    }

    .adc-cookie-table__row > * + * {
        padding-top: 0;
    }
}
