:root {
    --gbnt-navy: #071b34;
    --gbnt-navy-2: #0d2d57;
    --gbnt-blue: #246bfd;
    --gbnt-cyan: #20c7e8;
    --gbnt-amber: #ffb020;
    --gbnt-ink: #172033;
    --gbnt-muted: #68758a;
    --gbnt-line: #e1e8f2;
    --gbnt-bg: #f4f7fb;
    --gbnt-card: #ffffff;
    --gbnt-radius: 22px;
    --gbnt-shadow: 0 24px 70px rgba(8, 31, 64, 0.12);
    --gbnt-font: "Segoe UI Variable Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: var(--gbnt-ink);
    background: var(--gbnt-bg);
    font-family: var(--gbnt-font);
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: auto;
    font-synthesis: none;
    font-kerning: normal;
}

body.gbn-portal-page {
    overflow-x: hidden;
    background: #f4f7fb;
}

body.gbn-portal-page #wpadminbar {
    position: fixed;
}

.gbn-portal-root,
.gbn-portal-root > .gbn-v3-full-bleed {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.gbn-portal-root > .gbn-v3-full-bleed {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gbn-portal-page .gbn-v3-shell {
    --gbn-navy: #071b34;
    --gbn-navy2: #0d2d57;
    --gbn-blue: #246bfd;
    --gbn-blue2: #eaf1ff;
    --gbn-gold: #ffb020;
    --gbn-bg: #f4f7fb;
    --gbn-border: #e1e8f2;
    --gbn-shadow: 0 18px 48px rgba(8, 31, 64, 0.085);
    --gbn-radius: 22px;
    width: 100%;
    max-width: none;
    margin: 0;
}

.gbn-portal-page .gbn-v3-sidebar {
    background:
        radial-gradient(circle at 18% 4%, rgba(32, 199, 232, 0.24), transparent 24%),
        linear-gradient(180deg, #071b34 0%, #09264a 58%, #06172c 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 20px 0 55px rgba(5, 24, 49, 0.12);
}

.gbn-portal-page .gbn-v3-logo {
    position: relative;
}

.gbn-portal-page .gbn-v3-logo::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 5px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--gbnt-amber);
    box-shadow: 0 0 0 6px rgba(255, 176, 32, 0.12);
}

.gbn-portal-page .gbn-v3-logo span span {
    color: #55c8ff;
}

.gbn-portal-page .gbn-v3-nav a {
    border: 1px solid transparent;
}

.gbn-portal-page .gbn-v3-nav a:hover,
.gbn-portal-page .gbn-v3-nav a.is-active {
    background: linear-gradient(90deg, rgba(36, 107, 253, 0.32), rgba(32, 199, 232, 0.12));
    border-color: rgba(111, 190, 255, 0.2);
    box-shadow: inset 3px 0 0 #55c8ff;
}

.gbn-portal-page .gbn-v3-plan-card {
    background:
        radial-gradient(circle at 95% 0%, rgba(255, 176, 32, 0.22), transparent 32%),
        linear-gradient(145deg, #123766, #0b2a51);
}

.gbn-portal-page .gbn-v3-topbar {
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(209, 220, 235, 0.9);
    box-shadow: 0 8px 26px rgba(8, 31, 64, 0.045);
}

.gbn-portal-page .gbn-v3-card,
.gbn-portal-page .gbn-v3-stat,
.gbn-portal-page .gbn-v3-module-card,
.gbn-portal-page .gbn-v3-plan,
.gbn-portal-page .gbn-v3-pastbid-simple-choice .gbn-v3-choice-card {
    box-shadow: 0 18px 48px rgba(8, 31, 64, 0.075);
}

.gbn-portal-page .gbn-v3-card,
.gbn-portal-page .gbn-v3-stat,
.gbn-portal-page .gbn-v3-module-card,
.gbn-portal-page .gbn-v3-plan {
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gbn-portal-page .gbn-v3-stat:hover,
.gbn-portal-page .gbn-v3-module-card:hover {
    transform: translateY(-2px);
    border-color: #c7d8f3;
    box-shadow: 0 22px 60px rgba(8, 31, 64, 0.11);
}

.gbn-portal-page .gbn-v3-hero {
    background:
        radial-gradient(circle at 88% 12%, rgba(32, 199, 232, 0.72) 0, rgba(32, 199, 232, 0.08) 24%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(255, 176, 32, 0.18), transparent 34%),
        linear-gradient(135deg, #071b34 0%, #123d73 62%, #1658c4 100%);
}

.gbn-portal-page .gbn-v3-btn-primary {
    background: linear-gradient(135deg, #246bfd, #1755d1);
    box-shadow: 0 14px 30px rgba(36, 107, 253, 0.24);
}

.gbn-portal-page .gbn-v3-btn-primary:hover {
    box-shadow: 0 18px 38px rgba(36, 107, 253, 0.3);
}

.gbn-portal-page input,
.gbn-portal-page select,
.gbn-portal-page textarea,
.gbn-portal-page button {
    font-family: var(--gbnt-font);
}

.gbn-portal-page :focus-visible {
    outline: 3px solid rgba(32, 199, 232, 0.42);
    outline-offset: 2px;
}

/* Logged-out portal gate */
.gbn-portal-page .gbn-v3-login {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 15%, rgba(32, 199, 232, 0.2), transparent 26%),
        radial-gradient(circle at 90% 86%, rgba(255, 176, 32, 0.16), transparent 25%),
        linear-gradient(135deg, #06172c 0%, #0b315e 58%, #0e4ca3 100%);
}

.gbn-portal-page .gbn-v3-login::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border: 72px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    right: -180px;
    top: -190px;
}

.gbn-portal-page .gbn-v3-login > div {
    position: relative;
    z-index: 2;
    width: min(92vw, 590px);
    max-width: 590px;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 35px 100px rgba(1, 16, 35, 0.34);
}

.gbn-portal-page .gbn-v3-login > div::before {
    content: "GovBID NATION";
    display: inline-flex;
    margin-bottom: 22px;
    color: #246bfd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.17em;
}

.gbn-portal-page .gbn-v3-message {
    width: min(92vw, 590px);
    min-height: 0;
    margin: 12vh auto;
    display: block;
    padding: 46px;
    border: 1px solid var(--gbnt-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 35px 100px rgba(1, 16, 35, 0.18);
    text-align: center;
}

.gbn-portal-page .gbn-v3-message::before {
    content: "GovBID NATION";
    display: block;
    margin-bottom: 22px;
    color: #246bfd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.17em;
}

.gbn-portal-page .gbn-v3-login h2 {
    margin-bottom: 13px;
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.02;
    letter-spacing: -1.5px;
}

.gbn-portal-page .gbn-v3-login p,
.gbn-portal-page .gbn-v3-message p {
    color: #627088;
    font-size: 16px;
    line-height: 1.7;
}

.gbn-portal-page .gbn-v3-login .gbn-v3-btn {
    min-width: 160px;
    margin-top: 12px;
    padding: 14px 24px;
}

/* Admin bar offsets */
body.admin-bar.gbn-portal-page .gbn-v3-sidebar {
    top: 32px;
    min-height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
}

body.admin-bar.gbn-portal-page .gbn-v3-topbar {
    top: 32px;
}

/* Standard non-portal shell */
.gbn-theme-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.gbn-theme-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(225, 232, 242, 0.9);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
}

.gbn-theme-header__inner,
.gbn-theme-footer__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.gbn-theme-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.gbn-theme-brand {
    color: var(--gbnt-navy);
    text-decoration: none;
    line-height: 1;
}

.gbn-theme-brand__word {
    display: block;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.gbn-theme-brand__word span {
    color: var(--gbnt-blue);
}

.gbn-theme-brand small {
    display: block;
    margin-top: 5px;
    color: #71809a;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.gbn-theme-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.gbn-theme-nav ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gbn-theme-nav a {
    color: #33425a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.gbn-theme-header__button,
.gbn-theme-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 19px;
    border: 0;
    border-radius: 14px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--gbnt-blue), #1553cf);
    box-shadow: 0 14px 30px rgba(36, 107, 253, 0.22);
    text-decoration: none;
    font-weight: 700;
}

.gbn-theme-button--ghost {
    color: var(--gbnt-navy) !important;
    background: #fff;
    border: 1px solid var(--gbnt-line);
    box-shadow: none;
}

.gbn-theme-menu-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gbnt-line);
    border-radius: 13px;
    background: #fff;
    color: var(--gbnt-navy);
    font-size: 20px;
}

.gbn-theme-main {
    flex: 1;
}

.gbn-theme-content,
.gbn-theme-empty {
    width: min(920px, calc(100% - 40px));
    margin: 72px auto;
}

.gbn-theme-article,
.gbn-theme-empty {
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid var(--gbnt-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--gbnt-shadow);
}

.gbn-theme-article h1,
.gbn-theme-empty h1,
.gbn-theme-welcome h1,
.gbn-theme-plugin-required h1 {
    margin: 0 0 18px;
    color: var(--gbnt-navy);
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.gbn-theme-article h1 a {
    color: inherit;
    text-decoration: none;
}

.gbn-theme-entry {
    color: #4d5b70;
    font-size: 17px;
    line-height: 1.75;
}

.gbn-theme-entry img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.gbn-theme-kicker {
    margin: 0 0 14px;
    color: var(--gbnt-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.gbn-theme-welcome {
    width: min(1220px, calc(100% - 40px));
    min-height: calc(100vh - 156px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 64px;
    padding: 72px 0;
}

.gbn-theme-welcome__copy > p:not(.gbn-theme-kicker) {
    max-width: 680px;
    color: var(--gbnt-muted);
    font-size: 18px;
    line-height: 1.7;
}

.gbn-theme-welcome__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.gbn-theme-welcome__visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 18% 18%, rgba(32, 199, 232, 0.35), transparent 26%),
        radial-gradient(circle at 88% 84%, rgba(255, 176, 32, 0.22), transparent 25%),
        linear-gradient(145deg, #06172c, #0c3a70 70%, #1558bf);
    box-shadow: 0 40px 100px rgba(5, 29, 60, 0.24);
}

.gbn-theme-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.gbn-theme-orbit--one {
    width: 390px;
    height: 390px;
}

.gbn-theme-orbit--two {
    width: 270px;
    height: 270px;
    border-width: 42px;
    border-color: rgba(255, 255, 255, 0.055);
}

.gbn-theme-visual-card {
    position: relative;
    z-index: 2;
    width: min(78%, 390px);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 70px rgba(1, 15, 33, 0.28);
}

.gbn-theme-visual-card small,
.gbn-theme-visual-card strong {
    display: block;
}

.gbn-theme-visual-card small {
    color: #bdeeff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gbn-theme-visual-card strong {
    margin-top: 12px;
    font-size: 34px;
    line-height: 1.05;
}

.gbn-theme-visual-card div {
    display: grid;
    gap: 9px;
    margin-top: 28px;
}

.gbn-theme-visual-card i {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.gbn-theme-visual-card i:nth-child(1) { width: 92%; }
.gbn-theme-visual-card i:nth-child(2) { width: 70%; background: rgba(32, 199, 232, 0.62); }
.gbn-theme-visual-card i:nth-child(3) { width: 82%; background: rgba(255, 176, 32, 0.62); }

.gbn-theme-footer {
    border-top: 1px solid var(--gbnt-line);
    background: #fff;
}

.gbn-theme-footer__inner {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.gbn-theme-footer p {
    margin: 5px 0 0;
    color: var(--gbnt-muted);
}

.gbn-theme-footer small {
    color: var(--gbnt-muted);
}

.gbn-theme-plugin-required {
    width: min(92vw, 660px);
    margin: 10vh auto;
    padding: clamp(30px, 6vw, 58px);
    border: 1px solid var(--gbnt-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--gbnt-shadow);
    text-align: center;
}

.gbn-theme-plugin-required__mark {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--gbnt-blue), var(--gbnt-cyan));
    font-size: 30px;
    font-weight: 700;
}

.gbn-skip-link {
    position: fixed;
    top: -100px;
    left: 16px;
    z-index: 999999;
    padding: 12px 16px;
    border-radius: 10px;
    color: #fff;
    background: var(--gbnt-navy);
}

.gbn-skip-link:focus {
    top: 16px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    clip: auto !important;
    clip-path: none;
    height: auto;
    width: auto;
}

@media (max-width: 1180px) {
    .gbn-theme-welcome {
        grid-template-columns: 1fr;
    }

    .gbn-theme-welcome__visual {
        min-height: 430px;
    }
}

@media (max-width: 782px) {
    body.admin-bar.gbn-portal-page .gbn-v3-sidebar {
        top: 46px;
        min-height: calc(100vh - 46px);
        max-height: calc(100vh - 46px);
    }

    body.admin-bar.gbn-portal-page .gbn-v3-topbar {
        top: 46px;
    }

    .gbn-theme-menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .gbn-theme-nav {
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        left: 20px;
        right: 20px;
        padding: 18px;
        border: 1px solid var(--gbnt-line);
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--gbnt-shadow);
    }

    .gbn-theme-nav.is-open {
        display: grid;
        gap: 14px;
    }

    .gbn-theme-nav ul {
        display: grid;
    }

    .gbn-theme-header__button {
        width: 100%;
    }

    .gbn-theme-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 28px 0;
    }
}

@media (max-width: 620px) {
    .gbn-portal-page .gbn-v3-login > div,
    .gbn-portal-page .gbn-v3-message {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .gbn-theme-header__inner,
    .gbn-theme-footer__inner,
    .gbn-theme-content,
    .gbn-theme-empty,
    .gbn-theme-welcome {
        width: min(100% - 28px, 1180px);
    }

    .gbn-theme-welcome {
        padding: 44px 0;
    }

    .gbn-theme-welcome__visual {
        min-height: 340px;
        border-radius: 28px;
    }

    .gbn-theme-visual-card {
        padding: 22px;
    }

    .gbn-theme-visual-card strong {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* GovBID Nation dedicated front-end authentication experience. */
body.gbn-auth-page,
body.gbn-auth-canvas {
    min-height: 100vh;
    margin: 0;
    background: #07172d;
}

body.gbn-auth-page #wpadminbar {
    display: none !important;
}

html:has(body.gbn-auth-page) {
    margin-top: 0 !important;
}

.gbn-auth-root,
.gbn-auth-root > .gbn-auth-shell {
    min-height: 100vh;
}

.gbn-auth-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    overflow: hidden;
    color: #eef7ff;
    background:
        radial-gradient(circle at 13% 14%, rgba(41, 205, 234, 0.25), transparent 28%),
        radial-gradient(circle at 78% 87%, rgba(255, 176, 32, 0.15), transparent 25%),
        linear-gradient(135deg, #06162b 0%, #0a315d 52%, #1554b5 100%);
}

.gbn-auth-shell::before,
.gbn-auth-shell::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    pointer-events: none;
}

.gbn-auth-shell::before {
    width: 560px;
    height: 560px;
    left: -230px;
    bottom: -330px;
    box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015);
}

.gbn-auth-shell::after {
    width: 330px;
    height: 330px;
    top: -170px;
    right: 34%;
    box-shadow: 0 0 0 55px rgba(32,199,232,.025);
}

.gbn-auth-brand-panel,
.gbn-auth-form-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: clamp(42px, 7vw, 108px);
}

.gbn-auth-brand-panel {
    max-width: 760px;
}

.gbn-auth-brand {
    display: inline-flex;
    width: fit-content;
    flex-direction: column;
    margin-bottom: clamp(54px, 9vh, 110px);
    line-height: .86;
}

.gbn-auth-brand > span {
    font-size: clamp(35px, 4vw, 55px);
    font-weight: 700;
    letter-spacing: -2.4px;
}

.gbn-auth-brand > span > span {
    color: #28d0ee;
}

.gbn-auth-brand small {
    margin-top: 10px;
    color: #b9eefa;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .28em;
}

.gbn-auth-eyebrow {
    margin: 0 0 12px;
    color: #63dbf1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.gbn-auth-brand-panel h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5.3vw, 78px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .98;
}

.gbn-auth-brand-panel > p:not(.gbn-auth-eyebrow) {
    max-width: 650px;
    margin: 26px 0 0;
    color: #c7d9ec;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.65;
}

.gbn-auth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.gbn-auth-points span {
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color: #eaf8ff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.gbn-auth-form-panel {
    align-items: center;
    background: rgba(4,18,36,.18);
    backdrop-filter: blur(3px);
}

.gbn-auth-card {
    width: min(100%, 500px);
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 30px;
    background: rgba(255,255,255,.975);
    color: #12233b;
    box-shadow: 0 40px 100px rgba(0,11,28,.36);
}

.gbn-auth-card-head {
    margin-bottom: 28px;
}

.gbn-auth-card-head h2 {
    margin: 0;
    color: #0a1d36;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.06;
}

.gbn-auth-card-head > p:last-child {
    margin: 13px 0 0;
    color: #66768c;
    font-size: 15px;
    line-height: 1.55;
}

.gbn-auth-form {
    display: grid;
    gap: 19px;
}

.gbn-auth-form label:not(.gbn-auth-remember) {
    display: grid;
    gap: 8px;
}

.gbn-auth-form label > span {
    color: #26384f;
    font-size: 13px;
    font-weight: 700;
}

.gbn-auth-form input[type="text"],
.gbn-auth-form input[type="password"],
.gbn-auth-form input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid #d6e0ec;
    border-radius: 14px;
    outline: none;
    background: #f7f9fc;
    color: #10213a;
    font: inherit;
    font-size: 16px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.gbn-auth-form input:focus {
    border-color: #21c5e4;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(33,197,228,.14);
}

.gbn-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: -2px;
}

.gbn-auth-row a,
.gbn-auth-switch {
    color: #155fd5;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.gbn-auth-row a:hover,
.gbn-auth-switch:hover {
    text-decoration: underline;
}

.gbn-auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.gbn-auth-remember input {
    width: 17px;
    height: 17px;
    accent-color: #246bfd;
}

.gbn-auth-submit {
    min-height: 54px;
    margin-top: 3px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #286fff, #1452c9);
    box-shadow: 0 16px 34px rgba(36,107,253,.26);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.gbn-auth-submit:hover,
.gbn-auth-submit:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 19px 40px rgba(36,107,253,.32);
}

.gbn-auth-notice {
    margin: 0 0 20px;
    padding: 13px 15px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.gbn-auth-notice.is-error {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #a9152c;
}

.gbn-auth-notice.is-success {
    border: 1px solid #b7ebca;
    background: #edfdf3;
    color: #12663a;
}

.gbn-auth-switch {
    display: inline-block;
    margin-top: 22px;
}

.gbn-auth-help {
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e5ebf2;
    color: #8190a3;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 980px) {
    .gbn-auth-shell {
        grid-template-columns: 1fr;
    }

    .gbn-auth-brand-panel {
        min-height: auto;
        padding: 46px 28px 24px;
    }

    .gbn-auth-brand {
        margin-bottom: 42px;
    }

    .gbn-auth-brand-panel h1 {
        max-width: 720px;
        font-size: clamp(40px, 8vw, 66px);
    }

    .gbn-auth-form-panel {
        min-height: auto;
        padding: 24px 28px 56px;
    }
}

@media (max-width: 560px) {
    .gbn-auth-brand-panel {
        padding: 34px 20px 18px;
    }

    .gbn-auth-brand {
        margin-bottom: 32px;
    }

    .gbn-auth-brand-panel > p:not(.gbn-auth-eyebrow),
    .gbn-auth-points {
        display: none;
    }

    .gbn-auth-form-panel {
        padding: 18px 16px 38px;
    }

    .gbn-auth-card {
        padding: 28px 22px;
        border-radius: 23px;
    }

    .gbn-auth-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}


/* v1.2.0: use the supplied GovBID Nation logo and favor crisp native font rendering. */
.gbn-portal-page .gbn-v3-logo::after { display:none; }
.gbn-portal-page .gbn-v3-logo img {
    display:block;
    width:100%;
    max-width:238px;
    height:auto;
    margin:0 auto;
    padding:8px 10px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.gbn-portal-page .gbn-v3-topbar,
.gbn-theme-header {
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
}
.gbn-auth-form-panel,
.gbn-auth-points span {
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
}
.gbn-auth-brand {
    display:block;
    width:min(100%,320px);
    margin-bottom:clamp(46px,8vh,92px);
    line-height:1;
}
.gbn-auth-brand img {
    display:block;
    width:100%;
    height:auto;
    padding:12px 14px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,10,28,.24);
}
.gbn-portal-page .gbn-v3-shell,
.gbn-portal-page .gbn-v3-shell input,
.gbn-portal-page .gbn-v3-shell select,
.gbn-portal-page .gbn-v3-shell textarea,
.gbn-portal-page .gbn-v3-shell button,
.gbn-auth-shell,
.gbn-auth-shell input,
.gbn-auth-shell button {
    font-family:var(--gbnt-font);
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto;
    text-rendering:auto;
    font-synthesis:none;
    font-kerning:normal;
}
