:root {
    --navy: #0c263a;
    --navy2: #123d59;
    --teal: #198f89;
    --teal2: #0f7772;
    --teal-rgb: 22, 135, 196;
    --navy-rgb: 11, 42, 63;
    --gold: #c49a49;
    --bg: #f5f8fa;
    --muted: #6d7b87;
    --soft: #f3f7f9;
    --bs-body-color: #182735;
    --bs-border-color: #dce5ea;
    --bs-body-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
:focus-visible {
    outline: none;
}
body {
    background-color: #edf3f6;
    min-height: 100vh;
}
a {
    color: var(--teal2);
    font-weight: 700;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.auth-main {
    display: grid;
    grid-template-columns: minmax(380px, 1.12fr) minmax(420px, .88fr);
    min-height: 100vh;
}
.auth-feature {
    position: relative;
    overflow: hidden;
    padding: 52px clamp(40px, 6vw, 92px);
    color: var(--bs-white);
    background: linear-gradient(145deg, var(--navy) 0%, #103650 55%, #0c2a40 100%);
}
.auth-feature::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -280px;
    bottom: -330px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 75px rgba(255, 255, 255, .025), 0 0 0 150px rgba(255, 255, 255, .02);
}
.auth-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 11px 15px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    width: 320px;
}
.auth-content {
    position: relative;
    z-index: 1;
    margin-top: clamp(84px, 13vh, 150px);
    max-width: 610px;
}
.auth-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid rgba(126, 201, 237, .3);
    border-radius: 99px;
    background: rgba(24, 135, 196, .12);
    color: #a8ddf5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.auth-heading {
    margin: 21px 0 17px;
    font-size: clamp(40px, 5vw, 67px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.auth-lede {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, .73);
    font-size: 17px;
    line-height: 1.7;
}
.auth-tools {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 650px;
    margin-top: 54px;
}
.auth-tool {
    padding: 19px 17px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(8px);
}
.auth-tool svg {
    width: 22px;
    height: 22px;
    margin-bottom: 12px;
    color: #7fc9ec;
}
.auth-tool strong {
    display: block;
    font-size: 13px;
}
.auth-tool span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .54);
    font-size: 11px;
    line-height: 1.4;
}
.auth-login {
    display: grid;
    place-items: center;
    padding: 46px clamp(28px, 6vw, 85px);
    position: relative;
    background: linear-gradient(160deg, var(--bs-white) 0%, var(--bg) 100%);
}
.auth-login-content {
    width: min(100%, 470px);
}
.auth-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.auth-label::before {
    content: "";
    width: 29px;
    height: 2px;
    background: var(--gold);
}
.auth-title {
    color: var(--navy);
    font-size: 34px;
    letter-spacing: -.035em;
}
.auth-subtitle {
    margin: 10px 0 33px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
}
.auth-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 23px 0 0;
    color: #75838d;
    font-size: 12px;
}
.auth-security svg {
    width: 15px;
    color: var(--gold);
}
.auth-help {
    margin-top: 31px;
    padding-top: 24px;
    border-top: 1px solid #dde6eb;
    color: #75838d;
    text-align: center;
    font-size: 12px;
}
.auth-help a {
    font-size: 12px;
    white-space: nowrap;
}
.auth-note {
    position: absolute;
    right: 28px;
    bottom: 24px;
    color: #93a0a9;
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
}
@media(max-width:991.98px) {
    .auth-main {
        grid-template-columns: 1fr;
    }
    .auth-feature {
        min-height: auto;
        padding: 30px 26px 44px;
        text-align: center;
    }
    .auth-content {
        margin: 50px auto 0;
        text-align: center;
    }
    .auth-pill {
        margin: auto;
    }
    .auth-lede {
        margin: auto;
    }
    .auth-tools {
        margin: 34px auto 0;
    }
    .auth-login {
        padding: 48px 24px;
    }
    .auth-note {
        display: none;
    }
}
@media(max-width:767.98px) {
    .auth-feature {
        padding-bottom: 30px;
    }
    .auth-content {
        margin-top: 36px;
    }
    .auth-heading {
        font-size: 36px;
    }
    .auth-lede {
        display: none;
    }
    .auth-tools {
        grid-template-columns: 1fr 1fr;
    }
    .auth-tool:last-child {
        display: none;
    }
    .auth-brand {
        width: min(285px, 72vw);
    }
    .auth-login {
        padding: 38px 20px;
    }
}