@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #1890ff66}70%{box-shadow:0 0 0 10px #1890ff00}to{box-shadow:0 0 #1890ff00}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.chart-container{animation:fadeIn .5s ease-out}.chart-container.updating{animation:pulse 1s ease-in-out}.analytics-stat-card{transition:all .3s ease;animation:fadeIn .6s ease-out}.analytics-stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.analytics-stat-card:nth-child(1){animation-delay:0s}.analytics-stat-card:nth-child(2){animation-delay:.1s}.analytics-stat-card:nth-child(3){animation-delay:.2s}.analytics-stat-card:nth-child(4){animation-delay:.3s}.chart-skeleton{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:8px}.export-button{transition:all .3s ease}.export-button:hover{transform:scale(1.05)}.export-button:active{transform:scale(.95)}.filter-container{transition:all .3s ease}.filter-container.expanded{max-height:500px;opacity:1}.filter-container.collapsed{max-height:0;opacity:0;overflow:hidden}.chart-wrapper{transition:opacity .3s ease,transform .3s ease}.chart-wrapper.loading{opacity:.5;pointer-events:none}.chart-wrapper.loaded{opacity:1}.chart-legend-item{transition:all .2s ease;cursor:pointer}.chart-legend-item:hover{opacity:.8;transform:scale(1.05)}.chart-tooltip{animation:fadeIn .2s ease-out;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chart-refresh-icon.loading{animation:rotate 1s linear infinite}.chart-container canvas{transition:all .3s ease}.analytics-tabs .ant-tabs-tab{transition:all .3s ease}.analytics-tabs .ant-tabs-tab:hover{transform:translateY(-2px)}.analytics-card{transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.analytics-card:hover{box-shadow:0 8px 16px #0000001a}.analytics-card.highlight{animation:pulse 2s ease-in-out infinite}.chart-loading-overlay{background:linear-gradient(135deg,#1890ff0d,#52c41a0d);animation:shimmer 3s ease-in-out infinite}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-value{animation:countUp .8s ease-out}@media (max-width: 768px){.analytics-stat-card:hover{transform:none}.chart-container,.analytics-stat-card{animation:none}}.dark .chart-skeleton{background:linear-gradient(90deg,#2a2a2a,#3a3a3a,#2a2a2a)}.dark .chart-loading-overlay{background:linear-gradient(135deg,#1890ff1a,#52c41a1a)}.chat-list{display:flex;flex-direction:column;height:100%;background:#fff}.chat-list__header{padding:16px;border-bottom:1px solid #e0e0e0}.chat-list__title{margin:0 0 16px;font-size:24px;font-weight:500}.chat-list__filters{display:flex;gap:12px}.chat-list__filter,.chat-list__search{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px}.chat-list__search{flex:1}.chat-list__messages{flex:1;overflow-y:auto;padding:8px}.chat-list__item{display:flex;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background-color .2s}.chat-list__item:hover{background-color:#f5f5f5}.chat-list__item-avatar{width:48px;height:48px;border-radius:50%;background-color:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-list__item-content{flex:1;min-width:0}.chat-list__item-header{display:flex;justify-content:space-between;margin-bottom:4px}.chat-list__item-title{font-weight:500;font-size:14px}.chat-list__item-time{font-size:12px;color:#757575}.chat-list__item-preview{font-size:13px;color:#616161;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list__item-badge{position:absolute;top:8px;right:8px;background-color:#f44336;color:#fff;font-size:11px;font-weight:500;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.chat-list__empty,.chat-list__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#757575}.chat-list__empty i,.chat-list__error i{font-size:64px;margin-bottom:16px;opacity:.5}.chat-thread{display:flex;flex-direction:column;height:100%;background:#fff}.chat-thread__header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e0e0e0;background:#f5f5f5}.chat-thread__back{margin:0}.chat-thread__title h3{margin:0;font-size:18px;font-weight:500}.chat-thread__subtitle{font-size:12px;color:#757575}.chat-thread__messages{flex:1;overflow-y:auto;padding:16px;background:#fafafa}.chat-thread__input-container{border-top:1px solid #e0e0e0;background:#fff}.chat-thread__empty,.chat-thread__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#757575}.chat-thread__empty i,.chat-thread__error i{font-size:64px;margin-bottom:16px;opacity:.5}.chat-message{display:flex;gap:12px;margin-bottom:16px;animation:fadeIn .3s}.chat-message--own{flex-direction:row-reverse}.chat-message__avatar{width:40px;height:40px;border-radius:50%;background-color:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:500}.chat-message__avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chat-message__content{max-width:70%;position:relative}.chat-message--own .chat-message__content{text-align:right}.chat-message__header{display:flex;gap:8px;align-items:center;margin-bottom:4px}.chat-message--own .chat-message__header{flex-direction:row-reverse}.chat-message__sender{font-size:13px;font-weight:500;color:#424242}.chat-message__timestamp{font-size:11px;color:#9e9e9e}.chat-message__reply-to{display:flex;align-items:center;gap:4px;font-size:12px;color:#757575;margin-bottom:4px;padding:4px 8px;background:#0000000d;border-radius:4px}.chat-message__reply-to i{font-size:14px}.chat-message__body{padding:10px 14px;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000001a;word-wrap:break-word;font-size:14px;line-height:1.5}.chat-message--own .chat-message__body{background:#1976d2;color:#fff}.chat-message__actions{display:flex;gap:4px;margin-top:4px;opacity:0;transition:opacity .2s}.chat-message:hover .chat-message__actions{opacity:1}.chat-message--own .chat-message__actions{justify-content:flex-end}.chat-message__action-btn{background:none;border:none;padding:4px;cursor:pointer;color:#757575;border-radius:50%;transition:all .2s}.chat-message__action-btn:hover{background:#0000000d;color:#424242}.chat-message__action-btn i{font-size:18px}.chat-input{padding:12px}.chat-input__reply-indicator{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#e3f2fd;border-left:3px solid #1976d2;margin-bottom:8px;font-size:13px;border-radius:4px}.chat-input__reply-indicator i{font-size:16px;color:#1976d2}.chat-input__cancel-reply{margin-left:auto;background:none;border:none;cursor:pointer;padding:4px;color:#757575}.chat-input__cancel-reply:hover{color:#424242}.chat-input__form{position:relative}.chat-input__wrapper{display:flex;align-items:flex-end;gap:8px;background:#fff;border:1px solid #e0e0e0;border-radius:24px;padding:8px 12px}.chat-input__btn{background:none;border:none;padding:8px;cursor:pointer;color:#757575;border-radius:50%;transition:all .2s;flex-shrink:0}.chat-input__btn:hover{background:#0000000d;color:#424242}.chat-input__btn i{font-size:24px}.chat-input__btn--send{background:#1976d2;color:#fff}.chat-input__btn--send:hover{background:#1565c0}.chat-input__textarea{flex:1;border:none;outline:none;resize:none;font-family:inherit;font-size:14px;line-height:1.5;padding:4px 8px;min-height:24px;max-height:120px}.chat-input__emoji-picker{position:absolute;bottom:100%;right:10px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px;box-shadow:0 4px 8px #0000001a;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;z-index:1000}.chat-input__emoji-picker button{background:none;border:none;font-size:24px;padding:4px;cursor:pointer;border-radius:4px;transition:background .2s}.chat-input__emoji-picker button:hover{background:#f5f5f5}.chat-widget{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.chat-widget--collapsed{max-height:56px}.chat-widget__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1976d2;color:#fff;cursor:pointer}.chat-widget__title{display:flex;align-items:center;gap:8px;font-weight:500}.chat-widget__badge{background:#f44336;color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;margin-left:8px}.chat-widget__toggle{color:#fff}.chat-widget__body{display:flex;flex-direction:column;height:400px}.chat-widget__messages{flex:1;overflow-y:auto;padding:12px;background:#fafafa}.chat-widget__input{border-top:1px solid #e0e0e0}.chat-widget__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9e9e9e}.chat-widget__empty i{font-size:48px;margin-bottom:8px;opacity:.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dark .chat-list{background:transparent}.dark .chat-list__header{border-bottom-color:#2d3343;background:transparent}.dark .chat-list__filter,.dark .chat-list__search{border-color:#2d3343;background:#1e232e;color:#f1f5f9}.dark .chat-list__item:hover{background-color:#1e232e}.dark .chat-list__item-time,.dark .chat-list__item-preview{color:#a1a1aa}.dark .chat-list__empty,.dark .chat-list__error{color:#71717a}.dark .chat-thread{background:transparent}.dark .chat-thread__header{border-bottom-color:#2d3343;background:#1e232e}.dark .chat-thread__title h3{color:#f1f5f9}.dark .chat-thread__subtitle{color:#cbd5e1}.dark .chat-thread__messages{background:transparent}.dark .chat-thread__input-container{border-top-color:#2d3343;background:transparent}.dark .chat-thread__empty,.dark .chat-thread__error{color:#71717a}.dark .chat-message__sender{color:#d4d4d8}.dark .chat-message__timestamp{color:#71717a}.dark .chat-message__reply-to{color:#cbd5e1;background:#ffffff0d}.dark .chat-message__body{background:#1e232e;color:#f1f5f9;box-shadow:0 1px 2px #0006}.dark .chat-message--own .chat-message__body{background:#1d4ed8;color:#fff}.dark .chat-message__action-btn{color:#a1a1aa}.dark .chat-message__action-btn:hover{background:#ffffff14;color:#fafafa}.dark .chat-input__reply-indicator{background:#1e3a5f;border-left-color:#3b82f6;color:#d4d4d8}.dark .chat-input__cancel-reply{color:#a1a1aa}.dark .chat-input__cancel-reply:hover{color:#fafafa}.dark .chat-input__wrapper{background:#1e232e;border-color:#2d3343}.dark .chat-input__textarea{background:#1e232e;color:#f1f5f9}.dark .chat-input__textarea::-moz-placeholder{color:#52525b}.dark .chat-input__textarea::placeholder{color:#52525b}.dark .chat-input__btn{color:#a1a1aa}.dark .chat-input__btn:hover{background:#ffffff14;color:#fafafa}.dark .chat-input__emoji-picker{background:#1e232e;border-color:#2d3343;box-shadow:0 4px 8px #00000080}.dark .chat-input__emoji-picker button:hover{background:#27272a}.dark .chat-widget{background:#161b22;box-shadow:0 2px 8px #00000080}.dark .chat-widget__messages{background:#161b22}.dark .chat-widget__input{border-top-color:#2d3343}.dark .chat-widget__empty{color:#71717a}.dark .ant-list-item{border-block-end-color:#2d3343!important}.dark .ant-list-item:hover{background:#1e232e}.dark .ant-layout-sider{background:transparent!important}.dark .ant-tabs-tab{color:#cbd5e1!important}.dark .ant-tabs-tab-active .ant-tabs-tab-btn{color:#f1f5f9!important}.dark .ant-tabs-ink-bar{background:#f1f5f9!important}.dark .ant-tabs-nav:before{border-bottom-color:#2d3343!important}html,body,#root{min-height:100%}body{margin:0;padding:0;background-color:#f8fafc;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#09090b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}h1,h2,h3,h4,h5,h6,.ant-typography{letter-spacing:-.025em}.page-header{margin-bottom:24px}.page-header-title{font-size:1.5rem;font-weight:600;letter-spacing:-.025em}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.new{background:#e0f2fe;color:#0284c7}.status-badge.contacted{background:#fef3c7;color:#d97706}.status-badge.qualified{background:#dcfce7;color:#16a34a}.status-badge.lost{background:#fee2e2;color:#dc2626}.empty-state{text-align:center;padding:48px 0}.empty-state-icon{font-size:64px;color:#d4d4d8;margin-bottom:16px}.empty-state-title{font-size:18px;margin-bottom:8px;font-weight:600}.empty-state-description{font-size:14px;color:#71717a;margin-bottom:16px}.dark body{background:linear-gradient(145deg,#0e1117,#161b22);background-attachment:fixed;color:#f1f5f9}.dark ::-webkit-scrollbar-thumb{background:#3f3f46}.dark ::-webkit-scrollbar-thumb:hover{background:#52525b}.dark .status-badge.new{background:#0284c733;color:#38bdf8}.dark .status-badge.contacted{background:#d9770633;color:#fbbf24}.dark .status-badge.qualified{background:#16a34a33;color:#4ade80}.dark .status-badge.lost{background:#dc262633;color:#f87171}.dark .landing-public-page .landing-public-card{background:var(--landing-card-bg, #161b22)!important;color:var(--landing-card-text, #e2e8f0)!important;border-color:var(--landing-card-border, #2d3343)!important}.ant-modal-mask,.ant-image-preview-mask,.ant-tour-mask,.ant-modal-root .ant-modal-mask{background:#090f196b!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dark .ant-modal-mask,.dark .ant-image-preview-mask,.dark .ant-tour-mask,.dark .ant-modal-root .ant-modal-mask{background:#02060c8a!important}@media (max-width: 992px){.ant-layout{min-height:100dvh}.ant-card-body{padding:14px!important}.ant-table-wrapper{overflow-x:auto}.ant-table-wrapper .ant-table{min-width:640px}.ant-btn{min-height:36px}.ant-space{max-width:100%}.ant-space-item{min-width:0}.page-header-title{font-size:1.25rem}}@media (max-width: 576px){.ant-modal,.ant-drawer-content-wrapper{max-width:100vw}.ant-form-item{margin-bottom:14px}.page-header{margin-bottom:16px}.action-buttons{gap:6px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
