/* Hero Checkpoint r013-r015: Realm of Echoes logo placement study. */

[data-roe-component='ledger'][data-logo-gate='true'] {
    --roe-account-gate-gap: var(--roe-space-3);
    --roe-account-gate-provider-separator-space: var(--roe-space-4);
    height: auto;
    min-height: 0;
    grid-template-rows: var(--roe-hud-title-height) auto auto;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-body {
    display: grid;
    gap: var(--roe-account-gate-gap);
    padding: var(--roe-space-4);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo[data-logo-variant='mark'] {
    width: 112px;
    max-height: 112px;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo[data-logo-variant='stacked'] {
    width: 246px;
    max-height: 164px;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo[data-logo-variant='horizontal'] {
    width: 390px;
    max-height: 119px;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-form,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-fields {
    display: grid;
    gap: var(--roe-space-3);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field {
    display: grid;
    gap: var(--roe-space-2);
    color: color-mix(in srgb, var(--roe-moonbone) 78%, var(--roe-ancient-gold));
    font: 800 var(--roe-font-size-label)/1.4 var(--roe-ui);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field .roe-hud-field {
    display: block;
    min-height: 52px;
    padding: 0;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 0 var(--roe-space-4);
    border: 0;
    border-radius: 0;
    outline: 0;
    color: var(--roe-hud-field-ink);
    background: transparent;
    box-shadow: none;
    caret-color: var(--roe-hud-field-ink);
    font: 700 20px/1 var(--roe-display);
    text-align: center;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field input::placeholder {
    color: var(--roe-hud-chat-composer-placeholder);
    opacity: 1;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field input:focus-visible {
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-actions,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--roe-space-2);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-actions .roe-hud-button,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-provider {
    width: 100%;
    min-width: 0;
    min-height: var(--roe-control-height);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth {
    display: grid;
    gap: var(--roe-account-gate-provider-separator-space);
    margin-block-start: var(--roe-account-gate-provider-separator-space);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth-divider {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: var(--roe-space-2);
    color: color-mix(in srgb, var(--roe-parchment-ink) 58%, var(--roe-aged-bronze));
    font: 800 var(--roe-font-size-caption)/1 var(--roe-ui);
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth-divider::before,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth-divider::after {
    height: 1px;
    background: color-mix(in srgb, var(--roe-aged-bronze) 56%, transparent);
    content: '';
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-provider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--roe-space-2);
    padding-inline: var(--roe-space-3);
    white-space: nowrap;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-provider:not(:disabled):hover,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-google-auth[data-preview-state='hover'] {
    border-color: var(--roe-hud-button-active);
    transform: translateY(-1px);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-provider:focus-visible,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-google-auth[data-preview-state='focus'] {
    outline: 2px solid var(--roe-hud-focus);
    outline-offset: 3px;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-google-auth-mark,
[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-discord-auth-mark {
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    place-items: center;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-google-auth-mark {
    border-radius: 2px;
    background: var(--roe-google-logo-surface);
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth-status {
    min-height: 1.4em;
    margin: 0;
    color: var(--roe-hud-text-muted);
    font: 600 var(--roe-font-size-caption)/1.4 var(--roe-ui);
    text-align: center;
    text-wrap: pretty;
}

[data-roe-component='ledger'][data-logo-gate='true'][data-auth-state='error'] .roe-hud-social-auth-status {
    color: var(--roe-hud-error);
}

[data-roe-component='ledger'][data-logo-gate='true'][data-auth-state='success'] .roe-hud-social-auth-status {
    color: var(--roe-hud-success);
}

[data-roe-component='ledger'][data-logo-gate='true'][aria-busy='true'] :is(button, input) {
    cursor: wait;
}

[data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-ledger-success {
    display: none;
    align-content: start;
    gap: var(--roe-space-3);
    min-height: 0;
    padding: var(--roe-space-4);
    text-align: center;
}

[data-roe-component='ledger'][data-logo-gate='true'][data-mode='signed-in'] .roe-hud-account-gate {
    display: none;
}

[data-roe-component='ledger'][data-logo-gate='true'][data-mode='signed-in'] .roe-hud-ledger-success {
    display: grid;
}

[data-roe-component='ledger'][data-logo-gate='true']:not([data-mode='signed-in']) > .roe-hud-close {
    display: none;
}

@media (max-width: 640px) {
    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo[data-logo-variant='mark'] {
        width: 96px;
        max-height: 96px;
    }

    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo[data-logo-variant='stacked'] {
        width: 210px;
        max-height: 140px;
    }

    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-logo[data-logo-variant='horizontal'] {
        width: 340px;
        max-height: 104px;
    }

    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field .roe-hud-field {
        min-height: 48px;
    }

    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-field input {
        height: 46px;
        font-size: 18px;
    }
}

@media (max-width: 620px) {
    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-account-gate-actions,
    [data-roe-component='ledger'][data-logo-gate='true'] .roe-hud-social-auth-actions {
        grid-template-columns: 1fr;
    }
}
