:root{--bg:#212121;--panel:#171717;--panel-2:#1f1f1f;--line:#ffffff1a;--text:#ececec;--muted:#b4b4b4;--primary:#4b8dff;--primary-2:#8ab4f8;--accent:#7dd3bd;--warning:#f4bf75;--danger:#ff8a8a;--glow:0 0 0 1px #ffffff0a, 0 10px 28px #0000003d}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,sans-serif;font-size:14px;line-height:1.55;overflow-x:hidden}body:before,body:after{content:none!important;display:none!important}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.auth-page{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex;position:relative}.auth-card{background:var(--panel);border:1px solid var(--line);width:100%;max-width:520px;box-shadow:var(--glow);border-radius:18px;padding:28px}.auth-card h1{letter-spacing:-.02em;margin:18px 0 10px;font-size:32px}.dashboard-shell{z-index:1;min-height:100vh;display:flex;position:relative}.dashboard-sidebar{border-right:1px solid var(--line);background:#171717;flex-shrink:0;width:280px;padding:18px 14px}.sidebar-brand h1{letter-spacing:.01em;color:#f5f5f5;margin:0;font-size:24px;font-weight:800;line-height:1}.sidebar-brand p{color:var(--muted);margin:12px 0 0;font-size:14px;line-height:1.6}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.sidebar-group-label{text-transform:uppercase;letter-spacing:.14em;color:#ffffff6b;padding:10px 14px 8px;font-size:12px}.sidebar-link{color:#e7e7e7;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:11px 12px;transition:all .18s;display:flex}.sidebar-link:hover{background:#ffffff0e;border-color:#ffffff12}.sidebar-icon{width:36px;height:36px;color:var(--primary-2);background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sidebar-text{flex-direction:column;gap:4px;display:flex}.sidebar-text span{color:var(--muted);font-size:12px}.dashboard-main{background:#212121;flex:1;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.topbar-card{border:1px solid var(--line);box-shadow:var(--glow);background:#171717;border-radius:16px;padding:12px 16px}.topbar-title span{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:12px}.topbar-title h2{margin:5px 0 0;font-size:20px;font-weight:700}.page-stack{flex-direction:column;gap:24px;display:flex}.page-header{border:1px solid var(--line);box-shadow:var(--glow);background:#171717;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px;display:flex}.page-header h1{letter-spacing:-.02em;margin:0;font-size:32px;font-weight:750;line-height:1.12}.page-header p,.section-subtitle{color:var(--muted);max-width:760px;margin:14px 0 0;font-size:15px;line-height:1.7}.badge{color:#e9e9e9;background:#2f2f2f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;min-height:30px;padding:6px 10px;font-size:12px;font-weight:650;display:inline-flex}.glass-card,.stat-card,.table-card,.form-card,.empty-card,.preview-card{border:1px solid var(--line);box-shadow:var(--glow);background:#171717;border-radius:18px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card{padding:22px;position:relative;overflow:hidden}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;font-size:13px}.stat-value{font-size:28px;font-weight:750;line-height:1}.stat-help{color:#bfd1ea;margin-top:10px;font-size:13px}.section-title{margin:0 0 14px;font-size:20px;font-weight:700}.table-card{padding:18px}.table-topbar{justify-content:space-between;align-items:center;gap:12px;padding:6px 6px 18px;display:flex}.table-title h3{margin:0;font-size:20px;font-weight:800}.table-title p{color:var(--muted);margin:6px 0 0;font-size:14px}.brand-table{border-collapse:collapse;width:100%;overflow:hidden}.brand-table th,.brand-table td{text-align:left;vertical-align:middle;border-top:1px solid #ffffff12;padding:16px 14px}.brand-table thead th{color:#dce8fa;text-transform:uppercase;letter-spacing:.12em;border-top:0;font-size:13px}.brand-name-cell{flex-direction:column;gap:4px;display:flex}.brand-name-cell span{color:var(--muted);font-size:13px}.status-pill{color:#bff7e7;background:#6ee7c81a;border:1px solid #6ee7c82e;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.empty-card{text-align:center;padding:50px 28px}.quick-actions,.form-actions{flex-wrap:wrap;gap:12px;display:flex}.btn{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:650;transition:all .18s;display:inline-flex}.btn-primary{color:#fff;box-shadow:none;background:#2f81f7}.btn-primary:hover{background:#3f8cff}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.field{flex-direction:column;gap:10px;display:flex}.field.full{grid-column:1/-1}.field label{color:#dbe7f7;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800}.input,.textarea,.select{color:#f3f3f3;background:#212121;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:12px 14px;transition:all .18s}.textarea{resize:vertical;min-height:130px}.form-actions{justify-content:flex-end;margin-top:26px}.help-text{color:var(--muted);font-size:12px;line-height:1.6}.error-box,.success-box{border-radius:14px;margin-bottom:18px;padding:14px 16px;font-size:14px}.preview-grid{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.preview-card p{color:var(--muted);line-height:1.7}.preview-widget{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;margin-top:18px;padding:18px}.preview-bubble{border-radius:16px;max-width:86%;margin-bottom:10px;padding:12px 14px;font-size:14px;line-height:1.6}.preview-bubble.bot{color:#e8f1ff;background:#ffffff0f;border-bottom-left-radius:6px}.preview-bubble.user{color:#08131e;background:linear-gradient(135deg,#5e9eff,#79bbff);border-bottom-right-radius:6px;margin-left:auto}.kv-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.kv-item{border-bottom:1px dashed #ffffff14;justify-content:space-between;gap:18px;padding-bottom:12px;font-size:14px;display:flex}.kv-item strong{color:#f7fbff;text-align:right}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.preview-grid{grid-template-columns:1fr}}@media (max-width:960px){.dashboard-shell{flex-direction:column}.dashboard-sidebar{border-right:0;border-bottom:1px solid var(--line);width:100%}.dashboard-main{padding:18px}.page-header{flex-direction:column}.form-grid,.stats-grid{grid-template-columns:1fr}.brand-table{white-space:nowrap;display:block;overflow-x:auto}}.sidebar-user-card{background:#ffffff0b;border:1px solid #ffffff13;border-radius:18px;flex-direction:column;gap:6px;margin:0 0 16px;padding:14px 16px;display:flex}.sidebar-user-card strong{color:var(--text);word-break:break-all;font-size:13px}.sidebar-user-card em{color:var(--accent);font-size:12px;font-style:normal}.small-stat{font-size:22px;line-height:1.25}.price-line{color:#fff;margin:10px 0 4px;font-size:34px;font-weight:900}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1300px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.pricing-grid{grid-template-columns:1fr}}.conversation-workbench{grid-template-columns:340px minmax(420px,1fr) 360px;gap:18px;min-height:720px;display:grid}.conversation-list-panel,.conversation-chat-panel,.conversation-profile-panel{padding:18px;overflow:hidden}.conversation-list-scroll{flex-direction:column;gap:10px;max-height:720px;padding-right:4px;display:flex;overflow-y:auto}.conversation-search{margin-bottom:12px}.search-form{gap:8px;display:flex}.conversation-filter-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.filter-chip{color:#cfe0f5;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:12px;transition:all .2s;display:inline-flex}.filter-chip.active,.filter-chip:hover{color:#fff;background:#69a7ff29;border-color:#69a7ff4d}.conversation-list-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:18px;padding:14px;transition:all .2s;display:block}.conversation-list-item:hover,.conversation-list-item.active{background:linear-gradient(135deg,#69a7ff2e,#ffffff0d);border-color:#69a7ff47;transform:translateY(-1px)}.conversation-list-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.conversation-list-title strong{color:#fff;font-size:14px}.conversation-list-title span{color:var(--muted);white-space:nowrap;font-size:11px}.conversation-list-item p{color:#bfd0e9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 10px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.conversation-badges{flex-wrap:wrap;gap:6px;display:flex}.conversation-badges span{color:#dbe8f9;background:#ffffff0d;border-radius:999px;padding:5px 8px;font-size:11px}.priority-high,.priority-urgent{color:#ffd6d6!important;background:#ff7e7e29!important}.priority-low{color:#c9fff0!important;background:#6ee7c81f!important}.chat-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.chat-header h2{margin:12px 0 4px;font-size:24px}.chat-header p{color:var(--muted);margin:0}.chat-message-list{max-height:720px;padding:18px 4px 4px;overflow-y:auto}.chat-message-row{margin-bottom:18px;display:flex}.chat-message-row.user{justify-content:flex-start}.chat-message-row.assistant{justify-content:flex-end}.chat-bubble-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;width:min(96%,780px);padding:16px}.chat-message-row.assistant .chat-bubble-card{background:#69a7ff14;border-color:#69a7ff2e}.message-meta{color:#eaf3ff;justify-content:space-between;gap:10px;margin-bottom:12px;display:flex}.message-meta span{color:var(--muted);font-size:12px}.message-content-block{background:#00000024;border-radius:14px;margin-top:10px;padding:12px}.message-content-block label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.message-content-block p{white-space:pre-wrap;margin:0;line-height:1.7}.muted-block{background:#ffffff09}.learning-block{background:#6ee7c80f;border:1px dashed #6ee7c83d}.compact-kv .kv-item{gap:8px;font-size:13px}.compact-kv .kv-item strong{word-break:break-word;max-width:190px}.compact-field{margin-top:12px}.mini-form{margin-top:18px}.mini-empty{padding:24px}.lead-status-form{grid-template-columns:minmax(120px,160px) minmax(160px,1fr) auto;align-items:center;gap:8px;display:grid}.training-preview{background:#00000026;border:1px solid #ffffff12;border-radius:14px;margin-top:12px;padding:10px 12px}.training-preview summary{cursor:pointer;color:#cfe0f5;font-weight:700}.training-preview pre{white-space:pre-wrap;color:#d9e6f7;max-height:220px;font-size:12px;line-height:1.6;overflow-y:auto}@media (max-width:1320px){.conversation-workbench{grid-template-columns:320px minmax(420px,1fr)}.conversation-profile-panel{grid-column:1/-1}}@media (max-width:980px){.conversation-workbench,.lead-status-form{grid-template-columns:1fr}}.conversation-pagination{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000b8;justify-content:center;align-items:flex-start;padding:32px 18px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(#0f1a2bf5,#080f1cf0);width:min(1180px,100%);padding:24px;box-shadow:0 30px 120px #0000008c}.modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.modal-head h2{margin:14px 0 0;font-size:32px;line-height:1.1}.qr-box{background:#ffffff0f;border:1px solid #ffffff14;border-radius:22px;justify-content:center;align-items:center;min-height:220px;margin-top:16px;padding:16px;display:flex}.qr-box.small{width:160px;min-height:120px}.qr-box img{background:#fff;border-radius:16px;max-width:100%;max-height:280px;padding:8px}.pre-box{white-space:pre-wrap;word-break:break-word;color:var(--muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;max-height:260px;padding:14px;font-family:inherit;line-height:1.65;overflow:auto}@media (max-width:720px){.modal-head{flex-direction:column}.modal-card{padding:18px}}:root{--bg:#212121;--panel:#171717;--panel-2:#1f1f1f;--panel-3:#2a2a2a;--line:#ffffff1a;--text:#f4f4f4;--muted:#b4b4b4;--muted-2:#8f8f8f;--primary:#4b9eff;--primary-2:#6bb1ff;--accent:#d8d8d8;--warning:#d9a441;--danger:#ef6f6c;--glow:none}html,body{color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,sans-serif;font-size:15px;line-height:1.55;background:#212121!important}body:before,body:after{display:none!important}a{color:inherit}button{transition:background-color .16s,border-color .16s,color .16s}.auth-page{background:#212121;padding:28px}.auth-card{max-width:480px;padding:28px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:18px!important}.auth-card h1{letter-spacing:-.035em;font-size:38px;line-height:1.05}.dashboard-shell{color:#ececec;background:#212121}.dashboard-sidebar{width:286px;padding:14px 12px;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border-right:1px solid #2f2f2f!important}.sidebar-brand{border-bottom:1px solid #2f2f2f;margin-bottom:10px;padding:12px 12px 16px}.sidebar-brand h1{letter-spacing:-.02em;font-size:23px;font-weight:750}.sidebar-brand p{color:#b4b4b4;margin-top:8px;font-size:13px;line-height:1.45}.sidebar-user-card{margin:8px 2px 14px;padding:12px;background:#202020!important;border:1px solid #333!important;border-radius:14px!important}.sidebar-user-card span{color:#9b9b9b;font-size:12px}.sidebar-user-card strong{color:#f1f1f1;font-size:13px;font-weight:650}.sidebar-user-card em{color:#c7c7c7;font-size:12px}.sidebar-group-label{color:#8b8b8b;letter-spacing:.12em;padding:10px 12px 8px;font-size:11px}.sidebar-nav{gap:4px}.sidebar-link{color:#ececec;border:1px solid #0000;border-radius:12px;gap:11px;padding:11px 12px}.sidebar-link:hover{background:#242424;border-color:#0000;transform:none}.sidebar-link.active{box-shadow:none!important;background:#2f2f2f!important;border-color:#3a3a3a!important}.sidebar-icon{color:#d8d8d8;background:#2a2a2a;border-radius:8px;width:28px;height:28px;font-size:13px}.sidebar-text span{display:none}.dashboard-main{background:#212121;padding:18px 22px 28px}.topbar{margin-bottom:18px}.topbar-card{padding:10px 14px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:14px!important}.topbar-title span{color:#9d9d9d;letter-spacing:.1em;font-size:11px}.topbar-title h2{letter-spacing:-.01em;margin-top:3px;font-size:18px;font-weight:650}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.lang-toggle{background:#171717;border:1px solid #333;border-radius:12px;align-items:center;gap:3px;padding:3px;display:inline-flex}.lang-toggle button{color:#a9a9a9;background:0 0;border:0;border-radius:9px;min-width:44px;padding:7px 10px;font-size:13px;font-weight:650}.page-stack{gap:18px}.page-header{padding:22px 24px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:18px!important}.page-header h1{letter-spacing:-.03em;font-size:34px;font-weight:700;line-height:1.12}.page-header p,.section-subtitle{color:#b4b4b4;font-size:14px;line-height:1.65}.section-title{letter-spacing:-.01em;font-size:20px;font-weight:700}.glass-card,.stat-card,.table-card,.form-card,.empty-card,.preview-card,.conversation-list-panel,.conversation-chat-panel,.conversation-profile-panel{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:18px!important}.stat-card{padding:18px}.stat-label{color:#9d9d9d;letter-spacing:.09em;font-size:12px}.stat-value{letter-spacing:-.025em;font-size:30px;font-weight:720}.stat-help{color:#b4b4b4;font-size:13px}.badge,.status-pill,.filter-chip,.tag-pill{color:#e8e8e8!important;box-shadow:none!important;background:#2a2a2a!important;border:1px solid #3a3a3a!important}.btn{border-radius:12px;min-height:40px;padding:0 14px;font-size:14px;font-weight:650;box-shadow:none!important}.btn-primary{color:#fff!important;box-shadow:none!important;background:#3b82f6!important;border-color:#3b82f6!important}.btn-primary:hover{transform:none;background:#2f73df!important}.btn-secondary{color:#f1f1f1!important;background:#2a2a2a!important;border-color:#3a3a3a!important}.btn-danger{color:#ffb8b6!important;background:#ef6f6c1f!important;border-color:#ef6f6c4d!important}.input,.textarea,.select{color:#f4f4f4;padding:12px 13px;box-shadow:none!important;background:#202020!important;border:1px solid #3a3a3a!important;border-radius:12px!important}.input:focus,.textarea:focus,.select:focus{border-color:#565656!important;box-shadow:0 0 0 2px #ffffff0f!important}.input::placeholder,.textarea::placeholder{color:#777}.field label{color:#d4d4d4;letter-spacing:.08em;font-size:12px}.error-box{color:#ffc7c5!important;background:#ef6f6c1f!important;border:1px solid #ef6f6c3d!important}.success-box{color:#c8f7d0!important;background:#2ea04324!important;border:1px solid #2ea04347!important}.brand-table th,.brand-table td{border-top:1px solid #303030;padding:13px 12px}.brand-table thead th{color:#bdbdbd;letter-spacing:.08em;font-size:12px}.brand-table tbody tr:hover{background:#202020}.kv-item{border-bottom:1px solid #303030}.kv-item span{color:#a5a5a5}.kv-item strong{color:#f1f1f1}.preview-widget,.preview-bubble.bot,.conversation-card,.message-card,.conversation-message,.training-card,.lead-card,.payment-card{box-shadow:none!important;background:#202020!important;border-color:#333!important}.payment-modal-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#000000b8!important}.payment-modal{background:#171717!important;border:1px solid #333!important;border-radius:18px!important;box-shadow:0 24px 80px #00000073!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#171717}::-webkit-scrollbar-thumb{background:#444;border:2px solid #171717;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:960px){.dashboard-sidebar{width:100%;padding:12px}.dashboard-main{padding:14px}.page-header h1{font-size:30px}.auth-card h1{font-size:34px}}.auth-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}html[data-ui-lang=zh] .zh-hide,html[data-ui-lang=en] .en-hide{display:none!important}.conversation-list-panel,.conversation-chat-panel,.conversation-profile-panel{background:#171717!important;border-color:#ffffff1a!important}.conversation-item,.message-card,.payment-modal-card{box-shadow:none!important;background:#1f1f1f!important;border-color:#ffffff1a!important}.message-block,.translation-block,.learning-context{background:#262626!important;border-color:#ffffff14!important}.filter-chip,.status-pill{color:#e6e6e6!important;background:#2f2f2f!important;border-color:#ffffff1a!important}.conversation-item.active{background:#2a2a2a!important;border-color:#8ab4f83d!important}.lang-toggle{background:#2a2a2a;border:1px solid #ffffff1a;border-radius:999px;gap:3px;padding:3px;display:inline-flex}.lang-toggle button{color:#b4b4b4;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 10px;font-size:12px;font-weight:650}.lang-toggle button.active{color:#fff;background:#3a3a3a}.card-padding,.form-card,.preview-card{padding:20px}.brand-table th,.brand-table td{padding:13px 12px}.brand-table thead th{color:#cfcfcf;font-size:12px}.help-text,.section-subtitle,.stat-help,.table-title p{color:#b4b4b4!important}.sidebar-icon{color:#d8d8d8;background:#2f2f2f;border-radius:10px;width:32px;height:32px}.sidebar-text strong{font-size:14px;font-weight:650}.sidebar-user-card{background:#202020;border-color:#ffffff14;border-radius:14px}.preview-bubble.bot{background:#2b2b2b}.preview-bubble.user{color:#fff;background:#2f81f7}.theme-toggle,.admin-top-controls{align-items:center;gap:6px;display:inline-flex}.admin-top-controls{justify-content:flex-end;width:100%;margin-bottom:16px}.theme-toggle{background:#2a2a2a;border:1px solid #ffffff1a;border-radius:999px;padding:3px}.theme-toggle button{color:#b4b4b4;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 10px;font-size:12px;font-weight:650}.theme-toggle button.active{color:#fff;background:#3a3a3a}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f7;--panel:#fff;--panel-2:#f2f2f2;--panel-3:#ececec;--line:#0000001a;--text:#1f1f1f;--muted:#666;--muted-2:#888;--primary:#2563eb;--primary-2:#1d4ed8;--accent:#047857;--warning:#a16207;--danger:#dc2626;--glow:none}html[data-theme=light] body,html[data-theme=light] .dashboard-shell,html[data-theme=light] .dashboard-main,html[data-theme=light] .auth-page{color:#1f1f1f!important;background:#f7f7f7!important}html[data-theme=light] .dashboard-sidebar,html[data-theme=light] .auth-card,html[data-theme=light] .topbar-card,html[data-theme=light] .page-header,html[data-theme=light] .glass-card,html[data-theme=light] .stat-card,html[data-theme=light] .table-card,html[data-theme=light] .form-card,html[data-theme=light] .empty-card,html[data-theme=light] .preview-card,html[data-theme=light] .conversation-list-panel,html[data-theme=light] .conversation-chat-panel,html[data-theme=light] .conversation-profile-panel{color:#1f1f1f!important;box-shadow:none!important;background:#fff!important;border-color:#e3e3e3!important}html[data-theme=light] .sidebar-brand,html[data-theme=light] .chat-header,html[data-theme=light] .kv-item,html[data-theme=light] .brand-table th,html[data-theme=light] .brand-table td{border-color:#e5e5e5!important}html[data-theme=light] .sidebar-brand h1,html[data-theme=light] .auth-card h1,html[data-theme=light] .page-header h1,html[data-theme=light] .topbar-title h2,html[data-theme=light] .section-title,html[data-theme=light] .conversation-list-title strong,html[data-theme=light] .kv-item strong,html[data-theme=light] .brand-table,html[data-theme=light] .brand-table td,html[data-theme=light] .stat-value,html[data-theme=light] .sidebar-user-card strong,html[data-theme=light] .sidebar-link,html[data-theme=light] .field label{color:#1f1f1f!important}html[data-theme=light] .sidebar-brand p,html[data-theme=light] .section-subtitle,html[data-theme=light] .help-text,html[data-theme=light] .stat-help,html[data-theme=light] .stat-label,html[data-theme=light] .table-title p,html[data-theme=light] .topbar-title span,html[data-theme=light] .sidebar-user-card span,html[data-theme=light] .kv-item span,html[data-theme=light] .conversation-list-title span,html[data-theme=light] .conversation-list-item p{color:#666!important}html[data-theme=light] .sidebar-user-card,html[data-theme=light] .sidebar-link:hover,html[data-theme=light] .sidebar-link.active,html[data-theme=light] .sidebar-icon,html[data-theme=light] .preview-widget,html[data-theme=light] .preview-bubble.bot,html[data-theme=light] .conversation-list-item,html[data-theme=light] .conversation-item,html[data-theme=light] .message-card,html[data-theme=light] .payment-modal-card,html[data-theme=light] .message-block,html[data-theme=light] .translation-block,html[data-theme=light] .learning-context,html[data-theme=light] .training-card,html[data-theme=light] .lead-card,html[data-theme=light] .payment-card{color:#1f1f1f!important;background:#f2f2f2!important;border-color:#e1e1e1!important}html[data-theme=light] .conversation-list-item:hover,html[data-theme=light] .conversation-list-item.active,html[data-theme=light] .conversation-item.active{background:#ececec!important;border-color:#d5d5d5!important;transform:none!important}html[data-theme=light] .input,html[data-theme=light] .textarea,html[data-theme=light] .select{color:#1f1f1f!important;background:#fff!important;border-color:#d7d7d7!important}html[data-theme=light] .input::placeholder,html[data-theme=light] .textarea::placeholder{color:#8a8a8a!important}html[data-theme=light] .input:focus,html[data-theme=light] .textarea:focus,html[data-theme=light] .select:focus{border-color:#8b8b8b!important;box-shadow:0 0 0 2px #0000000f!important}html[data-theme=light] .badge,html[data-theme=light] .status-pill,html[data-theme=light] .filter-chip,html[data-theme=light] .tag-pill,html[data-theme=light] .lang-toggle,html[data-theme=light] .theme-toggle{color:#333!important;background:#f0f0f0!important;border-color:#ddd!important}html[data-theme=light] .lang-toggle button,html[data-theme=light] .theme-toggle button{color:#555!important}html[data-theme=light] .lang-toggle button.active,html[data-theme=light] .theme-toggle button.active{box-shadow:0 1px 4px #00000014;color:#111!important;background:#fff!important}html[data-theme=light] .btn-primary{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}html[data-theme=light] .btn-primary:hover{background:#1d4ed8!important}html[data-theme=light] .btn-secondary{color:#1f1f1f!important;background:#f0f0f0!important;border-color:#ddd!important}html[data-theme=light] .btn-danger{color:#991b1b!important;background:#fee2e2!important;border-color:#fecaca!important}html[data-theme=light] .brand-table thead th{color:#555!important}html[data-theme=light] .brand-table tbody tr:hover{background:#f6f6f6!important}html[data-theme=light] .error-box{color:#991b1b!important;background:#fef2f2!important;border-color:#fecaca!important}html[data-theme=light] .success-box{color:#065f46!important;background:#ecfdf5!important;border-color:#bbf7d0!important}html[data-theme=light] .payment-modal-backdrop{background:#0000004d!important}html[data-theme=light] .payment-modal{color:#1f1f1f!important;background:#fff!important;border-color:#ddd!important;box-shadow:0 24px 80px #0000002e!important}html[data-theme=light] ::-webkit-scrollbar-track{background:#eee}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#c6c6c6;border-color:#eee}
