.eafc-gmm .eafc-gmm__eyebrow,
.eafc-gmm .eafc-gmm__section-index {
    margin-bottom: var(--eafc-gmm-space-2);
    color: var(--eafc-gmm-color-accent);
    font-size: var(--eafc-gmm-font-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5;
}

.eafc-gmm .eafc-gmm__title {
    font-weight: 700;
    line-height: 1.3;
}

.eafc-gmm .eafc-gmm__section-note,
.eafc-gmm .eafc-gmm__notice,
.eafc-gmm .eafc-gmm__disclaimer {
    padding: var(--eafc-gmm-space-card);
    background: var(--eafc-gmm-color-surface);
    border: 1px solid var(--eafc-gmm-color-border);
    border-left: 4px solid var(--eafc-gmm-color-accent);
    border-radius: var(--eafc-gmm-radius-sm);
    font-size: var(--eafc-gmm-font-md);
    line-height: 1.8;
}

.eafc-gmm .eafc-gmm__section-note {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: none;
    margin: 0 0 var(--eafc-gmm-space-intro);
}

.eafc-gmm .eafc-gmm__notice {
    margin: var(--eafc-gmm-space-4) clamp(1rem, 4vw, 3rem);
}

.eafc-gmm .eafc-gmm__notice-title {
    margin-bottom: var(--eafc-gmm-space-1);
    color: var(--eafc-gmm-color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.eafc-gmm .eafc-gmm__notice p:last-child,
.eafc-gmm .eafc-gmm__disclaimer p:last-child,
.eafc-gmm .eafc-gmm__section-note:last-child {
    margin-bottom: 0;
}

.eafc-gmm .eafc-gmm__card {
    display: flex;
    flex-direction: column;
    gap: var(--eafc-gmm-space-card-gap);
    min-width: 0;
    padding: var(--eafc-gmm-space-card);
    background: var(--eafc-gmm-color-surface);
    border: 1px solid var(--eafc-gmm-color-border);
    border-radius: var(--eafc-gmm-radius-md);
    font-size: 16px;
    line-height: 1.75;
}

.eafc-gmm .eafc-gmm__card > h4 {
    min-height: 3em;
    margin-bottom: 0;
    text-wrap: balance;
}

.eafc-gmm .eafc-gmm__card p:last-child {
    margin-bottom: 0;
}

.eafc-gmm .eafc-gmm__badge {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: var(--eafc-gmm-space-1);
    max-width: 100%;
    padding: var(--eafc-gmm-space-1) var(--eafc-gmm-space-3);
    color: var(--eafc-gmm-color-text-muted);
    background: var(--eafc-gmm-color-surface-raised);
    border: 1px solid var(--eafc-gmm-color-border-strong);
    border-radius: 999px;
    font-size: var(--eafc-gmm-font-sm);
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    line-height: 1.45;
}

.eafc-gmm .eafc-gmm__button,
.eafc-gmm .eafc-gmm__choice,
.eafc-gmm .eafc-gmm__symbol-button {
    display: inline-flex;
    min-width: var(--eafc-gmm-control-size);
    align-items: center;
    justify-content: center;
    padding: var(--eafc-gmm-space-2) var(--eafc-gmm-space-4);
    color: var(--eafc-gmm-color-accent-contrast);
    background: var(--eafc-gmm-color-accent);
    border: 1px solid var(--eafc-gmm-color-accent);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.eafc-gmm .eafc-gmm__button--secondary,
.eafc-gmm .eafc-gmm__choice,
.eafc-gmm .eafc-gmm__symbol-button {
    color: var(--eafc-gmm-color-text);
    background: var(--eafc-gmm-color-surface-raised);
    border-color: var(--eafc-gmm-color-border-strong);
}

.eafc-gmm .eafc-gmm__choice[aria-pressed="true"] {
    color: var(--eafc-gmm-color-accent-contrast);
    background: var(--eafc-gmm-color-accent);
    border-color: var(--eafc-gmm-color-accent);
}

.eafc-gmm .eafc-gmm__quality-list {
    display: grid;
    gap: var(--eafc-gmm-space-card-gap);
    margin-bottom: 0;
}

.eafc-gmm .eafc-gmm__quality-list > div {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(240px, 0.9fr) minmax(0, 2fr);
    gap: var(--eafc-gmm-space-card-gap);
    align-items: center;
    padding: var(--eafc-gmm-space-card-gap) 0;
    border-bottom: 1px solid var(--eafc-gmm-color-border);
}

.eafc-gmm .eafc-gmm__quality-list dt {
    color: var(--eafc-gmm-color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.eafc-gmm .eafc-gmm__quality-list dd {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}

.eafc-gmm .eafc-gmm__session-heading {
    display: flex;
    flex-wrap: wrap;
    gap: var(--eafc-gmm-space-2);
    align-items: flex-start;
    justify-content: space-between;
}

.eafc-gmm .eafc-gmm__session {
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    align-content: stretch;
    gap: var(--eafc-gmm-space-card-gap);
}

.eafc-gmm .eafc-gmm__session-heading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 78px;
}

.eafc-gmm .eafc-gmm__session-heading h4 {
    min-height: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.eafc-gmm .eafc-gmm__session > p {
    margin-bottom: 0;
}

.eafc-gmm .eafc-gmm__session .eafc-gmm__microcopy {
    align-self: end;
}

.eafc-gmm .eafc-gmm__session-hours {
    margin-bottom: var(--eafc-gmm-space-1);
    color: var(--eafc-gmm-color-text);
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    line-height: 1.6;
}

.eafc-gmm .eafc-gmm__session-time,
.eafc-gmm .eafc-gmm__microcopy {
    margin-bottom: var(--eafc-gmm-space-1);
    color: var(--eafc-gmm-color-text-muted);
    font-size: var(--eafc-gmm-font-sm);
    font-variant-numeric: tabular-nums;
    line-height: 1.7;
}

.eafc-gmm .tradingview-widget-copyright {
    flex: 0 0 auto;
    min-height: 30px;
    padding: var(--eafc-gmm-space-1) var(--eafc-gmm-space-3);
    color: var(--eafc-gmm-color-text-muted);
    background: var(--eafc-gmm-color-widget-bg);
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

.eafc-gmm .tradingview-widget-copyright a {
    color: var(--eafc-gmm-color-accent);
}

.eafc-gmm .eafc-gmm__help,
.eafc-gmm .eafc-gmm__faq details {
    margin-top: var(--eafc-gmm-space-intro);
    padding: 0 var(--eafc-gmm-space-card);
    background: var(--eafc-gmm-color-surface);
    border: 1px solid var(--eafc-gmm-color-border);
    border-radius: var(--eafc-gmm-radius-sm);
    font-size: 16px;
}

.eafc-gmm .eafc-gmm__help p,
.eafc-gmm .eafc-gmm__faq details p {
    max-width: 64ch;
    padding-bottom: var(--eafc-gmm-space-card);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
}

.eafc-gmm .eafc-gmm__help summary,
.eafc-gmm .eafc-gmm__faq summary {
    min-height: var(--eafc-gmm-control-size);
    padding: var(--eafc-gmm-space-card-gap) 0;
}

.eafc-gmm .eafc-gmm__faq details + details {
    margin-top: var(--eafc-gmm-space-control);
}

.eafc-gmm .eafc-gmm__watchlist-controls {
    margin: var(--eafc-gmm-space-4) 0;
}

.eafc-gmm .eafc-gmm__watchlist-active {
    padding: var(--eafc-gmm-space-card);
    margin-bottom: var(--eafc-gmm-space-card);
    background: var(--eafc-gmm-color-surface);
    border: 1px solid var(--eafc-gmm-color-border);
    border-radius: var(--eafc-gmm-radius-md);
}

.eafc-gmm .eafc-gmm__watchlist-controls > .eafc-gmm__choice,
.eafc-gmm .eafc-gmm__symbol-button {
    height: var(--eafc-gmm-control-size);
    min-height: var(--eafc-gmm-control-size);
    white-space: nowrap;
}

.eafc-gmm .eafc-gmm__inline-actions {
    align-items: baseline;
}

.eafc-gmm .eafc-gmm__watchlist-active + .eafc-gmm__inline-actions {
    margin-bottom: var(--eafc-gmm-space-control);
}

.eafc-gmm .eafc-gmm__watchlist-controls + .eafc-gmm__watchlist-active {
    margin-top: var(--eafc-gmm-space-card-gap);
}

.eafc-gmm .eafc-gmm__watchlist-active ~ .eafc-gmm__microcopy {
    max-width: 64ch;
}

.eafc-gmm .eafc-gmm__watchlist-active ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--eafc-gmm-space-2);
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.eafc-gmm .eafc-gmm__checklist {
    display: grid;
    gap: var(--eafc-gmm-space-control);
    margin-top: var(--eafc-gmm-space-intro);
}

.eafc-gmm .eafc-gmm__check-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: var(--eafc-gmm-space-card-gap);
    align-items: center;
    min-height: 68px;
    padding: var(--eafc-gmm-space-card-gap);
    background: var(--eafc-gmm-color-surface);
    border: 1px solid var(--eafc-gmm-color-border);
    border-radius: var(--eafc-gmm-radius-sm);
}

.eafc-gmm .eafc-gmm__check-row label {
    color: var(--eafc-gmm-color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.eafc-gmm .eafc-gmm__check-summary {
    margin-top: var(--eafc-gmm-space-control);
    padding: var(--eafc-gmm-space-card);
    color: var(--eafc-gmm-color-text);
    background: var(--eafc-gmm-color-surface-raised);
    border: 1px solid var(--eafc-gmm-color-border-strong);
    border-radius: var(--eafc-gmm-radius-sm);
    font-size: 15px;
    font-variant-numeric: tabular-nums;
    line-height: 1.7;
}

.eafc-gmm .eafc-gmm__link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--eafc-gmm-space-grid);
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.eafc-gmm .eafc-gmm__link-grid a {
    display: flex;
    min-height: var(--eafc-gmm-control-size);
    align-items: center;
    justify-content: space-between;
    padding: var(--eafc-gmm-space-3) var(--eafc-gmm-space-4);
    background: var(--eafc-gmm-color-surface);
    border: 1px solid var(--eafc-gmm-color-border);
    border-radius: var(--eafc-gmm-radius-sm);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    overflow-wrap: anywhere;
    white-space: normal;
}

.eafc-gmm .eafc-gmm__guide-grid > .eafc-gmm__card {
    height: 100%;
}

.eafc-gmm .eafc-gmm__faq {
    margin-top: var(--eafc-gmm-space-6);
}

.eafc-gmm .eafc-gmm__disclaimer {
    max-width: 72ch;
    margin-top: var(--eafc-gmm-space-divider);
    border-left-color: var(--eafc-gmm-color-warning);
}

.eafc-gmm .eafc-gmm__disclaimer h4 {
    margin-bottom: var(--eafc-gmm-space-paragraph);
}

.eafc-gmm .eafc-gmm__disclaimer p {
    font-size: 16px;
    line-height: 1.8;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .eafc-gmm .eafc-gmm__link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .eafc-gmm .eafc-gmm__link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eafc-gmm .eafc-gmm__quality-list > div {
        grid-template-columns: minmax(0, 1fr);
    }

    .eafc-gmm .eafc-gmm__check-row,
    .eafc-gmm .eafc-gmm__link-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .eafc-gmm .eafc-gmm__check-row select {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .eafc-gmm .eafc-gmm__quality-list > div,
    .eafc-gmm .eafc-gmm__check-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .eafc-gmm .eafc-gmm__check-row select {
        width: 100%;
    }
}
