:root{--accent: #6528F7;--accent-soft: #ede9fe;--accent-mid: rgba(101,40,247,.12);--text: #0f1729;--text-muted: #6b7280;--text-light: #9ca3af;--bg: #ffffff;--bg-soft: #f9fafb;--bg-card: #ffffff;--border: #e5e7eb;--border-soft: #f3f4f6;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 4px rgba(15,23,41,.06), 0 4px 16px rgba(15,23,41,.04);--shadow-md: 0 4px 24px rgba(15,23,41,.1)}[data-theme=dark]{--accent: #7c3aed;--accent-soft: #2e1065;--accent-mid: rgba(124,58,237,.2);--text: #e2e8f0;--text-muted: #94a3b8;--text-light: #64748b;--bg: #0f172a;--bg-soft: #1e293b;--bg-card: #1e293b;--border: #334155;--border-soft: #1e293b;--shadow: 0 1px 4px rgba(0,0,0,.3), 0 4px 16px rgba(0,0,0,.2);--shadow-md: 0 4px 24px rgba(0,0,0,.4)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);transition:background .2s,color .2s}h1,h2,h3{font-family:Playfair Display,Georgia,serif;color:var(--text);letter-spacing:-.02em}h1{font-size:28px;font-weight:700}h2{font-size:20px;font-weight:700}h3{font-size:16px;font-weight:600}input,textarea,select{font-family:Inter,sans-serif;font-size:14px;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:9px 13px;width:100%;transition:border-color .15s,box-shadow .15s;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6528f71a}label{font-size:13px;font-weight:600;color:var(--text);display:block;margin-bottom:5px}button{font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;border-radius:var(--radius-sm);border:none;transition:opacity .15s,transform .1s;display:inline-flex;align-items:center;gap:7px;padding:9px 18px}button:hover:not(:disabled){opacity:.88}button:active:not(:disabled){transform:scale(.98)}button:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-ghost{background:transparent;border:1.5px solid var(--border);color:var(--text)}.btn-ghost:hover:not(:disabled){border-color:var(--accent);color:var(--accent);opacity:1}.card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card:hover{box-shadow:var(--shadow-md);transition:box-shadow .2s}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 9px;border-radius:20px;letter-spacing:.03em}.divider{border:none;border-top:1.5px solid var(--border-soft);margin:20px 0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes slideInRight{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:none}}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{box-shadow:0 0 #f59e0b80}50%{box-shadow:0 0 0 4px #f59e0b00}}@keyframes livePulse{0%,to{box-shadow:0 0 #16a34a99}60%{box-shadow:0 0 0 7px #16a34a00}}@keyframes ripple{0%{transform:scale(1);opacity:.6}to{transform:scale(2.2);opacity:0}}@keyframes bar1{0%,to{height:4px}50%{height:14px}}@keyframes bar2{0%,to{height:10px}50%{height:4px}}@keyframes bar3{0%,to{height:6px}30%{height:16px}}@keyframes bar4{0%,to{height:12px}60%{height:4px}}@keyframes bar5{0%,to{height:4px}40%{height:12px}}.anim-row{animation:fadeInUp .22s ease both}.anim-row:nth-child(1){animation-delay:.03s}.anim-row:nth-child(2){animation-delay:.06s}.anim-row:nth-child(3){animation-delay:.09s}.anim-row:nth-child(4){animation-delay:.12s}.anim-row:nth-child(5){animation-delay:.15s}.anim-row:nth-child(6){animation-delay:.18s}.anim-row:nth-child(7){animation-delay:.21s}.anim-row:nth-child(8){animation-delay:.24s}.anim-row:nth-child(n+9){animation-delay:.27s}.anim-card{animation:scaleIn .18s cubic-bezier(.34,1.56,.64,1) both}.anim-card:nth-child(1){animation-delay:.04s}.anim-card:nth-child(2){animation-delay:.08s}.anim-card:nth-child(3){animation-delay:.12s}.anim-card:nth-child(4){animation-delay:.16s}.anim-card:nth-child(5){animation-delay:.2s}.msg-agent{animation:slideInLeft .18s ease both}.msg-user{animation:slideInRight .18s ease both}.fade-in{animation:fadeIn .2s ease}.card-lift{transition:transform .18s ease,box-shadow .18s ease}.card-lift:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0f17291a}.live-ring{position:relative}.live-ring:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;border:2px solid #16a34a;animation:livePulse 1.6s ease-in-out infinite;pointer-events:none}.btn-ripple{position:relative;overflow:hidden}.btn-ripple:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#ffffff4d;transform:scale(0);opacity:0;transition:transform .4s ease,opacity .4s ease}.btn-ripple:active:after{transform:scale(2);opacity:0;transition:0s}.tabs-bar{scrollbar-width:none;-ms-overflow-style:none}.tabs-bar::-webkit-scrollbar{display:none}
