/* /Views/Shared/_AuthLayout.cshtml.rz.scp.css */
/* 建宏检测手册 - 认证页面主题样式 */
:root[b-xgdrraxbtk] {
    /* 主色调 */
    --primary-color: #4361ee;
    --primary-gradient: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    --primary-light: rgba(67, 97, 238, 0.1);
    --secondary-color: #f72585;
    --success-color: #4cc9f0;
    --warning-color: #ff9e00;
    --danger-color: #f72585;
    --dark-color: #2b2d42;
    --light-color: #f8f9fa;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    /* 阴影 */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
    /* 圆角 */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
    /* 过渡动画 */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* 基础样式重置 */
*[b-xgdrraxbtk] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-xgdrraxbtk] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: var(--gray-800);
    background-color: var(--light-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 认证页面布局样式 */
.auth-container[b-xgdrraxbtk] {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

    .auth-container[b-xgdrraxbtk]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(67, 97, 238, 0.05) 0%, rgba(58, 12, 163, 0.05) 100%);
        z-index: -1;
    }

/* 左侧装饰区域 */
.auth-bg-section[b-xgdrraxbtk] {
    flex: 1;
    background: var(--primary-gradient);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    min-height: 100vh;
}

.auth-bg-overlay[b-xgdrraxbtk] {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    color: white;
    text-align: center;
}

.auth-bg-section[b-xgdrraxbtk]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 1;
}

.auth-brand[b-xgdrraxbtk] {
    margin-bottom: 4rem;
    animation: fadeInDown-b-xgdrraxbtk 0.8s ease;
}

.brand-logo[b-xgdrraxbtk] {
    height: 80px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.brand-title[b-xgdrraxbtk] {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.brand-subtitle[b-xgdrraxbtk] {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.auth-features[b-xgdrraxbtk] {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
    animation: fadeInUp-b-xgdrraxbtk 0.8s ease 0.3s both;
}

.feature-item[b-xgdrraxbtk] {
    max-width: 280px;
    text-align: center;
}

.feature-icon[b-xgdrraxbtk] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-item h3[b-xgdrraxbtk] {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.feature-item p[b-xgdrraxbtk] {
    opacity: 0.8;
    line-height: 1.5;
}

/* 右侧表单区域 */
.auth-form-section[b-xgdrraxbtk] {
    flex: 1;
    max-width: 600px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    overflow: auto;
}

.auth-form-container[b-xgdrraxbtk] {
    width: 100%;
    max-width: 400px;
    padding: 2rem 0;
}

.auth-form-header[b-xgdrraxbtk] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.auth-form-logo[b-xgdrraxbtk] {
    height: 60px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.auth-form-title[b-xgdrraxbtk] {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.auth-form-subtitle[b-xgdrraxbtk] {
    color: var(--gray-600);
    font-size: 1rem;
}

/* 表单样式 */
.auth-form[b-xgdrraxbtk] {
    animation: slideInRight-b-xgdrraxbtk 0.6s ease;
}

.form-group[b-xgdrraxbtk] {
    margin-bottom: 1.5rem;
}

.form-label[b-xgdrraxbtk] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--gray-700);
    font-size: 0.95rem;
}

    .form-label.required[b-xgdrraxbtk]::after {
        content: ' *';
        color: var(--danger-color);
    }

.form-control[b-xgdrraxbtk] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray-800);
    background-color: white;
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
}

    .form-control:focus[b-xgdrraxbtk] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px var(--primary-light);
    }

    .form-control[b-xgdrraxbtk]::placeholder {
        color: var(--gray-500);
    }

/* 输入框组 */
.input-group[b-xgdrraxbtk] {
    position: relative;
    display: flex;
    align-items: stretch;
}

.input-group-icon[b-xgdrraxbtk] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-500);
    z-index: 4;
    pointer-events: none;
}

.input-group .form-control[b-xgdrraxbtk] {
    padding-left: 3rem;
}

.input-group .btn[b-xgdrraxbtk] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

/* 按钮样式 */
.btn[b-xgdrraxbtk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid transparent;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all var(--transition-normal);
    user-select: none;
}

.btn-primary[b-xgdrraxbtk] {
    background: var(--primary-gradient);
    color: white;
    border: none;
}

    .btn-primary:hover[b-xgdrraxbtk] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    .btn-primary:active[b-xgdrraxbtk] {
        transform: translateY(0);
    }

.btn-lg[b-xgdrraxbtk] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.btn-block[b-xgdrraxbtk] {
    width: 100%;
}

.btn-outline-secondary[b-xgdrraxbtk] {
    background: transparent;
    border-color: var(--gray-300);
    color: var(--gray-700);
}

    .btn-outline-secondary:hover[b-xgdrraxbtk] {
        background: var(--gray-100);
        border-color: var(--gray-400);
    }

/* 表单选项 */
.form-options[b-xgdrraxbtk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-check[b-xgdrraxbtk] {
    display: flex;
    align-items: center;
}

.form-check-input[b-xgdrraxbtk] {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5rem;
    margin-top: 0;
}

.form-check-label[b-xgdrraxbtk] {
    font-size: 0.95rem;
    color: var(--gray-700);
}

.forgot-password[b-xgdrraxbtk] {
    font-size: 0.95rem;
    color: var(--primary-color);
    text-decoration: none;
}

    .forgot-password:hover[b-xgdrraxbtk] {
        text-decoration: underline;
    }

/* 分隔线 */
.auth-divider[b-xgdrraxbtk] {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    color: var(--gray-500);
}

    .auth-divider[b-xgdrraxbtk]::before,
    .auth-divider[b-xgdrraxbtk]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: var(--gray-300);
    }

    .auth-divider span[b-xgdrraxbtk] {
        padding: 0 1rem;
        font-size: 0.9rem;
    }

/* 社交登录按钮 */
.social-login[b-xgdrraxbtk] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social-btn[b-xgdrraxbtk] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: white;
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    color: var(--gray-700);
    font-weight: 500;
    transition: all var(--transition-normal);
}

    .social-btn:hover[b-xgdrraxbtk] {
        background: var(--gray-100);
        border-color: var(--gray-400);
        transform: translateY(-1px);
    }

.social-btn-wechat[b-xgdrraxbtk] {
    color: #07C160;
    border-color: rgba(7, 193, 96, 0.2);
}

    .social-btn-wechat:hover[b-xgdrraxbtk] {
        background: rgba(7, 193, 96, 0.05);
        border-color: #07C160;
    }

.social-btn-qq[b-xgdrraxbtk] {
    color: #12B7F5;
    border-color: rgba(18, 183, 245, 0.2);
}

    .social-btn-qq:hover[b-xgdrraxbtk] {
        background: rgba(18, 183, 245, 0.05);
        border-color: #12B7F5;
    }

/* 注册链接 */
.register-link[b-xgdrraxbtk] {
    text-align: center;
    margin-top: 2rem;
    color: var(--gray-600);
    font-size: 0.95rem;
}

    .register-link a[b-xgdrraxbtk] {
        color: var(--primary-color);
        font-weight: 600;
        text-decoration: none;
    }

        .register-link a:hover[b-xgdrraxbtk] {
            text-decoration: underline;
        }

/* 动画效果 */
@keyframes fadeInDown-b-xgdrraxbtk {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-xgdrraxbtk {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight-b-xgdrraxbtk {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-b-xgdrraxbtk {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .auth-features[b-xgdrraxbtk] {
        gap: 2rem;
    }

    .feature-item[b-xgdrraxbtk] {
        max-width: 220px;
    }
}

@media (max-width: 992px) {
    .auth-container[b-xgdrraxbtk] {
        flex-direction: column;
    }

    .auth-bg-section[b-xgdrraxbtk] {
        min-height: auto;
        padding: 2rem;
    }

    .auth-form-section[b-xgdrraxbtk] {
        max-width: 100%;
    }

    .auth-features[b-xgdrraxbtk] {
        gap: 2rem;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .auth-brand[b-xgdrraxbtk] {
        margin-bottom: 2rem;
    }

    .brand-title[b-xgdrraxbtk] {
        font-size: 2rem;
    }

    .brand-subtitle[b-xgdrraxbtk] {
        font-size: 1rem;
    }

    .auth-features[b-xgdrraxbtk] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .feature-item[b-xgdrraxbtk] {
        max-width: 100%;
    }

    .auth-form-container[b-xgdrraxbtk] {
        padding: 1rem 0;
    }

    .auth-form-title[b-xgdrraxbtk] {
        font-size: 1.75rem;
    }

    .social-login[b-xgdrraxbtk] {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .auth-bg-section[b-xgdrraxbtk],
    .auth-form-section[b-xgdrraxbtk] {
        padding: 1.5rem;
    }

    .form-options[b-xgdrraxbtk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .forgot-password[b-xgdrraxbtk] {
        align-self: flex-end;
    }
}

/* 自定义滚动条 */
[b-xgdrraxbtk]::-webkit-scrollbar {
    width: 8px;
}

[b-xgdrraxbtk]::-webkit-scrollbar-track {
    background: var(--gray-100);
    border-radius: 4px;
}

[b-xgdrraxbtk]::-webkit-scrollbar-thumb {
    background: var(--gray-400);
    border-radius: 4px;
}

    [b-xgdrraxbtk]::-webkit-scrollbar-thumb:hover {
        background: var(--gray-500);
    }
/* /Views/Shared/_GuestLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-v5uha81ptp] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-v5uha81ptp] {
  color: #0077cc;
}

.btn-primary[b-v5uha81ptp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-v5uha81ptp], .nav-pills .show > .nav-link[b-v5uha81ptp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-v5uha81ptp] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-v5uha81ptp] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-v5uha81ptp] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-v5uha81ptp] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-v5uha81ptp] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-b1irv6r5eu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-b1irv6r5eu] {
  color: #0077cc;
}

.btn-primary[b-b1irv6r5eu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-b1irv6r5eu], .nav-pills .show > .nav-link[b-b1irv6r5eu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-b1irv6r5eu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-b1irv6r5eu] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-b1irv6r5eu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-b1irv6r5eu] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-b1irv6r5eu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
