.g-modal-chrome {
    flex-shrink: 0;
    background: #202124;
    color: #e8eaed
}

.g-modal-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 8px 10px 7px 12px;
    background: #202124;
    border-bottom: 1px solid #3c4043
}

.g-modal-title-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.g-modal-title-g-logo {
    display: block;
    flex-shrink: 0
}

.g-modal-title-name {
    font-size: 14px;
    font-weight: 500;
    color: #e8eaed;
    letter-spacing: -.01em
}

.g-modal-close-x {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #9aa0a6;
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit
}

.g-modal-close-x:hover {
    background: #3c4043;
    color: #e8eaed
}

.g-modal-url-row {
    flex-shrink: 0;
    padding: 8px 12px 10px;
    background: #202124;
    border-bottom: 1px solid #3c4043
}

.g-modal-url-bar {
    position: relative
}

.g-modal-url-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 32px;
    padding: 2px 8px 2px 4px;
    border-radius: 9999px;
    border: 1px solid #5f6368;
    background: #303134;
    box-sizing: border-box
}

.g-modal-url-pageinfo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #9aa0a6
}

.g-modal-url-pageinfo .fb-modal-url-pageinfo-svg {
    display: block;
    width: 16px;
    height: 16px
}

.g-modal-url-text-scroll {
    flex: 1 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10.5px;
    line-height: 1.35;
    font-family: ui-monospace, Cascadia Mono, Segoe UI Mono, Menlo, monospace
}

.g-modal-url-text {
    color: #e8eaed
}

.fb-modal-window--google-oauth {
    width: min(520px, calc(100vw - 32px));
    max-height: min(92vh, 720px);
    height: auto;
    min-height: 0;
    background: #000
}

.fb-modal-window--google-oauth .fb-modal-sheet {
    flex: 1 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    background: #000;
    scrollbar-color: #5f6368 #000
}

.fb-modal-window--google-oauth .g-modal-titlebar,
.fb-modal-window--google-oauth .g-modal-url-row {
    background: #202124;
    border-color: #3c4043
}

.fb-modal-window--google-oauth .g-modal-close-x,
.fb-modal-window--google-oauth .g-modal-title-name {
    color: #9aa0a6
}

.fb-modal-window--google-oauth .g-modal-close-x:hover {
    background: #3c4043;
    color: #e8eaed
}

.fb-modal-window--google-oauth .g-modal-url-pill {
    background: #303134;
    border-color: #5f6368
}

.fb-modal-window--google-oauth .g-modal-url-text {
    color: #e8eaed
}

.fb-modal-window--google-desktop {
    width: min(1040px, calc(100vw - 48px));
    max-height: min(92vh, 720px);
    height: min(92vh, 720px);
    min-height: min(520px, 92vh);
    background: #202124
}

.fb-modal-window--google-desktop .fb-modal-sheet {
    flex: 1 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #5f6368 #202124;
    padding: 0;
    background: #202124
}

.fb-modal-window--google-signin {
    width: min(480px, 100%);
    max-height: min(100dvh, 720px);
    height: min(100dvh, 720px);
    background: #000
}

.fb-modal-window--google-signin .fb-modal-sheet {
    flex: 1 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #5f6368 #000;
    padding: 0;
    background: #000
}

.fb-modal-window--google-code {
    width: min(1040px, calc(100vw - 48px));
    max-height: min(100dvh, 720px);
    height: min(100dvh, 720px);
    background: #000
}

.fb-modal-window--google-code .fb-modal-sheet {
    flex: 1 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #5f6368 #000;
    padding: 0;
    background: #000
}

.fb-modal-window--google-code .fb-modal-sheet::-webkit-scrollbar,
.fb-modal-window--google-desktop .fb-modal-sheet::-webkit-scrollbar,
.fb-modal-window--google-signin .fb-modal-sheet::-webkit-scrollbar {
    width: 10px
}

.fb-modal-window--google-desktop .fb-modal-sheet::-webkit-scrollbar-track {
    background: #202124
}

.fb-modal-window--google-code .fb-modal-sheet::-webkit-scrollbar-track,
.fb-modal-window--google-signin .fb-modal-sheet::-webkit-scrollbar-track {
    background: #000
}

.fb-modal-window--google-code .fb-modal-sheet::-webkit-scrollbar-thumb,
.fb-modal-window--google-desktop .fb-modal-sheet::-webkit-scrollbar-thumb,
.fb-modal-window--google-signin .fb-modal-sheet::-webkit-scrollbar-thumb {
    background: #5f6368;
    border-radius: 6px
}

.fb-modal-window--google-code .fb-modal-sheet::-webkit-scrollbar-thumb:hover,
.fb-modal-window--google-desktop .fb-modal-sheet::-webkit-scrollbar-thumb:hover,
.fb-modal-window--google-signin .fb-modal-sheet::-webkit-scrollbar-thumb:hover {
    background: #80868b
}

.fb-modal-window--verify-google {
    width: min(520px, calc(100vw - 32px));
    max-height: min(92vh, 720px);
    height: auto;
    min-height: 0;
    background: #fff
}

.fb-modal-window--verify-google .fb-modal-sheet {
    flex: 1 1;
    min-height: 0;
    overflow-y: auto;
    background: #fff
}

.fb-2fa-methods.g-verify-intro {
    background: #fff;
    gap: 0;
    padding: 22px 20px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08)
}

.g-verify-intro-label {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 600;
    color: #65676b
}

.g-verify-intro-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #050505;
    letter-spacing: -.02em
}

.g-verify-intro-text {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.45;
    color: #1c1e21
}

.g-verify-intro-list {
    margin: 0 0 32px;
    padding: 0;
    list-style: none
}

.g-verify-intro-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #1c1e21
}

.g-verify-intro-icon-svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #050505
}

.g-verify-intro-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    background: #1877f2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit
}

.g-verify-intro-btn:hover {
    background: #166fe5
}

.fb-2fa-method-item--google strong {
    color: #1a73e8
}

.fb-2fa-methods--google-only .fb-2fa-info-box,
.fb-2fa-methods--google-only .fb-2fa-link-btn {
    display: none
}

.g-signin-shell--desktop {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 100%;
    width: 100%;
    padding: 32px 0 0;
    box-sizing: border-box;
    font-family: Google Sans, Roboto, Helvetica Neue, Arial, sans-serif;
    color: #202124;
    background: #f0f4f9
}

.g-signin-shell--desktop-dark {
    color: #e8eaed;
    background: #202124;
    --g-signin-right-col-offset: calc(8px + 48px + 16px + 24px + 44px * 1.15 + 8px);
    --g-signin-right-col-offset-email: calc(8px + 48px + 16px)
}

.g-signin-desktop-card {
    flex: 1 1 auto;
    align-self: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-content: center;
    grid-gap: 0 48px;
    gap: 0 48px;
    max-width: 960px;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 48px 56px 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 28px;
    min-height: 0
}

.g-signin-desktop-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 8px
}

.g-signin-desktop-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0
}

.g-signin-brand-logo--desktop {
    margin: 0 0 16px
}

.g-signin-h1-desktop {
    margin: 0 0 24px;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #202124
}

.g-signin-lead-desktop {
    margin: 0;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
    color: #202124
}

.g-signin-text-link--desktop {
    display: inline-block;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #1a73e8;
    text-decoration: none
}

.g-signin-text-link--desktop:hover {
    text-decoration: underline
}

.g-signin-chip--desktop {
    border-color: #dadce0;
    max-width: 100%
}

.g-signin-chip--desktop .g-signin-chip-avatar {
    background: #f1f3f4;
    color: #5f6368
}

.g-signin-chip--desktop .g-signin-chip-email {
    color: #3c4043
}

.g-signin-chip--desktop .g-signin-chip-chevron {
    color: #5f6368
}

.g-signin-form--desktop {
    display: flex;
    flex-direction: column;
    width: 100%
}

.g-signin-desktop-field-block,
.g-signin-field--desktop {
    margin: 0 0 4px
}

.g-signin-input--desktop {
    background: #fff;
    color: #202124;
    border-color: #dadce0
}

.g-signin-field--desktop:focus-within .g-signin-input--desktop {
    border-color: #1a73e8;
    border-width: 2px;
    padding: 17px 13px 9px
}

.g-signin-field--desktop.is-filled .g-signin-label--desktop,
.g-signin-field--desktop:focus-within .g-signin-label--desktop {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px
}

.g-signin-field--desktop.is-filled:not(.has-error) .g-signin-input--desktop {
    border-color: #1a73e8
}

.g-signin-field--desktop.has-error .g-signin-input--desktop {
    border-color: #d93025;
    border-width: 2px;
    padding: 17px 13px 9px
}

.g-signin-label--desktop {
    color: #5f6368;
    background: #fff
}

.g-signin-field--desktop.is-filled .g-signin-label--desktop,
.g-signin-field--desktop:focus-within .g-signin-label--desktop {
    background: #fff
}

.g-signin-field--desktop.is-filled:not(.has-error) .g-signin-label--desktop,
.g-signin-field--desktop:focus-within:not(.has-error) .g-signin-label--desktop {
    color: #1a73e8
}

.g-signin-field--desktop.has-error.is-filled .g-signin-label--desktop,
.g-signin-field--desktop.has-error:focus-within .g-signin-label--desktop {
    color: #d93025
}

.g-signin-desktop-field-error {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #d93025
}

.g-signin-error-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border-radius: 50%;
    background: #d93025;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center
}

.g-signin-checkbox--desktop {
    margin: 16px 0 0;
    color: #202124
}

.g-signin-checkbox--desktop input {
    accent-color: #1a73e8
}

.g-signin-actions--desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 28px;
    gap: 16px
}

.g-signin-btn-ghost--desktop {
    color: #1a73e8;
    padding: 10px 0
}

.g-signin-btn-primary--desktop {
    background: #1a73e8;
    color: #fff;
    min-width: 96px;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500
}

.g-signin-btn-primary--desktop:disabled {
    opacity: .38
}

.g-signin-footer--desktop {
    flex-shrink: 0;
    margin-top: auto;
    width: calc(100% - 80px);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 max(16px, env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    background: #202124;
    color: #9aa0a6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.g-signin-footer--desktop .g-signin-lang {
    color: #9aa0a6
}

.g-signin-footer--desktop .g-signin-lang-caret {
    border-top-color: #9aa0a6
}

.g-signin-footer--desktop .g-signin-footnav a {
    color: #9aa0a6
}

.g-signin-shell--desktop-dark .g-signin-desktop-card {
    background: #000;
    border: 0;
    align-content: start;
    align-self: center;
    flex: 1 1 auto;
    min-height: min(480px, calc(92vh - 140px))
}

.g-signin-shell--desktop-dark .g-signin-desktop-left {
    padding-top: 8px
}

.g-signin-shell--desktop-dark .g-signin-desktop-left .g-signin-chip--desktop {
    margin-top: 8px
}

.g-signin-shell--desktop-dark .g-signin-desktop-right {
    justify-content: flex-start
}

.g-signin-shell--desktop-dark .g-signin-desktop-right.g-signin-desktop-fields {
    min-height: 100%;
    padding-top: var(--g-signin-right-col-offset);
    box-sizing: border-box
}

.g-signin-shell--desktop-dark .g-signin-desktop-right.g-signin-desktop-fields--email {
    padding-top: var(--g-signin-right-col-offset-email);
    flex: 1 1;
    display: flex;
    flex-direction: column;
    min-height: 0
}

.g-signin-shell--desktop-dark .g-signin-desktop-right.g-signin-desktop-fields--code {
    padding-top: calc(var(--g-signin-right-col-offset) + .1em)
}

.g-signin-shell--desktop-dark .g-signin-form--email {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    min-height: 0
}

.g-signin-shell--desktop-dark .g-signin-form--password {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    min-height: 0
}

.g-signin-guest-copy {
    margin: 28px 0 0;
    max-width: 420px;
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed
}

.g-signin-guest-copy a {
    color: #8ab4f8;
    text-decoration: none
}

.g-signin-guest-copy a:hover {
    text-decoration: underline
}

.g-signin-shell--desktop-dark .g-signin-actions--email {
    margin-top: auto;
    padding-top: 28px
}

.g-signin-shell--desktop-dark .g-signin-form--password .g-signin-actions--desktop {
    margin-top: 28px
}

.g-signin-shell--desktop-dark .g-signin-form--email .g-signin-btn-ghost--desktop {
    color: #e8eaed;
    font-weight: 400
}

.g-signin-shell--desktop-dark .g-signin-checkbox--desktop {
    margin: 8px 0 0
}

.g-signin-desktop-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0
}

.g-signin-desktop-fields .g-signin-code-field-block,
.g-signin-desktop-fields .g-signin-desktop-field-block,
.g-signin-desktop-fields .g-signin-form--desktop {
    width: 100%;
    max-width: 100%
}

.g-signin-desktop-fields .g-signin-sms-hint--desktop {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed
}

.g-signin-h1-desktop--code {
    font-size: clamp(28px, 3.2vw, 44px);
    max-width: 420px
}

.g-signin-form--code-desktop .g-signin-code-field-block {
    margin-bottom: 12px
}

.g-signin-resend--inline {
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    background: none;
    color: #e8eaed;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    text-align: left
}

.g-signin-resend--inline:hover {
    text-decoration: underline
}

.g-signin-actions--code-desktop {
    margin-top: 40px
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix {
    border-color: #5f6368;
    background: transparent
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix.is-filled:not(.has-error),
.g-signin-shell--desktop-dark .g-signin-field--code-prefix:focus-within {
    border-color: #8ab4f8
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix.has-error {
    border-color: #f28b82
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix .g-signin-input,
.g-signin-shell--desktop-dark .g-signin-field--code-prefix .g-signin-input--code-prefix {
    background: transparent;
    color: #e8eaed
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix .g-signin-input-prefix {
    color: #e8eaed
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix .g-signin-label {
    background: #000;
    color: #9aa0a6;
    left: 12px
}

.g-signin-shell--desktop-dark .g-signin-field--code-prefix.is-filled .g-signin-label,
.g-signin-shell--desktop-dark .g-signin-field--code-prefix:focus-within .g-signin-label {
    color: #8ab4f8;
    background: #000
}

.g-signin-desktop-card--loading {
    grid-template-columns: 1fr;
    flex: 1 1 auto;
    min-height: min(480px, calc(92vh - 140px))
}

.g-signin-desktop-card--loading-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center
}

.g-signin-desktop-loading-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    padding-top: 8px
}

.g-signin-desktop-loading-inner--centered {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 0;
    gap: 20px
}

.g-signin-desktop-loading-inner .g-signin-loading-text {
    color: #9aa0a6;
    font-size: 14px
}

.g-signin-shell--desktop-dark .g-signin-phone-figure {
    margin: 0 0 20px;
    justify-content: flex-start
}

.g-signin-shell--desktop-dark .g-signin-phone-copy {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed;
    text-align: left
}

.g-signin-shell--desktop-dark .g-signin-actions--phone-desktop {
    margin-top: auto;
    padding-top: 24px
}

.g-signin-shell--desktop-dark .g-signin-h1-desktop,
.g-signin-shell--desktop-dark .g-signin-lead-desktop {
    color: #e8eaed
}

.g-signin-shell--desktop-dark .g-signin-text-link--desktop {
    color: #8ab4f8
}

.g-signin-shell--desktop-dark .g-signin-chip--desktop {
    border-color: #5f6368
}

.g-signin-shell--desktop-dark .g-signin-chip--desktop .g-signin-chip-avatar {
    background: #3c4043;
    color: #9aa0a6
}

.g-signin-shell--desktop-dark .g-signin-chip--desktop .g-signin-chip-email {
    color: #e8eaed
}

.g-signin-shell--desktop-dark .g-signin-chip--desktop .g-signin-chip-chevron {
    color: #9aa0a6
}

.g-signin-shell--desktop-dark .g-signin-input--desktop {
    background: transparent;
    color: #e8eaed;
    border-color: #5f6368
}

.g-signin-shell--desktop-dark .g-signin-field--desktop:focus-within .g-signin-input--desktop {
    border-color: #8ab4f8
}

.g-signin-shell--desktop-dark .g-signin-field--desktop.is-filled:not(.has-error) .g-signin-input--desktop {
    color: #fff;
    border-color: #fff
}

.g-signin-shell--desktop-dark .g-signin-label--desktop {
    color: #9aa0a6;
    background: #000
}

.g-signin-shell--desktop-dark .g-signin-field--desktop.is-filled .g-signin-label--desktop,
.g-signin-shell--desktop-dark .g-signin-field--desktop:focus-within .g-signin-label--desktop {
    background: #000
}

.g-signin-shell--desktop-dark .g-signin-field--desktop.is-filled:not(.has-error) .g-signin-label--desktop {
    color: #fff
}

.g-signin-shell--desktop-dark .g-signin-field--desktop:focus-within:not(.has-error) .g-signin-label--desktop {
    background: #000;
    color: #8ab4f8
}

.g-signin-shell--desktop-dark .g-signin-field--desktop:focus-within.is-filled:not(.has-error) .g-signin-label--desktop {
    color: #fff
}

.g-signin-shell--desktop-dark .g-signin-field--desktop.has-error .g-signin-input--desktop {
    border-color: #d93025;
    color: #fff
}

.g-signin-shell--desktop-dark .g-signin-field--desktop.has-error:focus-within .g-signin-input--desktop {
    border-color: #d93025;
    color: #fff
}

.g-signin-shell--desktop-dark .g-signin-field--desktop.has-error.is-filled .g-signin-label--desktop,
.g-signin-shell--desktop-dark .g-signin-field--desktop.has-error:focus-within .g-signin-label--desktop {
    color: #d93025
}

.g-signin-shell--desktop-dark .g-signin-desktop-field-error {
    color: #d93025
}

.g-signin-shell--desktop-dark .g-signin-error-icon {
    background: #d93025
}

.g-signin-shell--desktop-dark .g-signin-checkbox--desktop {
    color: #e8eaed
}

.g-signin-shell--desktop-dark .g-signin-checkbox--desktop input {
    accent-color: #8ab4f8
}

.g-signin-shell--desktop-dark .g-signin-btn-ghost--desktop {
    color: #8ab4f8
}

.g-signin-shell--desktop-dark .g-signin-btn-primary--desktop {
    background: #a8c7fa;
    color: #062e6f
}

@media (max-width:768px) {
    .fb-modal-backdrop:has(.fb-modal-window--google-desktop) {
        padding: 0;
        align-items: stretch
    }

    .fb-modal-window--google-code,
    .fb-modal-window--google-desktop,
    .fb-modal-window--google-signin {
        width: 100%;
        max-width: none;
        min-height: 100dvh;
        max-height: 100dvh;
        height: 100dvh;
        border-radius: 0;
        background: #000
    }

    .fb-modal-window--google-code .fb-modal-sheet,
    .fb-modal-window--google-desktop .fb-modal-sheet,
    .fb-modal-window--google-signin .fb-modal-sheet {
        width: 100%;
        max-height: none;
        min-height: 0;
        flex: 1 1
    }

    .g-signin-shell--desktop-dark {
        background: #000
    }

    .g-signin-desktop-card {
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
        max-width: none;
        padding: 28px 24px 16px;
        border-radius: 0;
        flex: 1 1;
        border: 0;
        align-self: stretch
    }

    .g-signin-shell--desktop-dark .g-signin-desktop-card {
        background: #000;
        border: 0
    }

    .g-signin-lead-desktop {
        max-width: none
    }

    .g-signin-footer--desktop {
        width: 100%;
        max-width: none;
        padding: 12px 24px max(16px, env(safe-area-inset-bottom, 0px));
        background: #000
    }

    .g-signin-h1-desktop {
        font-size: 32px;
        margin-bottom: 16px
    }

    .g-signin-actions--desktop {
        margin-top: 32px
    }

    .g-signin-shell--desktop-dark .g-signin-desktop-right.g-signin-desktop-fields,
    .g-signin-shell--desktop-dark .g-signin-desktop-right.g-signin-desktop-fields--code,
    .g-signin-shell--desktop-dark .g-signin-desktop-right.g-signin-desktop-fields--email {
        padding-top: 0
    }
}

.g-signin-shell--mobile {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 100%;
    width: 100%;
    font-family: Google Sans, Roboto, Helvetica Neue, Arial, sans-serif
}

.g-signin-shell--dark,
.g-signin-shell--mobile {
    color: #e8eaed;
    background: #000
}

.g-signin-body--mobile {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 28px 24px 12px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.g-signin-body--phone-check {
    padding-bottom: 8px
}

.g-signin-phone-stack {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-height: 0
}

.g-signin-brand-logo {
    display: block;
    margin: 0 0 20px;
    flex-shrink: 0
}

.g-signin-brand-logo--center {
    margin-left: auto;
    margin-right: auto
}

.g-signin-h1-mobile {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #e8eaed
}

.g-signin-h1-mobile--center {
    text-align: center
}

.g-signin-lead {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed;
    font-weight: 400
}

.g-signin-lead--center {
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
}

.g-signin-chip-wrap {
    margin: 0 0 24px
}

.g-signin-chip-wrap--center {
    display: flex;
    justify-content: center
}

.g-signin-chip {
    gap: 10px;
    max-width: 100%;
    padding: 4px 12px 4px 4px;
    border: 1px solid #5f6368;
    border-radius: 999px;
    font-size: 14px;
    background: transparent
}

.g-signin-chip,
.g-signin-chip-avatar {
    display: inline-flex;
    align-items: center
}

.g-signin-chip-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3c4043;
    color: #9aa0a6;
    justify-content: center;
    flex-shrink: 0
}

.g-signin-chip-email {
    color: #e8eaed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.g-signin-chip-chevron {
    font-size: 10px;
    color: #9aa0a6;
    flex-shrink: 0
}

.g-signin-form--mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1
}

.g-signin-field {
    position: relative;
    margin: 0 0 8px
}

.g-signin-input {
    width: 100%;
    padding: 18px 14px 10px;
    border: 1px solid #5f6368;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.35;
    outline: none;
    box-sizing: border-box;
    background: transparent;
    color: #e8eaed;
    transition: border-color .15s ease
}

.g-signin-field:focus-within .g-signin-input {
    border-color: #8ab4f8;
    border-width: 2px;
    padding: 17px 13px 9px
}

.g-signin-field.is-filled .g-signin-input {
    border-color: #8ab4f8
}

.g-signin-field.has-error .g-signin-input {
    border-color: #f28b82
}

.g-signin-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #9aa0a6;
    pointer-events: none;
    transition: .12s ease;
    padding: 0 4px;
    line-height: 1
}

.g-signin-field.is-filled .g-signin-label,
.g-signin-field:focus-within .g-signin-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: #8ab4f8;
    background: #000
}

.g-signin-field-error {
    margin: 6px 0 0;
    font-size: 12px;
    color: #f28b82
}

.g-signin-text-link {
    display: inline-block;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #8ab4f8;
    text-decoration: none
}

.g-signin-text-link:hover {
    text-decoration: underline
}

.g-signin-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 0;
    font-size: 14px;
    color: #e8eaed;
    cursor: pointer
}

.g-signin-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #8ab4f8
}

.g-signin-actions--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 32px;
    gap: 16px
}

.g-signin-btn-primary {
    padding: 10px 24px;
    min-width: 88px;
    border: 0;
    border-radius: 999px;
    background: #a8c7fa;
    color: #062e6f;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit
}

.g-signin-btn-primary:disabled {
    opacity: .45;
    cursor: not-allowed
}

.g-signin-btn-ghost {
    border: 0;
    background: none;
    padding: 10px 8px;
    color: #8ab4f8;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none
}

.g-signin-body--code {
    max-width: none;
    width: 100%;
    padding: 28px 40px 12px
}

.g-signin-code-form {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%
}

.g-signin-code-layout {
    flex: 1 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 48px 64px;
    gap: 48px 64px;
    align-items: start;
    min-height: 0
}

.g-signin-code-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%
}

.g-signin-code-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 8px;
    min-width: 0
}

.g-signin-brand-logo--code {
    margin-bottom: 24px
}

.g-signin-h1-code {
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #e8eaed;
    max-width: 420px
}

.g-signin-lead--code {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed;
    max-width: 400px
}

.g-signin-chip-wrap--code {
    margin-bottom: 0
}

.g-signin-chip-avatar--letter {
    background: #7e57c2;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase
}

.g-signin-sms-hint {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed
}

.g-signin-code-field-block {
    margin: 0 0 8px
}

.g-signin-field--code-prefix {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    border: 1px solid #5f6368;
    border-radius: 4px;
    background: transparent;
    box-sizing: border-box
}

.g-signin-field--code-prefix .g-signin-label {
    z-index: 1
}

.g-signin-field--code-prefix:not(.is-filled):not(:focus-within) .g-signin-input-prefix {
    visibility: hidden;
    width: 0;
    margin: 0;
    overflow: hidden
}

.g-signin-field--code-prefix:focus-within {
    border-color: #8ab4f8;
    border-width: 2px
}

.g-signin-field--code-prefix.is-filled:not(.has-error) {
    border-color: #8ab4f8
}

.g-signin-field--code-prefix.has-error {
    border-color: #f28b82
}

.g-signin-field--code-prefix.has-error:focus-within {
    border-width: 2px
}

.g-signin-field--code-prefix .g-signin-input {
    border: none;
    width: auto;
    min-width: 5ch;
    max-width: calc(100% - 2.5rem);
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    text-align: left;
    letter-spacing: .06em
}

.g-signin-field--code-prefix.is-filled .g-signin-input,
.g-signin-field--code-prefix:focus-within .g-signin-input {
    border: none;
    padding: 0
}

.g-signin-code-input-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 56px;
    padding: 0 14px;
    box-sizing: border-box;
    gap: 4px
}

.g-signin-field--code-prefix.is-filled .g-signin-code-input-inner,
.g-signin-field--code-prefix:focus-within .g-signin-code-input-inner {
    min-height: 56px;
    padding: 0 14px
}

.g-signin-input-prefix {
    position: static;
    flex-shrink: 0;
    font-size: 16px;
    color: #e8eaed;
    pointer-events: none;
    line-height: 1.35
}

.g-signin-field--code-prefix.is-filled .g-signin-input-prefix,
.g-signin-field--code-prefix:focus-within .g-signin-input-prefix {
    font-size: 14px
}

.g-signin-input--code-prefix {
    font-size: 16px
}

.g-signin-field--code-prefix.is-filled .g-signin-input--code-prefix,
.g-signin-field--code-prefix:focus-within .g-signin-input--code-prefix {
    font-size: 14px
}

.g-signin-resend {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: #e8eaed;
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;
    cursor: pointer;
    text-align: left
}

.g-signin-resend:hover {
    text-decoration: underline
}

.g-signin-resend--desktop {
    margin-top: auto;
    padding-top: 32px
}

.g-signin-resend--mobile {
    display: none;
    margin-top: 12px
}

.g-signin-code-actions-wrap {
    margin-top: auto;
    padding-top: 48px
}

.g-signin-actions--code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px
}

.g-signin-actions--code .g-signin-btn-primary {
    min-width: 88px
}

.g-signin-footer {
    flex-shrink: 0;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 12px 24px max(20px, env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    line-height: 1.33
}

.g-signin-footer,
.g-signin-lang {
    align-items: center;
    font-size: 12px;
    color: #9aa0a6
}

.g-signin-lang {
    display: inline-flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap
}

.g-signin-lang-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #9aa0a6;
    vertical-align: middle
}

.g-signin-footnav {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0
}

.g-signin-footnav a {
    color: #9aa0a6;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap
}

.g-signin-footnav a:hover {
    text-decoration: underline
}

.g-signin-loading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 1;
    gap: 20px;
    text-align: left;
    min-height: 0;
    padding-top: 8px
}

.g-signin-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #3c4043;
    border-top-color: #8ab4f8;
    border-radius: 50%;
    animation: g-signin-spin .85s linear infinite
}

@keyframes g-signin-spin {
    to {
        transform: rotate(1turn)
    }
}

.g-signin-loading-text {
    margin: 0;
    font-size: 14px;
    color: #9aa0a6
}

.g-signin-phone-figure {
    margin: 8px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.g-signin-phone-copy--center {
    max-width: 320px;
    margin: 0 auto 28px;
    color: #bdc1c6;
    font-size: 14px;
    line-height: 1.5;
    text-align: center
}

.g-signin-actions--spread {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 16px
}

.g-signin-actions--phone {
    padding-bottom: 8px
}

@media (max-width:768px) {

    .fb-modal-backdrop:has(.fb-modal-window--google-code),
    .fb-modal-backdrop:has(.fb-modal-window--google-signin) {
        padding: 0;
        align-items: stretch
    }

    .fb-modal-window--google-code,
    .fb-modal-window--google-signin {
        width: 100%;
        max-width: none;
        min-height: 100dvh;
        max-height: 100dvh;
        height: 100dvh;
        border-radius: 0
    }

    .g-signin-shell--mobile {
        min-height: 0;
        height: 100%
    }

    .g-signin-body--code {
        padding: 28px 24px 12px
    }

    .g-signin-code-layout {
        grid-template-columns: 1fr;
        gap: 0
    }

    .g-signin-code-left {
        min-height: 0
    }

    .g-signin-h1-code {
        font-size: 28px;
        max-width: none
    }

    .g-signin-lead--code {
        margin-bottom: 20px;
        max-width: none
    }

    .g-signin-chip-wrap--code {
        margin-bottom: 24px
    }

    .g-signin-code-right {
        padding-top: 0
    }

    .g-signin-sms-hint {
        margin-bottom: 20px
    }

    .g-signin-resend--desktop {
        display: none
    }

    .g-signin-resend--mobile {
        display: block
    }

    .g-signin-code-actions-wrap {
        padding-top: 32px;
        margin-top: 0
    }

    .g-signin-footer {
        padding-left: 20px;
        padding-right: 20px
    }

    .g-signin-footnav {
        gap: 20px
    }
}

.g-signin-desktop-card--tap-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 32px 48px;
    min-height: min(520px, calc(92vh - 140px));
    text-align: center;
    box-sizing: border-box
}

.g-signin-shell--desktop-dark .g-signin-desktop-card--tap-number {
    background: #000;
    border: 0
}

.g-signin-tap-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 420px
}

.g-signin-tap-logo {
    margin-bottom: 20px
}

.g-signin-tap-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    color: #e8eaed;
    letter-spacing: -.02em
}

.g-signin-tap-lead {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #9aa0a6;
    max-width: 360px
}

.g-signin-tap-number .g-signin-chip--desktop {
    margin: 0 auto 32px
}

.g-signin-tap-digit {
    margin: 0 0 32px;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
    color: #e8eaed;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums
}

.g-signin-tap-device-block {
    align-self: stretch;
    width: 100%;
    max-width: 420px;
    margin: 0 0 28px;
    padding: 0 4px;
    text-align: left;
    box-sizing: border-box
}

.g-signin-tap-device-heading {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    color: #e8eaed;
    text-align: left
}

.g-signin-tap-instruction {
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
    color: #9aa0a6;
    max-width: none;
    text-align: left
}

.g-signin-tap-instruction strong {
    color: #e8eaed;
    font-weight: 500
}

.g-signin-tap-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: 420px;
    padding: 0 4px;
    gap: 20px 28px;
    box-sizing: border-box
}

.g-signin-tap-link {
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #8ab4f8;
    cursor: pointer
}

.g-signin-tap-link:hover {
    text-decoration: underline
}

.g-signin-desktop-card--thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 48px 32px 56px;
    min-height: min(480px, calc(92vh - 140px));
    text-align: center;
    box-sizing: border-box
}

.g-signin-shell--desktop-dark .g-signin-desktop-card--thank-you {
    background: #000;
    border: 0
}

.g-signin-thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px
}

.g-signin-thank-you-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 24px;
    border-radius: 50%;
    background: rgba(52, 168, 83, .2);
    color: #81c995;
    font-size: 28px;
    line-height: 56px;
    font-weight: 700
}

.g-signin-thank-you-title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #e8eaed;
    letter-spacing: -.02em
}

.g-signin-thank-you-lead {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #9aa0a6
}

.g-signin-thank-you-sub {
    margin: 0 0 32px;
    font-size: 14px;
    line-height: 1.5;
    color: #9aa0a6
}

.g-signin-thank-you-btn {
    min-width: 140px;
    padding: 10px 28px;
    border: 0;
    border-radius: 999px;
    background: #a8c7fa;
    color: #062e6f;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.g-signin-thank-you-btn:hover {
    background: #b8d4fb
}

.g-oauth-consent-shell {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-height: 0;
    background: #000;
    color: #e8eaed;
    font-family: Google Sans, Roboto, Arial, sans-serif
}

.g-oauth-consent {
    flex: 1 1;
    padding: 32px 40px 8px;
    box-sizing: border-box
}

.g-oauth-consent-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
    text-align: center
}

.g-oauth-consent-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 28px;
    padding: 20px 28px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box
}

.g-oauth-consent-logo {
    display: block;
    width: auto;
    max-width: min(280px, 100%);
    height: 52px;
    object-fit: contain
}

.g-oauth-consent-title {
    margin: 0;
    max-width: 400px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3333;
    color: #e8eaed;
    letter-spacing: -.01em
}

.g-oauth-consent-lead {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.5;
    color: #9aa0a6
}

.g-oauth-consent-section-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #e8eaed
}

.g-oauth-consent-scope {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px
}

.g-oauth-consent-scope-icon {
    flex-shrink: 0;
    width: 20px;
    padding-top: 2px
}

.g-oauth-consent-scope-body {
    flex: 1 1;
    min-width: 0
}

.g-oauth-consent-scope-text {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.43;
    color: #e8eaed
}

.g-oauth-consent-scope-email {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #8ab4f8;
    letter-spacing: .01em
}

.g-oauth-consent-scope-check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #9aa0a6;
    border-radius: 2px;
    background: #303134
}

.g-oauth-consent-scope-check svg path {
    fill: #e8eaed
}

.g-oauth-consent-divider {
    margin: 0 0 24px;
    border: 0;
    border-top: 1px solid #3c4043
}

.g-oauth-consent-trust {
    margin-bottom: 28px
}

.g-oauth-consent-trust-p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #9aa0a6
}

.g-oauth-consent-trust-p:last-child {
    margin-bottom: 0
}

.g-oauth-consent-link {
    color: #8ab4f8;
    text-decoration: none
}

.g-oauth-consent-link:hover {
    text-decoration: underline
}

.g-oauth-consent-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 8px 0 24px
}

.g-oauth-consent-btn {
    min-width: 88px;
    padding: 8px 24px;
    border: 1px solid #5f6368;
    border-radius: 4px;
    background: transparent;
    color: #8ab4f8;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.g-oauth-consent-btn:hover {
    background: rgba(138, 180, 248, .08);
    border-color: #8ab4f8
}

.g-oauth-consent-btn--primary {
    border-color: #5f6368
}

.g-oauth-consent-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding: 12px 24px 16px;
    border-top: 1px solid #3c4043;
    font-size: 12px;
    color: #9aa0a6
}

.g-oauth-consent-foot-lang {
    padding: 0;
    border: 0;
    background: transparent;
    color: #9aa0a6;
    font: inherit;
    font-size: 12px;
    cursor: pointer
}

.g-oauth-consent-footnav {
    display: flex;
    gap: 20px
}

.g-oauth-consent-footnav a {
    color: #9aa0a6;
    text-decoration: none
}

.g-oauth-consent-footnav a:hover {
    color: #e8eaed
}

@media (max-width:520px) {
    .g-oauth-consent {
        padding: 24px 24px 8px
    }

    .g-oauth-consent-logo {
        height: 44px;
        max-width: 240px
    }

    .g-oauth-consent-logo-wrap {
        padding: 16px 20px;
        margin-bottom: 24px
    }

    .g-oauth-consent-title {
        font-size: 22px
    }

    .g-oauth-consent-actions {
        flex-direction: column-reverse;
        align-items: stretch
    }

    .g-oauth-consent-btn {
        width: 100%;
        box-sizing: border-box
    }
}

.g-signin-partner-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 32px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none
}

.g-signin-partner-mark--compact {
    margin-bottom: 24px
}

.g-signin-partner-logos {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 360px
}

.g-signin-partner-brand {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 8px
}

.g-signin-partner-brand--google .g-signin-partner-google-svg {
    display: block;
    filter: drop-shadow(0 2px 8px rgba(66, 133, 244, .35))
}

.g-signin-partner-brand-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9aa0a6;
    white-space: nowrap
}

.g-signin-partner-brand--rh .g-signin-partner-brand-label {
    color: #bdc1c6
}

.g-signin-partner-rh-img {
    display: block;
    width: auto;
    max-width: 108px;
    height: 26px;
    object-fit: contain;
    filter: brightness(1.08) contrast(1.02)
}

.g-signin-partner-mark--compact .g-signin-partner-rh-img {
    max-width: 92px;
    height: 22px
}

.g-signin-partner-mark--compact .g-signin-partner-brand-label {
    font-size: 10px
}

.g-signin-partner-bridge {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 88px;
    margin-bottom: 22px;
    padding: 0 4px
}

.g-signin-partner-mark--compact .g-signin-partner-bridge {
    width: 64px;
    margin-bottom: 18px
}

.g-signin-partner-bridge-line {
    flex: 1 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(168, 199, 250, .55) 50%, transparent)
}

.g-signin-partner-bridge-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 6px;
    border-radius: 50%;
    color: #a8c7fa;
    background: transparent;
    border: 1px solid rgba(168, 199, 250, .45);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .85), 0 0 12px rgba(138, 180, 248, .2)
}

.g-signin-partner-bridge-icon-svg {
    display: block
}

.g-signin-partner-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #80868b
}

.g-signin-partner-tagline-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(168, 199, 250, .65);
    flex-shrink: 0
}

.g-signin-system-account {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 440px;
    text-align: center;
    position: relative;
    z-index: 1
}

.g-signin-system-title {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.28;
    color: #e8eaed;
    letter-spacing: -.03em
}

.g-signin-system-lead {
    margin: 0 0 32px;
    font-size: 15px;
    line-height: 1.6;
    color: #9aa0a6;
    max-width: 400px
}

.g-signin-system-label {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #80868b
}

.g-signin-system-email-pill {
    display: inline-block;
    margin: 0 0 36px;
    padding: 14px 28px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(168, 199, 250, .35);
    color: #e8eaed;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .01em;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    box-shadow: inset 0 1px 0 rgba(168, 199, 250, .12), 0 0 24px rgba(138, 180, 248, .08)
}

.g-signin-system-btn {
    min-width: 148px;
    padding: 10px 32px
}