html,
body {
    min-height: 100%;
}

.toplink-auth *,
.toplink-auth *:before,
.toplink-auth *:after {
    box-sizing: border-box;
}

body.toplink-auth {
    margin: 0;
    color: #eef7ff;
    background: #071018;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

.toplink-auth-shell {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    background:
        radial-gradient(circle at 18% 18%, rgba(42, 229, 197, .28), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(111, 90, 255, .28), transparent 26%),
        linear-gradient(135deg, #071018 0%, #101827 48%, #071018 100%);
    isolation: isolate;
}

.toplink-auth-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, .18));
    z-index: -2;
}

.toplink-auth-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 18%, rgba(38, 231, 203, .12) 19%, transparent 20%),
        linear-gradient(65deg, transparent 68%, rgba(123, 92, 255, .13) 69%, transparent 70%);
    z-index: -1;
}

.toplink-theme-toggle {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 20;
    min-width: 92px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    color: #dcecff;
    border: 1px solid rgba(94, 255, 223, .24);
    border-radius: 999px;
    background: rgba(8, 20, 32, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 36px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    outline: none;
}

.toplink-theme-toggle:hover,
.toplink-theme-toggle:focus {
    color: #fff;
    border-color: rgba(94, 255, 223, .58);
    background: rgba(94, 255, 223, .12);
}

.toplink-theme-toggle .fa {
    color: #5effdf;
    font-size: 14px;
}

.toplink-auth-layout {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 46px;
    align-items: center;
    padding: 56px 0;
}

.toplink-auth-hero {
    min-width: 0;
}

.toplink-auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid rgba(70, 240, 215, .3);
    border-radius: 999px;
    background: rgba(8, 20, 32, .52);
    color: #72ffe7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.toplink-auth-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ff2d2;
    box-shadow: 0 0 18px rgba(63, 242, 210, .95);
}

.toplink-auth-title {
    margin: 22px 0 16px;
    max-width: 610px;
    color: #fff;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 760;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.toplink-auth-copy {
    max-width: 600px;
    color: #aebbd0;
    font-size: 16px;
    line-height: 1.68;
}

.toplink-auth-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
    margin-top: 34px;
}

.toplink-auth-metric {
    min-height: 82px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.toplink-auth-metric strong {
    display: block;
    color: #f9fcff;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.toplink-auth-metric span {
    display: block;
    margin-top: 11px;
    color: #8fa0b8;
    font-size: 12px;
    line-height: 1.35;
    text-transform: none;
}

.login.toplink-auth-card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    max-width: 430px;
    margin: 0 0 0 auto;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .9), rgba(7, 16, 26, .82));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38), 0 0 0 1px rgba(70, 240, 215, .06);
    backdrop-filter: blur(20px);
}

.login.toplink-auth-card:before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(64, 241, 213, .82), rgba(116, 98, 255, .48), rgba(255, 255, 255, .06));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.toplink-auth-card .loginbg {
    display: none;
}

.toplink-auth-card .head {
    min-height: 0;
    padding: 32px 34px 20px;
    background: transparent !important;
}

.toplink-auth-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.toplink-auth-logo img {
    max-width: 190px;
    height: auto !important;
    max-height: 56px;
}

.toplink-auth-logo {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.toplink-auth-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    letter-spacing: 0;
    line-height: 1;
}

.toplink-auth-brand img {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    box-shadow: 0 12px 28px rgba(0, 166, 200, .18);
    display: block;
    height: 42px !important;
    max-height: none;
    max-width: none;
    width: 42px;
}

.toplink-auth-brand span {
    color: currentColor;
    font-size: 27px;
    font-weight: 850;
}

.toplink-auth-chip {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(58, 240, 211, .12);
    border: 1px solid rgba(58, 240, 211, .26);
    color: #7dffea;
    font-size: 11px;
    font-weight: 700;
}

.toplink-auth-card .loginbox {
    padding: 0 34px 32px;
    background: transparent !important;
    color: #eef7ff;
}

.toplink-auth-card,
.toplink-auth-card .head,
.toplink-auth-card .loginbox,
.toplink-auth-card form {
    background-color: transparent !important;
}

.toplink-auth-panel-title {
    margin: 0 0 22px;
}

.toplink-auth-panel-title h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.toplink-auth-panel-title p {
    margin: 8px 0 0;
    color: #8ea0b8;
    font-size: 14px;
}

.toplink-field {
    position: relative;
    margin-bottom: 14px;
}

.toplink-field .fa {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #59efd6;
    font-size: 15px;
    z-index: 1;
}

.toplink-field input {
    width: 100%;
    height: 52px;
    padding: 0 16px 0 44px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, .07);
    color: #f5fbff;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.toplink-password-field input {
    padding-right: 50px;
}

.toplink-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    color: #91a3ba;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
    z-index: 2;
}

.toplink-password-toggle .fa {
    position: static;
    transform: none;
    color: inherit;
    font-size: 15px;
}

.toplink-password-toggle:hover,
.toplink-password-toggle:focus,
.toplink-password-toggle.is-visible {
    color: #72ffe7;
    background: rgba(94, 255, 223, .1);
}

.toplink-field input::placeholder {
    color: #7d8da5;
}

.toplink-field input:focus {
    border-color: rgba(71, 241, 215, .78);
    background: rgba(255, 255, 255, .095);
    box-shadow: 0 0 0 3px rgba(71, 241, 215, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.toplink-verify-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toplink-verify-row .toplink-field {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.toplink-verify-row img {
    flex: 0 0 auto;
    width: 96px !important;
    height: 36px !important;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    background: rgba(255, 255, 255, .08);
}

.verify {
    display: none;
}

.toplink-auth-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 16px 0 20px;
    color: #91a3ba;
    font-size: 13px;
}

.toplink-auth-links a {
    color: #75ffe8;
    text-decoration: none;
}

.toplink-auth-links a:hover {
    color: #fff;
}

.toplink-submit {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 8px;
    color: #041118;
    font-size: 15px;
    font-weight: 800;
    background: linear-gradient(135deg, #2f6fb1, #5d86c8);
    box-shadow: 0 16px 38px rgba(64, 241, 213, .28);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    white-space: normal;
}

.toplink-submit:hover,
.toplink-submit:focus {
    transform: translateY(-1px);
    box-shadow: 0 20px 46px rgba(64, 241, 213, .35);
    filter: saturate(1.08);
}

.toplink-submit:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.toplink-error {
    min-height: 22px;
    margin-top: 14px;
    color: #ff8f9a !important;
    font-size: 13px;
}

.toplink-language {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.toplink-language .flagstrap,
.toplink-language .btn-group {
    width: 100%;
}

.toplink-language .btn,
.toplink-language .btn-default,
.toplink-language .dropdown-toggle {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: #dcecff !important;
    border: 1px solid rgba(94, 255, 223, .22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .065) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    text-shadow: none;
}

.toplink-language .btn:hover,
.toplink-language .btn:focus,
.toplink-language .btn-group.open .dropdown-toggle {
    color: #fff !important;
    border-color: rgba(94, 255, 223, .62) !important;
    background: rgba(94, 255, 223, .1) !important;
    box-shadow: 0 0 0 3px rgba(94, 255, 223, .1), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.toplink-language .caret {
    margin-left: 10px;
    border-top-color: #5effdf;
}

.toplink-language .dropdown-menu {
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid rgba(94, 255, 223, .22);
    border-radius: 8px;
    background: rgba(9, 20, 33, .98);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

.toplink-language .dropdown-menu > li > a {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    color: #cbd9eb;
    border-radius: 6px;
}

.toplink-language .dropdown-menu > li > a:hover,
.toplink-language .dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(94, 255, 223, .12);
}

.toplink-language .flagstrap-icon {
    flex: 0 0 auto;
}

.toplink-auth-card .hr15,
.toplink-auth-card .other,
.toplink-auth-card .fr {
    float: none;
}

body.toplink-auth .alert-modal {
    background: rgba(1, 8, 15, .72);
    opacity: 1;
    filter: none;
    backdrop-filter: blur(10px);
}

body.toplink-auth .alert-container {
    overflow: hidden;
    border: 1px solid rgba(94, 255, 223, .28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .96), rgba(6, 16, 27, .94));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .48), 0 0 0 1px rgba(94, 255, 223, .08);
    backdrop-filter: blur(20px);
}

body.toplink-auth .alert-title,
body.toplink-auth .alert-btn-box {
    color: #eff8ff;
    background: rgba(7, 18, 30, .94);
    border-color: rgba(255, 255, 255, .1);
}

body.toplink-auth .alert-content {
    color: #dcecff;
    background: transparent;
}

body.toplink-auth .alert-btn-p {
    color: #061019;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #5effdf, #8ea2ff);
    font-weight: 800;
}

body.toplink-auth .alert-btn-p:hover {
    color: #041118;
    background: linear-gradient(135deg, #85ffe9, #a7b5ff);
}

.toplink-auth-alert .alert-content {
    padding: 24px 24px 72px;
}

.toplink-auth-alert-body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.toplink-auth-alert-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(94, 255, 223, .36);
    border-radius: 50%;
    color: #72ffe7;
    background: rgba(94, 255, 223, .12);
    font-weight: 900;
    box-shadow: 0 0 24px rgba(94, 255, 223, .2);
}

.toplink-auth-alert-body p {
    margin: 4px 0 0;
    color: #e8f4ff;
    font-size: 14px;
    line-height: 1.7;
}

.toplink-auth-alert-form .alert-content {
    padding-bottom: 82px;
}

.toplink-auth-alert-form label {
    color: #eef7ff;
    font-weight: 700;
}

.toplink-auth-alert-form .form-control {
    height: 44px;
    color: #f5fbff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
}

.toplink-auth-alert-form .form-control:focus {
    border-color: rgba(71, 241, 215, .78);
    box-shadow: 0 0 0 3px rgba(71, 241, 215, .12);
}

body.toplink-auth.theme-light {
    color: #132235;
    background: #f5f8fb;
}

.theme-light .toplink-auth-shell {
    background:
        radial-gradient(circle at 15% 12%, rgba(92, 139, 196, .16), transparent 25%),
        radial-gradient(circle at 84% 10%, rgba(110, 122, 255, .12), transparent 24%),
        linear-gradient(135deg, #f8fafc 0%, #eef3f8 48%, #f7f9fc 100%);
}

.theme-light .toplink-auth-grid {
    background-image:
        linear-gradient(rgba(25, 52, 78, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 52, 78, .08) 1px, transparent 1px);
}

.theme-light .toplink-auth-shell:before {
    background:
        linear-gradient(115deg, transparent 18%, rgba(38, 201, 183, .13) 19%, transparent 20%),
        linear-gradient(65deg, transparent 68%, rgba(123, 124, 255, .12) 69%, transparent 70%);
}

.theme-light .toplink-theme-toggle {
    color: #203247;
    border-color: rgba(31, 158, 146, .24);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 14px 36px rgba(42, 75, 108, .14);
}

.theme-light .toplink-theme-toggle:hover,
.theme-light .toplink-theme-toggle:focus {
    color: #0b1726;
    border-color: rgba(31, 158, 146, .46);
    background: rgba(255, 255, 255, .92);
}

.theme-light .toplink-auth-kicker {
    color: #08766b;
    border-color: rgba(18, 170, 152, .26);
    background: rgba(255, 255, 255, .64);
}

.theme-light .toplink-auth-title,
.theme-light .toplink-auth-panel-title h2,
.theme-light .toplink-auth-logo {
    color: #102034;
}

.theme-light .toplink-auth-copy,
.theme-light .toplink-auth-panel-title p,
.theme-light .toplink-auth-metric span {
    color: #5d6f84;
}

.theme-light .toplink-auth-metric {
    border-color: rgba(28, 58, 88, .12);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 26px rgba(42, 75, 108, .06);
}

.theme-light .toplink-auth-metric strong {
    color: #12253b;
}

.theme-light .login.toplink-auth-card {
    border-color: rgba(28, 58, 88, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(247, 250, 253, .88));
    box-shadow: 0 24px 64px rgba(42, 75, 108, .14), 0 0 0 1px rgba(255, 255, 255, .76);
}

.theme-light .login.toplink-auth-card:before {
    background: linear-gradient(135deg, rgba(30, 190, 172, .52), rgba(111, 122, 255, .28), rgba(255, 255, 255, .72));
}

.theme-light .toplink-auth-card .loginbox {
    color: #15263a;
}

.theme-light .toplink-auth-chip {
    color: #08766b;
    border-color: rgba(18, 170, 152, .22);
    background: rgba(18, 170, 152, .1);
}

.theme-light .toplink-field .fa {
    color: #0aa895;
}

.theme-light .toplink-field input {
    color: #14263b;
    border-color: rgba(28, 58, 88, .14);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
}

.theme-light .toplink-password-toggle {
    color: #65768a;
}

.theme-light .toplink-password-toggle:hover,
.theme-light .toplink-password-toggle:focus,
.theme-light .toplink-password-toggle.is-visible {
    color: #08766b;
    background: rgba(31, 158, 146, .1);
}

.theme-light .toplink-field input::placeholder {
    color: #8090a3;
}

.theme-light .toplink-field input:focus {
    border-color: rgba(13, 172, 153, .7);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 0 0 3px rgba(13, 172, 153, .13), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.theme-light .toplink-verify-row img {
    border-color: rgba(28, 58, 88, .14) !important;
    background: rgba(255, 255, 255, .72);
}

.theme-light .toplink-auth-links,
.theme-light .toplink-error {
    color: #65768a !important;
}

.theme-light .toplink-auth-links a {
    color: #087f74;
}

.theme-light .toplink-auth-links a:hover {
    color: #102034;
}

.theme-light .toplink-language .btn,
.theme-light .toplink-language .btn-default,
.theme-light .toplink-language .dropdown-toggle {
    color: #203247 !important;
    border-color: rgba(31, 158, 146, .2) !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
}

.theme-light .toplink-language .btn:hover,
.theme-light .toplink-language .btn:focus,
.theme-light .toplink-language .btn-group.open .dropdown-toggle {
    color: #102034 !important;
    border-color: rgba(31, 158, 146, .48) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 0 0 3px rgba(31, 158, 146, .12), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.theme-light .toplink-language .dropdown-menu {
    border-color: rgba(31, 158, 146, .18);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(42, 75, 108, .2);
}

.theme-light .toplink-language .dropdown-menu > li > a {
    color: #33465d;
}

.theme-light .toplink-language .dropdown-menu > li > a:hover,
.theme-light .toplink-language .dropdown-menu > li > a:focus {
    color: #102034;
    background: rgba(31, 158, 146, .1);
}

body.toplink-auth.theme-light .alert-modal {
    background: rgba(218, 229, 239, .66);
}

body.toplink-auth.theme-light .alert-container {
    border-color: rgba(31, 158, 146, .22);
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(243, 248, 252, .94));
    box-shadow: 0 28px 80px rgba(42, 75, 108, .22), 0 0 0 1px rgba(255, 255, 255, .72);
}

body.toplink-auth.theme-light .alert-title,
body.toplink-auth.theme-light .alert-btn-box {
    color: #102034;
    background: rgba(247, 251, 255, .96);
    border-color: rgba(28, 58, 88, .1);
}

body.toplink-auth.theme-light .alert-content,
body.toplink-auth.theme-light .toplink-auth-alert-body p,
body.toplink-auth.theme-light .toplink-auth-alert-form label {
    color: #203247;
}

body.toplink-auth.theme-light .toplink-auth-alert-icon {
    color: #08766b;
    border-color: rgba(18, 170, 152, .25);
    background: rgba(18, 170, 152, .1);
    box-shadow: 0 0 24px rgba(18, 170, 152, .12);
}

body.toplink-auth.theme-light .toplink-auth-alert-form .form-control {
    color: #14263b;
    border-color: rgba(28, 58, 88, .14);
    background: rgba(255, 255, 255, .78);
}

.toplink-auth .toplink-auth-chip,
.toplink-auth-kicker,
.theme-light .toplink-auth-chip,
.theme-light .toplink-auth-kicker {
    background: rgba(64, 115, 180, .12);
    border-color: rgba(120, 157, 205, .26);
    color: #c8dcf6;
}

.toplink-auth-kicker:before {
    background: #7ea7df;
    box-shadow: 0 0 14px rgba(126, 167, 223, .48);
}

.theme-light .toplink-auth-chip,
.theme-light .toplink-auth-kicker {
    color: #28537f;
}

.toplink-theme-toggle,
.theme-light .toplink-theme-toggle {
    border-color: rgba(120, 157, 205, .28);
}

.toplink-theme-toggle:hover,
.toplink-theme-toggle:focus {
    border-color: rgba(126, 167, 223, .5);
    background: rgba(126, 167, 223, .12);
}

.toplink-theme-toggle .fa,
.theme-light .toplink-theme-toggle .fa {
    color: #7ea7df;
}

.theme-light .toplink-field .fa,
.theme-light .toplink-password-toggle:hover,
.theme-light .toplink-password-toggle:focus,
.theme-light .toplink-password-toggle.is-visible,
.theme-light .toplink-auth-links a,
body.toplink-auth.theme-light .toplink-auth-alert-icon {
    color: #28537f;
}

.theme-light .toplink-field input:focus,
.toplink-auth-alert-form .form-control:focus {
    border-color: rgba(67, 122, 190, .66);
    box-shadow: 0 0 0 3px rgba(67, 122, 190, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.toplink-auth.theme-light .toplink-auth-alert-icon {
    border-color: rgba(120, 157, 205, .28);
    background: rgba(64, 115, 180, .1);
    box-shadow: 0 0 24px rgba(67, 122, 190, .12);
}

@media (max-width: 900px) {
    .toplink-auth-layout {
        grid-template-columns: 1fr;
        width: min(560px, calc(100% - 32px));
        gap: 30px;
        padding: 32px 0;
    }

    .toplink-auth-title {
        font-size: 38px;
        line-height: 1.08;
    }

    .toplink-auth-metrics {
        grid-template-columns: 1fr;
    }

    .login.toplink-auth-card {
        margin: 0;
        max-width: none;
    }
}

@media (max-width: 520px) {
    .toplink-auth-hero {
        display: none;
    }

    .toplink-auth-layout {
        width: calc(100% - 24px);
        padding: 18px 0;
    }

    .login.toplink-auth-card {
        width: 100%;
    }

    .toplink-auth-card .head,
    .toplink-auth-card .loginbox {
        padding-left: 22px;
        padding-right: 22px;
    }

    .toplink-auth-brand {
        gap: 12px;
    }

    .toplink-auth-logo img {
        max-width: 150px;
    }

    .toplink-verify-row {
        align-items: stretch;
        flex-direction: column;
    }

    .toplink-verify-row img {
        width: 100% !important;
        max-width: 140px;
        height: 40px !important;
    }

    .toplink-auth-links {
        align-items: flex-start;
        flex-direction: column;
    }
}

.toplink-auth-shell {
    background:
        radial-gradient(circle at 18% 18%, rgba(67, 122, 190, .22), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(111, 90, 255, .2), transparent 26%),
        linear-gradient(135deg, #071018 0%, #101827 48%, #071018 100%);
}

.toplink-auth-shell:before {
    background:
        linear-gradient(115deg, transparent 18%, rgba(67, 122, 190, .1) 19%, transparent 20%),
        linear-gradient(65deg, transparent 68%, rgba(123, 92, 255, .12) 69%, transparent 70%);
}

.login.toplink-auth-card {
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38), 0 0 0 1px rgba(67, 122, 190, .08);
}

.login.toplink-auth-card:before {
    background: linear-gradient(135deg, rgba(96, 138, 196, .64), rgba(116, 98, 255, .36), rgba(255, 255, 255, .06));
}

.toplink-auth-brand img {
    box-shadow: 0 12px 28px rgba(67, 122, 190, .14);
}

.toplink-field .fa,
.toplink-auth-links a {
    color: #9dbbe2;
}

.toplink-field input:focus,
.toplink-auth-alert-form .form-control:focus {
    border-color: rgba(126, 167, 223, .72);
    box-shadow: 0 0 0 3px rgba(67, 122, 190, .14), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.toplink-submit,
.toplink-auth-alert .alert-btn-p,
.toplink-auth-alert-form .alert-btn-p {
    background: linear-gradient(135deg, #5f89c8, #8ea2ff) !important;
    box-shadow: 0 16px 38px rgba(67, 122, 190, .24) !important;
}
