@CHARSET "UTF-8";

:root {
    --c-primary: #0E7BCE;
    --c-primary-light: #3ea5e5;
    --c-primary-dark: #0a5a99;
    --c-accent: #c9a96e;
    --c-accent-light: #e0c998;
    --c-accent-dark: #a8874d;
    --c-bg: #1D1D1D;
    --c-bg-2: #252525;
    --c-bg-3: #2e2e2e;
    --c-bg-4: #383838;
    --c-surface: rgba(35, 35, 35, 0.94);
    --c-surface-2: rgba(42, 42, 42, 0.9);
    --c-border: rgba(201, 169, 110, 0.18);
    --c-border-strong: rgba(201, 169, 110, 0.35);
    --c-text: #f0f0f0;
    --c-text-2: rgba(240, 240, 240, 0.75);
    --c-text-3: rgba(240, 240, 240, 0.55);
    --c-text-4: rgba(240, 240, 240, 0.4);
    --c-danger: #e74c3c;
    --c-success: #2ecc71;
    --radius-xs: 4px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.45);
    --shadow-xl: 0 24px 72px rgba(0, 0, 0, 0.55);
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    background: var(--c-bg);
    color: var(--c-text);
    -webkit-font-smoothing: antialiased;
}

.wst-login-middle input[type=text],
.wst-login-middle input[type=password],
.wst-login-middle input[type=submit],
.wst-regist-b input[type=text],
.wst-regist-b input[type=password],
.wst-regist-b input[type=submit] {
    border: none;
    /* height: auto; */
    line-height: normal;
    padding: 0;
    margin: 0;
    /* background: transparent; */
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wst-login-middle select,
.wst-regist-b select {
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
}

.wst-login-middle ol,
.wst-login-middle ul,
.wst-regist-b ol,
.wst-regist-b ul {
    list-style: none;
}

.wst-login-middle a,
.wst-regist-b a {
    color: var(--c-primary);
    text-decoration: none;
    transition: color 0.25s var(--ease);
}

.wst-login-middle a:hover,
.wst-regist-b a:hover {
    color: var(--c-primary-light);
    text-decoration: none;
}

.wst-login-banner { display: none; }
.wst-login-but.wst-location { display: none; }
.wst-right-action { display: none; }


/* ============================================================
   SHARED DECORATIVE UTILITIES
   ============================================================ */
.wst-login-middle .wst-container,
.wst-regist-b .wst-container {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.wst-clear {
    clear: both;
    height: 0;
}

.wst-ornament-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--c-accent);
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.wst-ornament-divider::before,
.wst-ornament-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    max-width: 80px;
    background: linear-gradient(90deg, transparent, var(--c-accent), transparent);
}

.wst-ornament-flourish {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.wst-ornament-flourish::before,
.wst-ornament-flourish::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 1px;
    background: var(--c-accent);
}

.wst-ornament-flourish::before {
    left: 0;
    transform: translateY(-50%);
}

.wst-ornament-flourish::after {
    right: 0;
    transform: translateY(-50%);
}

.wst-ornament-diamond {
    width: 8px;
    height: 8px;
    background: var(--c-accent);
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 6px;
    box-shadow: 0 0 8px rgba(201, 169, 110, 0.4);
}


/* ============================================================
   LOGIN PAGE
   ============================================================ */
.wst-login-middle {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: visible;
    background-color: var(--c-bg);
    background-image:
        radial-gradient(circle at 10% 20%, rgba(201, 169, 110, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(14, 123, 206, 0.05) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.01) 0%, transparent 60%),
        linear-gradient(180deg, #1D1D1D 0%, #222226 50%, #1D1D1D 100%);
}

.wst-login-middle::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(201, 169, 110, 0.03) 0%, transparent 3%),
        radial-gradient(circle at 80% 70%, rgba(201, 169, 110, 0.03) 0%, transparent 3%),
        radial-gradient(circle at 30% 80%, rgba(14, 123, 206, 0.03) 0%, transparent 2.5%),
        radial-gradient(circle at 70% 20%, rgba(14, 123, 206, 0.03) 0%, transparent 2.5%),
        radial-gradient(circle at 50% 60%, rgba(201, 169, 110, 0.02) 0%, transparent 4%);
    background-size: 200px 200px, 250px 250px, 300px 300px, 220px 220px, 280px 280px;
    pointer-events: none;
    z-index: 0;
}

.wst-login-middle::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid rgba(201, 169, 110, 0.08);
    border-radius: var(--radius-lg);
    pointer-events: none;
    z-index: 0;
}

.wst-login-middle .wst-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 60px;
}

/* --- Left Decorative Panel --- */
.wst-login-brand {
    width: 440px;
    color: var(--c-text);
    position: relative;
    animation: fadeSlideIn 0.9s var(--ease);
    padding: 50px 40px;
}

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.wst-login-brand::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: var(--radius-lg);
    pointer-events: none;
}

.wst-login-brand::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid rgba(14, 123, 206, 0.12);
    border-radius: var(--radius-md);
    pointer-events: none;
}

.wst-login-brand > * {
    position: relative;
    z-index: 1;
}

.wst-login-brand .corner-flourish {
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 0;
}

.wst-login-brand .corner-flourish.tl {
    top: 35px;
    left: 35px;
    border-top: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    border-top-left-radius: 8px;
}

.wst-login-brand .corner-flourish.tr {
    top: 35px;
    right: 35px;
    border-top: 2px solid var(--c-accent);
    border-right: 2px solid var(--c-accent);
    border-top-right-radius: 8px;
}

.wst-login-brand .corner-flourish.bl {
    bottom: 35px;
    left: 35px;
    border-bottom: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    border-bottom-left-radius: 8px;
}

.wst-login-brand .corner-flourish.br {
    bottom: 35px;
    right: 35px;
    border-bottom: 2px solid var(--c-accent);
    border-right: 2px solid var(--c-accent);
    border-bottom-right-radius: 8px;
}

.wst-login-brand .brand-logo {
    margin-bottom: 28px;
    text-align: center;
}

.wst-login-brand .brand-logo a {
    display: inline-block;
    padding: 20px 32px;
    position: relative;
}

.wst-login-brand .brand-logo a::before,
.wst-login-brand .brand-logo a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--c-accent);
    opacity: 0.6;
    transition: all 0.3s var(--ease);
}

.wst-login-brand .brand-logo a::before {
    top: 0; left: 0;
    border-right: none;
    border-bottom: none;
}

.wst-login-brand .brand-logo a::after {
    bottom: 0; right: 0;
    border-left: none;
    border-top: none;
}

.wst-login-brand .brand-logo a:hover::before,
.wst-login-brand .brand-logo a:hover::after {
    width: 28px;
    height: 28px;
    opacity: 1;
}

.wst-login-brand .brand-logo img {
    max-width: 140px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s var(--ease), transform 0.3s var(--ease);
}

.wst-login-brand .brand-logo a:hover img {
    filter: brightness(0) invert(1) drop-shadow(0 0 20px rgba(201, 169, 110, 0.4));
    transform: scale(1.02);
}

.wst-login-brand .brand-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 14px;
    text-align: center;
    color: var(--c-text);
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(201, 169, 110, 0.25);
}

.wst-login-brand .brand-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, var(--c-accent), var(--c-primary), var(--c-accent), transparent);
    border-radius: 2px;
}

.wst-login-brand .brand-subtitle {
    font-size: 14px;
    color: var(--c-text-3);
    line-height: 2;
    margin-bottom: 32px;
    text-align: center;
    padding: 0 20px;
}

.wst-login-brand .brand-features {
    padding: 0;
    margin: 0 0 28px;
}

.wst-login-brand .brand-features li {
    padding: 14px 20px;
    color: var(--c-text-2);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.06), transparent);
    border-left: 3px solid var(--c-accent);
    margin-bottom: 10px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    transition: all 0.3s var(--ease);
}

.wst-login-brand .brand-features li:hover {
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.12), transparent);
    color: var(--c-text);
    transform: translateX(4px);
}

.wst-login-brand .brand-features li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--c-accent);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.2);
    flex-shrink: 0;
}

.wst-login-brand .brand-features li::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid var(--c-accent);
    opacity: 0.5;
}

.wst-login-brand .trust-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(201, 169, 110, 0.15);
}

.wst-login-brand .trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--c-text-3);
    font-size: 11px;
    letter-spacing: 1px;
}

.wst-login-brand .trust-badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 169, 110, 0.15), rgba(14, 123, 206, 0.1));
    border: 1px solid rgba(201, 169, 110, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--c-accent);
}

.wst-login-brand .trust-badge-icon.shield::before { content: '🛡'; }
.wst-login-brand .trust-badge-icon.lock::before { content: '🔒'; }
.wst-login-brand .trust-badge-icon.heart::before { content: '❤'; }


/* --- Right Login Card --- */
.wst-login_l {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeSlideIn 0.9s var(--ease) 0.15s backwards;
}

.wst-login_r {
    width: 480px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-lg);
    padding: 0;
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(201, 169, 110, 0.1);
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.wst-login_r::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-primary) 50%, var(--c-accent) 100%);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.wst-login_r::after {
    /* content: ''; */
    position: absolute;
    top: 16px;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.2), transparent);
}

.wst-login_r .corner-deco {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
    z-index: 10;
}

.wst-login_r .corner-deco.tl {
    top: 10px;
    left: 10px;
    border-top: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    border-top-left-radius: 12px;
}

.wst-login_r .corner-deco.tr {
    top: 10px;
    right: 10px;
    border-top: 2px solid var(--c-accent);
    border-right: 2px solid var(--c-accent);
    border-top-right-radius: 12px;
}

.wst-login_r .corner-deco.bl {
    bottom: 10px;
    left: 10px;
    border-bottom: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    border-bottom-left-radius: 12px;
}

.wst-login_r .corner-deco.br {
    bottom: 10px;
    right: 10px;
    border-bottom: 2px solid var(--c-accent);
    border-right: 2px solid var(--c-accent);
    border-bottom-right-radius: 12px;
}

.wst-login_r .wst-tab-box {
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 2;
    padding: 40px 44px 32px;
}

/* --- Tab Navigation --- */
.wst-login_r .wst-tab-nav {
    width: 100%;
    margin: 0 0 28px;
    border-bottom: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 4px;
    position: relative;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    border-radius: var(--radius-md);
    padding: 5px;
    border: 1px solid rgba(201, 169, 110, 0.1);
}

.wst-login_r .wst-tab-nav li {
    min-width: auto;
    margin: 0;
    padding: 10px 22px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: var(--c-text-3);
    position: relative;
    transition: all 0.3s var(--ease);
    border-radius: var(--radius-sm);
}

.wst-login_r .wst-tab-nav li:hover {
    color: var(--c-text-2);
}

.wst-login_r .wst-tab-nav li:after {
    display: none;
}

.wst-login_r .wst-tab-nav .on {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-primary) 100%);
    box-shadow: 0 2px 8px rgba(201, 169, 110, 0.25);
}

.wst-login_r .wst-tab-nav .on::after {
    display: none;
}

/* --- Form Content --- */
.wst-login_r .wst-tab-content {
    position: relative;
    min-height: 320px;
}

.wst-login_r .wst-tab-item {
    animation: formFadeIn 0.5s var(--ease);
}

@keyframes formFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.wst-item {
    position: relative;
    margin-bottom: 16px;
}

.wst-item-box {
    border: 1px solid var(--c-border);
    height: 48px;
    line-height: 48px;
    width: 100%;
    margin: 0 auto;
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s var(--ease);
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
}

.wst-item-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--c-accent), var(--c-primary));
    opacity: 0;
    transition: opacity 0.3s var(--ease);
}

.wst-item-box:hover {
    border-color: var(--c-border-strong);
    background: rgba(0, 0, 0, 0.35);
}

.wst-item-box:focus-within {
    border-color: var(--c-accent);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

.wst-item-box:focus-within::before {
    opacity: 1;
}

.wst-item-box:has(.wst-login-but) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible;
}

.wst-item-box:has(.wst-login-but)::before {
    display: none;
}

.wst-item-box .login-img,
.wst-item-box .password-img,
.wst-item-box .yanzheng-img {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-left: 14px;
    margin-right: 8px;
    float: left;
    background-size: 80%;
    background-color: transparent;
    filter: brightness(0) invert(0.55);
    transition: filter 0.3s var(--ease);
}

.wst-item-box:focus-within .login-img,
.wst-item-box:focus-within .password-img,
.wst-item-box:focus-within .yanzheng-img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(15%) saturate(500%) hue-rotate(10deg);
}

/* --- New SVG icon styling --- */
.wst-item-box .form-icon {
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-4);
    flex-shrink: 0;
    transition: color 0.3s var(--ease);
    pointer-events: none;
}

.wst-item-box .form-icon svg {
    width: 20px;
    height: 20px;
}

.wst-item-box:focus-within .form-icon {
    color: var(--c-accent);
}

.wst-item-box .wst-login-input-1 {
    flex: 1;
    width: auto !important;
    min-width: 0;
}

.wst-item-box .wst-login-codein-1 {
    flex: 1;
    width: auto !important;
    min-width: 0;
    position: static !important;
}

input.wst-login-input-1 {
    margin: 0;
    padding: 2px 4px;
    font-size: 14px;
    outline: none;
    width: auto;
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--c-text);
}

input.wst-login-input-1::placeholder {
    color: var(--c-text-4);
}

/* --- Verification Code Input --- */
.wst-login-code-1 {
    height: 48px;
    border-radius: var(--radius-md);
    overflow: visible;
    position: relative;
    transition: all 0.3s var(--ease);
    display: flex;
    align-items: center;
    width: 100%;
}

.wst-login-code-1:hover {
}

.wst-login-code-1:focus-within {
}

input.wst-login-codein-1 {
    padding: 0;
    padding-left: 0;
    width: auto;
    flex: 1;
    min-width: 0;
    height: 46px;
    font-size: 14px;
    outline: none;
    border: 0;
    background: transparent;
    color: var(--c-text);
    position: static;
    left: auto;
    top: auto;
}

input.wst-login-codein-1::placeholder {
    color: var(--c-text-4);
}

.wst-login-codeim-1 {
    width: 120px !important;
    height: 46px !important;
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    float: none !important;
    flex-shrink: 0;
    margin-top: 0 !important;
    margin-right: 0 !important;
    cursor: pointer;
    transition: opacity 0.3s var(--ease);
}

.wst-login-codeim-1:hover {
    opacity: 0.8;
}

/* --- Login Button --- */
.wst-item .wst-login-but {
    display: block;
    position: relative;
    background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-primary) 100%);
    color: #fff;
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 0.3s var(--ease);
    border: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    letter-spacing: 4px;
    box-shadow: 0 4px 16px rgba(201, 169, 110, 0.25);
}

.wst-item .wst-login-but:hover {
    background: linear-gradient(135deg, var(--c-accent-light) 0%, var(--c-primary-light) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 169, 110, 0.4);
}

.wst-item .wst-login-but:active {
    transform: translateY(0);
}

.wst-item .wst-login-but::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.wst-item .wst-login-but::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}

/* --- Remember / Forgot Table --- */
.wst-login_r .wst-table {
    margin-top: 4px;
    color: var(--c-text-3);
    font-size: 12px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.wst-login-tr {
    height: auto;
    padding: 6px 0;
}

.wst-login-ch {
    accent-color: var(--c-accent);
    width: auto;
    height: auto;
    vertical-align: middle;
}

.wst-login_r label {
    color: var(--c-text-3);
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}

.wst-login_r label a {
    color: var(--c-text-3);
    text-decoration: none;
}

.wst-login_r label a:hover {
    color: var(--c-accent);
}

/* --- Social Login Section --- */
.wst-social-login {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(201, 169, 110, 0.12);
}

.wst-social-login-title {
    text-align: center;
    font-size: 12px;
    color: var(--c-text-4);
    margin-bottom: 14px;
    letter-spacing: 2px;
    position: relative;
}

.wst-social-login-title::before,
.wst-social-login-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.2), transparent);
}

.wst-social-login-title::before { left: 0; }
.wst-social-login-title::after { right: 0; }

.wst-social-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.wst-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(201, 169, 110, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-3);
    cursor: pointer;
    transition: all 0.3s var(--ease);
    font-size: 16px;
    text-decoration: none;
}

.wst-social-icon:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
    background: rgba(201, 169, 110, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 169, 110, 0.2);
}

/* --- QR Code --- */
.qrcode-main {
    width: 100%;
    margin: 10px auto 0;
    overflow: hidden;
    text-align: center;
}

.qrcode-main .qrcode-img {
    width: 180px;
    height: 180px;
    margin: 0 auto 16px;
    padding: 14px;
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md), 0 0 0 4px rgba(201, 169, 110, 0.15);
    position: relative;
}

.qrcode-main .qrcode-img::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: calc(var(--radius-md) + 2px);
    pointer-events: none;
}

.qrcode-main .qrcode-img img {
    width: 100%;
    height: 100%;
}

.qrcode-main p {
    text-align: center;
    color: var(--c-text-3);
    font-size: 13px;
    margin: 0;
}

.qrcode-main p span {
    color: var(--c-accent);
    font-weight: 600;
}

.wst-login_r .wst-tab-box .qr-coagent {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
    padding: 0;
    line-height: 25px;
    overflow: hidden;
    list-style: none;
}

.wst-login_r .wst-tab-box .qr-coagent li {
    float: left;
    text-align: left;
    position: relative;
    height: 40px;
    width: 33.33%;
    color: var(--c-text-3);
    font-size: 12px;
}

.wst-login_r .wst-tab-box .qr-coagent li i {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/qr-coagent.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
}

.wst-login_r .wst-tab-box .qr-coagent li em {
    font-style: normal;
    padding-left: 0;
    display: block;
    text-align: center;
    margin-top: 26px;
}

.wst-login_r .wst-tab-box .qr-coagent li .more-safe {
    background-position: -54px;
}

.wst-login_r .wst-tab-box .qr-coagent li .faster {
    background-position: -27px;
}

/* --- Mobile Code in Login --- */
.wst-login-tr .wst-regist-codemo {
    width: auto;
    flex: 1;
    height: 46px;
    border: 0;
    border-radius: 0;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    background: transparent;
    color: var(--c-text);
}

.wst-login-tr .wst-regist-codemo::placeholder {
    color: var(--c-text-4);
}

.wst-login-tr .wst-regist-obtain {
    width: 128px;
    height: 36px;
    background: rgba(201, 169, 110, 0.08);
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: var(--radius-sm);
    color: var(--c-accent);
    font-size: 12px;
    cursor: pointer;
    float: none;
    transition: all 0.3s var(--ease);
    padding: 0 10px;
    flex-shrink: 0;
}

.wst-login-tr .wst-regist-obtain:hover {
    background: rgba(201, 169, 110, 0.18);
    border-color: var(--c-accent);
    color: var(--c-accent-light);
}

.wst-login-middle #mobileCodeDiv {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 0 12px 0 0;
    margin-left: 0;
    flex: 1;
}

.wst-login-middle #mobileCodeDiv .wst-regist-codemo {
    flex: 1 !important;
    width: auto !important;
    margin-left: 0;
    height: 44px;
}

.wst-login-middle #mobileCodeDiv .wst-regist-obtain {
    flex-shrink: 0;
    height: 34px;
    font-size: 12px;
    float: none;
}

.wst-login-middle #mobileCodeDiv span {
    display: none;
}

/* --- Form sizing --- */
.wst-login_r .wst-tab-content .wst-tab-item form .wst-item-box {
    position: relative;
    max-width: 100%;
    margin: 14px auto;
}

.wst-login_r .wst-tab-item form .wst-item-box input.wst-login-input-1 {
    height: 44px;
    width: auto;
}

.wst-login_r .wst-tab-item form .wst-item-box .wst-login-tr {
    padding: 0;
    height: 48px;
}

.wst-login_r .wst-tab-item form .wst-item-box .wst-login-tr .wst-regist-codemo {
    height: 44px;
}

/* --- Validation --- */
.wst-login_r .n-default {
    color: var(--c-text-3);
    font-size: 12px;
}

.wst-login_r .msg-box {
    color: var(--c-danger);
    font-size: 12px;
    margin-top: 5px;
}

.wst-login_r .msg-wrap {
    position: relative;
}

.wst-login_r .msg-wrap .msg-box {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
    padding: 4px 8px;
    border-radius: 4px;
    white-space: normal;
    display: block;
    margin-top: 4px;
}

.n-default .n-left,
.n-default .n-right {
    position: static;
    margin-top: 0;
}


/* ============================================================
   REGISTER PAGE
   ============================================================ */
.wst-login-banner-regist {
    display: none;
}

.wst-regist-b {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: visible;
    background-color: var(--c-bg);
    background-image:
        radial-gradient(circle at 15% 15%, rgba(201, 169, 110, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(14, 123, 206, 0.04) 0%, transparent 45%),
        linear-gradient(180deg, #1D1D1D 0%, #222226 50%, #1D1D1D 100%);
    padding: 50px 0;
}

.wst-regist-b::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border: 1px solid rgba(201, 169, 110, 0.08);
    border-radius: var(--radius-lg);
    pointer-events: none;
    z-index: 0;
}

.wst-regist-b::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 12%, rgba(201, 169, 110, 0.05) 0%, transparent 30%),
        radial-gradient(circle at 20% 88%, rgba(14, 123, 206, 0.04) 0%, transparent 35%);
    z-index: 0;
    pointer-events: none;
}

.wst-regist-b .wst-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.wst-regist {
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.wst-regist-c {
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: var(--radius-lg);
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    box-shadow: var(--shadow-xl), 0 0 0 1px rgba(201, 169, 110, 0.08);
    position: relative;
    overflow: visible;
    animation: fadeSlideIn 0.8s var(--ease);
    z-index: 1;
}

.wst-regist-c::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-primary) 50%, var(--c-accent) 100%);
}

.wst-regist-c::after {
    /* content: ''; */
    position: absolute;
    top: 14px;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.15), transparent);
}

.wst-regist-c .corner-deco {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
    z-index: 10;
}

.wst-regist-c .corner-deco.tl {
    top: 8px;
    left: 8px;
    border-top: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    border-top-left-radius: 12px;
}

.wst-regist-c .corner-deco.tr {
    top: 8px;
    right: 8px;
    border-top: 2px solid var(--c-accent);
    border-right: 2px solid var(--c-accent);
    border-top-right-radius: 12px;
}

.wst-regist-c .corner-deco.bl {
    bottom: 8px;
    left: 8px;
    border-bottom: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    border-bottom-left-radius: 12px;
}

.wst-regist-c .corner-deco.br {
    bottom: 8px;
    right: 8px;
    border-bottom: 2px solid var(--c-accent);
    border-right: 2px solid var(--c-accent);
    border-bottom-right-radius: 12px;
}

.wst-regist-brand-top {
    text-align: center;
    padding: 32px 50px 20px;
    /* border-bottom: 1px solid rgba(201, 169, 110, 0.1); */
    position: relative;
}

.wst-regist-brand-top .regist-brand-logo {
    max-width: 90px;
    filter: brightness(0) invert(1);
    transition: all 0.3s var(--ease);
}

.wst-regist-brand-top:hover .regist-brand-logo {
    filter: brightness(0) invert(1) drop-shadow(0 0 20px rgba(201, 169, 110, 0.4));
}

.wst-regist-head {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Helvetica Neue', sans-serif;
    color: var(--c-text);
    text-align: center;
    margin: 0;
    padding: 18px 50px 24px;
    letter-spacing: 3px;
    position: relative;
}

.wst-regist-head::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, transparent, var(--c-accent), var(--c-primary), var(--c-accent), transparent);
}

.wst-register_r {
    padding: 0 40px 40px;
}

.wst-register_r .wst-tab-box {
    width: 100%;
    overflow: visible;
}

.wst-register_r .wst-tab-nav {
    width: 100%;
    margin: 0 0 28px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 4px;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    border-radius: var(--radius-md);
    padding: 5px;
    border: 1px solid rgba(201, 169, 110, 0.1);
}

.wst-register_r .wst-tab-nav li {
    min-width: auto;
    margin: 0;
    padding: 10px 28px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: var(--c-text-3);
    position: relative;
    transition: all 0.3s var(--ease);
    border-radius: var(--radius-sm);
}

.wst-register_r .wst-tab-nav li:hover {
    color: var(--c-text-2);
}

.wst-register_r .wst-tab-nav li:after {
    display: none;
}

.wst-register_r .wst-tab-nav .on {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-primary) 100%);
    box-shadow: 0 2px 8px rgba(201, 169, 110, 0.25);
}

.wst-register_r .wst-tab-nav .on::after {
    display: none;
}

.wst-register_r .wst-tab-content {
    min-height: 400px;
}

/* --- Register Form Table (Complex Styling) --- */
.wst-table {
    width: 100%;
    color: var(--c-text-2);
    font-size: 13px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
}

.wst-regist td {
    padding: 0;
    vertical-align: middle;
}

.wst-regist .wst-tab-item form .wst-table td:first-child {
    padding: 12px 16px 12px 0;
    width: 120px;
}

.wst-regist .wst-tab-item form .wst-table td:last-child {
    padding: 12px 0;
}

.wst-regist .wst-tab-item form .wst-table tr:last-child td {
    padding: 20px 0;
}

.wst-regist-td {
    text-align: right;
    width: 120px;
    font-size: 13px;
    color: var(--c-text-3);
    padding-right: 16px;
    line-height: 45px;
    font-weight: 500;
    position: relative;
}

.wst-regist-td::after {
    /* content: ':'; */
    margin-left: 4px;
    color: var(--c-text-4);
}

.wst-regist input.wst-regist-input,
.wst-regist input.wst_ipt2,
.wst-regist input.wst_ipt {
    width: 340px;
    margin-left: 0;
    padding: 0 14px;
    font-size: 13px;
    outline: none;
    height: 42px;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.3);
    color: var(--c-text);
    transition: all 0.3s var(--ease);
}

.wst-regist .wst-regist-field input.wst-regist-input,
.wst-regist .wst-regist-field input.wst_ipt2,
.wst-regist .wst-regist-field input.wst_ipt {
    width: auto;
    border: none;
    background: transparent;
    padding: 0 12px;
}

.wst-regist input.wst-regist-input:hover,
.wst-regist input.wst_ipt2:hover,
.wst-regist input.wst_ipt:hover {
    border-color: var(--c-border-strong);
}

.wst-regist .wst-regist-field input.wst-regist-input:hover,
.wst-regist .wst-regist-field input.wst_ipt2:hover,
.wst-regist .wst-regist-field input.wst_ipt:hover {
    border-color: transparent;
}

.wst-regist input.wst-regist-input:focus,
.wst-regist input.wst_ipt2:focus,
.wst-regist input.wst_ipt:focus {
    border-color: var(--c-accent);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

.wst-regist .wst-regist-field input.wst-regist-input:focus,
.wst-regist .wst-regist-field input.wst_ipt2:focus,
.wst-regist .wst-regist-field input.wst_ipt:focus {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.wst-regist input.wst-regist-input::placeholder,
.wst-regist input.wst_ipt2::placeholder,
.wst-regist input.wst_ipt::placeholder {
    color: var(--c-text-4);
}

.wst-regist input.wst-regist-codemo {
    width: 220px;
    margin-left: 0;
    padding: 0 14px;
    font-size: 13px;
    outline: none;
    height: 42px;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.3);
    color: var(--c-text);
    transition: all 0.3s var(--ease);
}

.wst-regist .wst-regist-field input.wst-regist-codemo {
    width: auto;
    border: none;
    background: transparent;
    padding: 0 12px;
}

.wst-regist input.wst-regist-codemo:hover {
    border-color: var(--c-border-strong);
}

.wst-regist .wst-regist-field input.wst-regist-codemo:hover {
    border-color: transparent;
}

.wst-regist input.wst-regist-codemo:focus {
    border-color: var(--c-accent);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

.wst-regist .wst-regist-field input.wst-regist-codemo:focus {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.wst-regist input.wst-regist-codemo::placeholder {
    color: var(--c-text-4);
}

.wst-regist #mobileCodeDiv {
    display: table-row;
}

.wst-regist-b #mobileCodeDiv td:last-child {
    display: table-cell;
}

.wst-regist-b #mobileCodeDiv .wst-regist-field {
    width: 100%;
}

.wst-regist-b #mobileCodeDiv .wst-regist-codemo {
    flex: 1 !important;
    width: auto !important;
}

.wst-regist-b #mobileCodeDiv .wst-regist-obtain {
    flex-shrink: 0;
    float: none;
}

.wst-regist-b #mobileCodeDiv span {
    display: none;
}

.wst-regist-obtain {
    width: 118px;
    height: 42px;
    background: rgba(201, 169, 110, 0.08);
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: var(--radius-md);
    color: var(--c-accent);
    font-size: 12px;
    cursor: pointer;
    float: right;
    transition: all 0.3s var(--ease);
}

.wst-regist-obtain:hover {
    background: rgba(201, 169, 110, 0.18);
    border-color: var(--c-accent);
    color: var(--c-accent-light);
}

.wst-regist-but {
    display: block;
    position: relative;
    background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-primary) 100%);
    color: #fff;
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 0.3s var(--ease);
    border: 0;
    outline: none;
    cursor: pointer;
    letter-spacing: 4px;
    box-shadow: 0 4px 16px rgba(201, 169, 110, 0.25);
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.wst-regist-but::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.wst-regist-but::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.wst-regist-but:hover {
    background: linear-gradient(135deg, var(--c-accent-light) 0%, var(--c-primary-light) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 169, 110, 0.4);
}

.wst-regist-but:active {
    transform: translateY(0);
}

.wst-regist-c label {
    color: var(--c-text-3);
    font-size: 13px;
    cursor: pointer;
}

.wst-regist-c label a {
    color: var(--c-accent);
    text-decoration: none;
}

.wst-regist-c label a:hover {
    color: var(--c-accent-light);
    text-decoration: underline;
}

.wst-regist-c font[color='red'] {
    color: var(--c-accent) !important;
}

.wst-regist input[type="checkbox"] {
    accent-color: var(--c-accent);
}

.wst-regist input.wst_ipt[type="checkbox"],
.wst-regist input.wst_ipt2[type="checkbox"] {
    width: auto;
    height: auto;
    accent-color: var(--c-accent);
    margin: 0 6px 0 0;
    vertical-align: middle;
    border: none;
    background: transparent;
    box-shadow: none;
}

.wst-regist-c .n-default,
.wst-regist-c .msg-box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    z-index: 1;
    background: transparent;
    color: var(--c-danger);
    padding: 4px 0 0;
    border-radius: 0;
    font-size: 12px;
    white-space: normal;
    box-shadow: none;
    margin: 4px 0 0;
    width: auto;
    max-width: 100%;
    display: block;
}

.wst-regist-c .msg-box::after {
    content: '';
    position: absolute;
    left: 16px;
    top: -5px;
    transform: none;
    border: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.95);
    display: none;
}

.wst-regist-c .msg-wrap {
    position: relative;
}

.wst-regist-c .n-left,
.wst-regist-c .n-right {
    position: static;
    margin-top: 0;
    display: block;
}

.wst-regist-c .n-default .n-left,
.wst-regist-c .n-default .n-right {
    display: none;
}

.wst-regist .wst-tab-item form .wst-table td {
    position: relative;
}

/* --- Registration field wrapper with icon --- */
.wst-regist-field {
    position: relative;
    width: 100%;
    max-width: 340px;
    display: flex;
    align-items: center;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.3);
    height: 44px;
    overflow: visible;
    transition: all 0.3s var(--ease);
}

.wst-regist-field:hover {
    border-color: var(--c-border-strong);
    background: rgba(0, 0, 0, 0.35);
}

.wst-regist-field:focus-within {
    border-color: var(--c-accent);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

.wst-regist-field .form-icon {
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-4);
    flex-shrink: 0;
    transition: color 0.3s var(--ease);
    pointer-events: none;
}

.wst-regist-field .form-icon svg {
    width: 18px;
    height: 18px;
}

.wst-regist-field:focus-within .form-icon {
    color: var(--c-accent);
}

.wst-regist-field input.wst-regist-input,
.wst-regist-field input.wst_ipt2,
.wst-regist-field input.wst_ipt,
.wst-regist-field input.wst-regist-codemo {
    flex: 1;
    width: auto !important;
    min-width: 0;
    height: 42px;
    border: none !important;
    background: transparent !important;
    color: var(--c-text);
    font-size: 13px;
    padding: 0 12px 0 0 !important;
    margin: 0 !important;
    outline: none;
    box-shadow: none !important;
    line-height: 42px;
}

.wst-regist-field input.wst-regist-input::placeholder,
.wst-regist-field input.wst_ipt2::placeholder,
.wst-regist-field input.wst_ipt::placeholder,
.wst-regist-field input.wst-regist-codemo::placeholder {
    color: var(--c-text-4);
}

.wst-regist-field.captcha-field input.wst-regist-codemo {
    width: auto !important;
    flex: 1;
    padding-right: 0 !important;
}

.wst-regist-field.captcha-field .wst-login-codeim-1 {
    flex-shrink: 0;
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.wst-regist-field #mobileCode {
    width: auto !important;
    flex: 1;
    min-width: 0;
}

.wst-regist-field #mobileCode ~ .wst-regist-obtain {
    flex-shrink: 0;
    float: none !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    height: 34px;
}

/* --- Fix table overflow --- */
.wst-regist-c .wst-register_r {
    padding: 0 50px 40px;
    overflow: visible;
}

.wst-regist-c .wst-tab-item form .wst-table {
    table-layout: auto;
    width: 100%;
    max-width: 540px;
}

.wst-regist-c .wst-tab-item form .wst-table td:last-child {
    overflow: visible;
}

.wst-regist-c .wst-tab-item form .wst-table td:first-child {
    width: 100px;
    padding-right: 12px;
}

.wst-regist-c .wst-tab-item form .wst-table td:last-child {
    padding-left: 0;
}

.wst-regist-c .wst-tab-item form .wst-table tr:last-child td {
    padding-top: 16px;
}

.wst-regist-c .wst-regist-field {
    max-width: 100%;
}

.wst-regist-c .wst-regist-field .wst-login-codeim-1 {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
}

/* --- Register Benefits Side Panel --- */
.wst-regist-benefits {
    /* width: 280px; */
    padding: 50px 36px;
    position: relative;
    /* background: var(--c-surface);
    border: 1px solid var(--c-border); */
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    animation: fadeSlideIn 0.9s var(--ease) 0.2s backwards;
}

.wst-regist-benefits::before {
    /* content: ''; */
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(201, 169, 110, 0.18);
    border-radius: var(--radius-lg);
    pointer-events: none;
}

.wst-regist-benefits > * {
    position: relative;
    z-index: 1;
}

.wst-regist-benefits h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--c-text);
    margin: 0 0 8px;
    text-align: center;
    letter-spacing: 2px;
}

.wst-regist-benefits .benefits-sub {
    text-align: center;
    color: var(--c-text-4);
    font-size: 12px;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.wst-regist-benefits-list {
    padding: 0;
    margin: 0 0 28px;
}

.wst-regist-benefits-list li {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.05), transparent);
    border-left: 3px solid var(--c-accent);
    margin-bottom: 10px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    transition: all 0.3s var(--ease);
    color: var(--c-text-2);
    font-size: 13px;
}

.wst-regist-benefits-list li:hover {
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.1), transparent);
    transform: translateX(4px);
    color: var(--c-text);
}

.wst-regist-benefits-list li::before {
    content: '✦';
    color: var(--c-accent);
    font-size: 14px;
    flex-shrink: 0;
}

.benefits-cta {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(201, 169, 110, 0.12);
}

.benefits-cta a {
    color: var(--c-accent);
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--c-accent);
    padding-bottom: 2px;
    transition: all 0.3s var(--ease);
}
.benefits-cta a:hover {
    color: var(--c-accent-light);
    border-color: var(--c-accent-light);
}


/* ============================================================
   FOOTER
   ============================================================ */
.wst-footer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 100%) !important;
    padding: 32px 0 28px !important;
    position: relative !important;
    z-index: 3 !important;
    border-top: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    line-height: normal !important;
}

.wst-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--c-accent), var(--c-primary), var(--c-accent), transparent);
    background-size: 200% 100%;
    animation: footerGlow 4s linear infinite;
    border-radius: 0 0 3px 3px;
}

@keyframes footerGlow {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.wst-footer .wst-container {
    display: block;
    min-height: auto;
    gap: 0;
    padding: 0 20px;
    width: 100%;
}

.wst-footer-hp-ck3 {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.wst-footer-hp-ck3::before,
.wst-footer-hp-ck3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.3));
}

.wst-footer-hp-ck3::before {
    left: calc(50% - 140px);
}

.wst-footer-hp-ck3::after {
    right: calc(50% - 140px);
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.3), transparent);
}
.wst-footer .links {
    position: relative;
    display: inline-block;
}

.wst-footer .links a {
    color: var(--c-text-3);
    text-decoration: none;
    margin: 0 8px;
    font-size: 12px;
    transition: all 0.3s var(--ease);
    position: relative;
    padding: 4px 8px;
    border-radius: var(--radius-xs);
}

.wst-footer .links a:hover {
    color: var(--c-accent);
    background: rgba(201, 169, 110, 0.08);
    text-shadow: 0 0 8px rgba(201, 169, 110, 0.3);
}

.wst-footer .copyright {
    color: var(--c-text-4);
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.8;
}

.wst-footer .copyright a {
    color: white;
}


/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--c-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--c-accent);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--c-accent-light);
}