:root {
    --primary-blue: #1A2E5D;
    --safe-green: #4CAF50;
    --warning-orange: #FFA726;
    --danger-red: #E53935;
    --bg-white: #FFFFFF;
    --bg-light: #F6F8FA;
    --border-gray: #D1D5DB;
    --text-primary: #1A2E5D;
    --text-secondary: #6B7280;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
    background: var(--bg-light);
    color: var(--text-primary);
    line-height: 1.6;
    font-size: 14px;
}

body.dark-mode {
    --bg-white: #1F1F1F;
    --bg-light: #121212;
    --text-primary: #E0E0E0;
    --text-secondary: #9CA3AF;
    --border-gray: #374151;
    --shadow-sm: 0 1px 3px rgba(255, 255, 255, 0.05);
    --shadow-md: 0 4px 12px rgba(255, 255, 255, 0.08);
    --shadow-lg: 0 8px 24px rgba(255, 255, 255, 0.12);
    background: #121212;
    color: #E0E0E0;
}

body.dark-mode .main-page {
    background: #121212;
}

body.dark-mode .content-page {
    background: #121212;
}

body.dark-mode .page-content {
    background: #121212;
}

body.dark-mode .features-section {
    background: #121212;
}

body.dark-mode .navbar {
    background: #1F1F1F;
    border-bottom-color: #374151;
}

body.dark-mode .hero-section {
    background: linear-gradient(135deg, #1A2E5D 0%, #0f1d3a 100%);
}

body.dark-mode .feature-card {
    background: #1F1F1F;
    border-color: #374151;
}

body.dark-mode .feature-card:hover {
    border-color: #3b82f6;
}

body.dark-mode .feature-icon {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    color: #ffffff;
}

body.dark-mode .card {
    background: #1F1F1F;
    border-color: #374151;
}

body.dark-mode .form-group input,
body.dark-mode select,
body.dark-mode textarea {
    background: #121212;
    border-color: #374151;
    color: #E0E0E0;
}

body.dark-mode .form-group input:focus,
body.dark-mode select:focus,
body.dark-mode textarea:focus {
    background: #1F1F1F;
    border-color: #3b82f6;
}

body.dark-mode .upload-area {
    background: #121212;
    border-color: #374151;
}

body.dark-mode .upload-area:hover {
    background: #1F1F1F;
    border-color: #3b82f6;
}

body.dark-mode .preview-area {
    background: #121212;
    border-color: #374151;
}

body.dark-mode .list-item {
    background: #1F1F1F;
    border-color: #374151;
}

body.dark-mode .list-item:hover {
    border-color: #3b82f6;
}

body.dark-mode .tab {
    color: #9CA3AF;
}

body.dark-mode .tab:hover,
body.dark-mode .tab.active {
    background: #1F1F1F;
    color: #3b82f6;
}

body.dark-mode .footer {
    background: #0a0a0a;
    border-top-color: #374151;
}

body.dark-mode .btn-secondary {
    background: #1F1F1F;
    color: #3b82f6;
    border-color: #3b82f6;
}

body.dark-mode .btn-secondary:hover {
    background: #3b82f6;
    color: #ffffff;
}

body.dark-mode .text-preview {
    background: #1F1F1F;
    border-color: #374151;
    color: #E0E0E0;
}

body.dark-mode .flow-step {
    background: #1F1F1F;
    border-left-color: #3b82f6;
}

body.dark-mode .flow-step:hover {
    background: #2a2a2a;
}

body.dark-mode .info-section h2,
body.dark-mode .info-section h3 {
    color: #E0E0E0;
    border-bottom-color: #3b82f6;
}

body.dark-mode .profile-item {
    border-bottom-color: #374151;
}

body.dark-mode .navbar-nav li {
    color: #9CA3AF;
}

body.dark-mode .navbar-nav li:hover {
    background: #2a2a2a;
    color: #3b82f6;
}

body.dark-mode .navbar-nav li.active {
    background: #2a2a2a;
    color: #3b82f6;
}

body.dark-mode .navbar-user span {
    color: #9CA3AF;
}

body.dark-mode .navbar-user span:hover {
    color: #3b82f6;
}

body.dark-mode .search-box input {
    background: #1F1F1F;
    color: #E0E0E0;
}

body.dark-mode .empty-state-icon i {
    color: #374151;
}

body.dark-mode .login-container {
    background: #1F1F1F;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

body.dark-mode .login-container h2 {
    color: #E0E0E0;
}

body.dark-mode .form-footer {
    color: #9CA3AF;
}

body.dark-mode .page-header {
    border-bottom-color: #3b82f6;
}

body.dark-mode .page-header h1 {
    color: #E0E0E0;
}

body.dark-mode .card h2 {
    color: #E0E0E0;
    border-bottom-color: #374151;
}

body.dark-mode .list-item-content h3 {
    color: #E0E0E0;
}

body.dark-mode .list-item-content p {
    color: #9CA3AF;
}

body.dark-mode .feature-card h3 {
    color: #E0E0E0;
}

body.dark-mode .feature-card p {
    color: #9CA3AF;
}

body.dark-mode .risk-points li {
    color: #9CA3AF;
    border-bottom-color: #374151;
}

body.dark-mode .result-card h3 {
    color: #E0E0E0;
}

body.dark-mode .profile-item label {
    color: #9CA3AF;
}

body.dark-mode .profile-item span {
    color: #E0E0E0;
}

body.dark-mode .flowchart {
    background: transparent;
}

body.dark-mode .info-section p,
body.dark-mode .info-section ul {
    color: #9CA3AF;
}

body.dark-mode .suggestion-highlight {
    background: rgba(255, 167, 38, 0.15);
    color: var(--warning-orange);
}

body.dark-mode .btn-small.btn-primary {
    background: #3b82f6;
}

body.dark-mode .btn-small.btn-primary:hover {
    background: #2563eb;
}

body.dark-mode .btn-small.btn-secondary {
    background: #1F1F1F;
    border-color: #3b82f6;
    color: #3b82f6;
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #2d4a7c 100%);
    position: relative;
    overflow: hidden;
}

.login-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../5b9661bb12211c07872c00180bd421fc.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.login-page::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.15) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    border-radius: 50%;
}

.login-container {
    background: var(--bg-white);
    padding: 55px 50px;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    width: 450px;
    position: relative;
    z-index: 1;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-blue);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.login-container h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--safe-green);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border-gray);
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s;
    background: var(--bg-light);
    font-family: inherit;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary-blue);
    background: var(--bg-white);
    box-shadow: 0 0 0 3px rgba(26, 46, 93, 0.1);
}

.btn-primary {
    width: 100%;
    padding: 15px;
    background: var(--primary-blue);
    color: var(--bg-white);
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
    background: #0f1d3a;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

.btn-primary:active {
    transform: translateY(0);
}

.form-footer {
    margin-top: 20px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.form-footer a {
    color: var(--primary-blue);
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.form-footer a:hover {
    color: var(--safe-green);
    text-decoration: underline;
}

.main-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar {
    background: var(--bg-white);
    box-shadow: var(--shadow-sm);
    padding: 0 60px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-gray);
}

.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Roboto", "Noto Sans SC", sans-serif;
}

.navbar-brand::before {
    content: '\f24e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: var(--safe-green);
}

.dark-mode-toggle {
    width: 45px;
    height: 24px;
    background: var(--border-gray);
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.dark-mode-toggle.active {
    background: var(--primary-blue);
}

.dark-mode-toggle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

.dark-mode-toggle.active::after {
    transform: translateX(21px);
}

.navbar-nav {
    display: flex;
    gap: 40px;
    list-style: none;
}

.navbar-nav li {
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
    padding: 10px 16px;
    position: relative;
    border-radius: 6px;
}

.navbar-nav li:hover {
    background: var(--bg-light);
    color: var(--primary-blue);
}

.navbar-nav li.active {
    color: var(--primary-blue);
    background: var(--bg-light);
    font-weight: 600;
}

.navbar-nav li.active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--safe-green);
}

.navbar-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar-user span {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar-user span:hover {
    color: #1e40af;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
}

.user-avatar:hover {
    transform: scale(1.1);
}

.hero-section {
    background: linear-gradient(135deg, #5b7c99 0%, #7191ac 100%);
    padding: 100px 60px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../5b9661bb12211c07872c00180bd421fc.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.hero-section > * {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 400;
}

.search-box {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.search-box input {
    flex: 1;
    padding: 16px 24px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
    background: #ffffff;
}

.search-box input:focus {
    outline: none;
}

.search-box button {
    padding: 16px 45px;
    background: #1e3a8a;
    color: #ffffff;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.3s;
}

.search-box button:hover {
    background: #1e40af;
}

.features-section {
    padding: 80px 60px;
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #e5e7eb;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #1e40af;
}

.feature-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #e0e7ff, #dbeafe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    transition: transform 0.3s;
    color: var(--primary-blue);
}

.feature-icon i {
    font-size: 38px;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1e3a8a;
    font-weight: 600;
}

.feature-card p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

.content-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1;
    padding: 50px 60px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    background: #f8f9fa;
}

.page-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #1e40af;
}

.page-header h1 {
    font-size: 32px;
    color: #1e3a8a;
    margin-bottom: 12px;
    font-weight: 700;
}

.page-header p {
    color: #6b7280;
    font-size: 16px;
}

.card {
    background: #ffffff;
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.card h2 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #1e3a8a;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f4f6;
}


.risk-level {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.risk-low {
    background: #e8f5e9;
    color: #4caf50;
}

.risk-medium {
    background: #fff3e0;
    color: #ff9800;
}

.risk-high {
    background: #ffebee;
    color: #f44336;
}

.risk-points {
    list-style: none;
}

.risk-points li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
    color: #666666;
}

.risk-points li:last-child {
    border-bottom: none;
}

.btn-secondary {
    padding: 12px 32px;
    background: #ffffff;
    color: #1e40af;
    border: 2px solid #1e40af;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #1e40af;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.2);
}

.radio-group {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 35px;
}

.tab {
    padding: 15px 32px;
    cursor: pointer;
    color: #6b7280;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
}

.tab:hover {
    color: #1e40af;
    background: #f9fafb;
}

.tab.active {
    color: #1e40af;
    border-bottom-color: #1e40af;
    background: #f9fafb;
    font-weight: 600;
}

.profile-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.profile-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f2f5;
}

.profile-item label {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}

.profile-item span {
    color: #333333;
    font-size: 15px;
}

.list-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.list-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: #1e40af;
}

.list-item-content h3 {
    font-size: 17px;
    color: #1e3a8a;
    margin-bottom: 10px;
    font-weight: 600;
}

.list-item-content p {
    font-size: 14px;
    color: #6b7280;
}

.list-item-actions {
    display: flex;
    gap: 10px;
}

.btn-small {
    padding: 6px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    transition: opacity 0.3s;
}

.btn-small:hover {
    opacity: 0.8;
}

.footer {
    background: #1f2937;
    color: #e5e7eb;
    padding: 50px 60px 30px;
    text-align: center;
    border-top: 3px solid #1e40af;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    list-style: none;
}

.footer-links a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    transition: color 0.3s;
    font-weight: 500;
}

.footer-links a:hover {
    color: #3b82f6;
}

.footer-copyright {
    color: #9ca3af;
    font-size: 14px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #374151;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
}

.status-pending {
    background: #fff3e0;
    color: #ff9800;
}

.status-processing {
    background: #e3f2fd;
    color: #2196f3;
}

.status-completed {
    background: #e8f5e9;
    color: #4caf50;
}

.flowchart {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin: 20px 0;
}

.flow-step {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    border-left: 4px solid #1e40af;
    transition: all 0.3s;
}

.flow-step:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateX(5px);
}

.flow-step h3 {
    color: #1e3a8a;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}

.flow-step p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.info-section {
    margin-bottom: 45px;
}

.info-section h2 {
    font-size: 24px;
    color: #1e3a8a;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #1e40af;
    font-weight: 600;
}

.info-section h3 {
    font-size: 18px;
    color: #374151;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.info-section p,
.info-section ul {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.info-section ul {
    padding-left: 25px;
}

.info-section ul li {
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    font-size: 14px;
    resize: vertical;
    min-height: 130px;
    font-family: inherit;
    background: #fafafa;
    transition: all 0.3s;
}

textarea:focus {
    outline: none;
    border-color: #1e40af;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

select {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    font-size: 14px;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s;
}

select:focus {
    outline: none;
    border-color: #1e40af;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

audio,
video {
    width: 100%;
    margin-top: 10px;
}

.text-preview {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    margin-top: 10px;
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}


.btn-group {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.upload-area {
    border: 2px dashed #cbd5e1;
    border-radius: 6px;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #f9fafb;
}

.upload-area:hover {
    border-color: #1e40af;
    background: #eff6ff;
}

.upload-area p {
    color: #6b7280;
    margin-top: 15px;
    font-size: 15px;
}

.upload-icon {
    font-size: 52px;
    color: #9ca3af;
}

.upload-icon i {
    font-size: 52px;
}

.preview-area {
    margin-top: 25px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
    min-height: 200px;
    border: 1px solid #e5e7eb;
}

.preview-area h3 {
    color: #1e3a8a;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.result-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 40px;
    margin-top: 25px;
    border: 1px solid #e5e7eb;
}

.result-card h2 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #1e3a8a;
    font-weight: 600;
}

.result-card h3 {
    font-size: 18px;
    color: #374151;
    font-weight: 600;
}

.btn-small {
    padding: 8px 20px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-small.btn-primary {
    background: #1e40af;
    color: #ffffff;
}

.btn-small.btn-primary:hover {
    background: #1e3a8a;
}

.btn-small.btn-secondary {
    background: #ffffff;
    color: #1e40af;
    border: 1px solid #1e40af;
    padding: 7px 19px;
}

.empty-state {
    text-align: center;
    padding: 80px 20px;
    color: #9ca3af;
}

.empty-state-icon {
    font-size: 72px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-state-icon i {
    font-size: 72px;
    color: var(--border-gray);
}

.empty-state p {
    font-size: 16px;
    color: #6b7280;
}

