/* (c) Haxter Corporation | HaxterSociety Business Account Sign-In | h27-hx26 */

.hxbizsignin_page {
    --hxbizsignin-text: #1f1f1f;
    --hxbizsignin-muted: #5f6368;
    --hxbizsignin-line: #d9dce3;
    --hxbizsignin-blue: #0067b8;
    --hxbizsignin-blue-hover: #005da6;
    --hxbizsignin-card: rgba(255, 255, 255, 0.94);
    --hxbizsignin-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
    --hxbizsignin-radius: 14px;

    min-height: calc(100vh - 74px);
    color: var(--hxbizsignin-text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 18% 76%, rgba(194, 232, 255, 0.72), transparent 24%),
        radial-gradient(circle at 78% 18%, rgba(239, 232, 255, 0.82), transparent 28%),
        radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.96), transparent 34%),
        linear-gradient(135deg, #eef6fb 0%, #fbf8ff 48%, #f8f9fb 100%);
    position: relative;
    overflow: hidden;
    padding: 82px 24px 72px;
}

.hxbizsignin_page * {
    box-sizing: border-box;
}

.hxbizsignin_page::before,
.hxbizsignin_page::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(60, 132, 210, 0.14);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
}

.hxbizsignin_page::before {
    width: 680px;
    height: 360px;
    left: -120px;
    bottom: -90px;
    border-radius: 42px;
    transform: rotate(-22deg);
}

.hxbizsignin_page::after {
    width: 760px;
    height: 460px;
    right: -160px;
    top: -120px;
    border-radius: 46px;
    transform: rotate(-8deg);
}

.hxbizsignin_shell {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 470px);
    gap: 42px;
    align-items: center;
}

.hxbizsignin_context {
    padding: 34px 10px;
}

.hxbizsignin_global_logo {
    width: min(430px, 88%);
    height: auto;
    display: block;
    margin-bottom: 54px;
}

.hxbizsignin_kicker {
    margin: 0 0 18px;
    color: var(--hxbizsignin-blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxbizsignin_context h1 {
    margin: 0;
    max-width: 720px;
    color: var(--hxbizsignin-text);
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.04;
    letter-spacing: -0.058em;
    font-weight: 600;
}

.hxbizsignin_context p {
    margin: 24px 0 0;
    max-width: 700px;
    color: var(--hxbizsignin-muted);
    font-size: 18px;
    line-height: 1.62;
}

.hxbizsignin_statement {
    max-width: 640px;
    margin-top: 30px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--hxbizsignin-line);
}

.hxbizsignin_statement strong,
.hxbizsignin_statement span {
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.hxbizsignin_statement strong {
    color: var(--hxbizsignin-text);
    font-weight: 600;
}

.hxbizsignin_statement span {
    margin-top: 4px;
    color: var(--hxbizsignin-muted);
}

.hxbizsignin_chips {
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hxbizsignin_chips span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--hxbizsignin-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--hxbizsignin-text);
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hxbizsignin_card {
    width: 100%;
    background: var(--hxbizsignin-card);
    border: 1px solid rgba(217, 220, 227, 0.95);
    border-radius: var(--hxbizsignin-radius);
    box-shadow: var(--hxbizsignin-shadow);
    padding: 36px 40px 34px;
    backdrop-filter: blur(22px);
}

.hxbizsignin_brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.hxbizsignin_brand img {
    width: 320px;
    max-width: 96%;
    height: auto;
    display: block;
}

.hxbizsignin_title {
    margin: 0;
    color: #242424;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
}

.hxbizsignin_subtitle {
    margin: 14px auto 0;
    color: var(--hxbizsignin-muted);
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.hxbizsignin_error {
    margin: 18px 0 22px;
    padding: 12px 14px;
    border: 1px solid #f5c2c7;
    border-radius: 3px;
    background: #fff5f5;
    color: #842029;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

.hxbizsignin_from_service {
    margin: 18px 0 22px;
    padding: 14px;
    border: 1px solid var(--hxbizsignin-line);
    background: rgba(255, 255, 255, 0.72);
}

.hxbizsignin_from_service strong,
.hxbizsignin_from_service span {
    display: block;
    font-size: 13px;
    line-height: 1.45;
}

.hxbizsignin_from_service strong {
    color: var(--hxbizsignin-text);
    font-weight: 600;
}

.hxbizsignin_from_service span {
    margin-top: 4px;
    color: var(--hxbizsignin-muted);
}

.hxbizsignin_form_group {
    margin-top: 18px;
}

.hxbizsignin_label {
    display: block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 13px;
    font-weight: 600;
}

.hxbizsignin_input {
    width: 100%;
    height: 42px;
    border: 1px solid #b9bec8;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    color: #242424;
    padding: 0 12px;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hxbizsignin_input::placeholder {
    color: #767b85;
}

.hxbizsignin_input:focus {
    border-color: var(--hxbizsignin-blue);
    box-shadow: 0 0 0 1px var(--hxbizsignin-blue);
    background: #ffffff;
}

.hxbizsignin_password_box {
    display: flex;
    align-items: center;
    border: 1px solid #b9bec8;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.hxbizsignin_password_box:focus-within {
    border-color: var(--hxbizsignin-blue);
    box-shadow: 0 0 0 1px var(--hxbizsignin-blue);
    background: #ffffff;
}

.hxbizsignin_password_box .hxbizsignin_input {
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

.hxbizsignin_toggle {
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--hxbizsignin-blue);
    padding: 0 12px;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.hxbizsignin_options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.hxbizsignin_checkbox {
    display: inline-flex;
    align-items: flex-start;
    gap: 9px;
    color: #343434;
    font-size: 13px;
    line-height: 1.45;
}

.hxbizsignin_checkbox input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    accent-color: var(--hxbizsignin-blue);
}

.hxbizsignin_actions {
    margin-top: 32px;
}

.hxbizsignin_button {
    width: 100%;
    min-height: 42px;
    border-radius: 3px;
    border: 0;
    background: var(--hxbizsignin-blue);
    color: #ffffff;
    padding: 0 22px;
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.hxbizsignin_button:hover {
    background: var(--hxbizsignin-blue-hover);
}

.hxbizsignin_page a,
.hxbizsignin_page a:visited,
.hxbizsignin_page a:active {
    color: var(--hxbizsignin-blue);
    font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    text-decoration: none;
    padding: 0;
    display: inline;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.hxbizsignin_page a:hover,
.hxbizsignin_page a:focus {
    color: var(--hxbizsignin-blue-hover);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxbizsignin_links {
    margin: 30px 0 0;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.hxbizsignin_links p {
    margin: 0;
}

.hxbizsignin_links p + p {
    margin-top: 10px;
}

.hxbizsignin_summary {
    margin: 34px auto 0;
    max-width: 620px;
    text-align: center;
    color: #1f1f1f;
}

.hxbizsignin_summary h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hxbizsignin_summary p {
    margin: 10px auto 0;
    max-width: 560px;
    color: var(--hxbizsignin-muted);
    font-size: 14px;
    line-height: 1.48;
}

.hxbizsignin_footer {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    color: #4f4f4f;
    font-size: 12px;
}

.hxbizsignin_footer a,
.hxbizsignin_footer a:visited,
.hxbizsignin_footer a:active {
    color: #5f6368;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.hxbizsignin_footer a:hover,
.hxbizsignin_footer a:focus {
    color: #1f1f1f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1080px) {
    .hxbizsignin_shell {
        grid-template-columns: 1fr;
        width: min(720px, 100%);
    }

    .hxbizsignin_context {
        text-align: center;
        padding: 0;
    }

    .hxbizsignin_global_logo {
        margin-left: auto;
        margin-right: auto;
    }

    .hxbizsignin_context h1,
    .hxbizsignin_context p,
    .hxbizsignin_statement {
        margin-left: auto;
        margin-right: auto;
    }

    .hxbizsignin_chips {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .hxbizsignin_page {
        min-height: calc(100vh - 64px);
        padding: 48px 18px 52px;
    }

    .hxbizsignin_card {
        padding: 30px 24px 28px;
    }

    .hxbizsignin_context h1 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: clamp(34px, 9vw, 44px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        font-weight: 500;
        text-wrap: balance;
    }

    .hxbizsignin_context p {
        font-size: 16px;
        line-height: 1.62;
    }

    .hxbizsignin_brand img {
        width: 250px;
        max-width: 92%;
    }

    .hxbizsignin_title {
        font-size: 25px;
    }

    .hxbizsignin_options {
        align-items: flex-start;
        flex-direction: column;
    }

    .hxbizsignin_summary {
        margin-top: 28px;
    }

    .hxbizsignin_summary h2 {
        font-size: 22px;
    }

    .hxbizsignin_summary p {
        font-size: 13px;
    }

    .hxbizsignin_footer {
        gap: 16px;
    }
}