/* White-label AEESAS — cartaz / zine (não copiar AAUTAD). Tokens --aa-* são contrato. */
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700;800;900&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;1,6..72,400&display=swap');

body.aeesas_whitelabel,
html.aeesas_whitelabel body {
    --aa-pink: #2f970c;
    --aa-pink-hot: #1f6e08;
    --aa-cyan: #1c2a12;
    --aa-orange: #8a6a28;
    --aa-text: #1c2a12;
    --aa-muted: #5a5340;
    --aa-bg: #eadfc8;
    --aa-card: #f3ead6;
    --aa-border: #1c2a12;
    --aa-header: #eadfc8;
    --aa-on-header: #1c2a12;
    --aa-hero: #eadfc8;
    --aa-display: "Big Shoulders Display", Impact, sans-serif;
    --aa-sans: Newsreader, Georgia, serif;
    font-family: var(--aa-sans);
    color: var(--aa-text);
    background: var(--aa-bg);
}
body.aeesas_whitelabel.dark_mode {
    --aa-pink: #4ad41a;
    --aa-pink-hot: #2f970c;
    --aa-cyan: #d8cba8;
    --aa-orange: #e8c547;
    --aa-text: #efe6d0;
    --aa-muted: #b3aa90;
    --aa-bg: #10160c;
    --aa-card: #171f12;
    --aa-border: #efe6d0;
    --aa-header: #10160c;
    --aa-on-header: #efe6d0;
    --aa-hero: #10160c;
    background: var(--aa-bg);
    color: var(--aa-text);
}
body.aeesas_whitelabel #menu,
body.aeesas_whitelabel .slideout-dimmer {
    display: none !important;
}
body.aeesas_whitelabel.aeesas_offcanvas_open {
    overflow: hidden;
}
body.aeesas_whitelabel .slideout-panel,
body.aeesas_whitelabel.slideout-open .slideout-panel {
    transform: none !important;
    left: 0 !important;
}
body.aeesas_whitelabel .main_content_main_container {
    padding-top: 0;
}

/* Header */
.aa_header {
    position: sticky;
    top: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 0 12px;
    padding-top: env(safe-area-inset-top);
    background: var(--aa-header);
    border-bottom: 2px solid var(--aa-border);
    color: var(--aa-on-header);
}
.aa_header_left,
.aa_header_right {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
}
.aa_header_right { margin-left: auto; gap: 4px; flex-shrink: 0; }
.aa_header .aa_icon {
    appearance: none;
    background: none;
    border: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--aa-on-header);
    font-size: 18px;
    border-radius: 0;
    text-decoration: none;
}
.aa_header .aa_icon:hover { background: rgba(18, 24, 15, .06); }
body.dark_mode .aa_header .aa_icon:hover { background: rgba(255,255,255,.12); }
.aa_header .aa_icon svg {
    width: 1em;
    height: 1em;
}
.aa_header .aa_logo { display: none; }
.aa_header_burger {
    width: auto !important;
    gap: 8px;
    padding: 0 8px;
}
.aa_header_burger .fa-bars { display: none; }
.ae_menu_word {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.aa_header_nav {
    display: none;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 2px;
}
.aa_header_nav a {
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--aa-on-header);
    padding: 8px 10px;
    border-radius: 0;
    white-space: nowrap;
}
.aa_header_nav a:hover { color: var(--aa-pink); }
.aa_header_nav a.is-current {
    color: var(--aa-pink);
    background: transparent;
    box-shadow: inset 0 -2px 0 var(--aa-pink);
}
.aa_header_cta {
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--aa-on-header) !important;
    text-decoration: none;
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 2px solid var(--aa-pink);
    padding: 4px 0;
    margin-right: 10px;
}
.aa_header_cta:hover { filter: brightness(1.08); }
.aa_header_login {
    display: none;
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--aa-on-header);
    padding: 8px 10px;
    border-radius: 6px;
}
.aa_header_login:hover { color: var(--aa-pink); }
@media (min-width: 960px) {
    .aa_header { padding: 0 20px; min-height: 68px; }
    .aa_header_nav { display: flex; }
    .aa_header_cta,
    .aa_header_login { display: inline-flex; }
}

/* Drawer */
.aa_drawer_root { position: relative; z-index: 400; }
.aa_drawer_backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 400;
}
.aa_drawer_backdrop.is-open { opacity: 1; pointer-events: auto; }
.aa_drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(340px, 92vw);
    background: var(--aa-card);
    color: var(--aa-text);
    transform: translateX(-105%);
    transition: transform .28s cubic-bezier(.2,.8,.2,1);
    box-shadow: 16px 0 40px rgba(0,0,0,.45);
    display: flex;
    flex-direction: column;
    z-index: 401;
    overflow: hidden;
}
.aa_drawer.is-open { transform: none; }
.aa_drawer_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    border-bottom: 1px solid var(--aa-border);
}
.aa_drawer .aa_icon {
    appearance: none;
    background: none;
    border: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--aa-text);
    font-size: 18px;
    border-radius: 50%;
}
.aa_drawer .aa_icon:hover { background: rgba(0,0,0,.06); }
.aa_drawer_brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--aa-text);
}
.aa_drawer_brand img { height: 28px; }
.aa_drawer_brand span {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .04em;
}
.aa_drawer_nav {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 12px 12px 8px;
}
.aa_drawer_group { margin: 0 0 8px; }
.aa_drawer_label {
    font-family: var(--aa-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--aa-muted);
    margin: 14px 12px 6px;
}
.aa_drawer_nav a {
    display: block;
    padding: 11px 14px;
    color: var(--aa-text);
    text-decoration: none;
    font-family: var(--aa-display);
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
}
.aa_drawer_nav a:hover,
.aa_drawer_nav a.is-current { background: rgba(47,151,12,.14); color: var(--aa-pink); }
.aa_drawer_foot {
    padding: 14px 16px 20px;
    border-top: 1px solid var(--aa-border);
    display: grid;
    gap: 8px;
}
.aa_drawer_foot .aa_cta {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
}
.aa_drawer_account {
    display: block;
    text-align: center;
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--aa-text);
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
}
.aa_drawer_account:hover { color: var(--aa-pink); }

/* Hero */
.aa_hero {
    position: relative;
    margin: 0;
    min-height: calc(100svh - 56px);
    padding: 36px 20px 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--aa-hero);
    color: var(--aa-text);
}
.aa_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .08;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body.dark_mode .aa_hero::before { opacity: .16; }
@media (min-width: 900px) {
    .aa_hero { min-height: calc(100svh - 68px); padding: 56px 32px 64px; }
}
.aa_hero_inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0;
}
.aa_hero_mark { display: flex; justify-content: center; margin-bottom: 18px; }
.aa_hero_mark img {
    max-width: 168px;
    width: 46vw;
    height: auto;
    filter: drop-shadow(0 0 28px rgba(61, 204, 20, .45));
}
@media (min-width: 900px) {
    .aa_hero_mark img { max-width: 200px; width: 200px; }
}
.aa_hero_kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--aa-orange);
}
.aa_hero h1 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: clamp(44px, 14vw, 88px);
    line-height: 1;
    letter-spacing: .04em;
    margin: 0 0 12px;
    color: var(--aa-text);
    text-align: center;
}
.aa_hero p.aa_sub {
    font-family: var(--aa-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 28px;
    color: var(--aa-muted);
    text-align: center;
    max-width: 22em;
}
@media (min-width: 900px) {
    .aa_hero p.aa_sub { font-size: 18px; }
}
.aa_hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.aa_social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}
.aa_social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--aa-text);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--aa-border);
    border-radius: 999px;
    background: rgba(255,255,255,.03);
}
.aa_social a:hover { background: rgba(61, 204, 20, .12); border-color: var(--aa-pink); }
.aa_page .aa_social a,
.aa_contact_block .aa_social a {
    color: var(--aa-text);
    border-color: var(--aa-border);
}
.aa_quick { display: none; }
.aa_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--aa-pink);
    color: #fff !important;
    text-decoration: none;
    font-family: var(--aa-sans);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 14px 22px;
    min-height: 48px;
    border: 0;
    cursor: pointer;
}
body.dark_mode .aa_cta { color: #061006 !important; }
.aa_cta:hover { filter: brightness(1.08); }
.aa_cta.ghost {
    background: transparent;
    color: var(--aa-text) !important;
    border: 1px solid var(--aa-border);
    margin-left: 0;
}
.aa_hero .aa_cta.ghost {
    color: var(--aa-text) !important;
    border-color: var(--aa-border);
}

.aa_evento_destaque_wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 16px 8px;
}
.aa_evento_destaque {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--aa-border);
    border-radius: 22px;
    overflow: hidden;
    min-height: 78vw;
    max-height: 620px;
    background: #0a1208;
}
@media (min-width: 800px) {
    .aa_evento_destaque { min-height: 420px; }
}
.aa_evento_destaque_media {
    position: absolute;
    inset: 0;
    background: #102010;
}
.aa_evento_destaque_media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aa_evento_destaque_ph {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    color: #fff;
}
.aa_evento_destaque_ph img {
    width: 110px;
    height: auto;
    display: block;
    filter: none;
}
.aa_evento_destaque_ph span {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
}
.aa_evento_destaque_body {
    position: relative;
    z-index: 2;
    min-height: inherit;
    padding: 28px 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.82) 78%);
}
.aa_evento_destaque_body .aa_news_cat {
    color: var(--aa-orange);
    opacity: 1;
    margin-bottom: 6px;
}
.aa_evento_destaque_body h2 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: clamp(26px, 6vw, 44px);
    letter-spacing: -.03em;
    margin: 0 0 10px;
    line-height: 1.05;
    text-align: left;
    color: #fff;
}
.aa_evento_destaque_meta,
.aa_evento_destaque_local {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255,255,255,.78);
}
.aa_evento_destaque_local { margin-bottom: 16px; }
.aa_evento_destaque .aa_cta {
    align-self: flex-start;
    margin-top: 6px;
    margin-left: 0;
}
.aa_evento_mais {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 40px;
    text-align: center;
}

/* Sections */
.aa_section { max-width: 1100px; margin: 0 auto; padding: 36px 16px 48px; }
.aa_section h2 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: clamp(28px, 8vw, 48px);
    text-align: left;
    margin: 0 0 8px;
    letter-spacing: -.04em;
}
.aa_section .aa_lead {
    text-align: left;
    color: var(--aa-muted);
    font-size: 16px;
    margin: 0 0 20px;
}
.aa_section_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.aa_section_head h2 { margin-bottom: 0; }
.aa_section_head .aa_cta { min-height: 42px; padding: 10px 16px; }

.aa_news_grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 800px) {
    .aa_news_grid { grid-template-columns: repeat(3, 1fr); }
}
.aa_poster_rail {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 12px;
    scrollbar-width: none;
}
.aa_poster_rail::-webkit-scrollbar { display: none; }
.aa_poster {
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    min-height: 320px;
}
@media (min-width: 800px) {
    .aa_poster { flex-basis: 260px; }
}
.aa_poster_img {
    height: 210px;
    background: #102010 url('../../assets/aeesas/logo.png') center/42% no-repeat;
    overflow: hidden;
}
@media (max-width: 799px) {
    .aa_section_head { flex-direction: column; align-items: flex-start; }
}
.aa_poster_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aa_poster_body { padding: 14px 14px 16px; }
.aa_poster_body h3 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 1.2;
}
.aa_news_card {
    display: flex;
    flex-direction: column;
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 18px;
    padding: 18px 16px 16px;
    min-height: 0;
    text-decoration: none;
    color: inherit;
}
.aa_news_thumb {
    height: 170px;
    margin: -18px -16px 14px;
    border-radius: 18px 18px 0 0;
    background: #102010 center/cover no-repeat;
    overflow: hidden;
}
.aa_news_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aa_news_card h3 {
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.25;
}
.aa_news_card p { color: var(--aa-muted); font-size: 14px; line-height: 1.5; margin: 0 0 16px; flex: 1; }
.aa_news_card .aa_date { font-size: 13px; color: var(--aa-muted); margin-top: auto; }
.aa_news_cat {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--aa-pink);
    margin-bottom: 8px;
}

.aa_partners_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;
    justify-items: center;
    padding: 12px 0 8px;
}
@media (min-width: 800px) {
    .aa_partners_row { grid-template-columns: repeat(4, 1fr); }
}
.aa_partners_row a,
.aa_partners_row .aa_partner { display: block; text-align: center; }
.aa_partners_row img {
    max-height: 92px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
}
body.dark_mode .aa_partners_row img { filter: grayscale(1) invert(1); }

.aa_to_top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--aa-pink);
    color: #fff;
    border: 0;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(47,151,12,.35);
    z-index: 250;
    font-size: 18px;
}
body.aeesas_offcanvas_open .aa_to_top { visibility: hidden; }

/* Inner pages */
.aa_page { max-width: 920px; margin: 0 auto; padding: 48px 24px 80px; }
.aa_page.wide { max-width: 1100px; }
.aa_page h1 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: clamp(32px, 5vw, 48px);
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: -.02em;
}
.aa_page .aa_lead { text-align: center; font-size: 18px; color: var(--aa-muted); margin: 0 0 36px; }
.aa_socio_box {
    max-width: none;
    width: 100%;
    margin: 0 auto 40px;
    padding: 28px 24px;
    border: 1px solid var(--aa-border);
    border-radius: 16px;
    background: var(--aa-card);
    box-sizing: border-box;
}
.aa_socio_box h2 {
    font-family: var(--aa-display);
    font-size: 22px;
    margin: 0 0 8px;
}
.aa_socio_box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.aa_input_locked {
    background: #f4f4f4 !important;
    color: #666 !important;
    cursor: not-allowed;
}
.aa_chip {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--aa-pink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.aa_socio_erro { color: #b00020; font-weight: 600; }
.aa_socio_ok { color: #0f5b33; font-weight: 600; }
.aa_socio_cta_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 40px;
}
.aa_socio_cta_row .aa_cta.ghost { margin-left: 0; }
.aa_socio_form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
    width: 100%;
}
.aa_socio_form label {
    display: grid;
    gap: 6px;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
.aa_socio_form input {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid var(--aa-border);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}
.aa_socio_form_actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin-top: 8px;
}
.aa_socio_form_actions .aa_cta {
    margin-left: 0;
    box-sizing: border-box;
}
@media (max-width: 799px) {
    .aa_page { padding: 28px 16px 64px; }
    .aa_page h1 { font-size: clamp(26px, 8vw, 36px); }
    .aa_page .aa_lead { font-size: 16px; margin-bottom: 20px; }
    .aa_socio_box { padding: 18px 14px; }
    .aa_socio_cta_row { flex-direction: column; align-items: stretch; }
    .aa_socio_cta_row .aa_cta,
    .aa_socio_form_actions .aa_cta { width: 100%; min-height: 48px; }
    .aa_socio_form_actions { flex-direction: column; }
    .aa_socio_table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
@media (min-width: 800px) {
    .aa_socio_box { padding: 36px 40px; }
    .aa_socio_form {
        grid-template-columns: 1fr 1fr;
        gap: 18px 28px;
    }
    .aa_socio_form_actions { grid-column: 1 / -1; }
}
.aa_socio_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    font-size: 14px;
}
.aa_socio_table th,
.aa_socio_table td {
    text-align: left;
    padding: 8px 6px;
    border-bottom: 1px solid var(--aa-border);
}
.aa_conta_logout {
    text-align: center;
    margin: 8px 0 48px;
}
.aa_conta_logout .aa_cta.ghost { margin-left: 0; }
.aa_socio_table td span { display: block; opacity: .7; font-size: 12px; }
.aa_prose { font-size: 16px; line-height: 1.7; color: var(--aa-muted); }
.aa_prose p { margin: 0 0 16px; }
.aa_prose strong { color: var(--aa-text); }
.aa_evento_ficha { max-width: 1100px; }
.aa_evento_ficha > h1 { text-align: left; }
.aa_evento_ficha_back { margin-top: 32px; text-align: center; }
.aa_evento_ficha_back a { color: var(--aa-pink); text-decoration: none; font-weight: 600; }
.aa_evento_ficha_back_top { margin: 0 0 20px; text-align: left; }
.aa_evento_hero {
    display: grid;
    gap: 0;
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
@media (min-width: 800px) {
    .aa_evento_hero { grid-template-columns: 280px 1fr; }
}
.aa_evento_hero_body {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aa_evento_ficha .aa_evento_hero_body h1 {
    text-align: left;
    font-size: clamp(26px, 4vw, 40px);
    margin: 0 0 10px;
}
.aa_evento_hero_cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.aa_evento_hero_cta .aa_cta { margin-left: 0; }
.aa_evento_facts {
    display: grid;
    gap: 14px;
    margin: 0 0 24px;
}
@media (min-width: 700px) {
    .aa_evento_facts { grid-template-columns: 1fr 1fr; }
}
.aa_evento_fact {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 18px 20px;
}
.aa_evento_fact p {
    margin: 0 0 12px;
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 16px;
    color: var(--aa-text);
}
.aa_evento_link {
    display: block;
    margin: 0 0 6px;
    color: var(--aa-pink);
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-align: left;
}
.aa_evento_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 36px;
}
.aa_evento_actions .aa_cta { margin-left: 0; }
.aa_evento_bloco { margin: 0 0 40px; }
.aa_evento_ficha .aa_evento_bloco h2 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 22px;
    text-align: left;
    margin: 0 0 16px;
}
.aa_evento_termos {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 20px 22px;
}
.aa_evento_termos .aa_prose { font-size: 14px; }
.aa_evento_map_wrap { margin-bottom: 28px; }
.aa_evento_map {
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--aa-border);
    background: #eee;
}
.aa_evento_map .leaflet-container {
    height: 100%;
    width: 100%;
    font-family: inherit;
}
.aa_evento_map_caption {
    margin: 10px 0 0;
    font-size: 14px;
}
.aa_evento_map_caption a { color: var(--aa-pink); font-weight: 600; text-decoration: none; }
.aa_evento_pin {
    background: none !important;
    border: 0 !important;
}
.aa_evento_pin span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--aa-pink);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.28);
}

.aa_doc_list { display: grid; gap: 10px; }
.aa_doc_item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px;
    border: 1px solid var(--aa-border);
    border-radius: 10px;
    background: var(--aa-card);
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.aa_doc_item small { font-weight: 500; color: var(--aa-muted); }
.aa_doc_filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 0 20px; }
.aa_doc_filter button {
    border: 1px solid var(--aa-border);
    background: var(--aa-card);
    color: var(--aa-text);
    border-radius: 999px;
    padding: 6px 12px;
    font: inherit;
    cursor: pointer;
}
.aa_doc_filter button.on { background: var(--aa-pink); color: #fff; border-color: var(--aa-pink); }
.aa_doc_item:hover { border-color: var(--aa-pink); }

.aa_sport {
    background: #e8e8e8;
    border-radius: 12px;
    padding: 22px;
    margin: 0 auto 16px;
    max-width: 640px;
    text-align: center;
}
body.dark_mode .aa_sport { background: #2a2a2a; }
.aa_sport h3 { margin: 0 0 10px; font-family: var(--aa-display); }
.aa_sport p { margin: 4px 0; color: var(--aa-muted); }

.aa_benefits {
    display: grid;
    gap: 14px;
}
@media (min-width: 700px) {
    .aa_benefits { grid-template-columns: repeat(2, 1fr); }
}
.aa_benefit {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 18px;
}
.aa_benefit img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    margin: 0 0 10px;
}
.aa_benefit_link { margin-top: 8px !important; }
.aa_benefit_link a { color: var(--aa-pink); font-weight: 600; text-decoration: none; }
.aa_benefit p { margin: 0; color: var(--aa-muted); font-size: 14px; }

.aa_subhead {
    font-family: var(--aa-display);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
}
.aa_bo_list {
    max-width: 640px;
    margin: 0 auto 28px;
    padding-left: 20px;
    color: var(--aa-muted);
    line-height: 1.5;
}
.aa_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}
.aa_chips button {
    font-family: var(--aa-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid var(--aa-border);
    background: #fff;
    color: var(--aa-muted);
    cursor: pointer;
}
.aa_chips button.on {
    background: var(--aa-pink);
    border-color: var(--aa-pink);
    color: #fff;
}
.aa_nucleo_grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}
@media (min-width: 700px) {
    .aa_nucleo_grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .aa_nucleo_grid { grid-template-columns: repeat(3, 1fr); }
}
.aa_nucleo_card {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 18px;
    padding: 22px 18px 18px;
}
.aa_nucleo_card h3 {
    font-family: var(--aa-display);
    font-size: 18px;
    margin: 0 0 8px;
}
.aa_nucleo_card img {
    max-height: 56px;
    max-width: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}
.aa_nucleo_mark {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--aa-pink);
    color: #fff;
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.aa_nucleo_card p { margin: 0 0 8px; color: var(--aa-muted); font-size: 14px; }
.aa_nucleo_links { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.aa_nucleo_links a { color: var(--aa-pink); font-weight: 600; text-decoration: none; font-size: 14px; }
.aa_nucleo_desc { font-weight: 600; color: var(--aa-text) !important; }
.aa_partner_card .aa_nucleo_desc {
    color: var(--aa-pink) !important;
    font-size: 15px;
}
.aa_partner_card img {
    max-height: 72px;
    max-width: 160px;
    filter: none;
}

.aa_price {
    text-align: center;
    margin: 8px 0 28px;
    font-family: var(--aa-display);
    font-size: 22px;
    font-weight: 700;
}

.aa_contact_grid {
    display: grid;
    gap: 28px;
}
@media (min-width: 800px) {
    .aa_contact_grid { grid-template-columns: 1fr 1fr; }
}
.aa_contact_block h3 { margin: 0 0 6px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--aa-muted); }
.aa_contact_block p { margin: 0 0 18px; font-weight: 600; }
.aa_form { display: block; min-width: 0; }
.aa_form h2 { display: block; width: 100%; font-family: var(--aa-display); margin: 0 0 16px; }
.aa_form label { display: block; font-size: 13px; margin: 0 0 6px; font-weight: 600; }
.aa_contact_block a { color: var(--aa-text); text-decoration: none; }
.aa_contact_block a:hover { color: var(--aa-pink); }
.aa_form input, .aa_form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--aa-border);
    background: var(--aa-card);
    color: var(--aa-text);
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font: inherit;
}

.aa_cal_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.aa_cal_head h2 { margin: 0; font-size: 22px; text-align: left; }
.aa_cal table { width: 100%; border-collapse: collapse; }
.aa_cal th { font-size: 12px; text-transform: uppercase; padding: 8px; color: var(--aa-muted); }
.aa_cal td { text-align: center; padding: 10px 4px; border-radius: 8px; position: relative; cursor: pointer; }
.aa_cal td.out { opacity: .35; }
.aa_cal td.today { background: var(--aa-pink); color: #fff; font-weight: 700; }
.aa_cal td.has-ev { font-weight: 700; }
.aa_cal_dot {
    display: block;
    width: 6px;
    height: 6px;
    margin: 4px auto 0;
    border-radius: 50%;
    background: var(--aa-cyan);
}
.aa_cal td.today .aa_cal_dot { background: #fff; }
.aa_cal_list { margin-top: 32px; }
.aa_cal_list h2 { font-family: var(--aa-display); font-size: 22px; margin: 28px 0 12px; }
.aa_cal_event {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 12px;
}
.aa_cal_list .aa_doc_item { margin-bottom: 8px; }

.aa_search_bar {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
}
.aa_search_bar input {
    flex: 1;
    border: 1px solid var(--aa-border);
    background: var(--aa-card);
    color: var(--aa-text);
    border-radius: 999px;
    padding: 12px 18px;
    font: inherit;
}

body.aeesas_whitelabel .site_header:not(.checkout_mode)::after { display: none; }

/* Ficha de evento: visual AEESAS (não o verde EasyTicket) */
body.aeesas_whitelabel .hero_staff,
body.aeesas_whitelabel .hero_meta_item.hero_hub { display: none !important; }
body.aeesas_whitelabel .hero {
    font-family: var(--aa-display);
}
body.aeesas_whitelabel .hero_back {
    background: rgba(212, 0, 85, .12);
    border-color: rgba(212, 0, 85, .28);
    color: var(--aa-pink);
}
body.aeesas_whitelabel .hero_back_text { color: var(--aa-pink); font-weight: 700; }
body.aeesas_whitelabel .hero_kicker { color: var(--aa-pink); letter-spacing: .08em; text-transform: uppercase; }
body.aeesas_whitelabel .hero h1 { font-family: var(--aa-display); font-weight: 800; }
body.aeesas_whitelabel .hero_meta_item {
    border-color: var(--aa-border);
    background: var(--aa-card);
}
body.aeesas_whitelabel .hero_meta_icon {
    background: rgba(212, 0, 85, .12) !important;
    color: var(--aa-pink) !important;
}
body.aeesas_whitelabel .hero_meta_item h5 { color: var(--aa-pink); }
body.aeesas_whitelabel .hero_meta_item a { color: var(--aa-cyan); }
body.aeesas_whitelabel .docs_slider_btn,
body.aeesas_whitelabel .md-button.md-primary,
body.aeesas_whitelabel .md-button.md-raised.md-primary {
    background: var(--aa-pink) !important;
    color: #fff !important;
}
body.aeesas_whitelabel .evento_tickets_wrapper .md-button.md-primary,
body.aeesas_whitelabel .ticket_card .md-button.md-primary {
    background: var(--aa-pink) !important;
}
body.aeesas_whitelabel .hero_alert.info .hero_meta_icon {
    background: rgba(26, 163, 189, .16) !important;
    color: var(--aa-cyan) !important;
}

/* Universo AEESAS — dashboard */
.aa_universo { padding-bottom: 48px; }
.aa_uni_hero { margin-bottom: 8px; }
.aa_uni_hero h1 { margin-bottom: 10px; text-align: left; }
.aa_uni_hero .aa_lead { text-align: left; margin-bottom: 8px; }
.aa_uni_jump {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 16px;
}
.aa_uni_jump button {
    font-family: var(--aa-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid var(--aa-border);
    background: var(--aa-card);
    color: var(--aa-text);
    cursor: pointer;
}
.aa_uni_jump button:hover { border-color: var(--aa-pink); color: var(--aa-pink); }
.aa_uni_stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    color: var(--aa-muted);
    font-size: 14px;
}
.aa_uni_stats strong {
    display: block;
    font-family: var(--aa-display);
    font-size: 28px;
    font-weight: 800;
    color: var(--aa-pink);
    line-height: 1.1;
}
.aa_uni_block { margin: 36px 0 8px; }
.aa_uni_block h2 {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -.02em;
    margin: 0 0 6px;
}
.aa_uni_block .aa_lead { text-align: left; margin: 0; }
.aa_uni_block_head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 16px;
    margin-bottom: 18px;
}
.aa_uni_block_head .aa_cta { margin: 0; }
.aa_uni_carousel {
    display: flex;
    align-items: stretch;
    gap: 8px;
}
.aa_uni_track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex: 1;
    padding: 4px 2px 12px;
}
.aa_uni_track::-webkit-scrollbar { display: none; }
.aa_uni_slide {
    flex: 0 0 min(78%, 260px);
    scroll-snap-align: start;
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 18px 16px 14px;
    text-decoration: none;
    color: inherit;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}
.aa_uni_slide:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.aa_uni_slide h3 {
    font-family: var(--aa-display);
    font-size: 16px;
    margin: 0 0 8px;
}
.aa_uni_slide p {
    margin: 0;
    color: var(--aa-muted);
    font-size: 13px;
    line-height: 1.4;
}
.aa_uni_slide img {
    max-height: 48px;
    max-width: 110px;
    object-fit: contain;
    margin-bottom: 10px;
}
.aa_uni_nav {
    align-self: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--aa-border);
    background: var(--aa-card);
    color: var(--aa-text);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.aa_uni_nav:hover { border-color: var(--aa-pink); color: var(--aa-pink); }
@media (max-width: 699px) {
    .aa_uni_nav { display: none; }
}
@media (min-width: 800px) {
    .aa_uni_slide { flex-basis: 240px; }
}
.aa_uni_carousel_home .aa_uni_slide { min-height: 140px; }
.aa_uni_dias { margin: 0 0 16px; }
.aa_uni_dias button {
    background: var(--aa-card);
    color: var(--aa-muted);
}
.aa_uni_hoje {
    display: inline-block;
    margin-left: 6px;
    font-size: 9px;
    letter-spacing: .06em;
    color: var(--aa-pink);
}
.aa_uni_dias button.on .aa_uni_hoje { color: #fff; }
.aa_uni_horario_meta {
    margin: 0 0 16px;
    color: var(--aa-muted);
    font-size: 14px;
}
.aa_uni_horario_meta p { margin: 0 0 6px; }
.aa_uni_horario_meta a {
    color: var(--aa-pink);
    font-weight: 600;
    text-decoration: none;
    margin-right: 12px;
}
.aa_week {
    display: grid;
    grid-template-columns: repeat(5, minmax(148px, 1fr));
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
}
.aa_week_col {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 12px 10px;
    min-width: 148px;
    transition: opacity .15s ease;
}
.aa_week_col.today { border-color: var(--aa-pink); box-shadow: 0 0 0 1px var(--aa-pink); }
.aa_week_col.on { border-color: var(--aa-pink); box-shadow: 0 0 0 2px var(--aa-pink); }
.aa_week_col.dim { opacity: .38; }
.aa_week_col h3 {
    font-family: var(--aa-display);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 10px;
    cursor: pointer;
}
.aa_week_empty { font-size: 12px; color: var(--aa-muted); margin: 0; }
.aa_sessao {
    background: rgba(212, 0, 85, .07);
    border-radius: 8px;
    padding: 8px 10px;
    margin: 0 0 8px;
}
body.dark_mode .aa_sessao { background: rgba(212, 0, 85, .16); }
.aa_sessao strong {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    font-family: var(--aa-display);
}
.aa_sessao span { font-size: 11px; color: var(--aa-muted); }
.aa_uni_sessoes {
    display: grid;
    gap: 12px;
}
@media (min-width: 700px) {
    .aa_uni_sessoes { grid-template-columns: repeat(2, 1fr); }
}
.aa_uni_sessoes article {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 16px 18px;
}
.aa_uni_sessoes h3 {
    font-family: var(--aa-display);
    font-size: 18px;
    margin: 0 0 6px;
}
.aa_uni_hora { font-weight: 700; color: var(--aa-pink) !important; margin: 0 0 4px !important; }
.aa_uni_aloj,
.aa_uni_empty {
    background: var(--aa-card);
    border: 1px dashed var(--aa-border);
    border-radius: 12px;
    padding: 22px 20px;
    color: var(--aa-muted);
    font-size: 15px;
    line-height: 1.5;
}
.aa_uni_aulas { margin: 0 0 16px; }
.aa_uni_aulas button {
    background: var(--aa-card);
    color: var(--aa-muted);
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
}
.aa_home_desportos {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    margin-top: 28px;
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 18px 18px 16px;
    color: inherit;
    text-decoration: none;
}
.aa_home_desportos h3 {
    font-family: var(--aa-display);
    font-size: 18px;
    font-weight: 800;
    margin: 6px 0 8px;
}
.aa_home_desportos p {
    color: var(--aa-muted);
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 14px;
}
.aa_home_desportos_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    max-width: 100%;
}
.aa_home_desportos_list li {
    box-sizing: border-box;
    max-width: 100%;
    font-family: var(--aa-display);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    border: 1px solid var(--aa-border);
    border-radius: 999px;
    padding: 6px 10px;
    white-space: normal;
    overflow-wrap: anywhere;
}
.aa_home_desportos_cta {
    color: var(--aa-pink);
    font-weight: 700;
    font-size: 13px;
}
.aa_home_desportos:hover h3 { color: var(--aa-pink); }
.aa_uni_carousel_home {
    margin-top: 22px;
}
.aa_cal_mini {
    background: var(--aa-card);
    border: 1px solid var(--aa-border);
    border-radius: 12px;
    padding: 14px 14px 10px;
}
.aa_cal_mini .aa_cal_head { margin-bottom: 8px; }
.aa_cal_mini .aa_cal_head h2 { font-size: 16px; text-transform: capitalize; }
.aa_cal_mini table { font-size: 13px; }
.aa_cal_mini th { padding: 4px; font-size: 11px; }
.aa_cal_mini td { padding: 6px 2px; }
.aa_cal_mini_list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}
.aa_cal_mini_list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--aa-border);
}
.aa_cal_mini_list li:last-child { border-bottom: 0; margin-bottom: 0; }
.aa_cal_mini_list a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-family: var(--aa-display);
    font-weight: 700;
    font-size: 14px;
}
.aa_cal_mini_list a:hover { color: var(--aa-pink); }
.aa_cal_mini_list small { color: var(--aa-muted); font-size: 12px; }
.aa_cal_mini_empty { font-size: 13px; color: var(--aa-muted); margin: 10px 0 0; }
.aa_cal_mini_cta { margin: 8px 0 0; text-align: right; }
.aa_cal_mini_cta a { color: var(--aa-pink); font-weight: 700; text-decoration: none; font-size: 13px; }

body.aeesas_whitelabel .aa_to_top {
    background: var(--aa-pink);
    color: #fff;
    border-radius: 999px;
}
body.dark_mode.aeesas_whitelabel .aa_to_top { color: #061006; }
body.aeesas_whitelabel .aa_socio_box,
body.aeesas_whitelabel .aa_evento_hero,
body.aeesas_whitelabel .aa_evento_fact {
    background: var(--aa-card);
}
body.aeesas_whitelabel .aa_socio_form input,
body.aeesas_whitelabel input[type="text"],
body.aeesas_whitelabel input[type="email"],
body.aeesas_whitelabel input[type="tel"],
body.aeesas_whitelabel input[type="number"],
body.aeesas_whitelabel input[type="date"],
body.aeesas_whitelabel select,
body.aeesas_whitelabel textarea {
    background: var(--aa-card);
    color: var(--aa-text);
    border-color: var(--aa-border);
}
body.aeesas_whitelabel .aa_input_locked {
    background: var(--aa-bg) !important;
    color: var(--aa-muted) !important;
}

/* —— Pele cartaz / zine: parte o ar de clone AAUTAD —— */
body.aeesas_whitelabel .aa_cta,
body.aeesas_whitelabel .aa_cta.ghost {
    border-radius: 0;
    font-family: var(--aa-display);
    letter-spacing: .12em;
    background: var(--aa-text);
    color: var(--aa-bg) !important;
    border: 2px solid var(--aa-text);
}
body.aeesas_whitelabel .aa_cta.ghost {
    background: transparent;
    color: var(--aa-text) !important;
}
body.dark_mode.aeesas_whitelabel .aa_cta { color: #10160c !important; }
body.aeesas_whitelabel .aa_page h1,
body.aeesas_whitelabel .aa_section h2 {
    font-family: var(--aa-display);
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: left;
}
body.aeesas_whitelabel .aa_page { max-width: 820px; }
body.aeesas_whitelabel .aa_to_top {
    border-radius: 0;
    background: var(--aa-text);
    color: var(--aa-bg);
}
body.aeesas_whitelabel .aa_drawer { border-right: 2px solid var(--aa-border); }
body.aeesas_whitelabel .aa_drawer_nav a {
    font-family: var(--aa-display);
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 0;
}
body.aeesas_whitelabel .aa_nucleo_card {
    background: transparent;
    border: 0;
    border-top: 2px solid var(--aa-border);
    border-radius: 0;
    padding: 20px 0;
}
body.aeesas_whitelabel .aa_nucleo_card img {
    border: 2px solid var(--aa-text);
    padding: 6px;
    background: var(--aa-card);
}
body.aeesas_whitelabel .aa_doc_item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--aa-border);
    border-radius: 0;
    padding: 16px 0;
    font-family: var(--aa-display);
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
body.aeesas_whitelabel .aa_social a { border-radius: 0; border-width: 2px; }

.ae_home { background: var(--aa-bg); color: var(--aa-text); }
.ae_mast {
    padding: 24px 16px 20px;
    text-align: center;
}
.ae_mast_meta,
.ae_kicker {
    margin: 0 0 16px;
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--aa-pink);
}
@media (min-width: 800px) {
    .ae_mast { padding: 36px 32px 28px; }
}
.ae_mast_seal {
    width: min(220px, 58vw);
    height: auto;
    display: block;
    margin: 0 auto 16px;
}
@media (min-width: 800px) {
    .ae_mast_seal { width: 280px; }
}
.ae_mast h1 {
    margin: 0 0 10px;
    font-family: var(--aa-sans);
    font-weight: 600;
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--aa-text);
}
.ae_mast_tag {
    max-width: 26em;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.45;
}
.ae_ticker {
    overflow: hidden;
    border-top: 2px solid var(--aa-border);
    border-bottom: 2px solid var(--aa-border);
    padding: 8px 0;
}
.ae_ticker_track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: ae-ticker 32s linear infinite;
    font-family: var(--aa-display);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
}
.ae_ticker_track span::after {
    content: "·";
    margin-left: 28px;
}
@keyframes ae-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .ae_ticker_track { animation: none; }
}
.ae_band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    background: var(--aa-text);
    color: var(--aa-bg);
}
.ae_band_cta {
    color: inherit;
    text-decoration: none;
    font-family: var(--aa-display);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
}
.ae_band_social {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ae_band_social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid currentColor;
}
body.dark_mode .ae_band { color: #10160c; }
.ae_block { padding: 28px 16px 8px; max-width: 1100px; margin: 0 auto; }
@media (min-width: 800px) {
    .ae_block { padding: 40px 32px 12px; }
}
.ae_block > h2,
.ae_block_head h2 {
    font-family: var(--aa-display);
    font-weight: 900;
    font-size: clamp(36px, 10vw, 64px);
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: .9;
}
.ae_block_head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}
.ae_block_head a,
.ae_more a {
    font-family: var(--aa-display);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--aa-text);
    text-decoration: none;
    border-bottom: 2px solid var(--aa-pink);
}
.ae_feature {
    display: grid;
    text-decoration: none;
    color: inherit;
    border: 2px solid var(--aa-border);
}
@media (min-width: 800px) {
    .ae_feature { grid-template-columns: 1.1fr .9fr; }
}
.ae_feature_media {
    min-height: 220px;
    background: var(--aa-card) url('../../assets/aeesas/logo.png') center/40% no-repeat;
}
.ae_feature_media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}
.ae_feature_body { padding: 22px 20px; }
.ae_feature_body h2 {
    font-family: var(--aa-display);
    font-weight: 900;
    font-size: clamp(28px, 6vw, 44px);
    line-height: .95;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ae_feature_body p { margin: 0 0 6px; }
.ae_wall {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: var(--aa-border);
    border: 2px solid var(--aa-border);
}
.ae_wall_item {
    background: var(--aa-card);
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    min-height: 220px;
}
.ae_wall_item:first-child { grid-column: 1 / -1; min-height: 280px; }
.ae_wall_img {
    flex: 1;
    min-height: 140px;
    background: var(--aa-bg) url('../../assets/aeesas/logo.png') center/36% no-repeat;
}
.ae_wall_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.ae_wall_item:first-child .ae_wall_img img { height: 240px; }
.ae_wall_cap { padding: 12px 12px 14px; }
.ae_wall_cap span,
.ae_wall_cap em {
    display: block;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--aa-muted);
}
.ae_wall_cap strong {
    display: block;
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin: 4px 0;
    line-height: 1.05;
}
.ae_news { border-top: 2px solid var(--aa-border); }
.ae_news a {
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--aa-border);
    text-decoration: none;
    color: inherit;
}
.ae_news_i {
    font-family: var(--aa-display);
    font-weight: 900;
    font-size: 22px;
    letter-spacing: .04em;
    color: var(--aa-pink);
}
.ae_news_body { display: grid; gap: 4px; }
.ae_news_body small,
.ae_news_body em {
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--aa-muted);
}
.ae_news_body strong {
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.05;
}
.ae_index {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: ae-i;
    border-top: 2px solid var(--aa-border);
}
.ae_index li { counter-increment: ae-i; }
.ae_index a {
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--aa-border);
    color: inherit;
    text-decoration: none;
    font-family: var(--aa-display);
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ae_index a::before {
    content: counter(ae-i, decimal-leading-zero);
    color: var(--aa-pink);
}
.ae_more { margin: 18px 0 28px; }
.ae_lead { color: var(--aa-muted); }
