/* 基础样式 - Midnight Galaxy 主题 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #0a0e17 0%, #1a1f2e 100%);
    color: #e8e8e8;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 10px;
}

#app {
    width: 100%;
    max-width: 700px;
}

/* 亮色主题 */
[data-theme="light"] body {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #1e293b;
}

[data-theme="light"] .monitor-panel {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .panel-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .sync-badge {
    background: rgba(52, 211, 153, 0.2);
    color: #059669;
    border-color: rgba(52, 211, 153, 0.4);
    box-shadow: 0 2px 8px rgba(52, 211, 153, 0.1);
}

[data-theme="light"] .sync-badge.error {
    background: rgba(248, 113, 113, 0.2);
    color: #dc2626;
    border-color: rgba(248, 113, 113, 0.4);
}

[data-theme="light"] .websocket-badge.connecting {
    background: rgba(59, 130, 246, 0.2);
    color: #2563eb;
    border-color: rgba(59, 130, 246, 0.4);
}

[data-theme="light"] .websocket-badge.connected {
    background: rgba(34, 197, 94, 0.2);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.4);
}

[data-theme="light"] .websocket-badge.disconnected {
    background: rgba(239, 68, 68, 0.2);
    color: #dc2626;
    border-color: rgba(239, 68, 68, 0.4);
}

[data-theme="light"] .websocket-badge.error {
    background: rgba(251, 146, 60, 0.2);
    color: #ea580c;
    border-color: rgba(251, 146, 60, 0.4);
}

[data-theme="light"] .websocket-badge.polling {
    background: rgba(168, 85, 247, 0.2);
    color: #9333ea;
    border-color: rgba(168, 85, 247, 0.4);
}

[data-theme="light"] .countdown-badge {
    background: rgba(139, 92, 246, 0.15);
    color: #7c3aed;
    border-color: rgba(139, 92, 246, 0.3);
}

[data-theme="light"] .latest-message-btn {
    background: rgba(241, 245, 249, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #475569;
}

[data-theme="light"] .latest-message-btn:hover {
    background: rgba(241, 245, 249, 1);
}

[data-theme="light"] .header-btn {
    background: rgba(241, 245, 249, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #475569;
    font-size: 11px;
}

[data-theme="light"] .header-btn:hover {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.4);
}

[data-theme="light"] .header-btn.active {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.4);
    color: #7c3aed;
}

[data-theme="light"] .filter-section {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

[data-theme="light"] .stat-badge {
    padding: 3px 10px;
    font-size: 11px;
}

[data-theme="light"] .stat-badge.total {
    background: rgba(59, 130, 246, 0.15);
    color: #2563eb;
    border-color: rgba(59, 130, 246, 0.3);
}

[data-theme="light"] .stat-badge.online {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.3);
}

[data-theme="light"] .stat-badge.offline {
    background: rgba(239, 68, 68, 0.15);
    color: #dc2626;
    border-color: rgba(239, 68, 68, 0.3);
}

[data-theme="light"] .stat-badge.active {
    background: rgba(34, 197, 94, 0.25) !important;
    border-color: rgba(34, 197, 94, 0.5) !important;
    color: #16a34a !important;
}

[data-theme="light"] .intercept-badge {
    background: rgba(148, 163, 184, 0.3);
    color: #475569;
    border-color: rgba(148, 163, 184, 0.4);
    font-size: 11px;
}

[data-theme="light"] .filter-btn {
    background: rgba(241, 245, 249, 0.8);
    color: #475569;
    border: 1px solid rgba(148, 163, 184, 0.3);
    font-size: 10px;
}

[data-theme="light"] .filter-btn:hover {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
}

[data-theme="light"] .filter-btn.active {
    background: rgba(34, 197, 94, 0.25) !important;
    border-color: rgba(34, 197, 94, 0.5) !important;
    color: #16a34a !important;
}

[data-theme="light"] .filter-btn.active:hover {
    background: rgba(34, 197, 94, 0.35) !important;
    border-color: rgba(34, 197, 94, 0.6) !important;
}

[data-theme="light"] .account-row {
    background: rgba(96, 165, 250, 0.12);
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.08);
}

[data-theme="light"] .account-row:hover {
    background: rgba(96, 165, 250, 0.2);
    border-color: rgba(96, 165, 250, 0.5);
}

[data-theme="light"] .account-row.offline {
    background: rgba(248, 113, 113, 0.12);
    border-color: rgba(248, 113, 113, 0.3);
    box-shadow: 0 2px 8px rgba(248, 113, 113, 0.08);
}

[data-theme="light"] .account-row.offline:hover {
    background: rgba(248, 113, 113, 0.2);
    border-color: rgba(248, 113, 113, 0.5);
}

[data-theme="light"] .account-name {
    color: #1e293b;
}

[data-theme="light"] .account-power {
    color: #d97706;
}

[data-theme="light"] .account-limit {
    color: #475569;
}

[data-theme="light"] .account-records {
    color: #475569;
}

[data-theme="light"] .loading {
    color: #64748b;
}

[data-theme="light"] .spinner {
    border-color: rgba(139, 92, 246, 0.2);
    border-top-color: #8b5cf6;
}

[data-theme="light"] .chat-message {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .chat-time {
    color: #64748b;
}

[data-theme="light"] .chat-content {
    color: #334155;
}

[data-theme="light"] .intercept-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

[data-theme="light"] .intercept-index {
    color: #475569;
}

[data-theme="light"] .intercept-username {
    background: rgba(34, 197, 94, 0.2);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.4);
}

[data-theme="light"] .intercept-power {
    background: rgba(239, 68, 68, 0.2);
    color: #dc2626;
    border-color: rgba(239, 68, 68, 0.4);
}

[data-theme="light"] .intercept-limit {
    color: #d97706;
}

[data-theme="light"] .intercept-remaining {
    color: #d97706;
}

[data-theme="light"] .intercept-type {
    color: #475569;
}

[data-theme="light"] .intercept-time {
    color: #94a3b8;
}

[data-theme="light"] .intercept-prompt {
    color: #64748b;
}

[data-theme="light"] .modal-content {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .modal-header {
    background: rgba(248, 250, 252, 0.9);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

[data-theme="light"] .modal-header h2 {
    color: #1e293b;
}

[data-theme="light"] .modal-close {
    background: rgba(241, 245, 249, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #64748b;
}

[data-theme="light"] .modal-close:hover {
    background: rgba(248, 113, 113, 0.2);
    border-color: rgba(248, 113, 113, 0.4);
    color: #dc2626;
}

[data-theme="light"] .modal-stat-item {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

[data-theme="light"] .modal-stat-label {
    color: #64748b;
}

[data-theme="light"] .modal-stat-value {
    color: #1e293b;
}

[data-theme="light"] .modal-records-title {
    color: #64748b;
}

[data-theme="light"] .modal-record-item {
    color: #334155;
}

[data-theme="light"] .modal-last-check {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #64748b;
}

[data-theme="light"] .modal-remark {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

[data-theme="light"] .modal-remark-value {
    color: #334155;
}

[data-theme="light"] .modal-free-models-title {
    color: #64748b;
}

[data-theme="light"] .modal-free-models-content {
    color: #64748b;
}

[data-theme="light"] .modal-footer {
    background: rgba(248, 250, 252, 0.9);
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

[data-theme="light"] .btn-primary {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

[data-theme="light"] .btn-primary:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="light"] .btn-outline {
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #475569;
}

[data-theme="light"] .btn-outline:hover {
    background: rgba(148, 163, 184, 0.2);
}

[data-theme="light"] .form-group label {
    color: #64748b;
}

[data-theme="light"] .form-input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #334155;
}

[data-theme="light"] .form-input:focus {
    border-color: #8b5cf6;
    background: rgba(255, 255, 255, 1);
}

[data-theme="light"] .form-input::placeholder {
    color: #94a3b8;
}

[data-theme="light"] .notification {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #1e293b;
}

[data-theme="light"] .notification.success {
    border-left: 4px solid #16a34a;
}

[data-theme="light"] .notification.error {
    border-left: 4px solid #dc2626;
}

[data-theme="light"] .notification.info {
    border-left: 4px solid #2563eb;
}

[data-theme="light"] .edit-dialog-content {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .edit-dialog-header h3 {
    color: #1e293b;
}

[data-theme="light"] .edit-form-group label {
    color: #64748b;
}

[data-theme="light"] .edit-form-group input,
[data-theme="light"] .edit-form-group textarea {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #334155;
}

[data-theme="light"] .edit-form-group input:focus,
[data-theme="light"] .edit-form-group textarea:focus {
    border-color: #8b5cf6;
    background: rgba(255, 255, 255, 1);
}

[data-theme="light"] .edit-form-group input::placeholder,
[data-theme="light"] .edit-form-group textarea::placeholder {
    color: #94a3b8;
}

[data-theme="light"] .edit-dialog-btn.cancel {
    background: rgba(148, 163, 184, 0.3);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #475569;
}

[data-theme="light"] .edit-dialog-btn.cancel:hover {
    background: rgba(148, 163, 184, 0.5);
}

[data-theme="light"] .edit-dialog-btn.save {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border: 1px solid rgba(139, 92, 246, 0.5);
}

[data-theme="light"] .edit-dialog-btn.save:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="light"] .intercept-modal-content {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .intercept-modal-header {
    background: rgba(248, 250, 252, 0.9);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

[data-theme="light"] .intercept-modal-header h3 {
    color: #1e293b;
}

[data-theme="light"] .intercept-modal-close {
    background: rgba(241, 245, 249, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #64748b;
}

[data-theme="light"] .intercept-modal-close:hover {
    background: rgba(248, 113, 113, 0.2);
    border-color: rgba(248, 113, 113, 0.4);
    color: #dc2626;
}

[data-theme="light"] .intercept-detail-label {
    color: #64748b;
}

[data-theme="light"] .intercept-detail-value {
    color: #1e293b;
}

[data-theme="light"] .intercept-detail-value.username {
    color: #16a34a;
}

[data-theme="light"] .intercept-detail-badge.username {
    background: rgba(34, 197, 94, 0.2);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.4);
}

[data-theme="light"] .intercept-detail-badge.power {
    background: rgba(239, 68, 68, 0.2);
    color: #dc2626;
    border-color: rgba(239, 68, 68, 0.4);
}

[data-theme="light"] .intercept-detail-badge.limit {
    background: rgba(251, 191, 36, 0.2);
    color: #d97706;
    border-color: rgba(251, 191, 36, 0.4);
}

[data-theme="light"] .intercept-detail-badge.remaining {
    background: rgba(251, 191, 36, 0.2);
    color: #d97706;
    border-color: rgba(251, 191, 36, 0.4);
}

[data-theme="light"] .intercept-detail-badge.type {
    background: rgba(148, 163, 184, 0.3);
    color: #475569;
    border-color: rgba(148, 163, 184, 0.4);
}

[data-theme="light"] .intercept-detail-prompt-content {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #334155;
}

[data-theme="light"] .intercept-card:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.3);
}

/* 手机端适配 */
@media (max-width: 768px) {
    body {
        padding: 4px;
    }
    
    #app {
        max-width: 100%;
    }
}

/* 监控面板 */
.monitor-panel {
    background: rgba(26, 31, 46, 0.6);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.2);
    backdrop-filter: blur(10px);
}

/* 顶部状态栏 */
.panel-header {
    padding: 14px 16px;
    background: rgba(30, 41, 59, 0.8);
    border-bottom: 1px solid rgba(139, 92, 246, 0.15);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-row {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.sync-badge {
    padding: 5px 14px;
    background: rgba(52, 211, 153, 0.25);
    color: #86efac;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(52, 211, 153, 0.4);
    box-shadow: 0 2px 8px rgba(52, 211, 153, 0.15);
}

.sync-badge.error {
    background: rgba(248, 113, 113, 0.25);
    color: #fca5a5;
    border-color: rgba(248, 113, 113, 0.4);
    box-shadow: 0 2px 8px rgba(248, 113, 113, 0.15);
}

.websocket-badge {
    padding: 5px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid;
    box-shadow: 0 2px 8px;
    transition: all 0.3s ease;
}

.websocket-badge.connecting {
    background: rgba(59, 130, 246, 0.25);
    color: #93c5fd;
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.websocket-badge.connected {
    background: rgba(34, 197, 94, 0.25);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15);
}

.websocket-badge.disconnected {
    background: rgba(239, 68, 68, 0.25);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.4);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.15);
}

.websocket-badge.error {
    background: rgba(251, 146, 60, 0.25);
    color: #fdba74;
    border-color: rgba(251, 146, 60, 0.4);
    box-shadow: 0 2px 8px rgba(251, 146, 60, 0.15);
}

.websocket-badge.polling {
    background: rgba(168, 85, 247, 0.25);
    color: #c4b5fd;
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 2px 8px rgba(168, 85, 247, 0.15);
}

.countdown-badge {
    padding: 5px 14px;
    background: rgba(167, 139, 250, 0.25);
    color: #c4b5fd;
    border-radius: 12px;
    font-size: 13px;
    border: 1px solid rgba(167, 139, 250, 0.4);
    box-shadow: 0 2px 8px rgba(167, 139, 250, 0.15);
}

.countdown-badge.hidden {
    display: none;
}

/* 最新消息按钮区域 */
.message-row {
    padding: 0 4px;
}

.new-message-badge {
    display: none;
    width: 24px;
    height: 24px;
    background: rgba(239, 68, 68, 0.25);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-radius: 50%;
    padding: 0;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.new-message-badge.show {
    display: flex;
}

.chat-loading {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #f59e0b;
    border-radius: 50%;
    animation: chatSpin 0.8s linear infinite;
    flex-shrink: 0;
}

.chat-loading.show {
    display: block;
}

@keyframes chatSpin {
    to { transform: rotate(360deg); }
}

.latest-message-btn {
    flex: 0.75;
    min-width: 0;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    padding: 6px 12px;
    color: #d1d5db;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

.latest-message-btn:hover {
    background: rgba(51, 65, 85, 0.7);
    border-color: rgba(139, 92, 246, 0.5);
}

.header-btn {
    width: 32px;
    height: 32px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 6px;
    color: #e5e7eb;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.header-btn:hover {
    background: rgba(139, 92, 246, 0.3);
    border-color: rgba(139, 92, 246, 0.5);
    transform: scale(1.05);
}

.header-btn.active {
    background: rgba(139, 92, 246, 0.4);
    border: 1px solid rgba(139, 92, 246, 0.6);
    color: #ddd6fe;
}

/* 统计和筛选区 */
.filter-section {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.15);
    background: rgba(26, 31, 46, 0.3);
}

.filter-section.hidden {
    display: none;
}

.stats-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.stat-badge {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.stat-badge:hover {
    transform: scale(1.05);
}

.stat-badge.total {
    background: rgba(96, 165, 250, 0.25);
    color: #93c5fd;
    border: 1px solid rgba(96, 165, 250, 0.4);
}

.stat-badge.online {
    background: rgba(52, 211, 153, 0.25);
    color: #86efac;
    border: 1px solid rgba(52, 211, 153, 0.4);
}

.stat-badge.offline {
    background: rgba(248, 113, 113, 0.25);
    color: #fca5a5;
    border: 1px solid rgba(248, 113, 113, 0.4);
}

/* 统计徽章选中状态 */
.stat-badge.active {
    background: rgba(34, 197, 94, 0.35) !important;
    border: 1px solid rgba(34, 197, 94, 0.6) !important;
    color: #86efac !important;
}

.intercept-badge {
    padding: 4px 12px;
    background: rgba(156, 163, 175, 0.3);
    color: #e5e7eb;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
    border: 1px solid rgba(156, 163, 175, 0.4);
}

.filter-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 3px 8px;
    background: rgba(51, 65, 85, 0.5);
    color: #d1d5db;
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    background: rgba(34, 197, 94, 0.3);
    border-color: rgba(34, 197, 94, 0.5);
}

.filter-btn.active {
    background: rgba(34, 197, 94, 0.35) !important;
    border: 1px solid rgba(34, 197, 94, 0.6) !important;
    color: #86efac !important;
    font-weight: 600 !important;
}

.filter-btn.active:hover {
    background: rgba(34, 197, 94, 0.45) !important;
    border-color: rgba(34, 197, 94, 0.7) !important;
}

/* 内容区域 */
.panel-content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 12px;
}

.view {
    display: none;
    width: 100%;
}

.view.active {
    display: block;
    width: 100%;
}

/* 账号列表 */
.accounts-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

/* 账号标签行 */
.account-row {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: rgba(96, 165, 250, 0.2);
    border: 1px solid rgba(96, 165, 250, 0.4);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.1);
}

.account-row:hover {
    background: rgba(96, 165, 250, 0.35);
    transform: translateX(3px);
    border-color: rgba(96, 165, 250, 0.6);
}

.account-row.offline {
    background: rgba(248, 113, 113, 0.2);
    border-color: rgba(248, 113, 113, 0.4);
    box-shadow: 0 2px 8px rgba(248, 113, 113, 0.1);
}

.account-row.offline:hover {
    background: rgba(248, 113, 113, 0.35);
    border-color: rgba(248, 113, 113, 0.6);
}

.account-name {
    font-weight: 600;
    font-size: 14px;
    color: #f1f5f9;
}

.account-login {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
}

.account-power {
    font-size: 13px;
    color: #fbbf24;
    font-weight: 500;
}

.account-limit {
    font-size: 13px;
    color: #e5e7eb;
    font-weight: 500;
}

.account-records {
    font-size: 13px;
    color: #e5e7eb;
    font-weight: 500;
}

.record-num {
    margin: 0 1px;
}

.record-over {
    color: #ef4444;
    border: 1px solid #ef4444;
    padding: 0 2px;
    border-radius: 3px;
}

.record-time {
    color: #eab308;
    border: 1px solid #eab308;
    padding: 0 2px;
    border-radius: 3px;
    margin-left: 2px;
    font-size: 10px;
}

.tag-model-none {
    color: #eab308;
    border: 1px solid #eab308;
    padding: 0 2px;
    border-radius: 3px;
}

.tag-countdown {
    padding: 0 2px;
    border-radius: 3px;
}

.tag-countdown.today {
    color: #22c55e;
    border: 1px solid #22c55e;
}

.tag-countdown.tomorrow {
    color: #f59e0b;
    border: 1px solid #f59e0b;
}

.time-warning {
    color: #eab308;
    border: 1px solid #eab308;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 10px;
}

.countdown-days {
    color: #22c55e;
    border: 1px solid #22c55e;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 12px;
}

.tag-limit {
    padding: 0 2px;
    border-radius: 3px;
    font-size: 12px;
}

/* 加载状态 */
.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #9ca3af;
}

.loading p {
    margin-top: 12px;
    font-size: 14px;
}

.spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(139, 92, 246, 0.2);
    border-top-color: #a78bfa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 聊天容器 */
.chat-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.chat-message {
    padding: 12px 14px;
    background: rgba(51, 65, 85, 0.4);
    border-radius: 10px;
    border: 1px solid rgba(139, 92, 246, 0.2);
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.chat-time {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
}

.chat-content {
    font-size: 14px;
    color: #e5e7eb;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* 拦截表 */
.intercept-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.intercept-header {
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}

.intercept-back-btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 12px;
    background: rgba(100, 150, 255, 0.15);
    color: #60a5fa;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.intercept-back-btn:hover {
    background: rgba(100, 150, 255, 0.25);
}

.intercept-card {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: rgba(51, 65, 85, 0.4);
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid rgba(139, 92, 246, 0.15);
    transition: all 0.2s ease;
}

.intercept-index {
    color: #e5e7eb;
    min-width: 36px;
    font-weight: 600;
}

.intercept-username {
    background: rgba(52, 211, 153, 0.3);
    color: #86efac;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid rgba(52, 211, 153, 0.5);
}

.intercept-power {
    background: rgba(248, 113, 113, 0.3);
    color: #fca5a5;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid rgba(248, 113, 113, 0.5);
}

.intercept-limit {
    color: #fbbf24;
    font-weight: 600;
}

.intercept-remaining {
    color: #fbbf24;
    font-weight: 600;
}

.intercept-type {
    color: #d1d5db;
    font-weight: 500;
}

.intercept-time {
    color: #9ca3af;
    margin-left: auto;
    font-size: 11px;
}

.intercept-prompt {
    color: #9ca3af;
    font-size: 11px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 弹窗 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.hidden {
    display: none;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: relative;
    background: rgba(30, 41, 59, 0.95);
    border-radius: 16px;
    width: 95%;
    max-width: 500px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.3);
    backdrop-filter: blur(10px);
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
    flex-wrap: wrap;
    background: rgba(26, 31, 46, 0.5);
}

.modal-header h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    flex-wrap: wrap;
    color: #f1f5f9;
}

.modal-close {
    width: 32px;
    height: 32px;
    background: rgba(51, 65, 85, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #d1d5db;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: rgba(248, 113, 113, 0.3);
    border-color: rgba(248, 113, 113, 0.5);
    color: #fca5a5;
}

.modal-body {
    padding: 18px;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-footer {
    padding: 14px 20px;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: rgba(26, 31, 46, 0.5);
}

/* 弹窗操作按钮 */
.modal-action-btn {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-weight: 600;
}

.modal-action-btn:hover {
    transform: scale(1.1);
}

.modal-action-btn.refresh {
    background: rgba(100, 150, 255, 0.3);
    color: #93c5fd;
    border: 1px solid rgba(100, 150, 255, 0.5);
}

.modal-action-btn.qq {
    background: rgba(59, 130, 246, 0.3);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, 0.5);
}

.modal-action-btn.wechat {
    background: rgba(34, 197, 94, 0.3);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.5);
}

.modal-action-btn.sms {
    background: rgba(236, 72, 153, 0.3);
    color: #f9a8d4;
    border: 1px solid rgba(236, 72, 153, 0.5);
}

.modal-action-btn.plus {
    background: rgba(147, 51, 234, 0.3);
    color: #c4b5fd;
    border: 1px solid rgba(147, 51, 234, 0.5);
}

.modal-action-btn.minus {
    background: rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.5);
}

.modal-action-btn.history {
    background: rgba(251, 146, 60, 0.3);
    color: #fdba74;
    border: 1px solid rgba(251, 146, 60, 0.5);
}

.modal-status {
    font-size: 12px;
}

.modal-status.online {
    color: #22c55e;
}

.modal-status.offline {
    color: #ef4444;
}

.modal-status-badge {
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
}

.modal-status-badge.online {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

.modal-status-badge.offline {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

/* 弹窗统计网格 */
.modal-stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}

.modal-stat-item {
    background: rgba(51, 65, 85, 0.4);
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.modal-stat-label {
    font-size: 10px;
    color: #9ca3af;
    margin-bottom: 3px;
    font-weight: 500;
}

.modal-stat-value {
    font-size: 14px;
    font-weight: 600;
    color: #f1f5f9;
}

.modal-records {
    margin-bottom: 12px;
}

.modal-records-title {
    font-size: 13px;
    color: #d1d5db;
    margin-bottom: 8px;
    font-weight: 600;
}

.modal-record-item {
    font-size: 13px;
    color: #e5e7eb;
    padding: 4px 0;
}

.modal-last-check {
    background: rgba(51, 65, 85, 0.4);
    border-radius: 8px;
    padding: 10px 14px;
    text-align: center;
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 12px;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.modal-remark {
    background: rgba(51, 65, 85, 0.4);
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    margin-bottom: 12px;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.modal-remark-value {
    color: #e5e7eb;
}

.modal-free-models {
    margin-top: 12px;
}

.modal-free-models-title {
    font-size: 13px;
    color: #d1d5db;
    margin-bottom: 8px;
    font-weight: 600;
}

.modal-free-models-content {
    font-size: 12px;
    color: #9ca3af;
    white-space: pre-wrap;
    line-height: 1.5;
}

/* 按钮 */
.btn {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    border: 1px solid rgba(139, 92, 246, 0.4);
    color: #d1d5db;
}

.btn-outline:hover {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.6);
}

/* 表单 */
.form-group {
    margin-bottom: 14px;
}

.form-group label {
    display: block;
    font-size: 13px;
    color: #d1d5db;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-input {
    width: 100%;
    padding: 10px 14px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #e5e7eb;
    font-size: 14px;
    transition: all 0.2s ease;
}

.form-input:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.2);
    background: rgba(51, 65, 85, 0.7);
}

.form-input::placeholder {
    color: #6b7280;
}

/* 通知 */
.notifications {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notification {
    padding: 12px 18px;
    background: rgba(30, 41, 59, 0.95);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    animation: slideIn 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    border: 1px solid rgba(139, 92, 246, 0.2);
    backdrop-filter: blur(10px);
}

.notification.success {
    border-left: 4px solid #86efac;
    background: rgba(30, 41, 59, 0.95);
}

.notification.error {
    border-left: 4px solid #fca5a5;
    background: rgba(30, 41, 59, 0.95);
}

.notification.info {
    border-left: 4px solid #93c5fd;
    background: rgba(30, 41, 59, 0.95);
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* 编辑对话框 */
#edit-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-dialog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.edit-dialog-content {
    position: relative;
    width: 440px;
    max-width: 95%;
    background: rgba(30, 41, 59, 0.95);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    padding: 22px;
    border: 1px solid rgba(139, 92, 246, 0.3);
    backdrop-filter: blur(10px);
}

.edit-dialog-header {
    margin-bottom: 18px;
}

.edit-dialog-header h3 {
    margin: 0 0 14px 0;
    color: #f1f5f9;
    font-size: 18px;
    font-weight: 600;
}

.edit-dialog-account {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid;
}

.edit-dialog-account span {
    font-size: 16px;
    font-weight: 600;
}

.edit-dialog-body {
    margin-bottom: 18px;
}

.edit-form-group {
    margin-bottom: 14px;
}

.edit-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #d1d5db;
    font-size: 13px;
    font-weight: 500;
}

.edit-form-group input,
.edit-form-group textarea {
    width: 100%;
    padding: 10px 14px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #e5e7eb;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.edit-form-group input:focus,
.edit-form-group textarea:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.2);
    background: rgba(51, 65, 85, 0.7);
}

.edit-form-group input::placeholder,
.edit-form-group textarea::placeholder {
    color: #6b7280;
}

.edit-form-group textarea {
    min-height: 90px;
    font-family: inherit;
    resize: vertical;
}

.edit-form-row {
    display: flex;
    gap: 14px;
}

.edit-form-row .edit-form-group {
    flex: 1;
}

.edit-dialog-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.edit-dialog-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.edit-dialog-btn.cancel {
    background: rgba(107, 114, 128, 0.4);
    border: 1px solid rgba(107, 114, 128, 0.5);
    color: #e5e7eb;
}

.edit-dialog-btn.cancel:hover {
    background: rgba(107, 114, 128, 0.6);
}

.edit-dialog-btn.save {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border: 1px solid rgba(139, 92, 246, 0.5);
    color: white;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.edit-dialog-btn.save:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-1px);
}

/* 可编辑字段样式 */
.modal-stat-item.editable,
.modal-remark.editable {
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-stat-item.editable:hover {
    background: rgba(100, 150, 255, 0.2);
}

.modal-remark.editable:hover {
    background: rgba(100, 150, 255, 0.15);
}


/* 拦截详情弹窗 */
.intercept-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intercept-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.intercept-modal-content {
    position: relative;
    width: 420px;
    max-width: 95%;
    max-height: 80vh;
    background: rgba(30, 41, 59, 0.95);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.3);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.intercept-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
    background: rgba(26, 31, 46, 0.5);
}

.intercept-modal-header h3 {
    margin: 0;
    color: #f1f5f9;
    font-size: 16px;
    font-weight: 600;
}

.intercept-modal-close {
    width: 32px;
    height: 32px;
    background: rgba(51, 65, 85, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #d1d5db;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
}

.intercept-modal-close:hover {
    background: rgba(248, 113, 113, 0.3);
    border-color: rgba(248, 113, 113, 0.5);
    color: #fca5a5;
}

.intercept-modal-body {
    padding: 18px;
    max-height: 60vh;
    overflow-y: auto;
}

.intercept-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.intercept-detail-label {
    color: #d1d5db;
    font-size: 13px;
    font-weight: 500;
}

.intercept-detail-value {
    color: #f1f5f9;
    font-size: 13px;
    font-weight: 600;
}

.intercept-detail-value.username {
    color: #86efac;
    font-weight: 600;
}

.intercept-detail-badge {
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.intercept-detail-badge.username {
    background: rgba(52, 211, 153, 0.3);
    color: #86efac;
    border: 1px solid rgba(52, 211, 153, 0.5);
}

.intercept-detail-badge.power {
    background: rgba(248, 113, 113, 0.3);
    color: #fca5a5;
    border: 1px solid rgba(248, 113, 113, 0.5);
}

.intercept-detail-badge.limit {
    background: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.5);
}

.intercept-detail-badge.remaining {
    background: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.5);
}

.intercept-detail-badge.type {
    background: rgba(107, 114, 128, 0.3);
    color: #e5e7eb;
    border: 1px solid rgba(107, 114, 128, 0.5);
}

.intercept-detail-prompt {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
}

.intercept-detail-prompt .intercept-detail-label {
    margin-bottom: 10px;
}

.intercept-detail-prompt-content {
    background: rgba(51, 65, 85, 0.4);
    border-radius: 8px;
    padding: 12px;
    color: #e5e7eb;
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.intercept-card {
    cursor: pointer;
    transition: all 0.2s ease;
}

.intercept-card:hover {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.4);
}


/* 编辑账号表 */
.edit-accounts-container {
    padding: 12px;
    overflow-x: auto;
}

.edit-accounts-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.edit-accounts-header h3 {
    margin: 0;
    font-size: 16px;
    color: #e5e7eb;
}

.back-btn {
    padding: 8px 16px;
    background: rgba(100, 150, 255, 0.15);
    color: #60a5fa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.back-btn:hover {
    background: rgba(100, 150, 255, 0.25);
}

.edit-accounts-table {
    overflow-x: auto;
}

.edit-accounts-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.edit-accounts-table th {
    background: rgba(100, 150, 255, 0.1);
    color: #94a3b8;
    padding: 10px 8px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid rgba(100, 150, 255, 0.2);
    white-space: nowrap;
}

.edit-accounts-table td {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e5e7eb;
}

.edit-accounts-table tr:hover {
    background: rgba(100, 150, 255, 0.05);
}

.username-cell {
    font-weight: 600;
    color: #60a5fa;
}

.status-cell.online {
    color: #22c55e;
}

.status-cell.offline {
    color: #ef4444;
}

.power-cell {
    color: #fbbf24;
}

.editable-cell {
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.editable-cell:hover {
    background: rgba(100, 150, 255, 0.15);
}

.inline-edit-input {
    width: 100%;
    padding: 4px 8px;
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(100, 150, 255, 0.3);
    border-radius: 4px;
    color: #e5e7eb;
    font-size: 12px;
    outline: none;
}

.inline-edit-input:focus {
    border-color: #60a5fa;
    background: rgba(30, 41, 59, 1);
}

.action-cell {
    text-align: center;
}

.edit-btn {
    padding: 4px 12px;
    background: rgba(139, 92, 246, 0.2);
    color: #a78bfa;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 6px;
    cursor: pointer;
    font-size: 11px;
    transition: all 0.2s;
}

.edit-btn:hover {
    background: rgba(139, 92, 246, 0.3);
    border-color: rgba(139, 92, 246, 0.5);
}

.delete-btn {
    padding: 4px 12px;
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 6px;
    cursor: pointer;
    font-size: 11px;
    transition: all 0.2s;
    margin-left: 4px;
}

.delete-btn:hover {
    background: rgba(239, 68, 68, 0.3);
    border-color: rgba(239, 68, 68, 0.5);
}

.btn-danger {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.btn-danger:hover {
    background: rgba(239, 68, 68, 0.3);
    border-color: rgba(239, 68, 68, 0.5);
}


.edit-filter-buttons {
    display: flex;
    gap: 8px;
}

.edit-status-filter {
    padding: 6px 16px;
    background: rgba(51, 65, 85, 0.5);
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

/* 总计按钮 - 蓝色 */
.edit-status-filter.filter-all {
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.edit-status-filter.filter-all:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

.edit-status-filter.filter-all.active {
    background: rgba(59, 130, 246, 0.3) !important;
    border-color: rgba(59, 130, 246, 0.6) !important;
    color: #60a5fa !important;
}

.edit-status-filter.filter-all.active:hover {
    background: rgba(59, 130, 246, 0.4) !important;
    border-color: rgba(59, 130, 246, 0.7) !important;
}

/* 在线按钮 - 绿色 */
.edit-status-filter.filter-online {
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.edit-status-filter.filter-online:hover {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.5);
}

.edit-status-filter.filter-online.active {
    background: rgba(34, 197, 94, 0.3) !important;
    border-color: rgba(34, 197, 94, 0.6) !important;
    color: #22c55e !important;
}

.edit-status-filter.filter-online.active:hover {
    background: rgba(34, 197, 94, 0.4) !important;
    border-color: rgba(34, 197, 94, 0.7) !important;
}

/* 离线按钮 - 红色 */
.edit-status-filter.filter-offline {
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.edit-status-filter.filter-offline:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
}

.edit-status-filter.filter-offline.active {
    background: rgba(239, 68, 68, 0.3) !important;
    border-color: rgba(239, 68, 68, 0.6) !important;
    color: #ef4444 !important;
}

.edit-status-filter.filter-offline.active:hover {
    background: rgba(239, 68, 68, 0.4) !important;
    border-color: rgba(239, 68, 68, 0.7) !important;
}

/* 复制选项弹窗样式 */
.copy-options-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-options-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.copy-options-content {
    position: relative;
    background: linear-gradient(135deg, #1e2433 0%, #2a3142 100%);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 16px;
    padding: 24px;
    min-width: 320px;
    max-width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: modalSlideIn 0.3s ease;
}

[data-theme="light"] .copy-options-content {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.copy-options-content h3 {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #e8e8e8;
    text-align: center;
}

[data-theme="light"] .copy-options-content h3 {
    color: #1e293b;
}

.copy-text-group {
    margin-bottom: 16px;
}

.copy-text-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 500;
}

[data-theme="light"] .copy-text-group label {
    color: #64748b;
}

.copy-textarea {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #e8e8e8;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.5;
    resize: none;
    min-height: 60px;
    cursor: text;
    transition: all 0.2s ease;
}

[data-theme="light"] .copy-textarea {
    background: rgba(241, 245, 249, 0.8);
    color: #1e293b;
}

.copy-textarea:focus {
    outline: none;
    border-color: rgba(139, 92, 246, 0.6);
    background: rgba(139, 92, 246, 0.1);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

[data-theme="light"] .copy-textarea:focus {
    background: rgba(139, 92, 246, 0.05);
}

.copy-option-btn {
    width: 100%;
    padding: 12px 20px;
    margin-top: 8px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 10px;
    color: #e8e8e8;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

[data-theme="light"] .copy-option-btn {
    background: rgba(139, 92, 246, 0.1);
    color: #1e293b;
}

.copy-option-btn:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

[data-theme="light"] .copy-option-btn:hover {
    background: rgba(139, 92, 246, 0.2);
}

.copy-option-btn.cancel {
    background: rgba(248, 113, 113, 0.15);
    border-color: rgba(248, 113, 113, 0.3);
}

[data-theme="light"] .copy-option-btn.cancel {
    background: rgba(248, 113, 113, 0.1);
}

.copy-option-btn.cancel:hover {
    background: rgba(248, 113, 113, 0.25);
    border-color: rgba(248, 113, 113, 0.5);
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.3);
}

[data-theme="light"] .copy-option-btn.cancel:hover {
    background: rgba(248, 113, 113, 0.2);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
/* POST 记录样式 */
.modal-post-records {
    margin: 16px 0;
    padding: 12px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
}

[data-theme="light"] .modal-post-records {
    background: rgba(139, 92, 246, 0.05);
}

.modal-post-records-title {
    font-size: 13px;
    font-weight: 600;
    color: #a78bfa;
    margin-bottom: 8px;
}

[data-theme="light"] .modal-post-records-title {
    color: #7c3aed;
}

.modal-post-record-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 12px;
}

[data-theme="light"] .modal-post-record-item {
    background: rgba(255, 255, 255, 0.5);
}

.post-record-tag {
    flex: 1;
    color: #e8e8e8;
    font-family: monospace;
}

[data-theme="light"] .post-record-tag {
    color: #1e293b;
}

.post-record-time {
    color: #a78bfa;
    font-size: 11px;
    white-space: nowrap;
}

[data-theme="light"] .post-record-time {
    color: #7c3aed;
}

.post-record-delete {
    width: 20px;
    height: 20px;
    border: none;
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.post-record-delete:hover {
    background: rgba(239, 68, 68, 0.3);
    transform: scale(1.1);
}

/* 顾客记录样式 */
.modal-customer-records {
    margin: 16px 0;
    padding: 12px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
}

[data-theme="light"] .modal-customer-records {
    background: rgba(34, 197, 94, 0.05);
}

.modal-customer-records-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #86efac;
    margin-bottom: 8px;
}

[data-theme="light"] .modal-customer-records-title {
    color: #16a34a;
}

.save-current-usage-btn {
    padding: 4px 12px;
    background: rgba(34, 197, 94, 0.3);
    border: 1px solid rgba(34, 197, 94, 0.5);
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
}

.save-current-usage-btn:hover {
    background: rgba(34, 197, 94, 0.5);
    transform: scale(1.05);
}

.modal-customer-records-list {
    max-height: 200px;
    overflow-y: auto;
}

.modal-customer-record-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    font-size: 11px;
    transition: all 0.2s ease;
}

.modal-customer-record-item:hover {
    background: rgba(34, 197, 94, 0.2);
}

[data-theme="light"] .modal-customer-record-item {
    background: rgba(255, 255, 255, 0.5);
}

[data-theme="light"] .modal-customer-record-item:hover {
    background: rgba(34, 197, 94, 0.15);
}

.customer-record-text {
    flex: 1;
    color: #e8e8e8;
}

[data-theme="light"] .customer-record-text {
    color: #1e293b;
}

.customer-record-actions {
    display: flex;
    gap: 4px;
}

.view-customer-history-btn,
.delete-customer-record-btn {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.view-customer-history-btn {
    background: rgba(59, 130, 246, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.5);
    color: white;
}

.view-customer-history-btn:hover {
    background: rgba(59, 130, 246, 0.5);
    transform: scale(1.1);
}

.delete-customer-record-btn {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}

.delete-customer-record-btn:hover {
    background: rgba(239, 68, 68, 0.3);
    transform: scale(1.1);
}

/* 使用历史弹窗样式 */
.usage-history-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000003;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usage-history-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.usage-history-content {
    position: relative;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

[data-theme="light"] .usage-history-content {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.usage-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .usage-history-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.usage-history-header h3 {
    margin: 0;
    color: #e8e8e8;
    font-size: 16px;
}

[data-theme="light"] .usage-history-header h3 {
    color: #1e293b;
}

.usage-history-close {
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.usage-history-close:hover {
    background: rgba(239, 68, 68, 0.3);
    transform: scale(1.1);
}

.usage-history-body {
    padding: 16px 20px;
    overflow-y: auto;
}

.usage-history-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: 12px;
    transition: all 0.2s ease;
}

.usage-history-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(4px);
}

[data-theme="light"] .usage-history-item {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .usage-history-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.usage-history-account,
.usage-history-customer {
    flex: 1;
    color: #e8e8e8;
    font-weight: 600;
}

[data-theme="light"] .usage-history-account,
[data-theme="light"] .usage-history-customer {
    color: #1e293b;
}

.usage-history-power {
    color: #fbbf24;
    font-weight: 600;
}

.usage-history-order {
    color: #a78bfa;
    font-size: 11px;
}

[data-theme="light"] .usage-history-order {
    color: #7c3aed;
}

.usage-history-price {
    color: #22c55e;
    font-weight: 600;
}

.usage-history-time {
    color: #94a3b8;
    font-size: 11px;
}

[data-theme="light"] .usage-history-time {
    color: #64748b;
}

.modal-post-record-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 12px;
}

[data-theme="light"] .modal-post-record-item {
    background: rgba(255, 255, 255, 0.5);
}

.post-record-tag {
    flex: 1;
    color: #e8e8e8;
    font-family: monospace;
}

[data-theme="light"] .post-record-tag {
    color: #1e293b;
}

.post-record-time {
    color: #a78bfa;
    font-size: 11px;
    white-space: nowrap;
}

[data-theme="light"] .post-record-time {
    color: #7c3aed;
}

.post-record-delete {
    width: 20px;
    height: 20px;
    border: none;
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.post-record-delete:hover {
    background: rgba(239, 68, 68, 0.3);
    transform: scale(1.1);
}


/* 登录按钮样式 */
.card-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-buttons {
    display: flex;
    gap: 4px;
}

.login-btn {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.login-btn-qq {
    background: linear-gradient(135deg, #12c2e9 0%, #c471ed 100%);
}

.login-btn-qq:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(18, 194, 233, 0.4);
}

.login-btn-wechat {
    background: linear-gradient(135deg, #07c160 0%, #00d976 100%);
}

.login-btn-wechat:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(7, 193, 96, 0.4);
}

.login-btn-sms {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.login-btn-sms:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(240, 147, 251, 0.4);
}

.login-btn:active {
    transform: scale(0.95);
}

/* 亮色主题下的登录按钮 */
[data-theme="light"] .login-btn-qq {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
}

[data-theme="light"] .login-btn-wechat {
    background: linear-gradient(135deg, #10b981 0%, #14b8a6 100%);
}

[data-theme="light"] .login-btn-sms {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
}


/* 登录队列按钮 */
.queue-btn {
    font-size: 14px;
    font-weight: 600;
    color: #e2e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.queue-btn.has-queue {
    animation: pulse-queue 2s ease-in-out infinite;
    color: #ef4444 !important;
}

.queue-timer-badge {
    position: absolute;
    top: -2px;
    left: -2px;
    background: rgba(34, 197, 94, 0.9);
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    padding: 1px 3px;
    border-radius: 4px;
    border: 1px solid rgba(34, 197, 94, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    line-height: 1;
}

.queue-timer-badge.hidden {
    display: none;
}

@keyframes pulse-queue {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0);
    }
}

/* 登录队列列表 */
.login-queue-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.queue-item {
    padding: 12px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
}

.queue-item:hover {
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(139, 92, 246, 0.4);
}

.queue-order {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #a78bfa;
    flex-shrink: 0;
}

.queue-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.queue-account {
    font-size: 14px;
    font-weight: 600;
    color: #e2e8f0;
}

.queue-type {
    font-size: 12px;
    color: #94a3b8;
}

.queue-status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.status-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.status-pending {
    background: rgba(234, 179, 8, 0.2);
    color: #fbbf24;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.status-processing {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
    animation: pulse-processing 1.5s ease-in-out infinite;
}

@keyframes pulse-processing {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.status-completed {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-failed {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.queue-error {
    font-size: 11px;
    color: #f87171;
    margin-top: 4px;
}

.queue-time {
    font-size: 11px;
    color: #64748b;
    white-space: nowrap;
}

.queue-cancel-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 6px;
    color: #f87171;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    line-height: 1;
}

.queue-cancel-btn:hover {
    background: rgba(239, 68, 68, 0.3);
    border-color: rgba(239, 68, 68, 0.5);
    transform: scale(1.1);
}

.queue-cancel-btn:active {
    transform: scale(0.95);
}

.empty-state {
    padding: 40px 20px;
    text-align: center;
    color: #64748b;
}

.empty-state p {
    font-size: 14px;
    margin: 0;
}

/* 浅色主题适配 */
[data-theme="light"] .queue-item {
    background: rgba(248, 250, 252, 0.8);
    border-color: rgba(148, 163, 184, 0.3);
}

[data-theme="light"] .queue-item:hover {
    background: rgba(241, 245, 249, 0.9);
    border-color: rgba(139, 92, 246, 0.4);
}

[data-theme="light"] .queue-account {
    color: #1e293b;
}

[data-theme="light"] .queue-type {
    color: #64748b;
}

[data-theme="light"] .empty-state {
    color: #94a3b8;
}

/* 生图记录翻页控制 */
.modal-records-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.modal-records-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.record-reset-btn,
.record-prev-btn,
.record-next-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.25);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 6px;
    color: #c4b5fd;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.record-reset-btn:hover,
.record-prev-btn:hover,
.record-next-btn:hover {
    background: rgba(139, 92, 246, 0.4);
    border-color: rgba(139, 92, 246, 0.6);
    transform: scale(1.05);
}

.record-reset-btn:active,
.record-prev-btn:active,
.record-next-btn:active {
    transform: scale(0.95);
}

.record-reset-btn:disabled,
.record-prev-btn:disabled,
.record-next-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.record-reset-btn:disabled:hover,
.record-prev-btn:disabled:hover,
.record-next-btn:disabled:hover {
    transform: none;
}

.record-page-info {
    font-size: 12px;
    color: #c4b5fd;
    font-weight: 600;
    min-width: 40px;
    text-align: center;
}

/* 浅色主题适配 */
[data-theme="light"] .record-reset-btn,
[data-theme="light"] .record-prev-btn,
[data-theme="light"] .record-next-btn {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.3);
    color: #7c3aed;
}

[data-theme="light"] .record-reset-btn:hover,
[data-theme="light"] .record-prev-btn:hover,
[data-theme="light"] .record-next-btn:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
}

[data-theme="light"] .record-page-info {
    color: #7c3aed;
}
