/* Hero refinado para a identidade Fox TV Online. Carregado depois de app.css. */
body.site-theme-studio .hero {
    display: block;
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 14% 18%, rgba(124, 58, 237, 0.16), transparent 25rem),
        radial-gradient(circle at 76% 70%, rgba(199, 255, 61, 0.055), transparent 30rem),
        #09090f;
    filter: none;
}

body.site-theme-studio .hero::before {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    border: 0;
    border-radius: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 54px 54px;
    box-shadow: none;
    content: "";
    pointer-events: none;
}

body.site-theme-studio .hero::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: clamp(14px, 2vw, 32px);
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(199, 255, 61, 0.65) 22%, rgba(124, 58, 237, 0.7) 76%, transparent);
    color: transparent;
    content: "";
}

body.site-theme-studio .hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
    align-items: center;
    gap: clamp(44px, 5vw, 86px);
    width: min(100% - 72px, 1480px);
    min-height: calc(100svh - 108px);
    margin: 0 auto;
    padding: clamp(46px, 7vh, 82px) 0;
}

body.site-theme-studio .hero-copy {
    position: relative;
    z-index: 3;
    max-width: 610px;
}

body.site-theme-studio .hero h1 {
    max-width: 610px;
    margin: clamp(18px, 3vh, 28px) 0 18px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2.8rem, 4.2vw, 4.4rem);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: none;
}

body.site-theme-studio .hero p {
    max-width: 560px;
    margin: 0;
    color: #b8b7c1;
    font-size: clamp(0.96rem, 1.15vw, 1.12rem);
    line-height: 1.62;
}

body.site-theme-studio .hero-actions {
    margin-top: clamp(20px, 3.5vh, 30px);
}

body.site-theme-studio .hero-visual {
    position: relative;
    display: block;
    min-width: 0;
    isolation: isolate;
}

body.site-theme-studio .hero-visual::before {
    position: absolute;
    top: -18px;
    right: 28px;
    z-index: 2;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: #111119;
    color: #c7ff3d;
    content: "NA TELA / EM FOCO";
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.045em;
}

body.site-theme-studio .hero-visual::after {
    position: absolute;
    right: -18px;
    bottom: -18px;
    z-index: -1;
    width: 52%;
    height: 50%;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.42), rgba(199, 255, 61, 0.14));
    content: "";
    filter: blur(28px);
}

body.site-theme-studio .hero-visual-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: clamp(22px, 2.5vw, 36px);
    background-image:
        linear-gradient(180deg, rgba(9, 9, 15, 0.02), rgba(9, 9, 15, 0.16)),
        var(--hero-image);
    background-position: center;
    background-size: cover;
    box-shadow: 0 44px 110px rgba(0, 0, 0, 0.58), 0 0 0 8px rgba(255, 255, 255, 0.02);
}

body.site-theme-studio .hero-status {
    position: absolute;
    top: 24px;
    right: auto;
    bottom: auto;
    left: 24px;
    z-index: 3;
    width: min(320px, calc(100% - 48px));
    max-width: none;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(9, 9, 15, 0.82);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
}

body.site-theme-studio .hero-status::before {
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #c7ff3d, #7c3aed, #ff5e62);
}

body.site-theme-studio .hero-status strong {
    margin: 8px 0 4px;
    overflow: hidden;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.24rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
}

body.site-theme-studio .hero-status small {
    display: block;
    overflow: hidden;
    color: #aaa9b7;
    font-size: 0.77rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.site-theme-studio .hero-status .mini-meter {
    height: 4px;
    margin-top: 12px;
}

@media (min-width: 981px) and (max-height: 720px) {
    body.site-theme-studio .hero-inner {
        gap: clamp(36px, 4.5vw, 70px);
        min-height: calc(100svh - 108px);
        padding: 30px 0 34px;
    }

    body.site-theme-studio .hero h1 {
        margin-top: 14px;
        font-size: clamp(2.6rem, 3.7vw, 3.35rem);
    }

    body.site-theme-studio .hero p {
        font-size: 0.94rem;
        line-height: 1.5;
    }

    body.site-theme-studio .hero-actions {
        margin-top: 18px;
    }

    body.site-theme-studio .hero-visual-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 1180px) {
    body.site-theme-studio .hero-inner {
        grid-template-columns: minmax(330px, 0.88fr) minmax(440px, 1.12fr);
        gap: 36px;
        width: min(100% - 48px, 1480px);
    }

    body.site-theme-studio .hero h1 {
        font-size: clamp(2.7rem, 4.7vw, 3.9rem);
    }
}

@media (max-width: 980px) {
    body.site-theme-studio .hero-inner {
        grid-template-columns: 1fr;
        gap: 44px;
        width: min(100% - 36px, 760px);
        min-height: 0;
        padding: 70px 0 64px;
    }

    body.site-theme-studio .hero-copy {
        max-width: 680px;
    }

    body.site-theme-studio .hero h1 {
        max-width: 680px;
        font-size: clamp(2.85rem, 7.5vw, 4.15rem);
    }

    body.site-theme-studio .hero-status {
        display: block;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio .hero-inner {
        gap: 34px;
        width: min(100% - 24px, 760px);
        padding: 48px 0 52px;
    }

    body.site-theme-studio .hero h1 {
        margin-top: 16px;
        font-size: clamp(2.45rem, 11vw, 3.3rem);
        line-height: 0.98;
    }

    body.site-theme-studio .hero p {
        font-size: 0.95rem;
    }

    body.site-theme-studio .hero-visual::before {
        top: -15px;
        right: 18px;
    }

    body.site-theme-studio .hero-visual-image {
        aspect-ratio: 4 / 3;
        border-radius: 22px;
    }

    body.site-theme-studio .hero-status {
        top: 14px;
        left: 14px;
        width: calc(100% - 28px);
        padding: 14px 16px;
    }
}

/* Navegação principal — barra flutuante, tonal e orientada a produto. */
body.site-theme-studio .site-header {
    top: 12px;
    width: min(calc(100% - 24px), 1480px);
    min-height: 72px;
    margin: 12px auto 24px;
    padding: 8px 10px 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(17, 17, 25, 0.88);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(24px) saturate(145%);
}

body.site-theme-studio .brand {
    flex: 0 0 auto;
    gap: 11px;
    padding-right: 6px;
}

body.site-theme-studio .brand-mark {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 5px rgba(199, 255, 61, 0.07);
}

body.site-theme-studio .brand strong {
    max-width: 190px;
    font-size: 0.98rem;
}

body.site-theme-studio .brand small {
    max-width: 190px;
    color: #7e7d89;
    font-size: 0.62rem;
}

body.site-theme-studio .main-nav {
    flex: 0 1 auto;
    gap: 2px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    background: rgba(6, 6, 10, 0.52);
}

body.site-theme-studio .main-nav > a,
body.site-theme-studio .main-nav > .nav-dropdown > button {
    min-height: 38px;
    padding: 0 clamp(9px, 1vw, 14px);
    border: 1px solid transparent;
    border-radius: 12px;
    color: #aaa9b4;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.065em;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

body.site-theme-studio .main-nav > a::after,
body.site-theme-studio .main-nav > .nav-dropdown > button::after {
    display: none;
}

body.site-theme-studio .main-nav > a:hover,
body.site-theme-studio .main-nav > .nav-dropdown > button:hover {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    transform: translateY(-1px);
}

body.site-theme-studio .main-nav > a.is-active,
body.site-theme-studio .main-nav > .nav-dropdown > button.is-active {
    border-color: rgba(199, 255, 61, 0.24);
    background: rgba(199, 255, 61, 0.12);
    color: #d8ff74;
    box-shadow: inset 0 0 0 1px rgba(199, 255, 61, 0.03);
}

body.site-theme-studio .header-actions {
    gap: 7px;
    margin-left: 4px;
}

body.site-theme-studio .header-icon-action {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #1b1b25;
    color: #d8d7df;
    box-shadow: none;
}

body.site-theme-studio .header-icon-action:hover {
    border-color: rgba(199, 255, 61, 0.32);
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
}

body.site-theme-studio .header-action {
    min-height: 46px;
    gap: 7px;
    padding: 0 12px;
    border: 0;
    border-radius: 14px;
    background: #c7ff3d;
    color: #09090f;
    box-shadow: 0 12px 26px rgba(199, 255, 61, 0.12);
}

body.site-theme-studio .header-action:hover {
    background: #d9ff7d;
    color: #09090f;
}

body.site-theme-studio .nav-dropdown-menu {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(17, 17, 25, 0.98);
}

/* A área ao vivo permanece com o visual aprovado; apenas ganha respiro. */
body.site-theme-studio .watch-section {
    padding-top: clamp(70px, 8vw, 118px);
    padding-bottom: clamp(82px, 9vw, 132px);
}

body.site-theme-studio.home-page .watch-section {
    padding-top: clamp(22px, 3vw, 38px);
    padding-bottom: clamp(28px, 3.5vw, 52px);
}

/* Conteúdo editorial — contraste claro e superfícies Material contemporâneas. */
body.site-theme-studio .home-editorial-section {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 3vw, 40px) 0 clamp(36px, 4vw, 54px);
    border-radius: 34px 34px 0 0;
    background:
        radial-gradient(circle at 86% 12%, rgba(124, 58, 237, 0.11), transparent 28rem),
        radial-gradient(circle at 8% 76%, rgba(199, 255, 61, 0.17), transparent 24rem),
        #f3f3ed;
    color: #15151c;
}

body.site-theme-studio .home-editorial-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, #7c3aed 0 34%, #c7ff3d 34% 72%, #ff5e62 72%);
    content: "";
}

body.site-theme-studio .home-editorial-section .section-shell {
    position: relative;
    z-index: 1;
}

body.site-theme-studio .home-editorial-section .channel-highlights-block,
body.site-theme-studio .home-editorial-section .portal-announcements {
    margin-top: 0;
}

body.site-theme-studio .home-editorial-section .channel-highlights-heading {
    display: grid;
    grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1.58fr);
    align-items: end;
    gap: clamp(18px, 3vw, 42px);
    margin-bottom: clamp(16px, 2vw, 24px);
}

body.site-theme-studio .home-editorial-section .panel-kicker {
    color: #6130c4;
}

body.site-theme-studio .home-editorial-section .channel-highlights-heading h2 {
    max-width: 900px;
    margin: 0;
    color: #111118;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
}

body.site-theme-studio .home-editorial-section .channel-highlights-heading-main {
    display: flex;
    min-width: 0;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

body.site-theme-studio .home-editorial-section .channel-highlights-controls {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
}

body.site-theme-studio .home-editorial-section .channel-highlights-controls > span {
    min-width: 72px;
    color: #686672;
    font-size: 0.68rem;
    font-weight: 850;
    text-align: right;
}

body.site-theme-studio .home-editorial-section .channel-highlights-controls button {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(17, 17, 24, 0.13);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    color: #17171e;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

body.site-theme-studio .home-editorial-section .channel-highlights-controls button:hover,
body.site-theme-studio .home-editorial-section .channel-highlights-controls button:focus-visible {
    border-color: #6130c4;
    background: #fff;
    color: #6130c4;
    transform: translateY(-2px);
}

body.site-theme-studio .home-editorial-section .channel-highlights-controls button:disabled {
    opacity: 0.34;
    cursor: default;
    transform: none;
}

body.site-theme-studio .home-editorial-section .channel-highlights-controls svg {
    width: 17px;
    height: 17px;
}

body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel {
    --channel-highlights-visible: 3;
}

body.site-theme-studio .home-editorial-section .channel-highlights-viewport {
    overflow: visible;
}

body.site-theme-studio .home-editorial-section .channel-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel .channel-highlights-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (14px * (var(--channel-highlights-visible) - 1))) / var(--channel-highlights-visible));
    overflow-x: auto;
    overflow-y: hidden;
    padding-block: 7px 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel .channel-highlights-grid::-webkit-scrollbar {
    display: none;
}

body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel .channel-highlight-card {
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

body.site-theme-studio .home-editorial-section .channel-highlights-grid:focus-visible {
    outline: 3px solid rgba(97, 48, 196, 0.25);
    outline-offset: 5px;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card {
    min-height: 240px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(18, 18, 24, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    color: #17171e;
    box-shadow: 0 18px 48px rgba(22, 22, 30, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 66px rgba(22, 22, 30, 0.14);
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n + 2) {
    border-color: #6f37d3;
    background: linear-gradient(150deg, #7c3aed, #4d2299);
    color: #fff;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n) {
    border-color: #b2e72c;
    background: #c7ff3d;
    color: #0d0d12;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image::after {
    background: linear-gradient(145deg, rgba(35, 38, 45, 0.64), rgba(76, 79, 86, 0.48));
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n + 2)::after {
    background: linear-gradient(145deg, rgba(124, 58, 237, 0.67), rgba(77, 34, 153, 0.56));
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n)::after {
    background: linear-gradient(145deg, rgba(199, 255, 61, 0.66), rgba(178, 231, 44, 0.54));
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n + 1) {
    color: #fff;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n + 1)::before {
    color: rgba(255, 255, 255, 0.14);
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n + 1) small {
    color: #d7ff78;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n + 1) p {
    color: rgba(255, 255, 255, 0.88);
}

body.site-theme-studio .home-editorial-section .channel-highlight-card.has-background-image:nth-child(3n + 1) a {
    color: #d7ff78;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card::before {
    top: 16px;
    right: 18px;
    color: rgba(18, 18, 24, 0.08);
    font-size: 3.2rem;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n + 2)::before {
    color: rgba(255, 255, 255, 0.12);
}

body.site-theme-studio .home-editorial-section .channel-highlight-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #111118;
    color: #c7ff3d;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n + 2) .channel-highlight-icon {
    background: #fff;
    color: #5d29b7;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n) .channel-highlight-icon {
    background: #111118;
    color: #c7ff3d;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card small {
    margin-top: auto;
    color: #6130c4;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n + 2) small {
    color: #dcd1f7;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n) small {
    color: #3a470e;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card strong {
    max-width: 300px;
    color: inherit;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card p {
    color: #66666f;
    font-size: 0.88rem;
    line-height: 1.45;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n + 2) p {
    color: #ddd5eb;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n) p {
    color: #39420f;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card a {
    color: #4e259a;
}

body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n + 2) a,
body.site-theme-studio .home-editorial-section .channel-highlight-card:nth-child(3n) a {
    color: inherit;
}

body.site-theme-studio .home-editorial-section .channel-highlights-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 18px;
    margin-top: 14px;
}

body.site-theme-studio .home-editorial-section .channel-highlights-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 17, 24, 0.22);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease, transform 180ms ease;
}

body.site-theme-studio .home-editorial-section .channel-highlights-dots button:hover,
body.site-theme-studio .home-editorial-section .channel-highlights-dots button:focus-visible {
    background: #6130c4;
    transform: scale(1.18);
}

body.site-theme-studio .home-editorial-section .channel-highlights-dots button.is-active {
    width: 24px;
    background: #6130c4;
}

@media (prefers-reduced-motion: reduce) {
    body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel .channel-highlights-grid {
        scroll-behavior: auto;
    }

    body.site-theme-studio .home-editorial-section .channel-highlight-card,
    body.site-theme-studio .home-editorial-section .channel-highlight-background img,
    body.site-theme-studio .home-editorial-section .channel-highlights-controls button,
    body.site-theme-studio .home-editorial-section .channel-highlights-dots button {
        transition: none;
    }
}

body.site-theme-studio .home-editorial-section .portal-announcements {
    margin-top: clamp(30px, 3.5vw, 48px);
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(18, 18, 24, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 10%, rgba(199, 255, 61, 0.13), transparent 24rem),
        rgba(255, 255, 255, 0.82);
    color: #17171e;
    box-shadow: 0 18px 52px rgba(22, 22, 30, 0.09);
}

body.site-theme-studio .home-editorial-section .portal-announcements::before {
    background: linear-gradient(120deg, transparent 58%, rgba(124, 58, 237, 0.045));
    mask-image: none;
}

body.site-theme-studio .home-editorial-section .portal-announcements-header {
    gap: 16px;
    margin-bottom: 0;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(100deg, rgba(124, 58, 237, 0.14), transparent 42%),
        #111118;
}

body.site-theme-studio .home-editorial-section .portal-announcements-heading {
    gap: 12px;
}

body.site-theme-studio .home-editorial-section .portal-announcements-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(199, 255, 61, 0.45);
    border-radius: 50%;
    background:
        linear-gradient(rgba(199, 255, 61, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(199, 255, 61, 0.14) 1px, transparent 1px),
        repeating-radial-gradient(circle, transparent 0 7px, rgba(199, 255, 61, 0.24) 8px 9px),
        #191523;
    background-size: 100% 50%, 50% 100%, 100% 100%, 100% 100%;
    color: #c7ff3d;
    box-shadow: 0 0 0 5px rgba(199, 255, 61, 0.06), 0 9px 24px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio .home-editorial-section .portal-radar-core {
    background: #191523;
}

body.site-theme-studio .home-editorial-section .portal-radar-status {
    border-color: rgba(199, 255, 61, 0.18);
    background: rgba(199, 255, 61, 0.06);
    color: #dfff91;
}

body.site-theme-studio .home-editorial-section .portal-announcements .panel-kicker {
    color: #c7ff3d;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
}

body.site-theme-studio .home-editorial-section .portal-announcements-heading h2 {
    margin-top: 1px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.12rem, 1.8vw, 1.5rem);
    font-weight: 850;
    letter-spacing: -0.025em;
    text-transform: none;
}

body.site-theme-studio .home-editorial-section .portal-announcements-heading p {
    margin-top: 3px;
    color: #9f9eaa;
    font-size: 0.78rem;
}

body.site-theme-studio .home-editorial-section .portal-announcements-controls button {
    width: 36px;
    height: 36px;
    border-color: rgba(255, 255, 255, 0.12);
    background: #1d1d27;
    color: #fff;
}

body.site-theme-studio .home-editorial-section .portal-announcements-controls button:hover {
    border-color: #c7ff3d;
    background: #c7ff3d;
    color: #111118;
}

body.site-theme-studio .home-editorial-section .portal-announcement-slide {
    gap: clamp(16px, 2vw, 24px);
    min-height: 154px;
    padding: clamp(22px, 3vw, 32px);
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.site-theme-studio .home-editorial-section .portal-announcement-number {
    color: rgba(124, 58, 237, 0.15);
    font-size: clamp(2.1rem, 4vw, 3.4rem);
}

body.site-theme-studio .home-editorial-section .portal-announcement-copy small {
    color: #6130c4;
    font-size: 0.65rem;
}

body.site-theme-studio .home-editorial-section .portal-announcement-copy h3 {
    margin-top: 4px;
    color: #17171e;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.18rem, 1.8vw, 1.65rem);
    font-weight: 850;
    letter-spacing: -0.03em;
}

body.site-theme-studio .home-editorial-section .portal-announcement-copy p {
    margin-top: 6px;
    color: #66666f;
    font-size: 0.9rem;
    line-height: 1.45;
}

body.site-theme-studio .home-editorial-section .portal-announcement-action {
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(18, 18, 24, 0.1);
    border-radius: 999px;
    background: #111118;
    color: #fff;
    font-size: 0.84rem;
}

body.site-theme-studio .home-editorial-section .portal-announcement-action:hover {
    background: #7c3aed;
}

body.site-theme-studio .home-editorial-section .portal-announcements-footer {
    gap: 12px;
    margin-top: 0;
    padding: 11px 20px;
    border-top: 1px solid rgba(18, 18, 24, 0.08);
    background: rgba(255, 255, 255, 0.46);
}

body.site-theme-studio .home-editorial-section .portal-announcements-dots button {
    width: 7px;
    height: 7px;
    border-color: rgba(18, 18, 24, 0.12);
    background: #deded7;
}

body.site-theme-studio .home-editorial-section .portal-announcements-dots button.is-active {
    width: 24px;
    background: #7c3aed;
}

/* Participação — mantém o universo escuro com mais hierarquia e acabamento. */
body.site-theme-studio .live-engagement-section {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 3vw, 40px) 0 clamp(54px, 6vw, 82px);
    border: 0;
    background:
        radial-gradient(circle at 10% 4%, rgba(124, 58, 237, 0.2), transparent 27rem),
        radial-gradient(circle at 94% 88%, rgba(199, 255, 61, 0.08), transparent 22rem),
        #0b0b11;
}

body.site-theme-studio .live-engagement-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #7c3aed 24%, #c7ff3d 68%, transparent);
    content: "";
}

body.site-theme-studio .live-engagement-section .section-shell {
    position: relative;
    z-index: 1;
}

body.site-theme-studio .live-engagement-heading {
    margin-bottom: clamp(22px, 2.8vw, 34px);
    padding-bottom: clamp(18px, 2.2vw, 26px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.site-theme-studio .live-engagement-heading .panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c7ff3d;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

body.site-theme-studio .live-engagement-heading .panel-kicker::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c7ff3d;
    box-shadow: 0 0 0 5px rgba(199, 255, 61, 0.09), 0 0 18px rgba(199, 255, 61, 0.5);
    content: "";
}

/* Redes do rodapé — cores reconhecíveis e acabamento de aplicativos. */
body.site-theme-studio .site-footer .site-footer-socials {
    gap: 9px;
}

body.site-theme-studio .site-footer .site-footer-social {
    position: relative;
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: #181820;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 10px 24px rgba(0, 0, 0, 0.25);
    color: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.site-theme-studio .site-footer .site-footer-social::after {
    position: absolute;
    inset: 1px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 44%);
    content: "";
    pointer-events: none;
}

body.site-theme-studio .site-footer .site-footer-social svg {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    color: currentColor;
    stroke-width: 2.2;
}

body.site-theme-studio .site-footer .site-footer-social.is-whatsapp {
    border-color: rgba(83, 255, 144, 0.34);
    background: linear-gradient(145deg, #2fdf76, #15984b);
    color: #fff;
}

body.site-theme-studio .site-footer .site-footer-social.is-instagram {
    border-color: rgba(255, 92, 167, 0.42);
    background:
        radial-gradient(circle at 30% 105%, #ffd55f 0 20%, transparent 42%),
        linear-gradient(135deg, #833ab4, #e1306c 58%, #f77737);
    color: #fff;
}

body.site-theme-studio .site-footer .site-footer-social.is-youtube {
    border-color: rgba(255, 91, 91, 0.4);
    background: linear-gradient(145deg, #ff2147, #d90026);
    color: #fff;
}

body.site-theme-studio .site-footer .site-footer-social.is-facebook {
    border-color: rgba(96, 164, 255, 0.4);
    background: linear-gradient(145deg, #2788f5, #1154b7);
    color: #fff;
}

body.site-theme-studio .site-footer .site-footer-social.is-tiktok {
    border-color: transparent;
    background:
        linear-gradient(#111116, #111116) padding-box,
        linear-gradient(135deg, #25f4ee, #fe2c55) border-box;
    color: #fff;
}

body.site-theme-studio .site-footer .site-footer-social.is-x {
    border-color: rgba(255, 255, 255, 0.26);
    background: linear-gradient(145deg, #292932, #09090d);
    color: #fff;
}

body.site-theme-studio .site-footer .site-footer-social:hover,
body.site-theme-studio .site-footer .site-footer-social:focus-visible,
body.site-theme-studio .site-footer .site-footer-social.is-whatsapp:hover,
body.site-theme-studio .site-footer .site-footer-social.is-whatsapp:focus-visible {
    border-color: rgba(255, 255, 255, 0.48);
    color: #fff;
    filter: brightness(1.1) saturate(1.08);
    outline: none;
    transform: translateY(-3px) scale(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 14px 30px rgba(0, 0, 0, 0.32);
}

/* Ação de notificações do card lateral. */
body.site-theme-studio .companion-panel .companion-notification-action {
    width: calc(100% - 28px);
    min-height: 46px;
    margin: 12px 14px 14px;
    padding: 0 16px;
    border: 1px solid rgba(199, 255, 61, 0.28);
    border-radius: 14px;
    background:
        linear-gradient(110deg, rgba(199, 255, 61, 0.14), rgba(124, 58, 237, 0.12)),
        #181821;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 10px 24px rgba(0, 0, 0, 0.2);
    color: #f7f7f2;
    font-size: 0.88rem;
    font-weight: 850;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.site-theme-studio .companion-panel .companion-notification-action svg {
    width: 18px;
    height: 18px;
    color: #c7ff3d;
}

body.site-theme-studio .companion-panel .companion-notification-action:hover,
body.site-theme-studio .companion-panel .companion-notification-action:focus-visible {
    border-color: #c7ff3d;
    background: #c7ff3d;
    color: #111118;
    box-shadow: 0 12px 28px rgba(199, 255, 61, 0.16);
    outline: none;
    transform: translateY(-2px);
}

body.site-theme-studio .companion-panel .companion-notification-action:hover svg,
body.site-theme-studio .companion-panel .companion-notification-action:focus-visible svg {
    color: #111118;
}

body.site-theme-studio .companion-panel .companion-notification-action:disabled {
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}

body.site-theme-studio .companion-panel .home-social-link.is-whatsapp:hover,
body.site-theme-studio .companion-panel .home-social-link.is-whatsapp:focus-visible {
    border-color: rgba(70, 255, 136, 0.72);
    background: linear-gradient(145deg, #2bd971, #138c45);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.24);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

body.site-theme-studio .companion-panel .now-card h2 {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 12px 0 8px;
    padding: 9px 13px 10px 14px;
    overflow-wrap: anywhere;
    border: 1px solid rgba(199, 255, 61, 0.2);
    border-left: 3px solid #c7ff3d;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(199, 255, 61, 0.075), rgba(255, 255, 255, 0.018));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.22rem, 1.7vw, 1.52rem);
    font-weight: 720;
    line-height: 1.16;
    letter-spacing: -0.025em;
    text-rendering: optimizeLegibility;
}

body.site-theme-studio .companion-panel .now-card-heading .panel-kicker,
body.site-theme-studio.schedule-page .schedule-now-card .panel-kicker {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 720;
    letter-spacing: 0.025em;
    word-spacing: 0;
}

body.site-theme-studio .companion-panel .now-live-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

body.site-theme-studio .companion-panel .now-live-icon svg {
    width: 20px;
    height: 20px;
}

body.site-theme-studio .companion-panel .now-card-heading .panel-kicker {
    font-size: 0.76rem;
    font-weight: 760;
}

body.site-theme-studio .live-engagement-heading h2 {
    max-width: 760px;
    margin: 8px 0 7px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.2rem, 4.4vw, 4.25rem);
    font-weight: 820;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: none;
}

body.site-theme-studio .live-engagement-heading p {
    max-width: 690px;
    margin: 0;
    color: #aaa9b7;
    font-size: 0.94rem;
    line-height: 1.5;
}

body.site-theme-studio .live-engagement-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
    gap: 14px;
}

body.site-theme-studio .live-engagement-grid.is-single {
    grid-template-columns: minmax(0, 1fr);
}

body.site-theme-studio .interaction-stack {
    gap: 14px;
}

body.site-theme-studio .live-interaction-card,
body.site-theme-studio .live-wall-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.1), transparent 15rem),
        linear-gradient(145deg, #181821, #111118);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
}

body.site-theme-studio .live-interaction-card {
    gap: 12px;
    padding: 16px;
}

body.site-theme-studio .live-interaction-card.interaction-card-poll {
    grid-column: auto;
    gap: 12px;
    padding: 16px;
    border-color: rgba(124, 58, 237, 0.3);
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.18), transparent 14rem),
        #15151e;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

body.site-theme-studio .live-interaction-card:only-child {
    grid-column: 1 / -1;
}

body.site-theme-studio .live-interaction-card header,
body.site-theme-studio .live-wall-panel > header {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-theme-studio .live-interaction-card > header,
body.site-theme-studio .live-interaction-card.interaction-card-poll > header {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
}

body.site-theme-studio .live-interaction-card header strong {
    font-size: 1rem;
}

body.site-theme-studio .live-interaction-card.interaction-card-poll header strong {
    font-size: clamp(1.02rem, 1.3vw, 1.18rem);
}

body.site-theme-studio .live-interaction-card header small {
    color: #9897a5;
    font-size: 0.78rem;
    line-height: 1.35;
}

body.site-theme-studio .live-engagement-section .interaction-icon,
body.site-theme-studio .live-engagement-section .interaction-card-poll .interaction-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.16);
    color: #b795ff;
}

body.site-theme-studio .live-engagement-section .interaction-card-attendance .interaction-icon {
    background: rgba(199, 255, 61, 0.12);
    color: #c7ff3d;
}

body.site-theme-studio .live-engagement-section .poll-options {
    gap: 6px;
}

body.site-theme-studio .live-engagement-section .poll-options span {
    min-height: 40px;
    padding: 6px 9px;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
    color: #c5c4cd;
    font-size: 0.82rem;
}

body.site-theme-studio .live-engagement-section .poll-options input:checked + span {
    border-color: rgba(199, 255, 61, 0.48);
    background: rgba(199, 255, 61, 0.12);
    color: #ddff8d;
    box-shadow: inset 0 0 0 1px rgba(199, 255, 61, 0.08);
}

body.site-theme-studio .live-engagement-section .live-interaction-card label,
body.site-theme-studio .live-engagement-section .live-message-form label {
    color: #a9a8b3;
    font-size: 0.78rem;
}

body.site-theme-studio .live-engagement-section .live-interaction-card input:not([type="radio"]):not([type="checkbox"]),
body.site-theme-studio .live-engagement-section .live-message-form input:not([type="radio"]):not([type="checkbox"]),
body.site-theme-studio .live-engagement-section .live-message-form select,
body.site-theme-studio .live-engagement-section .live-message-form textarea {
    border-color: rgba(255, 255, 255, 0.11);
    background: #0e0e15;
    color: #fff;
}

body.site-theme-studio .live-engagement-section .live-interaction-card input:not([type="radio"]):not([type="checkbox"]),
body.site-theme-studio .live-engagement-section .live-message-form input:not([type="radio"]):not([type="checkbox"]),
body.site-theme-studio .live-engagement-section .live-message-form select {
    height: 40px;
}

body.site-theme-studio .live-engagement-section .interaction-submit {
    min-height: 40px;
    border-radius: 999px;
    background: #c7ff3d;
    color: #111118;
    font-size: 0.84rem;
}

body.site-theme-studio .live-wall-panel > header {
    padding: 15px 16px 13px;
    background: rgba(255, 255, 255, 0.025);
}

body.site-theme-studio .live-wall-panel h3 {
    margin-top: 3px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.15rem;
    font-weight: 760;
    line-height: 1.18;
    letter-spacing: -0.025em;
    text-rendering: optimizeLegibility;
}

body.site-theme-studio .live-wall-panel .panel-kicker {
    color: #b795ff;
    font-size: 0.64rem;
}

body.site-theme-studio .live-wall-status {
    padding: 6px 9px;
    border: 1px solid rgba(199, 255, 61, 0.13);
    border-radius: 999px;
    background: rgba(199, 255, 61, 0.055);
    color: #b8b7c1;
    font-size: 0.7rem;
}

body.site-theme-studio .live-message-feed {
    max-height: 260px;
    background: transparent;
}

body.site-theme-studio .live-message-feed article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 16px;
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

body.site-theme-studio .live-message-feed .message-avatar {
    width: 36px;
    height: 36px;
    background: rgba(124, 58, 237, 0.16);
    color: #cdb9ff;
}

body.site-theme-studio .live-message-feed .wall-message-meta span {
    color: #8f8e9c;
}

body.site-theme-studio .live-message-feed .wall-message-meta b {
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
}

body.site-theme-studio .live-message-feed p {
    margin-top: 6px;
    border-left-color: rgba(124, 58, 237, 0.35);
    color: #aaa9b7;
    line-height: 1.4;
}

body.site-theme-studio .live-message-more {
    min-height: 32px;
    margin: 9px 14px 0 auto;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: #cdb9ff;
}

body.site-theme-studio .live-message-toggle {
    width: calc(100% - 28px);
    min-height: 40px;
    margin: 11px 14px 14px;
    border-color: rgba(199, 255, 61, 0.22);
    border-radius: 12px;
    background: rgba(199, 255, 61, 0.08);
    color: #d7ff77;
    box-shadow: none;
}

body.site-theme-studio .live-message-toggle:hover,
body.site-theme-studio .live-message-toggle:focus-visible,
body.site-theme-studio .live-message-toggle.is-open {
    border-color: rgba(199, 255, 61, 0.48);
    background: rgba(199, 255, 61, 0.14);
    color: #e4ffa5;
    box-shadow: none;
}

body.site-theme-studio .live-message-form {
    gap: 9px;
    padding: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #111118;
}

body.site-theme-studio .live-message-form .check-row {
    min-height: 40px;
    padding: 8px 10px;
    border-color: rgba(199, 255, 61, 0.16);
    background: rgba(199, 255, 61, 0.055);
    color: #aaa9b7;
}

body.site-theme-studio .notification-subscribe-panel {
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(105deg, #c7ff3d, #b9f52e);
    color: #101015;
    box-shadow: 0 18px 46px rgba(199, 255, 61, 0.09);
}

body.site-theme-studio .notification-subscribe-panel strong,
body.site-theme-studio .notification-subscribe-panel span,
body.site-theme-studio .notification-subscribe-panel small,
body.site-theme-studio .notification-subscribe-panel label {
    color: #101015;
}

body.site-theme-studio .notification-subscribe-panel .notification-subscribe-icon {
    background: #101015;
    color: #c7ff3d;
}

body.site-theme-studio .notification-subscribe-panel input:not([type="checkbox"]) {
    height: 40px;
    border-color: rgba(16, 16, 21, 0.16);
    background: rgba(255, 255, 255, 0.82);
    color: #101015;
}

body.site-theme-studio .notification-subscribe-panel .interaction-submit {
    min-height: 40px;
    border-radius: 999px;
    border-color: #101015;
    background: #101015;
    color: #fff;
}

body.site-theme-studio .notification-subscribe-panel .interaction-submit span {
    overflow: visible;
    color: #fff;
    white-space: nowrap;
}

body.site-theme-studio .notification-subscribe-panel .interaction-submit svg {
    flex: 0 0 auto;
    color: #c7ff3d;
}

@media (min-width: 1041px) {
    body.site-theme-studio .interaction-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1041px) {
    body.site-theme-studio .site-header {
        justify-content: space-between;
        gap: clamp(12px, 1.4vw, 24px);
        padding-right: 10px;
        padding-left: 12px;
    }

    body.site-theme-studio .main-nav {
        flex: 0 1 auto;
        justify-content: center;
    }

    body.site-theme-studio .header-actions {
        margin-left: 0;
    }
}

@media (max-width: 1180px) and (min-width: 1041px) {
    body.site-theme-studio .brand small {
        display: none;
    }

    body.site-theme-studio .brand strong {
        max-width: 138px;
    }

    body.site-theme-studio .main-nav > a,
    body.site-theme-studio .main-nav > .nav-dropdown > button {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 0.64rem;
    }

    body.site-theme-studio .header-action {
        width: 46px;
        padding: 0;
    }

    body.site-theme-studio .header-action span {
        display: none;
    }
}

@media (max-width: 1040px) {
    body.site-theme-studio .live-engagement-grid {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio .site-header {
        top: 8px;
        width: calc(100% - 16px);
        min-height: 68px;
        margin: 8px auto 18px;
        padding: 8px 9px 8px 10px;
        border-radius: 19px;
    }

    body.site-theme-studio .main-nav {
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        gap: 6px;
        max-height: min(72vh, 570px);
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        background: rgba(17, 17, 25, 0.98);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
    }

    body.site-theme-studio .main-nav > a,
    body.site-theme-studio .main-nav > .nav-dropdown > button {
        min-height: 48px;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 13px;
        background: #1a1a23;
        color: #dad9e0;
    }

    body.site-theme-studio .main-nav > a:hover,
    body.site-theme-studio .main-nav > a.is-active,
    body.site-theme-studio .main-nav > .nav-dropdown > button:hover,
    body.site-theme-studio .main-nav > .nav-dropdown > button.is-active,
    body.site-theme-studio .nav-dropdown.is-open > button {
        border-color: rgba(199, 255, 61, 0.3);
        background: rgba(199, 255, 61, 0.11);
        color: #c7ff3d;
        box-shadow: inset 4px 0 0 #c7ff3d;
    }

    body.site-theme-studio .nav-dropdown {
        border-color: rgba(255, 255, 255, 0.08);
        background: #13131b;
    }

    body.site-theme-studio .nav-dropdown > button::before {
        border: 0;
        background: #7c3aed;
        box-shadow: none;
    }

    body.site-theme-studio .nav-dropdown-menu {
        border-left-color: rgba(199, 255, 61, 0.32);
    }

    body.site-theme-studio .nav-dropdown-menu a {
        border-color: rgba(255, 255, 255, 0.08);
        background: #1a1a23;
        color: #d6d5dd;
    }

    body.site-theme-studio .header-icon-action.menu-toggle {
        border-color: rgba(255, 255, 255, 0.1);
        background: #1b1b25;
        color: #fff;
        box-shadow: none;
    }

    body.site-theme-studio .header-icon-action.menu-toggle[aria-expanded="true"] {
        border-color: #c7ff3d;
        background: #c7ff3d;
        color: #101015;
        box-shadow: none;
    }

    body.site-theme-studio .home-editorial-section {
        border-radius: 32px 32px 0 0;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel {
        --channel-highlights-visible: 2;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel .channel-highlight-card:last-child {
        grid-column: auto;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.site-theme-studio .home-editorial-section .channel-highlight-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    body.site-theme-studio .site-header {
        margin-bottom: 12px;
    }

    body.site-theme-studio .brand-mark {
        width: 44px;
        height: 44px;
    }

    body.site-theme-studio .brand strong {
        max-width: 140px;
        font-size: 0.88rem;
    }

    body.site-theme-studio .brand small {
        display: none;
    }

    body.site-theme-studio .header-action,
    body.site-theme-studio .header-icon-action {
        width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0;
        border-radius: 13px;
    }

    body.site-theme-studio .home-editorial-section {
        padding: 28px 0 36px;
        border-radius: 24px 24px 0 0;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-heading h2,
    body.site-theme-studio .live-engagement-heading h2 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-heading-main {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-controls > span {
        margin-right: auto;
        text-align: left;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-block.is-carousel {
        --channel-highlights-visible: 1;
    }

    body.site-theme-studio .home-editorial-section .channel-highlights-grid {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio .home-editorial-section .channel-highlight-card,
    body.site-theme-studio .home-editorial-section .channel-highlight-card:last-child {
        grid-column: auto;
        min-height: 220px;
    }

    body.site-theme-studio .home-editorial-section .portal-announcements {
        margin-top: 28px;
        border-radius: 20px;
    }

    body.site-theme-studio .home-editorial-section .portal-announcements-header {
        padding: 14px 16px;
    }

    body.site-theme-studio .home-editorial-section .portal-announcement-slide {
        min-height: 0;
        padding: 20px 18px;
    }

    body.site-theme-studio .home-editorial-section .portal-announcements-footer {
        padding: 10px 18px;
    }

    body.site-theme-studio .live-interaction-card,
    body.site-theme-studio .live-wall-panel,
    body.site-theme-studio .notification-subscribe-panel {
        border-radius: 18px;
    }

    body.site-theme-studio .live-engagement-section {
        padding: 24px 0 46px;
    }

    body.site-theme-studio .live-engagement-heading {
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    body.site-theme-studio .live-engagement-heading h2 {
        font-size: clamp(2.1rem, 10.5vw, 3.15rem);
    }

    body.site-theme-studio .live-engagement-heading p {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    body.site-theme-studio .live-interaction-card,
    body.site-theme-studio .live-interaction-card.interaction-card-poll {
        padding: 14px;
    }

    body.site-theme-studio .live-message-feed {
        max-height: 238px;
    }

    body.site-theme-studio .notification-subscribe-panel {
        margin-top: 12px;
        padding: 14px;
    }
}

/* Cabeçalho claro e hero editorial: uma abertura luminosa antes da área ao vivo escura. */
body.site-theme-studio .site-header {
    border-color: rgba(19, 19, 27, 0.11);
    background: rgba(250, 250, 247, 0.94);
    box-shadow: 0 18px 52px rgba(9, 9, 15, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: #17171e;
    backdrop-filter: blur(24px) saturate(135%);
}

body.site-theme-studio.home-page .site-header {
    margin-bottom: 0;
}

body.site-theme-studio .brand strong {
    color: #17171e;
}

body.site-theme-studio .brand small {
    color: #6d6c76;
}

body.site-theme-studio .main-nav {
    border-color: rgba(19, 19, 27, 0.08);
    background: #efefea;
}

body.site-theme-studio .main-nav > a,
body.site-theme-studio .main-nav > .nav-dropdown > button {
    color: #676670;
}

body.site-theme-studio .main-nav > a:hover,
body.site-theme-studio .main-nav > .nav-dropdown > button:hover {
    border-color: rgba(82, 39, 171, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: #2b174e;
}

body.site-theme-studio .main-nav > a.is-active,
body.site-theme-studio .main-nav > .nav-dropdown > button.is-active,
body.site-theme-studio .nav-dropdown.is-open > button {
    border-color: rgba(91, 43, 186, 0.21);
    background: #eaf7c9;
    color: #32185f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

body.site-theme-studio .header-icon-action {
    border-color: rgba(19, 19, 27, 0.12);
    background: #fff;
    color: #24232b;
    box-shadow: 0 8px 22px rgba(28, 27, 38, 0.06);
}

body.site-theme-studio .header-icon-action:hover {
    border-color: rgba(91, 43, 186, 0.26);
    background: #f0eafe;
    color: #5b2bba;
}

body.site-theme-studio .header-action {
    background: #bfff2f;
    color: #111116;
    box-shadow: 0 12px 26px rgba(134, 184, 15, 0.2);
}

body.site-theme-studio .header-action:hover {
    background: #aef019;
    color: #111116;
}

body.site-theme-studio .nav-dropdown-menu {
    border-color: rgba(19, 19, 27, 0.11);
    background: rgba(255, 255, 252, 0.98);
    box-shadow: 0 28px 80px rgba(20, 19, 29, 0.18);
}

body.site-theme-studio .nav-dropdown-menu::before {
    border-color: rgba(19, 19, 27, 0.08);
    background: #fffffc;
}

body.site-theme-studio .nav-dropdown-menu-heading {
    border-color: rgba(19, 19, 27, 0.09);
}

body.site-theme-studio .nav-dropdown-menu-heading > span {
    border-color: rgba(91, 43, 186, 0.16);
    background: #eee8fb;
    color: #5b2bba;
}

body.site-theme-studio .nav-dropdown-menu-heading small {
    color: #6b35cf;
}

body.site-theme-studio .nav-dropdown-menu-heading strong {
    color: #25242d;
}

body.site-theme-studio .nav-dropdown-menu a {
    border-color: rgba(19, 19, 27, 0.08);
    background: #f7f7f3;
    color: #4c4b55;
}

body.site-theme-studio .nav-dropdown-menu a:hover,
body.site-theme-studio .nav-dropdown-menu a:focus-visible,
body.site-theme-studio .nav-dropdown-menu a.is-current {
    border-color: rgba(91, 43, 186, 0.2);
    background: #f0eafe;
    color: #3f1d82;
    box-shadow: 0 10px 22px rgba(91, 43, 186, 0.08);
}

body.site-theme-studio .nav-dropdown-item-icon {
    border-color: rgba(91, 43, 186, 0.15);
    background: #fff;
    color: #5b2bba;
}

body.site-theme-studio .nav-dropdown-item-arrow {
    border-color: rgba(19, 19, 27, 0.08);
    background: #ecece7;
    color: #45444d;
}

body.site-theme-studio .hero {
    border-bottom-color: rgba(19, 19, 27, 0.1);
    background:
        radial-gradient(circle at 12% 18%, rgba(124, 58, 237, 0.11), transparent 27rem),
        radial-gradient(circle at 79% 68%, rgba(181, 235, 47, 0.16), transparent 31rem),
        #f4f3ee;
    color: #15151c;
}

body.site-theme-studio .hero::before {
    background-image:
        linear-gradient(rgba(19, 19, 27, 0.038) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 19, 27, 0.038) 1px, transparent 1px);
}

body.site-theme-studio .hero::after {
    width: 2px;
    background: linear-gradient(180deg, transparent, #b7ef2f 20%, #7c3aed 74%, transparent);
}

body.site-theme-studio .hero h1 {
    color: #15151c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

body.site-theme-studio .hero p {
    color: #5d5c66;
}

body.site-theme-studio .hero-live-indicator {
    border-color: rgba(19, 19, 27, 0.12);
    background: rgba(255, 255, 252, 0.82);
    color: #5525aa;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    letter-spacing: 0.045em;
    box-shadow: 0 12px 34px rgba(40, 34, 57, 0.07);
}

body.site-theme-studio .hero .secondary-action,
body.site-theme-studio .hero .ghost-action {
    border-color: rgba(19, 19, 27, 0.16);
    background: rgba(255, 255, 252, 0.82);
    color: #1e1d24;
    box-shadow: 0 10px 28px rgba(35, 33, 45, 0.06);
}

body.site-theme-studio .hero .secondary-action:hover,
body.site-theme-studio .hero .ghost-action:hover {
    border-color: rgba(91, 43, 186, 0.3);
    background: #fff;
    color: #4e259c;
}

body.site-theme-studio .hero-visual::before {
    border-color: rgba(19, 19, 27, 0.12);
    background: rgba(255, 255, 252, 0.94);
    color: #5525aa;
    box-shadow: 0 10px 30px rgba(25, 24, 34, 0.09);
}

body.site-theme-studio .hero-visual::after {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.3), rgba(177, 229, 46, 0.2));
    filter: blur(32px);
}

body.site-theme-studio .hero-visual-image {
    border-color: rgba(255, 255, 255, 0.88);
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(13, 10, 22, 0.08)),
        var(--hero-image);
    background-position: center;
    box-shadow: 0 34px 80px rgba(31, 27, 43, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.55);
}

body.site-theme-studio .hero-status {
    border-color: rgba(255, 255, 255, 0.19);
    background: rgba(15, 13, 23, 0.84);
    box-shadow: 0 22px 55px rgba(18, 15, 28, 0.28);
}

@media (max-width: 1040px) {
    body.site-theme-studio .main-nav {
        border-color: rgba(19, 19, 27, 0.1);
        background: rgba(250, 250, 247, 0.99);
        box-shadow: 0 28px 80px rgba(18, 17, 25, 0.22);
    }

    body.site-theme-studio .main-nav > a,
    body.site-theme-studio .main-nav > .nav-dropdown > button {
        border-color: rgba(19, 19, 27, 0.08);
        background: #f1f1ec;
        color: #53525c;
    }

    body.site-theme-studio .main-nav > a:hover,
    body.site-theme-studio .main-nav > a.is-active,
    body.site-theme-studio .main-nav > .nav-dropdown > button:hover,
    body.site-theme-studio .main-nav > .nav-dropdown > button.is-active,
    body.site-theme-studio .nav-dropdown.is-open > button {
        border-color: rgba(91, 43, 186, 0.2);
        background: #eaf7c9;
        color: #32185f;
        box-shadow: inset 4px 0 0 #7c3aed;
    }

    body.site-theme-studio .nav-dropdown {
        border-color: rgba(19, 19, 27, 0.08);
        background: #f7f7f3;
    }

    body.site-theme-studio .nav-dropdown-menu {
        border-left-color: rgba(91, 43, 186, 0.25);
        background: transparent;
        box-shadow: none;
    }

    body.site-theme-studio .nav-dropdown-menu a {
        border-color: rgba(19, 19, 27, 0.08);
        background: #fff;
        color: #4f4e58;
    }

    body.site-theme-studio .header-icon-action.menu-toggle {
        border-color: rgba(19, 19, 27, 0.12);
        background: #fff;
        color: #25242c;
    }

    body.site-theme-studio .header-icon-action.menu-toggle[aria-expanded="true"] {
        border-color: #b6ee2d;
        background: #bfff2f;
        color: #111116;
    }
}

@media (max-width: 680px) {
    body.site-theme-studio.home-page .site-header {
        margin-bottom: 0;
    }

    body.site-theme-studio .hero-inner {
        padding-top: 54px;
    }

    body.site-theme-studio .hero-visual-image {
        background-position: 58% center;
    }
}

/* Navegação v2: geometria única para todos os itens e centro óptico estável. */
body.site-theme-studio .site-header {
    align-self: center;
    width: calc(100% - 24px);
    max-width: 1480px;
    overflow: visible;
}

@media (min-width: 1041px) {
    body.site-theme-studio .site-header {
        display: grid;
        grid-template-columns: minmax(178px, 1fr) auto auto;
        gap: 8px;
        padding: 9px 11px 9px 14px;
    }

    body.site-theme-studio .brand {
        justify-self: start;
        max-width: 100%;
        padding-right: 0;
    }

    body.site-theme-studio .brand > span:last-child {
        min-width: 0;
    }

    body.site-theme-studio .main-nav {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-self: end;
        gap: 2px;
        min-height: 52px;
        padding: 5px;
        border-color: rgba(26, 24, 34, 0.085);
        border-radius: 17px;
        background: rgba(238, 238, 232, 0.88);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    }

    body.site-theme-studio .main-nav > a,
    body.site-theme-studio .main-nav > .nav-dropdown > button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        min-height: 42px;
        padding: 0 clamp(9px, 0.8vw, 14px);
        border: 1px solid transparent;
        border-radius: 13px;
        font-size: 0.68rem;
        font-weight: 850;
        line-height: 1;
        letter-spacing: 0.045em;
        white-space: nowrap;
    }

    body.site-theme-studio .nav-dropdown {
        display: flex;
        align-items: center;
        height: 42px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    body.site-theme-studio .nav-dropdown > button svg {
        display: block;
        width: 14px;
        height: 14px;
        margin-left: 2px;
        stroke-width: 2.25;
    }

    body.site-theme-studio .main-nav > a:hover,
    body.site-theme-studio .main-nav > .nav-dropdown > button:hover {
        border-color: rgba(91, 43, 186, 0.12);
        background: rgba(255, 255, 255, 0.84);
        color: #42207f;
        box-shadow: 0 7px 18px rgba(34, 30, 45, 0.055);
        transform: translateY(-1px);
    }

    body.site-theme-studio .main-nav > a.is-active,
    body.site-theme-studio .main-nav > .nav-dropdown > button.is-active,
    body.site-theme-studio .nav-dropdown.is-open > button {
        border-color: rgba(101, 53, 188, 0.2);
        background: linear-gradient(145deg, #f1ffd1, #e6f6bd);
        color: #3d1d77;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 8px 18px rgba(89, 130, 14, 0.08);
        transform: none;
    }

    body.site-theme-studio .header-actions {
        justify-self: start;
        margin-left: 0;
    }
}

@media (min-width: 1181px) {
    body.site-theme-studio .brand strong,
    body.site-theme-studio .brand small {
        max-width: clamp(190px, 22vw, 320px);
    }

    body.site-theme-studio:not(.has-member-hub) .main-nav > a,
    body.site-theme-studio:not(.has-member-hub) .main-nav > .nav-dropdown > button {
        padding-right: clamp(7px, 0.62vw, 10px);
        padding-left: clamp(7px, 0.62vw, 10px);
    }
}

@media (max-width: 1040px) {
    body.site-theme-studio .site-header {
        width: calc(100% - 16px);
    }

    body.site-theme-studio .main-nav > a,
    body.site-theme-studio .main-nav > .nav-dropdown > button {
        display: flex;
        align-items: center;
        line-height: 1.15;
    }
}

/* Fundo aurora: substitui a malha quadriculada por luzes orgânicas e difusas. */
body.site-theme-studio .page-pattern {
    background:
        radial-gradient(ellipse 46% 34% at 84% 8%, rgba(124, 58, 237, 0.2), transparent 72%),
        radial-gradient(ellipse 38% 42% at 6% 58%, rgba(199, 255, 61, 0.08), transparent 74%),
        radial-gradient(ellipse 30% 28% at 72% 72%, rgba(255, 94, 98, 0.06), transparent 76%);
    background-size: auto;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.72) 58%, transparent 94%);
}

body.site-theme-studio .hero {
    isolation: isolate;
    background:
        radial-gradient(ellipse 54% 68% at 82% 12%, rgba(124, 58, 237, 0.13), transparent 68%),
        radial-gradient(ellipse 44% 54% at 9% 82%, rgba(190, 239, 63, 0.14), transparent 70%),
        radial-gradient(ellipse 30% 38% at 58% 60%, rgba(255, 94, 98, 0.045), transparent 72%),
        linear-gradient(118deg, #f8f8f4 0%, #f1eef6 52%, #f7f8f1 100%);
}

body.site-theme-studio .hero::before {
    inset: -16%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(ellipse 32% 38% at 78% 14%, rgba(107, 47, 221, 0.17), transparent 72%),
        radial-gradient(ellipse 36% 32% at 88% 76%, rgba(188, 239, 52, 0.18), transparent 70%),
        radial-gradient(ellipse 24% 30% at 18% 62%, rgba(124, 58, 237, 0.08), transparent 74%);
    background-size: auto;
    box-shadow: none;
    content: "";
    opacity: 0.88;
    filter: blur(22px);
    transform: rotate(-3deg) scale(1.035);
    pointer-events: none;
}

body.site-theme-studio .hero::after {
    top: 17%;
    bottom: 17%;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, #b9ef32 18%, #7c3aed 76%, transparent);
    box-shadow: 0 0 22px rgba(124, 58, 237, 0.18);
}

@media (max-width: 680px) {
    body.site-theme-studio .hero::before {
        inset: -10%;
        opacity: 0.72;
        filter: blur(18px);
    }
}

/* Cenografia de abertura: ondas de transmissão, vidro e halos luminosos. */
body.site-theme-studio .hero {
    background:
        radial-gradient(ellipse 54% 74% at 88% 5%, rgba(110, 47, 221, 0.2), transparent 65%),
        radial-gradient(ellipse 42% 52% at 76% 92%, rgba(191, 244, 50, 0.2), transparent 68%),
        radial-gradient(ellipse 35% 44% at 7% 78%, rgba(124, 58, 237, 0.09), transparent 72%),
        linear-gradient(122deg, #fbfbf7 0%, #f3eff9 49%, #f3f7e9 100%);
}

body.site-theme-studio .hero::before {
    z-index: 1;
    inset: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(251, 251, 247, 0.82) 0%, rgba(251, 251, 247, 0.58) 27%, rgba(251, 251, 247, 0.08) 58%, transparent 74%);
    opacity: 1;
    filter: none;
    transform: none;
}

body.site-theme-studio .hero::after {
    z-index: 2;
}

body.site-theme-studio .hero-atmosphere {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

body.site-theme-studio .hero-atmosphere > span {
    position: absolute;
    display: block;
    pointer-events: none;
}

body.site-theme-studio .hero-aura {
    border-radius: 50%;
}

body.site-theme-studio .hero-aura-violet {
    top: -47%;
    right: -5%;
    width: clamp(520px, 54vw, 940px);
    aspect-ratio: 1;
    background: radial-gradient(circle at 47% 52%, rgba(112, 47, 223, 0.34) 0%, rgba(124, 58, 237, 0.15) 34%, rgba(124, 58, 237, 0.045) 56%, transparent 72%);
    filter: blur(2px);
    animation: heroAuraDrift 14s ease-in-out infinite alternate;
}

body.site-theme-studio .hero-aura-lime {
    right: 17%;
    bottom: -54%;
    width: clamp(390px, 40vw, 690px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(192, 246, 48, 0.32) 0%, rgba(192, 246, 48, 0.12) 39%, rgba(192, 246, 48, 0.025) 61%, transparent 72%);
    filter: blur(4px);
    animation: heroAuraDrift 17s ease-in-out -5s infinite alternate-reverse;
}

body.site-theme-studio .hero-signal-rings {
    top: -9%;
    right: -34%;
    width: min(88vw, 1280px);
    height: min(54vw, 760px);
    border: 1px solid rgba(91, 43, 186, 0.2);
    border-radius: 50%;
    box-shadow:
        0 0 0 58px rgba(91, 43, 186, 0.055),
        0 0 0 116px rgba(183, 234, 48, 0.052),
        0 0 0 174px rgba(91, 43, 186, 0.026);
    opacity: 0.82;
    transform: rotate(-13deg);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 24%, #000 52%, #000 100%);
}

body.site-theme-studio .hero-glass-beam {
    top: 15%;
    right: -11%;
    width: clamp(470px, 51vw, 850px);
    height: clamp(76px, 8vw, 132px);
    border-top: 1px solid rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(91, 43, 186, 0.1);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.54) 29%, rgba(255, 255, 255, 0.15) 72%, transparent 100%);
    box-shadow: 0 24px 60px rgba(85, 37, 174, 0.08);
    opacity: 0.8;
    transform: rotate(-17deg);
    backdrop-filter: blur(3px);
}

@keyframes heroAuraDrift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        transform: translate3d(-2.5%, 3%, 0) scale(1.065);
    }
}

@media (max-width: 980px) {
    body.site-theme-studio .hero::before {
        background: linear-gradient(180deg, rgba(251, 251, 247, 0.72) 0%, rgba(251, 251, 247, 0.36) 45%, transparent 76%);
    }

    body.site-theme-studio .hero-aura-violet {
        top: -24%;
        right: -42%;
    }

    body.site-theme-studio .hero-aura-lime {
        right: 12%;
        bottom: -27%;
    }

    body.site-theme-studio .hero-signal-rings {
        top: 3%;
        right: -74%;
        width: 1040px;
        height: 620px;
        opacity: 0.58;
    }

    body.site-theme-studio .hero-glass-beam {
        top: 9%;
        right: -38%;
        opacity: 0.56;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio .hero-signal-rings {
        right: -145%;
        opacity: 0.42;
    }

    body.site-theme-studio .hero-glass-beam {
        right: -76%;
        height: 72px;
        opacity: 0.46;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-theme-studio .hero-aura {
        animation: none;
    }
}

/* Página de programação: grade editorial escura, legível e responsiva. */
body.site-theme-studio.schedule-page {
    background: #09090f;
}

body.site-theme-studio.schedule-page main {
    overflow: clip;
}

body.site-theme-studio.schedule-page .schedule-page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 75% 14%, rgba(124, 58, 237, 0.34), transparent 30rem),
        radial-gradient(circle at 12% 110%, rgba(199, 255, 61, 0.12), transparent 24rem),
        linear-gradient(118deg, #0a0a10 0%, #11101c 58%, #0b0b12 100%);
}

body.site-theme-studio.schedule-page .schedule-page-hero::before {
    position: absolute;
    top: -52%;
    right: -7%;
    z-index: -1;
    width: min(54vw, 760px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 42% 58% 64% 36%;
    background: linear-gradient(145deg, rgba(124, 58, 237, 0.16), rgba(199, 255, 61, 0.025));
    box-shadow:
        0 0 0 54px rgba(124, 58, 237, 0.035),
        0 0 0 108px rgba(199, 255, 61, 0.018);
    content: "";
    transform: rotate(22deg);
}

body.site-theme-studio.schedule-page .schedule-page-hero::after {
    position: absolute;
    right: 12%;
    bottom: -72px;
    z-index: -1;
    width: 320px;
    height: 150px;
    border: 1px solid rgba(199, 255, 61, 0.18);
    border-radius: 999px;
    content: "";
    transform: rotate(-12deg);
}

body.site-theme-studio.schedule-page .schedule-page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
    align-items: center;
    gap: clamp(40px, 7vw, 110px);
    min-height: 250px;
    padding: clamp(6px, 1vw, 12px) 0 clamp(52px, 4.5vw, 66px);
}

body.site-theme-studio.schedule-page .schedule-page-hero-copy {
    position: relative;
    z-index: 2;
}

body.site-theme-studio.schedule-page .schedule-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

body.site-theme-studio.schedule-page .schedule-page-eyebrow svg {
    width: 17px;
    height: 17px;
}

body.site-theme-studio.schedule-page .schedule-page-hero h1 {
    max-width: none;
    margin: 12px 0 12px;
    color: #f8f8fb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2.7rem, 5vw, 4.6rem);
    font-weight: 780;
    line-height: 0.91;
    letter-spacing: -0.065em;
    text-transform: none;
    white-space: nowrap;
}

body.site-theme-studio.schedule-page .schedule-page-hero h1 span {
    color: #c7ff3d;
}

body.site-theme-studio.schedule-page .schedule-page-hero-copy > p {
    max-width: 610px;
    margin: 0;
    color: #b6b5c1;
    font-size: clamp(0.96rem, 1.25vw, 1.08rem);
    line-height: 1.62;
}

body.site-theme-studio.schedule-page .schedule-page-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

body.site-theme-studio.schedule-page .schedule-page-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: #dedde5;
    font-size: 0.76rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

body.site-theme-studio.schedule-page .schedule-page-hero-meta svg {
    width: 15px;
    height: 15px;
    color: #c7ff3d;
}

body.site-theme-studio.schedule-page .schedule-hero-graphic {
    position: relative;
    display: grid;
    min-height: 184px;
    place-items: center;
}

body.site-theme-studio.schedule-page .schedule-hero-signal {
    position: relative;
    display: grid;
    width: min(100%, 330px);
    min-height: 176px;
    align-content: center;
    padding: 22px 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(30, 28, 45, 0.84), rgba(11, 11, 17, 0.9));
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
    transform: rotate(2deg);
}

body.site-theme-studio.schedule-page .schedule-hero-signal::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
    border-radius: 0 0 0 100%;
    background: linear-gradient(135deg, #c7ff3d, #91d91b);
    content: "";
}

body.site-theme-studio.schedule-page .schedule-hero-signal > span {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}

body.site-theme-studio.schedule-page .schedule-hero-signal > strong {
    margin-top: 5px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.075em;
}

body.site-theme-studio.schedule-page .schedule-hero-signal > strong small {
    color: #8e8c9a;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
}

body.site-theme-studio.schedule-page .schedule-hero-signal > div {
    display: flex;
    align-items: end;
    gap: 6px;
    height: 30px;
    margin-top: 12px;
}

body.site-theme-studio.schedule-page .schedule-hero-signal i {
    display: block;
    width: 7px;
    height: 34%;
    border-radius: 99px;
    background: linear-gradient(180deg, #c7ff3d, #7c3aed);
}

body.site-theme-studio.schedule-page .schedule-hero-signal i:nth-child(2) { height: 58%; }
body.site-theme-studio.schedule-page .schedule-hero-signal i:nth-child(3) { height: 88%; }
body.site-theme-studio.schedule-page .schedule-hero-signal i:nth-child(4) { height: 48%; }
body.site-theme-studio.schedule-page .schedule-hero-signal i:nth-child(5) { height: 100%; }
body.site-theme-studio.schedule-page .schedule-hero-signal i:nth-child(6) { height: 70%; }
body.site-theme-studio.schedule-page .schedule-hero-signal i:nth-child(7) { height: 40%; }

body.site-theme-studio.schedule-page .schedule-content-section {
    padding: 0 0 clamp(64px, 8vw, 108px);
    background:
        radial-gradient(circle at 8% 12%, rgba(199, 255, 61, 0.045), transparent 24rem),
        radial-gradient(circle at 94% 54%, rgba(124, 58, 237, 0.08), transparent 30rem),
        #09090f;
}

body.site-theme-studio.schedule-page .day-tabs {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
    margin: -33px 0 38px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(16, 16, 24, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

body.site-theme-studio.schedule-page .day-tabs a {
    display: grid;
    min-width: 0;
    min-height: 54px;
    padding: 7px 10px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 15px;
    background: transparent;
    color: #aaa8b5;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 720;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

body.site-theme-studio.schedule-page .day-tabs a > span {
    display: none;
}

body.site-theme-studio.schedule-page .day-tabs a:hover {
    border-color: rgba(199, 255, 61, 0.24);
    background: rgba(199, 255, 61, 0.07);
    color: #fff;
    transform: translateY(-1px);
}

body.site-theme-studio.schedule-page .day-tabs a.is-active {
    border-color: #c7ff3d;
    background: #c7ff3d;
    color: #0a0a0f;
    box-shadow: 0 10px 28px rgba(199, 255, 61, 0.16);
}

body.site-theme-studio.schedule-page .day-tabs a:focus-visible {
    outline: 3px solid rgba(199, 255, 61, 0.55);
    outline-offset: 2px;
}

body.site-theme-studio.schedule-page .schedule-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.4fr);
    gap: clamp(22px, 3vw, 42px);
    align-items: start;
}

body.site-theme-studio.schedule-page .schedule-list-panel {
    min-width: 0;
}

body.site-theme-studio.schedule-page .schedule-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

body.site-theme-studio.schedule-page .schedule-list-heading .compact-heading {
    margin: 0;
}

body.site-theme-studio.schedule-page .schedule-list-heading .panel-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #c7ff3d;
    font-size: 0.68rem;
    letter-spacing: 0.075em;
}

body.site-theme-studio.schedule-page .schedule-list-heading h2 {
    max-width: 780px;
    margin: 0;
    color: #f7f7fa;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.8rem, 3.2vw, 3.15rem);
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: -0.048em;
    text-transform: none;
}

body.site-theme-studio.schedule-page .schedule-program-count {
    flex: 0 0 auto;
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: #12121a;
    color: #9997a5;
    font-size: 0.72rem;
    font-weight: 700;
}

body.site-theme-studio.schedule-page .schedule-rail {
    gap: 10px;
}

body.site-theme-studio.schedule-page .schedule-item {
    position: relative;
    grid-template-columns: 84px minmax(0, 1fr) 46px;
    gap: 17px;
    min-height: 112px;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: linear-gradient(130deg, rgba(25, 25, 35, 0.94), rgba(15, 15, 22, 0.98));
    color: #fff;
    box-shadow: none;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.site-theme-studio.schedule-page .schedule-item:hover {
    border-color: rgba(199, 255, 61, 0.25);
    background: linear-gradient(130deg, rgba(29, 29, 40, 0.98), rgba(17, 17, 25, 1));
    transform: translateY(-2px);
}

body.site-theme-studio.schedule-page .schedule-item.is-current {
    border-color: rgba(199, 255, 61, 0.43);
    background:
        radial-gradient(circle at 0 50%, rgba(199, 255, 61, 0.12), transparent 28%),
        linear-gradient(130deg, rgba(27, 28, 35, 0.98), rgba(16, 16, 23, 1));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

body.site-theme-studio.schedule-page .schedule-item.is-current::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: #c7ff3d;
    content: "";
}

body.site-theme-studio.schedule-page .schedule-item time {
    min-height: 46px;
    padding: 0 9px;
    border: 1px solid rgba(199, 255, 61, 0.19);
    border-radius: 13px;
    background: rgba(199, 255, 61, 0.08);
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 760;
    letter-spacing: -0.035em;
    box-shadow: none;
}

body.site-theme-studio.schedule-page .schedule-item-labels {
    gap: 7px;
}

body.site-theme-studio.schedule-page .schedule-item-labels span {
    color: #9870ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

body.site-theme-studio.schedule-page .schedule-item-labels b {
    min-height: 21px;
    padding: 0 8px;
    background: #ff5e62;
    color: #fff;
    font-size: 0.62rem;
    box-shadow: 0 7px 18px rgba(255, 94, 98, 0.18);
}

body.site-theme-studio.schedule-page .schedule-item h3 {
    margin: 5px 0 3px;
    color: #f6f6f9;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.08rem;
    font-weight: 720;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

body.site-theme-studio.schedule-page .schedule-item p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #92909f;
    font-size: 0.85rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.site-theme-studio.schedule-page .schedule-item .schedule-item-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
    color: #777584;
}

body.site-theme-studio.schedule-page .schedule-item .schedule-item-icon svg {
    display: block;
    width: 19px;
    height: 19px;
}

body.site-theme-studio.schedule-page .schedule-empty-state {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
}

body.site-theme-studio.schedule-page .schedule-empty-state > span {
    display: grid;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: rgba(199, 255, 61, 0.09);
    color: #c7ff3d;
}

body.site-theme-studio.schedule-page .schedule-empty-state strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
}

body.site-theme-studio.schedule-page .schedule-empty-state p {
    margin: 4px 0 0;
    color: #92909f;
    font-size: 0.85rem;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar {
    position: sticky;
    top: 98px;
    gap: 12px;
}

body.site-theme-studio.schedule-page .schedule-now-card {
    position: relative;
    top: auto;
    gap: 11px;
    padding: 24px;
    border: 1px solid rgba(199, 255, 61, 0.2);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.22), transparent 43%),
        linear-gradient(145deg, #191822, #101017);
    color: #fff;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.schedule-page .schedule-now-card::before {
    height: 3px;
    background: linear-gradient(90deg, #c7ff3d 0 42%, #7c3aed 42% 78%, #ff5e62 78%);
}

body.site-theme-studio.schedule-page .schedule-now-card .panel-kicker {
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 720;
    letter-spacing: 0.025em;
    word-spacing: 0;
}

body.site-theme-studio.schedule-page .schedule-now-card h2 {
    margin: 1px 0 0;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.72rem);
    font-weight: 720;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

body.site-theme-studio.schedule-page .schedule-now-card p {
    color: #aaa8b5;
    font-size: 0.88rem;
    line-height: 1.55;
}

body.site-theme-studio.schedule-page .schedule-now-progress {
    height: 5px;
    background: rgba(255, 255, 255, 0.08);
}

body.site-theme-studio.schedule-page .schedule-now-progress span {
    background: linear-gradient(90deg, #c7ff3d, #a76cff);
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements,
body.site-theme-studio.schedule-page .schedule-now-sidebar .home-social-card,
body.site-theme-studio.schedule-page .schedule-now-sidebar .share-card {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: #111119;
    box-shadow: none;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .home-social-card {
    padding: 18px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .home-social-card strong {
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 700;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .share-card {
    grid-template-columns: 1fr;
    padding: 8px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .share-card .ghost-action {
    justify-content: flex-start;
    min-height: 42px;
    padding: 0 13px;
    border-color: transparent;
    background: transparent;
    font-size: 0.69rem;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .share-card .ghost-action:hover {
    border-color: rgba(199, 255, 61, 0.2);
    background: rgba(199, 255, 61, 0.07);
    color: #c7ff3d;
}

@media (max-width: 1040px) {
    body.site-theme-studio.schedule-page .schedule-page-grid {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.schedule-page .schedule-now-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-theme-studio.schedule-page .schedule-now-sidebar .schedule-now-card,
    body.site-theme-studio.schedule-page .schedule-now-sidebar .share-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 780px) {
    body.site-theme-studio.schedule-page .schedule-page-hero-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 6px 0 56px;
    }

    body.site-theme-studio.schedule-page .schedule-page-hero h1 {
        font-size: clamp(2.45rem, 11vw, 3.7rem);
        white-space: normal;
    }

    body.site-theme-studio.schedule-page .schedule-hero-graphic {
        display: none;
    }

    body.site-theme-studio.schedule-page .day-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: -28px;
    }

    body.site-theme-studio.schedule-page .day-tabs a > strong {
        display: none;
    }

    body.site-theme-studio.schedule-page .day-tabs a > span {
        display: inline;
        text-transform: uppercase;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.schedule-page .schedule-page-hero-copy > p {
        max-width: 42ch;
        font-size: 0.92rem;
    }

    body.site-theme-studio.schedule-page .schedule-page-hero-meta {
        margin-top: 19px;
    }

    body.site-theme-studio.schedule-page .schedule-page-hero-meta span {
        min-height: 31px;
        padding: 0 10px;
        font-size: 0.68rem;
    }

    body.site-theme-studio.schedule-page .day-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
        margin-bottom: 30px;
        padding: 6px;
        border-radius: 17px;
    }

    body.site-theme-studio.schedule-page .day-tabs a {
        min-height: 45px;
        border-radius: 12px;
        font-size: 0.7rem;
    }

    body.site-theme-studio.schedule-page .schedule-list-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    body.site-theme-studio.schedule-page .schedule-list-heading h2 {
        font-size: clamp(1.65rem, 8vw, 2.25rem);
    }

    body.site-theme-studio.schedule-page .schedule-item {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 12px;
        min-height: 104px;
        padding: 15px;
        border-radius: 16px;
    }

    body.site-theme-studio.schedule-page .schedule-item time {
        min-height: 42px;
        padding: 0 7px;
        border-radius: 11px;
        font-size: 0.94rem;
    }

    body.site-theme-studio.schedule-page .schedule-item h3 {
        font-size: 1rem;
    }

    body.site-theme-studio.schedule-page .schedule-item p {
        font-size: 0.79rem;
    }

    body.site-theme-studio.schedule-page .schedule-item .schedule-item-icon {
        display: none;
    }

    body.site-theme-studio.schedule-page .schedule-now-sidebar {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.schedule-page .schedule-now-sidebar .schedule-now-card {
        grid-column: auto;
    }
}

@media (max-width: 390px) {
    body.site-theme-studio.schedule-page .day-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Sidebar da programação: avisos compactos e com contraste consistente. */
body.site-theme-studio.schedule-page .schedule-now-sidebar {
    gap: 7px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements.is-sidebar {
    margin: 0;
    padding: 12px;
    overflow: hidden;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements::before {
    display: none;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-header {
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-heading {
    gap: 9px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-icon {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 11px;
    background: #c7ff3d;
    color: #0c0c11;
    box-shadow: 0 8px 22px rgba(199, 255, 61, 0.14);
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-icon svg {
    width: 18px;
    height: 18px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements .panel-kicker {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.57rem;
    font-weight: 750;
    letter-spacing: 0.045em;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-heading h2 {
    overflow: visible;
    margin: 2px 0 0;
    color: #f6f6f9;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.98rem;
    font-weight: 720;
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-overflow: clip;
    text-transform: none;
    white-space: normal;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-controls {
    gap: 5px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-controls button {
    width: 32px;
    height: 32px;
    border-color: rgba(255, 255, 255, 0.12);
    background: #1c1c26;
    color: #f6f6f9;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-controls button:hover,
body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-controls button:focus-visible {
    border-color: #c7ff3d;
    background: #c7ff3d;
    color: #0b0b10;
    transform: none;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-controls svg {
    width: 15px;
    height: 15px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-slide {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px 10px;
    min-height: 0;
    align-items: start;
    padding: 14px;
    border-color: rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.07), rgba(255, 255, 255, 0.018));
    box-shadow: none;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-number {
    display: inline-grid;
    width: 32px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(151, 112, 255, 0.24);
    border-radius: 9px;
    background: rgba(124, 58, 237, 0.13);
    color: #ad8aff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-copy {
    min-width: 0;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-copy small {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.59rem;
    font-weight: 750;
    letter-spacing: 0.045em;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-copy h3 {
    margin: 4px 0 0;
    color: #f7f7fa;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 720;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-copy p {
    margin-top: 6px;
    color: #aaa8b5;
    font-size: 0.8rem;
    line-height: 1.45;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-action {
    grid-column: 1 / -1;
    width: fit-content;
    min-height: 37px;
    margin: 1px 0 0;
    padding: 0 13px;
    border: 1px solid #c7ff3d;
    border-radius: 999px;
    background: #c7ff3d;
    color: #0b0b10;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.73rem;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(199, 255, 61, 0.14);
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-action:hover,
body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-action:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #0b0b10;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcement-action svg {
    width: 14px;
    height: 14px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-footer {
    margin-top: 9px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-dots {
    gap: 5px;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-dots button {
    width: 7px;
    height: 7px;
    background: #393844;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-dots button.is-active {
    width: 27px;
    background: #c7ff3d;
}

body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-footer > span {
    color: #b8b6c2;
    font-size: 0.7rem;
    font-weight: 700;
}

@media (max-width: 430px) {
    body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-header {
        align-items: flex-start;
    }

    body.site-theme-studio.schedule-page .schedule-now-sidebar .portal-announcements-controls button {
        width: 30px;
        height: 30px;
    }
}

/* Logo pública sem moldura, no maior tamanho seguro para o cabeçalho. */
body.site-theme-studio {
    background:
        radial-gradient(circle at 82% 0, rgba(124, 58, 237, 0.16), transparent 26rem),
        radial-gradient(circle at 8% 8%, rgba(67, 160, 145, 0.11), transparent 22rem),
        linear-gradient(180deg, #e8eee8 0, #ece9f1 118px, #09090f 218px, #09090f 100%);
}

body.site-theme-studio .site-header .brand-mark.has-image {
    width: 68px;
    height: 68px;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.site-theme-studio .site-header .brand-mark.has-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: contain;
}

@media (max-width: 1040px) {
    body.site-theme-studio .site-header .brand-mark.has-image {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 560px) {
    body.site-theme-studio .site-header .brand-mark.has-image {
        width: 52px;
        height: 52px;
    }
}

/* Card da programação atual integrado à coluna editorial do hero. */
body.site-theme-studio .hero-copy .hero-status-in-copy {
    position: relative;
    inset: auto;
    display: block;
    width: min(100%, 440px);
    max-width: 440px;
    margin-top: clamp(18px, 2.6vh, 24px);
    padding: 16px 18px 17px;
    border-radius: 17px;
    box-shadow: 0 18px 44px rgba(18, 15, 28, 0.2);
}

body.site-theme-studio .hero-copy .hero-status-in-copy strong {
    font-size: 1.22rem;
}

body.site-theme-studio .hero-copy .hero-status-in-copy .panel-kicker {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 720;
    letter-spacing: 0.025em;
    word-spacing: 0;
}

body.site-theme-studio .hero-copy .hero-status-in-copy .mini-meter {
    margin-top: 10px;
}

@media (min-width: 981px) and (max-height: 720px) {
    body.site-theme-studio .hero-copy .hero-status-in-copy {
        margin-top: 16px;
        padding: 13px 16px 14px;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio .hero-copy .hero-status-in-copy {
        inset: auto;
        width: 100%;
        max-width: none;
        margin-top: 18px;
        padding: 14px 16px 15px;
    }
}

/* Impacto v2: ondas no campo de leitura, foto destacada e transição inferior editorial. */
body.site-theme-studio .hero {
    background:
        radial-gradient(ellipse 34% 48% at 3% 12%, rgba(194, 243, 54, 0.13), transparent 70%),
        radial-gradient(ellipse 56% 78% at 91% 3%, rgba(102, 42, 211, 0.26), transparent 64%),
        radial-gradient(ellipse 46% 58% at 72% 94%, rgba(186, 236, 48, 0.16), transparent 72%),
        linear-gradient(120deg, #fdfdf9 0%, #f3eefb 48%, #f3f7e8 100%);
}

body.site-theme-studio .hero::before {
    background: linear-gradient(90deg, rgba(253, 253, 249, 0.58) 0%, rgba(253, 253, 249, 0.28) 29%, rgba(253, 253, 249, 0.03) 51%, transparent 66%);
}

body.site-theme-studio .hero-atmosphere::before {
    position: absolute;
    top: -24%;
    right: 14%;
    width: clamp(180px, 20vw, 340px);
    height: 148%;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(99, 38, 207, 0.3), rgba(124, 58, 237, 0.08) 42%, rgba(190, 241, 51, 0.16) 74%, transparent);
    content: "";
    opacity: 0.56;
    filter: blur(34px);
    transform: rotate(18deg);
}

body.site-theme-studio .hero-aura-violet {
    top: -38%;
    right: -2%;
    background: radial-gradient(circle at 47% 52%, rgba(103, 40, 215, 0.44) 0%, rgba(124, 58, 237, 0.19) 34%, rgba(124, 58, 237, 0.055) 57%, transparent 73%);
}

body.site-theme-studio .hero-aura-lime {
    right: 38%;
    bottom: -42%;
    background: radial-gradient(circle, rgba(190, 241, 49, 0.25) 0%, rgba(190, 241, 49, 0.09) 42%, rgba(190, 241, 49, 0.02) 62%, transparent 73%);
}

body.site-theme-studio .hero-signal-rings {
    top: -31%;
    right: auto;
    left: -32%;
    width: min(86vw, 1180px);
    height: min(60vw, 760px);
    border-color: rgba(92, 35, 199, 0.28);
    box-shadow:
        0 0 0 54px rgba(92, 35, 199, 0.075),
        0 0 0 108px rgba(183, 233, 47, 0.07),
        0 0 0 162px rgba(92, 35, 199, 0.045),
        0 0 70px rgba(92, 35, 199, 0.12);
    opacity: 0.74;
    transform: rotate(-12deg);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 29%, #000 58%, rgba(0, 0, 0, 0.28) 88%, transparent 100%);
}

body.site-theme-studio .hero-glass-beam {
    top: 7%;
    right: -7%;
    width: clamp(540px, 58vw, 960px);
    height: clamp(104px, 11vw, 176px);
    border-top-color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(92, 35, 199, 0.16);
    background: linear-gradient(90deg, transparent 0%, rgba(116, 48, 226, 0.08) 18%, rgba(255, 255, 255, 0.48) 43%, rgba(189, 240, 50, 0.09) 74%, transparent 100%);
    box-shadow: 0 28px 80px rgba(77, 29, 165, 0.13);
    opacity: 0.88;
    transform: rotate(-14deg);
}

body.site-theme-studio .hero-visual {
    filter: drop-shadow(0 34px 42px rgba(60, 35, 105, 0.12));
}

body.site-theme-studio .hero-visual::after {
    right: -26px;
    bottom: -30px;
    width: 68%;
    height: 62%;
    background: linear-gradient(135deg, rgba(97, 38, 207, 0.42), rgba(184, 235, 48, 0.25));
    opacity: 0.8;
    filter: blur(38px);
}

body.site-theme-studio .hero-visual-image {
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 42px 100px rgba(47, 26, 85, 0.28),
        0 14px 32px rgba(27, 24, 38, 0.13),
        0 0 0 8px rgba(255, 255, 255, 0.68);
}

body.site-theme-studio .signal-ticker {
    position: relative;
    border-top: 0;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(124, 58, 237, 0.2), transparent 32%, rgba(199, 255, 61, 0.08) 72%, rgba(255, 94, 98, 0.1)),
        #121119;
    color: #f1f0f5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 -20px 50px rgba(48, 25, 88, 0.08);
}

body.site-theme-studio .signal-ticker::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed 0%, #c7ff3d 52%, #ff5e62 100%);
    content: "";
}

body.site-theme-studio .signal-ticker b {
    color: #c7ff3d;
}

body.site-theme-studio .signal-ticker-track,
body.site-theme-studio .signal-ticker-group {
    display: flex;
    align-items: center;
}

body.site-theme-studio .signal-ticker-track {
    width: 100%;
    justify-content: center;
}

body.site-theme-studio .signal-ticker-group {
    flex: 0 0 auto;
    justify-content: center;
    gap: clamp(10px, 2vw, 30px);
}

body.site-theme-studio .signal-ticker-group[aria-hidden="true"] {
    display: none;
}

@keyframes signalTickerMarquee {
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 820px) {
    body.site-theme-studio .signal-ticker {
        justify-content: flex-start;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
    }

    body.site-theme-studio .signal-ticker-track {
        width: max-content;
        justify-content: flex-start;
        animation: signalTickerMarquee 24s linear infinite;
        will-change: transform;
    }

    body.site-theme-studio .signal-ticker-group {
        gap: 18px;
        padding: 0 18px;
    }

    body.site-theme-studio .signal-ticker-group[aria-hidden="true"] {
        display: flex;
    }
}

@media (max-width: 820px) and (prefers-reduced-motion: reduce) {
    body.site-theme-studio .signal-ticker {
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.site-theme-studio .signal-ticker::-webkit-scrollbar {
        display: none;
    }

    body.site-theme-studio .signal-ticker-track {
        animation: none;
    }

    body.site-theme-studio .signal-ticker-group[aria-hidden="true"] {
        display: none;
    }
}

@media (max-width: 980px) {
    body.site-theme-studio .hero::before {
        background: linear-gradient(180deg, rgba(253, 253, 249, 0.52) 0%, rgba(253, 253, 249, 0.14) 48%, transparent 72%);
    }

    body.site-theme-studio .hero-atmosphere::before {
        right: -6%;
        opacity: 0.38;
    }

    body.site-theme-studio .hero-signal-rings {
        top: -8%;
        right: auto;
        left: -61%;
        width: 980px;
        height: 640px;
        opacity: 0.58;
    }

    body.site-theme-studio .hero-aura-lime {
        right: 18%;
        bottom: -22%;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio .hero-signal-rings {
        top: 2%;
        left: -139%;
        opacity: 0.46;
    }

    body.site-theme-studio .hero-glass-beam {
        top: 4%;
        right: -106%;
        opacity: 0.5;
    }

    body.site-theme-studio .signal-ticker {
        min-height: 50px;
    }
}

/* Slider de imagens do hero. */
body.site-theme-studio .hero-media-slider {
    position: relative;
    isolation: isolate;
    background-image: none;
    background-color: #17131f;
    outline: none;
}

body.site-theme-studio .hero-media-slides,
body.site-theme-studio .hero-media-slide {
    position: absolute;
    inset: 0;
}

body.site-theme-studio .hero-media-slide {
    z-index: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.018);
    transition: opacity 900ms ease, transform 1100ms ease, visibility 0s linear 900ms;
}

body.site-theme-studio .hero-media-slide::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(9, 9, 15, 0.015), rgba(9, 9, 15, 0.12));
    content: "";
    pointer-events: none;
}

body.site-theme-studio .hero-media-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: 0s;
}

body.site-theme-studio .hero-media-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--slide-focal-x, 50%) var(--slide-focal-y, 50%);
    transform: scale(1.045);
}

body.site-theme-studio .hero-media-slide.is-active img {
    animation: heroSlideFocus var(--slide-duration, 7s) linear both;
}

body.site-theme-studio .hero-slide-content {
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 3;
    display: flex;
    width: min(52%, 370px);
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 17px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(14, 12, 21, 0.76), rgba(24, 18, 31, 0.62));
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.27);
    color: #fff;
    text-align: left;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    backdrop-filter: blur(16px) saturate(135%);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

body.site-theme-studio .hero-media-slide.is-active .hero-slide-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 240ms;
}

body.site-theme-studio .hero-slide-content strong {
    display: -webkit-box;
    overflow: hidden;
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(0.96rem, 1.25vw, 1.12rem);
    font-weight: 800;
    letter-spacing: -0.018em;
    line-height: 1.18;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.site-theme-studio .hero-slide-description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.78rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.site-theme-studio .hero-slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #c7ff3d;
    box-shadow: 0 7px 22px rgba(199, 255, 61, 0.2);
    color: #111116;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

body.site-theme-studio .hero-slide-cta svg {
    width: 14px;
    height: 14px;
    transition: transform 160ms ease;
}

body.site-theme-studio .hero-slide-cta:hover svg {
    transform: translate(2px, -2px);
}

body.site-theme-studio .hero-slider-controls {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 16px;
    background: rgba(10, 9, 16, 0.7);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px) saturate(140%);
}

body.site-theme-studio .hero-slider-arrow,
body.site-theme-studio .hero-slider-toggle,
body.site-theme-studio .hero-slider-dot {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border: 0;
    color: #fff;
    cursor: pointer;
}

body.site-theme-studio .hero-slider-arrow,
body.site-theme-studio .hero-slider-toggle {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.09);
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

body.site-theme-studio .hero-slider-arrow:hover,
body.site-theme-studio .hero-slider-toggle:hover {
    background: #c7ff3d;
    color: #101015;
    transform: translateY(-1px);
}

body.site-theme-studio .hero-slider-arrow svg,
body.site-theme-studio .hero-slider-toggle svg {
    width: 17px;
    height: 17px;
}

body.site-theme-studio .hero-slider-dots {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 3px;
}

body.site-theme-studio .hero-slider-dot {
    width: 20px;
    height: 28px;
    padding: 0;
    background: transparent;
}

body.site-theme-studio .hero-slider-dot span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    transition: width 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.site-theme-studio .hero-slider-dot.is-active span {
    width: 20px;
    background: #c7ff3d;
    box-shadow: 0 0 14px rgba(199, 255, 61, 0.5);
}

body.site-theme-studio .hero-media-slider:focus-visible,
body.site-theme-studio .hero-slider-controls button:focus-visible,
body.site-theme-studio .hero-media-slide:focus-visible,
body.site-theme-studio .hero-slide-cta:focus-visible {
    outline: 3px solid rgba(199, 255, 61, 0.72);
    outline-offset: 3px;
}

@keyframes heroSlideFocus {
    from { transform: scale(1.055); }
    to { transform: scale(1.012); }
}

@media (max-width: 620px) {
    body.site-theme-studio .hero-slide-content {
        right: 12px;
        bottom: 62px;
        left: 12px;
        width: auto;
        max-width: 360px;
        padding: 12px 14px 13px;
        border-radius: 15px;
    }

    body.site-theme-studio .hero-slide-content strong {
        font-size: 0.94rem;
    }

    body.site-theme-studio .hero-slide-description {
        font-size: 0.73rem;
    }

    body.site-theme-studio .hero-slider-controls {
        right: 12px;
        bottom: 12px;
        padding: 5px;
        border-radius: 14px;
    }

    body.site-theme-studio .hero-slider-arrow,
    body.site-theme-studio .hero-slider-toggle {
        width: 32px;
        height: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-theme-studio .hero-media-slide,
    body.site-theme-studio .hero-media-slide.is-active,
    body.site-theme-studio .hero-media-slide.is-active img,
    body.site-theme-studio .hero-slide-content,
    body.site-theme-studio .hero-media-slide.is-active .hero-slide-content {
        animation: none;
        transition: none;
        transform: none;
    }
}

/* Mantém a identidade do WhatsApp nos blocos sociais escuros. */
body.site-theme-studio .home-social-link.is-whatsapp:hover,
body.site-theme-studio .home-social-link.is-whatsapp:focus-visible {
    border-color: #25d366;
    background: linear-gradient(145deg, #2bd971, #138c45);
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.25);
    outline: none;
    transform: translateY(-2px);
}

body.site-theme-studio .home-social-link.is-whatsapp:hover svg,
body.site-theme-studio .home-social-link.is-whatsapp:focus-visible svg {
    color: #fff;
}

/* Indicador ao vivo do player da home. */
body.site-theme-studio.home-page .player-stage .status-pill {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0 10px 0 9px;
    gap: 7px;
    border: 1px solid rgba(255, 94, 98, 0.36);
    border-radius: 999px;
    background: rgba(255, 94, 98, 0.1);
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.065em;
    line-height: 1;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

body.site-theme-studio.home-page .player-stage .status-pill .live-dot {
    display: block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border: 0;
    background: #ff5e62;
    box-shadow: 0 0 0 0 rgba(255, 94, 98, 0.62);
}

/* Páginas editoriais públicas. */
body.site-theme-studio.dynamic-page {
    background: #09090f;
}

body.site-theme-studio.dynamic-page main {
    overflow: clip;
}

body.site-theme-studio.dynamic-page .dynamic-page-title {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(22px, 2.8vw, 36px) 0 clamp(26px, 3.2vw, 42px);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 78% 5%, rgba(124, 58, 237, 0.3), transparent 28rem),
        radial-gradient(circle at 8% 115%, rgba(199, 255, 61, 0.09), transparent 24rem),
        linear-gradient(120deg, #0a0a10 0%, #12111d 60%, #0b0b12 100%);
    color: #fff;
    font-size: initial;
}

body.site-theme-studio.dynamic-page .dynamic-page-title::before {
    top: -168px;
    right: 12%;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 42% 58% 62% 38%;
    background: linear-gradient(145deg, rgba(124, 58, 237, 0.14), rgba(199, 255, 61, 0.025));
    box-shadow: 0 0 0 44px rgba(124, 58, 237, 0.03);
    transform: rotate(18deg);
}

body.site-theme-studio.dynamic-page .dynamic-page-title::after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 4px;
    background: linear-gradient(90deg, #7c3aed 0 34%, #c7ff3d 34% 72%, #ff5e62 72%);
}

body.site-theme-studio.dynamic-page .dynamic-page-title-layout {
    position: relative;
    z-index: 2;
    align-items: center;
}

@media (min-width: 1041px) {
    body.site-theme-studio.dynamic-page .dynamic-page-title .section-shell {
        padding-left: clamp(24px, 2.4vw, 38px);
    }
}

body.site-theme-studio.dynamic-page .dynamic-page-title-copy {
    max-width: 920px;
}

body.site-theme-studio.dynamic-page .dynamic-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 740;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

body.site-theme-studio.dynamic-page .dynamic-page-eyebrow svg {
    width: 16px;
    height: 16px;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-heading {
    display: flex;
    align-items: center;
    gap: clamp(11px, 1.3vw, 16px);
}

body.site-theme-studio.dynamic-page .dynamic-page-title-heading > svg {
    width: clamp(25px, 2.4vw, 32px);
    height: clamp(25px, 2.4vw, 32px);
    flex: 0 0 auto;
    color: #c7ff3d;
    stroke-width: 1.8;
}

body.site-theme-studio.dynamic-page .dynamic-page-title h1 {
    max-width: 920px;
    margin: 0;
    color: #f8f8fb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.55rem);
    font-weight: 780;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-transform: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-title p {
    max-width: 760px;
    margin: 9px 0 0;
    color: #b3b1bd;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 430;
    line-height: 1.5;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-meta {
    gap: 8px 12px;
    margin-top: 10px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-meta > span {
    min-height: 30px;
    gap: 7px;
    padding: 6px 10px;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: #b9b7c2;
    font-family: inherit;
    font-size: 0.76rem;
    font-weight: 560;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-meta > span > span {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-meta svg {
    color: #c7ff3d;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-meta time {
    color: #d7ff75;
    font-family: inherit;
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    font-weight: 720;
    letter-spacing: 0;
    text-transform: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-title-mark {
    width: clamp(56px, 5.5vw, 68px);
    height: clamp(56px, 5.5vw, 68px);
    border-color: rgba(199, 255, 61, 0.24);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(199, 255, 61, 0.14), rgba(124, 58, 237, 0.13));
    color: #c7ff3d;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.09);
    transform: rotate(3deg);
}

body.site-theme-studio.dynamic-page > main > .section-block {
    padding: clamp(24px, 3vw, 38px) 0 clamp(66px, 8vw, 108px);
    background:
        radial-gradient(circle at 3% 18%, rgba(199, 255, 61, 0.04), transparent 23rem),
        radial-gradient(circle at 96% 44%, rgba(124, 58, 237, 0.08), transparent 28rem),
        #09090f;
}

body.site-theme-studio.dynamic-page.not-found-page .site-header {
    margin-bottom: 10px;
}

body.site-theme-studio.dynamic-page.not-found-page > main > .section-block {
    padding-top: clamp(14px, 1.5vw, 18px);
}

body.site-theme-studio.dynamic-page.not-found-page .dynamic-page-empty {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    gap: 14px;
    min-height: 290px;
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 12%, rgba(124, 58, 237, 0.2), transparent 25rem),
        radial-gradient(circle at 6% 100%, rgba(199, 255, 61, 0.07), transparent 22rem),
        linear-gradient(145deg, #191822, #101017);
    color: #f8f8fb;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.dynamic-page.not-found-page .dynamic-page-empty::before {
    position: absolute;
    z-index: -1;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #7c3aed 0 38%, #c7ff3d 38% 72%, #ff5e62 72%);
    content: "";
}

body.site-theme-studio.dynamic-page.not-found-page .dynamic-page-empty > svg {
    width: 46px;
    height: 46px;
    color: #9b65ff;
    filter: drop-shadow(0 8px 18px rgba(124, 58, 237, 0.28));
}

body.site-theme-studio.dynamic-page.not-found-page .dynamic-page-empty h1 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

body.site-theme-studio.dynamic-page.not-found-page .dynamic-page-empty p {
    max-width: 760px;
    color: #aaa9b7;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
}

body.site-theme-studio.dynamic-page.not-found-page .dynamic-page-empty .primary-action {
    margin-top: 5px;
    background: #c7ff3d;
    color: #09090f;
}

body.site-theme-studio.dynamic-page .dynamic-page-shell {
    width: min(100% - 36px, 1420px);
    max-width: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
    gap: clamp(18px, 2.6vw, 34px);
}

body.site-theme-studio.dynamic-page .dynamic-page-content {
    padding: clamp(26px, 4.5vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.08), transparent 25rem),
        linear-gradient(145deg, rgba(24, 24, 34, 0.98), rgba(14, 14, 21, 0.99));
    color: #efeff4;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.25);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(0.92rem, 1vw, 1rem);
    line-height: 1.72;
}

body.site-theme-studio.dynamic-page .dynamic-page-content h1,
body.site-theme-studio.dynamic-page .dynamic-page-content h2,
body.site-theme-studio.dynamic-page .dynamic-page-content h3,
body.site-theme-studio.dynamic-page .dynamic-page-content h4 {
    color: #f8f8fb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 740;
    letter-spacing: -0.04em;
    text-transform: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-content h1 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

body.site-theme-studio.dynamic-page .dynamic-page-content h2 {
    font-size: clamp(1.65rem, 3vw, 2.55rem);
}

body.site-theme-studio.dynamic-page .dynamic-page-content h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

body.site-theme-studio.dynamic-page .dynamic-page-content p,
body.site-theme-studio.dynamic-page .dynamic-page-content li {
    color: #aaa8b5;
}

body.site-theme-studio.dynamic-page .dynamic-page-content strong {
    color: #f6f6f9;
}

body.site-theme-studio.dynamic-page .dynamic-page-content a {
    color: #c7ff3d;
    text-decoration-color: rgba(199, 255, 61, 0.38);
    text-underline-offset: 3px;
}

body.site-theme-studio.dynamic-page .dynamic-page-content a:hover {
    color: #fff;
}

body.site-theme-studio.dynamic-page .dynamic-page-content li::marker {
    color: #c7ff3d;
}

body.site-theme-studio.dynamic-page .dynamic-page-content blockquote {
    margin: clamp(20px, 3vw, 30px) 0;
    padding: 19px 21px;
    border: 1px solid rgba(199, 255, 61, 0.14);
    border-left: 3px solid #c7ff3d;
    border-radius: 14px;
    background: linear-gradient(110deg, rgba(199, 255, 61, 0.08), rgba(124, 58, 237, 0.06));
    color: #d8d7df;
}

body.site-theme-studio.dynamic-page .dynamic-page-content img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

body.site-theme-studio.dynamic-page .dynamic-page-content table {
    overflow: hidden;
    border-radius: 14px;
}

body.site-theme-studio.dynamic-page .dynamic-page-content th,
body.site-theme-studio.dynamic-page .dynamic-page-content td {
    border-color: rgba(255, 255, 255, 0.09);
}

body.site-theme-studio.dynamic-page .dynamic-page-content th {
    background: rgba(199, 255, 61, 0.09);
    color: #c7ff3d;
}

body.site-theme-studio.dynamic-page .dynamic-page-content td {
    color: #aaa8b5;
}

body.site-theme-studio.dynamic-page .dynamic-page-content hr {
    border-color: rgba(255, 255, 255, 0.09);
}

body.site-theme-studio.dynamic-page .dynamic-page-preview-note {
    margin-bottom: 12px;
    border-color: rgba(199, 255, 61, 0.18);
    border-radius: 14px;
    background: rgba(199, 255, 61, 0.07);
    color: #d8d7df;
    box-shadow: none;
}

body.site-theme-studio.dynamic-page .dynamic-page-layout .schedule-now-sidebar {
    position: static;
    gap: 8px;
}

body.site-theme-studio.dynamic-page .dynamic-page-layout .schedule-now-card {
    position: relative;
    top: auto;
    gap: 10px;
    padding: 23px;
    border: 1px solid rgba(199, 255, 61, 0.2);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.2), transparent 42%),
        linear-gradient(145deg, #191822, #101017);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.25);
}

body.site-theme-studio.dynamic-page .schedule-now-card::before {
    height: 3px;
    background: linear-gradient(90deg, #c7ff3d 0 42%, #7c3aed 42% 78%, #ff5e62 78%);
}

body.site-theme-studio.dynamic-page .schedule-now-card .panel-kicker {
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.67rem;
    font-weight: 720;
    letter-spacing: 0.025em;
}

body.site-theme-studio.dynamic-page .schedule-now-card h2 {
    margin: 1px 0 0;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 720;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

body.site-theme-studio.dynamic-page .schedule-now-card p {
    color: #aaa8b5;
    font-size: 0.86rem;
    line-height: 1.5;
}

body.site-theme-studio.dynamic-page .schedule-now-progress {
    height: 5px;
    background: rgba(255, 255, 255, 0.08);
}

body.site-theme-studio.dynamic-page .schedule-now-progress span {
    background: linear-gradient(90deg, #c7ff3d, #a76cff);
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements.is-sidebar {
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: #111119;
    box-shadow: none;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements::before {
    display: none;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-header {
    gap: 8px;
    margin-bottom: 10px;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-icon {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 11px;
    background: #c7ff3d;
    color: #0b0b10;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-heading h2 {
    overflow: visible;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.96rem;
    font-weight: 720;
    letter-spacing: -0.02em;
    text-overflow: clip;
    text-transform: none;
    white-space: normal;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements .panel-kicker,
body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcement-copy small {
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.58rem;
    font-weight: 720;
    letter-spacing: 0.025em;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-controls button {
    width: 31px;
    height: 31px;
    border-color: rgba(255, 255, 255, 0.12);
    background: #1c1c26;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-controls button:hover {
    border-color: #c7ff3d;
    background: #c7ff3d;
    color: #0b0b10;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcement-slide {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px 10px;
    min-height: 0;
    align-items: start;
    padding: 14px;
    border-color: rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.07), rgba(255, 255, 255, 0.018));
    box-shadow: none;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcement-number {
    display: inline-grid;
    width: 32px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(151, 112, 255, 0.24);
    border-radius: 9px;
    background: rgba(124, 58, 237, 0.13);
    color: #ad8aff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcement-copy h3 {
    margin-top: 4px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.98rem;
    font-weight: 720;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcement-copy p {
    margin-top: 6px;
    color: #aaa8b5;
    font-size: 0.79rem;
    line-height: 1.45;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcement-action {
    grid-column: 1 / -1;
    width: fit-content;
    min-height: 36px;
    margin: 1px 0 0;
    padding: 0 13px;
    border-radius: 999px;
    background: #c7ff3d;
    color: #0b0b10;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-footer {
    margin-top: 9px;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .portal-announcements-dots button.is-active {
    background: #c7ff3d;
}

/* Identidade de radar também nos cards compactos das páginas internas. */
body.site-theme-studio .portal-announcements.is-sidebar .portal-announcements-icon {
    border: 1px solid rgba(199, 255, 61, 0.4);
    border-radius: 50%;
    background:
        linear-gradient(rgba(199, 255, 61, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(199, 255, 61, 0.14) 1px, transparent 1px),
        repeating-radial-gradient(circle, transparent 0 6px, rgba(199, 255, 61, 0.23) 7px 8px),
        #191523;
    background-size: 100% 50%, 50% 100%, 100% 100%, 100% 100%;
    color: #c7ff3d;
    box-shadow: 0 0 0 4px rgba(199, 255, 61, 0.05), 0 8px 20px rgba(0, 0, 0, 0.24);
}

body.site-theme-studio .portal-announcements.is-sidebar .portal-radar-core {
    background: #191523;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .home-social-card,
body.site-theme-studio.dynamic-page .schedule-now-sidebar .share-card {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: #111119;
    box-shadow: none;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .home-social-card strong {
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 700;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .share-card {
    grid-template-columns: 1fr;
    padding: 8px;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .share-card .ghost-action {
    justify-content: flex-start;
    border-color: transparent;
    background: transparent;
}

body.site-theme-studio.dynamic-page .schedule-now-sidebar .share-card .ghost-action:hover {
    border-color: rgba(199, 255, 61, 0.2);
    background: rgba(199, 255, 61, 0.07);
    color: #c7ff3d;
}

@media (max-width: 980px) {
    body.site-theme-studio.dynamic-page .dynamic-page-layout {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.dynamic-page .schedule-now-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-theme-studio.dynamic-page .schedule-now-sidebar .schedule-now-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.dynamic-page .dynamic-page-title {
        padding: 21px 0 26px;
    }

    body.site-theme-studio.dynamic-page .dynamic-page-title h1 {
        font-size: clamp(1.85rem, 9.5vw, 2.65rem);
    }

    body.site-theme-studio.dynamic-page .dynamic-page-title-mark {
        display: none;
    }

    body.site-theme-studio.dynamic-page .dynamic-page-shell {
        width: min(100% - 24px, 1420px);
    }

    body.site-theme-studio.dynamic-page .dynamic-page-content {
        padding: 22px 19px;
        border-radius: 18px;
    }

    body.site-theme-studio.dynamic-page .dynamic-page-content h2 {
        font-size: 1.55rem;
    }

    body.site-theme-studio.dynamic-page .schedule-now-sidebar {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.dynamic-page .schedule-now-sidebar .schedule-now-card {
        grid-column: auto;
    }
}

/* Sobre: abertura editorial e leitura institucional. */
body.site-theme-studio.about-page {
    background: #0a0a10;
}

body.site-theme-studio.about-page main {
    overflow: clip;
}

body.site-theme-studio.about-page .about-page-title {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(10px, 1.4vw, 18px) 0 clamp(38px, 4vw, 52px);
    overflow: hidden;
    border-bottom: 0;
    background:
        radial-gradient(circle at 77% 12%, rgba(124, 58, 237, 0.34), transparent 26rem),
        radial-gradient(circle at 12% 108%, rgba(199, 255, 61, 0.11), transparent 23rem),
        linear-gradient(120deg, #09090f 0%, #12111d 58%, #0b0b12 100%);
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: initial;
    text-transform: none;
}

body.site-theme-studio.about-page .about-page-title::before {
    position: absolute;
    top: -210px;
    right: 3%;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(124, 58, 237, 0.025), 0 0 0 144px rgba(199, 255, 61, 0.015);
    content: "";
    pointer-events: none;
}

body.site-theme-studio.about-page .about-page-title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0 34%, #c7ff3d 34% 72%, #ff5e62 72%);
    content: "";
}

body.site-theme-studio.about-page .about-page-title .section-shell,
body.site-theme-studio.about-page .about-content-section .section-shell {
    width: min(1180px, calc(100% - 40px));
}

body.site-theme-studio.about-page .about-title-layout {
    position: relative;
    z-index: 2;
    max-width: none;
}

body.site-theme-studio.about-page .about-title-copy {
    min-width: 0;
}

body.site-theme-studio.about-page .about-title-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #c7ff3d;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.site-theme-studio.about-page .about-title-kicker svg {
    width: 17px;
    height: 17px;
}

body.site-theme-studio.about-page .about-page-title h1 {
    max-width: none;
    margin: 0;
    overflow: visible;
    color: #f8f8fb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.65rem);
    font-weight: 790;
    line-height: 0.98;
    letter-spacing: -0.062em;
    text-overflow: clip;
    text-transform: none;
    text-wrap: nowrap;
    white-space: nowrap;
}

body.site-theme-studio.about-page .about-content-section {
    padding: clamp(20px, 2.6vw, 36px) 0 clamp(46px, 6vw, 86px);
    background:
        radial-gradient(circle at 92% 0%, rgba(124, 58, 237, 0.16), transparent 28rem),
        radial-gradient(circle at 8% 70%, rgba(199, 255, 61, 0.045), transparent 24rem),
        linear-gradient(135deg, #09090f, #0d0c14);
}

body.site-theme-studio.about-page .about-content-layout {
    display: grid;
    grid-template-columns: minmax(270px, 0.38fr) minmax(0, 0.62fr);
    gap: 18px;
    align-items: stretch;
}

body.site-theme-studio.about-page .about-content-layout.is-card-disabled {
    grid-template-columns: 1fr;
}

body.site-theme-studio.about-page .about-content-intro,
body.site-theme-studio.about-page .about-content-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
}

body.site-theme-studio.about-page .about-content-intro {
    position: relative;
    padding: clamp(24px, 3vw, 36px);
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.27), transparent 18rem),
        #111119;
    color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.about-page .about-content-intro::after {
    position: absolute;
    right: -42px;
    bottom: -56px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(199, 255, 61, 0.16);
    border-radius: 50%;
    content: "";
}

body.site-theme-studio.about-page .about-content-intro-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 16px;
    background: #c7ff3d;
    color: #09090f;
}

body.site-theme-studio.about-page .about-content-intro-icon svg {
    width: 24px;
    height: 24px;
}

body.site-theme-studio.about-page .about-content-intro > small {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.site-theme-studio.about-page .about-content-intro h2 {
    margin: 11px 0 13px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.7rem, 2.7vw, 2.35rem);
    font-weight: 760;
    line-height: 1.04;
    letter-spacing: -0.05em;
}

body.site-theme-studio.about-page .about-content-intro p {
    margin: 0;
    color: #aaa9b5;
    font-size: 0.92rem;
    line-height: 1.62;
}

body.site-theme-studio.about-page .about-content-pill-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    margin-top: 28px;
}

body.site-theme-studio.about-page .about-content-pill-list span {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    color: #d0ced6;
    font-size: 0.78rem;
    font-weight: 650;
}

body.site-theme-studio.about-page .about-content-pill-list svg {
    width: 16px;
    height: 16px;
    color: #c7ff3d;
}

body.site-theme-studio.about-page .about-content-panel {
    position: relative;
    width: 100%;
    padding: clamp(26px, 4vw, 48px);
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.11), transparent 22rem),
        linear-gradient(145deg, rgba(25, 25, 35, 0.98), rgba(13, 13, 20, 0.98));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.about-page .about-content-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #7c3aed, #c7ff3d, #ff5e62);
    content: "";
}

body.site-theme-studio.about-page .about-content-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.site-theme-studio.about-page .about-content-heading > span {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 15px;
    border: 1px solid rgba(199, 255, 61, 0.17);
    background: rgba(199, 255, 61, 0.09);
    color: #c7ff3d;
}

body.site-theme-studio.about-page .about-content-heading svg {
    width: 23px;
    height: 23px;
}

body.site-theme-studio.about-page .about-content-heading small,
body.site-theme-studio.about-page .about-content-heading h2 {
    display: block;
    margin: 0;
}

body.site-theme-studio.about-page .about-content-heading small {
    margin-bottom: 4px;
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.site-theme-studio.about-page .about-content-heading h2 {
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 760;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

body.site-theme-studio.about-page .about-section-text {
    color: #bbb9c5;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    line-height: 1.66;
}

body.site-theme-studio.about-page .about-section-text p {
    margin: 0;
}

body.site-theme-studio.about-page .about-section-text p + p {
    margin-top: 0.72rem;
}

body.site-theme-studio.about-page .about-section-text h1,
body.site-theme-studio.about-page .about-section-text h2,
body.site-theme-studio.about-page .about-section-text h3,
body.site-theme-studio.about-page .about-section-text h4 {
    color: #f7f7fa;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 760;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

body.site-theme-studio.about-page .about-section-text a {
    color: #c7ff3d;
    text-decoration-color: rgba(199, 255, 61, 0.45);
    text-underline-offset: 3px;
}

body.site-theme-studio.about-page .about-section-text blockquote {
    margin: 1.25rem 0;
    padding: 17px 19px;
    border: 1px solid rgba(199, 255, 61, 0.16);
    border-left: 4px solid #c7ff3d;
    border-radius: 14px;
    background: rgba(199, 255, 61, 0.065);
    color: #e8e7ec;
}

body.site-theme-studio.about-page .about-section-text img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.about-page .about-section-text strong,
body.site-theme-studio.about-page .about-section-text b {
    color: #fff;
}

body.site-theme-studio.about-page .about-section-text li {
    color: #bbb9c5;
}

body.site-theme-studio.about-page .about-section-text hr {
    border-color: rgba(255, 255, 255, 0.1);
}

body.site-theme-studio.about-page .about-section-text table {
    width: 100%;
    border-collapse: collapse;
    color: #d4d3db;
}

body.site-theme-studio.about-page .about-section-text th,
body.site-theme-studio.about-page .about-section-text td {
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

body.site-theme-studio.about-page .about-section-text th {
    background: rgba(199, 255, 61, 0.08);
    color: #fff;
}

@media (max-width: 900px) {
    body.site-theme-studio.about-page .about-page-title h1 {
        text-wrap: balance;
        white-space: normal;
    }

    body.site-theme-studio.about-page .about-content-layout {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.about-page .about-content-pill-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.about-page .about-page-title {
        padding: 10px 0 34px;
    }

    body.site-theme-studio.about-page .about-page-title .section-shell,
    body.site-theme-studio.about-page .about-content-section .section-shell {
        width: min(100% - 24px, 1180px);
    }

    body.site-theme-studio.about-page .about-page-title h1 {
        font-size: clamp(1.75rem, 8.5vw, 2.4rem);
    }

    body.site-theme-studio.about-page .about-content-section {
        padding: 20px 0 46px;
    }

    body.site-theme-studio.about-page .about-content-intro,
    body.site-theme-studio.about-page .about-content-panel {
        padding: 22px 19px;
        border-radius: 20px;
    }

    body.site-theme-studio.about-page .about-content-pill-list {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.about-page .about-content-heading {
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    body.site-theme-studio.about-page .about-content-heading > span {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}

/* Mural público: leitura clara, filtros compactos e formulário integrado. */
body.site-theme-studio.public-wall-page {
    background: #f1f1ed;
}

body.site-theme-studio.public-wall-page main {
    overflow: clip;
}

body.site-theme-studio.public-wall-page .public-wall-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(2px, 0.5vw, 6px) 0 clamp(32px, 4.5vw, 54px);
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(circle at 82% -20%, rgba(124, 58, 237, 0.32), transparent 28rem),
        radial-gradient(circle at 8% 115%, rgba(199, 255, 61, 0.1), transparent 22rem),
        linear-gradient(125deg, #090a0f 0%, #11111a 58%, #171127 100%);
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: initial;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
}

body.site-theme-studio.public-wall-page .public-wall-hero::before {
    position: absolute;
    top: -210px;
    right: 5%;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 68px rgba(124, 58, 237, 0.025), 0 0 0 136px rgba(199, 255, 61, 0.012);
    content: "";
    pointer-events: none;
}

body.site-theme-studio.public-wall-page .public-wall-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0 34%, #c7ff3d 34% 72%, #ff5e62 72%);
    content: "";
}

body.site-theme-studio.public-wall-page .public-wall-hero .section-shell,
body.site-theme-studio.public-wall-page .public-wall-shell {
    width: min(1180px, calc(100% - 40px));
}

body.site-theme-studio.public-wall-page .public-wall-hero-grid {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

body.site-theme-studio.public-wall-page .public-wall-hero-copy .panel-kicker {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.075em;
}

body.site-theme-studio.public-wall-page .public-wall-hero-copy h1 {
    max-width: 760px;
    margin: 10px 0 10px;
    overflow: visible;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.45rem, 5vw, 4.5rem);
    font-weight: 790;
    line-height: 0.98;
    letter-spacing: -0.058em;
    text-transform: none;
    text-wrap: balance;
    white-space: normal;
}

body.site-theme-studio.public-wall-page .public-wall-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: #b6b5c0;
    font-size: clamp(0.94rem, 1.25vw, 1.06rem);
    line-height: 1.6;
}

body.site-theme-studio.public-wall-page .public-wall-hero-actions {
    width: 100%;
    max-width: 370px;
    justify-self: end;
}

body.site-theme-studio.public-wall-page .public-wall-hero-actions > .primary-action,
body.site-theme-studio.public-wall-page .public-wall-message-form .primary-action {
    min-height: 50px;
    border-radius: 999px;
    background: #c7ff3d;
    color: #0b0b10;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.015em;
    box-shadow: 0 14px 32px rgba(199, 255, 61, 0.16);
    text-transform: uppercase;
}

body.site-theme-studio.public-wall-page .public-wall-hero-actions > .primary-action:hover,
body.site-theme-studio.public-wall-page .public-wall-hero-actions > .primary-action:focus-visible,
body.site-theme-studio.public-wall-page .public-wall-message-form .primary-action:hover,
body.site-theme-studio.public-wall-page .public-wall-message-form .primary-action:focus-visible {
    background: #d5ff6e;
    transform: translateY(-1px);
}

body.site-theme-studio.public-wall-page .public-wall-hero-actions > .primary-action.is-open {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #22222d;
    color: #fff;
    box-shadow: none;
}

body.site-theme-studio.public-wall-page .public-wall-message-form {
    gap: 12px;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(250, 250, 252, 0.98);
    color: #17171f;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.public-wall-page .public-wall-message-form label > span {
    color: #4f5360;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 750;
}

body.site-theme-studio.public-wall-page .public-wall-message-form input,
body.site-theme-studio.public-wall-page .public-wall-message-form select,
body.site-theme-studio.public-wall-page .public-wall-message-form textarea {
    border: 1px solid #dcdfe6;
    border-radius: 12px;
    background: #f5f6f8;
    color: #181820;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

body.site-theme-studio.public-wall-page .public-wall-message-form input:focus,
body.site-theme-studio.public-wall-page .public-wall-message-form select:focus,
body.site-theme-studio.public-wall-page .public-wall-message-form textarea:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

body.site-theme-studio.public-wall-page .public-wall-message-form .check-row span,
body.site-theme-studio.public-wall-page .public-wall-message-form .form-feedback {
    color: #676b78;
}

body.site-theme-studio.public-wall-page .section-block {
    width: 100%;
    max-width: none;
    padding: clamp(24px, 3vw, 38px) 0 clamp(54px, 7vw, 86px);
    background:
        radial-gradient(circle at 92% 2%, rgba(124, 58, 237, 0.075), transparent 26rem),
        linear-gradient(135deg, #f4f4ef, #ececf1);
}

body.site-theme-studio.public-wall-page .public-wall-shell {
    gap: 20px;
}

body.site-theme-studio.public-wall-page .public-wall-compose {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #dddde4;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(30, 30, 44, 0.08);
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: #ecffd0;
    color: #4f7800;
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy svg {
    width: 23px;
    height: 23px;
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy strong,
body.site-theme-studio.public-wall-page .public-wall-compose-copy small {
    display: block;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy strong {
    color: #17171f;
    font-size: 1rem;
    font-weight: 790;
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy small {
    margin-top: 4px;
    color: #6b6e79;
    font-size: 0.82rem;
    line-height: 1.45;
}

body.site-theme-studio.public-wall-page .public-wall-compose .public-wall-hero-actions {
    max-width: 420px;
}

body.site-theme-studio.public-wall-page .public-wall-compose .public-wall-message-form {
    border-color: #dddde5;
    box-shadow: 0 18px 42px rgba(30, 30, 44, 0.11);
}

body.site-theme-studio.public-wall-page .public-wall-tabs {
    gap: 6px;
    padding: 7px;
    border: 1px solid #dddde4;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 36px rgba(30, 30, 44, 0.08);
}

body.site-theme-studio.public-wall-page .public-wall-tabs a {
    min-height: 48px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #454550;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.86rem;
    font-weight: 750;
    box-shadow: none;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a:hover,
body.site-theme-studio.public-wall-page .public-wall-tabs a:focus-visible {
    background: #f0ebff;
    color: #4e22a2;
    box-shadow: none;
    transform: none;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a.is-active {
    border-color: transparent;
    background: #14141c;
    color: #fff;
    box-shadow: 0 10px 24px rgba(20, 20, 28, 0.18);
    transform: none;
}

body.site-theme-studio.public-wall-page .public-wall-tabs svg {
    color: #7c3aed;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a.is-active svg {
    color: #c7ff3d;
}

body.site-theme-studio.public-wall-page .public-wall-tabs b {
    min-width: 26px;
    min-height: 24px;
    background: #eee9fb;
    color: #6530c8;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a.is-active b {
    background: rgba(199, 255, 61, 0.14);
    color: #c7ff3d;
}

body.site-theme-studio.public-wall-page .public-wall-list {
    gap: 16px;
}

body.site-theme-studio.public-wall-page .public-wall-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 20px;
    border: 1px solid #dedee5;
    border-left: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 40px rgba(30, 30, 44, 0.075);
}

body.site-theme-studio.public-wall-page .public-wall-card::before {
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #7c3aed, #c7ff3d);
    content: "";
}

body.site-theme-studio.public-wall-page .public-wall-card {
    position: relative;
}

body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion {
    border-left: 0;
    background: linear-gradient(145deg, #fff, #fbf8ff);
}

body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion::before {
    background: linear-gradient(90deg, #c7ff3d, #ffcf55);
}

body.site-theme-studio.public-wall-page .public-wall-card:hover {
    border-color: #cbc8da;
    box-shadow: 0 22px 48px rgba(30, 30, 44, 0.12);
    transform: translateY(-2px);
}

body.site-theme-studio.public-wall-page .public-wall-card .message-avatar {
    width: 46px;
    height: 46px;
    background: #ede7ff;
    color: #6932d0;
    box-shadow: none;
}

body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion .message-avatar {
    background: #ecffd0;
    color: #4f7800;
}

body.site-theme-studio.public-wall-page .public-wall-card strong {
    color: #17171f;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.98rem;
    font-weight: 780;
}

body.site-theme-studio.public-wall-page .public-wall-card time {
    color: #777986;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 650;
}

body.site-theme-studio.public-wall-page .public-wall-card .wall-message-meta span {
    color: #737784;
}

body.site-theme-studio.public-wall-page .public-wall-card .wall-message-meta b {
    background: #eefbe1;
    color: #4f7800;
}

body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion .wall-message-meta b {
    background: #eee8ff;
    color: #6530c8;
}

body.site-theme-studio.public-wall-page .public-wall-card p {
    margin-top: 12px;
    padding: 0;
    border: 0;
    color: #5f616d;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.93rem;
    line-height: 1.62;
}

body.site-theme-studio.public-wall-page .public-wall-pagination,
body.site-theme-studio.public-wall-page .public-wall-empty {
    border: 1px solid #dedee5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(30, 30, 44, 0.07);
}

body.site-theme-studio.public-wall-page .public-wall-pagination p,
body.site-theme-studio.public-wall-page .public-wall-empty span {
    color: #686b77;
}

body.site-theme-studio.public-wall-page .pagination-control,
body.site-theme-studio.public-wall-page .pagination-page,
body.site-theme-studio.public-wall-page .pagination-ellipsis {
    border-color: #dddde5;
    border-radius: 10px;
    color: #3f414b;
}

body.site-theme-studio.public-wall-page .pagination-control:hover,
body.site-theme-studio.public-wall-page .pagination-page:hover,
body.site-theme-studio.public-wall-page .pagination-page.is-current {
    border-color: #7c3aed;
    background: #eee8ff;
    color: #5f28c1;
}

/* Tratamento escuro alinhado às páginas editoriais. */
body.site-theme-studio.public-wall-page,
body.site-theme-studio.public-wall-page .section-block {
    background:
        radial-gradient(circle at 4% 16%, rgba(199, 255, 61, 0.045), transparent 24rem),
        radial-gradient(circle at 96% 36%, rgba(124, 58, 237, 0.09), transparent 30rem),
        #09090f;
}

body.site-theme-studio.public-wall-page .public-wall-compose {
    border-color: rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.12), transparent 20rem),
        linear-gradient(145deg, #181821, #111118);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy strong,
body.site-theme-studio.public-wall-page .public-wall-empty strong {
    color: #f5f5f8;
}

body.site-theme-studio.public-wall-page .public-wall-compose-copy small,
body.site-theme-studio.public-wall-page .public-wall-empty span {
    color: #aaa9b5;
}

body.site-theme-studio.public-wall-page .public-wall-message-form,
body.site-theme-studio.public-wall-page .public-wall-compose .public-wall-message-form {
    border-color: rgba(255, 255, 255, 0.1);
    background: #14141d;
    color: #f5f5f8;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}

body.site-theme-studio.public-wall-page .public-wall-message-form label > span {
    color: #c2c1ca;
}

body.site-theme-studio.public-wall-page .public-wall-message-form input,
body.site-theme-studio.public-wall-page .public-wall-message-form select,
body.site-theme-studio.public-wall-page .public-wall-message-form textarea {
    border-color: rgba(255, 255, 255, 0.1);
    background: #0d0d13;
    color: #f3f3f6;
}

body.site-theme-studio.public-wall-page .public-wall-message-form select option {
    background: #111118;
    color: #f3f3f6;
}

body.site-theme-studio.public-wall-page .public-wall-message-form .check-row span,
body.site-theme-studio.public-wall-page .public-wall-message-form .form-feedback {
    color: #aaa9b5;
}

body.site-theme-studio.public-wall-page .public-wall-tabs {
    border-color: rgba(255, 255, 255, 0.09);
    background: rgba(17, 17, 25, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.site-theme-studio.public-wall-page .public-wall-tabs a {
    color: #aaa9b5;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a:hover,
body.site-theme-studio.public-wall-page .public-wall-tabs a:focus-visible {
    background: rgba(124, 58, 237, 0.15);
    color: #fff;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a.is-active {
    background: #c7ff3d;
    color: #0d0d12;
    box-shadow: 0 10px 26px rgba(199, 255, 61, 0.12);
}

body.site-theme-studio.public-wall-page .public-wall-tabs a.is-active svg {
    color: #5a27bb;
}

body.site-theme-studio.public-wall-page .public-wall-tabs b {
    background: rgba(124, 58, 237, 0.18);
    color: #cbb8ff;
}

body.site-theme-studio.public-wall-page .public-wall-tabs a.is-active b {
    background: rgba(13, 13, 18, 0.12);
    color: #0d0d12;
}

body.site-theme-studio.public-wall-page .public-wall-card,
body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion {
    border-color: rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.07), transparent 18rem),
        linear-gradient(145deg, #181821, #111118);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
}

body.site-theme-studio.public-wall-page .public-wall-card:hover {
    border-color: rgba(199, 255, 61, 0.2);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
}

body.site-theme-studio.public-wall-page .public-wall-card .message-avatar {
    background: rgba(124, 58, 237, 0.18);
    color: #ccb9ff;
}

body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion .message-avatar {
    background: rgba(199, 255, 61, 0.12);
    color: #c7ff3d;
}

body.site-theme-studio.public-wall-page .public-wall-card strong {
    color: #f6f6f9;
}

body.site-theme-studio.public-wall-page .public-wall-card time,
body.site-theme-studio.public-wall-page .public-wall-card .wall-message-meta span {
    color: #8f8e9b;
}

body.site-theme-studio.public-wall-page .public-wall-card .wall-message-meta b {
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
}

body.site-theme-studio.public-wall-page .public-wall-card.is-suggestion .wall-message-meta b {
    background: rgba(124, 58, 237, 0.18);
    color: #cbb8ff;
}

body.site-theme-studio.public-wall-page .public-wall-card p {
    color: #aaa9b5;
}

body.site-theme-studio.public-wall-page .public-wall-pagination,
body.site-theme-studio.public-wall-page .public-wall-empty {
    border-color: rgba(255, 255, 255, 0.09);
    background: #111119;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.site-theme-studio.public-wall-page .public-wall-pagination p {
    color: #9695a1;
}

body.site-theme-studio.public-wall-page .pagination-control,
body.site-theme-studio.public-wall-page .pagination-page,
body.site-theme-studio.public-wall-page .pagination-ellipsis {
    border-color: rgba(255, 255, 255, 0.1);
    background: #181820;
    color: #b8b7c1;
}

body.site-theme-studio.public-wall-page .pagination-control:hover,
body.site-theme-studio.public-wall-page .pagination-page:hover,
body.site-theme-studio.public-wall-page .pagination-page.is-current {
    border-color: rgba(199, 255, 61, 0.35);
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
}

@media (max-width: 900px) {
    body.site-theme-studio.public-wall-page .public-wall-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.site-theme-studio.public-wall-page .public-wall-hero-actions {
        max-width: none;
        justify-self: stretch;
    }

    body.site-theme-studio.public-wall-page .public-wall-compose {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.site-theme-studio.public-wall-page .public-wall-compose .public-wall-hero-actions {
        max-width: none;
    }

    body.site-theme-studio.public-wall-page .public-wall-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.public-wall-page .public-wall-hero {
        padding: 2px 0 30px;
    }

    body.site-theme-studio.public-wall-page .public-wall-hero .section-shell,
    body.site-theme-studio.public-wall-page .public-wall-shell {
        width: min(100% - 24px, 1180px);
    }

    body.site-theme-studio.public-wall-page .public-wall-hero-copy h1 {
        font-size: clamp(2.15rem, 11vw, 3rem);
    }

    body.site-theme-studio.public-wall-page .section-block {
        padding: 18px 0 48px;
    }

    body.site-theme-studio.public-wall-page .public-wall-tabs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.site-theme-studio.public-wall-page .public-wall-tabs::-webkit-scrollbar {
        display: none;
    }

    body.site-theme-studio.public-wall-page .public-wall-tabs a {
        min-width: 148px;
        flex: 1 0 auto;
    }

    body.site-theme-studio.public-wall-page .public-wall-compose {
        padding: 16px;
        border-radius: 17px;
    }

    body.site-theme-studio.public-wall-page .public-wall-compose-copy {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.site-theme-studio.public-wall-page .public-wall-compose-copy > span {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    body.site-theme-studio.public-wall-page .public-wall-card {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 17px;
        border-radius: 17px;
    }

    body.site-theme-studio.public-wall-page .public-wall-card .message-avatar {
        width: 40px;
        height: 40px;
    }

    body.site-theme-studio.public-wall-page .public-wall-card header {
        flex-direction: column;
        gap: 7px;
    }
}

/* Contato público: cartões escuros e leitura editorial. */
body.site-theme-studio.contact-page {
    background: #09090f;
}

body.site-theme-studio.contact-page main {
    overflow: clip;
}

body.site-theme-studio.contact-page .contact-page-title {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(3px, 0.7vw, 8px) 0 clamp(32px, 4vw, 48px);
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(circle at 82% -20%, rgba(124, 58, 237, 0.3), transparent 28rem),
        radial-gradient(circle at 8% 115%, rgba(199, 255, 61, 0.09), transparent 22rem),
        linear-gradient(125deg, #090a0f 0%, #11111a 58%, #171127 100%);
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: initial;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
}

body.site-theme-studio.contact-page .contact-page-title::before {
    position: absolute;
    top: -195px;
    right: 7%;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 64px rgba(124, 58, 237, 0.025), 0 0 0 128px rgba(199, 255, 61, 0.012);
    content: "";
    pointer-events: none;
}

body.site-theme-studio.contact-page .contact-page-title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0 34%, #c7ff3d 34% 72%, #ff5e62 72%);
    content: "";
}

body.site-theme-studio.contact-page .contact-page-title .section-shell,
body.site-theme-studio.contact-page .contact-section .section-shell {
    width: min(1180px, calc(100% - 40px));
}

body.site-theme-studio.contact-page .contact-page-title .section-shell {
    position: relative;
    z-index: 2;
}

body.site-theme-studio.contact-page .contact-page-title .panel-kicker {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.075em;
}

body.site-theme-studio.contact-page .contact-page-title h1 {
    max-width: 980px;
    margin: 9px 0 10px;
    overflow: visible;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.35rem, 4.8vw, 4.2rem);
    font-weight: 790;
    line-height: 0.98;
    letter-spacing: -0.058em;
    text-transform: none;
    text-wrap: balance;
    white-space: normal;
}

body.site-theme-studio.contact-page .contact-page-title p {
    max-width: 720px;
    margin: 0;
    color: #b4b3be;
    font-size: clamp(0.94rem, 1.2vw, 1.04rem);
    line-height: 1.58;
}

body.site-theme-studio.contact-page .contact-section {
    width: 100%;
    max-width: none;
    padding: clamp(24px, 3vw, 38px) 0 clamp(60px, 8vw, 104px);
    background:
        radial-gradient(circle at 4% 18%, rgba(199, 255, 61, 0.045), transparent 24rem),
        radial-gradient(circle at 96% 42%, rgba(124, 58, 237, 0.09), transparent 30rem),
        #09090f;
}

body.site-theme-studio.contact-page .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.4fr);
    gap: 20px;
}

body.site-theme-studio.contact-page .contact-channel-grid {
    gap: 16px;
}

body.site-theme-studio.contact-page .contact-card,
body.site-theme-studio.contact-page .contact-card.is-whatsapp,
body.site-theme-studio.contact-page .contact-social-panel {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.08), transparent 18rem),
        linear-gradient(145deg, #181821, #111118);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.23);
}

body.site-theme-studio.contact-page .contact-card {
    min-height: 154px;
    padding: 20px;
    border-left: 0;
}

body.site-theme-studio.contact-page .contact-card::before {
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #7c3aed, #c7ff3d);
    content: "";
}

body.site-theme-studio.contact-page .contact-card.is-whatsapp::before {
    background: linear-gradient(90deg, #25d366, #c7ff3d);
}

body.site-theme-studio.contact-page .contact-card:hover {
    border-color: rgba(199, 255, 61, 0.2);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

body.site-theme-studio.contact-page .contact-card-icon {
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.17);
    color: #cbb8ff;
}

body.site-theme-studio.contact-page .contact-card.is-whatsapp .contact-card-icon {
    background: rgba(37, 211, 102, 0.16);
    color: #72ef9f;
    box-shadow: none;
}

body.site-theme-studio.contact-page .contact-card div > span,
body.site-theme-studio.contact-page .contact-card.is-whatsapp div > span {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    font-weight: 760;
    letter-spacing: 0.055em;
}

body.site-theme-studio.contact-page .contact-card strong {
    color: #f5f5f8;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.98rem, 1.35vw, 1.16rem);
    font-weight: 720;
}

body.site-theme-studio.contact-page .contact-card a,
body.site-theme-studio.contact-page .contact-card button,
body.site-theme-studio.contact-page .contact-card.is-whatsapp a {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(199, 255, 61, 0.2);
    border-radius: 999px;
    background: rgba(199, 255, 61, 0.09);
    color: #c7ff3d;
    box-shadow: none;
    font-size: 0.8rem;
}

body.site-theme-studio.contact-page .contact-card a:hover,
body.site-theme-studio.contact-page .contact-card a:focus-visible,
body.site-theme-studio.contact-page .contact-card button:hover,
body.site-theme-studio.contact-page .contact-card button:focus-visible,
body.site-theme-studio.contact-page .contact-card.is-whatsapp a:hover,
body.site-theme-studio.contact-page .contact-card.is-whatsapp a:focus-visible {
    border-color: #c7ff3d;
    background: #c7ff3d;
    color: #0d0d12;
}

body.site-theme-studio.contact-page .contact-card .copy-feedback {
    color: #c7ff3d;
}

body.site-theme-studio.contact-page .contact-social-panel {
    gap: 13px;
    padding: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.2), transparent 22rem),
        linear-gradient(145deg, #181821, #101017);
}

body.site-theme-studio.contact-page .contact-social-panel .panel-kicker {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
}

body.site-theme-studio.contact-page .contact-social-panel h2 {
    color: #f6f6f9;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    font-weight: 760;
    letter-spacing: -0.04em;
}

body.site-theme-studio.contact-page .contact-social-panel p {
    color: #aaa9b5;
    font-size: 0.9rem;
    line-height: 1.58;
}

body.site-theme-studio.contact-page .contact-social-list {
    gap: 8px;
    margin-top: 6px;
}

body.site-theme-studio.contact-page .contact-social-link {
    min-height: 50px;
    gap: 11px;
    padding: 6px 10px;
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
    color: #d8d7df;
    box-shadow: none;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
}

body.site-theme-studio.contact-page .contact-social-link svg {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(124, 58, 237, 0.16);
    color: #cbb8ff;
}

body.site-theme-studio.contact-page .contact-social-link.is-youtube {
    color: #ff8a8a;
}

body.site-theme-studio.contact-page .contact-social-link.is-youtube svg {
    background: rgba(255, 64, 64, 0.12);
    color: #ff7373;
}

body.site-theme-studio.contact-page .contact-social-link.is-whatsapp {
    color: #72ef9f;
}

body.site-theme-studio.contact-page .contact-social-link.is-tiktok,
body.site-theme-studio.contact-page .contact-social-link.is-x {
    color: #e7e6ec;
}

body.site-theme-studio.contact-page .contact-social-link:hover,
body.site-theme-studio.contact-page .contact-social-link:focus-visible {
    border-color: rgba(199, 255, 61, 0.28);
    background: rgba(199, 255, 61, 0.075);
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    body.site-theme-studio.contact-page .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.contact-page .contact-page-title {
        padding: 3px 0 30px;
    }

    body.site-theme-studio.contact-page .contact-page-title .section-shell,
    body.site-theme-studio.contact-page .contact-section .section-shell {
        width: min(100% - 24px, 1180px);
    }

    body.site-theme-studio.contact-page .contact-page-title h1 {
        font-size: clamp(2rem, 10vw, 2.85rem);
    }

    body.site-theme-studio.contact-page .contact-section {
        padding: 20px 0 52px;
    }

    body.site-theme-studio.contact-page .contact-channel-grid {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.contact-page .contact-card.is-address {
        grid-column: auto;
    }

    body.site-theme-studio.contact-page .contact-card {
        min-height: 0;
        padding: 17px;
        border-radius: 17px;
    }

    body.site-theme-studio.contact-page .contact-social-panel {
        padding: 20px;
        border-radius: 18px;
    }
}

/* Privacy page: high-contrast studio treatment */
body.site-theme-studio.privacy-page {
    background:
        radial-gradient(circle at 8% 12%, rgba(199, 255, 61, 0.07), transparent 24rem),
        radial-gradient(circle at 92% 15%, rgba(124, 58, 237, 0.14), transparent 30rem),
        #09090f;
    color: #f7f7fa;
}

body.site-theme-studio.privacy-page .privacy-main {
    width: min(1180px, calc(100% - 40px));
    margin: 4px auto 64px;
}

body.site-theme-studio.privacy-page .privacy-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(18px, 2vw, 26px) clamp(30px, 5vw, 58px) clamp(30px, 4vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background:
        linear-gradient(115deg, rgba(199, 255, 61, 0.08), transparent 38%),
        linear-gradient(135deg, #15151e 0%, #171126 60%, #251248 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

body.site-theme-studio.privacy-page .privacy-hero::before,
body.site-theme-studio.privacy-page .privacy-hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(199, 255, 61, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body.site-theme-studio.privacy-page .privacy-hero::before {
    top: -145px;
    right: -70px;
    width: 340px;
    height: 340px;
}

body.site-theme-studio.privacy-page .privacy-hero::after {
    top: -78px;
    right: 6px;
    width: 205px;
    height: 205px;
    border-color: rgba(164, 119, 255, 0.3);
}

body.site-theme-studio.privacy-page .privacy-hero .panel-kicker {
    color: #c7ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.site-theme-studio.privacy-page .privacy-hero h1 {
    max-width: 780px;
    margin: 9px 0 12px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-transform: none;
    text-wrap: balance;
}

body.site-theme-studio.privacy-page .privacy-hero p {
    max-width: 700px;
    margin: 0;
    color: #c9c8d1;
    font-size: clamp(0.96rem, 1.6vw, 1.08rem);
    line-height: 1.65;
}

body.site-theme-studio.privacy-page .privacy-layout {
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 22px;
    margin-top: 22px;
}

body.site-theme-studio.privacy-page .privacy-index {
    top: 104px;
    gap: 5px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(25, 25, 35, 0.98), rgba(13, 13, 20, 0.98));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.site-theme-studio.privacy-page .privacy-index strong {
    margin: 0 10px 8px;
    color: #fff;
    font-size: 0.84rem;
}

body.site-theme-studio.privacy-page .privacy-index a {
    position: relative;
    padding: 10px 11px 10px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #b8b7c2;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
}

body.site-theme-studio.privacy-page .privacy-index a::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 0;
    border-radius: 99px;
    background: #c7ff3d;
    content: "";
    transform: translateY(-50%);
    transition: height 160ms ease;
}

body.site-theme-studio.privacy-page .privacy-index a:hover,
body.site-theme-studio.privacy-page .privacy-index a:focus-visible {
    border-color: rgba(199, 255, 61, 0.15);
    background: rgba(199, 255, 61, 0.08);
    color: #fff;
}

body.site-theme-studio.privacy-page .privacy-index a:hover::before,
body.site-theme-studio.privacy-page .privacy-index a:focus-visible::before {
    height: 18px;
}

body.site-theme-studio.privacy-page .privacy-content {
    gap: 14px;
}

body.site-theme-studio.privacy-page .privacy-content > section {
    gap: 17px;
    padding: clamp(22px, 3.5vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    background: linear-gradient(145deg, rgba(25, 25, 35, 0.98), rgba(13, 13, 20, 0.98));
    color: #f7f7fa;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.24);
}

body.site-theme-studio.privacy-page .privacy-content > section:hover {
    border-color: rgba(199, 255, 61, 0.2);
}

body.site-theme-studio.privacy-page .privacy-section-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(199, 255, 61, 0.22);
    border-radius: 14px;
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
    box-shadow: inset 0 0 20px rgba(199, 255, 61, 0.04);
}

body.site-theme-studio.privacy-page .privacy-content h2 {
    margin: 1px 0 9px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.28rem, 2.5vw, 1.72rem);
    font-weight: 820;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

body.site-theme-studio.privacy-page .privacy-content p {
    color: #b9b8c3;
    font-size: 0.95rem;
    line-height: 1.72;
}

body.site-theme-studio.privacy-page .privacy-table-wrap {
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(6, 6, 10, 0.42);
}

body.site-theme-studio.privacy-page .privacy-table {
    color: #d6d5dd;
}

body.site-theme-studio.privacy-page .privacy-table th,
body.site-theme-studio.privacy-page .privacy-table td {
    padding: 14px;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.site-theme-studio.privacy-page .privacy-table tr:last-child td {
    border-bottom: 0;
}

body.site-theme-studio.privacy-page .privacy-table th {
    background: rgba(199, 255, 61, 0.08);
    color: #f5f5f8;
    font-size: 0.78rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

body.site-theme-studio.privacy-page .privacy-table td {
    color: #bcbac5;
    line-height: 1.55;
}

body.site-theme-studio.privacy-page .privacy-table td:last-child {
    color: #d8ff79;
    font-weight: 750;
}

body.site-theme-studio.privacy-page .privacy-table code {
    color: #c9aaff;
    font-weight: 750;
}

body.site-theme-studio.privacy-page .privacy-status {
    margin-top: 17px !important;
    border: 1px solid rgba(199, 255, 61, 0.18);
    background: rgba(199, 255, 61, 0.08);
    color: #e4f8b2 !important;
}

body.site-theme-studio.privacy-page .privacy-status strong {
    color: #fff;
}

body.site-theme-studio.privacy-page .privacy-status svg {
    flex: 0 0 auto;
    color: #c7ff3d;
}

body.site-theme-studio.privacy-page .privacy-manage-button {
    min-height: 44px;
    padding: 11px 18px;
    background: #c7ff3d;
    color: #09090f;
    box-shadow: 0 12px 28px rgba(199, 255, 61, 0.14);
}

body.site-theme-studio.privacy-page .privacy-manage-button:hover,
body.site-theme-studio.privacy-page .privacy-manage-button:focus-visible {
    background: #d5ff6d;
    box-shadow: 0 16px 34px rgba(199, 255, 61, 0.22);
}

body.site-theme-studio.privacy-page .privacy-contact,
body.site-theme-studio.privacy-page .privacy-contact a {
    color: #d6d5dc;
}

body.site-theme-studio.privacy-page .privacy-contact a {
    text-decoration-color: rgba(199, 255, 61, 0.45);
    text-underline-offset: 3px;
}

body.site-theme-studio.privacy-page .privacy-contact a:hover,
body.site-theme-studio.privacy-page .privacy-contact a:focus-visible {
    color: #c7ff3d;
}

/* Cookie controls share the same readable dark palette on the Studio theme. */
body.site-theme-studio .cookie-consent {
    border-color: rgba(199, 255, 61, 0.2);
    background:
        radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.18), transparent 35%),
        rgba(20, 20, 29, 0.98);
}

body.site-theme-studio .cookie-consent-icon {
    border-color: rgba(199, 255, 61, 0.22);
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
}

body.site-theme-studio .cookie-consent-copy strong,
body.site-theme-studio .cookie-preferences-card h2,
body.site-theme-studio .cookie-preference-row strong {
    color: #fff;
}

body.site-theme-studio .cookie-consent-copy p,
body.site-theme-studio .cookie-preferences-card > p,
body.site-theme-studio .cookie-preference-row small {
    color: #bbb9c5;
}

body.site-theme-studio .cookie-consent-copy a {
    color: #c7ff3d;
}

body.site-theme-studio .cookie-dialog-close,
body.site-theme-studio .cookie-preference-row {
    border-color: rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.045);
    color: #f5f5f8;
}

body.site-theme-studio .cookie-dialog-close:hover,
body.site-theme-studio .cookie-dialog-close:focus-visible {
    border-color: rgba(199, 255, 61, 0.28);
    background: rgba(199, 255, 61, 0.09);
    color: #c7ff3d;
}

body.site-theme-studio .cookie-preference-row.is-required,
body.site-theme-studio .cookie-preferences-note {
    border-color: rgba(199, 255, 61, 0.16);
    background: rgba(199, 255, 61, 0.07);
    color: #d8d7df;
}

body.site-theme-studio .cookie-preference-row input {
    accent-color: #c7ff3d;
}

@media (max-width: 900px) {
    body.site-theme-studio.privacy-page .privacy-layout {
        grid-template-columns: 1fr;
    }

    body.site-theme-studio.privacy-page .privacy-index {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.privacy-page .privacy-main {
        width: min(100% - 24px, 1180px);
        margin-top: 2px;
    }

    body.site-theme-studio.privacy-page .privacy-hero {
        padding: 18px 21px 28px;
        border-radius: 20px;
    }

    body.site-theme-studio.privacy-page .privacy-hero h1 {
        font-size: clamp(2.05rem, 11vw, 3rem);
    }

    body.site-theme-studio.privacy-page .privacy-layout {
        gap: 16px;
        margin-top: 16px;
    }

    body.site-theme-studio.privacy-page .privacy-content > section {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 19px 17px;
        border-radius: 18px;
    }

    body.site-theme-studio.privacy-page .privacy-section-icon {
        width: 42px;
        height: 42px;
    }

    body.site-theme-studio.privacy-page .privacy-table-wrap {
        grid-column: 1 / -1;
        overflow-x: auto;
        margin-right: -2px;
        margin-left: -54px;
    }
}

/* Equipe: abertura institucional no tema Studio. */
body.site-theme-studio.team-page {
    background: #09090f;
}

body.site-theme-studio.team-page main {
    overflow: clip;
}

body.site-theme-studio.team-page .leadership-page-title {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(8px, 1.2vw, 14px) 0 clamp(24px, 2.8vw, 34px);
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(circle at 78% 12%, rgba(124, 58, 237, 0.38), transparent 28rem),
        radial-gradient(circle at 10% 112%, rgba(199, 255, 61, 0.12), transparent 24rem),
        linear-gradient(120deg, #09090f 0%, #151124 58%, #0b0b12 100%);
    color: #fff;
    font-size: initial;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    text-wrap: initial;
}

body.site-theme-studio.team-page .leadership-page-title::before {
    position: absolute;
    top: -240px;
    right: 3%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 76px rgba(124, 58, 237, 0.025), 0 0 0 152px rgba(199, 255, 61, 0.014);
    content: "";
    pointer-events: none;
}

body.site-theme-studio.team-page .leadership-page-title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #7c3aed 0 34%, #c7ff3d 34% 72%, #ff5e62 72%);
    content: "";
}

body.site-theme-studio.team-page .leadership-title-layout {
    position: relative;
    z-index: 1;
}

body.site-theme-studio.team-page .leadership-page-title .panel-kicker {
    color: #c7ff3d;
}

body.site-theme-studio.team-page .leadership-page-title h1 {
    max-width: 820px;
    margin: 5px 0 8px;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.65rem);
    font-weight: 790;
    line-height: 0.98;
    letter-spacing: -0.062em;
    text-transform: none;
    text-wrap: balance;
}

body.site-theme-studio.team-page .leadership-page-title h1 span {
    color: #c7ff3d;
}

body.site-theme-studio.team-page .leadership-page-title p {
    max-width: none;
    color: #b7b5c2;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(0.96rem, 1.25vw, 1.08rem);
    font-weight: 430;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
}

body.site-theme-studio.team-page .team-page-subtitle {
    white-space: nowrap;
}

body.site-theme-studio.team-page .team-page-subtitle strong {
    color: #f8f8fb;
    font-weight: 780;
}

body.site-theme-studio.team-page .leadership-title-mark {
    width: 76px;
    height: 76px;
    border-color: rgba(199, 255, 61, 0.3);
    background: rgba(255, 255, 255, 0.07);
    color: #c7ff3d;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(12px);
}

body.site-theme-studio.team-page .leadership-section {
    background:
        radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.17), transparent 28rem),
        radial-gradient(circle at 5% 70%, rgba(199, 255, 61, 0.045), transparent 24rem),
        linear-gradient(135deg, #09090f, #0d0c14);
}

body.site-theme-studio.team-page .leadership-card h2 {
    color: #171923;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.42rem, 2vw, 1.82rem);
    font-weight: 820;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-transform: none;
}

body.site-theme-studio.team-page .leadership-card p {
    color: #657080;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.96rem;
    font-weight: 450;
    line-height: 1.68;
    letter-spacing: 0;
    text-transform: none;
}

body.site-theme-studio.team-page .leadership-empty h2 {
    color: #171923;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 790;
    letter-spacing: -0.035em;
    text-transform: none;
}

body.site-theme-studio.team-page .leadership-empty p {
    color: #657080;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

body.site-theme-studio.team-page .team-pagination {
    margin-top: clamp(26px, 4vw, 46px);
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: #111119;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.site-theme-studio.team-page .team-pagination p {
    color: #9695a1;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

body.site-theme-studio.team-page .team-pagination .pagination-control,
body.site-theme-studio.team-page .team-pagination .pagination-page,
body.site-theme-studio.team-page .team-pagination .pagination-ellipsis {
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: #181820;
    color: #b8b7c1;
}

body.site-theme-studio.team-page .team-pagination .pagination-control:hover,
body.site-theme-studio.team-page .team-pagination .pagination-page:hover,
body.site-theme-studio.team-page .team-pagination .pagination-page.is-current {
    border-color: rgba(199, 255, 61, 0.35);
    background: rgba(199, 255, 61, 0.1);
    color: #c7ff3d;
}

@media (min-width: 901px) {
    body.site-theme-studio.team-page .leadership-title-layout {
        padding-inline-start: clamp(32px, 4vw, 64px);
    }
}

@media (max-width: 620px) {
    body.site-theme-studio.team-page .leadership-page-title {
        padding: 4px 0 22px;
    }

    body.site-theme-studio.team-page .leadership-page-title h1 {
        font-size: clamp(1.75rem, 8.5vw, 2.4rem);
    }

    body.site-theme-studio.team-page .team-page-subtitle {
        max-width: 100%;
        white-space: normal;
        text-wrap: balance;
    }

    body.site-theme-studio.team-page .team-page-subtitle strong {
        white-space: nowrap;
    }
}

/* Foto do apresentador no tema Studio. */
body.site-theme-studio .now-card-title-row .now-card-heading + h2 {
    margin: 14px 0 7px;
}

body.site-theme-studio .presenter-photo-trigger {
    border-color: rgba(199, 255, 61, 0.48);
    background: #171720;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

body.site-theme-studio .presenter-photo-trigger:hover,
body.site-theme-studio .presenter-photo-trigger:focus-visible {
    border-color: #c7ff3d;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(199, 255, 61, 0.11);
}

body.site-theme-studio.schedule-page .schedule-item.has-presenter-photo {
    grid-template-columns: 84px minmax(0, 1fr) 70px;
}

body.site-theme-studio.schedule-page .presenter-photo-trigger > span {
    color: #c7ff3d;
}

@media (max-width: 620px) {
    body.site-theme-studio.schedule-page .schedule-item.has-presenter-photo {
        grid-template-columns: 68px minmax(0, 1fr) 54px;
    }
}

/* Integra o menu do usuário ao cabeçalho quando a sessão está ativa. */
body.site-theme-studio.has-member-hub .site-header {
    margin-bottom: 1px;
}

body.site-theme-studio.has-member-hub .member-hub-nav {
    width: calc(100% - 24px);
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 0 14px 14px;
}

@media (max-width: 1040px) {
    body.site-theme-studio.has-member-hub .member-hub-nav {
        width: calc(100% - 16px);
    }
}
