:root {
    --ea-site-copy: rgba(240, 244, 255, 0.92);
    --ea-site-copy-muted: rgba(195, 208, 230, 0.72);
    --ea-site-copy-dim: rgba(178, 190, 211, 0.5);
    --ea-site-line: rgba(132, 178, 255, 0.16);
    --ea-site-line-strong: rgba(255, 210, 102, 0.22);
    --ea-site-panel: rgba(8, 12, 18, 0.88);
    --ea-site-panel-strong: rgba(5, 8, 13, 0.94);
    --ea-site-blue: #7cc4ff;
    --ea-site-blue-strong: #5a9eff;
    --ea-site-gold: #ffcc4d;
    --ea-site-gold-strong: #ffb400;
    --ea-site-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.28);
}

.ea-site-layout {
    position: relative;
    min-height: 100vh;
    padding: 4.8rem 0 1.6rem;
    overflow: clip;
    background:
        radial-gradient(circle at 12% 4%, rgba(88, 145, 255, 0.18), rgba(88, 145, 255, 0) 24%),
        radial-gradient(circle at 88% 0%, rgba(255, 208, 96, 0.12), rgba(255, 208, 96, 0) 20%),
        linear-gradient(180deg, #05070c 0%, #071019 40%, #05070d 100%);
}

.ea-site-layout::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.3;
    mix-blend-mode: screen;
}

.ea-site-layout__content {
    position: relative;
    z-index: 1;
    padding-bottom: 1.5rem;
}

.ea-site-layout--home {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.ea-site-layout--home::before {
    display: none;
}

.ea-site-layout--home .ea-site-layout__content {
    padding-bottom: 0;
}

.ea-site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1045;
    padding-top: 0.95rem;
    transition: transform 0.24s ease, opacity 0.24s ease;
    will-change: transform, opacity;
}

.ea-site-header--hidden {
    transform: translateY(calc(-100% - 0.8rem));
    opacity: 0;
    pointer-events: none;
}

.ea-site-header__frame,
.ea-site-footer__frame {
    margin-inline: auto !important;
}

.ea-site-header__shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-height: 3rem;
    padding: 0.35rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.ea-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
    text-decoration: none;
}

.ea-site-brand__logo {
    width: 2.8rem;
    height: 2.8rem;
    object-fit: contain;
    filter: drop-shadow(0 0.7rem 1.5rem rgba(0, 0, 0, 0.35));
}

.ea-site-brand__text {
    font-family: "Sora", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
}

.ea-site-brand__text span {
    color: var(--ea-site-gold);
}

.ea-site-brand--overlay {
    display: none;
}

.ea-site-header__toggle {
    margin-left: auto;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 0.9rem;
    background: rgba(7, 12, 20, 0.38);
    box-shadow: none;
}

.ea-site-header__collapse {
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.ea-site-header__nav-cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.ea-site-nav-wrap {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 0;
}

.ea-site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0;
    justify-content: center;
}

.ea-site-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.78rem;
    border-radius: 999px;
    color: rgba(228, 235, 248, 0.74);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.ea-site-nav__link:hover,
.ea-site-nav__link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.ea-site-nav__link--icon {
    justify-content: center;
    min-width: 2.45rem;
    padding-inline: 0.7rem;
}

.ea-site-header__actions {
    margin-left: 0;
}

.ea-site-auth,
.ea-site-auth__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.ea-site-auth__compat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.ea-site-auth__form {
    display: flex;
    margin: 0;
}

.ea-site-auth__action,
.ea-site-auth__action:hover,
.ea-site-auth__action:focus-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.45rem;
    padding: 0.58rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(8, 13, 21, 0.6);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    color: rgba(240, 244, 251, 0.88);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ea-site-auth__action:hover,
.ea-site-auth__action:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(13, 20, 32, 0.8);
    color: #fff;
}

.ea-site-auth__action--register {
    color: rgba(255, 209, 98, 0.94);
}

.ea-site-auth__action--login,
.ea-site-auth__action--active {
    border-color: rgba(255, 208, 96, 0.34);
    background:
        linear-gradient(180deg, rgba(70, 131, 227, 0.34), rgba(15, 27, 48, 0.92)),
        rgba(10, 15, 24, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0.85rem 2rem rgba(12, 38, 77, 0.2);
}

.ea-site-auth__action--secondary {
    border-color: rgba(132, 178, 255, 0.14);
    background: rgba(7, 12, 20, 0.54);
}

.ea-site-auth__action--profile {
    color: rgba(236, 242, 251, 0.92);
}

.ea-my-profile-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
}

.ea-my-profile-header__title {
    margin: 0;
}

.ea-my-profile-header__identity {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.45rem;
    max-width: 100%;
    color: rgba(210, 222, 240, 0.78);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.84rem;
    line-height: 1.15;
}

.ea-my-profile-header__identity-label {
    white-space: nowrap;
}

.ea-my-profile-header__avatar {
    display: inline-grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 auto;
    border: 1px solid rgba(132, 178, 255, 0.18);
    border-radius: 999px;
    background: rgba(10, 18, 30, 0.74);
    color: rgba(139, 211, 255, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ea-my-profile-header__identity-name {
    max-width: min(16rem, 46vw);
    overflow: hidden;
    color: rgba(244, 248, 253, 0.94);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ea-my-profile-header__identity-email {
    max-width: min(22rem, 46vw);
    overflow: hidden;
    border-left: 1px solid rgba(132, 178, 255, 0.18);
    padding-left: 0.45rem;
    color: rgba(176, 192, 214, 0.76);
    font-size: 0.8rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ea-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: start;
    gap: 0.75rem;
    min-width: 0;
    padding: clamp(0.85rem, 2vw, 1.2rem);
    border: 1px solid rgba(132, 178, 255, 0.14);
    border-radius: 0.7rem;
    background:
        linear-gradient(135deg, rgba(124, 196, 255, 0.065), rgba(255, 255, 255, 0.015) 42%, rgba(255, 200, 79, 0.035)),
        rgba(7, 11, 18, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 1.1rem 2.8rem rgba(0, 0, 0, 0.18);
}

.ea-panel--source {
    border-color: rgba(124, 196, 255, 0.18);
}

.ea-panel--future {
    border-color: rgba(117, 240, 162, 0.2);
    background:
        linear-gradient(135deg, rgba(117, 240, 162, 0.055), rgba(124, 196, 255, 0.045) 52%, rgba(255, 255, 255, 0.012)),
        rgba(7, 11, 18, 0.5);
}

.ea-panel--summary {
    border-color: rgba(124, 196, 255, 0.16);
}

.ea-panel--warning {
    border-color: rgba(255, 200, 79, 0.26);
    background:
        linear-gradient(135deg, rgba(255, 200, 79, 0.1), rgba(124, 196, 255, 0.035) 52%, rgba(255, 255, 255, 0.012)),
        rgba(9, 12, 18, 0.55);
}

.ea-panel--danger {
    border-color: rgba(255, 107, 107, 0.28);
    background:
        linear-gradient(135deg, rgba(255, 107, 107, 0.09), rgba(255, 200, 79, 0.035) 48%, rgba(255, 255, 255, 0.012)),
        rgba(9, 12, 18, 0.58);
}

.ea-panel__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem 1rem;
}

.ea-panel__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: rgba(170, 207, 255, 0.9);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.ea-panel__eyebrow::before {
    content: "";
    width: 1.85rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(124, 196, 255, 0), rgba(124, 196, 255, 0.9));
}

.ea-panel__title {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: rgba(247, 250, 255, 0.96);
    font-family: "Sora", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 650;
    line-height: 1.12;
}

.ea-panel__copy {
    margin: 0.35rem 0 0;
    max-width: 52rem;
    color: rgba(199, 213, 232, 0.78);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.96rem;
    line-height: 1.5;
}

.ea-profile-card {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.ea-profile-card .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.025);
    --bs-table-border-color: rgba(132, 178, 255, 0.13);
}

.ea-site-data-table {
    --bs-table-bg: transparent;
    --bs-table-color: rgba(247, 250, 255, 0.94);
    --bs-table-striped-bg: rgba(255, 255, 255, 0.025);
    --bs-table-striped-color: rgba(247, 250, 255, 0.94);
    --bs-table-border-color: rgba(132, 178, 255, 0.13);
    --bs-table-hover-bg: rgba(124, 196, 255, 0.045);
    --bs-table-hover-color: rgba(247, 250, 255, 0.98);
    margin-bottom: 0;
    color: var(--bs-table-color);
}

.ea-site-data-table > :not(caption) > * > * {
    padding: 0.48rem 0.35rem;
    border-bottom-color: var(--bs-table-border-color);
    background-color: var(--bs-table-bg);
    color: var(--bs-table-color);
    vertical-align: middle;
}

.ea-site-data-table.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    background-color: var(--bs-table-striped-bg);
    box-shadow: none;
    color: var(--bs-table-striped-color);
}

.ea-site-data-table thead th {
    border-bottom-color: rgba(132, 178, 255, 0.2);
    color: rgba(247, 250, 255, 0.96);
    font-weight: 700;
}

.ea-profile-card .list-group-item {
    border-color: rgba(132, 178, 255, 0.13) !important;
}

.ea-license-purchase-info {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

.ea-license-purchase-info__list {
    --ea-license-info-row-bg: transparent;
    --ea-license-info-row-striped-bg: rgba(255, 255, 255, 0.025);
    --ea-license-info-row-border: rgba(132, 178, 255, 0.13);
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ea-license-purchase-info__item {
    display: grid;
    grid-template-columns: minmax(10rem, 0.24fr) 1fr;
    gap: 0.65rem 1rem;
    align-items: center;
    border-top: 1px solid var(--ea-license-info-row-border);
    padding: 0.48rem 0.35rem;
    background: var(--ea-license-info-row-bg);
}

.ea-license-purchase-info__item:nth-child(odd) {
    background: var(--ea-license-info-row-striped-bg);
}

.ea-license-purchase-info__item-title {
    color: rgba(247, 250, 255, 0.96);
    font-weight: 700;
}

.ea-license-purchase-info__item-title a,
.ea-license-purchase-info__item-copy a,
.ea-license-purchase-info__lead a {
    color: rgba(124, 196, 255, 0.96);
}

.ea-license-purchase-info__lead a {
    font-weight: 700;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.17em;
}

.ea-license-purchase-info__item-copy {
    margin: 0;
    color: rgba(199, 213, 232, 0.78);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .ea-license-purchase-info__item {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

.ea-profile-readonly-field {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 2px);
    overflow-wrap: anywhere;
    border-color: rgba(132, 178, 255, 0.18);
    background-color: rgba(255, 255, 255, 0.045);
    color: rgba(244, 248, 253, 0.94);
    font-weight: 650;
}

.ea-provider-unlink-button {
    min-width: 5.7rem;
}

.ea-provider-unlink-button--armed {
    border-color: rgba(255, 200, 79, 0.78);
    color: #171103;
    font-weight: 700;
}

.ea-profile-license-banner {
    min-height: 3.1rem;
}

.ea-account-merge {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    padding-bottom: 2rem;
}

.ea-account-merge__header {
    align-items: flex-start;
    padding: 0.25rem 0 0.35rem;
}

.ea-account-merge__intro,
.ea-account-merge__copy {
    margin: 0.35rem 0 0;
    max-width: 52rem;
    color: rgba(199, 213, 232, 0.78);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.96rem;
    line-height: 1.5;
}

.ea-account-merge__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.ea-account-merge__grid--future {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-account-merge__card,
.ea-account-merge__alert {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(132, 178, 255, 0.14);
    border-radius: 0.7rem;
    background:
        linear-gradient(135deg, rgba(124, 196, 255, 0.065), rgba(255, 255, 255, 0.015) 42%, rgba(255, 200, 79, 0.035)),
        rgba(7, 11, 18, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 1.1rem 2.8rem rgba(0, 0, 0, 0.18);
}

.ea-account-merge__card {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    min-width: 0;
    padding: clamp(0.85rem, 2vw, 1.2rem);
}

.ea-account-merge__card--source {
    border-color: rgba(124, 196, 255, 0.18);
}

.ea-account-merge__card--future {
    border-color: rgba(117, 240, 162, 0.2);
    background:
        linear-gradient(135deg, rgba(117, 240, 162, 0.055), rgba(124, 196, 255, 0.045) 52%, rgba(255, 255, 255, 0.012)),
        rgba(7, 11, 18, 0.5);
}

.ea-account-merge__card--summary {
    border-color: rgba(124, 196, 255, 0.16);
}

.ea-account-merge__card--danger {
    border-color: rgba(255, 107, 107, 0.28);
    background:
        linear-gradient(135deg, rgba(255, 107, 107, 0.09), rgba(255, 200, 79, 0.035) 48%, rgba(255, 255, 255, 0.012)),
        rgba(9, 12, 18, 0.58);
}

.ea-account-merge__alert {
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
}

.ea-account-merge__alert--danger {
    border-color: rgba(255, 200, 79, 0.32);
    background:
        linear-gradient(90deg, rgba(255, 200, 79, 0.13), rgba(255, 107, 107, 0.06) 60%, rgba(255, 255, 255, 0)),
        rgba(12, 10, 14, 0.54);
}

.ea-account-merge__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: rgba(170, 207, 255, 0.9);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.ea-account-merge__eyebrow::before {
    content: "";
    width: 1.85rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(124, 196, 255, 0), rgba(124, 196, 255, 0.9));
}

.ea-account-merge__card-title {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: rgba(247, 250, 255, 0.96);
    font-family: "Sora", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 650;
    line-height: 1.12;
}

.ea-account-merge__metrics {
    display: grid;
    gap: 0.38rem;
}

.ea-account-merge__metric {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.25rem 0.85rem;
    min-height: 2.1rem;
    padding: 0.48rem 0.65rem;
    border: 1px solid rgba(132, 178, 255, 0.09);
    border-radius: 0.45rem;
    background:
        linear-gradient(90deg, rgba(124, 196, 255, 0.08), rgba(124, 196, 255, 0.012) 62%, rgba(255, 255, 255, 0)),
        rgba(255, 255, 255, 0.018);
}

.ea-account-merge__metric--good {
    border-color: rgba(117, 240, 162, 0.18);
    background:
        linear-gradient(90deg, rgba(117, 240, 162, 0.13), rgba(117, 240, 162, 0.025) 66%, rgba(255, 255, 255, 0)),
        rgba(255, 255, 255, 0.015);
}

.ea-account-merge__metric--warning {
    border-color: rgba(255, 200, 79, 0.2);
    background:
        linear-gradient(90deg, rgba(255, 200, 79, 0.13), rgba(255, 200, 79, 0.025) 66%, rgba(255, 255, 255, 0)),
        rgba(255, 255, 255, 0.015);
}

.ea-account-merge__metric--danger {
    border-color: rgba(255, 107, 107, 0.22);
    background:
        linear-gradient(90deg, rgba(255, 107, 107, 0.16), rgba(255, 107, 107, 0.03) 66%, rgba(255, 255, 255, 0)),
        rgba(255, 255, 255, 0.015);
}

.ea-account-merge__metric-label {
    min-width: 0;
    overflow: hidden;
    color: rgba(220, 230, 245, 0.82);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.86rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ea-account-merge__metric-value {
    color: rgba(238, 244, 252, 0.94);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.ea-account-merge__metric-value--good {
    color: #75f0a2;
}

.ea-account-merge__metric-value--bad {
    color: #ff6b6b;
}

.ea-account-merge__metric-value--move {
    color: #7cc4ff;
}

.ea-account-merge__metric-delta {
    grid-column: 1 / -1;
    color: rgba(183, 200, 224, 0.72);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.76rem;
    line-height: 1.35;
}

.ea-account-merge__steps,
.ea-account-merge__errors {
    display: grid;
    gap: 0.45rem;
}

.ea-panel__notice,
.ea-account-merge__step,
.ea-account-merge__error {
    border-radius: 0.45rem;
    padding: 0.58rem 0.68rem;
    color: rgba(233, 240, 250, 0.9);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    line-height: 1.42;
}

.ea-panel__notice,
.ea-account-merge__step {
    border: 1px solid rgba(124, 196, 255, 0.12);
    background: linear-gradient(90deg, rgba(124, 196, 255, 0.08), rgba(124, 196, 255, 0.012));
}

.ea-panel__notice--warning,
.ea-account-merge__step--warning {
    border-color: rgba(255, 200, 79, 0.18);
    background: linear-gradient(90deg, rgba(255, 200, 79, 0.11), rgba(255, 200, 79, 0.018));
    color: rgba(255, 232, 166, 0.92);
}

.ea-account-merge__error {
    border: 1px solid rgba(255, 107, 107, 0.22);
    background: linear-gradient(90deg, rgba(255, 107, 107, 0.14), rgba(255, 200, 79, 0.035));
    color: rgba(255, 224, 224, 0.96);
}

.ea-account-merge__required-sentence {
    border: 1px solid rgba(255, 200, 79, 0.24);
    border-radius: 0.52rem;
    padding: 0.72rem 0.84rem;
    background:
        linear-gradient(90deg, rgba(255, 200, 79, 0.12), rgba(255, 200, 79, 0.022)),
        rgba(0, 0, 0, 0.18);
    color: rgba(255, 233, 172, 0.96);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.ea-account-merge__form {
    display: grid;
    gap: 0.8rem;
}

.ea-account-merge__label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(220, 230, 245, 0.84);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
}

.ea-account-merge__textarea {
    min-height: 6rem;
    border-color: rgba(132, 178, 255, 0.16);
    border-radius: 0.55rem;
    background-color: rgba(3, 7, 12, 0.68);
    color: rgba(244, 248, 253, 0.94);
    font-family: "Space Grotesk", sans-serif;
    resize: vertical;
}

.ea-account-merge__textarea:focus {
    border-color: rgba(124, 196, 255, 0.42);
    background-color: rgba(3, 7, 12, 0.78);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(124, 196, 255, 0.12);
}

.ea-account-merge .ea-site-button--danger,
.ea-account-merge .ea-site-button--danger:hover,
.ea-account-merge .ea-site-button--danger:focus-visible {
    border-color: rgba(255, 107, 107, 0.46);
    background:
        linear-gradient(180deg, rgba(255, 116, 116, 0.98), rgba(204, 52, 66, 0.98)),
        #cc3442;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 0.85rem 1.9rem rgba(204, 52, 66, 0.22);
    color: #fff;
}

.ea-account-merge__submit {
    justify-self: start;
}

.ea-account-merge__submit:disabled,
.ea-account-merge__submit:disabled:hover,
.ea-account-merge__submit:disabled:focus-visible {
    transform: none;
    opacity: 0.48;
    box-shadow: none;
    cursor: not-allowed;
}

.ea-site-footer {
    position: relative;
    z-index: 2;
    padding: 0.2rem 0 1.1rem;
}

.ea-site-footer__shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0 0;
    border: 0;
    border-top: 1px solid rgba(132, 178, 255, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.ea-site-footer__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
}

.ea-site-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
    text-decoration: none;
}

.ea-site-footer__brand img {
    width: 1.85rem;
    height: 1.85rem;
    object-fit: contain;
}

.ea-site-footer__brand span {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.ea-site-footer__meta,
.ea-site-footer__link {
    color: var(--ea-site-copy-dim);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.ea-site-footer__link:hover {
    color: rgba(255, 255, 255, 0.86);
}

.ea-site-language {
    display: inline-flex;
    align-items: center;
}

.ea-site-language__options {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ea-site-language__option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 3.6rem;
    min-height: 1.8rem;
    padding: 0.22rem 0.45rem;
    border: 2px solid rgba(235, 242, 253, 0.54);
    border-radius: 0;
    appearance: none;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(235, 240, 249, 0.72);
    font-family: "Space Grotesk", sans-serif;
    line-height: 1;
    box-shadow: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ea-site-language__option:hover,
.ea-site-language__option:focus-visible,
.ea-site-language__option--active {
    border-color: rgba(255, 208, 96, 0.24);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.ea-site-language__option:hover,
.ea-site-language__option:focus-visible {
    transform: translateY(-1px);
}

.ea-site-language .ant-radio-group {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ea-site-language .ant-radio-button-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: auto;
    padding: 0.38rem 0.7rem;
    border: 1px solid rgba(132, 178, 255, 0.12);
    border-radius: 999px;
    background: rgba(11, 16, 25, 0.72);
    color: rgba(235, 240, 249, 0.72);
    line-height: 1;
    box-shadow: none;
}

.ea-site-language .ant-radio-button-wrapper::before {
    display: none !important;
}

.ea-site-language .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),
.ea-site-language .ant-radio-button-wrapper:hover {
    border-color: rgba(255, 208, 96, 0.24);
    background:
        linear-gradient(180deg, rgba(53, 92, 153, 0.3), rgba(11, 18, 31, 0.92)),
        rgba(11, 18, 31, 0.82);
    color: #fff;
}

.ea-site-language__label {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
}

.ea-site-language__option .flag-icon {
    flex: 0 0 auto;
    width: 1.25rem;
    line-height: 0.85rem;
}

.ea-site-page {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.15rem;
}

.ea-site-layout a,
.ea-site-layout a:hover,
.ea-site-layout a:focus {
    text-decoration: none;
}

.ea-site-page a,
.ea-site-page a:hover,
.ea-site-page a:focus {
    text-decoration: none;
}

.ea-site-page__hero,
.ea-site-page__section,
.ea-site-surface {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ea-site-line);
    border-radius: 1.6rem;
    background:
        linear-gradient(180deg, rgba(9, 13, 19, 0.92), rgba(6, 9, 14, 0.96)),
        rgba(6, 9, 14, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        var(--ea-site-shadow);
}

.ea-site-page__hero::before,
.ea-site-page__section::before,
.ea-site-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 18%),
        radial-gradient(circle at 100% 0%, rgba(124, 196, 255, 0.08), rgba(124, 196, 255, 0) 24%);
}

.ea-site-page__hero {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.ea-site-page__section {
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.ea-site-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(170, 207, 255, 0.92);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ea-site-page__eyebrow::before {
    content: "";
    width: 2.6rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(124, 196, 255, 0), rgba(124, 196, 255, 1));
}

.ea-site-page__title,
.ea-site-page__section-title {
    margin: 0;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    letter-spacing: -0.06em;
}

.ea-site-page__title {
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    line-height: 0.94;
}

.ea-site-page__section-title {
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1;
}

.ea-site-page__description,
.ea-site-page__section-description {
    margin: 0;
    max-width: 58rem;
    color: var(--ea-site-copy-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.98rem;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.ea-site-page__section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 1.35rem;
}

.ea-site-button,
.ea-site-button:hover,
.ea-site-button:focus-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(11, 16, 25, 0.76);
    color: rgba(243, 247, 252, 0.9);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ea-site-button:hover,
.ea-site-button:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.ea-site-button--primary,
.ea-site-button--primary:hover,
.ea-site-button--primary:focus-visible {
    border-color: rgba(255, 214, 113, 0.42);
    background:
        radial-gradient(circle at 82% 52%, rgba(255, 222, 130, 0.96), rgba(255, 222, 130, 0) 22%),
        linear-gradient(180deg, #9dceff 0%, #5d99ff 58%, #4478da 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 0.95rem 2.4rem rgba(39, 95, 186, 0.3);
    color: #07111d;
}

.ea-site-button--accent,
.ea-site-button--accent:hover,
.ea-site-button--accent:focus-visible {
    border-color: rgba(255, 208, 96, 0.44);
    background:
        radial-gradient(circle at 82% 50%, rgba(255, 229, 151, 0.95), rgba(255, 229, 151, 0) 22%),
        linear-gradient(180deg, #ffe58f 0%, #ffc84f 58%, #e1a920 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        0 0.95rem 2.4rem rgba(170, 115, 0, 0.28);
    color: #161008;
}

.ea-site-button--ghost,
.ea-site-button--ghost:hover,
.ea-site-button--ghost:focus-visible {
    background: rgba(255, 255, 255, 0.03);
}

.ea-busy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--ea-busy-button-gap, 0.35em);
    vertical-align: middle;
}

.ea-busy-button__icon,
.ea-busy-button__spinner {
    flex: 0 0 auto;
    width: var(--ea-busy-button-indicator-size, 1em);
    height: var(--ea-busy-button-indicator-size, 1em);
}

.ea-busy-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ea-busy-button__spinner {
    display: none;
    border: var(--ea-busy-button-spinner-border-width, 0.14em) solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: ea-busy-button-spin 0.75s linear infinite;
}

.ea-busy-button.htmx-request .ea-busy-button__spinner,
.htmx-request .ea-busy-button .ea-busy-button__spinner {
    display: inline-block;
}

.ea-busy-button.htmx-request .ea-busy-button__icon,
.htmx-request .ea-busy-button .ea-busy-button__icon {
    display: none;
}

.aura-markdown-editor {
    --aura-markdown-editor-min-height: 22rem;
    --aura-markdown-editor-surface: rgba(7, 11, 18, 0.94);
    --aura-markdown-editor-surface-strong: rgba(4, 7, 12, 0.98);
    --aura-markdown-editor-line: rgba(132, 178, 255, 0.18);
    --aura-markdown-editor-copy: rgba(240, 244, 255, 0.92);
    --aura-markdown-editor-muted: rgba(195, 208, 230, 0.68);
    --aura-markdown-editor-caret: #ffd761;
    --aura-markdown-editor-selection: rgba(13, 110, 253, 0.42);
    --aura-markdown-editor-selection-unfocused: rgba(132, 178, 255, 0.26);
}

.aura-markdown-editor__shell,
.aura-markdown-editor__adapter {
    min-width: 0;
}

.aura-markdown-editor__adapter {
    display: flex;
    flex-direction: column;
    min-height: var(--aura-markdown-editor-min-height);
}

.aura-markdown-editor__toolbar {
    position: sticky;
    top: calc(var(--ea-site-header-height, 64px) + 0.5rem);
    z-index: 20;
    min-height: 2.15rem;
    padding: 0.25rem 0;
    gap: 0.35rem !important;
    background: linear-gradient(180deg, rgba(8, 14, 24, 0.98), rgba(8, 14, 24, 0.94));
    border-bottom: 1px solid var(--aura-markdown-editor-line);
    backdrop-filter: blur(10px);
}

.aura-markdown-editor__toolbar .btn-group {
    align-items: center;
}

.aura-markdown-editor__toolbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    min-height: 1.8rem;
    padding: 0.2rem 0.45rem;
    gap: 0.35rem;
    line-height: 1.1;
}

.aura-markdown-editor__toolbar .btn::before {
    display: inline-flex;
    width: 1em;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free", FontAwesome, sans-serif;
    font-size: 0.9em;
    font-weight: 900;
    line-height: 1;
}

.aura-markdown-editor__toolbar [data-aura-markdown-editor-mode-button="markdown"]::before {
    content: "\f15c";
}

.aura-markdown-editor__toolbar [data-aura-markdown-editor-mode-button="preview"]::before {
    content: "\f06e";
}

.aura-markdown-editor__toolbar [data-aura-markdown-editor-toolbar-command] {
    width: 1.9rem;
    padding-inline: 0;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}

.aura-markdown-editor__toolbar [data-aura-markdown-editor-toolbar-command] > [aria-hidden="true"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    font-size: 0.875rem;
    line-height: 1;
}

.aura-markdown-editor__toolbar .btn:disabled,
.aura-markdown-editor__toolbar .btn.disabled {
    color: var(--aura-markdown-editor-muted);
    background-color: rgba(255, 255, 255, 0.04);
    border-color: var(--aura-markdown-editor-line);
    opacity: 1;
}

.aura-markdown-editor__body {
    flex: 1 1 auto;
    min-height: var(--aura-markdown-editor-min-height);
    margin-top: 0;
}

.aura-markdown-editor__body > [class*="col-"] {
    min-width: 0;
}

.aura-markdown-editor textarea.form-control,
.aura-markdown-editor .cm-editor {
    min-height: var(--aura-markdown-editor-min-height);
    color: var(--aura-markdown-editor-copy);
    background: var(--aura-markdown-editor-surface);
    border-color: var(--aura-markdown-editor-line);
    border-radius: var(--bs-border-radius);
}

.aura-markdown-editor textarea.form-control {
    resize: vertical;
}

.aura-markdown-editor textarea.form-control:focus,
.aura-markdown-editor .cm-focused {
    color: var(--aura-markdown-editor-copy);
    background: var(--aura-markdown-editor-surface-strong);
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.18);
    outline: 0;
}

.aura-markdown-editor .cm-editor {
    overflow: hidden;
}

.aura-markdown-editor .cm-scroller {
    min-height: var(--aura-markdown-editor-min-height);
    max-height: min(64vh, 48rem);
    overflow: auto;
    font-family: var(--bs-font-monospace);
    line-height: 1.55;
}

.aura-markdown-editor .cm-content {
    min-height: var(--aura-markdown-editor-min-height);
    padding: 0.75rem;
    caret-color: var(--aura-markdown-editor-caret);
}

.aura-markdown-editor .cm-cursor,
.aura-markdown-editor .cm-dropCursor {
    border-left-color: var(--aura-markdown-editor-caret) !important;
    border-left-width: 2px;
}

.aura-markdown-editor .cm-selectionBackground,
.aura-markdown-editor .cm-focused .cm-selectionBackground {
    background-color: var(--aura-markdown-editor-selection) !important;
}

.aura-markdown-editor .cm-editor:not(.cm-focused) .cm-selectionBackground {
    background-color: var(--aura-markdown-editor-selection-unfocused) !important;
}

.aura-markdown-editor .cm-line::selection,
.aura-markdown-editor .cm-line span::selection {
    background-color: var(--aura-markdown-editor-selection);
}

.aura-markdown-editor .tok-link,
.aura-markdown-editor .tok-url {
    color: inherit !important;
    text-decoration: none !important;
}

.aura-markdown-editor .cm-gutters {
    color: var(--aura-markdown-editor-muted);
    background: rgba(255, 255, 255, 0.03);
    border-right-color: var(--aura-markdown-editor-line);
}

.aura-markdown-editor .cm-activeLine,
.aura-markdown-editor .cm-activeLineGutter {
    background: rgba(132, 178, 255, 0.08);
}

.aura-markdown-editor [data-aura-markdown-editor-status] {
    min-height: 1.25rem;
    color: var(--aura-markdown-editor-muted);
}

.aura-markdown-editor [data-aura-markdown-editor-status-state="error"] {
    color: var(--bs-danger-text-emphasis, #f1aeb5);
}

.aura-markdown-editor [data-testid$="-preview-output"],
.aura-markdown-editor__preview,
.aura-markdown-editor__preview-output {
    min-height: var(--aura-markdown-editor-min-height);
    max-height: min(64vh, 48rem);
    overflow: auto;
    color: var(--aura-markdown-editor-copy);
    background: var(--aura-markdown-editor-surface);
    border: 1px solid var(--aura-markdown-editor-line) !important;
    border-radius: var(--bs-border-radius);
}

.aura-markdown-editor [data-testid$="-preview-output"] {
    background: var(--aura-markdown-editor-surface) !important;
}

.aura-markdown-editor [hidden] {
    display: none !important;
}

[data-loading] {
    display: none;
}

.ea-skeleton {
    --ea-skeleton-color: rgba(132, 178, 255, 0.28);
    --ea-skeleton-color-strong: rgba(255, 210, 102, 0.3);
    --ea-skeleton-line-height: 0.78rem;
    color: var(--ea-skeleton-color);
}

.ea-skeleton .placeholder {
    min-height: var(--ea-skeleton-line-height);
    border-radius: 0.35rem;
}

.ea-skeleton__surface {
    border: 1px solid var(--ea-site-line);
    border-radius: 0.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        var(--ea-site-panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ea-skeleton__line {
    display: block;
}

.ea-skeleton__line--accent {
    color: var(--ea-skeleton-color-strong);
}

.ea-skeleton__chip {
    min-width: 3.4rem;
    min-height: 1.45rem;
    border-radius: 999px;
}

.ea-skeleton__avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.ea-skeleton__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.75rem;
}

.ea-skeleton__table-row {
    display: grid;
    grid-template-columns: minmax(7rem, 1.35fr) repeat(var(--ea-skeleton-columns, 3), minmax(4rem, 1fr));
    gap: 0.75rem;
    align-items: center;
    min-height: 2.4rem;
}

.ea-skeleton__timeline-track {
    position: relative;
    min-height: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(132, 178, 255, 0.11);
}

.ea-skeleton__timeline-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18%;
    width: 46%;
    border-radius: inherit;
    background: currentColor;
    opacity: 0.5;
}

@keyframes ea-busy-button-spin {
    to {
        transform: rotate(360deg);
    }
}

.ea-site-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(132, 178, 255, 0.12);
    color: rgba(239, 243, 250, 0.88);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}

.ea-site-prose {
    color: var(--ea-site-copy-muted);
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.6;
}

.ea-site-prose > :first-child {
    margin-top: 0;
}

.ea-site-prose > :last-child {
    margin-bottom: 0;
}

.ea-site-prose h1,
.ea-site-prose h2,
.ea-site-prose h3,
.ea-site-prose h4,
.ea-site-prose h5,
.ea-site-prose h6 {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

.ea-site-prose h1 {
    font-size: 1.4rem;
}

.ea-site-prose h2 {
    font-size: 1.25rem;
}

.ea-site-prose h3 {
    font-size: 1.1rem;
}

.ea-site-prose h4 {
    font-size: 1rem;
}

.ea-site-prose h5,
.ea-site-prose h6 {
    font-size: 0.95rem;
}

.ea-site-prose h1 a,
.ea-site-prose h2 a,
.ea-site-prose h3 a,
.ea-site-prose h4 a,
.ea-site-prose h5 a,
.ea-site-prose h6 a,
.ea-site-prose h1 a:hover,
.ea-site-prose h2 a:hover,
.ea-site-prose h3 a:hover,
.ea-site-prose h4 a:hover,
.ea-site-prose h5 a:hover,
.ea-site-prose h6 a:hover,
.ea-site-prose h1 a:focus,
.ea-site-prose h2 a:focus,
.ea-site-prose h3 a:focus,
.ea-site-prose h4 a:focus,
.ea-site-prose h5 a:focus,
.ea-site-prose h6 a:focus {
    color: inherit;
    text-decoration: none;
}

.ea-site-prose a {
    color: var(--ea-site-blue);
    text-decoration: none;
}

.ea-site-prose a:hover,
.ea-site-prose a:focus {
    text-decoration: none;
}

.ea-site-prose img {
    max-width: 100%;
    border: 0;
    border-radius: 0.35rem;
    box-shadow: none;
}

.ea-site-prose .ea-share-markdown-media,
.ea-site-prose .ea-share-markdown-mermaid {
    margin: 1.35rem 0;
}

.ea-site-prose .ea-share-markdown-media.ea-site-surface,
.ea-site-prose .ea-share-markdown-mermaid.ea-site-surface {
    border-radius: 1.2rem;
}

.ea-site-prose .ea-share-markdown-media {
    display: grid;
    width: fit-content;
    max-width: 100%;
    gap: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ea-site-prose .ea-share-markdown-media.ea-site-surface::before {
    content: none;
}

.ea-site-prose .ea-share-markdown-image__zoom,
.ea-site-prose .ea-share-markdown-youtube__facade {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: 0.35rem;
    background: rgba(5, 8, 13, 0.96);
    color: #fff;
    text-decoration: none;
}

.ea-site-prose .ea-share-markdown-image__zoom:focus-visible,
.ea-site-prose .ea-share-markdown-youtube__facade:focus-visible {
    outline: 2px solid rgba(255, 204, 77, 0.72);
    outline-offset: 3px;
}

.ea-site-prose .ea-share-markdown-image__zoom img,
.ea-site-prose .ea-share-markdown-video video,
.ea-site-prose .ea-share-markdown-youtube__thumbnail {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(5, 8, 13, 0.96);
}

.ea-site-prose .ea-share-markdown-image__zoom img {
    height: auto;
    margin-inline: auto;
}

.ea-site-prose .ea-share-markdown-video video,
.ea-site-prose .ea-share-markdown-youtube__facade {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.ea-site-prose .ea-share-markdown-video,
.ea-site-prose .ea-share-markdown-youtube {
    width: min(100%, 48rem);
}

.ea-site-prose .ea-share-markdown-video video {
    position: relative;
    z-index: 1;
    border-radius: 0.35rem;
    object-fit: contain;
}

.ea-site-prose .ea-share-markdown-youtube__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ea-site-prose .ea-share-markdown-youtube__facade::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5, 8, 13, 0) 48%, rgba(5, 8, 13, 0.86));
}

.ea-site-prose .ea-share-markdown-youtube__play {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: calc(100% - 2rem);
    min-height: 2.3rem;
    padding: 0.55rem 0.78rem;
    border: 1px solid rgba(255, 208, 96, 0.36);
    border-radius: 999px;
    background: rgba(6, 9, 14, 0.84);
    color: rgba(246, 249, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.15;
}

.ea-site-prose .ea-share-markdown-youtube__play::before {
    content: "";
    width: 0.68rem;
    height: 0.8rem;
    flex: 0 0 auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: var(--ea-site-gold);
}

.ea-site-prose .ea-share-markdown-media__caption {
    position: relative;
    z-index: 1;
    margin: 0.5rem 0.2rem 0;
    color: var(--ea-site-copy-dim);
    font-size: 0.88rem;
    line-height: 1.45;
}

.ea-site-prose .ea-share-markdown-mermaid {
    display: block;
    overflow: auto;
    padding: 1rem;
    color: rgba(220, 232, 250, 0.82);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.88rem;
    line-height: 1.55;
    white-space: pre;
}

.ea-site-prose .ea-share-markdown-mermaid code {
    color: inherit;
    font: inherit;
    white-space: pre;
}

.ea-site-prose code,
.ea-site-prose pre {
    font-family: "Space Grotesk", sans-serif;
}

.ea-site-prose,
.ea-markdown,
.ea-markdown__body,
[data-ea-markdown-content],
[data-aura-markdown-content],
.aura-markdown-editor__preview-output,
.aura-markdown-editor [data-testid$="-preview-output"] {
    --ea-markdown-line: rgba(132, 178, 255, 0.2);
    --ea-markdown-line-strong: rgba(132, 178, 255, 0.32);
    --ea-markdown-surface: rgba(5, 8, 13, 0.92);
    --ea-markdown-surface-soft: rgba(132, 178, 255, 0.07);
    --ea-markdown-surface-alt: rgba(255, 255, 255, 0.035);
    --ea-markdown-code: rgba(246, 249, 255, 0.94);
    --ea-markdown-code-accent: rgba(255, 215, 97, 0.95);
    --ea-markdown-code-bg: rgba(124, 196, 255, 0.12);
    --ea-markdown-code-block-bg: rgba(4, 7, 12, 0.96);
}

.ea-markdown__body,
[data-ea-markdown-content],
[data-aura-markdown-content],
.aura-markdown-editor__preview-output,
.aura-markdown-editor [data-testid$="-preview-output"] {
    color: var(--ea-site-copy-muted);
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.6;
}

.ea-site-prose table,
.ea-markdown__body table,
[data-ea-markdown-content] table,
[data-aura-markdown-content] table,
.aura-markdown-editor__preview-output table,
.aura-markdown-editor [data-testid$="-preview-output"] table {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 1.2rem 0;
    overflow-x: auto;
    border: 1px solid var(--ea-markdown-line);
    border-radius: 0.5rem;
    border-spacing: 0;
    border-collapse: separate;
    background: var(--ea-markdown-surface);
}

.ea-site-prose thead,
.ea-markdown__body thead,
[data-ea-markdown-content] thead,
[data-aura-markdown-content] thead,
.aura-markdown-editor__preview-output thead,
.aura-markdown-editor [data-testid$="-preview-output"] thead {
    color: #fff;
    background: rgba(132, 178, 255, 0.12);
}

.ea-site-prose th,
.ea-site-prose td,
.ea-markdown__body th,
.ea-markdown__body td,
[data-ea-markdown-content] th,
[data-ea-markdown-content] td,
[data-aura-markdown-content] th,
[data-aura-markdown-content] td,
.aura-markdown-editor__preview-output th,
.aura-markdown-editor__preview-output td,
.aura-markdown-editor [data-testid$="-preview-output"] th,
.aura-markdown-editor [data-testid$="-preview-output"] td {
    min-width: 8rem;
    padding: 0.68rem 0.82rem;
    border-right: 1px solid var(--ea-markdown-line);
    border-bottom: 1px solid var(--ea-markdown-line);
    vertical-align: top;
}

.ea-site-prose th:last-child,
.ea-site-prose td:last-child,
.ea-markdown__body th:last-child,
.ea-markdown__body td:last-child,
[data-ea-markdown-content] th:last-child,
[data-ea-markdown-content] td:last-child,
[data-aura-markdown-content] th:last-child,
[data-aura-markdown-content] td:last-child,
.aura-markdown-editor__preview-output th:last-child,
.aura-markdown-editor__preview-output td:last-child,
.aura-markdown-editor [data-testid$="-preview-output"] th:last-child,
.aura-markdown-editor [data-testid$="-preview-output"] td:last-child {
    border-right: 0;
}

.ea-site-prose tbody tr:nth-child(odd),
.ea-markdown__body tbody tr:nth-child(odd),
[data-ea-markdown-content] tbody tr:nth-child(odd),
[data-aura-markdown-content] tbody tr:nth-child(odd),
.aura-markdown-editor__preview-output tbody tr:nth-child(odd),
.aura-markdown-editor [data-testid$="-preview-output"] tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.025);
}

.ea-site-prose tbody tr:nth-child(even),
.ea-markdown__body tbody tr:nth-child(even),
[data-ea-markdown-content] tbody tr:nth-child(even),
[data-aura-markdown-content] tbody tr:nth-child(even),
.aura-markdown-editor__preview-output tbody tr:nth-child(even),
.aura-markdown-editor [data-testid$="-preview-output"] tbody tr:nth-child(even) {
    background: rgba(132, 178, 255, 0.045);
}

.ea-site-prose tr:last-child td,
.ea-markdown__body tr:last-child td,
[data-ea-markdown-content] tr:last-child td,
[data-aura-markdown-content] tr:last-child td,
.aura-markdown-editor__preview-output tr:last-child td,
.aura-markdown-editor [data-testid$="-preview-output"] tr:last-child td {
    border-bottom: 0;
}

.ea-site-prose code,
.ea-site-prose pre,
.ea-markdown__body code,
.ea-markdown__body pre,
[data-ea-markdown-content] code,
[data-ea-markdown-content] pre,
[data-aura-markdown-content] code,
[data-aura-markdown-content] pre,
.aura-markdown-editor__preview-output code,
.aura-markdown-editor__preview-output pre,
.aura-markdown-editor [data-testid$="-preview-output"] code,
.aura-markdown-editor [data-testid$="-preview-output"] pre {
    font-family: var(--bs-font-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace);
}

.ea-site-prose :not(pre) > code,
.ea-markdown__body :not(pre) > code,
[data-ea-markdown-content] :not(pre) > code,
[data-aura-markdown-content] :not(pre) > code,
.aura-markdown-editor__preview-output :not(pre) > code,
.aura-markdown-editor [data-testid$="-preview-output"] :not(pre) > code {
    padding: 0.12em 0.36em;
    border: 1px solid rgba(132, 178, 255, 0.18);
    border-radius: 0.35rem;
    background: var(--ea-markdown-code-bg);
    color: var(--ea-markdown-code-accent);
    font-size: 0.92em;
    line-height: 1.35;
    white-space: break-spaces;
}

.ea-site-prose pre,
.ea-markdown__body pre,
[data-ea-markdown-content] pre,
[data-aura-markdown-content] pre,
.aura-markdown-editor__preview-output pre,
.aura-markdown-editor [data-testid$="-preview-output"] pre {
    margin: 1.15rem 0;
    padding: 1rem;
    overflow: auto;
    border: 1px solid var(--ea-markdown-line);
    border-radius: 0.5rem;
    background:
        linear-gradient(180deg, rgba(132, 178, 255, 0.07), rgba(132, 178, 255, 0)),
        var(--ea-markdown-code-block-bg);
    color: var(--ea-markdown-code);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 0.9rem;
    line-height: 1.55;
}

.ea-site-prose pre code,
.ea-markdown__body pre code,
[data-ea-markdown-content] pre code,
[data-aura-markdown-content] pre code,
.aura-markdown-editor__preview-output pre code,
.aura-markdown-editor [data-testid$="-preview-output"] pre code {
    display: block;
    min-width: max-content;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    white-space: pre;
}

.ea-site-prose pre.ea-code-highlight-shell,
.ea-markdown__body pre.ea-code-highlight-shell,
[data-ea-markdown-content] pre.ea-code-highlight-shell,
[data-aura-markdown-content] pre.ea-code-highlight-shell,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell {
    --ea-code-shell-border: rgba(132, 178, 255, 0.18);
    --ea-code-shell-radius: 0.65rem;
    --ea-code-shell-background: linear-gradient(180deg, rgba(8, 12, 19, 0.98), rgba(5, 8, 13, 0.98));
    --ea-code-toolbar-background: linear-gradient(180deg, rgba(31, 38, 50, 0.96), rgba(20, 25, 34, 0.98));
    --ea-code-toolbar-border: rgba(132, 178, 255, 0.14);
    --ea-code-language-color: rgba(239, 245, 255, 0.9);
    --ea-code-language-icon: rgba(132, 178, 255, 0.68);
    --ea-code-copy-color: rgba(239, 245, 255, 0.72);
    --ea-code-copy-hover-background: rgba(132, 178, 255, 0.14);
    --ea-code-copy-hover-color: #ffffff;
    --ea-code-content-color: rgba(224, 235, 250, 0.94);
    --ea-code-scrollbar-thumb: rgba(132, 178, 255, 0.18);
    position: relative;
    margin: 1.15rem 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--ea-code-shell-border);
    border-radius: var(--ea-code-shell-radius);
    background: var(--ea-code-shell-background);
    box-shadow:
        0 0.85rem 1.8rem rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-toolbar,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-toolbar,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-toolbar,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-toolbar,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-toolbar,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 2.4rem;
    padding: 0.5rem 0.65rem 0.45rem 0.78rem;
    border-bottom: 1px solid var(--ea-code-toolbar-border);
    background: var(--ea-code-toolbar-background);
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-title,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-title,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-title,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-title,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-title,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-title {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-language,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-language,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-language,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-language,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-language,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-language {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--ea-code-language-color);
    font-family: var(--bs-font-monospace, SFMono-Regular, Menlo, Consolas, monospace);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-language::before,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-language::before,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-language::before,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-language::before,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-language::before,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-language::before {
    content: "</>";
    color: var(--ea-code-language-icon);
    font-size: 0.72rem;
    letter-spacing: 0;
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-copy,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-copy,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-copy,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-copy {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ea-code-copy-color);
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease, opacity 120ms ease, transform 120ms ease;
}

.ea-site-prose pre.ea-code-highlight-shell:not(:hover):not(:focus-within) .ea-code-highlight-copy.hover-container-controls-hidden,
.ea-markdown__body pre.ea-code-highlight-shell:not(:hover):not(:focus-within) .ea-code-highlight-copy.hover-container-controls-hidden,
[data-ea-markdown-content] pre.ea-code-highlight-shell:not(:hover):not(:focus-within) .ea-code-highlight-copy.hover-container-controls-hidden,
[data-aura-markdown-content] pre.ea-code-highlight-shell:not(:hover):not(:focus-within) .ea-code-highlight-copy.hover-container-controls-hidden,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell:not(:hover):not(:focus-within) .ea-code-highlight-copy.hover-container-controls-hidden,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell:not(:hover):not(:focus-within) .ea-code-highlight-copy.hover-container-controls-hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2px);
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-copy:hover,
.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-copy:focus-visible,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-copy:hover,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-copy:focus-visible,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy:hover,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy:focus-visible,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy:hover,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy:focus-visible,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-copy:hover,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-copy:focus-visible,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-copy:hover,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-copy:focus-visible {
    background: var(--ea-code-copy-hover-background);
    color: var(--ea-code-copy-hover-color);
}

.ea-site-prose pre.ea-code-highlight-shell .ea-code-highlight-copy svg,
.ea-markdown__body pre.ea-code-highlight-shell .ea-code-highlight-copy svg,
[data-ea-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy svg,
[data-aura-markdown-content] pre.ea-code-highlight-shell .ea-code-highlight-copy svg,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell .ea-code-highlight-copy svg,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell .ea-code-highlight-copy svg {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs {
    display: block;
    margin: 0;
    max-height: 30em;
    padding: 0.95rem 1rem 1.05rem;
    overflow: auto;
    border: 0;
    background: transparent;
    color: var(--ea-code-content-color);
    font-family: var(--bs-font-monospace, SFMono-Regular, Menlo, Consolas, monospace);
    font-size: 0.93rem;
    line-height: 1.58;
    text-shadow: none;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar-thumb,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar-thumb,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar-thumb,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar-thumb,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar-thumb,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs::-webkit-scrollbar-thumb {
    background: var(--ea-code-scrollbar-thumb);
    border-radius: 999px;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-comment,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-quote,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-comment,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-quote,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-comment,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-quote,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-comment,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-quote,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-comment,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-quote,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-comment,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-quote {
    color: #7f8ba0;
    font-style: italic;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-keyword,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-literal,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-selector-tag,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-name,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-section,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-keyword,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-literal,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-selector-tag,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-name,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-section,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-keyword,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-literal,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-selector-tag,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-name,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-section,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-keyword,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-literal,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-selector-tag,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-name,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-section,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-keyword,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-literal,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-selector-tag,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-name,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-section,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-keyword,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-literal,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-selector-tag,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-name,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-section {
    color: #8fc2ff;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-string,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-doctag,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-regexp,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-string,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-doctag,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-regexp,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-string,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-doctag,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-regexp,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-string,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-doctag,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-regexp,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-string,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-doctag,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-regexp,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-string,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-doctag,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-regexp {
    color: #eac786;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-number,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-attribute,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-symbol,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-bullet,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-number,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-attribute,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-symbol,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-bullet,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-number,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-attribute,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-symbol,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-bullet,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-number,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-attribute,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-symbol,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-bullet,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-number,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-attribute,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-symbol,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-bullet,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-number,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-attribute,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-symbol,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-bullet {
    color: #e1a562;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-title,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-title.class_,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-title.function_,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-function .hljs-title,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-title,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-title.class_,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-title.function_,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-function .hljs-title,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-title,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-title.class_,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-title.function_,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-function .hljs-title,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-title,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-title.class_,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-title.function_,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-function .hljs-title,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-title,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-title.class_,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-title.function_,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-function .hljs-title,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-title,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-title.class_,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-title.function_,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-function .hljs-title {
    color: #8fd9bb;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-built_in,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-type,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-class,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-selector-class,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-built_in,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-type,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-class,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-selector-class,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-built_in,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-type,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-class,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-selector-class,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-built_in,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-type,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-class,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-selector-class,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-built_in,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-type,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-class,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-selector-class,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-built_in,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-type,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-class,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-selector-class {
    color: #bfd4ff;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-variable,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-template-variable,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-property,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-params,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-variable,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-template-variable,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-property,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-params,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-variable,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-template-variable,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-property,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-params,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-variable,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-template-variable,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-property,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-params,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-variable,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-template-variable,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-property,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-params,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-variable,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-template-variable,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-property,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-params {
    color: #d9e3f2;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-meta,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-meta .hljs-string,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-selector-id,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-meta,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-meta .hljs-string,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-selector-id,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-meta,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-meta .hljs-string,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-selector-id,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-meta,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-meta .hljs-string,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-selector-id,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-meta,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-meta .hljs-string,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-selector-id,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-meta,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-meta .hljs-string,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-selector-id {
    color: #c8acee;
}

.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-operator,
.ea-site-prose pre.ea-code-highlight-shell > code.hljs .hljs-punctuation,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-operator,
.ea-markdown__body pre.ea-code-highlight-shell > code.hljs .hljs-punctuation,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-operator,
[data-ea-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-punctuation,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-operator,
[data-aura-markdown-content] pre.ea-code-highlight-shell > code.hljs .hljs-punctuation,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-operator,
.aura-markdown-editor__preview-output pre.ea-code-highlight-shell > code.hljs .hljs-punctuation,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-operator,
.aura-markdown-editor [data-testid$="-preview-output"] pre.ea-code-highlight-shell > code.hljs .hljs-punctuation {
    color: #9da8bb;
}

.ea-site-prose blockquote,
.ea-markdown__body blockquote,
[data-ea-markdown-content] blockquote,
[data-aura-markdown-content] blockquote,
.aura-markdown-editor__preview-output blockquote,
.aura-markdown-editor [data-testid$="-preview-output"] blockquote {
    margin: 1.15rem 0;
    padding: 0.85rem 1rem;
    border-left: 0.22rem solid var(--ea-site-gold);
    border-radius: 0 0.5rem 0.5rem 0;
    background: rgba(255, 204, 77, 0.07);
    color: var(--ea-site-copy);
}

.ea-site-prose ul.contains-task-list,
.ea-site-prose ol.contains-task-list,
.ea-markdown__body ul.contains-task-list,
.ea-markdown__body ol.contains-task-list,
[data-ea-markdown-content] ul.contains-task-list,
[data-ea-markdown-content] ol.contains-task-list,
[data-aura-markdown-content] ul.contains-task-list,
[data-aura-markdown-content] ol.contains-task-list,
.aura-markdown-editor__preview-output ul.contains-task-list,
.aura-markdown-editor__preview-output ol.contains-task-list,
.aura-markdown-editor [data-testid$="-preview-output"] ul.contains-task-list,
.aura-markdown-editor [data-testid$="-preview-output"] ol.contains-task-list {
    padding-left: 1.1rem;
}

.ea-site-prose li.task-list-item,
.ea-markdown__body li.task-list-item,
[data-ea-markdown-content] li.task-list-item,
[data-aura-markdown-content] li.task-list-item,
.aura-markdown-editor__preview-output li.task-list-item,
.aura-markdown-editor [data-testid$="-preview-output"] li.task-list-item {
    display: grid;
    grid-template-columns: 1rem minmax(0, 1fr);
    column-gap: 0.5rem;
    align-items: start;
    margin-left: -1.1rem;
    list-style: none;
}

.ea-site-prose li.task-list-item > input[type="checkbox"],
.ea-markdown__body li.task-list-item > input[type="checkbox"],
[data-ea-markdown-content] li.task-list-item > input[type="checkbox"],
[data-aura-markdown-content] li.task-list-item > input[type="checkbox"],
.aura-markdown-editor__preview-output li.task-list-item > input[type="checkbox"],
.aura-markdown-editor [data-testid$="-preview-output"] li.task-list-item > input[type="checkbox"] {
    width: 0.95rem;
    height: 0.95rem;
    margin: 0.32em 0 0;
    accent-color: var(--ea-site-gold);
    opacity: 0.95;
}

.ea-site-prose .ea-share-markdown-youtube__embed,
.ea-markdown__body .ea-share-markdown-youtube__embed,
[data-ea-markdown-content] .ea-share-markdown-youtube__embed,
[data-aura-markdown-content] .ea-share-markdown-youtube__embed,
.aura-markdown-editor__preview-output .ea-share-markdown-youtube__embed,
.aura-markdown-editor [data-testid$="-preview-output"] .ea-share-markdown-youtube__embed {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 0.5rem;
    background: rgba(5, 8, 13, 0.96);
}

.ea-site-prose .ea-markdown-video__player,
.ea-site-prose .plyr,
.ea-markdown__body .ea-markdown-video__player,
.ea-markdown__body .plyr,
[data-ea-markdown-content] .ea-markdown-video__player,
[data-ea-markdown-content] .plyr,
[data-aura-markdown-content] .ea-markdown-video__player,
[data-aura-markdown-content] .plyr,
.aura-markdown-editor__preview-output .ea-markdown-video__player,
.aura-markdown-editor__preview-output .plyr,
.aura-markdown-editor [data-testid$="-preview-output"] .ea-markdown-video__player,
.aura-markdown-editor [data-testid$="-preview-output"] .plyr {
    --plyr-color-main: var(--ea-site-gold);
    width: min(100%, 48rem);
    border-radius: 0.5rem;
}

.ea-site-prose .ea-markdown-mermaid--rendered,
.ea-markdown__body .ea-markdown-mermaid--rendered,
[data-ea-markdown-content] .ea-markdown-mermaid--rendered,
[data-aura-markdown-content] .ea-markdown-mermaid--rendered,
.aura-markdown-editor__preview-output .ea-markdown-mermaid--rendered,
.aura-markdown-editor [data-testid$="-preview-output"] .ea-markdown-mermaid--rendered {
    white-space: normal;
}

.ea-site-prose .ea-markdown-mermaid--rendered svg,
.ea-markdown__body .ea-markdown-mermaid--rendered svg,
[data-ea-markdown-content] .ea-markdown-mermaid--rendered svg,
[data-aura-markdown-content] .ea-markdown-mermaid--rendered svg,
.aura-markdown-editor__preview-output .ea-markdown-mermaid--rendered svg,
.aura-markdown-editor [data-testid$="-preview-output"] .ea-markdown-mermaid--rendered svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
}

.ea-download-overview {
    display: grid;
    gap: 1.05rem;
}

.ea-download-overview__heading {
    align-items: start;
    margin-bottom: 0.8rem;
}

.ea-download-overview__summary {
    display: grid;
    gap: 0.55rem;
    max-width: 34rem;
}

.ea-download-overview__meta {
    display: grid;
    justify-items: end;
    gap: 0.55rem;
}

.ea-download-overview__requirements {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.ea-download-overview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ea-download-card {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
}

.ea-download-card--stable {
    border-color: rgba(124, 196, 255, 0.18);
}

.ea-download-card--alpha {
    border-color: rgba(255, 208, 96, 0.18);
}

.ea-download-card__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.ea-download-card__channel {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 2rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ea-download-card--stable .ea-download-card__channel {
    background: rgba(124, 196, 255, 0.12);
    color: rgba(168, 215, 255, 0.98);
}

.ea-download-card--alpha .ea-download-card__channel {
    background: rgba(255, 208, 96, 0.12);
    color: rgba(255, 220, 133, 0.98);
}

.ea-download-card__version {
    margin: 0.45rem 0 0;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1;
}

.ea-download-card__description {
    margin: 0.5rem 0 0;
    color: var(--ea-site-copy-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    line-height: 1.5;
}

.ea-download-card__specs {
    display: grid;
    gap: 0.7rem;
}

.ea-download-card__spec {
    display: grid;
    gap: 0.18rem;
}

.ea-download-card__spec dt {
    color: var(--ea-site-copy-dim);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-download-card__spec dd {
    margin: 0;
    color: rgba(242, 245, 251, 0.9);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    line-height: 1.4;
}

.ea-download-card__actions,
.ea-download-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.ea-download-card__links a {
    color: var(--ea-site-copy-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
}

.ea-download-card__links a:hover {
    color: #fff;
}

.ea-image-zoom__link {
    cursor: zoom-in;
}

.ea-image--fallback {
    object-fit: contain !important;
    padding: 0.75rem;
    background: rgba(3, 7, 12, 0.65);
}

.ea-license-activation-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.ea-license-activation-toggle {
    flex: 0 0 7.5rem;
    width: 7.5rem;
    max-width: 7.5rem;
    text-align: center;
}

.ea-license-activation-input {
    flex: 0 1 34rem;
    min-width: 22rem;
    max-width: 34rem;
}

.ea-license-activation-input .form-control {
    width: 100%;
}

.ea-license-activation-submit {
    white-space: nowrap;
}

.ea-license-activation-message {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ea-segmented-control {
    vertical-align: middle;
}

.ea-segmented-control .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding-inline: 0.55rem;
    border-color: rgba(108, 117, 125, 0.78);
    color: rgba(235, 242, 253, 0.88);
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.ea-segmented-control .btn:hover,
.ea-segmented-control .btn:focus {
    border-color: rgba(132, 178, 255, 0.72);
    color: #fff;
    text-decoration: none;
}

.ea-segmented-control .btn-check:checked + .btn,
.ea-segmented-control .btn.active,
.ea-segmented-control .btn[aria-pressed="true"] {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: #fff;
}

.ea-razor-pager {
    display: flex;
    justify-content: flex-end;
}

.ea-razor-pager .pagination {
    gap: 0;
}

.ea-razor-pager .page-link {
    appearance: none;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    border-color: rgba(108, 117, 125, 0.78);
    border-radius: 0;
    background: transparent;
    color: rgba(235, 242, 253, 0.88);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.ea-razor-pager .page-item + .page-item .page-link {
    margin-left: -1px;
}

.ea-razor-pager .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-border-radius-sm);
    border-bottom-left-radius: var(--bs-border-radius-sm);
}

.ea-razor-pager .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-border-radius-sm);
    border-bottom-right-radius: var(--bs-border-radius-sm);
}

.ea-razor-pager a.page-link,
.ea-razor-pager button.page-link {
    cursor: pointer;
}

.ea-razor-pager .page-link:hover,
.ea-razor-pager .page-link:focus {
    z-index: 2;
    border-color: rgba(132, 178, 255, 0.72);
    background: rgba(13, 110, 253, 0.16);
    color: #fff;
}

.ea-razor-pager .page-item.active .page-link {
    z-index: 3;
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.ea-razor-pager .page-item.disabled .page-link {
    border-color: rgba(108, 117, 125, 0.32);
    background: transparent;
    color: rgba(190, 204, 225, 0.38);
    cursor: default;
    pointer-events: none;
}

.ea-razor-paged-table {
    display: grid;
    gap: 0.75rem;
}

.ea-razor-paged-table--compact {
    gap: 0.5rem;
}

.ea-razor-paged-table__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.ea-razor-paged-table__toolbar--bottom {
    justify-content: flex-end;
    padding-top: 0.1rem;
}

.ea-razor-paged-table__page-size {
    display: inline-flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    color: var(--ea-site-copy-dim);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
}

.ea-razor-paged-table__page-size-item {
    appearance: none;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: calc(1.5em + 0.5rem + 2px);
    min-width: calc(1.5em + 1rem + 2px);
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(108, 117, 125, 0.78);
    border-radius: var(--bs-border-radius-sm);
    color: rgba(235, 242, 253, 0.86);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.ea-razor-paged-table__page-size-item:hover,
.ea-razor-paged-table__page-size-item.active {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: #fff;
}

.ea-razor-paged-table__page-size-item.active {
    cursor: default;
    pointer-events: none;
}

.ea-razor-paged-table__rows {
    display: grid;
    gap: 0.55rem;
}

.ea-razor-paged-table__rows--compact {
    gap: 0.35rem;
}

.ea-razor-paged-table__empty {
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: center;
    padding: 0.85rem;
    border-top: 1px solid rgba(132, 178, 255, 0.2);
    background: rgba(10, 15, 22, 0.42);
    color: var(--ea-site-copy-muted);
    text-align: center;
}

.ea-library-results {
    display: grid;
    gap: 0.9rem;
}

.ea-library-results__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.ea-library-results__toolbar--bottom {
    justify-content: flex-end;
    padding-top: 0.2rem;
}

.ea-library-page-size {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ea-site-copy-dim);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
}

.ea-library-page-size__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    min-width: 2rem;
    padding: 0 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.35rem;
    color: rgba(235, 242, 253, 0.86);
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.ea-library-page-size__item:hover,
.ea-library-page-size__item.active {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: #fff;
}

.ea-library-list {
    display: grid;
    gap: 0.65rem;
}

.ea-library-empty,
.ea-library-row {
    border-top: 1px solid rgba(132, 178, 255, 0.2);
    background: rgba(10, 15, 22, 0.42);
}

.ea-library-empty {
    padding: 1rem 0.25rem;
    color: var(--ea-site-copy-muted);
}

.ea-library-row {
    display: grid;
    grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
    gap: 1.15rem;
    min-height: 12rem;
    padding: 1rem 0.25rem;
}

.ea-library-row a,
.ea-library-row a:hover,
.ea-library-row a:focus {
    text-decoration: none;
}

.ea-library-row__preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ea-library-preview {
    display: flex;
    width: 100%;
    min-height: 10.5rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.35rem;
    background: rgba(4, 8, 13, 0.62);
    text-decoration: none;
}

.ea-library-row__image {
    display: block;
    width: 100%;
    max-height: 11.5rem;
    object-fit: contain;
}

.ea-library-row__body {
    min-width: 0;
}

.ea-library-row__header,
.ea-library-row__footer,
.ea-library-row__meta-line,
.ea-library-row__meta,
.ea-library-row__action-panel,
.ea-library-row__actions,
.ea-library-row__status,
.ea-library-row__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.7rem;
}

.ea-library-row__header {
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.3rem;
}

.ea-library-row__title {
    color: rgba(248, 250, 255, 0.94);
    font-family: "Sora", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.ea-library-row__title:hover {
    color: var(--ea-site-gold);
}

.ea-library-row__actions {
    justify-content: flex-end;
    color: var(--ea-site-copy-dim);
}

.ea-library-row__action-panel {
    align-items: flex-end;
    margin-left: auto;
}

.ea-library-row__actions a {
    color: var(--ea-site-blue);
}

.ea-library-row__actions a:hover,
.ea-library-row__actions a:focus {
    color: rgba(120, 185, 255, 0.98);
}

.ea-library-row__meta-line {
    justify-content: space-between;
    gap: 0.55rem 1rem;
}

.ea-library-row__meta {
    color: var(--ea-site-copy-muted);
    font-size: 0.92rem;
}

.ea-library-row__owner-link {
    display: inline-flex;
    align-items: center;
    color: var(--ea-site-blue);
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    vertical-align: baseline;
}

.ea-library-row__owner-link:hover,
.ea-library-row__owner-link:focus {
    color: rgba(120, 185, 255, 0.98);
}

.ea-library-row__summary {
    margin: 0.45rem 0 0;
    color: var(--ea-site-copy-dim);
    font-size: 0.92rem;
    line-height: 1.45;
}

.ea-library-row__footer {
    justify-content: flex-start;
    margin-top: 0.75rem;
}

.ea-library-row__status {
    justify-content: flex-end;
    margin-left: auto;
    color: rgba(255, 218, 118, 0.9);
}

.ea-library-tag-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.ea-library-row__metrics {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 218, 118, 0.9);
    font-size: 0.85rem;
}

.ea-library-diagnostics {
    color: var(--ea-site-copy-dim);
    font-size: 0.78rem;
}

.ea-library-diagnostics kbd {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(246, 250, 255, 0.92);
}

@media (min-width: 1200px) {
    .ea-site-header__frame,
    .ea-site-footer__frame {
        padding-inline: 0 !important;
    }

    .ea-site-header__shell {
        display: flex;
        align-items: center;
    }

    .ea-site-header__collapse {
        display: flex !important;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }

    .ea-site-header__nav-cluster {
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        gap: 0.9rem;
        align-items: center;
        justify-content: flex-start;
    }

    .ea-site-brand--overlay {
        display: inline-flex;
        position: absolute;
        top: 50%;
        right: calc(100% + 0.9rem);
        transform: translateY(-50%);
        pointer-events: auto;
        flex: 0 0 auto;
        gap: 0.7rem;
        white-space: nowrap;
    }

    .ea-site-brand--overlay .ea-site-brand__logo {
        width: 2.25rem;
        height: 2.25rem;
    }

    .ea-site-brand--overlay .ea-site-brand__text {
        font-size: 1.1rem;
    }

    .ea-site-nav {
        width: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .ea-site-header__actions {
        flex: 0 0 auto;
        margin-left: auto;
        padding-top: 0;
        width: auto;
    }
}

@media (max-width: 1199.98px) {
    .ea-site-layout {
        padding-top: 4.5rem;
    }

    .ea-site-header__shell {
        padding: 0.3rem 0;
    }

    .ea-site-header__collapse {
        align-items: stretch;
    }

    .ea-site-nav,
    .ea-site-header__nav-cluster,
    .ea-site-header__actions {
        width: 100%;
    }

    .ea-site-nav {
        justify-content: flex-start;
        padding-top: 0.5rem;
    }

    .ea-site-header__actions {
        padding-top: 0.35rem;
    }
}

@media (max-width: 991.98px) {
    .ea-site-footer__shell {
        justify-content: center;
    }

    .ea-download-overview__grid {
        grid-template-columns: 1fr;
    }

    .ea-download-overview__meta {
        justify-items: start;
    }

    .ea-download-overview__requirements {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .ea-license-activation-row {
        flex-wrap: wrap;
    }

    .ea-license-activation-input {
        flex: 1 1 100%;
        min-width: min(100%, 22rem);
        max-width: 100%;
        order: 3;
    }

    .ea-license-activation-message {
        flex-basis: 100%;
        order: 5;
    }

    .ea-library-row {
        grid-template-columns: 1fr;
    }

    .ea-library-row__preview {
        justify-content: flex-start;
    }

    .ea-library-preview {
        max-width: 22rem;
    }

    .ea-library-row__action-panel,
    .ea-library-row__meta-line,
    .ea-library-row__actions,
    .ea-library-row__status {
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .ea-site-header {
        padding-top: 0.6rem;
    }

    .ea-site-layout {
        padding-top: 4.15rem;
    }

    .ea-site-brand__text {
        font-size: 1.2rem;
    }

    .ea-site-auth,
    .ea-site-auth__group {
        width: 100%;
    }

    .ea-site-auth__action {
        flex: 1 1 auto;
    }

    .ea-my-profile-header {
        align-items: flex-start;
    }

    .ea-my-profile-header__identity {
        justify-content: flex-start;
    }

    .ea-my-profile-header__identity-name {
        max-width: min(18rem, 62vw);
    }

    .ea-my-profile-header__identity-email {
        max-width: min(18rem, 62vw);
    }

    .ea-account-merge__grid,
    .ea-account-merge__grid--future {
        grid-template-columns: minmax(0, 1fr);
    }

    .ea-account-merge__metric {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 0.5rem 0.58rem;
    }

    .ea-account-merge__metric-label {
        font-size: 0.82rem;
    }

    .ea-account-merge__metric-value {
        font-size: 0.9rem;
    }

    .ea-account-merge__submit {
        justify-self: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ea-site-header,
    .ea-site-nav__link,
    .ea-site-auth__action,
    .ea-site-button {
        transition: none;
    }

    .ea-busy-button__spinner {
        animation: none;
    }
}
