html {
    margin-top: 0 !important;
    min-height: 100%;
    background: #030405 !important;
}

body {
    background: #030405 !important;
    overflow-x: clip;
}

body:has(.cox-student-portal),
body:has(.cox-student-portal) #page,
body:has(.cox-student-portal) .site,
body:has(.cox-student-portal) .site-content,
body:has(.cox-student-portal) .content-area,
body:has(.cox-student-portal) #content,
body:has(.cox-student-portal) .entry-content,
body:has(.cox-student-portal) .page-content,
body:has(.cox-student-portal) .elementor,
body:has(.cox-student-portal) .elementor-section-wrap,
body:has(.cox-student-portal) .elementor-widget-wrap,
body:has(.cox-student-portal) .elementor-widget-container,
body:has(.cox-student-portal) .e-con,
body:has(.cox-student-portal) .e-con-inner {
    background: #030405 !important;
}

#wpadminbar {
    display: none !important;
}

.cox-student-portal {
    --cox-red: #ed1c24;
    --cox-red-bright: #ed1c24;
    --cox-red-soft: #ed1c24;
    --cox-white: #ffffff;
    --cox-muted: #a6abb6;
    --cox-border: rgba(255, 255, 255, .13);
    --cox-panel: rgba(13, 16, 23, .72);
    --cox-panel-strong: rgba(16, 19, 27, .84);
    --cox-heading: Rajdhani, Inter, ui-sans-serif, system-ui, sans-serif;
    --cox-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    margin: 0 0 -2px;
    padding: clamp(18px, 3vw, 38px);
    padding-bottom: max(clamp(18px, 3vw, 38px), calc(env(safe-area-inset-bottom, 0px) + 18px));
    overflow: clip;
    color: var(--cox-white);
    background:
        linear-gradient(135deg, rgba(237, 28, 36, .13), transparent 30%),
        linear-gradient(215deg, rgba(237, 28, 36, .18), transparent 36%),
        linear-gradient(135deg, #030405 0%, #0f1118 48%, #050607 100%);
    font-family: var(--cox-body);
    isolation: isolate;
}

.cox-student-portal,
.cox-student-portal * {
    box-sizing: border-box;
}

.cox-student-portal a,
.cox-student-portal button,
.cox-student-portal input {
    font-family: inherit;
}

.cox-student-grid-bg,
.cox-student-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -2;
}

.cox-student-grid-bg {
    background-image:
        linear-gradient(rgba(237, 28, 36, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(237, 28, 36, .08) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: .42;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.cox-student-particles {
    z-index: -1;
    overflow: hidden;
}

.cox-student-particles span {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background: var(--cox-red-soft);
    opacity: var(--o);
    box-shadow: 0 0 18px rgba(237, 28, 36, .72);
    animation: cox-student-particle var(--d) linear infinite;
    animation-delay: var(--delay);
}

@keyframes cox-student-particle {
    0% {
        transform: translate3d(0, 18px, 0) scale(.7);
        opacity: 0;
    }
    18% {
        opacity: var(--o);
    }
    70% {
        opacity: var(--o);
    }
    100% {
        transform: translate3d(18px, -70px, 0) scale(1.15);
        opacity: 0;
    }
}

.cox-student-shell,
.cox-student-login-shell,
.cox-student-message-card {
    width: min(100%, 1320px);
    margin: 0 auto;
}

.cox-student-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--cox-border);
    border-radius: 16px;
    background: rgba(7, 9, 14, .72);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
}

.cox-student-header {
    padding: 14px;
    margin-bottom: clamp(18px, 3vw, 34px);
}

.cox-student-brand {
    color: var(--cox-white);
}

.cox-student-brand,
.cox-student-actions,
.cox-student-message-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cox-student-brand span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    background: #000;
    box-shadow: 0 0 28px rgba(237, 28, 36, .2);
}

.cox-student-brand img {
    width: 31px;
    height: 31px;
    object-fit: contain;
    display: block;
}

.cox-student-brand strong {
    display: block;
    font-family: var(--cox-heading);
    font-size: 20px;
    line-height: 1;
}

.cox-student-brand small {
    display: block;
    margin-top: 4px;
    color: var(--cox-muted);
    font-size: 13px;
}

.cox-student-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cox-student-actions a,
.cox-student-message-actions a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 1px solid rgba(237, 28, 36, .62);
    border-radius: 10px;
    padding: 0 16px;
    overflow: hidden;
    background: rgba(237, 28, 36, .14);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.cox-student-actions a::before,
.cox-student-message-actions a::before {
    content: "";
    position: absolute;
    inset: -40% auto -40% -60%;
    width: 44%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
    opacity: 0;
    transition: left .46s ease, opacity .46s ease;
}

.cox-student-actions a:hover,
.cox-student-actions a:focus-visible,
.cox-student-message-actions a:hover,
.cox-student-message-actions a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(237, 28, 36, .95);
    background: linear-gradient(135deg, #ed1c24, #b90614);
    box-shadow: 0 16px 40px rgba(237, 28, 36, .34);
    outline: none;
}

.cox-student-actions a:hover::before,
.cox-student-actions a:focus-visible::before,
.cox-student-message-actions a:hover::before,
.cox-student-message-actions a:focus-visible::before {
    left: 126%;
    opacity: 1;
}

.cox-student-preview-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 209, 102, .36);
    border-radius: 12px;
    padding: 13px 15px;
    background: rgba(255, 209, 102, .09);
    color: #ffe9aa;
    font-weight: 800;
}

.cox-student-hero,
.cox-student-panel,
.cox-student-stat,
.cox-student-login-card,
.cox-student-message-card {
    border: 1px solid var(--cox-border);
    background: var(--cox-panel);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
}

.cox-student-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border-radius: 22px;
    padding: clamp(22px, 4vw, 44px);
}

.cox-student-kicker,
.cox-student-panel-head span,
.cox-student-stat small {
    display: block;
    margin: 0 0 8px;
    color: var(--cox-red-soft);
    font-family: var(--cox-heading);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.cox-student-hero h1,
.cox-student-panel h2,
.cox-student-login-card h1,
.cox-student-message-card h1 {
    margin: 0;
    color: var(--cox-white);
    font-family: var(--cox-heading);
    font-weight: 800;
    line-height: .98;
    letter-spacing: 0;
}

.cox-student-hero h1 {
    max-width: 820px;
    font-size: clamp(46px, 7vw, 96px);
}

.cox-student-hero p,
.cox-student-login-card p,
.cox-student-message-card p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #d7dae1;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.65;
}

.cox-student-hero-badge {
    display: grid;
    gap: 8px;
    min-width: 220px;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(10, 12, 18, .74);
}

.cox-student-hero-badge .dashicons {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(237, 28, 36, .18);
    color: var(--cox-red-soft);
    font-size: 22px;
}

.cox-student-hero-badge strong {
    color: var(--cox-white);
    font-size: 16px;
    line-height: 1.25;
}

.cox-student-hero-badge small {
    color: var(--cox-muted);
    font-size: 13px;
}

.cox-student-hero-badge.is-active {
    border-color: rgba(38, 210, 124, .42);
    background: rgba(9, 47, 31, .38);
}

.cox-student-hero-badge.is-pending {
    border-color: rgba(255, 209, 102, .42);
    background: rgba(75, 50, 9, .34);
}

.cox-student-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 16px 0;
}

.cox-student-stat {
    min-height: 156px;
    border-radius: 16px;
    padding: 18px;
}

.cox-student-stat .dashicons {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: rgba(237, 28, 36, .16);
    color: var(--cox-red-soft);
    font-size: 21px;
}

.cox-student-stat strong {
    display: block;
    color: var(--cox-white);
    font-family: var(--cox-heading);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.05;
}

.cox-student-stat em {
    display: block;
    margin-top: 8px;
    color: var(--cox-muted);
    font-style: normal;
    font-size: 13px;
    line-height: 1.35;
}

.cox-student-main-grid,
.cox-student-secondary-grid {
    display: grid;
    gap: 16px;
}

.cox-student-main-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .8fr);
}

.cox-student-secondary-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
    margin-top: 16px;
}

.cox-student-panel {
    border-radius: 18px;
    padding: clamp(18px, 2vw, 26px);
}

.cox-student-panel h2 {
    font-size: clamp(30px, 3vw, 44px);
}

.cox-student-route-list,
.cox-student-mini-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.cox-student-detail {
    display: grid;
    grid-template-columns: minmax(150px, .48fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 13px 14px;
    background: rgba(255, 255, 255, .035);
}

.cox-student-detail span {
    color: var(--cox-muted);
    font-size: 13px;
    font-weight: 800;
}

.cox-student-detail strong {
    color: var(--cox-white);
    font-size: 14px;
    line-height: 1.45;
}

.cox-student-profile {
    text-align: center;
}

.cox-student-avatar {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 16px;
    border: 1px solid rgba(237, 28, 36, .5);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(237, 28, 36, .34), rgba(255, 255, 255, .04));
    box-shadow: 0 22px 55px rgba(237, 28, 36, .22);
}

.cox-student-avatar span {
    color: #fff;
    font-family: var(--cox-heading);
    font-size: 38px;
    font-weight: 900;
}

.cox-student-profile h2 {
    font-size: clamp(27px, 3vw, 38px);
}

.cox-student-profile p {
    margin: 8px 0 0;
    color: var(--cox-muted);
    overflow-wrap: anywhere;
}

.cox-student-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.cox-student-module {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-height: 132px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, .035);
}

.cox-student-module > .dashicons {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(237, 28, 36, .16);
    color: var(--cox-red-soft);
}

.cox-student-module strong {
    display: block;
    color: var(--cox-white);
    font-family: var(--cox-heading);
    font-size: 23px;
    line-height: 1;
}

.cox-student-module p {
    margin: 8px 0;
    color: #c8ccd5;
    font-size: 14px;
    line-height: 1.45;
}

.cox-student-module small {
    color: var(--cox-red-soft);
    font-weight: 900;
}

.cox-student-message-card {
    width: min(100%, 560px);
    border-radius: 22px;
    padding: clamp(22px, 4vw, 42px);
}

.cox-student-message-card h1 {
    font-size: clamp(42px, 6vw, 68px);
}

.cox-student-portal-message {
    display: grid;
    place-items: center;
}

.cox-student-message-card {
    text-align: center;
}

.cox-student-message-card > .dashicons {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 20px;
    background: rgba(237, 28, 36, .16);
    color: var(--cox-red-soft);
    font-size: 36px;
}

.cox-student-message-actions {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

@media (max-width: 1100px) {
    .cox-student-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cox-student-main-grid,
    .cox-student-secondary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .cox-student-portal {
        padding: 14px;
        padding-bottom: max(14px, calc(env(safe-area-inset-bottom, 0px) + 14px));
    }

    .cox-student-header,
    .cox-student-hero {
        grid-template-columns: 1fr;
    }

    .cox-student-header {
        align-items: flex-start;
    }

    .cox-student-actions {
        width: 100%;
        justify-content: stretch;
    }

    .cox-student-actions a {
        flex: 1 1 140px;
    }

    .cox-student-hero-badge {
        width: 100%;
        min-width: 0;
    }

    .cox-student-stat-grid,
    .cox-student-module-grid {
        grid-template-columns: 1fr;
    }

    .cox-student-detail {
        grid-template-columns: 1fr;
        gap: 6px;
    }

}

.cox-student-portal-login {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .3) 48%, rgba(5, 7, 11, .9) 69%, rgba(5, 7, 11, .98) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .46)),
        var(--cox-student-login-bg) center center / cover no-repeat,
        #030405;
}

.cox-student-portal-login > .cox-student-grid-bg {
    opacity: .18;
    mix-blend-mode: screen;
}

.cox-student-portal-login > .cox-student-particles {
    opacity: 1;
}

.cox-student-portal-login .cox-student-login-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.52fr) minmax(360px, .78fr);
    gap: 0;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    margin: 0;
    background: transparent;
}

.cox-student-login-visual {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .08));
}

.cox-student-login-visual::before,
.cox-student-login-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cox-student-login-visual::before {
    inset: 0;
    background:
        radial-gradient(circle at 58% 70%, rgba(237, 28, 36, .28), transparent 24%),
        radial-gradient(circle at 28% 18%, rgba(237, 28, 36, .22), transparent 22%);
    mix-blend-mode: screen;
}

.cox-student-login-visual::after {
    display: none;
}

.cox-student-login-visual-inner {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: space-between;
    width: 100%;
    min-height: 100%;
    padding: clamp(28px, 4.2vw, 58px);
}

.cox-student-login-logo {
    display: block;
    width: clamp(180px, 20vw, 300px);
    max-width: 62%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, .5));
}

.cox-student-login-copy {
    width: min(100%, 500px);
    margin-top: clamp(42px, 7vh, 90px);
}

.cox-student-login-copy span {
    display: inline-flex;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .72);
    font-family: var(--cox-heading);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cox-student-login-copy h1 {
    margin: 0;
    color: #fff;
    font-family: var(--cox-heading);
    font-size: clamp(38px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

.cox-student-login-copy h1 strong {
    color: var(--cox-red-bright);
    font-weight: inherit;
}

.cox-student-login-copy p {
    max-width: 390px;
    margin: 22px 0 0;
    color: #d8dbe1;
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.58;
}

.cox-student-login-copy p::before {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-bottom: 18px;
    background: var(--cox-red-bright);
    box-shadow: 0 0 16px rgba(237, 28, 36, .65);
}

.cox-student-login-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 660px);
    margin-top: clamp(34px, 6vh, 76px);
}

.cox-student-login-features article {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 11px;
    min-height: 86px;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.cox-student-login-features article:first-child {
    padding-left: 0;
}

.cox-student-login-features article:last-child {
    border-right: 0;
}

.cox-student-login-features .dashicons {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--cox-red-bright);
    font-size: 34px;
    line-height: 1;
    filter: drop-shadow(0 0 16px rgba(237, 28, 36, .55));
}

.cox-student-portal-login .dashicons::before {
    line-height: 1;
}

.cox-student-portal-login .dashicons {
    line-height: 1;
    vertical-align: middle;
}

.cox-student-login-features small {
    max-width: 115px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.cox-student-login-side {
    position: relative;
    display: grid;
    align-content: start;
    min-width: 0;
    min-height: 100%;
    padding: clamp(26px, 3.6vw, 50px);
    background:
        radial-gradient(circle at 86% 14%, rgba(237, 28, 36, .08), transparent 28%),
        linear-gradient(145deg, rgba(11, 14, 20, .94), rgba(5, 7, 11, .98));
    border-left: 0;
    box-shadow: none;
}

.cox-student-login-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: clamp(42px, 6vh, 72px);
}

.cox-student-login-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 0 10px;
    background: transparent;
    color: var(--cox-red-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: border-color .22s ease, background .22s ease, color .22s ease, transform .22s ease;
}

.cox-student-login-topbar a:hover,
.cox-student-login-topbar a:focus-visible {
    border-color: rgba(237, 28, 36, .46);
    background: rgba(237, 28, 36, .1);
    color: #fff;
    transform: translateX(-2px);
    outline: none;
}

.cox-student-portal-login .cox-student-login-card {
    width: min(100%, 430px);
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.cox-student-portal-login .cox-student-kicker {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .7);
}

.cox-student-portal-login .cox-student-login-card h2 {
    margin: 0;
    color: #fff;
    font-family: var(--cox-heading);
    font-size: clamp(32px, 2.9vw, 44px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.cox-student-portal-login .cox-student-login-card h2 span {
    color: var(--cox-red-bright);
}

.cox-student-portal-login .cox-student-login-card p {
    max-width: 100%;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.5;
}

.cox-student-login-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
    border: 1px solid rgba(255, 209, 102, .36);
    border-radius: 12px;
    padding: 12px 13px;
    background: rgba(255, 209, 102, .1);
    color: #ffe8a3;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42;
}

.cox-student-login-alert .dashicons {
    color: #ffd166;
}

.cox-student-login-form {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.cox-student-login-form label {
    margin-top: 8px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 800;
}

.cox-student-input {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    padding: 0 13px;
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.cox-student-input:focus-within {
    border-color: rgba(237, 28, 36, .78);
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 0 0 4px rgba(237, 28, 36, .12);
}

.cox-student-input > .dashicons {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, .58);
    font-size: 20px;
    line-height: 1;
}

.cox-student-input input {
    width: 100% !important;
    min-height: 50px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 15px;
    font-weight: 600;
}

.cox-student-input input::placeholder {
    color: rgba(255, 255, 255, .42);
}

.cox-student-input button {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, .74);
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.cox-student-input button:hover,
.cox-student-input button:focus-visible {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    outline: none;
}

.cox-student-forgot {
    justify-self: end;
    margin: 4px 0 12px;
    color: var(--cox-red-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: color .2s ease, text-shadow .2s ease;
}

.cox-student-forgot:hover,
.cox-student-forgot:focus-visible {
    color: #fff;
    text-shadow: 0 0 16px rgba(237, 28, 36, .72);
    outline: none;
}

.cox-student-login-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(237, 28, 36, .72);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #ed1c24, #c80718);
    color: #fff;
    box-shadow: 0 18px 42px rgba(237, 28, 36, .32);
    cursor: pointer;
    font-size: 15px;
    font-weight: 950;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.cox-student-login-submit::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -50%;
    width: 40%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    opacity: 0;
    transition: left .48s ease, opacity .48s ease;
}

.cox-student-login-submit:hover,
.cox-student-login-submit:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 24px 58px rgba(237, 28, 36, .46);
    filter: saturate(1.1);
    outline: none;
}

.cox-student-login-submit:hover::before,
.cox-student-login-submit:focus-visible::before {
    left: 125%;
    opacity: 1;
}

.cox-student-access-note {
    position: relative;
    display: block;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 18px 0 0 32px;
    text-align: left;
}

.cox-student-access-note__icon {
    position: absolute;
    top: 20px;
    left: 0;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #ed1c24 !important;
    font-size: 16px;
    line-height: 1;
    filter: drop-shadow(0 0 10px rgba(237, 28, 36, .32));
}

.cox-student-access-note__icon i {
    display: block;
    color: inherit !important;
    font-size: inherit;
    line-height: 1;
}

.cox-student-access-note__text {
    display: block;
    margin: 0;
    max-width: none;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

@media (max-width: 1180px) {
    .cox-student-portal-login .cox-student-login-shell {
        grid-template-columns: minmax(0, 1.12fr) minmax(350px, .78fr);
    }

    .cox-student-login-visual-inner {
        padding: 30px;
    }

    .cox-student-login-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: min(100%, 470px);
    }

    .cox-student-login-features article {
        min-height: 82px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 14px;
        padding: 14px;
        background: rgba(0, 0, 0, .22);
        backdrop-filter: blur(10px);
    }
}

@media (max-width: 900px) {
    .cox-student-portal-login {
        overflow: visible;
    }

    .cox-student-portal-login .cox-student-login-shell {
        grid-template-columns: 1fr;
        min-height: 100dvh;
        background: transparent;
    }

    .cox-student-login-visual {
        min-height: 48vh;
        background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .38));
    }

    .cox-student-login-visual-inner {
        min-height: 48vh;
        padding: 26px;
    }

    .cox-student-login-copy {
        margin-top: 44px;
    }

    .cox-student-login-copy h1 {
        font-size: clamp(36px, 8vw, 58px);
    }

    .cox-student-login-features {
        display: none;
    }

    .cox-student-login-side {
        min-height: auto;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
        padding: 24px 22px max(28px, calc(env(safe-area-inset-bottom, 0px) + 22px));
        background: rgba(8, 10, 15, .96);
    }

    .cox-student-login-topbar {
        margin-bottom: 34px;
    }
}

@media (max-width: 560px) {
    .cox-student-login-visual {
        min-height: 44vh;
    }

    .cox-student-login-visual-inner {
        min-height: 44vh;
        padding: 22px;
    }

    .cox-student-login-logo {
        width: min(68vw, 260px);
        max-width: 78vw;
    }

    .cox-student-login-copy {
        margin-top: 34px;
    }

    .cox-student-login-copy span {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .cox-student-login-copy h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .cox-student-login-copy p {
        margin-top: 18px;
        font-size: 15px;
    }

    .cox-student-login-topbar {
        align-items: stretch;
    }

    .cox-student-portal-login .cox-student-login-card h2 {
        font-size: clamp(31px, 9vw, 42px);
    }

    .cox-student-input {
        grid-template-columns: 24px minmax(0, 1fr) auto;
        min-height: 54px;
    }
}
