﻿/* Generated from site.css on 2026-06-30. site.css is kept as fallback/reference. */
.console-panel,
.hero-panel,
.auth-panel,
.admin-panel,
.tool-panel,
.module-section,
.content-panel {
    position: relative;
    border: 1px solid var(--border);
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.10), transparent 31%),
        linear-gradient(180deg, rgba(50,58,65,.86), rgba(18,23,27,.82));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 18px 42px rgba(0,0,0,.44);
    backdrop-filter: blur(15px) saturate(118%);
}

.console-panel::before,
.hero-panel::before,
.auth-panel::before,
.admin-panel::before,
.tool-panel::before,
.module-section::before,
.content-panel::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 16px;
    right: 16px;
    top: 7px;
    height: 1px;
    pointer-events: none;
    opacity: .65;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
}

.console-panel::after,
.hero-panel::after,
.auth-panel::after,
.admin-panel::after,
.tool-panel::after,
.module-section::after,
.content-panel::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 28px;
    top: 5px;
    width: 76px;
    height: 7px;
    opacity: .18;
    pointer-events: none;
    background: repeating-linear-gradient(135deg, #e8edf2 0 7px, transparent 7px 13px);
}

.console-panel > *,
.hero-panel > *,
.auth-panel > *,
.admin-panel > *,
.tool-panel > *,
.module-section > *,
.content-panel > * {
    position: relative;
    z-index: 1;
}

.hero-panel,
.auth-panel,
.admin-panel,
.tool-panel,
.module-section,
.content-panel {
    padding: clamp(16px, 2.4vw, 28px);
    margin-bottom: 12px;
}

.hero-copy,
.auth-copy {
    position: relative;
    z-index: 1;
}

.auth-panel {
    width: min(980px, 100%);
    min-height: auto;
    margin: 0 auto;
}

.auth-grid {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(280px, .72fr);
    gap: 18px;
    align-items: center;
}

.support-login-panel {
    max-width: 980px;
    margin-inline: auto;
}

.old-login-page:has(.seasonal-offers-login) .old-login-main,
.shop-shell:has(.seasonal-offers-shop) .shop-hero,
.shop-shell:has(.seasonal-offers-shop) .shop-panel {
    border-color: rgba(216,173,85,.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 14px 34px rgba(0,0,0,.24), 0 0 22px rgba(216,173,85,.055);
}

@media (max-width: 900px) {
    .hero-grid,
        .auth-grid,
        .action-band {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 560px) {
    .hero-panel,
        .auth-panel,
        .admin-panel,
        .tool-panel,
        .module-section,
        .content-panel {
            padding: 15px;
            border-radius: 9px;
        }
}

.hero-panel,
.auth-panel,
.admin-panel,
.tool-panel,
.module-section,
.content-panel {
    padding: 18px 22px !important;
    margin-bottom: 10px !important;
    border-radius: 9px !important;
}

.auth-panel {
    width: min(860px, 100%) !important;
}

.auth-grid {
    grid-template-columns: minmax(0, .82fr) minmax(280px, .58fr) !important;
    gap: 16px !important;
    align-items: flex-start !important;
}

.login-status-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

.login-form-card {
    position: relative;
    padding: 14px !important;
    border: 1px solid rgba(214,222,229,.34);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(70,79,87,.34), rgba(12,16,19,.58));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 12px 26px rgba(0,0,0,.25);
}

@media (max-width: 760px) {
    .auth-grid,
        .hero-grid {
            grid-template-columns: 1fr !important;
        }
    
    .login-status-grid {
            grid-template-columns: 1fr !important;
        }
}

.dash-topbar,
.dash-panel,
.dash-modules,
.auth-panel,
.content-panel,
.admin-panel,
.tool-panel,
.module-section {
    border-color: rgba(231, 184, 91, .20) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 15px 38px rgba(0,0,0,.27), 0 0 24px rgba(255, 194, 82, .045) !important;
}

.login-module-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
    margin: 12px 0;
}

.login-module {
    display: grid;
    gap: 5px;
    place-items: center;
    min-height: 58px;
    padding: 7px;
    border: 1px solid rgba(205, 216, 224, .24);
    border-radius: 8px;
    background: rgba(9, 13, 16, .25);
}

.login-module img {
    max-width: 34px;
    max-height: 26px;
    object-fit: contain;
}

.login-module span,
.login-updates b {
    font-size: 10px;
    font-weight: 900;
}

.login-updates {
    display: grid;
    gap: 4px;
    margin-top: 10px;
}

.login-updates p {
    margin: 0;
    color: rgba(230, 237, 242, .78);
    font-size: 12px;
    line-height: 1.35;
}

.old-login .auth-panel {
    width: min(1180px, 100%) !important;
}

.old-login .auth-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 410px) !important;
    align-items: center !important;
    gap: 22px !important;
}

.old-login .page-title {
    max-width: 680px;
    font-size: clamp(28px, 4vw, 48px) !important;
    line-height: 1.05 !important;
}

.old-login .lead {
    max-width: 640px !important;
}

.old-login-brand-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}

.old-login-brand-row img {
    width: 42px;
    height: 32px;
    object-fit: contain;
    padding: 5px;
    border: 1px solid rgba(210, 220, 228, .22);
    border-radius: 9px;
    background: rgba(255,255,255,.035);
    filter: drop-shadow(0 5px 10px rgba(0,0,0,.32));
}

.old-login .login-module-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 680px;
}

.old-login .login-module {
    min-height: 54px;
}

.old-login .login-form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 0 24px rgba(158, 195, 226, .08);
}

.old-login-card-title {
    margin-bottom: 10px;
    color: #f5f8fa;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@media (max-width: 560px) {
    .old-login .login-module-strip,
        .shop-products {
            grid-template-columns: 1fr 1fr;
        }
    
    .old-login-brand-row {
            justify-content: center;
        }
}

@media (max-width: 560px) {
    .login-module-strip {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
}

/* Old login arrangement inside the shared app shell */
.old-login-shared .app-main {
    width: min(1040px, calc(100vw - 36px)) !important;
    margin: 10px auto 16px !important;
    z-index: 20;
}

.old-login-page {
    display: grid;
    gap: 10px;
}

.old-login-page .modules-wrap {
    width: 100%;
}

.old-login-page .modules-card,
.old-login-page .promo-card,
.old-login-page .updates-card,
.old-login-page .login-card,
.cookie-banner {
    border: 1px solid rgba(209,216,222,.34);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), transparent 34%),
        rgba(43,49,54,.78);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 42px rgba(0,0,0,.38);
    backdrop-filter: blur(16px) saturate(116%);
}

.old-login-page .modules-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 7px 10px;
    border-radius: 12px;
}

.old-login-page .modules-copy {
    display: grid;
    gap: 2px;
    min-width: 210px;
}

.old-login-page .modules-copy small {
    color: rgba(210, 219, 226, .72);
    font-size: 10px;
    line-height: 1.25;
}

.old-login-page .modules-title,
.old-login-page .updates-title,
.old-login-page .kicker,
.old-login-page label,
.old-login-page .form-foot a,
.old-login-page .update-meta a {
    color: #d7dde2;
    font-weight: 900;
    text-transform: uppercase;
}

.old-login-page .modules-title,
.old-login-page .updates-title {
    font-size: 10px;
    letter-spacing: .08em;
}

.old-login-page .modules-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.old-login-page .module-slot {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(209,216,222,.28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(80,88,95,.62), rgba(36,42,47,.76));
    overflow: hidden;
}

.old-login-page .module-slot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.old-login-main {
    display: grid;
    grid-template-columns: minmax(430px, 1fr) minmax(320px, 360px);
    align-items: stretch;
    justify-content: center;
    gap: 28px;
    width: min(880px, 100%);
    margin: 0 auto;
}

.old-login-page .hero-text {
    display: flex;
    flex-direction: column;
    max-width: 520px;
    height: 100%;
}

.old-login-page .kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: .08em;
}

.old-login-page .kicker .pill,
.old-login-page .chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border: 1px solid rgba(209,216,222,.26);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(80,88,95,.62), rgba(36,42,47,.76));
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.old-login-page .hero-text h1 {
    margin: 8px 0 7px;
    color: #f6f8fa;
    font-size: clamp(27px, 3vw, 34px);
    line-height: 1.04;
    text-shadow: 0 10px 26px rgba(0,0,0,.45);
}

.old-login-page .hero-text h1::after {
    content: "";
    display: block;
    width: min(420px, 56vw);
    height: 2px;
    margin-top: 9px;
    opacity: .72;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.40), rgba(96,174,255,.26), transparent);
    box-shadow: 0 0 11px rgba(186, 226, 255, .24);
}

.old-login-page .hero-text h1 .accent {
    color: #d7dde2;
}

.old-login-page .hero-text p {
    max-width: 500px;
    margin: 0 0 10px;
    color: #cbd5dd;
    font-size: 13px;
    line-height: 1.45;
}

body.maintenance-login-mode .app-actions {
    display: none;
}

body.maintenance-login-mode .app-header {
    justify-content: center;
}

body.maintenance-login-mode .app-main {
    display: grid;
    align-items: center;
    min-height: calc(100vh - 132px);
    margin: 0 auto !important;
}

.old-login-page.is-maintenance-login .old-login-main {
    grid-template-columns: minmax(580px, 650px) minmax(320px, 360px);
    align-items: center;
    gap: 22px;
    width: min(1040px, calc(100vw - 40px));
}

.old-login-page.is-maintenance-login .hero-text {
    justify-content: center;
    max-width: none;
}

.login-maintenance-panel {
    display: grid;
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 100%;
    padding: 18px;
    border: 1px solid rgba(231, 184, 91, .35);
    border-radius: 12px;
    background:
        radial-gradient(circle at 32% 10%, rgba(255, 221, 139, .16), transparent 38%),
        linear-gradient(145deg, rgba(52, 60, 63, .80), rgba(10, 14, 16, .84));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 42px rgba(0,0,0,.34), 0 0 30px rgba(231, 184, 91, .08);
}

.login-maintenance-art {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(4, 7, 8, .36);
    box-shadow: 0 14px 32px rgba(0,0,0,.28), 0 0 20px rgba(231, 184, 91, .10);
}

.login-maintenance-copy {
    display: grid;
    gap: 8px;
    align-content: center;
}

.login-maintenance-label {
    color: #ffe0a0;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.old-login-page .login-maintenance-copy h1 {
    margin: 0;
    font-size: clamp(28px, 2.5vw, 34px);
}

.old-login-page .login-maintenance-copy p {
    margin: 0;
}

.login-maintenance-copy small {
    color: rgba(226, 232, 238, .74);
    font-size: 11px;
    font-weight: 800;
}

.login-maintenance-eta {
    display: inline-grid;
    width: fit-content;
    gap: 2px;
    padding: 7px 10px;
    border: 1px solid rgba(231, 184, 91, .32);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(231, 184, 91, .14), rgba(8, 12, 15, .36));
}

.login-maintenance-eta span {
    color: rgba(255, 232, 178, .84);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.login-maintenance-eta strong {
    color: #fff7dc;
    font-size: 13px;
}

.old-login-page.is-maintenance-login .login-side-column .login-partner-card {
    display: none;
}

.old-login-page.is-maintenance-login .login-social-links {
    display: none;
}

.old-login-page .feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.old-login-page .login-partner-row {
    display: block;
    max-width: 520px;
    margin-top: 10px;
}

.old-login-page .login-partner-card {
    min-height: 142px;
    border: 1px solid rgba(231, 184, 91, .28);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 218, 139, .13), rgba(255,255,255,.035) 42%, rgba(7,10,12,.28)),
        linear-gradient(180deg, rgba(59,67,70,.54), rgba(12,17,20,.64));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 12px 26px rgba(0,0,0,.20);
}

.old-login-page .login-partner-card {
    display: grid;
    grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
}

.old-login-page .login-partner-card img {
    width: 100%;
    max-width: 290px;
    aspect-ratio: 3 / 2;
    border: 1px solid rgba(231, 184, 91, .35);
    border-radius: 10px;
    object-fit: contain;
    background: rgba(3, 5, 6, .42);
    box-shadow: 0 0 20px rgba(231, 184, 91, .14);
}

.old-login-page .login-partner-card span {
    display: block;
    color: #ffe0a0;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.old-login-page .login-partner-card strong {
    display: block;
    margin: 4px 0 3px;
    color: #fff5d8;
    font-size: 14px;
    line-height: 1.12;
}

.old-login-page .login-partner-card small {
    display: block;
    color: rgba(226, 232, 238, .76);
    font-size: 10.5px;
    line-height: 1.32;
}

.old-login-page .login-flow-card {
    display: none !important;
    align-content: center;
    padding: 10px;
}

.old-login-page .hero-text > .login-partner-row {
    display: none !important;
}

.old-login-page .login-side-column {
    display: grid;
    gap: 10px;
    width: 100%;
    align-self: end;
}

.old-login-page .login-side-column .login-partner-card {
    min-height: 0;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 10px;
    border-radius: 13px;
}

.old-login-page .login-side-column .login-partner-card img {
    max-width: 112px;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
}

.old-login-page .login-side-column .login-partner-card strong {
    font-size: 12px;
}

.old-login-page .login-side-column .login-partner-card span {
    font-size: 8.5px;
}

.old-login-page .login-info-card {
    display: grid;
    gap: 6px;
    min-height: 0;
    max-height: 126px;
    padding: 12px 13px;
    overflow: hidden;
    border: 1px solid rgba(231, 184, 91, .30);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 218, 139, .10), rgba(255,255,255,.025) 44%, rgba(7,10,12,.30)),
        linear-gradient(180deg, rgba(53,62,66,.58), rgba(12,17,20,.70));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.20);
    animation: login-info-card-blink 1.65s ease-in-out infinite;
    will-change: border-color, box-shadow, transform;
}

.old-login-page .login-info-card span {
    color: #ffe0a0;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

.old-login-page .login-info-card strong {
    color: #fff5d8;
    font-size: 13px;
    line-height: 1.15;
}

.old-login-page .login-info-card p {
    margin: 0;
    max-height: 58px;
    overflow: auto;
    padding-right: 4px;
    color: rgba(226, 232, 238, .80);
    font-size: 11px;
    line-height: 1.36;
    overflow-wrap: anywhere;
    scrollbar-width: thin;
}

@keyframes login-info-card-blink {
    0%, 100% {
        border-color: rgba(231, 184, 91, .30);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.20);
        transform: translateY(0);
    }
    50% {
        border-color: rgba(255, 216, 128, .95);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.16),
            0 0 0 2px rgba(255, 205, 94, .18),
            0 14px 34px rgba(255, 190, 74, .24);
        transform: translateY(-1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .old-login-page .login-info-card {
        animation: none;
        border-color: rgba(255, 216, 128, .78);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.12),
            0 0 0 2px rgba(255, 205, 94, .16),
            0 12px 30px rgba(255, 190, 74, .18);
    }
}

.old-login-page .updates-card {
    display: flex;
    flex-direction: column;
    max-width: 520px;
    min-height: 244px;
    margin-top: auto;
    padding: 10px;
    border-radius: 12px;
}

.old-login-page .updates-title,
.old-login-page .update-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.old-login-page .updates-title .right,
.old-login-page .update-meta {
    color: #b7c0c8;
    font-size: 10px;
}

.old-login-page .updates-scroll {
    max-height: 164px;
    flex: 1;
    overflow: auto;
    padding-right: 5px;
}

.old-login-page .updates-list {
    display: grid;
    gap: 6px;
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}

.old-login-page .update-item {
    display: flex;
    gap: 9px;
    padding: 6px 8px;
    border: 1px solid rgba(209,216,222,.16);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(80,88,95,.38), rgba(36,42,47,.46));
}

.old-login-page .update-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: 4px;
    border-radius: 50%;
    background: #b9f0cb;
    box-shadow: 0 0 12px rgba(185,240,203,.38);
    animation: dashNewBlink 1.05s ease-in-out infinite;
}

.old-login-page .update-text {
    color: #cbd5dd;
    font-size: 10.5px;
    line-height: 1.35;
}

.old-login-page .update-text b {
    color: #83ffb5;
}

.old-login-page .update-text b:first-child {
    animation: dashNewBlink 1.05s ease-in-out infinite;
}

.old-login-page .login-card {
    width: 100%;
    padding: 18px;
    border-radius: 14px;
    transform: none !important;
}

.old-login-page .login-card:hover {
    transform: none !important;
}

.old-login-page .login-card h2 {
    margin: 0 0 10px;
    color: #f6f8fa;
    font-size: 18px;
    line-height: 1.1;
}

.old-login-page .login-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.old-login-page .login-proof-card,
.old-login-page .login-card-status,
.register-form-card,
.auth-flow-step {
    border: 1px solid rgba(231, 184, 91, .26);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 218, 139, .12), rgba(255,255,255,.035) 42%, rgba(7,10,12,.28)),
        linear-gradient(180deg, rgba(59,67,70,.58), rgba(12,17,20,.64));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 12px 28px rgba(0,0,0,.22);
}

.old-login-page .login-proof-card {
    min-height: 86px;
    padding: 10px;
}

.old-login-page .login-proof-card span,
.auth-flow-step span,
.register-form-head span {
    color: #ffe0a0;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
}

.old-login-page .login-proof-card strong,
.auth-flow-step strong {
    display: block;
    margin: 5px 0 4px;
    color: #fff5d8;
    font-size: 12px;
    line-height: 1.12;
}

.old-login-page .login-proof-card small,
.auth-flow-step small {
    display: block;
    color: rgba(226, 232, 238, .76);
    font-size: 10.5px;
    line-height: 1.35;
}

.old-login-page .login-card-status {
    display: grid;
    gap: 5px;
    margin-bottom: 10px;
    padding: 9px 10px;
}

.old-login-page .login-card-status strong {
    color: rgba(238, 244, 248, .84);
    font-size: 11px;
    line-height: 1.32;
}

.old-login-page .form-group {
    margin-bottom: 9px;
}

.old-login-page label {
    display: block;
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: .1em;
}

.old-login-page input[type="email"],
.old-login-page input[type="password"],
.old-login-page .password-shell input {
    width: 100%;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid rgba(231, 184, 91, .32);
    border-radius: 9px;
    background:
        linear-gradient(180deg, rgba(13,18,21,.94), rgba(5,8,10,.90));
    color: #f4f7f9;
    outline: none;
}

.old-login-page .password-shell {
    position: relative;
}

.old-login-page .password-shell input {
    padding-right: 42px;
}

.old-login-page .password-toggle {
    position: absolute;
    right: 6px;
    top: 50%;
    display: grid;
    place-items: center;
    width: 30px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(231, 184, 91, .28);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(62,70,76,.70), rgba(18,23,27,.88));
    color: #dfe5ea;
    cursor: pointer;
    transform: translateY(-50%);
}

.old-login-page .password-toggle:hover,
.old-login-page .password-toggle[aria-pressed="true"] {
    border-color: rgba(255, 226, 157, .70);
    color: #fff2cf;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 0 16px rgba(255, 198, 89, .18);
}

.old-login-page input:focus {
    border-color: rgba(255, 220, 137, .74);
    box-shadow: 0 0 0 3px rgba(255, 204, 96, .12), inset 0 1px 4px rgba(0,0,0,.18);
}

.old-login-page .remember-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin: 2px 0 10px;
    color: #cbd3da;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.old-login-page .remember-row input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #d8ad55;
}

.old-login-page .remember-row span {
    line-height: 1;
}

.old-login-page .btn-submit {
    width: 100%;
    min-height: 34px;
    border: 1px solid rgba(205, 216, 224, .28);
    border-radius: 9px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.06), transparent 46%),
        linear-gradient(180deg, rgba(70,79,87,.56), rgba(20,25,29,.80));
    color: #f4f7f9;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.old-login-page .btn-submit:hover {
    background:
        linear-gradient(135deg, rgba(255, 218, 139, .22), rgba(255,255,255,.07) 42%, rgba(7,10,12,.24)),
        linear-gradient(180deg, rgba(84, 89, 84, .72), rgba(24, 29, 31, .86));
    color: #fff5d8;
    border-color: rgba(255, 232, 175, .78);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        0 0 0 1px rgba(255, 210, 115, .12),
        0 0 20px rgba(255, 199, 87, .18),
        0 10px 22px rgba(0,0,0,.26);
}

.old-login-page .form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    color: #b7c0c8;
    font-size: 10px;
}

.old-login-page .form-foot.compact-actions {
    gap: 8px;
}

.old-login-page .form-foot-buttons {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.old-login-page .mini-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 6px 10px;
    border: 1px solid rgba(231, 184, 91, .35);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(70,79,87,.58), rgba(20,25,29,.82));
    color: #f4f7f9;
    font-size: 9.5px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.old-login-page .mini-auth-btn:hover {
    border-color: rgba(255, 226, 157, .70);
    color: #fff2cf;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 0 14px rgba(255, 198, 89, .14);
}

.old-login-page .login-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: min(860px, 100%);
    margin: 2px auto 0;
    justify-self: center;
    align-self: end;
    overflow-x: auto;
    scrollbar-width: thin;
}

.old-login-page .login-social-link {
    display: block;
    flex: 0 0 clamp(128px, 16vw, 164px);
    height: 34px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(4, 8, 12, .78);
    box-shadow: 0 8px 18px rgba(0,0,0,.30), 0 0 0 1px rgba(150, 205, 255, .18);
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.old-login-page .login-social-link:hover,
.old-login-page .login-social-link:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.12);
    box-shadow: 0 14px 30px rgba(0,0,0,.40), 0 0 0 1px rgba(120, 200, 255, .38);
    outline: none;
}

.old-login-page .login-social-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media (max-width: 992px) {
    .old-login-main {
            grid-template-columns: 1fr;
            align-items: flex-start;
            text-align: center;
            width: min(620px, 100%);
        }
    
    .old-login-page.is-maintenance-login .old-login-main {
            grid-template-columns: 1fr;
            width: min(620px, 100%);
        }
    
    .old-login-page .hero-text {
            height: auto;
        }
    
    .login-maintenance-panel {
            grid-template-columns: 1fr;
            justify-items: center;
            text-align: center;
        }
    
    .login-maintenance-copy {
            justify-items: center;
        }
    
    .old-login-page .hero-text p,
        .old-login-page .updates-card {
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }
    
    .old-login-page .updates-card {
            margin-top: 10px;
        }
    
    .old-login-page .feature-chips,
        .old-login-page .kicker {
            justify-content: center;
        }
    
    .old-login-page .login-card {
            width: min(420px, 100%);
            justify-self: center;
            order: 0;
        }
    
    .old-login-page .login-social-links {
            width: min(620px, 100%);
            justify-content: center;
            justify-self: center;
        }
    
    .old-login-page .login-side-column {
            width: min(420px, 100%);
            justify-self: center;
            order: -1;
        }
    
    .old-login-page .login-proof-grid {
            grid-template-columns: 1fr;
        }
    
    .old-login-page .login-side-column .login-partner-card {
            grid-template-columns: 112px minmax(0, 1fr);
            text-align: left;
        }
    
    .old-login-page .login-side-column .login-partner-card img {
            max-width: 112px;
            margin: 0;
        }
}

@media (max-width: 560px) {
    .old-login-shared .app-main {
            width: calc(100vw - 18px) !important;
        }
    
    .old-login-page .modules-card,
        .cookie-banner {
            align-items: stretch;
            flex-direction: column;
        }
    
    .login-maintenance-panel {
            gap: 12px;
            padding: 12px;
        }
    
    .login-maintenance-art {
            max-width: 180px;
        }
    
    .old-login-page .modules-icons {
            justify-content: center;
        }
    
    .old-login-page .modules-copy {
            min-width: 0;
            text-align: center;
        }
    
    .old-login-page .form-foot {
            flex-direction: column;
        }
    
    .old-login-page .login-social-links {
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
            justify-self: center;
            overflow-x: hidden;
        }
    
    .old-login-page .login-social-link {
            flex-basis: min(132px, calc((100% - 7px) / 2));
            height: 32px;
        }
}

.premium-auth-page .app-main {
    width: min(1060px, calc(100vw - 32px)) !important;
    margin-top: 10px;
}

.register-auth-panel {
    width: min(1040px, 100%) !important;
    overflow: hidden;
    padding: clamp(14px, 2vw, 20px) !important;
}

.register-shell {
    display: grid;
    grid-template-columns: minmax(360px, .88fr) minmax(340px, .62fr);
    gap: 18px;
    align-items: stretch;
}

.register-copy {
    display: grid;
    align-content: center;
}

.register-copy .page-title {
    max-width: 520px;
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1;
    margin-bottom: 8px;
}

.register-copy .lead {
    max-width: 520px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.48;
}

.register-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.register-mini-grid .mini-card {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(209, 216, 222, .14);
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(0,0,0,.16));
}

.register-mini-grid .mini-card h2 {
    font-size: 13px;
    margin-bottom: 4px;
}

.register-mini-grid .mini-card p {
    font-size: 11px;
    line-height: 1.35;
}

.register-form-card {
    display: grid;
    align-content: start;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(231, 184, 91, .30);
    background:
        radial-gradient(circle at 50% 0, rgba(255, 220, 137, .12), transparent 38%),
        linear-gradient(145deg, rgba(47, 55, 58, .84), rgba(13, 17, 19, .90));
}

.register-form-head {
    display: grid;
    gap: 3px;
    margin-bottom: 9px;
}

.register-form-head strong {
    color: #fff5d8;
    font-size: 18px;
    line-height: 1.1;
}

.register-form {
    gap: 10px;
}

.register-form label {
    display: grid;
    gap: 5px;
    font-size: 10px;
    color: rgba(226, 232, 238, .86);
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.register-form input {
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, .34);
    border-radius: 8px;
    background: #05090c;
    color: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.register-form input:focus {
    border-color: rgba(231, 184, 91, .70);
    outline: none;
    box-shadow: 0 0 0 2px rgba(231, 184, 91, .12), inset 0 1px 0 rgba(255,255,255,.06);
}

.register-password-shell {
    position: relative;
    display: block;
}

.register-password-shell input {
    padding-right: 44px;
}

.register-password-toggle {
    position: absolute;
    right: 5px;
    top: 5px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 26px;
    border: 1px solid rgba(231, 184, 91, .30);
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(80,88,95,.58), rgba(23,28,32,.86));
    color: #fff5d8;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 6px 12px rgba(0,0,0,.22);
}

.register-password-toggle:hover,
.register-password-toggle[aria-pressed="true"] {
    border-color: rgba(255, 220, 137, .68);
    filter: brightness(1.12);
}

.password-rules {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}

.password-rules[hidden] {
    display: none;
}

.password-rules li {
    position: relative;
    min-height: 16px;
    padding: 0 0 0 18px;
    border: 0;
    background: transparent;
    color: rgba(226, 232, 240, .58);
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: 0;
}

.password-rules li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(148, 163, 184, .5);
    border-radius: 50%;
    transform: translateY(-50%);
}

.password-rules li.is-valid {
    color: #bbf7d0;
}

.password-rules li.is-valid::before {
    content: "\2713";
    top: 48%;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 0;
    color: #4ade80;
    background: transparent;
    font-size: 12px;
    font-weight: 900;
    line-height: 12px;
    text-align: center;
}

.password-rules li.is-invalid {
    color: rgba(226, 232, 240, .58);
}

.password-match-warning {
    color: #fecaca;
}

.register-form.was-submitted input:invalid {
    border-color: rgba(248, 113, 113, .62);
}

.register-form .app-btn {
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    justify-content: center;
}

.register-terms {
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: flex-start;
    gap: 8px !important;
    padding: 8px 9px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 8px;
    background: rgba(8, 12, 15, .24);
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 11px !important;
    line-height: 1.35;
}

.register-terms input {
    width: 14px;
    min-height: 14px;
    margin-top: 2px;
    accent-color: #d6a94a;
}

.register-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.register-form-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: rgba(226, 232, 238, .76);
    font-size: 10.5px;
}

.register-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-end;
}

.register-action-btn,
.register-inline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(231, 184, 91, .35);
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(80,88,95,.62), rgba(36,42,47,.82));
    color: #ffe0a0;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 6px 14px rgba(0,0,0,.18);
}

.register-action-btn {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 10px;
}

.register-inline-btn {
    min-height: 22px;
    padding: 3px 7px;
    margin: 0 2px;
    font-size: 9px;
    vertical-align: middle;
}

.register-action-btn:hover,
.register-inline-btn:hover {
    border-color: rgba(255, 220, 137, .72);
    color: #fff7dc;
    filter: brightness(1.12);
}

.register-note {
    margin: 0;
    font-size: 10.5px;
    line-height: 1.32;
}

.old-login-page .forgot-password-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 215, 128, .75);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(116, 74, 12, .78), rgba(40, 28, 16, .92));
    color: #fff5ce;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(255, 211, 112, .42), inset 0 1px 0 rgba(255, 255, 255, .15);
    text-shadow: 0 0 10px rgba(231, 184, 91, .38);
    animation: forgotPasswordPulse 1.45s ease-in-out infinite;
}

.old-login-page .form-foot-buttons .forgot-password-link {
    margin-left: 0;
    min-height: 25px;
    padding: 6px 10px;
    font-size: 10px;
}

.old-login-page .forgot-password-link:hover {
    color: #fff7dc;
    border-color: rgba(255, 239, 184, .95);
    background: linear-gradient(180deg, rgba(148, 95, 18, .9), rgba(56, 38, 18, .96));
    filter: brightness(1.12);
    animation-play-state: paused;
    transform: translateY(-1px);
}

@keyframes forgotPasswordPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 211, 112, .36), inset 0 1px 0 rgba(255, 255, 255, .15);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(255, 211, 112, 0), 0 0 14px rgba(255, 211, 112, .32), inset 0 1px 0 rgba(255, 255, 255, .18);
    }
}

.auth-input-warning {
    display: block;
    margin-top: 6px;
    color: #ffe49a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0;
}

.auth-input-warning[hidden] {
    display: none;
}

.password-reset-auth-panel {
    width: min(880px, 100%) !important;
    overflow: hidden;
    padding: clamp(14px, 2vw, 18px) !important;
}

.password-reset-shell {
    display: grid;
    grid-template-columns: minmax(330px, .84fr) minmax(330px, .66fr);
    gap: 16px;
    align-items: center;
}

.password-reset-shell.single {
    grid-template-columns: minmax(340px, 520px);
    justify-content: center;
}

.password-reset-copy .lead {
    max-width: 500px;
}

.password-reset-page .auth-flow-list {
    gap: 9px;
}

.password-reset-page .auth-flow-step {
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 12px;
}

.password-reset-page .auth-flow-step span {
    grid-row: 1 / span 2;
}

.password-reset-page .auth-flow-step strong,
.password-reset-page .auth-flow-step small {
    grid-column: 2;
}

.password-reset-page .auth-flow-step strong {
    align-self: end;
    color: #fff7dc;
    font-size: 13px;
    line-height: 1.15;
}

.password-reset-page .auth-flow-step small {
    display: block;
    max-width: 100%;
    margin-top: 2px;
    color: rgba(226, 232, 238, .72);
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.password-reset-form-card {
    align-self: center;
}

.password-reset-fallback {
    margin-top: 6px;
}

.security-page .app-main {
    width: min(760px, calc(100vw - 32px)) !important;
    margin-top: 6px;
}

.two-factor-panel .register-form input {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .12em;
}

@media (max-width: 860px) {
    .register-shell {
            grid-template-columns: 1fr;
        }
    
    .password-reset-shell {
            grid-template-columns: 1fr;
        }
    
    .register-copy {
            align-content: start;
            order: 2;
        }
    
    .register-form-card {
            order: 1;
        }
    
    .register-mini-grid {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 560px) {
    .premium-auth-page .app-main {
            width: calc(100vw - 18px) !important;
        }
    
    .register-auth-panel {
            padding: 12px !important;
        }
    
    .register-shell {
            gap: 12px;
        }
    
    .register-form-links {
            align-items: flex-start;
            flex-direction: column;
        }
    
    .register-form-actions {
            justify-content: flex-start;
            width: 100%;
        }
}

.tool-panel .auth-grid {
    grid-template-columns: minmax(320px, .95fr) minmax(320px, .72fr);
    gap: clamp(20px, 3vw, 34px);
}

@media (max-width: 980px) {
    .tool-panel .auth-grid {
            grid-template-columns: 1fr;
        }
}

/* Project typography refresh: technical, compact, and readable for tool-heavy pages. */
body.app-shell,
.app-main,
.tool-panel,
.module-card,
.dash-card,
.mini-card,
.form-grid,
.auth-copy,
.app-footer,
.app-user-text {
    font-family: var(--font-ui, "Bahnschrift", "Segoe UI Variable", "Segoe UI", Arial, sans-serif) !important;
}

.tool-panel,
.mini-card,
.module-card,
.dash-tool,
.form-grid,
.auth-copy,
.lead,
.muted {
    font-size: 15px;
}

.app-main,
.dashboard .app-main,
.shop-page .app-main,
.old-login-shared .app-main,
.register-page .app-main,
.premium-auth-page .app-main {
    min-width: 0;
}

.dash-topbar,
.dash-grid,
.dash-status-row,
.dash-nav-row,
.dash-module-panel,
.shop-products,
.shop-steps,
.shop-supported-grid,
.register-shell,
.register-mini-grid,
.old-login-main,
.admin-old-shell,
.access-plan-admin-grid,
.seasonal-admin-grid {
    min-width: 0;
}

.dash-tool,
.shop-product,
.register-form-card,
.old-login-page .login-card,
.admin-old-section,
.tool-panel,
.module-section {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .app-main,
        .dashboard .app-main,
        .shop-page .app-main,
        .old-login-shared .app-main,
        .register-page .app-main,
        .premium-auth-page .app-main {
            width: min(100%, calc(100vw - 24px)) !important;
            margin-left: auto;
            margin-right: auto;
        }
    
    .dash-topbar,
        .dash-grid,
        .register-shell,
        .old-login-main,
        .shop-steps {
            grid-template-columns: 1fr !important;
        }
}

@media (max-width: 720px) {
    .app-main,
        .dashboard .app-main,
        .shop-page .app-main,
        .old-login-shared .app-main,
        .register-page .app-main,
        .premium-auth-page .app-main {
            width: min(100%, calc(100vw - 16px)) !important;
            margin-top: 8px;
            margin-bottom: 10px;
        }
    
    .dash-topbar,
        .dash-panel,
        .dash-modules,
        .renewal-card,
        .shop-panel,
        .shop-hero,
        .register-form-card,
        .old-login-page .login-card,
        .old-login-page .updates-card,
        .tool-panel,
        .module-section,
        .admin-old-section {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }
    
    .dash-status-row,
        .dash-nav-row.primary,
        .dash-nav-row.secondary,
        .dash-nav-row.utility,
        .dash-module-panel,
        .shop-products,
        .shop-steps,
        .shop-payment-strip,
        .shop-supported-grid,
        .register-mini-grid,
        .access-plan-admin-grid,
        .seasonal-admin-grid,
        .login-proof-grid {
            grid-template-columns: 1fr !important;
            width: 100%;
        }
    
    .dash-pill,
        .dash-tab,
        .app-btn,
        button.app-btn,
        .shop-buy,
        .renewal-pay-btn,
        .mini-auth-btn,
        .register-action-btn {
            min-height: 44px;
            width: 100%;
            justify-content: center;
            text-align: center;
            white-space: normal;
            overflow-wrap: anywhere;
        }
    
    .dash-tool strong,
        .dash-tool small,
        .dash-tool em,
        .shop-product h3,
        .shop-product p,
        .register-form-head,
        .old-login-page .form-foot {
            overflow-wrap: anywhere;
            word-break: normal;
        }
    
    .register-form,
        .register-form-links,
        .register-form-actions,
        .old-login-page .form-foot,
        .old-login-page .form-foot-buttons,
        .shop-hero-actions,
        .shop-actions,
        .security-actions,
        .module-credit-actions,
        .bcm2-clone-actions,
        .vag-medc17-actions,
        .vag-medc17-file-actions {
            display: grid !important;
            grid-template-columns: 1fr !important;
            gap: 8px;
            width: 100%;
        }
    
    .old-login-page input[type="email"],
        .old-login-page input[type="password"],
        .old-login-page .password-shell input,
        .register-form input,
        .register-form select,
        .register-form textarea,
        .tool-panel input,
        .tool-panel select,
        .tool-panel textarea {
            min-height: 44px;
            width: 100%;
            min-width: 0;
        }
}

@media (max-width: 480px) {
    .app-main,
        .dashboard .app-main,
        .shop-page .app-main,
        .old-login-shared .app-main,
        .register-page .app-main,
        .premium-auth-page .app-main {
            width: min(100%, calc(100vw - 10px)) !important;
        }
    
    .dash-topbar,
        .dash-panel,
        .dash-modules,
        .renewal-card,
        .shop-panel,
        .shop-hero,
        .register-form-card,
        .old-login-page .login-card,
        .tool-panel,
        .module-section,
        .admin-old-section {
            padding-left: 9px !important;
            padding-right: 9px !important;
        }
}

@media (max-width: 560px) {
    body.old-login-shared .app-header {
            min-height: 0;
            padding: 8px 10px;
            gap: 8px;
        }
    
    body.old-login-shared .app-brand img {
            height: 30px;
            max-width: 150px;
        }
    
    body.old-login-shared .app-actions {
            display: grid;
            grid-template-columns: 1fr;
            gap: 6px;
            width: min(320px, 100%);
            max-width: 100%;
        }
    
    body.old-login-shared .app-actions .app-btn {
            min-height: 34px;
            padding: 7px 10px;
            font-size: 10px;
        }
    
    body.old-login-shared .old-login-page {
            gap: 8px;
        }
    
    body.old-login-shared .old-login-main {
            order: 1;
        }
    
    body.old-login-shared .modules-wrap {
            order: 2;
        }
    
    body.old-login-shared .login-social-links {
            order: 3;
        }
    
    body.old-login-shared .login-side-column {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
    
    body.old-login-shared .login-card {
            order: 1;
        }
    
    body.old-login-shared .login-partner-card-compact {
            order: 2;
            grid-template-columns: 90px minmax(0, 1fr);
            min-height: 104px;
            padding: 10px;
        }
    
    body.old-login-shared .login-partner-card-compact img {
            width: 90px;
            max-width: 90px;
            height: 82px;
            object-fit: cover;
            object-position: center;
        }
    
    body.old-login-shared .hero-text {
            order: 2;
        }
}

@media (min-width: 993px) {
    body.old-login-shared .app-main {
            width: min(1120px, calc(100vw - 48px)) !important;
            margin-top: 12px !important;
        }
    
    body.old-login-shared .old-login-page {
            gap: 12px;
        }
    
    body.old-login-shared .old-login-main {
            grid-template-columns: minmax(520px, 1fr) minmax(380px, 430px);
            align-items: start;
            gap: 36px;
            width: 100%;
        }
    
    body.old-login-shared .hero-text {
            max-width: 620px;
            height: auto;
            min-height: 0;
        }
    
    body.old-login-shared .hero-text h1 {
            font-size: clamp(38px, 3vw, 46px);
        }
    
    body.old-login-shared .hero-text p {
            max-width: 600px;
        }
    
    body.old-login-shared .updates-card {
            width: 100%;
            max-width: 620px;
            min-height: 232px;
            margin-top: 26px;
        }
    
    body.old-login-shared .login-side-column {
            align-self: start;
            align-content: start;
            gap: 12px;
        }
    
    body.old-login-shared .login-side-column .login-partner-card {
            min-height: 132px;
            grid-template-columns: 120px minmax(0, 1fr);
            padding: 10px 12px;
        }
    
    body.old-login-shared .login-side-column .login-partner-card img {
            width: 120px;
            max-width: 120px;
            height: 84px;
            aspect-ratio: auto;
            object-fit: cover;
            object-position: center;
        }
}

