@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";.crm-ai-fab{color:#fff;cursor:pointer;z-index:1000;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:20px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #00000040}.crm-ai-fab:hover{transform:scale(1.07);box-shadow:0 6px 28px #00000059}.crm-ai-fab--open{background:#2a2a2a}.crm-ai-mini{cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:10px;animation:.18s ease-out both crm-slide-up;display:none}.crm-ai-mini__dot{background:#34d399;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite crm-pulse;box-shadow:0 0 5px #34d39999}.crm-ai-mini__label{color:#ffffffe0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,system-ui,sans-serif;font-size:14px;font-weight:600}.crm-ai-mini__hint{color:#ffffff59;flex:1;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,system-ui,sans-serif;font-size:12px}.crm-ai-mini__expand{color:#fff6;font-size:14px;line-height:1}.crm-ai-panel{z-index:999;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:380px;max-height:580px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;animation:.18s ease-out both crm-slide-up;display:flex;position:fixed;bottom:92px;right:28px;overflow:hidden;box-shadow:0 20px 60px #0f172a1f,0 4px 16px #0f172a0f}[data-theme=dark] .crm-ai-panel{background:#1a1a1a;border-color:#3c3c3c;box-shadow:0 20px 60px #00000080,0 4px 16px #0000004d}@keyframes crm-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.crm-ai-header{background:#111;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.crm-ai-header__left{align-items:center;gap:10px;display:flex}.crm-ai-header__dot{background:#34d399;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite crm-pulse;box-shadow:0 0 5px #34d39999}@keyframes crm-pulse{0%,to{opacity:1}50%{opacity:.35}}.crm-ai-header__title{color:#ffffffe6;letter-spacing:-.1px;font-size:13px;font-weight:600;display:block}.crm-ai-header__sub{color:#ffffff59;font-size:10.5px;font-weight:400;display:block}.crm-ai-header__controls{align-items:center;gap:4px;display:flex}.crm-ai-ctrl{color:#ffffff8c;cursor:pointer;background:#ffffff12;border:none;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;line-height:1;transition:background .15s,color .15s;display:flex}.crm-ai-ctrl:hover{color:#ffffffd9;background:#ffffff24}.crm-ai-ctrl--minimize{font-size:15px}.crm-ai-ctrl--close{font-size:12px}.crm-ai-clear{color:#ffffff73;cursor:pointer;background:#ffffff12;border:none;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;transition:background .15s;display:flex}.crm-ai-clear:hover{color:#fffc;background:#ffffff24}.crm-ai-messages{scrollbar-width:thin;scrollbar-color:#00000014 transparent;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}[data-theme=dark] .crm-ai-messages{scrollbar-color:#ffffff14 transparent}.crm-ai-msg{align-items:flex-start;gap:8px;display:flex}.crm-ai-msg--user{flex-direction:row-reverse}.crm-ai-msg__avatar{color:#ffffffa6;background:#1b1b1b;border:1px solid #ffffff14;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;font-size:11px;display:flex}.crm-ai-msg__bubble{border-radius:14px;max-width:84%;padding:10px 13px;font-size:12.5px;line-height:1.5}.crm-ai-msg--assistant .crm-ai-msg__bubble{color:#0f172a;background:#0000000a;border-bottom-left-radius:4px}[data-theme=dark] .crm-ai-msg--assistant .crm-ai-msg__bubble{color:#ffffffd1;background:#3c3c3c}.crm-ai-msg--user .crm-ai-msg__bubble{color:#ffffffe0;background:#1b1b1b;border-bottom-right-radius:4px}.crm-ai-msg__content{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.crm-ai-msg__content p{margin:0}.crm-ai-msg__content li{margin:0;padding-left:10px;position:relative}.crm-ai-msg__content li:before{content:"·";color:#0000004d;font-weight:800;position:absolute;left:0}[data-theme=dark] .crm-ai-msg__content li:before{color:#ffffff4d}.crm-ai-msg--user .crm-ai-msg__content li:before{color:#fff6}.crm-ai-msg__content strong{font-weight:700}.crm-ai-msg__bubble--loading{align-items:center;gap:5px;padding:14px 16px;display:flex}.crm-ai-msg__bubble--loading span{background:#0003;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite crm-dots}[data-theme=dark] .crm-ai-msg__bubble--loading span{background:#ffffff40}.crm-ai-msg__bubble--loading span:nth-child(2){animation-delay:.2s}.crm-ai-msg__bubble--loading span:nth-child(3){animation-delay:.4s}@keyframes crm-dots{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.crm-ai-suggestions{grid-template-columns:1fr 1fr;gap:5px;padding:0 12px 10px;display:grid}.crm-ai-suggestion{color:#111;cursor:pointer;text-align:left;background:#0000000a;border:1px solid #00000012;border-radius:9px;padding:7px 10px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11.5px;font-weight:500;line-height:1.3;transition:background .15s}.crm-ai-suggestion:hover{background:#00000014}[data-theme=dark] .crm-ai-suggestion:hover{background:#ffffff1a}.crm-ai-input-wrap{border-top:1px solid #0000000f;flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}[data-theme=dark] .crm-ai-input-wrap{border-top-color:#3c3c3c}.crm-ai-input{color:#0f172a;resize:none;background:#00000008;border:1px solid #0000001a;border-radius:11px;outline:none;flex:1;padding:9px 12px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:13px;line-height:1.4;transition:border-color .15s}.crm-ai-input:focus{background:#fff;border-color:#00000040}.crm-ai-input:disabled{opacity:.5}.crm-ai-input::placeholder{color:#0000004d}[data-theme=dark] .crm-ai-input::placeholder{color:#ffffff40}.crm-ai-send{color:#ffffffd9;cursor:pointer;background:#111;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:opacity .15s,transform .1s;display:flex}.crm-ai-send:hover:not(:disabled){opacity:.85}.crm-ai-send:active{transform:scale(.95)}.crm-ai-send:disabled{opacity:.25;cursor:not-allowed}.dm-overlay{z-index:9200;-webkit-backdrop-filter:blur(32px)saturate(1.5);background:#0f172a6b;justify-content:center;align-items:center;padding:20px 16px;transition:-webkit-backdrop-filter .45s,backdrop-filter .45s;display:flex;position:fixed;inset:0}.dm-overlay--loading{-webkit-backdrop-filter:blur(4px)saturate(1.2)!important}.dm-card{text-align:center;background:linear-gradient(162deg,#f3f5f9 0%,#eaecf2 100%);border:1px solid #ffffffbf;border-radius:28px;width:100%;max-width:440px;max-height:calc(100svh - 48px);padding:52px 44px 40px;position:relative;overflow:hidden;box-shadow:0 40px 90px #0f172a2e,0 16px 36px #0f172a1a,0 4px 12px #0f172a0f,inset 0 1px #fffffff2}.dm-wave{pointer-events:none;opacity:0;border-radius:50%;transition:opacity .6s;position:absolute}.dm-wave--tr{background:radial-gradient(circle at 60% 40%,#cbd5e124 0%,#0000 70%);border:1px solid #94a3b82e;width:280px;height:280px;top:-80px;right:-80px}.dm-wave--tr-2{background:0 0;border:1px solid #94a3b81a;width:180px;height:180px;top:-40px;right:-40px}.dm-wave--bl{background:0 0;border:1px solid #94a3b814;width:220px;height:220px;bottom:-60px;right:-60px}.dm-card--ready .dm-wave{opacity:1}.dm-icon-wrap{color:#475569;background:#fff;border:1px solid #cbd5e180;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:32px;display:inline-flex;box-shadow:0 2px 16px #0f172a12,0 1px 3px #0f172a0a,inset 0 1px #fff}.dm-title{color:#0f172a;letter-spacing:-.6px;margin:0 0 22px;font-size:32px;font-weight:700;line-height:1.22}.dm-divider{background:#94a3b8;border-radius:1px;width:36px;height:1px;margin:0 auto 22px}.dm-message{color:#4b5563;letter-spacing:.01em;max-width:320px;margin:0 auto 28px;font-size:16px;line-height:1.7}.dm-tagline-card{text-align:left;background:#fff;border:1px solid #cbd5e18c;border-radius:16px;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px 18px;display:flex}.dm-tagline-icon{color:#94a3b8;flex-shrink:0;margin-top:1px}.dm-tagline-text{color:#64748b;font-size:13px;font-weight:500;line-height:1.6}.dm-tagline-text strong{color:#334155;margin-bottom:1px;font-size:13.5px;font-weight:700;display:block}.dm-btn-primary{color:#fff;cursor:pointer;will-change:transform;background:#0f172a;border:none;border-radius:16px;outline:none;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;margin-bottom:12px;font-family:inherit;font-size:15px;font-weight:600;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0f172a47,0 1px 4px #0f172a24}.dm-btn-primary:focus-visible{box-shadow:0 0 0 3px #94a3b873}.dm-btn-primary.dm-btn--loading:before{content:"";pointer-events:none;background:linear-gradient(108deg,#0000 28%,#ffffff1c 50%,#0000 72%);animation:.6s ease-out forwards dm-shine;position:absolute;inset:0}@keyframes dm-shine{0%{transform:translate(-110%)}to{transform:translate(130%)}}.dm-spinner{border:1.5px solid #ffffff47;border-top-color:#ffffffe0;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite dm-spin}@keyframes dm-spin{to{transform:rotate(360deg)}}.dm-toast{z-index:9300;color:#f1f5f9eb;letter-spacing:.025em;-webkit-backdrop-filter:blur(16px)saturate(1.8);white-space:nowrap;pointer-events:none;background:#0f172ae0;border:1px solid #ffffff14;border-radius:12px;padding:10px 22px;font-size:13.5px;font-weight:500;position:fixed;bottom:32px;left:50%;box-shadow:0 4px 20px #0f172a29,0 1px 6px #0f172a1a}.dm-btn-secondary{color:#94a3b8;cursor:pointer;background:0 0;border:none;outline:none;width:100%;height:40px;font-family:inherit;font-size:13.5px;font-weight:500;transition:color .2s}.dm-btn-secondary:focus-visible{border-radius:6px;outline:2px solid #94a3b84d}[data-theme=dark] .dm-overlay{background:#0206179e}[data-theme=dark] .dm-card{background:linear-gradient(162deg,#161e32f5 0%,#0f172aeb 100%);border-color:#ffffff0f;box-shadow:0 40px 90px #0000008c,0 16px 36px #0000004d,0 4px 12px #0003,inset 0 1px #ffffff0a}[data-theme=dark] .dm-wave--tr{background:radial-gradient(circle at 60% 40%,#2563eb12 0%,#0000 70%);border-color:#ffffff0f}[data-theme=dark] .dm-wave--tr-2,[data-theme=dark] .dm-wave--bl{border-color:#ffffff0a}[data-theme=dark] .dm-icon-wrap{color:#64748b;background:#1e293be6;border-color:#ffffff14;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff0d}[data-theme=dark] .dm-title{color:#ededed}[data-theme=dark] .dm-divider{background:#64748b61}[data-theme=dark] .dm-message{color:#9d9d9d}[data-theme=dark] .dm-tagline-card{background:#1e293b8c;border-color:#3c3c3c}[data-theme=dark] .dm-tagline-text{color:#7e7e7e}[data-theme=dark] .dm-tagline-text strong{color:#9d9d9d}[data-theme=dark] .dm-tagline-icon{color:#7e7e7e}[data-theme=dark] .dm-btn-primary{color:#1a1a1a;background:#ededed;box-shadow:0 4px 16px #00000073,0 1px 4px #00000040}[data-theme=dark] .dm-btn-secondary{color:#7e7e7e}[data-theme=dark] .dm-toast{color:#0f172ad6;background:#f8fafceb;border-color:#0f172a14;box-shadow:0 4px 20px #0000003d,0 1px 6px #00000024}[data-theme=dark] .dm-spinner{border-color:#0f172ac7 #0f172a38 #0f172a38}@media (width<=580px){.dm-overlay{align-items:center;padding:16px 14px}.dm-card{overscroll-behavior:contain;border-radius:26px;max-height:calc(100svh - 28px);padding:40px 28px 32px;overflow-y:auto}.dm-title{letter-spacing:-.5px;font-size:27px}.dm-icon-wrap{width:68px;height:68px;margin-bottom:26px}.dm-message{font-size:15px}.dm-btn-primary{height:52px;font-size:15px}}.crm-module-header{background:#fff;border:1px solid #e8ecf2;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 2px 8px #0f172a0a}.crm-module-header h2{color:#0f2444;letter-spacing:0;align-items:center;gap:10px;margin:0;font-size:20px;font-weight:800;display:flex}.crm-module-header h2:before{content:"";background:#185fa5;border-radius:999px;flex-shrink:0;width:4px;height:22px}.crm-module-header__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-kpi{background:#fff;border:1px solid #e8ecf2;border-top:3px solid #3b82f6;border-radius:14px;flex-direction:column;gap:5px;min-width:0;padding:14px 16px;display:flex;box-shadow:0 2px 8px #0f172a0a}.crm-kpi__label{text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:800;overflow:hidden}.crm-kpi__value{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:24px;font-weight:850;line-height:1;overflow:hidden}.crm-kpi__sub{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:600;overflow:hidden}.crm-kpi--blue{border-top-color:#3b82f6}.crm-kpi--green{border-top-color:#10b981}.crm-kpi--green .crm-kpi__value{color:#059669}.crm-kpi--amber{border-top-color:#f59e0b}.crm-kpi--amber .crm-kpi__value{color:#d97706}.crm-kpi--red{border-top-color:#ef4444}.crm-kpi--red .crm-kpi__value{color:#dc2626}.crm-kpi--slate{border-top-color:#94a3b8}.crm-kpi--slate .crm-kpi__value{color:#64748b}.crm-empty-state{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;grid-column:1/-1;align-content:center;place-items:center;gap:7px;min-height:150px;padding:24px;display:grid}.crm-empty-state strong{color:#0f172a;font-size:15px;font-weight:800}.crm-empty-state p{color:#64748b;max-width:420px;margin:0;font-size:12.5px;line-height:1.45}@media (width<=700px){.crm-module-header{flex-direction:column;align-items:flex-start}.crm-module-header__actions{width:100%}}.crm-toast-stack{z-index:2500;gap:10px;width:min(360px,100vw - 28px);display:grid;position:fixed;bottom:92px;right:22px}.crm-toast{color:#0f172a;background:#fff;border:1px solid #bfdbfe;border-left:4px solid #185fa5;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 12px 12px 14px;font-size:12.5px;font-weight:650;line-height:1.35;display:flex;box-shadow:0 18px 46px #0f172a2e}.crm-toast button{color:#64748b;font:inherit;cursor:pointer;background:#f8fafc;border:1px solid #e8ecf2;border-radius:8px;padding:5px 8px;font-size:11px;font-weight:800}@media (width<=700px){.crm-toast-stack{width:auto;bottom:82px;left:14px;right:14px}}.global-search-trigger{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;min-width:200px;max-width:100%;padding:6px 10px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;transition:border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.global-search-trigger:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a0f}.global-search-trigger:focus-within{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.global-search-trigger__icon{color:#94a3b8;flex-shrink:0;transition:color .15s}.global-search-trigger:hover .global-search-trigger__icon{color:#64748b}.global-search-trigger__text{text-align:left;color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;font-weight:400;transition:color .15s;overflow:hidden}.global-search-trigger:hover .global-search-trigger__text{color:#64748b}.global-search-trigger__kbd{color:#cbd5e1;white-space:nowrap;letter-spacing:.2px;background:#fff;border:1px solid #e2e8f0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;line-height:1.5;display:inline-flex}[data-theme=dark] .global-search-trigger{background:#ffffff0a;border-color:#3c3c3c}[data-theme=dark] .global-search-trigger:hover{box-shadow:none;background:#3c3c3c;border-color:#3c3c3c}[data-theme=dark] .global-search-trigger:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}[data-theme=dark] .global-search-trigger__text{color:#7e7e7e}[data-theme=dark] .global-search-trigger:hover .global-search-trigger__text{color:#9d9d9d}[data-theme=dark] .global-search-trigger__icon,[data-theme=dark] .global-search-trigger:hover .global-search-trigger__icon{color:#7e7e7e}[data-theme=dark] .global-search-trigger__kbd{color:#7e7e7e;background:#ffffff0a;border-color:#3c3c3c}@media (width<=768px){.global-search-trigger{width:100%;min-width:0;padding:7px 9px}}@media (width<=380px){.global-search-trigger__kbd{display:none}}.global-search-overlay{-webkit-backdrop-filter:blur(6px);z-index:2200;background:#0f172a80;justify-content:center;align-items:flex-start;padding:8vh 16px 16px;animation:.15s both gsOverlayIn;display:flex;position:fixed;inset:0}@keyframes gsOverlayIn{0%{opacity:0}to{opacity:1}}.global-search-panel{background:#fff;border:1px solid #0f172a0f;border-radius:20px;flex-direction:column;width:min(660px,100%);animation:.2s cubic-bezier(.22,1,.36,1) both gsPanelIn;display:flex;overflow:hidden;box-shadow:0 0 0 1px #0f172a08,0 4px 16px #0f172a1a,0 24px 64px #0f172a33}@keyframes gsPanelIn{0%{opacity:0;transform:translateY(-10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.global-search-box{border-bottom:1px solid #f0f4f8;flex-shrink:0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 18px;display:grid}.global-search-box input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:15px;font-weight:500}.global-search-box input::placeholder{color:#94a3b8;font-weight:400}.global-search-box button{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:4px 10px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11px;font-weight:600;transition:background .12s,color .12s}.global-search-box button:hover{color:#475569;background:#f1f5f9}.global-search-spinner{border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.65s linear infinite gsSpin}@keyframes gsSpin{to{transform:rotate(360deg)}}.global-search-summary{background:#f8fafc;border-bottom:1px solid #eef1f6;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:7px 16px;display:flex}.global-search-summary>span{color:#94a3b8;white-space:nowrap;border-right:1px solid #e2e8f0;padding-right:4px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11px;font-weight:500}.global-search-summary__tags{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.global-search-summary__tag{color:#475569;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:4px;padding:2px 9px 2px 7px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.global-search-summary__tag:hover,.global-search-summary__tag--active{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.global-search-summary__tag strong{color:#2563eb;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:700}.global-search-results{scrollbar-width:thin;scrollbar-color:#dde3ec transparent;flex:1;max-height:52vh;padding:10px 12px 14px;overflow-y:auto}.global-search-results::-webkit-scrollbar{width:4px}.global-search-results::-webkit-scrollbar-track{background:0 0}.global-search-results::-webkit-scrollbar-thumb{background:#dde3ec;border-radius:4px}.global-search-empty{color:#94a3b8;text-align:center;margin:0;padding:40px 24px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:13px;font-weight:500}.global-search-hint{padding:18px 6px 10px}.global-search-hint p{color:#94a3b8;text-align:center;margin:0 0 14px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:12px}.global-search-hint p strong{color:#64748b;font-weight:600}.global-search-modules{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.global-search-module-tag{color:#475569;background:#f8fafc;border:1px solid #e8edf4;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11.5px;font-weight:600;display:inline-flex}.global-search-group{margin-bottom:18px}.global-search-group:last-child{margin-bottom:0}.global-search-group__header{align-items:center;gap:6px;padding:2px 4px 7px;display:flex}.global-search-group__icon{flex-shrink:0;font-size:12px;line-height:1}.global-search-group__label{text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;flex:1;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:10px;font-weight:800}.global-search-group__count{color:#2563eb;background:#eff6ff;border-radius:20px;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:800;display:inline-flex}.global-search-item{text-align:left;cursor:pointer;background:#fafbfc;border:1px solid #eef1f6;border-radius:10px;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:3px;padding:9px 13px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;transition:background .12s,border-color .12s,box-shadow .12s;display:flex;position:relative;overflow:hidden}.global-search-item:before{content:"";background:0 0;border-radius:10px 0 0 10px;width:3px;transition:background .12s;position:absolute;top:0;bottom:0;left:0}.global-search-item:last-child{margin-bottom:0}.global-search-item:hover,.global-search-item--selected{background:#eff6ff;border-color:#bfdbfe;box-shadow:0 1px 6px #3b82f61a}.global-search-item:hover:before,.global-search-item--selected:before{background:#3b82f6}.global-search-item__title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.global-search-item__sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:3px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11.5px;font-weight:500;line-height:1.35;display:block;overflow:hidden}.global-search-footer{background:#f8fafc;border-top:1px solid #f0f4f8;flex-shrink:0;align-items:center;gap:14px;padding:8px 16px;display:flex}.global-search-footer span{color:#94a3b8;align-items:center;gap:4px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:10.5px;font-weight:500;display:inline-flex}.global-search-footer kbd{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;line-height:1.6;display:inline-flex}[data-theme=dark] .global-search-panel{background:#161b22;border-color:#21262d;box-shadow:0 0 0 1px #0000004d,0 32px 80px #0000008c}[data-theme=dark] .global-search-box{border-color:#21262d}[data-theme=dark] .global-search-box input{color:#e2e8f0}[data-theme=dark] .global-search-box input::placeholder{color:#484f58}[data-theme=dark] .global-search-box button{color:#484f58;background:#0d1117;border-color:#21262d}[data-theme=dark] .global-search-box button:hover{color:#8b949e;background:#161b22}[data-theme=dark] .global-search-summary{background:#0d1117;border-color:#21262d}[data-theme=dark] .global-search-summary>span{color:#484f58;border-color:#21262d}[data-theme=dark] .global-search-summary__tag{color:#8b949e;background:#161b22;border-color:#21262d}[data-theme=dark] .global-search-summary__tag:hover,[data-theme=dark] .global-search-summary__tag--active{color:#79c0ff;background:#388bfd1f;border-color:#388bfd5c}[data-theme=dark] .global-search-summary__tag strong{color:#58a6ff}[data-theme=dark] .global-search-group__label{color:#484f58}[data-theme=dark] .global-search-group__count{color:#58a6ff;background:#388bfd1f}[data-theme=dark] .global-search-item{background:#0d1117;border-color:#21262d}[data-theme=dark] .global-search-item:hover,[data-theme=dark] .global-search-item--selected{box-shadow:none;background:#388bfd14;border-color:#388bfd40}[data-theme=dark] .global-search-item:hover:before,[data-theme=dark] .global-search-item--selected:before{background:#388bfd}[data-theme=dark] .global-search-item__title{color:#c9d1d9}[data-theme=dark] .global-search-item__sub{color:#8b949e}[data-theme=dark] .global-search-empty,[data-theme=dark] .global-search-hint p{color:#484f58}[data-theme=dark] .global-search-hint p strong{color:#8b949e}[data-theme=dark] .global-search-module-tag{color:#8b949e;background:#0d1117;border-color:#21262d}[data-theme=dark] .global-search-footer{background:#0d1117;border-color:#21262d}[data-theme=dark] .global-search-footer span{color:#484f58}[data-theme=dark] .global-search-footer kbd{color:#8b949e;background:#161b22;border-color:#21262d}:root{--font-sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--bg:#f8fafc;--sidebar:#0f172a;--card:#fff;--surface:#fff;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--border-light:#f1f5f9;--primary:#2563eb;--primary-soft:#dbeafe;--shadow:0 1px 3px #0f172a0a, 0 1px 2px #0f172a05;--text-primary:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--page-enter-duration:.34s;--page-enter-ease:cubic-bezier(.16, 1, .3, 1)}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;min-width:0;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif}*,:before,:after{box-sizing:border-box;font-family:inherit}[data-theme=dark]{--bg:#0f0f0f;--sidebar:#1a1a1a;--surface:#1a1a1a;--card:#1a1a1a;--text:#ededed;--muted:#9d9d9d;--border:#3c3c3c;--border-light:#3c3c3c;--primary:#2563eb;--primary-soft:#2563eb26;--shadow:none;--text-primary:#ededed;--text-secondary:#9d9d9d;--text-tertiary:#7e7e7e}[data-theme=dark] body{background:var(--bg);color:var(--text)}[data-theme=dark] .page-header{background:var(--card);border-color:var(--border);box-shadow:0 1px #ffffff08}[data-theme=dark] .page-header h1{color:#ededed}[data-theme=dark] .page-header__avatar{background:linear-gradient(135deg,#1e3a8a,#2563eb)}[data-theme=dark] .page-header__user-name{color:#ededed}[data-theme=dark] .page-header__user-role,[data-theme=dark] .layout-clock__time,[data-theme=dark] .layout-clock__date{color:#7e7e7e}[data-theme=dark] .main-content,[data-theme=dark] .unified-dashboard,[data-theme=dark] .visits-page,[data-theme=dark] .sd{background:var(--bg)}[data-theme=dark] .dash-header,[data-theme=dark] .dash-panel,[data-theme=dark] .dash-primary-kpi,[data-theme=dark] .dash-kpi,[data-theme=dark] .visits-panel,[data-theme=dark] .visits-kpi,[data-theme=dark] .visits-item,[data-theme=dark] .sd-panel,[data-theme=dark] .sd-list-card,[data-theme=dark] .sd-primary-kpi,[data-theme=dark] .sd-kpi,[data-theme=dark] .sd-hero{background:var(--card);border-color:var(--border)}[data-theme=dark] .dash-title,[data-theme=dark] .dash-panel__title,[data-theme=dark] .dash-primary-kpi__value,[data-theme=dark] .dash-kpi__value,[data-theme=dark] .visits-header__title,[data-theme=dark] .visits-panel__title,[data-theme=dark] .visits-kpi__value,[data-theme=dark] .sd-hero__title,[data-theme=dark] .sd-panel__title,[data-theme=dark] .sd-primary-kpi__value,[data-theme=dark] .sd-kpi__value,[data-theme=dark] .dash-list-row__main strong,[data-theme=dark] .gauge-val strong,[data-theme=dark] .stage-dist__amount,[data-theme=dark] .dash-donut-center strong{color:var(--text-primary)}[data-theme=dark] .dash-subtitle,[data-theme=dark] .dash-panel__sub,[data-theme=dark] .dash-primary-kpi__label,[data-theme=dark] .dash-primary-kpi__sub,[data-theme=dark] .dash-kpi__label,[data-theme=dark] .visits-header__sub,[data-theme=dark] .visits-panel__sub,[data-theme=dark] .visits-kpi__label,[data-theme=dark] .sd-hero__sub,[data-theme=dark] .sd-panel__sub,[data-theme=dark] .sd-primary-kpi__label,[data-theme=dark] .sd-primary-kpi__sub,[data-theme=dark] .sd-kpi__label,[data-theme=dark] .dash-list-row__meta span,[data-theme=dark] .gauge-val span,[data-theme=dark] .stage-dist__name,[data-theme=dark] .dash-empty,[data-theme=dark] .visits-empty,[data-theme=dark] .sd-empty{color:var(--text-secondary)}[data-theme=dark] .dash-wordmark,[data-theme=dark] .dash-filter-label,[data-theme=dark] .visits-header__eyebrow,[data-theme=dark] .sd-hero__eyebrow{color:var(--text-tertiary)}[data-theme=dark] .dash-filter-select,[data-theme=dark] .visits-field input,[data-theme=dark] .visits-field select,[data-theme=dark] .visits-field textarea{border-color:var(--border);color:var(--text-primary);background:#0d1117}[data-theme=dark] .dash-progress-track,[data-theme=dark] .stage-dist__bar-wrap{background:#21262d}[data-theme=dark] .dash-list-row{border-color:#21262d}[data-theme=dark] .visits-item__notes{color:var(--text-secondary);background:#0d1117;border-color:#21262d}[data-theme=dark] .visits-tag,[data-theme=dark] .visits-action-btn,[data-theme=dark] .visits-material-btn,[data-theme=dark] .visits-badge{color:var(--text-secondary);background:#242424;border-color:#3c3c3c}[data-theme=dark] .visits-header{background:var(--card);border-color:var(--border)}[data-theme=dark] .dash-loading{background:var(--card);border-color:var(--border);color:var(--text-secondary)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11", "salt", "ss01", "ss03";margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif}button,input,select,textarea{font-family:inherit}.crm-loader{color:#0f2444;background:radial-gradient(circle at 50% 48%,#0f4e891f,#0000 24%),linear-gradient(#f8fbff 0%,#edf4fb 100%);place-items:center;min-height:100vh;padding:28px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;display:grid}[data-theme=dark] .crm-loader{color:#f4f4f5;background:radial-gradient(circle at 50% 48%,#1d9bd714,#0000 28%),#000}.crm-loader--overlay{z-index:9000;-webkit-backdrop-filter:blur(10px)saturate(1.05);backdrop-filter:blur(10px)saturate(1.05);background:radial-gradient(circle at 50% 48%,#0f4e8924,#0000 24%),#f8fbffc7;min-height:auto;animation:.18s cubic-bezier(.16,1,.3,1) both crm-loader-overlay-in;position:fixed;inset:0}.crm-loader__card{justify-items:center;gap:18px;width:min(420px,100%);padding:18px 24px;animation:.42s cubic-bezier(.16,1,.3,1) both crm-loader-card-in;display:grid;position:relative}.crm-loader__card:before{content:"";z-index:-1;filter:blur(20px);background:radial-gradient(circle,#0f4e891f,#0f4e8900 68%);border-radius:999px;position:absolute;inset:12% 6%}.crm-loader--overlay .crm-loader__card{width:min(390px,100vw - 40px)}.crm-loader__pulse{filter:drop-shadow(0 0 12px #1d9bd729);width:min(330px,74vw);height:auto;overflow:visible}.crm-loader__pulse-base,.crm-loader__pulse-live{fill:none;stroke-linecap:round;stroke-linejoin:round}.crm-loader__pulse-base{stroke:#94a3b838;stroke-width:2px}.crm-loader__pulse-live{stroke:url(#crmLoaderPulse);stroke-width:2.35px;stroke-dasharray:82 360;stroke-dashoffset:0;animation:1.72s cubic-bezier(.65,0,.35,1) infinite crm-loader-pulse}.crm-loader__status{color:#7b8da6;letter-spacing:.3px;align-items:center;gap:5px;font-size:12px;font-weight:850;display:inline-flex}.crm-loader__status i{background:#94a3b8;border-radius:999px;width:5px;height:5px;animation:1.1s ease-in-out infinite crm-loader-dot}.crm-loader__status i:nth-child(3){animation-delay:.16s}.crm-loader__status i:nth-child(4){animation-delay:.32s}@keyframes crm-loader-card-in{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes crm-loader-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes crm-loader-pulse{0%{stroke-dashoffset:180px;opacity:.2}18%{opacity:.94}to{stroke-dashoffset:-290px;opacity:.2}}@keyframes crm-loader-dot{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}[data-theme=dark] .crm-loader{background:radial-gradient(circle at 50% 48%,#58a6ff21,#0000 25%),linear-gradient(#0d1117 0%,#0b1220 100%)}[data-theme=dark] .crm-loader--overlay{background:radial-gradient(circle at 50% 48%,#58a6ff29,#0000 26%),#0d1117db}[data-theme=dark] .crm-loader__card{color:#e6edf3}[data-theme=dark] .crm-loader__card:before{background:radial-gradient(circle,#58a6ff1f,#58a6ff00 68%)}[data-theme=dark] .crm-loader__status{color:#8b949e}[data-theme=dark] .crm-loader__pulse-base{stroke:#8b949e38}@media (prefers-reduced-motion:reduce){.crm-loader__card,.crm-loader--overlay,.crm-loader__pulse-live,.crm-loader__status i{animation:none}}.app-shell{background:var(--bg);isolation:isolate;width:100%;min-width:0;max-width:100%;height:100vh;display:flex;position:relative;overflow:hidden}@supports (height:100dvh){.app-shell{height:100dvh}}.main-content{flex:1;width:100%;min-width:0;max-width:100%;height:100%;overflow:hidden auto}@media (width>=769px){.app-shell:before{content:"";pointer-events:none;z-index:0;background:#0f172a;width:240px;position:fixed;inset:0 auto 0 0}.app-shell:has(.sidebar--collapsed):before{background:#0f172a;width:72px}.main-content{z-index:1;position:relative}}@media (width>=769px) and (width<=1024px){.app-shell:before{width:200px}.app-shell:has(.sidebar--collapsed):before{width:72px}}:is(.main-content:has(.tn-page),.page-enter:has(.tn-page)){background:#f0f2f5}:is([data-theme=dark] .main-content:has(.tn-page),[data-theme=dark] .page-enter:has(.tn-page)){background:#0d1117}.page-header{height:60px;box-shadow:none;z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:0 28px;display:flex;position:relative}.page-header--has-alert{margin-bottom:0}.page-header__title-block{flex-shrink:1;min-width:0}.page-header h1{letter-spacing:-.2px;color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:15px;font-weight:600;line-height:1;overflow:hidden}.page-header__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.page-header__sep{background:#e2e8f0;flex-shrink:0;width:1px;height:20px}.page-header__user{cursor:default;border-radius:10px;align-items:center;gap:8px;padding:4px 10px 4px 4px;transition:background .15s;display:flex}.page-header__user:hover{background:#f8fafc}.page-header__avatar{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:11px;font-weight:700;display:flex}.page-header__user-info{flex-direction:column;gap:2px;display:flex}.page-header__user-name{color:#0f172a;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:12px;font-weight:600;line-height:1.2;display:block}.page-header__user-role{color:#94a3b8;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;font-size:10px;font-weight:500;line-height:1;display:block}.layout-clock{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.layout-clock__time{color:#64748b;letter-spacing:.4px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;line-height:1}.layout-clock__date{color:#94a3b8;text-transform:capitalize;letter-spacing:.1px;font-size:10px;font-weight:400;line-height:1}.status.green{color:#16a34a;font-weight:700}.status.yellow{color:#eab308;font-weight:700}.status.red{color:#dc2626;font-weight:700}@media (width<=768px){html,body,#root{background:#f3f6fb;height:auto;min-height:100%;overflow:hidden auto}.page-keepalive--active{min-height:100dvh;display:block}.app-shell{background:#f3f6fb;max-width:100vw;height:auto;min-height:100dvh;overflow:visible;flex-direction:column!important;display:flex!important}.main-content{-webkit-overflow-scrolling:touch;background:#f3f6fb;width:100%;max-width:100vw;min-height:auto!important;padding-top:0!important;padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))!important;flex:1 0 auto!important;overflow:visible!important}.page-header{height:auto;min-height:44px;box-shadow:none;grid-template-columns:minmax(0,1fr) minmax(150px,46vw);align-items:center;gap:8px;margin-bottom:0;padding:7px 12px;display:grid;overflow:hidden}.page-header__title-block,.page-header__actions{width:100%;min-width:0}.page-header__actions{flex-shrink:1;justify-content:flex-end}.page-header h1{max-width:100%;font-size:13px}.page-header__sep,.page-header__user,.layout-clock{display:none}}@media (width<=520px){.page-header{grid-template-columns:minmax(0,1fr);gap:7px;padding:8px 12px 10px}.page-header__actions{justify-content:stretch}}@media (width>=769px) and (width<=1100px){.page-header__user-info{display:none}.global-search-trigger{min-width:160px}}.page-keepalive{pointer-events:none;display:none}.page-keepalive--active{pointer-events:auto;display:block}.page-keepalive--active .main-content{opacity:0;animation:var(--crm-enter-name,crm-fade-slide-up-a) var(--page-enter-duration) var(--page-enter-ease) both;will-change:opacity, transform;backface-visibility:hidden;transform:translateY(16px)}@keyframes crm-fade-slide-up-a{0%{opacity:0;filter:blur(1.5px);transform:translateY(16px)}to{opacity:1;filter:blur();transform:translate(0,0)}}@keyframes crm-fade-slide-up-b{0%{opacity:0;filter:blur(1.5px);transform:translateY(16px)}to{opacity:1;filter:blur();transform:translate(0,0)}}.page-enter{opacity:0;animation:crm-fade-slide-up-a var(--page-enter-duration) var(--page-enter-ease) both;will-change:opacity, transform;backface-visibility:hidden}@media (prefers-reduced-motion:reduce){.page-keepalive--active .main-content,.page-enter{opacity:1;filter:none;animation:none;transform:none}}@media (width<=768px){.page-keepalive--active .main-content,.page-enter{opacity:1!important;filter:none!important;will-change:auto!important;animation:none!important;transform:none!important}.main-content{padding-top:0!important}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f4f8 25%,#e4eaf1 50%,#f0f4f8 75%) 0 0/200% 100%;border-radius:6px;flex-shrink:0;animation:1.4s infinite skeleton-shimmer;display:block}.skeleton--text{border-radius:4px;height:13px}.skeleton--title{border-radius:5px;height:20px}.skeleton--card{border-radius:12px;height:100px}.skeleton--chart{border-radius:12px;height:200px}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#1c2128 25%,#252b33 50%,#1c2128 75%) 0 0/200% 100%}.module-hover-effect{will-change:transform;transition:transform .18s ease-in-out,box-shadow .18s ease-in-out}.module-hover-effect:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 24px #0f172a1f}[data-theme=dark] .module-hover-effect:hover{box-shadow:0 10px 24px #00000059}@media (width<=768px){.module-hover-effect:hover{box-shadow:none;transform:none}.module-hover-effect:active{transform:scale(.98)}}[data-theme=dark]{--bg:#1a1a1a;--sidebar:#1a1a1a;--surface:#1a1a1a;--card:#1a1a1a;--text:#ededed;--text-primary:#ededed;--text-secondary:#9d9d9d;--text-tertiary:#7e7e7e;--muted:#9d9d9d;--border:#3c3c3c;--border-light:#3c3c3c;--primary:#2563eb;--primary-soft:#2563eb26;--shadow:none}[data-theme=dark] body,[data-theme=dark] #root{color:#ededed!important;background:#0f0f0f!important}[data-theme=dark] .app-shell,[data-theme=dark] .main-content{background:#0f0f0f!important}[data-theme=dark] .page-header{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .page-header p{color:#9d9d9d!important}[data-theme=dark] .bi-shell,[data-theme=dark] .bi-main{background:#1a1a1a!important}[data-theme=dark] .bi-header{box-shadow:none!important;background:#1a1a1a!important;border-color:#ffffff0a!important}[data-theme=dark] .bi-header__tab{color:#7e7e7e!important;background:0 0!important;font-weight:400!important}[data-theme=dark] .bi-content,[data-theme=dark] .bi-hero{background:#1a1a1a!important}[data-theme=dark] .bi-hero__eyebrow{color:#ffffff73!important}[data-theme=dark] .bi-hero__big,[data-theme=dark] .bi-hero__val{color:#fff!important}[data-theme=dark] .bi-hero__scale,[data-theme=dark] .bi-hero__sub,[data-theme=dark] .bi-hero__meta{color:#ffffff80!important}[data-theme=dark] .bi-hero__stat strong{color:#fff!important}[data-theme=dark] .bi-hero__stat span{color:#ffffff73!important}[data-theme=dark] .bi-panel{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-panel h3{color:#ededed!important}[data-theme=dark] .bi-panel p{color:#9d9d9d!important}[data-theme=dark] .bi-panel__hd{border-color:#3c3c3c!important}[data-theme=dark] .bi-kpi{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-kpi__label{color:#7e7e7e!important}[data-theme=dark] .bi-kpi__val{color:#ededed!important}[data-theme=dark] .bi-kpi__sub{color:#7e7e7e!important}[data-theme=dark] .bi-kpi__divider{background:#262626!important}[data-theme=dark] .bi-kpi__stat span{color:#9d9d9d!important}[data-theme=dark] .bi-kpi__stat strong{color:#ededed!important}[data-theme=dark] .bi-filters{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-fg label{color:#9d9d9d!important}[data-theme=dark] .bi-fg select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-top3__name{color:#ededed!important}[data-theme=dark] .bi-top3__val{color:#58a6ff!important}[data-theme=dark] .bi-top3__row,[data-theme=dark] .bi-rank-row{border-color:#3c3c3c!important}[data-theme=dark] .bi-rank-val{color:#58a6ff!important}[data-theme=dark] .bi-alerta{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-alerta strong{color:#ededed!important}[data-theme=dark] .bi-alerta p{color:#9d9d9d!important}[data-theme=dark] .bi-insight{border-color:#3c3c3c!important}[data-theme=dark] .bi-tbl-wrap{border-color:#3c3c3c!important}[data-theme=dark] .bi-tbl td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-tbl tr:nth-child(2n) td{background:#1a1a1a!important}[data-theme=dark] .bi-tbl tr:hover td{background:#ffffff0a!important}[data-theme=dark] .bi-legend-label{color:#9d9d9d!important}[data-theme=dark] .bi-legend-pct{color:#7e7e7e!important}[data-theme=dark] .bi-toggle{background:#ffffff0a!important;border:1px solid #3c3c3c!important;border-radius:10px!important}[data-theme=dark] .bi-toggle button{color:#7e7e7e!important;background:0 0!important;font-weight:500!important}[data-theme=dark] .bi-toggle button.active{color:#ededed!important;box-shadow:none!important;background:#ffffff17!important}[data-theme=dark] .bi-forecast-input,[data-theme=dark] .bi-forecast-select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-drop{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-drop h3{color:#ededed!important}[data-theme=dark] .bi-drop p{color:#9d9d9d!important}[data-theme=dark] .bi-footer a{color:#7e7e7e!important}[data-theme=dark] .tn-shell,[data-theme=dark] .tn-main{background:#1a1a1a!important}[data-theme=dark] .tn-topbar{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-topbar h1{color:#ededed!important}[data-theme=dark] .tn-kpi{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-kpi__label{color:#7e7e7e!important}[data-theme=dark] .tn-kpi__val{color:#ededed!important}[data-theme=dark] .tn-kpi__sub{color:#7e7e7e!important}[data-theme=dark] .tn-toolbar{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-search{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-grid-wrap{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-grid__header-cell{color:#ededed!important;background:#58a6ff1f!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-grid__filter-cell{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-grid__filter-cell input,[data-theme=dark] .tn-grid__filter-cell select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-grid__row{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-grid__row:hover{background:#ffffff0a!important}[data-theme=dark] .tn-grid__cell{color:#9d9d9d!important;background:0 0!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-drawer,[data-theme=dark] .tn-drawer__header{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-form-section{border-color:#3c3c3c!important}[data-theme=dark] .tn-form-section__title{color:#7e7e7e!important}[data-theme=dark] .tn-field label{color:#9d9d9d!important}[data-theme=dark] .tn-field input,[data-theme=dark] .tn-field select,[data-theme=dark] .tn-field textarea{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-page{background:#0f0f0f!important}[data-theme=dark] .cot-header h2{color:#ededed!important}[data-theme=dark] .cot-kpi{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-kpi__label{color:#7e7e7e!important}[data-theme=dark] .cot-kpi__val{color:#ededed!important}[data-theme=dark] .cot-kpi__sub{color:#7e7e7e!important}[data-theme=dark] .cot-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-section-title{color:#7e7e7e!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-field label{color:#9d9d9d!important}[data-theme=dark] .cot-field input,[data-theme=dark] .cot-field select,[data-theme=dark] .cot-field textarea,[data-theme=dark] .cot-catalog-menu,[data-theme=dark] .cot-catalog-menu button{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-catalog-menu button:hover{background:#ffffff0a!important}[data-theme=dark] .cot-catalog-menu section+section{border-color:#3c3c3c!important}[data-theme=dark] .cot-catalog-menu__title{color:#9d9d9d!important;background:#1a1a1a!important}[data-theme=dark] .cot-catalog-menu small,[data-theme=dark] .cot-catalog-menu em,[data-theme=dark] .cot-market-menu__loading{color:#9d9d9d!important}[data-theme=dark] .cot-pi-hint{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#2d4a6e!important}[data-theme=dark] .cot-pi-badge{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-pi-description{color:#c1c1c1!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-pi-data span{color:#9d9d9d!important}[data-theme=dark] .cot-pi-data strong{color:#ededed!important}[data-theme=dark] .cot-renglon{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-renglon__num{color:#ededed!important}[data-theme=dark] .cot-divider{background:#262626!important}[data-theme=dark] .cot-costo-box{color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .cot-mk-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-mk-card span{color:#7e7e7e!important}[data-theme=dark] .cot-mk-card strong{color:#ededed!important}[data-theme=dark] .cot-mk-card--ok{background:#0d2918!important;border-color:#1a4a2e!important}[data-theme=dark] .cot-mk-card--ok span,[data-theme=dark] .cot-mk-card--ok strong{color:#6ee7b7!important}[data-theme=dark] .cot-pv{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-pv span{color:#7e7e7e!important}[data-theme=dark] .cot-pv strong{color:#ededed!important}[data-theme=dark] .cot-pv--acc{background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .cot-pv--acc span,[data-theme=dark] .cot-pv--acc strong{color:#ededed!important}[data-theme=dark] .cot-calc-placeholder{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-preview{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-table th{color:#ededed!important;background:#1a1a1a!important}[data-theme=dark] .cot-table td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-table tr:nth-child(2n) td{background:#1a1a1a!important}[data-theme=dark] .cot-table .nb{color:#ededed!important}[data-theme=dark] .cot-total-bar{background:#1a1a1a!important}[data-theme=dark] .cot-btn{color:#94a3b8!important;background:0 0!important;border:none!important}[data-theme=dark] .cot-btn:hover{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .cot-btn--primary{color:#fff!important;background:#2563eb!important}[data-theme=dark] .cot-btn--primary:hover{background:#1d4ed8!important}[data-theme=dark] .cot-btn--danger:hover{color:#f87171!important;background:#dc26261a!important}[data-theme=dark] .cot-btn-add{color:#ededed!important;background:0 0!important;border-color:#93c5fd4d!important}[data-theme=dark] .cot-btn-add:hover{background:#ffffff0a!important}[data-theme=dark] .cot-modal,[data-theme=dark] .cot-modal__header{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-modal__header h3{color:#ededed!important}[data-theme=dark] .cot-modal__header p{color:#9d9d9d!important}[data-theme=dark] .cot-modal__body{background:#1a1a1a!important}[data-theme=dark] .cot-search{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-hist-item{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-hist-item:hover{background:#ffffff0a!important}[data-theme=dark] .cot-hist-num{color:#ededed!important}[data-theme=dark] .cot-hist-date{color:#7e7e7e!important}[data-theme=dark] .cot-estado-select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cot-actions-bottom{background:0 0!important}[data-theme=dark] .au-shell,[data-theme=dark] .au-main{background:#1a1a1a!important}[data-theme=dark] .au-header,[data-theme=dark] .au-kpi{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .au-kpi__label{color:#7e7e7e!important}[data-theme=dark] .au-kpi__val{color:#ededed!important}[data-theme=dark] .au-table-wrap{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .au-table th{color:#ededed!important;background:#58a6ff1f!important;border-color:#3c3c3c!important}[data-theme=dark] .au-table td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .au-table tr:hover td{background:#ffffff0a!important}[data-theme=dark] .au-search{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .au-modal{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .au-field input,[data-theme=dark] .au-field select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-loading{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-toolbar{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-period-tabs{background:#1a1a1a!important}[data-theme=dark] .sa-period-tab{color:#9d9d9d!important;background:0 0!important}[data-theme=dark] .sa-period-tab.active{color:#ededed!important;background:#1a1a1a!important;box-shadow:0 1px 3px #00000080!important}[data-theme=dark] .sa-seller-filter__head{color:#7e7e7e!important}[data-theme=dark] .sa-seller-filter__actions button,[data-theme=dark] .sa-seller-chip,[data-theme=dark] .sa-tab{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-tab.active{color:#ededed!important;background:#58a6ff1f!important;border-color:#58a6ff4d!important}[data-theme=dark] .sa-chart-card__header{border-color:#3c3c3c!important}[data-theme=dark] .sa-heatmap__labels span{color:#7e7e7e!important}[data-theme=dark] .sa-heatmap__name{color:#9d9d9d!important}[data-theme=dark] .sa-table-wrap{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-table th{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-table td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-alert-card{background:#1a1a1a!important}[data-theme=dark] .sa-alert-card strong{color:#ededed!important}[data-theme=dark] .sa-empty,[data-theme=dark] .sa-footer a{color:#7e7e7e!important}[data-theme=dark] .acc-page{background:#0f0f0f!important}[data-theme=dark] .acc-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-kpi__label{color:#7e7e7e!important}[data-theme=dark] .acc-kpi__value{color:#ededed!important}[data-theme=dark] .acc-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-card-head h2{color:#ededed!important}[data-theme=dark] .acc-card-head p{color:#9d9d9d!important}[data-theme=dark] .acc-ghost-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-ghost-btn:hover{background:#262626!important}[data-theme=dark] .acc-form-section__label{color:#7e7e7e!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-field label{color:#9d9d9d!important}[data-theme=dark] .acc-field input,[data-theme=dark] .acc-field select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-contact-row{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-add-contact-btn{color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .acc-search{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-table thead{background:#1a1a1a!important}[data-theme=dark] .acc-table th{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-table td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-table tbody tr:hover td,[data-theme=dark] .acc-row--expanded td{background:#ffffff0a!important}[data-theme=dark] .acc-td-name strong{color:#ededed!important}[data-theme=dark] .acc-td-name small{color:#7e7e7e!important}[data-theme=dark] .acc-contacts-toggle{color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .acc-row--contacts td,[data-theme=dark] .acc-contact-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-contact-card__top strong{color:#ededed!important}[data-theme=dark] .acc-contact-area{color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .acc-contact-role,[data-theme=dark] .acc-contact-info{color:#9d9d9d!important}[data-theme=dark] .acc-btn--edit{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .acc-btn--del{color:#fca5a5!important;background:#1f0505!important;border-color:#7f1d1d!important}[data-theme=dark] .acc-empty,[data-theme=dark] .acc-footer a{color:#7e7e7e!important}[data-theme=dark] .opp-page{background:#0f0f0f!important}[data-theme=dark] .opp-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-kpi__label{color:#7e7e7e!important}[data-theme=dark] .opp-kpi__value{color:#ededed!important}[data-theme=dark] .opp-kpi__sub{color:#7e7e7e!important}[data-theme=dark] .opp-form-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-form-head h2{color:#ededed!important}[data-theme=dark] .opp-form-head p{color:#9d9d9d!important}[data-theme=dark] .opp-ghost-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-form label{color:#9d9d9d!important}[data-theme=dark] .opp-form input,[data-theme=dark] .opp-form select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-forecast-preview{background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .opp-forecast-preview span{color:#ededed!important}[data-theme=dark] .opp-forecast-preview strong{color:#bfdbfe!important}[data-theme=dark] .opp-table-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-table-head h2{color:#ededed!important}[data-theme=dark] .opp-table-head p{color:#9d9d9d!important}[data-theme=dark] .opp-tab{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-tab:hover{background:#262626!important}[data-theme=dark] .opp-tab--active{color:#ededed!important;background:#3c3c3c!important;border-color:#2d4a6e!important}[data-theme=dark] .opp-table thead{background:#1a1a1a!important}[data-theme=dark] .opp-table th{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-table td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-table tbody tr:hover td{background:#ffffff0a!important}[data-theme=dark] .opp-td-name strong{color:#ededed!important}[data-theme=dark] .opp-td-name small,[data-theme=dark] .opp-no-action{color:#7e7e7e!important}[data-theme=dark] .opp-row--overdue td{background:#1a0a0a!important}[data-theme=dark] .opp-btn--edit{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-btn--won{color:#6ee7b7!important;background:#0d2918!important;border-color:#1a4a2e!important}[data-theme=dark] .opp-btn--lost{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .opp-btn--del{color:#fca5a5!important;background:#1f0505!important;border-color:#7f1d1d!important}[data-theme=dark] .opp-btn--reopen{color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .opp-empty,[data-theme=dark] .opp-footer a{color:#7e7e7e!important}[data-theme=dark] .ta-page{background:#0f0f0f!important}[data-theme=dark] .ta-loading{color:#9d9d9d!important;box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-header{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-header__eyebrow{color:#7e7e7e!important}[data-theme=dark] .ta-header__title{color:#ededed!important}[data-theme=dark] .ta-header__sub{color:#9d9d9d!important}[data-theme=dark] .ta-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-kpi__label{color:#7e7e7e!important}[data-theme=dark] .ta-kpi__value{color:#ededed!important}[data-theme=dark] .ta-kpi--red .ta-kpi__value{color:#fca5a5!important}[data-theme=dark] .ta-kpi--amber .ta-kpi__value{color:#fcd34d!important}[data-theme=dark] .ta-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-card--alta{border-left-color:#fca5a5!important}[data-theme=dark] .ta-card--media{border-left-color:#fcd34d!important}[data-theme=dark] .ta-card--baja{border-left-color:#6ee7b7!important}[data-theme=dark] .ta-card__eyebrow{color:#7e7e7e!important}[data-theme=dark] .ta-card__name{color:#ededed!important}[data-theme=dark] .ta-card__location{color:#9d9d9d!important}[data-theme=dark] .ta-score{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-score span{color:#7e7e7e!important}[data-theme=dark] .ta-score strong{color:#ededed!important}[data-theme=dark] .ta-metric{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-metric span{color:#7e7e7e!important}[data-theme=dark] .ta-metric strong{color:#ededed!important}[data-theme=dark] .ta-decision{background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .ta-decision span,[data-theme=dark] .ta-decision p{color:#ededed!important}[data-theme=dark] .ta-btn--primary{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .ta-btn--secondary{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-empty{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-page{background:#0f0f0f!important}[data-theme=dark] .cal-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-kpi__label{color:#7e7e7e!important}[data-theme=dark] .cal-kpi__value{color:#ededed!important}[data-theme=dark] .cal-toolbar{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-toolbar__title{color:#ededed!important}[data-theme=dark] .cal-nav-btn,[data-theme=dark] .cal-today-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-filter-select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-view-tabs{background:#1a1a1a!important}[data-theme=dark] .cal-view-tab{color:#9d9d9d!important;background:0 0!important}[data-theme=dark] .cal-view-tab.active{color:#ededed!important;background:#1a1a1a!important}[data-theme=dark] .cal-new-btn{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .cal-main{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-month__header{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-month__day-label{color:#7e7e7e!important}[data-theme=dark] .cal-cell{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-cell:hover{background:#ffffff0a!important}[data-theme=dark] .cal-cell--empty{background:#1a1a1a!important}[data-theme=dark] .cal-cell--today{background:#ffffff0a!important}[data-theme=dark] .cal-cell__num{color:#9d9d9d!important}[data-theme=dark] .cal-cell--today .cal-cell__num{color:#fff!important;background:#58a6ff!important}[data-theme=dark] .cal-cell__more{color:#7e7e7e!important}[data-theme=dark] .cal-week__header{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-week__day-name{color:#7e7e7e!important}[data-theme=dark] .cal-week__day-num{color:#ededed!important}[data-theme=dark] .cal-week__day-num.today{color:#fff!important;background:#58a6ff!important}[data-theme=dark] .cal-week__col{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-week__col.today{background:#ffffff0a!important}[data-theme=dark] .cal-list__date-sep{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-list-item{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-list-item:hover{background:#ffffff0a!important}[data-theme=dark] .cal-list-item__left strong{color:#ededed!important}[data-theme=dark] .cal-list-item__left span{color:#9d9d9d!important}[data-theme=dark] .cal-list-item__left em{color:#7e7e7e!important}[data-theme=dark] .cal-legend-item{color:#9d9d9d!important}[data-theme=dark] .cal-modal-overlay{background:#000000b3!important}[data-theme=dark] .cal-modal{background:#1a1a1a!important}[data-theme=dark] .cal-modal__header{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-modal__header h3{color:#ededed!important}[data-theme=dark] .cal-modal__close,[data-theme=dark] .cal-modal__chip{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-modal__grid{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-modal__row-label{color:#7e7e7e!important}[data-theme=dark] .cal-modal__row-value{color:#9d9d9d!important}[data-theme=dark] .cal-modal__section-label{color:#7e7e7e!important}[data-theme=dark] .cal-modal__section-text{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .cal-modal__footer{border-color:#3c3c3c!important}[data-theme=dark] .cal-modal__btn{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .cal-footer a{color:#7e7e7e!important}[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3c3c3c;border-radius:3px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#7e7e7e}[data-theme=dark] .products-page{background:#0f0f0f!important}[data-theme=dark] .product-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .product-kpi span{color:#9d9d9d!important}[data-theme=dark] .product-kpi strong{color:#ededed!important}[data-theme=dark] .products-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .products-head h2{color:#ededed!important}[data-theme=dark] .products-head p{color:#9d9d9d!important}[data-theme=dark] .products-head button{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .products-form label{color:#9d9d9d!important}[data-theme=dark] .products-form input,[data-theme=dark] .products-form select,[data-theme=dark] .products-form textarea{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .products-form input:focus,[data-theme=dark] .products-form select:focus,[data-theme=dark] .products-form textarea:focus{background:#1a1a1a!important;border-color:#58a6ff!important}[data-theme=dark] .product-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .product-top span,[data-theme=dark] .product-top h3{color:#ededed!important}[data-theme=dark] .product-card p{color:#9d9d9d!important}[data-theme=dark] .product-links a{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .product-actions button{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .product-actions button.secondary{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .product-actions button.danger{color:#fca5a5!important;background:#1f0505!important}[data-theme=dark] .empty-products{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-hero h2,[data-theme=dark] .campaign-section-head h3{color:#ededed!important}[data-theme=dark] .campaign-hero p,[data-theme=dark] .campaign-section-head p{color:#9d9d9d!important}[data-theme=dark] .campaign-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ghost-btn:hover{background:#262626!important}[data-theme=dark] .campaign-form label{color:#9d9d9d!important}[data-theme=dark] .campaign-form input:focus,[data-theme=dark] .campaign-form select:focus{background:#1a1a1a!important;border-color:#58a6ff!important}[data-theme=dark] .campaign-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-card-head span{color:#9d9d9d!important}[data-theme=dark] .campaign-progress-block .progress-info strong{color:#ededed!important}[data-theme=dark] .campaign-progress-block .progress-info span{color:#9d9d9d!important}[data-theme=dark] .campaign-dates span,[data-theme=dark] .campaign-actions button{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-actions button.danger{color:#fca5a5!important;border-color:#7f1d1d!important}[data-theme=dark] .campaign-empty{color:#7e7e7e!important}[data-theme=dark] .admin-page{background:#0f0f0f!important}[data-theme=dark] .admin-header-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-header-card h2{color:#ededed!important}[data-theme=dark] .admin-header-card p{color:#9d9d9d!important}[data-theme=dark] .admin-refresh-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-refresh-btn:hover:not(:disabled){color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .admin-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-kpi span{color:#7e7e7e!important}[data-theme=dark] .admin-kpi strong,[data-theme=dark] .admin-kpi--blue strong{color:#ededed!important}[data-theme=dark] .admin-kpi--green strong{color:#6ee7b7!important}[data-theme=dark] .admin-kpi--amber strong{color:#fcd34d!important}[data-theme=dark] .admin-kpi--violet strong{color:#c4b5fd!important}[data-theme=dark] .admin-kpi--slate strong{color:#cbd5e1!important}[data-theme=dark] .admin-toolbar{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-toolbar h3{color:#ededed!important}[data-theme=dark] .admin-toolbar span{color:#9d9d9d!important}[data-theme=dark] .admin-toolbar input{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-toolbar input:focus{border-color:#58a6ff!important}[data-theme=dark] .admin-table-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-desktop-table thead{background:#1a1a1a!important}[data-theme=dark] .admin-desktop-table th{color:#7e7e7e!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-desktop-table td{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-desktop-table tbody tr:hover td{background:#ffffff0a!important}[data-theme=dark] .admin-user-cell strong{color:#ededed!important}[data-theme=dark] .admin-user-cell span{color:#9d9d9d!important}[data-theme=dark] .admin-select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .module-check{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .module-check:has(input:checked){color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .quick-actions button{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .quick-actions button:hover:not(:disabled){background:#262626!important}[data-theme=dark] .adm-tab-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .adm-tab-btn:hover{background:#262626!important}[data-theme=dark] .adm-tab-btn.active{color:#ededed!important;background:#58a6ff1f!important;border-color:#58a6ff4d!important}[data-theme=dark] .adm-archive-btn{color:#fcd34d!important;background:#1f1500!important;border-color:#78350f!important}[data-theme=dark] .adm-restore-btn{color:#6ee7b7!important;background:#0d2918!important;border-color:#1a4a2e!important}[data-theme=dark] .adm-info-box{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .adm-info-box__icon{color:#ededed!important;background:#ffffff0a!important;border-color:#2d4a6e!important}[data-theme=dark] .adm-info-box strong{color:#ededed!important}[data-theme=dark] .adm-info-box p{color:#9d9d9d!important}[data-theme=dark] .adm-modal-overlay{background:#000000b3!important}[data-theme=dark] .adm-modal{background:#1a1a1a!important}[data-theme=dark] .adm-modal__header{border-color:#3c3c3c!important}[data-theme=dark] .adm-modal__header h3{color:#ededed!important}[data-theme=dark] .adm-modal__footer{border-color:#3c3c3c!important}[data-theme=dark] .adm-confirm-input{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .adm-cancel-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .admin-empty{color:#7e7e7e!important}[data-theme=dark] .admin-mobile-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .mobile-admin-row label{color:#7e7e7e!important}[data-theme=dark] .adm-goals-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .adm-goals-head h3{color:#ededed!important}[data-theme=dark] .adm-goals-head p{color:#9d9d9d!important}[data-theme=dark] .adm-goals-head span,[data-theme=dark] .adm-goal-field span{color:#7e7e7e!important}[data-theme=dark] .adm-goal-row{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .adm-goal-row.pending{background:#1a1200!important;border-color:#78350f!important}[data-theme=dark] .adm-goals-controls select,[data-theme=dark] .adm-goals-controls input,[data-theme=dark] .adm-goal-field input{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .adm-goals-controls select:focus,[data-theme=dark] .adm-goals-controls input:focus,[data-theme=dark] .adm-goal-field input:focus{background:#1a1a1a!important;border-color:#58a6ff!important}[data-theme=dark] .adm-discard-btn{color:#9d9d9d!important;background:#262626!important;border-color:#3c3c3c!important}[data-theme=dark]{--bg:#1a1a1a;--sidebar:#1a1a1a;--card:#1c1c1c;--surface:#1c1c1c;--border:#3c3c3c;--border-light:#3c3c3c;--text:#ededed;--muted:#9d9d9d;--text-primary:#ededed;--text-secondary:#9d9d9d;--text-tertiary:#7e7e7e;--primary:#58a6ff;--primary-soft:#58a6ff1f;--bg2:#1a1a1a;--bg3:#181818;--bd:#3c3c3c;--bd2:#3c3c3c;--text2:#9d9d9d;--blue:#58a6ff;--blue-light:#58a6ff1f;--blue-mid:#58a6ff33;--green:#34d399;--green-light:#34d3991f;--amber:#fbbf24;--amber-light:#fbbf2421;--red:#fb7185;--red-light:#fb718521;--slate-light:#94a3b824;--shadow-xs:0 1px 3px #00000047;--shadow-sm:0 8px 20px #00000038;--shadow-md:0 16px 36px #00000047}[data-theme=dark] body,[data-theme=dark] #root,[data-theme=dark] .app-shell,[data-theme=dark] .main-content,[data-theme=dark] .unified-dashboard,[data-theme=dark] .bi-shell,[data-theme=dark] .bi-main,[data-theme=dark] .bi-content,[data-theme=dark] .visits-page,[data-theme=dark] .cal-page,[data-theme=dark] .tn-page,[data-theme=dark] .cot-page,[data-theme=dark] .acc-page,[data-theme=dark] .products-page,[data-theme=dark] .opp-page,[data-theme=dark] .campaigns-page,[data-theme=dark] .ta-page,[data-theme=dark] .admin-page,[data-theme=dark] .settings-page,[data-theme=dark] .notif-page,[data-theme=dark] .sd{color:#ededed!important;background:#1a1a1a!important}[data-theme=dark] .page-header,[data-theme=dark] .bi-header,[data-theme=dark] .crm-module-header,[data-theme=dark] .dash-header:not(.dash-hero),[data-theme=dark] .dash-primary-kpi,[data-theme=dark] .dash-kpi,[data-theme=dark] .dash-insight,[data-theme=dark] .dash-panel,[data-theme=dark] .dash-exec-strip,[data-theme=dark] .dash-exec-pill,[data-theme=dark] .dash-next-action,[data-theme=dark] .dash-decisions__head,[data-theme=dark] .dash-decision-card,[data-theme=dark] .dash-hot-row,[data-theme=dark] .bi-filters,[data-theme=dark] .bi-kpi,[data-theme=dark] .bi-panel,[data-theme=dark] .bi-decisions__head,[data-theme=dark] .bi-decision,[data-theme=dark] .visits-header,[data-theme=dark] .visits-kpi,[data-theme=dark] .visits-panel,[data-theme=dark] .visits-tabs,[data-theme=dark] .visits-item,[data-theme=dark] .vf-section,[data-theme=dark] .cal-kpi,[data-theme=dark] .cal-toolbar,[data-theme=dark] .cal-month,[data-theme=dark] .cal-week,[data-theme=dark] .cal-list,[data-theme=dark] .tn-kpi,[data-theme=dark] .tn-toolbar,[data-theme=dark] .tn-grid-wrap,[data-theme=dark] .tn-modal,[data-theme=dark] .tn-mobile-card,[data-theme=dark] .cot-card,[data-theme=dark] .cot-renglon,[data-theme=dark] .cot-preview,[data-theme=dark] .cot-modal,[data-theme=dark] .cot-modal__header,[data-theme=dark] .cot-hist-item,[data-theme=dark] .cot-calc-placeholder,[data-theme=dark] .acc-kpi,[data-theme=dark] .acc-card,[data-theme=dark] .acc-contact-card,[data-theme=dark] .products-card,[data-theme=dark] .product-kpi,[data-theme=dark] .product-card,[data-theme=dark] .opp-kpi,[data-theme=dark] .opp-form-card,[data-theme=dark] .opp-table-card,[data-theme=dark] .opp-kanban-card,[data-theme=dark] .opp-mobile-card,[data-theme=dark] .campaign-hero,[data-theme=dark] .campaign-kpi,[data-theme=dark] .campaign-form-card,[data-theme=dark] .campaign-list-card,[data-theme=dark] .campaign-card,[data-theme=dark] .ta-header,[data-theme=dark] .ta-kpi,[data-theme=dark] .ta-card,[data-theme=dark] .admin-header-card,[data-theme=dark] .admin-guard-card,[data-theme=dark] .admin-kpi,[data-theme=dark] .admin-toolbar,[data-theme=dark] .admin-table-card,[data-theme=dark] .admin-audit-card,[data-theme=dark] .admin-mobile-card,[data-theme=dark] .settings-card,[data-theme=dark] .settings-note,[data-theme=dark] .notif-item,[data-theme=dark] .crm-kpi,[data-theme=dark] .crm-empty-state,[data-theme=dark] .crm-toast,[data-theme=dark] .global-search-panel,[data-theme=dark] .crm-ai-panel,[data-theme=dark] .sd-hero,[data-theme=dark] .sd-primary-kpi,[data-theme=dark] .sd-kpi,[data-theme=dark] .sd-panel,[data-theme=dark] .sd-list-card,[data-theme=dark] .sd-insight-card{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important;box-shadow:0 10px 24px #00000038!important}[data-theme=dark] .dash-hero,[data-theme=dark] .bi-hero{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-primary-kpi:after,[data-theme=dark] .sd-primary-kpi:after{opacity:.7!important}[data-theme=dark] .dash-primary-kpi--red,[data-theme=dark] .dash-kpi--red,[data-theme=dark] .dash-insight--red,[data-theme=dark] .bi-kpi--danger{background:#1d171d!important}[data-theme=dark] .dash-primary-kpi--green,[data-theme=dark] .dash-insight--green{background:#121f1d!important}[data-theme=dark] .dash-primary-kpi--amber,[data-theme=dark] .dash-primary-kpi--yellow,[data-theme=dark] .dash-kpi--amber{background:#1f1b12!important}[data-theme=dark] .dash-title,[data-theme=dark] .dash-panel__title,[data-theme=dark] .dash-primary-kpi__value,[data-theme=dark] .dash-kpi__value,[data-theme=dark] .dash-insight__value,[data-theme=dark] .dash-decisions__head strong,[data-theme=dark] .dash-decision-card strong,[data-theme=dark] .dash-exec-pill strong,[data-theme=dark] .dash-next-action strong,[data-theme=dark] .dash-hot-row__main strong,[data-theme=dark] .dash-hot-rank,[data-theme=dark] .dash-hot-score div,[data-theme=dark] .dash-list-row__main strong,[data-theme=dark] .dash-donut-center strong,[data-theme=dark] .bi-panel h3,[data-theme=dark] .bi-kpi__val,[data-theme=dark] .bi-kpi__stat strong,[data-theme=dark] .bi-decisions__head strong,[data-theme=dark] .bi-decision strong,[data-theme=dark] .bi-top3__name,[data-theme=dark] .bi-rank-name,[data-theme=dark] .visits-header__title,[data-theme=dark] .visits-panel__title,[data-theme=dark] .visits-kpi__value,[data-theme=dark] .visits-item__head strong,[data-theme=dark] .visits-empty__title,[data-theme=dark] .cal-toolbar__title,[data-theme=dark] .cal-kpi__value,[data-theme=dark] .tn-header h2,[data-theme=dark] .tn-kpi__val,[data-theme=dark] .cot-header h2,[data-theme=dark] .cot-section-title,[data-theme=dark] .cot-renglon__num,[data-theme=dark] .cot-mk-card strong,[data-theme=dark] .cot-pv strong,[data-theme=dark] .cot-hist-num,[data-theme=dark] .cot-modal__header h3,[data-theme=dark] .cot-kpi__val,[data-theme=dark] .acc-card-head h2,[data-theme=dark] .acc-kpi__value,[data-theme=dark] .acc-td-name strong,[data-theme=dark] .acc-contact-card__top strong,[data-theme=dark] .products-head h2,[data-theme=dark] .product-top h3,[data-theme=dark] .opp-form-head h2,[data-theme=dark] .opp-table-head h2,[data-theme=dark] .opp-kanban-card strong,[data-theme=dark] .campaign-hero h2,[data-theme=dark] .campaign-card h4,[data-theme=dark] .ta-header__title,[data-theme=dark] .ta-card__name,[data-theme=dark] .admin-header-card h2,[data-theme=dark] .admin-toolbar h3,[data-theme=dark] .admin-audit-card h3,[data-theme=dark] .admin-audit-list strong,[data-theme=dark] .admin-user-cell strong,[data-theme=dark] .settings-note strong,[data-theme=dark] .notif-item strong,[data-theme=dark] .crm-module-header h2,[data-theme=dark] .crm-kpi__value,[data-theme=dark] .crm-empty-state strong,[data-theme=dark] .global-search-title,[data-theme=dark] .global-search-result strong,[data-theme=dark] .sd-hero__title,[data-theme=dark] .sd-panel__title,[data-theme=dark] .sd-primary-kpi__value,[data-theme=dark] .sd-kpi__value{color:#ededed!important}[data-theme=dark] .dash-subtitle,[data-theme=dark] .dash-panel__sub,[data-theme=dark] .dash-primary-kpi__sub,[data-theme=dark] .dash-kpi__label,[data-theme=dark] .dash-insight__sub,[data-theme=dark] .dash-decision-card p,[data-theme=dark] .dash-next-action p,[data-theme=dark] .dash-hot-row__main small,[data-theme=dark] .dash-hot-row__main p,[data-theme=dark] .dash-hot-row__meta span,[data-theme=dark] .dash-list-row__main small,[data-theme=dark] .dash-list-row__meta span,[data-theme=dark] .bi-panel p,[data-theme=dark] .bi-kpi__sub,[data-theme=dark] .bi-decision p,[data-theme=dark] .bi-top3__val,[data-theme=dark] .visits-header__sub,[data-theme=dark] .visits-panel__sub,[data-theme=dark] .visits-kpi__sub,[data-theme=dark] .visits-item__head span,[data-theme=dark] .visits-item__head em,[data-theme=dark] .visits-objective p,[data-theme=dark] .visits-result p,[data-theme=dark] .visits-item__notes,[data-theme=dark] .visits-empty,[data-theme=dark] .cal-kpi__label,[data-theme=dark] .tn-header p,[data-theme=dark] .tn-kpi__sub,[data-theme=dark] .cot-kpi__sub,[data-theme=dark] .cot-field label,[data-theme=dark] .cot-mk-card span,[data-theme=dark] .cot-pv span,[data-theme=dark] .cot-hist-date,[data-theme=dark] .cot-banner-warn,[data-theme=dark] .acc-card-head p,[data-theme=dark] .acc-kpi__label,[data-theme=dark] .acc-td-name small,[data-theme=dark] .products-head p,[data-theme=dark] .product-card p,[data-theme=dark] .opp-form-head p,[data-theme=dark] .opp-table-head p,[data-theme=dark] .campaign-hero p,[data-theme=dark] .campaign-objective,[data-theme=dark] .ta-header__sub,[data-theme=dark] .ta-card__location,[data-theme=dark] .admin-header-card p,[data-theme=dark] .admin-toolbar span,[data-theme=dark] .admin-audit-card p,[data-theme=dark] .admin-audit-list span,[data-theme=dark] .admin-audit-list small,[data-theme=dark] .admin-user-cell span,[data-theme=dark] .settings-note p,[data-theme=dark] .notif-item small,[data-theme=dark] .crm-module-header p,[data-theme=dark] .crm-kpi__sub,[data-theme=dark] .crm-empty-state p,[data-theme=dark] .global-search-subtitle,[data-theme=dark] .global-search-result span,[data-theme=dark] .sd-hero__sub,[data-theme=dark] .sd-panel__sub,[data-theme=dark] .sd-primary-kpi__sub{color:#9d9d9d!important}[data-theme=dark] .dash-wordmark,[data-theme=dark] .dash-filter-label,[data-theme=dark] .dash-primary-kpi__label,[data-theme=dark] .dash-insight__label,[data-theme=dark] .dash-decisions__head span,[data-theme=dark] .dash-exec-pill span,[data-theme=dark] .dash-next-action__label,[data-theme=dark] .bi-kpi__label,[data-theme=dark] .bi-decisions__head span,[data-theme=dark] .bi-hero__eyebrow,[data-theme=dark] .bi-fg label,[data-theme=dark] .visits-header__eyebrow,[data-theme=dark] .vf-section__label,[data-theme=dark] .vf-field label,[data-theme=dark] .tn-kpi__label,[data-theme=dark] .cot-kpi__label,[data-theme=dark] .acc-form-section__label,[data-theme=dark] .product-kpi span,[data-theme=dark] .campaign-kpi span,[data-theme=dark] .admin-kpi span,[data-theme=dark] .crm-kpi__label,[data-theme=dark] .sd-hero__eyebrow,[data-theme=dark] .sd-primary-kpi__label,[data-theme=dark] .sd-kpi__label{color:#7e7e7e!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .dash-filter-select,[data-theme=dark] .bi-fg select,[data-theme=dark] .bi-forecast-input,[data-theme=dark] .bi-forecast-select,[data-theme=dark] .tn-search,[data-theme=dark] .tn-grid__filter-input,[data-theme=dark] .admin-select,[data-theme=dark] .global-search-input,[data-theme=dark] .crm-ai-input{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder,[data-theme=dark] .tn-grid__filter-input::placeholder,[data-theme=dark] .global-search-input::placeholder,[data-theme=dark] .crm-ai-input::placeholder{color:#718096!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{background:#1a1a1a!important;border-color:#58a6ff!important;box-shadow:0 0 0 3px #58a6ff24!important}[data-theme=dark] table,[data-theme=dark] .acc-table,[data-theme=dark] .opp-table,[data-theme=dark] .cot-table,[data-theme=dark] .bi-tbl,[data-theme=dark] .tn-grid{color:#ededed!important;background:#1a1a1a!important}[data-theme=dark] table th,[data-theme=dark] .acc-table th,[data-theme=dark] .opp-table th,[data-theme=dark] .cot-table th,[data-theme=dark] .bi-tbl th,[data-theme=dark] .tn-grid__th,[data-theme=dark] table td,[data-theme=dark] .acc-table td,[data-theme=dark] .opp-table td,[data-theme=dark] .cot-table td,[data-theme=dark] .bi-tbl td,[data-theme=dark] .tn-grid__td{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] table tbody tr:hover td,[data-theme=dark] .acc-table tbody tr:hover td,[data-theme=dark] .opp-table tbody tr:hover td,[data-theme=dark] .cot-table tbody tr:hover td,[data-theme=dark] .bi-tbl tr:hover td,[data-theme=dark] .tn-grid tbody tr:hover .tn-grid__td{background:#ffffff0a!important}[data-theme=dark] .tn-grid__filter-cell,[data-theme=dark] .admin-desktop-table thead,[data-theme=dark] .admin-desktop-table th,[data-theme=dark] .admin-desktop-table td,[data-theme=dark] .acc-row--expanded td,[data-theme=dark] .acc-row--contacts td,[data-theme=dark] .visits-item--overdue,[data-theme=dark] .visits-item--today,[data-theme=dark] .visits-objective,[data-theme=dark] .visits-result,[data-theme=dark] .campaign-data-grid div,[data-theme=dark] .cot-mk-card,[data-theme=dark] .cot-pv,[data-theme=dark] .cot-costo-box,[data-theme=dark] .cot-calc-placeholder,[data-theme=dark] .vf-section,[data-theme=dark] .bi-kpi__stat,[data-theme=dark] .settings-row,[data-theme=dark] .crm-ai-msg--assistant .crm-ai-msg__bubble,[data-theme=dark] .crm-ai-suggestion{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-decision-card>span,[data-theme=dark] .bi-decision>span,[data-theme=dark] .adm-info-box__icon{color:#ededed!important;background:#58a6ff1f!important}[data-theme=dark] .dash-progress-track,[data-theme=dark] .bi-kpi__bar-bg,[data-theme=dark] .bi-rank-bar-bg,[data-theme=dark] .campaign-progress,[data-theme=dark] .visits-timeline__track,[data-theme=dark] .stage-dist__bar-wrap{background:#3c3c3c!important}[data-theme=dark] .dash-kpi-toggle,[data-theme=dark] .dash-exec-action,[data-theme=dark] .dash-next-action button,[data-theme=dark] .bi-toggle button,[data-theme=dark] .visits-tab,[data-theme=dark] .visits-filter-tab,[data-theme=dark] .acc-ghost-btn,[data-theme=dark] .acc-btn,[data-theme=dark] .vf-material-btn,[data-theme=dark] .vf-btn--cancel,[data-theme=dark] .products-head button,[data-theme=dark] .ghost-btn,[data-theme=dark] .adm-tab-btn,[data-theme=dark] .quick-actions button,[data-theme=dark] .settings-row button,[data-theme=dark] .notif-refresh{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-kpi-toggle:hover,[data-theme=dark] .bi-toggle button:hover,[data-theme=dark] .visits-tab:not(.active):hover,[data-theme=dark] .visits-filter-tab:not(.active):hover,[data-theme=dark] .acc-ghost-btn:hover,[data-theme=dark] .acc-btn:hover,[data-theme=dark] .vf-material-btn:hover:not(.active),[data-theme=dark] .vf-btn--cancel:hover,[data-theme=dark] .ghost-btn:hover,[data-theme=dark] .quick-actions button:hover:not(:disabled),[data-theme=dark] .settings-row button:hover,[data-theme=dark] .notif-refresh:hover{color:#ededed!important;background:#ffffff0a!important}[data-theme=dark] .bi-header__tab:not(.active),[data-theme=dark] .adm-tab-btn:not(.active),[data-theme=dark] .visits-tab:not(.active),[data-theme=dark] .visits-filter-tab:not(.active){color:#9d9d9d!important}[data-theme=dark] .bi-header__tab.active,[data-theme=dark] .bi-toggle button.active,[data-theme=dark] .adm-tab-btn.active,[data-theme=dark] .visits-tab.active,[data-theme=dark] .visits-filter-tab.active{color:#fff!important;background:#185fa5!important;border-color:#185fa5!important}[data-theme=dark] .acc-badge--alto,[data-theme=dark] .acc-badge--verde,[data-theme=dark] .crm-kpi--green .crm-kpi__value,[data-theme=dark] .admin-kpi--green strong{color:#34d399!important}[data-theme=dark] .acc-badge--medio,[data-theme=dark] .acc-badge--amarillo,[data-theme=dark] .admin-kpi--amber strong{color:#fbbf24!important}[data-theme=dark] .acc-badge--rojo,[data-theme=dark] .acc-btn--del,[data-theme=dark] .crm-kpi--red .crm-kpi__value{color:#fb7185!important}[data-theme=dark] .acc-badge,[data-theme=dark] .visits-badge,[data-theme=dark] .visits-meta-chip,[data-theme=dark] .campaign-dates span,[data-theme=dark] .bi-badge,[data-theme=dark] .tn-status-pill,[data-theme=dark] .crm-toast{border-color:#3c3c3c!important}[data-theme=dark] .crm-ai-header{background:#1a1a1a!important}[data-theme=dark] .crm-ai-messages,[data-theme=dark] .crm-ai-input-wrap{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-worklist,[data-theme=dark] .ta-insight,[data-theme=dark] .visits-insight{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important;box-shadow:0 10px 24px #00000038!important}[data-theme=dark] .ta-insight strong,[data-theme=dark] .ta-worklist__head h2,[data-theme=dark] .visits-insight strong{color:#ededed!important}[data-theme=dark] .ta-insight p,[data-theme=dark] .ta-worklist__head p,[data-theme=dark] .visits-insight p{color:#9d9d9d!important}[data-theme=dark] .ta-search,[data-theme=dark] .ta-select-wrap,[data-theme=dark] .visits-search,[data-theme=dark] .ta-metric,[data-theme=dark] .ta-score{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-header-btn,[data-theme=dark] .ta-clear-btn,[data-theme=dark] .visits-header-btn{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ta-header-btn--primary,[data-theme=dark] .visits-header-btn--primary{color:#fff!important;background:#185fa5!important;border-color:#185fa5!important}[data-theme=dark] .ta-scorebar div{background:#3c3c3c!important}[data-theme=dark] .dash-kpi-section{background:#151c25b8!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-comparison{background:#151c25d1!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-comparison__head strong,[data-theme=dark] .dash-comparison-card strong{color:#ededed!important}[data-theme=dark] .dash-comparison__head select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-exec-action,[data-theme=dark] .dash-comparison__actions button,[data-theme=dark] .dash-detail-gate button,[data-theme=dark] .dash-hero-cta{color:#fff!important;background:#185fa5!important;border-color:#93c5fd47!important}[data-theme=dark] .dash-exec-action:hover,[data-theme=dark] .dash-comparison__actions button:hover,[data-theme=dark] .dash-detail-gate button:hover,[data-theme=dark] .dash-hero-cta:hover{background:#1d6fb8!important}[data-theme=dark] .dash-detail-gate{background:#151c25d1!important;border-color:#3c3c3c #3c3c3c #3c3c3c #185fa5!important}[data-theme=dark] .dash-detail-gate strong{color:#ededed!important}[data-theme=dark] .dash-next-action button{color:#fff!important;background:#dc2626!important;border-color:#0000!important}[data-theme=dark] .dash-next-action button:hover{background:#b91c1c!important}[data-theme=dark] .dash-primary-kpi__progress,[data-theme=dark] .dash-hot-score{background:#3c3c3c!important}[data-theme=dark] .bi-context-line,[data-theme=dark] .bi-support-card,[data-theme=dark] .bi-collections-card,[data-theme=dark] .bi-forecast-card,[data-theme=dark] .bi-detail-gate{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-context-item{border-color:#3c3c3c!important}[data-theme=dark] .bi-context-item span,[data-theme=dark] .bi-support-card span,[data-theme=dark] .bi-support-card small,[data-theme=dark] .bi-section-head span,[data-theme=dark] .bi-collection-stat span,[data-theme=dark] .bi-collection-stat small,[data-theme=dark] .bi-forecast-summary span,[data-theme=dark] .bi-detail-gate p{color:#9d9d9d!important}[data-theme=dark] .bi-context-item strong,[data-theme=dark] .bi-support-card strong,[data-theme=dark] .bi-section-head strong,[data-theme=dark] .bi-forecast-summary strong,[data-theme=dark] .bi-detail-gate strong{color:#ededed!important}[data-theme=dark] .bi-unified-panel{background:#1a1a1a!important;border-color:#3c3c3c!important;box-shadow:0 2px 16px #00000059!important}[data-theme=dark] .bi-unified-panel .bi-decisions__head,[data-theme=dark] .bi-unified-panel .bi-decision,[data-theme=dark] .bi-unified-panel .bi-support-card{box-shadow:none!important;background:0 0!important;border-color:#0000 #3c3c3c #0000 #0000!important}[data-theme=dark] .bi-unified-panel .bi-decisions__head{border-left-color:#185fa5!important}[data-theme=dark] .bi-unified-panel .bi-decision{border-top-color:#3b82f6!important}[data-theme=dark] .bi-unified-panel .bi-decision--success{border-top-color:#10b981!important}[data-theme=dark] .bi-unified-panel .bi-decision--warning{border-top-color:#f59e0b!important}[data-theme=dark] .bi-unified-panel .bi-decision--danger{border-top-color:#ef4444!important}[data-theme=dark] .bi-unified-panel .bi-decision:last-child,[data-theme=dark] .bi-unified-panel .bi-support-card:last-child{border-right-color:#0000!important}[data-theme=dark] .bi-unified-divider{background:#3c3c3c!important}[data-theme=dark] .bi-view-toggle,[data-theme=dark] .bi-icon-btn{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-view-toggle button{color:#9d9d9d!important}[data-theme=dark] .bi-view-toggle button.active{color:#fff!important;background:#185fa5!important}[data-theme=dark] .bi-progress{background:#3c3c3c!important}[data-theme=dark] .bi-detail-gate{border-left-color:#185fa5!important}[data-theme=dark] .bi-detail-gate button{color:#fff!important;background:#185fa5!important}[data-theme=dark] .visits-alert--overdue{color:#fca5a5!important;background:#dc26261f!important;border-color:#dc26264d!important}[data-theme=dark] .visits-alert--today{color:#fcd34d!important;background:#d977061f!important;border-color:#d977064d!important}[data-theme=dark] .visits-alert--urgent{color:#fdba74!important;background:#f973161f!important;border-color:#f973164d!important}[data-theme=dark] .visits-alert--soon{color:#ededed!important;background:#185fa51f!important;border-color:#185fa54d!important}[data-theme=dark] .visits-alert--ok{color:#86efac!important;background:#2d7d461f!important;border-color:#2d7d464d!important}[data-theme=dark] .visits-item--overdue{background:#1a0a0a!important;border-color:#ef444459!important}[data-theme=dark] .visits-item--today{background:#1a150a!important;border-color:#f59e0b59!important}[data-theme=dark] .visits-action-btn{color:#9d9d9d!important;background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .visits-action-btn--edit:hover{color:#ededed!important;background:#58a6ff1f!important;border-color:#185fa5!important}[data-theme=dark] .visits-action-btn--delete:hover{color:#fca5a5!important;background:#dc262633!important;border-color:#dc262666!important}[data-theme=dark] .vf-field input,[data-theme=dark] .vf-field select,[data-theme=dark] .vf-field textarea{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .vf-material-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .vf-material-btn.active{color:#ededed!important;background:#58a6ff1f!important;border-color:#185fa5!important}[data-theme=dark] .vf-btn--cancel,[data-theme=dark] .vf-contact-chip{color:#c1c1c1!important;background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .visits-empty__title{color:#9d9d9d!important}[data-theme=dark] .visits-header-btn--quick{color:#fdba74!important;background:#c2410c1f!important;border-color:#c2410c4d!important}[data-theme=dark] .visits-quick-modal{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .visits-quick-modal__icon{background:#c2410c26!important}[data-theme=dark] .visits-quick-modal__close{color:#9d9d9d!important;background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .visits-quick-modal select,[data-theme=dark] .visits-quick-modal textarea{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-page{color:#ededed!important;background:#0f0f0f!important}[data-theme=dark] .tk-filters{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-status-tabs{background:#1a1a1a!important}[data-theme=dark] .tk-tab{color:#9d9d9d!important}[data-theme=dark] .tk-tab.active{color:#ededed!important;background:#1a1a1a!important;box-shadow:0 1px 3px #00000080!important}[data-theme=dark] .tk-select,[data-theme=dark] .tk-search{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-item{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-item__desc{color:#9d9d9d!important}[data-theme=dark] .tk-meta-tag{color:#9d9d9d!important;background:#242424!important}[data-theme=dark] .tk-prio-badge{color:#9d9d9d!important}[data-theme=dark] .tk-status-badge--blue{color:#ededed!important;background:#2563eb26!important}[data-theme=dark] .tk-status-badge--slate,[data-theme=dark] .tk-action-btn{color:#9d9d9d!important;background:#242424!important}[data-theme=dark] .tk-btn--ghost{color:#9d9d9d!important;background:0 0!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-drawer{background:#1a1a1a!important}[data-theme=dark] .tk-drawer__foot{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-due-alert--orange{color:#fdba74!important;background:#f973161f!important;border-color:#f973164d!important}[data-theme=dark] .tk-kanban-col__title{color:#ededed!important}[data-theme=dark] .tk-kanban-col__count{color:#9d9d9d!important}[data-theme=dark] .tk-kanban-col--drop-target{background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-kanban-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-kanban-empty{color:#9d9d9d!important}[data-theme=dark] .tk-view-btn.active{color:#ededed!important;background:#58a6ff1f!important;border-color:#185fa5!important}[data-theme=dark] .sp-page{color:#ededed!important;background:#0f0f0f!important}[data-theme=dark] .sp-stat{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sp-stat__n{color:#ededed!important}[data-theme=dark] .sp-stat__l{color:#9d9d9d!important}[data-theme=dark] .sp-list-panel,[data-theme=dark] .sp-detail{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sp-list-toolbar{border-color:#3c3c3c!important}[data-theme=dark] .sp-search,[data-theme=dark] .sp-global-search{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sp-filter-btn{color:#9d9d9d!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sp-filter-btn.active{color:#ededed!important;background:#58a6ff1f!important;border-color:#185fa5!important}[data-theme=dark] .sp-list-item__name{color:#ededed!important}[data-theme=dark] .sp-list-item__sub,[data-theme=dark] .sp-list-item__meta span{color:#9d9d9d!important}[data-theme=dark] .sp-list-item:hover{background:#242424!important}[data-theme=dark] .sp-list-item--active{background:#1a1a1a!important;border-left-color:#185fa5!important}[data-theme=dark] .sp-prod-badge{color:#9d9d9d!important;background:#242424!important}[data-theme=dark] .sp-inactive-badge{color:#fca5a5!important;background:#ef44441f!important}[data-theme=dark] .sp-global-clear{color:#9d9d9d!important;background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .sp-detail-header{border-color:#3c3c3c!important}[data-theme=dark] .sp-detail-name{color:#ededed!important}[data-theme=dark] .sp-detail-sub,[data-theme=dark] .sp-empty-state,[data-theme=dark] .sp-empty-state__title{color:#9d9d9d!important}[data-theme=dark] .ph-alert{background:linear-gradient(90deg,#1a0a0a 0%,#1c1c1c 100%)!important;border-color:#ef44444d!important}[data-theme=dark] .ph-alert__label,[data-theme=dark] .ph-alert__title{color:#fca5a5!important}[data-theme=dark] .ph-alert__detail{color:#9d9d9d!important}[data-theme=dark] .ph-alert__sep{background:#ef444466!important}[data-theme=dark] .ph-alert__nav button{color:#9d9d9d!important;background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-alert__btn:hover{background:#3c3c3c!important}[data-theme=dark] .ph-alert__close{color:#9d9d9d!important;background:0 0!important;border-color:#0000!important}[data-theme=dark] .ph-alert__close:hover{color:#fca5a5!important;background:#dc262633!important}[data-theme=dark] .ph-alert__confirm-text{color:#9d9d9d!important}[data-theme=dark] .line-dashboard{color:#ededed!important;background:#0f0f0f!important}[data-theme=dark] .line-loading,[data-theme=dark] .line-hero,[data-theme=dark] .line-kpi,[data-theme=dark] .line-decision-card,[data-theme=dark] .line-campaign-box,[data-theme=dark] .line-chart-card,[data-theme=dark] .line-list-card{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important;box-shadow:0 10px 24px #00000038!important}[data-theme=dark] .line-hero h2,[data-theme=dark] .line-kpi strong,[data-theme=dark] .line-decision-card strong,[data-theme=dark] .line-campaign-row strong,[data-theme=dark] .line-campaign-box h3,[data-theme=dark] .line-chart-head h3,[data-theme=dark] .line-list-card h3{color:#ededed!important}[data-theme=dark] .line-hero p,[data-theme=dark] .line-kpi span,[data-theme=dark] .line-decision-card span,[data-theme=dark] .line-campaign-row small{color:#9d9d9d!important}[data-theme=dark] .line-selector select{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .line-decision-icon{background:#f59e0b26!important}[data-theme=dark] .line-campaign-row{border-color:#3c3c3c!important}[data-theme=dark] .ph-page{color:#ededed!important;background:#0f0f0f!important}[data-theme=dark] .ph-exec,[data-theme=dark] .ph-panel{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-exec__head h3,[data-theme=dark] .ph-panel__head h3,[data-theme=dark] .ph-detail-title h3{color:#ededed!important}[data-theme=dark] .ph-exec__head p{color:#9d9d9d!important}[data-theme=dark] .ph-decision-card,[data-theme=dark] .ph-simple-decision,[data-theme=dark] .ph-quick-read{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-decision-card span,[data-theme=dark] .ph-simple-decision p,[data-theme=dark] .ph-quick-read p{color:#9d9d9d!important}[data-theme=dark] .ph-decision-card strong,[data-theme=dark] .ph-simple-decision strong,[data-theme=dark] .ph-quick-read strong,[data-theme=dark] .ph-simple-decision__price{color:#ededed!important}[data-theme=dark] .ph-quick-read__actions button{color:#c1c1c1!important;background:#242424!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-quick-read__actions button:hover{background:#3c3c3c!important}[data-theme=dark] .ph-quick-read__actions .primary{color:#fff!important;background:#185fa5!important;border-color:#185fa5!important}[data-theme=dark] .ph-product-option{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-product-option.is-checked{border-color:#185fa5!important}[data-theme=dark] .ph-mini-pill--gray{color:#9d9d9d!important;background:#242424!important}[data-theme=dark] .ph-mini-pill--blue{color:#ededed!important;background:#185fa533!important}[data-theme=dark] .ph-mini-pill--green{color:#86efac!important;background:#16a34a26!important}[data-theme=dark] .ph-mini-pill--amber{color:#fcd34d!important;background:#d9770626!important}[data-theme=dark] .ph-mini-pill--red{color:#fca5a5!important;background:#991b1b33!important}[data-theme=dark] .ph-selection-actions{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-selection-actions>span,[data-theme=dark] .ph-eyebrow{color:#9d9d9d!important}[data-theme=dark] .mobile-menu-button{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] .sidebar,[data-theme=dark] .sidebar--collapsed{background:#1a1a1a!important;border-right-color:#222!important}[data-theme=dark] .sidebar-brand{background:#1a1a1a!important;border-bottom-color:#222!important}[data-theme=dark] .sidebar-body{background:#1a1a1a!important}[data-theme=dark] .sidebar-pin-btn{color:#ffffff73!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sidebar-pin-btn:hover{color:#fffc!important;background:#1a1a1a!important;border-color:#444!important}[data-theme=dark] .sidebar-user{background:#3c3c3c!important;border-color:#3c3c3c!important}[data-theme=dark] .sidebar-section__label{color:#ffffff4d!important}[data-theme=dark] .sidebar-nav-item{color:#ffffffa6!important}[data-theme=dark] .sidebar-nav-item:hover{color:#ffffffe6!important;background:#3c3c3c!important}[data-theme=dark] .sidebar-nav-item.active,[data-theme=dark] .sidebar-nav-item--active{color:#ededed!important;background:#58a6ff2e!important}[data-theme=dark] .sidebar-logout,[data-theme=dark] .sidebar-theme-toggle{color:#ffffff80!important}[data-theme=dark] .sidebar-logout:hover,[data-theme=dark] .sidebar-theme-toggle:hover{color:#ffffffd9!important;background:#3c3c3c!important}[data-theme=dark] .sa-perf-card__bar-wrap,[data-theme=dark] .sa-score-mini__bar,[data-theme=dark] .sa-goal-line__bar{background:#3c3c3c!important}[data-theme=dark] .sa-perf-card__footer,[data-theme=dark] .sa-goal-progress{border-color:#3c3c3c!important}[data-theme=dark] .sa-perf-card__identity strong{color:#ededed!important}[data-theme=dark] .sa-perf-card__score-label,[data-theme=dark] .sa-perf-card__rank{color:#7e7e7e!important}[data-theme=dark] .sa-perf-card__ok{color:#34d399!important}[data-theme=dark] .sa-perf-metric span{color:#7e7e7e!important}[data-theme=dark] .sa-perf-metric strong{color:#ededed!important}[data-theme=dark] .sa-goal-progress__title strong{color:#c1c1c1!important}[data-theme=dark] .sa-goal-progress__title span,[data-theme=dark] .sa-goal-line span,[data-theme=dark] .sa-goal-line small{color:#7e7e7e!important}[data-theme=dark] .sa-stat strong{color:#ededed!important}[data-theme=dark] .sa-stat span{color:#7e7e7e!important}[data-theme=dark] .sa-alerts-summary{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-alerts-summary__stat strong{color:#ededed!important}[data-theme=dark] .sa-alerts-summary__stat strong.red{color:#fb7185!important}[data-theme=dark] .sa-alerts-summary__stat strong.amber{color:#fbbf24!important}[data-theme=dark] .sa-alerts-summary__stat span{color:#7e7e7e!important}[data-theme=dark] .sa-alerts-summary__divider{background:#3c3c3c!important}[data-theme=dark] .sa-toolbar{background:#1a1a1a!important}[data-theme=dark] .tn-tbar-btn{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-tbar-btn:hover{color:#ededed!important;background:#262626!important}[data-theme=dark] .tn-tbar-btn.active{color:#ededed!important;background:#58a6ff1f!important;border-color:#185fa5!important}[data-theme=dark] .tn-btn--danger{color:#fb7185!important;background:#ef44441a!important;border-color:#ef44444d!important}[data-theme=dark] .tn-attach-btn{color:#c1c1c1!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tn-prio--baja,[data-theme=dark] .tn-alert-indicator--gray{color:#7e7e7e!important;background:#242424!important}[data-theme=dark]{--bg:#1a1a1a;--surface:#181818;--card:#1c1c1c;--border:#3c3c3c;--border-light:#ffffff0a;--sidebar:#1a1a1a;--text-primary:#ededed;--text-secondary:#9d9d9d;--text-tertiary:#7e7e7e;--muted:#9d9d9d;--shadow:none}[data-theme=dark] body,[data-theme=dark] #root,[data-theme=dark] .app-shell,[data-theme=dark] .main-content{background:#0f0f0f!important}[data-theme=dark] .page-header,[data-theme=dark] .crm-module-header{box-shadow:none!important;background:#1a1a1a!important;border-bottom:1px solid #3c3c3c!important}[data-theme=dark] .page-header h1{color:#ededed!important;font-weight:600!important}[data-theme=dark] .sidebar,[data-theme=dark] .sidebar:not(.sidebar--collapsed){box-shadow:none!important}[data-theme=dark] .sidebar-brand{border-bottom-color:#ffffff0a!important}[data-theme=dark] .dash-panel,[data-theme=dark] .dash-kpi,[data-theme=dark] .dash-primary-kpi,[data-theme=dark] .dash-comparison,[data-theme=dark] .dash-comparison-card,[data-theme=dark] .dash-banner,[data-theme=dark] .dash-detail-gate,[data-theme=dark] .bi-panel,[data-theme=dark] .bi-kpi,[data-theme=dark] .bi-hero,[data-theme=dark] .bi-filters,[data-theme=dark] .bi-alerta,[data-theme=dark] .visits-panel,[data-theme=dark] .visits-kpi,[data-theme=dark] .visits-item,[data-theme=dark] .sd-panel,[data-theme=dark] .sd-kpi,[data-theme=dark] .sd-primary-kpi,[data-theme=dark] .sd-list-card,[data-theme=dark] .sa-perf-card,[data-theme=dark] .sa-alerts-summary,[data-theme=dark] .dash-hero{box-shadow:none!important;background:#1a1a1a!important;border:1px solid #3c3c3c!important;border-radius:16px!important}[data-theme=dark] .dash-hero .dash-title{color:#ededed!important;font-weight:600!important}[data-theme=dark] .dash-hero .dash-subtitle{color:#9d9d9d!important;font-weight:400!important}[data-theme=dark] .dash-hero .dash-wordmark,[data-theme=dark] .dash-hero .dash-filter-label{color:#7e7e7e!important}[data-theme=dark] .dash-hero .dash-filter-select{color:#ededed!important;background-color:#3c3c3c!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-hero-status{border-radius:12px!important}[data-theme=dark] .dash-hero-status strong{font-weight:600!important}[data-theme=dark] .dash-comparison__actions button,[data-theme=dark] .dash-detail-gate button,[data-theme=dark] .dash-exec-action,[data-theme=dark] .dash-hero-cta{color:#9d9d9d!important;box-shadow:none!important;background:#3c3c3c!important;border:1px solid #3c3c3c!important;border-radius:10px!important;font-weight:500!important;transition:background .15s ease-out,color .15s ease-out,transform .15s ease-out!important}[data-theme=dark] .dash-comparison__actions button:hover,[data-theme=dark] .dash-detail-gate button:hover,[data-theme=dark] .dash-exec-action:hover,[data-theme=dark] .dash-hero-cta:hover{color:#ededed!important;box-shadow:none!important;background:#ffffff1a!important;transform:translateY(-1px)!important}[data-theme=dark] .dash-kpi-toggle{background:#ffffff0a!important;border:1px solid #3c3c3c!important;border-radius:12px!important}[data-theme=dark] .dash-kpi-toggle button{color:#7e7e7e!important;font-weight:500!important}[data-theme=dark] .dash-comparison{box-shadow:none!important;background:#1a1a1a!important;border:1px solid #3c3c3c!important;border-radius:16px!important}[data-theme=dark] .dash-comparison__head{border-color:#3c3c3c!important}[data-theme=dark] .dash-comparison__head select{color:#ededed!important;background:#3c3c3c!important;border-color:#3c3c3c!important;font-weight:400!important}[data-theme=dark] .dash-comparison__head span{color:#7e7e7e!important;font-weight:400!important}[data-theme=dark] .dash-comparison__head strong{color:#ededed!important;font-weight:600!important}[data-theme=dark] .dash-header{box-shadow:none!important;background:#1a1a1a!important;border:1px solid #3c3c3c!important;border-radius:16px!important}[data-theme=dark] .dash-title{color:#ededed!important;font-weight:600!important}[data-theme=dark] .dash-kpi__value,[data-theme=dark] .dash-primary-kpi__value,[data-theme=dark] .bi-hero__big{font-weight:600!important}[data-theme=dark] .dash-kpi__label,[data-theme=dark] .dash-kpi__sub{color:#7e7e7e!important}[data-theme=dark] .dash-filter-label{color:#7e7e7e!important;font-weight:500!important}[data-theme=dark] .bi-header__tab{font-weight:400!important}[data-theme=dark] .bi-header__tab.active{color:#ededed!important;border-color:#ffffff40!important;font-weight:500!important}[data-theme=dark] .sidebar-section__divider{background:#ffffff0a!important}[data-theme=dark] .sidebar-nav__group-label,[data-theme=dark] .sidebar-section__label{color:#ffffff2e!important}[data-theme=dark] .sidebar-nav__label{color:#9d9d9d!important;font-weight:500!important}[data-theme=dark] .sidebar-nav__icon{color:#7e7e7e!important}[data-theme=dark] .sidebar-nav__icon svg{stroke-width:1.5px!important}[data-theme=dark] .sidebar-nav__item{transition:background .15s ease-out!important}[data-theme=dark] .sidebar-nav__item:hover{background:#3c3c3c!important;transform:none!important}[data-theme=dark] .sidebar-nav__item--fav{background:0 0!important}[data-theme=dark] .sidebar-user__info strong{color:#ffffffe6!important}[data-theme=dark] .sidebar-user__info small{color:#fff6!important}[data-theme=dark] .sidebar-logout__label,[data-theme=dark] .sidebar-theme-toggle .sidebar-logout__label{color:#7e7e7e!important;font-weight:500!important}[data-theme=dark] .sidebar-logout__icon{color:#7e7e7e!important}[data-theme=dark] .sidebar-logout:hover .sidebar-logout__label{color:#ffffffb3!important}[data-theme=dark] .sidebar-theme-toggle{background:0 0!important;border-color:#0000!important}[data-theme=dark] .sidebar-theme-toggle:hover{background:#ffffff0a!important}[data-theme=dark] .sidebar-footer{border-top-color:#ffffff0a!important}[data-theme=dark] .dash-comparison{padding:0!important}[data-theme=dark] .dash-comparison__grid{gap:12px!important}[data-theme=dark] .dash-primary-kpi__label{letter-spacing:.5px!important;font-size:10px!important;font-weight:500!important}[data-theme=dark] .dash-panel__header h3,[data-theme=dark] .dash-panel__title{font-size:13px!important;font-weight:500!important}[data-theme=dark] .dash-title{font-size:clamp(22px,2vw,30px)!important;font-weight:600!important}[data-theme=dark] .dash-comparison__head strong{font-weight:600!important}[data-theme=dark] .dash-insight__label{font-weight:500!important}[data-theme=dark] .dash-insight__value,[data-theme=dark] .dash-banner strong,[data-theme=dark] .dash-hero-status strong{font-weight:600!important}[data-theme=dark] .bi-hero__big,[data-theme=dark] h1,[data-theme=dark] h2{font-weight:600!important}[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5{font-weight:500!important}[data-theme=dark] .dash-panel__header,[data-theme=dark] .dash-comparison__head{border-bottom-color:#ffffff0a!important}[data-theme=dark] .dash-header,[data-theme=dark] .dash-panel,[data-theme=dark] .dash-primary-kpi,[data-theme=dark] .dash-kpi,[data-theme=dark] .dash-insight,[data-theme=dark] .dash-comparison,[data-theme=dark] .dash-comparison-card,[data-theme=dark] .dash-banner,[data-theme=dark] .dash-loading,[data-theme=dark] .bi-panel,[data-theme=dark] .bi-kpi,[data-theme=dark] .bi-filters,[data-theme=dark] .bi-alerta,[data-theme=dark] .visits-panel,[data-theme=dark] .visits-kpi,[data-theme=dark] .visits-item,[data-theme=dark] .sd-panel,[data-theme=dark] .sd-kpi,[data-theme=dark] .sd-primary-kpi,[data-theme=dark] .sd-list-card,[data-theme=dark] .sa-perf-card,[data-theme=dark] .sa-alerts-summary{box-shadow:none!important;border:none!important}[data-theme=dark] .dash-header{padding:28px 32px!important}[data-theme=dark] .dash-primary-kpi{min-height:130px!important;padding:22px 24px!important}[data-theme=dark] .dash-kpi{padding:16px 18px!important}[data-theme=dark] .dash-panel{gap:20px!important;padding:28px!important}[data-theme=dark] .dash-insight{border-top:2px solid #58a6ff4d!important;padding:20px 22px!important}[data-theme=dark] .dash-banner{padding:20px 24px!important}[data-theme=dark] .dash-comparison-card{padding:18px 20px!important}[data-theme=dark] .bi-kpi{padding:22px 24px!important}[data-theme=dark] .bi-panel__hd{border-bottom-color:#ffffff0a!important;padding:22px 26px 16px!important}[data-theme=dark] .bi-content{gap:22px!important;padding:24px 28px 32px!important}[data-theme=dark] .bi-filters{padding:18px 22px!important}[data-theme=dark] .dash-primary-kpis{gap:20px!important}[data-theme=dark] .dash-kpi-grid{gap:16px!important}[data-theme=dark] .dash-main-grid,[data-theme=dark] .dash-chart-grid{gap:20px!important}[data-theme=dark] .dash-insights-grid{gap:16px!important}[data-theme=dark] .bi-kpi-row{gap:16px!important}[data-theme=dark] .dash-primary-kpi__label{font-weight:500!important}[data-theme=dark] .dash-primary-kpi__value{font-weight:600!important}[data-theme=dark] .dash-primary-kpi__sub{font-weight:400!important}[data-theme=dark] .dash-kpi__label{font-weight:500!important}[data-theme=dark] .dash-kpi__value{font-weight:600!important}[data-theme=dark] .dash-panel__title{font-size:13px!important;font-weight:500!important}[data-theme=dark] .dash-wordmark{font-weight:500!important}[data-theme=dark] .dash-title{font-weight:600!important}[data-theme=dark] .dash-subtitle{font-weight:400!important}[data-theme=dark] .dash-filter-label,[data-theme=dark] .dash-insight__label{font-weight:500!important}[data-theme=dark] .dash-insight__value,[data-theme=dark] .dash-banner strong{font-weight:600!important}[data-theme=dark] .bi-kpi__label{font-weight:500!important}[data-theme=dark] .bi-kpi__val{font-weight:600!important}[data-theme=dark] .bi-kpi__sub{font-weight:400!important}[data-theme=dark] .bi-panel__hd h3{font-size:13px!important;font-weight:500!important}[data-theme=dark] .bi-panel__hd p{font-weight:400!important}[data-theme=dark] .bi-hero__big,[data-theme=dark] h1,[data-theme=dark] h2{font-weight:600!important}[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5{font-weight:500!important}[data-theme=dark] .dash-panel__header,[data-theme=dark] .dash-comparison__head{border-bottom-color:#ffffff0a!important}[data-theme=dark] .dash-kpi:hover,[data-theme=dark] .dash-primary-kpi:hover,[data-theme=dark] .dash-comparison-card:hover,[data-theme=dark] .bi-kpi:hover{box-shadow:none!important;background:#1a1a1a!important;transform:translateY(-1px)!important}[data-theme=dark] .dash-filter-select{border-radius:10px!important;font-weight:400!important}[data-theme=dark] .bi-hero{box-shadow:none!important;background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:28px 32px!important}[data-theme=dark] .bi-hero__eyebrow{color:#7e7e7e!important;font-weight:500!important}[data-theme=dark] .bi-hero__big,[data-theme=dark] .bi-hero__val{color:#ededed!important;font-weight:600!important}[data-theme=dark] .bi-hero__scale,[data-theme=dark] .bi-hero__meta{color:#7e7e7e!important;font-weight:400!important}[data-theme=dark] .bi-hero__pct{font-weight:500!important}[data-theme=dark] .bi-hero__stat{background:#ffffff0a!important;border:none!important;border-radius:12px!important;padding:12px 16px!important}[data-theme=dark] .bi-hero__stat strong{font-size:15px!important;font-weight:600!important}[data-theme=dark] .bi-hero__stat span{color:#7e7e7e!important;font-weight:400!important}[data-theme=dark] .bi-kpi{box-shadow:none!important;background:#1a1a1a!important;border:none!important;border-radius:14px!important}[data-theme=dark] .bi-kpi--forecast{border:1px solid #3c3c3c!important;border-top:none!important}[data-theme=dark] .bi-kpi__val{font-size:20px!important;font-weight:600!important}[data-theme=dark] .bi-kpi__label{color:#7e7e7e!important;font-weight:500!important}[data-theme=dark] .bi-kpi__sub{color:#7e7e7e!important;font-weight:400!important}[data-theme=dark] .bi-panel{box-shadow:none!important;background:#1a1a1a!important;border:none!important;border-radius:16px!important}[data-theme=dark] .bi-fg select,[data-theme=dark] .bi-fg label{font-weight:400!important}[data-theme=dark] .bi-badge{color:#9d9d9d!important;background:#3c3c3c!important;border:none!important}[data-theme=dark] .bi-badge--blue{color:#93c5fd!important;background:#58a6ff1a!important;border:none!important}[data-theme=dark] .bi-insight{background:#1a1a1a!important;border:none!important}[data-theme=dark] .bi-rank-name,[data-theme=dark] .bi-rank-val{color:#ededed!important}[data-theme=dark] .bi-rank-bar-bg{background:#3c3c3c!important}[data-theme=dark] .bi-rank-row{border-color:#ffffff0a!important}[data-theme=dark] .bi-alerta{border-color:#3c3c3c!important}[data-theme=dark] .bi-alerta--danger{color:#fca5a5!important;background:#ef44441a!important;border-color:#ef444433!important}[data-theme=dark] .bi-alerta--warning{color:#fde68a!important;background:#f59e0b1a!important;border-color:#f59e0b33!important}[data-theme=dark] .bi-alerta--info{color:#93c5fd!important;background:#3b82f614!important;border-color:#3b82f626!important}[data-theme=dark] .bi-tbl-wrap,[data-theme=dark] .bi-tbl,[data-theme=dark] .bi-tbl thead,[data-theme=dark] .bi-tbl tbody,[data-theme=dark] .bi-tbl tr{background:0 0!important}[data-theme=dark] .bi-tbl th{color:#7e7e7e!important;background:#ffffff08!important;border-color:#3c3c3c!important}[data-theme=dark] .bi-tbl td{color:#9d9d9d!important;border-color:#ffffff0a!important}[data-theme=dark] .bi-tbl tbody tr:hover td{background:#ffffff08!important}[data-theme=dark] .dash-comparison__head select{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-comparison__actions button,[data-theme=dark] .dash-detail-gate button,[data-theme=dark] .dash-exec-action{color:#9d9d9d!important;background:#3c3c3c!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-comparison__actions button:hover,[data-theme=dark] .dash-detail-gate button:hover,[data-theme=dark] .dash-exec-action:hover{color:#ededed!important;box-shadow:none!important;background:#ffffff1a!important;border-color:#ffffff1f!important}[data-theme=dark] .dash-comparison-card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-decision-card{background:#1a1a1a!important;border-color:#ffffff1a #3c3c3c #3c3c3c!important}[data-theme=dark] .dash-decision-card strong{color:#ededed!important}[data-theme=dark] .dash-decision-card:before{opacity:.6!important}[data-theme=dark] .dash-next-action{background:#1a1a1a!important;border-color:#ef444480 #ef444440 #ef444440!important}[data-theme=dark] .dash-hot-row{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-hot-row:hover{box-shadow:none!important;border-color:#ffffff1a!important}[data-theme=dark] .dash-hot-rank{color:#9d9d9d!important;background:#3c3c3c!important}[data-theme=dark] .dash-kpi-toggle{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-kpi-toggle button.is-active{color:#ededed!important;box-shadow:none!important;background:#ffffff1a!important}[data-theme=dark] .dash-detail-gate{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .dash-banner{border-color:#3c3c3c!important}[data-theme=dark] .sa-page{background:#0f0f0f!important}[data-theme=dark] .sa-loading,[data-theme=dark] .sa-toolbar{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-toolbar__title{color:#ededed!important}[data-theme=dark] .sa-toolbar__sub{color:#7e7e7e!important}[data-theme=dark] .sa-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-kpi__label{color:#7e7e7e!important}[data-theme=dark] .sa-kpi__value{color:#ededed!important}[data-theme=dark] .sa-kpi__sub{color:#7e7e7e!important}[data-theme=dark] .sa-period-tabs{background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-period-tab{color:#7e7e7e!important}[data-theme=dark] .sa-period-tab.active{color:#ededed!important;box-shadow:none!important;background:#ffffff1a!important}[data-theme=dark] .sa-seller-filter{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-seller-filter__actions button{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-tabs{background:#ffffff08!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-tab{color:#7e7e7e!important}[data-theme=dark] .sa-tab.active{color:#ededed!important;box-shadow:none!important;background:#ffffff17!important}[data-theme=dark] .sa-chart-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-chart-card__header h3{color:#ededed!important}[data-theme=dark] .sa-chart-card__header p{color:#7e7e7e!important}[data-theme=dark] .sa-rank-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-rank-card__info strong{color:#ededed!important}[data-theme=dark] .sa-rank-card__info span{color:#7e7e7e!important}[data-theme=dark] .sa-rank-score-bar{background:#3c3c3c!important}[data-theme=dark] .sa-stat{background:#ffffff08!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-stat strong{color:#ededed!important;font-weight:600!important}[data-theme=dark] .sa-table-wrap,[data-theme=dark] .sa-table{background:0 0!important}[data-theme=dark] .sa-table th{color:#7e7e7e!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-table td{color:#9d9d9d!important;border-color:#ffffff0a!important}[data-theme=dark] .sa-table tbody tr:hover td{background:#ffffff08!important}[data-theme=dark] .sa-perf-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-alert-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .sa-alert-card p{color:#7e7e7e!important}[data-theme=dark] .tk-status-tabs{background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-item{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-item__title{color:#ededed!important}[data-theme=dark] .tk-due-alert--red{color:#f87171!important;background:#ef44441a!important;border-color:#ef444433!important}[data-theme=dark] .tk-due-alert--amber{color:#fbbf24!important;background:#f59e0b1a!important;border-color:#f59e0b33!important}[data-theme=dark] .tk-due-alert--blue{color:#93c5fd!important;background:#3b82f614!important;border-color:#3b82f626!important}[data-theme=dark] .tk-meta-tag{color:#9d9d9d!important;background:#3c3c3c!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-meta-tag--link{color:#93c5fd!important;background:#3b82f614!important}[data-theme=dark] .tk-due--blue,[data-theme=dark] .tk-status-badge--blue{color:#93c5fd!important;background:#3b82f61a!important}[data-theme=dark] .tk-action-btn{color:#7e7e7e!important;background:#ffffff0a!important}[data-theme=dark] .tk-btn--ghost:hover{background:#3c3c3c!important}[data-theme=dark] .tk-drawer{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-drawer__head{border-color:#3c3c3c!important}[data-theme=dark] .tk-drawer__head h2{color:#ededed!important}[data-theme=dark] .tk-drawer__close{color:#7e7e7e!important;background:#3c3c3c!important}[data-theme=dark] .tk-drawer__close:hover{background:#ffffff17!important}[data-theme=dark] .tk-drawer__body{background:#1a1a1a!important}[data-theme=dark] .tk-form-field{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-link-pill{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-kanban-col{background:#ffffff05!important;border-color:#ffffff0a!important}[data-theme=dark] .tk-kanban-col__hd{border-color:#3c3c3c!important}[data-theme=dark] .tk-kanban-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-kanban-card--overdue{background:#ef444414!important;border-color:#ef44442e!important}[data-theme=dark] .tk-kanban-card--today{background:#f59e0b14!important;border-color:#f59e0b2e!important}[data-theme=dark] .tk-kanban-card__title{color:#ededed!important}[data-theme=dark] .tk-view-btn{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .tk-view-btn:hover{color:#9d9d9d!important;background:#3c3c3c!important}[data-theme=dark] .campaigns-page{background:#0f0f0f!important}[data-theme=dark] .campaign-hero,[data-theme=dark] .campaign-form-card,[data-theme=dark] .campaign-list-card,[data-theme=dark] .campaign-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-kpi span{color:#7e7e7e!important}[data-theme=dark] .campaign-kpi strong{color:#ededed!important}[data-theme=dark] .campaign-card{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-card h4{color:#ededed!important}[data-theme=dark] .ghost-btn{color:#9d9d9d!important;background:#3c3c3c!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-form input,[data-theme=dark] .campaign-form select,[data-theme=dark] .campaign-form textarea{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-form input:focus,[data-theme=dark] .campaign-form select:focus,[data-theme=dark] .campaign-form textarea:focus{background:#1a1a1a!important;border-color:#ffffff24!important}[data-theme=dark] .status.activa{color:#34d399!important;background:#10b9811f!important}[data-theme=dark] .status.pausada{color:#fbbf24!important;background:#f59e0b1f!important}[data-theme=dark] .status.finalizada{color:#9d9d9d!important;background:#3c3c3c!important}[data-theme=dark] .campaign-data-grid div{background:#ffffff08!important;border-color:#ffffff0a!important}[data-theme=dark] .campaign-data-grid span{color:#7e7e7e!important}[data-theme=dark] .campaign-data-grid strong{color:#ededed!important}[data-theme=dark] .campaign-progress{background:#3c3c3c!important}[data-theme=dark] .campaign-dates span,[data-theme=dark] .campaign-actions button{color:#9d9d9d!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .campaign-actions button:hover{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .campaign-objective{color:#9d9d9d!important}[data-theme=dark] .campaign-section-head h3{color:#ededed!important}[data-theme=dark] .campaign-section-head p{color:#7e7e7e!important}[data-theme=dark] .account360-btn,[data-theme=dark] .account360-tab,[data-theme=dark] .account360-filter,[data-theme=dark] .account360-link{color:#9d9d9d!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .account360-btn:hover,[data-theme=dark] .account360-link:hover{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .account360-tabs{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .account360-tab.is-active{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .account360-kpi{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .account360-kpi strong{color:#ededed!important}[data-theme=dark] .account360-panel{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .account360-summary-row,[data-theme=dark] .account360-contact,[data-theme=dark] .account360-record,[data-theme=dark] .account360-event{background:#ffffff05!important;border-color:#ffffff0a!important}[data-theme=dark] .account360-event-meta{background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .global-search-box,[data-theme=dark] .global-search-results{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .global-search-result{color:#9d9d9d!important;background:0 0!important}[data-theme=dark] .global-search-result strong{color:#ededed!important}[data-theme=dark] .global-search-section-label{color:#7e7e7e!important}[data-theme=dark] .global-search-empty{color:#7e7e7e!important;background:#ffffff08!important}[data-theme=dark] .global-search-box button:hover{background:#3c3c3c!important}[data-theme=dark] .global-search-tag{color:#7e7e7e!important;background:#3c3c3c!important}[data-theme=dark] .global-search-tag--blue{color:#93c5fd!important;background:#3b82f61a!important}[data-theme=dark] .global-search-overlay{background:#000000a6!important}[data-theme=dark] .crm-ai-panel{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .crm-ai-messages{background:0 0!important}[data-theme=dark] .crm-ai-msg--user{color:#ededed!important;background:#3c3c3c!important}[data-theme=dark] .crm-ai-msg--ai{color:#9d9d9d!important;background:#1a1a1a!important}[data-theme=dark] .crm-ai-input{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .crm-ai-input:focus{background:#1a1a1a!important;border-color:#ffffff24!important}[data-theme=dark] .crm-ai-suggestion{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .crm-ai-suggestion:hover{color:#9d9d9d!important;background:#3c3c3c!important}[data-theme=dark] .crm-modal{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .crm-select,[data-theme=dark] .crm-input{color:#ededed!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .crm-badge{color:#9d9d9d!important;background:#3c3c3c!important}[data-theme=dark] .ph-alert{box-shadow:none!important;background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-alert__nav button{color:#7e7e7e!important}[data-theme=dark] .ph-alert__nav button:hover:not(:disabled){background:#3c3c3c!important}[data-theme=dark] .ph-alert__card{background:#1a1a1a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-alert__btn{color:#9d9d9d!important;background:#ffffff0a!important;border-color:#3c3c3c!important}[data-theme=dark] .ph-alert__btn:hover{color:#ededed!important;background:#3c3c3c!important;border-color:#ffffff1f!important}[data-theme=dark] .ph-alert__close:hover{color:#f87171!important;background:#ef44441f!important;border-color:#ef444433!important}[data-theme=dark]{--p-bg:#1a1a1a;--p-panel:#171717;--p-hover:#1a1a1a;--p-border:#ffffff0a;--p-border2:#ffffff12;--p-t1:#ededed;--p-t2:#9d9d9d;--p-t3:#7e7e7e;--p-r-lg:20px;--p-r-md:12px;--p-r-sm:8px;--p-pad:32px;--p-gap:28px;font-size:14px!important}[data-theme=dark] *{box-shadow:none!important}[data-theme=dark] html,[data-theme=dark] body,[data-theme=dark] #root,[data-theme=dark] .app-shell,[data-theme=dark] .main-content{background:#0f0f0f!important}[data-theme=dark] .page-header{box-shadow:none!important;background:#1a1a1a!important;border-bottom:1px solid #3c3c3c!important;height:60px!important;padding:0 28px!important}[data-theme=dark] .page-header__user-name{color:#ededed!important;font-size:12px!important;font-weight:600!important}[data-theme=dark] .page-header__user-role{color:#7e7e7e!important;font-size:10px!important;font-weight:400!important}[data-theme=dark] .page-header__sep{background:#3c3c3c!important}[data-theme=dark] .page-header__avatar{color:#fff!important;background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;border:none!important;font-size:11px!important;font-weight:700!important}[data-theme=dark] .page-header__user:hover{background:#3c3c3c!important}[data-theme=dark] .layout-clock__time{color:#7e7e7e!important;font-size:12px!important;font-weight:500!important}[data-theme=dark] .layout-clock__date{color:#475569!important;font-size:10px!important}.sidebar{box-shadow:none!important;background:#1a1a1a!important;border-right:1px solid #ffffff0f!important}.sidebar-nav__label{color:#ffffffa6!important;letter-spacing:0!important;font-size:13px!important;font-weight:400!important}.sidebar-nav__icon{color:#ffffffd9!important}.sidebar-section__label{color:#ffffff38!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:9.5px!important;font-weight:600!important}.sidebar-brand__name{color:#ffffffeb!important}.sidebar-brand__sub{color:#ffffff59!important}.sidebar-nav__item{color:#ffffffa6!important;border-radius:8px!important;transition:background .18s,transform .18s!important}.sidebar-nav__item:hover{background:#3c3c3c!important;transform:scale(1.02)!important}.sidebar-nav__item:hover .sidebar-nav__icon{color:#fff!important}.sidebar-nav__item:hover .sidebar-nav__label{color:#ffffffe6!important}.sidebar-nav__item.active,.sidebar-nav__item--active{color:#fff!important;background:#2563eb!important;border-radius:12px!important;transform:none!important;box-shadow:0 2px 8px #2563eb59!important}.sidebar-nav__item.active .sidebar-nav__icon,.sidebar-nav__item--active .sidebar-nav__icon{color:#fff!important}.sidebar-nav__item.active .sidebar-nav__label,.sidebar-nav__item--active .sidebar-nav__label{color:#fff!important;font-weight:500!important}.sidebar-section__divider{background:#ffffff0f!important}.sidebar-logout{color:#ffffff73!important;border-radius:8px!important;transition:background .18s!important}.sidebar-logout:hover{background:#3c3c3c!important}.sidebar-brand__mark{color:#ffffffb3!important;background:#2563eb26!important;border:none!important}.sidebar-edit-btn{color:#ffffff59!important;background:#ffffff0a!important;border-color:#ffffff14!important}.sidebar-reset-btn{color:#ffffff59!important;background:0 0!important;border:none!important}[data-theme=dark] .sidebar{box-shadow:none!important;background:#020617!important;border-right:1px solid #ffffff0d!important;width:210px!important}[data-theme=dark] .sidebar--collapsed{width:64px!important}[data-theme=dark] .sidebar-brand{background:0 0!important;border-bottom:none!important;padding:18px 14px 14px!important}[data-theme=dark] .sidebar-body{padding:4px 8px 8px!important}[data-theme=dark] .sidebar-nav{flex-direction:column!important;gap:1px!important;display:flex!important}[data-theme=dark] .sidebar-nav__item{background:0 0!important;border:none!important;border-radius:9px!important;align-items:center!important;gap:9px!important;padding:8px 10px!important;transition:background .12s ease-out,color .12s ease-out!important;display:flex!important;transform:none!important}[data-theme=dark] .sidebar-nav__item:after{display:none!important}[data-theme=dark] .sidebar-nav__item:hover{box-shadow:none!important;background:#ffffff0e!important;transform:none!important}[data-theme=dark] .sidebar-nav__item:active{background:#ffffff17!important;transform:none!important}[data-theme=dark] .sidebar-nav__icon{color:#ffffff4d!important;flex-shrink:0!important;width:16px!important;height:16px!important;transform:none!important}[data-theme=dark] .sidebar-nav__icon svg{stroke-width:1.5px!important;width:16px!important;height:16px!important}[data-theme=dark] .sidebar-nav__item:hover .sidebar-nav__icon{color:#ffffff8c!important;transform:none!important}[data-theme=dark] .sidebar-nav__label{color:#ffffff8c!important;letter-spacing:0!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .sidebar-nav__item:hover .sidebar-nav__label{color:#ededed!important}[data-theme=dark] .sidebar-section{margin-bottom:6px!important}[data-theme=dark] .sidebar-section__label{letter-spacing:.14em!important;color:#ffffff24!important;text-transform:uppercase!important;padding:14px 10px 4px!important;font-size:9.5px!important;font-weight:600!important;line-height:1!important;display:block!important}[data-theme=dark] .sidebar-section__divider{display:none!important}[data-theme=dark] .sidebar-nav__group-row{padding:14px 10px 4px!important}[data-theme=dark] .sidebar-nav__group-label{letter-spacing:.14em!important;color:#ffffff24!important;text-transform:uppercase!important;font-size:9.5px!important;font-weight:600!important}[data-theme=dark] .sidebar-quick{background:0 0!important;border:none!important;border-radius:0!important;flex-direction:column!important;gap:4px!important;padding:4px 0 10px!important;display:flex!important}[data-theme=dark] .sidebar-quick>*{color:#ffffff73!important;text-align:left!important;cursor:pointer!important;background:#ffffff0a!important;border:none!important;border-radius:9px!important;padding:8px 10px!important;font-size:12px!important;font-weight:400!important;transition:background .12s!important}[data-theme=dark] .sidebar-quick>:hover{color:#ffffffbf!important;background:#ffffff12!important}[data-theme=dark] .sidebar-footer{background:0 0!important;border-top:1px solid #ffffff0a!important;flex-direction:column!important;gap:1px!important;padding:8px 8px 10px!important;display:flex!important}[data-theme=dark] .sidebar-theme-toggle,[data-theme=dark] .sidebar-logout{cursor:pointer!important;background:0 0!important;border:none!important;border-radius:9px!important;align-items:center!important;gap:9px!important;padding:8px 10px!important;transition:background .12s!important;display:flex!important}[data-theme=dark] .sidebar-theme-toggle:hover,[data-theme=dark] .sidebar-logout:hover{background:#ffffff0e!important}[data-theme=dark] .sidebar-logout__icon{color:#ffffff47!important;width:15px!important;height:15px!important}[data-theme=dark] .sidebar-logout__label{color:#ffffff73!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .sidebar-nav__badge{color:#ffffff80!important;background:#ffffff1a!important;border-radius:999px!important;margin-left:auto!important;padding:2px 6px!important;font-size:10px!important}[data-theme=dark] .sidebar-nav__badge--red{color:#fca5a5!important;background:#ef444433!important}[data-theme=dark] .sidebar-brand__mark{color:#fff6!important;background:#ffffff0f!important;border:none!important}[data-theme=dark] .sidebar-edit-btn{color:#ffffff4d!important;background:#ffffff0a!important;border-color:#ffffff12!important;border-radius:7px!important;font-size:11px!important}[data-theme=dark] .sidebar-reset-btn{color:#ffffff4d!important;background:0 0!important;border:none!important;padding:4px 10px!important;font-size:12px!important}[data-theme=dark] .acc-form input,[data-theme=dark] .acc-form select,[data-theme=dark] .acc-form textarea,[data-theme=dark] .opp-form input,[data-theme=dark] .opp-form select,[data-theme=dark] .opp-form textarea,[data-theme=dark] .tk-search,[data-theme=dark] .tk-select,[data-theme=dark] .bi-fg select,[data-theme=dark] .campaign-form input,[data-theme=dark] .campaign-form select,[data-theme=dark] .campaign-form textarea,[data-theme=dark] .settings-form input,[data-theme=dark] .dash-filter-select{color:#ededed!important;background:#ffffff0a!important;border:1px solid #ffffff14!important;border-radius:10px!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#ffffff40!important}[data-theme=dark] .acc-form-section__label,[data-theme=dark] .vf-section__label,[data-theme=dark] .products-eyebrow,[data-theme=dark] .opp-form-section__label{letter-spacing:.12em!important;text-transform:uppercase!important;color:#ffffff38!important;font-size:10px!important;font-weight:600!important}[data-theme=dark] .bi-tbl,[data-theme=dark] .sa-table,[data-theme=dark] .opp-table,[data-theme=dark] .acc-table{border-collapse:collapse!important;background:0 0!important}[data-theme=dark] .bi-tbl thead,[data-theme=dark] .sa-table thead,[data-theme=dark] .opp-table thead{background:0 0!important}[data-theme=dark] .bi-tbl th,[data-theme=dark] .sa-table th,[data-theme=dark] .opp-table th{letter-spacing:.08em!important;text-transform:uppercase!important;color:#7e7e7e!important;background:0 0!important;border-top:none!important;border-bottom:1px solid #ffffff0f!important;padding:10px 14px!important;font-size:10.5px!important;font-weight:600!important}[data-theme=dark] .bi-tbl td,[data-theme=dark] .sa-table td,[data-theme=dark] .opp-table td{color:#9d9d9d!important;background:0 0!important;border-top:none!important;border-bottom:1px solid #ffffff0a!important;padding:11px 14px!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .bi-tbl tbody tr:hover td,[data-theme=dark] .sa-table tbody tr:hover td,[data-theme=dark] .opp-table tbody tr:hover td{background:#ffffff05!important}[data-theme=dark] .bi-tbl tbody tr:last-child td,[data-theme=dark] .sa-table tbody tr:last-child td{border-bottom:none!important}[data-theme=dark] .page-header__title-block h1{color:#ededed!important;letter-spacing:-.2px!important;font-size:17px!important;font-weight:500!important}[data-theme=dark] .unified-dashboard{background:#1a1a1a!important;gap:20px!important;padding:28px!important}[data-theme=dark] .dash-header{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px 28px!important}[data-theme=dark] .dash-hero{background:#1a1a1a!important;border:none!important;border-radius:16px!important}[data-theme=dark] .dash-hero:after{display:none!important}[data-theme=dark] .dash-title{color:#ededed!important;font-size:22px!important;font-weight:600!important}[data-theme=dark] .dash-subtitle{color:#7e7e7e!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .dash-wordmark{color:#7e7e7e!important;font-weight:500!important}[data-theme=dark] .dash-hero .dash-title{color:#ededed!important;font-size:26px!important}[data-theme=dark] .dash-hero .dash-subtitle{color:#7e7e7e!important}[data-theme=dark] .dash-hero .dash-wordmark{color:#ffffff4d!important}[data-theme=dark] .dash-hero .dash-filter-select{color:#ededed!important;background:#ffffff0f!important;border-color:#ffffff14!important}[data-theme=dark] .dash-primary-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;gap:0!important;padding:24px 28px!important}[data-theme=dark] .dash-primary-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 28px!important}[data-theme=dark] .dash-primary-kpi:first-child{padding-left:0!important}[data-theme=dark] .dash-primary-kpi:last-child{border-right:none!important}[data-theme=dark] .dash-primary-kpi__label{text-transform:uppercase!important;letter-spacing:.1em!important;color:#7e7e7e!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .dash-primary-kpi__value{color:#ededed!important;letter-spacing:-.5px!important;font-size:28px!important;font-weight:600!important}[data-theme=dark] .dash-primary-kpi__sub{color:#7e7e7e!important;font-size:12px!important;font-weight:400!important}[data-theme=dark] .dash-kpi-grid{background:#1a1a1a!important;border:none!important;border-radius:16px!important;gap:0!important;padding:24px 28px!important}[data-theme=dark] .dash-kpi{background:0 0!important;border:none!important;border-bottom:1px solid #ffffff0a!important;border-radius:0!important;padding:16px 0!important}[data-theme=dark] .dash-kpi:last-child{border-bottom:none!important}[data-theme=dark] .dash-kpi__label{color:#7e7e7e!important;font-size:12px!important;font-weight:500!important}[data-theme=dark] .dash-kpi__value{color:#ededed!important;font-size:20px!important;font-weight:600!important}[data-theme=dark] .dash-kpi__sub{color:#7e7e7e!important;font-size:12px!important;font-weight:400!important}[data-theme=dark] .dash-kpi:hover{background:0 0!important;transform:none!important}[data-theme=dark] .dash-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px 28px!important}[data-theme=dark] .dash-panel__header{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:16px!important}[data-theme=dark] .dash-panel__title{color:#9d9d9d!important;letter-spacing:.05em!important;text-transform:uppercase!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .dash-banner{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .dash-banner:before{display:none!important}[data-theme=dark] .dash-banner--success{background:#10b98112!important}[data-theme=dark] .dash-banner--warning{background:#f59e0b12!important}[data-theme=dark] .dash-banner--danger{background:#ef444412!important}[data-theme=dark] .dash-banner strong{color:#ededed!important;font-size:14px!important;font-weight:500!important}[data-theme=dark] .dash-banner span{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .dash-banner-icon{background:#ffffff0d!important;border-radius:10px!important}[data-theme=dark] .dash-comparison{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px 28px!important}[data-theme=dark] .dash-comparison__head{border-bottom:1px solid #ffffff0a!important;margin-bottom:16px!important;padding-bottom:16px!important}[data-theme=dark] .dash-comparison__head select{background:#ffffff0a!important;border-color:#ffffff14!important;border-radius:10px!important}[data-theme=dark] .dash-comparison__actions button,[data-theme=dark] .dash-detail-gate button,[data-theme=dark] .dash-exec-action{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:34px!important}[data-theme=dark] .dash-comparison__actions button:hover,[data-theme=dark] .dash-detail-gate button:hover{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .dash-comparison-card{background:#ffffff06!important;border:1px solid #ffffff0a!important;border-radius:12px!important}[data-theme=dark] .dash-comparison-card strong{font-size:16px!important;font-weight:600!important}[data-theme=dark] .dash-decision-card{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:16px 0!important}[data-theme=dark] .dash-decision-card:before{display:none!important}[data-theme=dark] .dash-decision-card strong{color:#ededed!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .dash-decision-card p{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .dash-hot-row{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:14px 0!important}[data-theme=dark] .dash-hot-row:first-child{border-top:none!important}[data-theme=dark] .dash-hot-row:hover{transform:none!important}[data-theme=dark] .dash-hot-rank{color:#7e7e7e!important;background:#ffffff0d!important;border-radius:8px!important}[data-theme=dark] .dash-next-action{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:16px 0!important;animation:none!important}[data-theme=dark] .dash-detail-gate{background:#ffffff06!important;border:1px solid #ffffff0d!important;border-left:2px solid #ffffff1f!important;border-radius:12px!important;padding:16px 20px!important}[data-theme=dark] .dash-kpi-toggle{background:#ffffff0a!important;border-color:#0000!important}[data-theme=dark] .dash-kpi-toggle button.is-active{color:#ededed!important;background:#ffffff1a!important}[data-theme=dark] .dash-filter-select{background:#ffffff0a!important;border-color:#ffffff14!important;border-radius:10px!important;font-weight:400!important}[data-theme=dark] .dash-hero-cta{color:#ededed!important;background:#ffffff14!important;border:none!important;border-radius:10px!important}[data-theme=dark] .dash-hero-cta:hover{background:#ffffff24!important}[data-theme=dark] .dash-insight__label{color:#7e7e7e!important;font-size:12px!important;font-weight:400!important}[data-theme=dark] .dash-insight__value{color:#ededed!important;font-size:16px!important;font-weight:600!important}[data-theme=dark] .dash-list-row{border-bottom:1px solid #ffffff0a!important;padding:14px 0!important}[data-theme=dark] .dash-list-row:last-child{border-bottom:none!important}[data-theme=dark] .bi-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .bi-shell,[data-theme=dark] .bi-main,[data-theme=dark] .bi-content{background:#0f0f0f!important}[data-theme=dark] .bi-header{background:#1a1a1a!important;border-bottom:1px solid #ffffff0a!important;padding:0 28px!important}[data-theme=dark] .bi-header:before{display:none!important}[data-theme=dark] .bi-header__tab{color:#7e7e7e!important;border-color:#0000!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .bi-header__tab.active{color:#ededed!important;border-color:#ffffff4d!important}[data-theme=dark] .bi-toggle button{color:#7e7e7e!important;font-size:12px!important;font-weight:400!important}[data-theme=dark] .bi-toggle button.active{color:#ededed!important;background:#ffffff14!important}[data-theme=dark] .bi-hero{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:28px!important}[data-theme=dark] .bi-hero:before{display:none!important}[data-theme=dark] .bi-hero__eyebrow{letter-spacing:.12em!important;text-transform:uppercase!important;color:#7e7e7e!important;font-size:10px!important;font-weight:600!important}[data-theme=dark] .bi-hero__big,[data-theme=dark] .bi-hero__val{color:#ededed!important;letter-spacing:-.5px!important;font-size:32px!important;font-weight:600!important}[data-theme=dark] .bi-hero__scale,[data-theme=dark] .bi-hero__meta{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .bi-hero__stat{background:#ffffff0a!important;border:none!important;border-radius:12px!important}[data-theme=dark] .bi-hero__stat strong{color:#ededed!important;font-size:15px!important;font-weight:600!important}[data-theme=dark] .bi-hero__stat span{color:#7e7e7e!important;font-size:11px!important}[data-theme=dark] .bi-hero__sep{background:#ffffff0a!important}[data-theme=dark] .bi-row{gap:20px!important}[data-theme=dark] .bi-kpi{background:#1a1a1a!important;border:none!important;border-radius:14px!important;padding:20px 22px!important}[data-theme=dark] .bi-kpi__label{letter-spacing:.08em!important;color:#7e7e7e!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .bi-kpi__val{color:#ededed!important;font-size:22px!important;font-weight:600!important}[data-theme=dark] .bi-kpi__sub{color:#7e7e7e!important;font-size:11px!important;font-weight:400!important}[data-theme=dark] .bi-kpi:hover{background:#1a1a1a!important;transform:none!important}[data-theme=dark] .bi-kpi--forecast{border:1px solid #ffffff0a!important}[data-theme=dark] .bi-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .bi-panel__hd{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:16px!important}[data-theme=dark] .bi-panel__hd h3{color:#9d9d9d!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .bi-panel__hd p{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .bi-insight{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:14px 0!important}[data-theme=dark] .bi-insight p{color:#9d9d9d!important}[data-theme=dark] .bi-insight p strong{color:#ededed!important;font-weight:500!important}[data-theme=dark] .bi-alerta{border:none!important;border-radius:10px!important;padding:14px 16px!important}[data-theme=dark] .bi-alerta--danger{background:#ef444414!important}[data-theme=dark] .bi-alerta--warning{background:#f59e0b14!important}[data-theme=dark] .bi-alerta--info{background:#3b82f60f!important}[data-theme=dark] .bi-rank-row{border-top:1px solid #ffffff0a!important;border-bottom:none!important}[data-theme=dark] .bi-rank-name{color:#ededed!important;font-weight:400!important}[data-theme=dark] .bi-rank-val{color:#9d9d9d!important;font-weight:500!important}[data-theme=dark] .bi-rank-bar-bg{background:#ffffff0d!important;border-radius:999px!important}[data-theme=dark] .bi-tbl{background:0 0!important}[data-theme=dark] .bi-tbl-wrap{background:0 0!important;border:none!important}[data-theme=dark] .bi-status.ok{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .bi-status.warn{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .bi-fg select,[data-theme=dark] .bi-fg label{font-size:12px!important;font-weight:400!important}[data-theme=dark] .bi-badge{color:#7e7e7e!important;background:#ffffff0f!important;border:none!important;font-size:11px!important}[data-theme=dark] .sa-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .sa-toolbar{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .sa-toolbar__title{color:#ededed!important;font-size:16px!important;font-weight:500!important}[data-theme=dark] .sa-toolbar__sub{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .sa-team-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .sa-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .sa-kpi:first-child{padding-left:0!important}[data-theme=dark] .sa-kpi:last-child{border-right:none!important}[data-theme=dark] .sa-kpi__label{text-transform:uppercase!important;letter-spacing:.08em!important;color:#7e7e7e!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .sa-kpi__value{color:#ededed!important;font-size:24px!important;font-weight:600!important}[data-theme=dark] .sa-kpi__sub{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .sa-period-tabs{background:#ffffff0a!important;border:none!important;border-radius:10px!important;padding:3px!important}[data-theme=dark] .sa-period-tab{color:#7e7e7e!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .sa-period-tab.active{color:#ededed!important;background:#ffffff17!important;font-weight:500!important}[data-theme=dark] .sa-seller-filter{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .sa-seller-filter__actions button{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#ffffff12!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .sa-seller-filter__actions button:hover{color:#9d9d9d!important;background:#ffffff14!important}[data-theme=dark] .sa-tabs{background:#ffffff08!important;border:none!important;border-bottom:1px solid #ffffff0a!important;border-radius:0!important}[data-theme=dark] .sa-tab{color:#7e7e7e!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .sa-tab.active{color:#ededed!important;background:0 0!important;border-bottom:2px solid #ffffff4d!important;font-weight:500!important}[data-theme=dark] .sa-tab:not(.active):hover{background:#ffffff08!important}[data-theme=dark] .sa-chart-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .sa-chart-card__header{border-bottom:1px solid #ffffff0a!important;margin-bottom:16px!important;padding-bottom:14px!important}[data-theme=dark] .sa-chart-card__header h3{color:#9d9d9d!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .sa-chart-card__header p{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .sa-ranking{gap:0!important}[data-theme=dark] .sa-rank-card{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:14px 0!important}[data-theme=dark] .sa-rank-card:first-child{border-top:none!important}[data-theme=dark] .sa-rank-card__info strong{color:#ededed!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .sa-rank-card__info span{color:#7e7e7e!important;font-size:11px!important}[data-theme=dark] .sa-rank-card__pos{color:#7e7e7e!important;font-size:12px!important;font-weight:500!important}[data-theme=dark] .sa-rank-score-bar{background:#ffffff0d!important;border-radius:999px!important}[data-theme=dark] .sa-stat{background:#ffffff06!important;border-color:#ffffff0a!important;border-radius:8px!important}[data-theme=dark] .sa-stat strong{color:#ededed!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .sa-table-wrap{border-radius:0!important}[data-theme=dark] .sa-table thead{background:0 0!important}[data-theme=dark] .sa-pct-badge.green{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .sa-pct-badge.amber{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .sa-pct-badge.red{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .sa-score-mini__bar{background:#ffffff0d!important}[data-theme=dark] .sa-perf-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px!important}[data-theme=dark] .sa-perf-tier--top{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .sa-perf-tier--mid{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .sa-perf-tier--low{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .sa-perf-alert--red{color:#f87171!important;background:#ef444414!important}[data-theme=dark] .sa-perf-alert--amber{color:#fbbf24!important;background:#f59e0b14!important}[data-theme=dark] .sa-alert-card{background:#1a1a1a!important;border:none!important;border-radius:14px!important}[data-theme=dark] .acc-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .acc-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;gap:0!important;padding:20px 24px!important}[data-theme=dark] .acc-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 24px!important}[data-theme=dark] .acc-kpi:first-child{padding-left:0!important}[data-theme=dark] .acc-kpi:last-child{border-right:none!important}[data-theme=dark] .acc-card,[data-theme=dark] .acc-card--form{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:28px!important}[data-theme=dark] .acc-card-head{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:16px!important}[data-theme=dark] .acc-form-section{margin-bottom:24px!important}[data-theme=dark] .acc-ghost-btn{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:36px!important;font-size:13px!important}[data-theme=dark] .acc-submit{border-radius:10px!important;height:36px!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .acc-main{gap:20px!important}[data-theme=dark] .acc-row{background:0 0!important;border:none!important;border-bottom:1px solid #ffffff0a!important;border-radius:0!important}[data-theme=dark] .acc-row:last-child{border-bottom:none!important}[data-theme=dark] .acc-row:hover{background:#ffffff05!important}[data-theme=dark] .acc-filter-tabs{background:#ffffff0a!important;border:none!important;border-radius:10px!important}[data-theme=dark] .acc-tab{color:#7e7e7e!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .acc-tab.active{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .acc-badge{border-radius:999px!important;font-size:11px!important}[data-theme=dark] .acc-badge--green{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .acc-badge--amber{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .acc-badge--red{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .acc-badge--gray{color:#9d9d9d!important;background:#ffffff0f!important}[data-theme=dark] .account360-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .account360-hero{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:28px!important}[data-theme=dark] .account360-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;gap:0!important;padding:20px 24px!important}[data-theme=dark] .account360-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .account360-kpi:first-child{padding-left:0!important}[data-theme=dark] .account360-kpi:last-child{border-right:none!important}[data-theme=dark] .account360-kpi strong{color:#ededed!important;font-size:22px!important;font-weight:600!important}[data-theme=dark] .account360-kpi span{color:#7e7e7e!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important}[data-theme=dark] .account360-tabs{background:0 0!important;border:none!important;border-bottom:1px solid #ffffff0a!important;gap:0!important}[data-theme=dark] .account360-tab,[data-theme=dark] .account360-btn,[data-theme=dark] .account360-filter{color:#7e7e7e!important;background:0 0!important;border:none!important;font-size:13px!important}[data-theme=dark] .account360-tab.is-active{color:#ededed!important;border-bottom:2px solid #ffffff4d!important}[data-theme=dark] .account360-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .account360-panel-head{border-bottom:1px solid #ffffff0a!important;margin-bottom:16px!important;padding-bottom:14px!important}[data-theme=dark] .account360-summary-row,[data-theme=dark] .account360-contact,[data-theme=dark] .account360-record,[data-theme=dark] .account360-event{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:14px 0!important}[data-theme=dark] .account360-summary-row:first-child,[data-theme=dark] .account360-contact:first-child,[data-theme=dark] .account360-event:first-child{border-top:none!important}[data-theme=dark] .account360-event-meta{background:#ffffff08!important;border:none!important;border-radius:8px!important}[data-theme=dark] .opp-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .opp-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;gap:0!important;padding:20px 24px!important}[data-theme=dark] .opp-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .opp-kpi:first-child{padding-left:0!important}[data-theme=dark] .opp-kpi:last-child{border-right:none!important}[data-theme=dark] .opp-form-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px 28px!important}[data-theme=dark] .opp-form-head{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:14px!important}[data-theme=dark] .opp-ghost-btn{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:36px!important;font-size:13px!important}[data-theme=dark] .opp-submit{border-radius:10px!important;height:36px!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .opp-forecast-preview{background:#ffffff08!important;border:1px solid #ffffff0d!important;border-radius:10px!important}[data-theme=dark] .opp-table-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px 28px!important}[data-theme=dark] .opp-table-head{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:14px!important}[data-theme=dark] .opp-filter-tabs{background:#ffffff0a!important;border:none!important;border-radius:10px!important;padding:3px!important}[data-theme=dark] .opp-tab{color:#7e7e7e!important;border:none!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .opp-tab--active{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .opp-table-wrap{overflow-x:auto!important}[data-theme=dark] .opp-table{background:0 0!important}[data-theme=dark] .opp-kanban{gap:16px!important}[data-theme=dark] .opp-kanban-col{background:#ffffff05!important;border:1px solid #ffffff0a!important;border-radius:14px!important}[data-theme=dark] .opp-kanban-col--over{border-color:#ffffff1f!important}[data-theme=dark] .opp-kanban-card{background:#1a1a1a!important;border:1px solid #ffffff0d!important;border-radius:10px!important}[data-theme=dark] .opp-kanban-card:hover{border-color:#ffffff1a!important}[data-theme=dark] .opp-stage-pill{border-radius:999px!important;font-size:11px!important}[data-theme=dark] .visits-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .visits-kpi-grid{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .visits-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .visits-kpi:first-child{padding-left:0!important}[data-theme=dark] .visits-kpi:last-child{border-right:none!important}[data-theme=dark] .visits-insight{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .visits-insight--alert{background:#f59e0b12!important}[data-theme=dark] .visits-insight--ok{background:#10b9810d!important}[data-theme=dark] .visits-tabs{background:0 0!important;border-bottom:1px solid #ffffff0a!important}[data-theme=dark] .visits-tab{color:#7e7e7e!important;border:none!important;font-size:13px!important}[data-theme=dark] .visits-tab.active{color:#ededed!important;border-bottom:2px solid #ffffff4d!important}[data-theme=dark] .visits-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .visits-panel__header{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:14px!important}[data-theme=dark] .visits-panel__title{color:#ededed!important;font-size:14px!important;font-weight:500!important}[data-theme=dark] .visits-panel__sub{color:#7e7e7e!important;font-size:12px!important}[data-theme=dark] .visits-header-btn{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:36px!important;font-size:13px!important}[data-theme=dark] .visits-header-btn--primary{border:none!important}[data-theme=dark] .visits-header-btn:hover{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .visit-item{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;border-radius:0!important;padding:16px 0!important}[data-theme=dark] .visit-item:first-child{border-top:none!important}[data-theme=dark] .visit-item:hover{background:#ffffff04!important}[data-theme=dark] .vf-section{margin-bottom:20px!important}[data-theme=dark] .vf-section__label{letter-spacing:.1em!important;color:#ffffff40!important;text-transform:uppercase!important;margin-bottom:12px!important;font-size:11px!important;font-weight:600!important;display:block!important}[data-theme=dark] .tk-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .tk-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;gap:0!important;padding:20px 24px!important}[data-theme=dark] .tk-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .tk-kpi:first-child{padding-left:0!important}[data-theme=dark] .tk-kpi:last-child{border-right:none!important}[data-theme=dark] .tk-filters{background:0 0!important;gap:12px!important}[data-theme=dark] .tk-status-tabs{background:#ffffff0a!important;border:none!important;border-radius:10px!important;padding:3px!important}[data-theme=dark] .tk-tab{color:#7e7e7e!important;border:none!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .tk-tab.active{color:#ededed!important;background:#ffffff17!important;font-weight:500!important}[data-theme=dark] .tk-item{background:#1a1a1a!important;border:1px solid #ffffff0a!important;border-radius:14px!important;padding:16px 20px!important}[data-theme=dark] .tk-item--overdue{background:#ef444412!important;border-color:#ef444426!important}[data-theme=dark] .tk-item--due-today{background:#f59e0b12!important;border-color:#f59e0b26!important}[data-theme=dark] .tk-item__title{color:#ededed!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .tk-due-alert--red{color:#fca5a5!important;background:#ef444414!important;border:none!important;border-radius:10px!important}[data-theme=dark] .tk-due-alert--amber{color:#fde68a!important;background:#f59e0b14!important;border:none!important;border-radius:10px!important}[data-theme=dark] .tk-due-alert--blue{color:#93c5fd!important;background:#3b82f60f!important;border:none!important;border-radius:10px!important}[data-theme=dark] .tk-meta-tag{color:#7e7e7e!important;background:#ffffff0d!important;border:none!important;border-radius:6px!important;font-size:11px!important}[data-theme=dark] .tk-due--red{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .tk-due--amber{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .tk-due--blue,[data-theme=dark] .tk-status-badge--blue{color:#93c5fd!important;background:#3b82f614!important}[data-theme=dark] .tk-status-badge--amber{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .tk-status-badge--green{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .tk-status-badge--slate{color:#9d9d9d!important;background:#ffffff0d!important}[data-theme=dark] .tk-action-btn{color:#7e7e7e!important;background:#ffffff0a!important;border:none!important;border-radius:8px!important}[data-theme=dark] .tk-action-btn:hover{color:#9d9d9d!important;background:#ffffff14!important}[data-theme=dark] .tk-action-btn--del:hover{color:#f87171!important;background:#ef44441f!important}[data-theme=dark] .tk-btn--primary{border:none!important;border-radius:10px!important;height:36px!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .tk-btn--ghost{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:36px!important;font-size:13px!important}[data-theme=dark] .tk-btn--ghost:hover{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .tk-view-btn{color:#7e7e7e!important;background:#ffffff0a!important;border:1px solid #ffffff0f!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .tk-view-btn.active{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .tk-link-pill{color:#7e7e7e!important;background:#ffffff0a!important;border-color:#ffffff0f!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .tk-link-pill.active{color:#ededed!important;background:#ffffff17!important;border-color:#ffffff1a!important}[data-theme=dark] .tk-drawer{background:#1a1a1a!important;border:none!important;border-left:1px solid #ffffff0d!important}[data-theme=dark] .tk-drawer__head{border-bottom:1px solid #ffffff0a!important}[data-theme=dark] .tk-drawer__head h2{color:#ededed!important;font-size:16px!important;font-weight:500!important}[data-theme=dark] .tk-drawer__close{color:#7e7e7e!important;background:#ffffff0d!important;border:none!important;border-radius:8px!important}[data-theme=dark] .tk-kanban{gap:16px!important}[data-theme=dark] .tk-kanban-col{background:#ffffff05!important;border:1px solid #ffffff0a!important;border-radius:14px!important}[data-theme=dark] .tk-kanban-card{background:#1a1a1a!important;border:1px solid #ffffff0d!important;border-radius:10px!important}[data-theme=dark] .tk-kanban-card__title{color:#ededed!important;font-size:13px!important;font-weight:400!important}[data-theme=dark] .tk-kanban-card--overdue{background:#ef444412!important}[data-theme=dark] .tk-kanban-card--today{background:#f59e0b12!important}[data-theme=dark] .tk-select,[data-theme=dark] .tk-search{color:#9d9d9d!important;background:#ffffff0a!important;border:1px solid #ffffff12!important;border-radius:10px!important;font-size:13px!important}[data-theme=dark] .campaigns-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .campaign-hero,[data-theme=dark] .campaign-form-card,[data-theme=dark] .campaign-list-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px 28px!important}[data-theme=dark] .campaign-kpi-grid{gap:0!important}[data-theme=dark] .campaign-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 24px!important}[data-theme=dark] .campaign-kpi:first-child{padding-left:0!important}[data-theme=dark] .campaign-kpi:last-child{border-right:none!important}[data-theme=dark] .campaign-kpi span{color:#7e7e7e!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important}[data-theme=dark] .campaign-kpi strong{color:#ededed!important;font-size:22px!important;font-weight:600!important}[data-theme=dark] .campaign-card{background:#1a1a1a!important;border:1px solid #ffffff0a!important;border-radius:14px!important;padding:20px!important}[data-theme=dark] .campaign-card h4{color:#ededed!important;font-size:14px!important;font-weight:500!important}[data-theme=dark] .ghost-btn{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important}[data-theme=dark] .ghost-btn:hover{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .status.activa{color:#34d399!important;background:#10b9811a!important;border-radius:999px!important}[data-theme=dark] .status.pausada{color:#fbbf24!important;background:#f59e0b1a!important;border-radius:999px!important}[data-theme=dark] .status.finalizada{color:#9d9d9d!important;background:#ffffff0f!important;border-radius:999px!important}[data-theme=dark] .campaign-progress{background:#ffffff0d!important;border-radius:999px!important}[data-theme=dark] .campaign-data-grid div{background:#ffffff06!important;border:none!important;border-radius:10px!important}[data-theme=dark] .campaign-section-head h3{color:#ededed!important;font-size:14px!important;font-weight:500!important}[data-theme=dark] .tn-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .tn-header{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .tn-header__title h2{color:#ededed!important;font-size:18px!important;font-weight:600!important}[data-theme=dark] .tn-toolbar{gap:8px!important}[data-theme=dark] .tn-toolbar__sep{background:#ffffff0d!important}[data-theme=dark] .tn-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .tn-kpi{background:0 0!important;border:none!important;border-radius:0!important}[data-theme=dark] .tn-kpi__icon{display:none!important}[data-theme=dark] .tn-kpi__label{text-transform:uppercase!important;letter-spacing:.08em!important;color:#7e7e7e!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .tn-kpi__val{color:#ededed!important;font-size:22px!important;font-weight:600!important}[data-theme=dark] .tn-kpi__sub{color:#7e7e7e!important;font-size:11px!important}[data-theme=dark] .tn-modal{background:#1a1a1a!important;border:1px solid #ffffff0f!important;border-radius:20px!important}[data-theme=dark] .tn-modal__header{border-bottom:1px solid #ffffff0d!important}[data-theme=dark] .tn-modal__close{color:#7e7e7e!important;background:#ffffff0d!important;border:none!important;border-radius:8px!important}[data-theme=dark] .tn-overlay{background:#000000b3!important}[data-theme=dark] .tn-btn--primary{border:none!important;border-radius:10px!important;height:36px!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .tn-btn--ghost{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:36px!important;font-size:13px!important}[data-theme=dark] .tn-btn--ghost:hover{color:#ededed!important;background:#ffffff17!important}[data-theme=dark] .tn-badge{border-radius:999px!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .tn-badge--success{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .tn-badge--warning{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .tn-badge--danger{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .tn-badge--gray{color:#9d9d9d!important;background:#ffffff0f!important}[data-theme=dark] .tn-history{gap:0!important}[data-theme=dark] .tn-history-item{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;padding:12px 0!important}[data-theme=dark] .tn-history-item:first-child{border-top:none!important}[data-theme=dark] .tn-history-dot{background:#fff3!important}[data-theme=dark] .tn-history-dot--gray{background:#ffffff14!important}[data-theme=dark] .tn-readiness{background:#1a1a1a!important;border:none!important;border-radius:14px!important;padding:16px 20px!important}[data-theme=dark] .tn-readiness__bar{background:#ffffff0f!important;border-radius:999px!important}[data-theme=dark] .tn-readiness__chip{color:#9d9d9d!important;background:#ffffff0d!important;border:none!important;border-radius:6px!important;font-size:11px!important}[data-theme=dark] .tn-readiness__chip--ok{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .tn-comp-row{background:#ffffff05!important;border:1px solid #ffffff0d!important;border-radius:10px!important}[data-theme=dark] .tn-bac-metric{color:#9d9d9d!important}[data-theme=dark] .tn-bac-metric strong{color:#ededed!important;font-weight:500!important}[data-theme=dark] .products-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .products-kpis{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .products-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .products-kpi:first-child{padding-left:0!important}[data-theme=dark] .products-kpi:last-child{border-right:none!important}[data-theme=dark] .products-insight{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .products-catalog{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .products-head{border-bottom:1px solid #ffffff0a!important;margin-bottom:16px!important;padding-bottom:14px!important}[data-theme=dark] .products-eyebrow{letter-spacing:.1em!important;text-transform:uppercase!important;color:#ffffff40!important;font-size:11px!important;font-weight:600!important}[data-theme=dark] .product-card{background:#ffffff06!important;border:1px solid #ffffff0d!important;border-radius:14px!important;padding:16px!important}[data-theme=dark] .product-card:hover{background:#ffffff0a!important;border-color:#ffffff17!important}[data-theme=dark] .products-new-btn{border:none!important;border-radius:10px!important;height:36px!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .products-toolbar{background:#ffffff06!important;border:1px solid #ffffff0a!important;border-radius:12px!important;padding:8px 12px!important}[data-theme=dark] .ta-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .ta-kpi-grid{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .ta-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important;padding:4px 20px!important}[data-theme=dark] .ta-kpi:first-child{padding-left:0!important}[data-theme=dark] .ta-kpi:last-child{border-right:none!important}[data-theme=dark] .ta-insight{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .ta-insight--alert{background:#f59e0b12!important}[data-theme=dark] .ta-insight--ok{background:#10b9810d!important}[data-theme=dark] .ta-worklist{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .ta-worklist__head{border-bottom:1px solid #ffffff0a!important;margin-bottom:20px!important;padding-bottom:14px!important}[data-theme=dark] .ta-card{background:#ffffff06!important;border:1px solid #ffffff0a!important;border-radius:14px!important;padding:18px!important}[data-theme=dark] .ta-card:hover{border-color:#ffffff17!important}[data-theme=dark] .ta-card--alta{border-color:#ef444433!important}[data-theme=dark] .ta-card--media{border-color:#f59e0b26!important}[data-theme=dark] .ta-card--baja{border-color:#ffffff0f!important}[data-theme=dark] .ta-card__name{color:#ededed!important;font-size:14px!important;font-weight:500!important}[data-theme=dark] .ta-card__eyebrow{text-transform:uppercase!important;letter-spacing:.1em!important;color:#7e7e7e!important;font-size:10px!important}[data-theme=dark] .ta-score{background:0 0!important;border:none!important}[data-theme=dark] .ta-header-btn{color:#9d9d9d!important;background:#ffffff0d!important;border:1px solid #ffffff12!important;border-radius:10px!important;height:36px!important;font-size:13px!important}[data-theme=dark] .ta-header-btn--primary{border:none!important}[data-theme=dark] .sp-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .sp-header{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .sp-table-wrap{background:#1a1a1a!important;border:none!important;border-radius:16px!important;overflow:hidden!important}[data-theme=dark] .sp-prod-row{background:0 0!important;border-bottom:1px solid #ffffff0a!important}[data-theme=dark] .sp-prod-row:hover{background:#ffffff05!important}[data-theme=dark] .sp-prod-row--inactive{opacity:.45!important}[data-theme=dark] .sp-td{color:#9d9d9d!important;border:none!important;padding:12px 14px!important;font-size:13px!important}[data-theme=dark] .sp-td--name{color:#ededed!important;font-weight:400!important}[data-theme=dark] .sp-priority-badge{border-radius:999px!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .sp-td-input{color:#ededed!important;background:#ffffff0f!important;border:1px solid #ffffff1a!important;border-radius:6px!important;padding:5px 8px!important;font-size:13px!important}[data-theme=dark] .sp-icon-btn{color:#7e7e7e!important;background:#ffffff0a!important;border:none!important;border-radius:6px!important}[data-theme=dark] .sp-icon-btn:hover{color:#9d9d9d!important;background:#ffffff14!important}[data-theme=dark] .sp-icon-btn--del:hover{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .settings-page{background:#0f0f0f!important;gap:20px!important;max-width:640px!important;padding:28px!important}[data-theme=dark] .settings-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .settings-section-head{border-bottom:1px solid #ffffff0a!important;margin-bottom:16px!important;padding-bottom:14px!important}[data-theme=dark] .settings-row{color:#9d9d9d!important;border-top:1px solid #ffffff0a!important;justify-content:space-between!important;align-items:center!important;padding:14px 0!important;font-size:13px!important;display:flex!important}[data-theme=dark] .settings-row:first-child{border-top:none!important}[data-theme=dark] .settings-note{color:#7e7e7e!important;background:#ffffff06!important;border:1px solid #ffffff0a!important;border-radius:12px!important;padding:16px 20px!important;font-size:12px!important}[data-theme=dark] .seller-dash{background:#1a1a1a!important;gap:20px!important;padding:28px!important}[data-theme=dark] .seller-hero{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:28px!important}[data-theme=dark] .seller-kpi,[data-theme=dark] .seller-card,[data-theme=dark] .seller-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:20px 24px!important}[data-theme=dark] .seller-row{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;padding:12px 0!important}[data-theme=dark] .seller-row:first-child{border-top:none!important}[data-theme=dark] .pld-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .pld-hero,[data-theme=dark] .pld-panel,[data-theme=dark] .pld-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .pld-kpi{background:0 0!important;border:none!important;border-right:1px solid #ffffff0a!important;border-radius:0!important}[data-theme=dark] .calendar-page,[data-theme=dark] .cal-page{background:#0f0f0f!important;padding:28px!important}[data-theme=dark] .calendar-header{background:#1a1a1a!important;border:none!important;border-radius:16px!important;margin-bottom:16px!important;padding:16px 20px!important}[data-theme=dark] .calendar-grid{background:#1a1a1a!important;border:none!important;border-radius:16px!important;overflow:hidden!important}[data-theme=dark] .cal-day{background:0 0!important;border-color:#ffffff0a!important}[data-theme=dark] .cal-day--today{background:#ffffff0a!important}[data-theme=dark] .cal-day--other{opacity:.4!important}[data-theme=dark] .cal-event{border-radius:6px!important;font-size:11px!important}[data-theme=dark] .admin-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .admin-panel,[data-theme=dark] .admin-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .admin-row{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;padding:14px 0!important}[data-theme=dark] .admin-row:first-child{border-top:none!important}[data-theme=dark] .notifs-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .notifs-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .notif-item{background:0 0!important;border:none!important;border-top:1px solid #ffffff0a!important;padding:14px 0!important}[data-theme=dark] .notif-item:first-child{border-top:none!important}[data-theme=dark] .notif-item--unread{background:#ffffff05!important}[data-theme=dark] .ph-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .ph-panel{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .cotizador-page,[data-theme=dark] .cot-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .cot-panel,[data-theme=dark] .cot-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .ci-page{background:#0f0f0f!important;gap:20px!important;padding:28px!important}[data-theme=dark] .ci-panel,[data-theme=dark] .ci-card{background:#1a1a1a!important;border:none!important;border-radius:16px!important;padding:24px!important}[data-theme=dark] .global-search-box{background:#ffffff0a!important;border:1px solid #ffffff14!important;border-radius:10px!important}[data-theme=dark] .global-search-results{background:#1a1a1a!important;border:1px solid #ffffff12!important;border-radius:14px!important}[data-theme=dark] .global-search-result:hover{background:#ffffff0a!important}[data-theme=dark] .global-search-section-label{letter-spacing:.1em!important;text-transform:uppercase!important;color:#fff3!important;font-size:10px!important;font-weight:600!important}[data-theme=dark] .crm-ai-panel{background:#1a1a1a!important;border:1px solid #ffffff0f!important;border-radius:16px!important}[data-theme=dark] .crm-ai-msg--user{background:#ffffff0f!important;border-radius:10px!important}[data-theme=dark] .crm-ai-msg--ai{background:#ffffff06!important;border-radius:10px!important}[data-theme=dark] .crm-ai-input{background:#ffffff0a!important;border:1px solid #ffffff14!important;border-radius:10px!important}[data-theme=dark] .crm-ai-suggestion{color:#7e7e7e!important;background:#ffffff0a!important;border:none!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .ph-alert{background:#ef444414!important;border:none!important;border-bottom:1px solid #ef44441f!important;border-radius:0!important;padding:12px 36px!important}[data-theme=dark] .ph-alert__card{background:#ffffff0a!important;border:none!important;border-radius:10px!important}[data-theme=dark] .ph-alert__btn{color:#9d9d9d!important;background:#ffffff0f!important;border:none!important;border-radius:8px!important;font-size:12px!important}[data-theme=dark] .ph-alert__btn:hover{color:#ededed!important;background:#ffffff1a!important}[data-theme=dark] .crm-modal{background:#1a1a1a!important;border:1px solid #ffffff12!important;border-radius:20px!important}[data-theme=dark] .crm-modal-backdrop{background:#000000a6!important}[data-theme=dark] .crm-badge{border-radius:999px!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .crm-badge--green{color:#34d399!important;background:#10b9811a!important}[data-theme=dark] .crm-badge--blue{color:#93c5fd!important;background:#3b82f614!important}[data-theme=dark] .crm-badge--amber{color:#fbbf24!important;background:#f59e0b1a!important}[data-theme=dark] .crm-badge--red{color:#f87171!important;background:#ef44441a!important}[data-theme=dark] .c-green{color:#34d399!important}[data-theme=dark] .c-red{color:#f87171!important}[data-theme=dark] .c-amber{color:#fbbf24!important}[data-theme=dark] .c-blue{color:#93c5fd!important}[data-theme=dark] .c-muted{color:#7e7e7e!important}[data-theme=dark] .sidebar-overlay{background:#0009!important}.p-page{box-sizing:border-box;background:#f0f0f0;flex-direction:column;gap:14px;min-height:100%;padding:22px 24px;display:flex}.p-page--2col{grid-template-columns:1fr 340px;align-items:start;gap:14px;display:grid}.p-page--3col{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:14px;display:grid}.p-panel{background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000f}.p-panel--span2{grid-column:span 2}.p-panel--span3{grid-column:1/-1}.p-panel--grow{flex:1}.p-hd{border-bottom:1px solid #00000012;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.p-hd-left{flex-direction:column;gap:2px;min-width:0;display:flex}.p-hd-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.p-title{color:#1a1a1a;letter-spacing:0;margin:0;font-size:13px;font-weight:500;line-height:1.3}.p-sub{color:#7e7e7e;margin:0;font-size:12px;font-weight:400;line-height:1.3}.p-metrics{border-bottom:1px solid #00000012;flex-shrink:0;align-items:stretch;display:flex}.p-metric{border-right:1px solid #0000000f;flex-direction:column;flex:1;gap:3px;min-width:0;padding:16px 20px;display:flex}.p-metric:last-child{border-right:none}.p-metric__ey{text-transform:uppercase;letter-spacing:.14em;color:#7e7e7e;font-size:9.5px;font-weight:700;line-height:1}.p-metric__val{color:#1a1a1a;letter-spacing:-.4px;font-size:24px;font-weight:600;line-height:1.15}.p-metric__sub{color:#7e7e7e;font-size:11px;font-weight:400}.p-metric__up{color:#059669!important}.p-metric__down{color:#dc2626!important}.p-body{flex:1;padding:18px 20px}.p-body+.p-body{border-top:1px solid #0000000f}.p-section{border-top:1px solid #0000000f;padding:16px 20px}.p-section__label{text-transform:uppercase;letter-spacing:.14em;color:#0000004d;margin-bottom:12px;font-size:9.5px;font-weight:700;display:block}.p-toolbar{border-top:1px solid #0000000f;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;display:flex}.p-toolbar--top{border-top:none;border-bottom:1px solid #0000000f}.p-toolbar-sep{background:#0000001a;flex-shrink:0;width:1px;height:18px}.p-chart{flex:1;padding:4px 20px 18px}.p-empty{text-align:center;color:#0000004d;padding:48px 20px;font-size:13px}.p-empty strong{color:#0006;margin-bottom:4px;font-size:14px;font-weight:500;display:block}.p-list{flex-direction:column;flex:1;display:flex;overflow-y:auto}.p-row{border-top:1px solid #0000000f;align-items:center;gap:14px;min-width:0;padding:11px 20px;transition:background .1s ease-out;display:flex}.p-row:first-child{border-top:none}.p-row:hover{background:#00000006}.p-row__rank{color:#0003;font-variant-numeric:tabular-nums;flex-shrink:0;width:24px;font-size:11px;font-weight:600}.p-row__main{flex:1;min-width:0}.p-row__name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;display:block;overflow:hidden}.p-row__sub{color:#7e7e7e;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:11.5px;display:block;overflow:hidden}.p-row__val{color:#7e7e7e;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px;font-weight:500}.p-row__meta{flex-shrink:0;align-items:center;gap:8px;display:flex}.p-row__actions{opacity:0;flex-shrink:0;align-items:center;gap:4px;transition:opacity .1s;display:flex}.p-row:hover .p-row__actions{opacity:1}.p-table-wrap{overflow-x:auto}.p-table{border-collapse:collapse;width:100%}.p-table thead{z-index:1;background:#fff;position:sticky;top:0}.p-table th{text-transform:uppercase;letter-spacing:.1em;color:#00000061;text-align:left;white-space:nowrap;border-bottom:1px solid #00000014;padding:10px 14px;font-size:10px;font-weight:700}.p-table td{color:#7e7e7e;vertical-align:middle;border-bottom:1px solid #0000000f;padding:11px 14px;font-size:13px}.p-table td:first-child strong,.p-table td.p-td--name{color:#1a1a1a;font-weight:400}.p-table tbody tr:hover td{background:#00000005}.p-table tbody tr:last-child td{border-bottom:none}.p-cols{border-top:1px solid #0000000f;display:flex}.p-col{border-right:1px solid #0000000f;flex:1;min-width:0;padding:16px 20px}.p-col:last-child{border-right:none}.p-form{grid-template-columns:repeat(3,1fr);gap:10px 14px;display:grid}.p-form--2col{grid-template-columns:repeat(2,1fr)}.p-form--4col{grid-template-columns:repeat(4,1fr)}.p-field{flex-direction:column;gap:4px;display:flex}.p-field--span2{grid-column:span 2}.p-field--span3{grid-column:span 3}.p-field--span4{grid-column:span 4}.p-field>label{text-transform:uppercase!important;letter-spacing:.12em!important;color:#00000061!important;font-size:10px!important;font-weight:700!important}.p-field>input,.p-field>select,.p-field>textarea{color:#1a1a1a!important;background:#0000000a!important;border:1px solid #0000001a!important;border-radius:8px!important;outline:none!important;height:34px!important;padding:7px 10px!important;font-family:inherit!important;font-size:13px!important}.p-field>textarea{height:auto!important;min-height:68px!important}.p-field>input:focus,.p-field>select:focus,.p-field>textarea:focus{border-color:#00000040!important}.p-form-actions{align-items:center;gap:8px;margin-top:6px;display:flex}.p-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.p-btn:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.p-btn--primary{color:#fff;background:#2563eb;box-shadow:0 1px 3px #2563eb33}.p-btn--primary:hover{background:#3b82f6;transform:scale(1.02);box-shadow:0 2px 8px #2563eb47}.p-btn--ghost{color:#7e7e7e;background:#fff;border:1px solid #e2e8f0}.p-btn--ghost:hover{color:#1a1a1a;background:#ededed;border-color:#cbd5e1}.p-btn--secondary{color:#1a1a1a;background:#fff;border:1px solid #e2e8f0}.p-btn--secondary:hover{background:#ededed;border-color:#cbd5e1}.p-btn--danger{color:#dc2626;background:#dc26260f;border:1px solid #dc262626}.p-btn--danger:hover{background:#dc26261a}.p-btn--icon{justify-content:center;width:34px;padding:0}.p-tabs{border-bottom:1px solid #e2e8f0;padding:0 20px;display:flex}.p-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:11px 14px;font-family:inherit;font-size:13px;font-weight:400;transition:color .18s}.p-tab.active,.p-tab--active{color:#2563eb;border-bottom-color:#2563eb;font-weight:500}.p-tab:hover:not(.active):not(.p-tab--active){color:#7e7e7e}.p-pills{background:#f1f5f9;border-radius:10px;gap:2px;padding:3px;display:flex}.p-pill{color:#7e7e7e;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:4px 12px;font-family:inherit;font-size:12px;transition:background .18s,color .18s}.p-pill.active,.p-pill--active{color:#1a1a1a;background:#fff;font-weight:500;box-shadow:0 1px 3px #0f172a14}.p-pill:hover:not(.active):not(.p-pill--active){color:#1a1a1a;background:#fff9}.p-search{background:#0000000d;border:1px solid #00000017;border-radius:8px;align-items:center;gap:7px;min-width:180px;height:34px;padding:0 10px;display:flex}.p-search input{color:#1a1a1a!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;flex:1!important;height:100%!important;padding:0!important;font-family:inherit!important;font-size:13px!important}.p-search-icon{color:#00000047;flex-shrink:0}.p-select{color:#7e7e7e!important;cursor:pointer!important;appearance:none!important;background:#0000000d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%236B7280' d='M5 7L1 3h8z'/%3E%3C/svg%3E") right 10px center no-repeat!important;border:1px solid #00000017!important;border-radius:8px!important;outline:none!important;height:34px!important;padding:0 28px 0 10px!important;font-family:inherit!important;font-size:13px!important}.p-select:focus{border-color:#00000040!important}.p-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.p-badge--green{color:#059669;background:#10b9811a}.p-badge--red{color:#dc2626;background:#ef44441a}.p-badge--amber{color:#b45309;background:#f59e0b1a}.p-badge--blue{color:#2563eb;background:#3b82f61a}.p-badge--purple{color:#7c3aed;background:#8b5cf61a}.p-badge--gray{color:#7e7e7e;background:#00000012}.p-kanban{gap:10px;padding:16px 20px;display:flex;overflow-x:auto}.p-kanban-col{flex-direction:column;flex:1;gap:6px;min-width:220px;display:flex}.p-kanban-hd{border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;padding:0 0 10px;display:flex}.p-kanban-title{color:#0006;text-transform:uppercase;letter-spacing:.08em;font-size:11.5px;font-weight:500}.p-kanban-count{color:#00000040;font-size:11px}.p-kanban-card{cursor:grab;background:#0000000a;border:1px solid #00000014;border-radius:10px;padding:12px 14px;transition:background .1s,border-color .1s}.p-kanban-card:hover{background:#00000012;border-color:#0000001f}.p-kanban-empty{color:#0003;text-align:center;padding:12px 0;font-size:12px}.p-progress{background:#00000014;border-radius:999px;height:4px;overflow:hidden}.p-progress-fill{background:#1a1a1a;border-radius:999px;height:100%;transition:width .4s ease-out}.p-progress-fill--green{background:#10b981}.p-progress-fill--red{background:#ef4444}.p-progress-fill--amber{background:#f59e0b}.p-sep{background:#00000012;border:none;height:1px;margin:0}.p-avatar{color:#00000073;background:#00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.p-icon-btn{color:#0000004d;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;transition:background .12s,color .12s;display:flex}.p-icon-btn:hover{color:#000000b3;background:#00000012}.p-icon-btn--del:hover{color:#dc2626;background:#ef444414}.p-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.p-dot--green{background:#10b981}.p-dot--red{background:#ef4444}.p-dot--amber{background:#f59e0b}.p-dot--blue{background:#3b82f6}.p-dot--gray{background:#0003}[data-theme=dark] .p-page{box-sizing:border-box;flex-direction:column;gap:14px;min-height:100%;padding:22px 24px;display:flex;background:#0f0f0f!important}[data-theme=dark] .p-page--2col{grid-template-columns:1fr 340px;align-items:start;gap:14px;display:grid}[data-theme=dark] .p-page--3col{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:14px;display:grid}[data-theme=dark] .p-panel{flex-direction:column;display:flex;overflow:hidden;box-shadow:none!important;background:#1a1a1a!important;border:1px solid #2a2a2a!important;border-radius:14px!important}[data-theme=dark] .p-panel--span2{grid-column:span 2}[data-theme=dark] .p-panel--span3{grid-column:1/-1}[data-theme=dark] .p-panel--grow{flex:1}[data-theme=dark] .p-hd{border-bottom:1px solid #ffffff0b;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}[data-theme=dark] .p-hd-left{flex-direction:column;gap:2px;min-width:0;display:flex}[data-theme=dark] .p-hd-right{flex-shrink:0;align-items:center;gap:8px;display:flex}[data-theme=dark] .p-title{color:#ededed;letter-spacing:0;margin:0;font-size:13px;font-weight:500;line-height:1.3}[data-theme=dark] .p-sub{color:#7e7e7e;margin:0;font-size:12px;font-weight:400;line-height:1.3}[data-theme=dark] .p-metrics{border-bottom:1px solid #ffffff0b;flex-shrink:0;align-items:stretch;display:flex}[data-theme=dark] .p-metric{border-right:1px solid #ffffff0a;flex-direction:column;flex:1;gap:3px;min-width:0;padding:16px 20px;display:flex}[data-theme=dark] .p-metric:last-child{border-right:none}[data-theme=dark] .p-metric__ey{text-transform:uppercase;letter-spacing:.14em;color:#7e7e7e;font-size:9.5px;font-weight:700;line-height:1}[data-theme=dark] .p-metric__val{color:#ededed;letter-spacing:-.4px;font-size:24px;font-weight:600;line-height:1.15}[data-theme=dark] .p-metric__sub{color:#7e7e7e;font-size:11px;font-weight:400}[data-theme=dark] .p-metric__up{color:#34d399!important}[data-theme=dark] .p-metric__down{color:#f87171!important}[data-theme=dark] .p-body{flex:1;padding:18px 20px}[data-theme=dark] .p-body+.p-body{border-top:1px solid #ffffff0a}[data-theme=dark] .p-section{border-top:1px solid #2a2a2a;padding:16px 20px}[data-theme=dark] .p-section__label{text-transform:uppercase;letter-spacing:.14em;color:#fff3;margin-bottom:12px;font-size:9.5px;font-weight:700;display:block}[data-theme=dark] .p-toolbar{border-top:1px solid #ffffff0a;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;display:flex}[data-theme=dark] .p-toolbar--top{border-top:none;border-bottom:1px solid #ffffff0a}[data-theme=dark] .p-toolbar-sep{background:#ffffff0f;flex-shrink:0;width:1px;height:18px}[data-theme=dark] .p-chart{flex:1;padding:4px 20px 18px}[data-theme=dark] .p-list{flex-direction:column;flex:1;display:flex;overflow-y:auto}[data-theme=dark] .p-row{border-top:1px solid #ffffff0a;align-items:center;gap:14px;min-width:0;padding:11px 20px;transition:background .1s ease-out;display:flex}[data-theme=dark] .p-row:first-child{border-top:none}[data-theme=dark] .p-row:hover{background:#ffffff06}[data-theme=dark] .p-row__rank{color:#fff3;font-variant-numeric:tabular-nums;flex-shrink:0;width:24px;font-size:11px;font-weight:600}[data-theme=dark] .p-row__main{flex:1;min-width:0}[data-theme=dark] .p-row__name{color:#ededed;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;overflow:hidden}[data-theme=dark] .p-row__sub{color:#7e7e7e;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:11.5px;overflow:hidden}[data-theme=dark] .p-row__val{color:#9d9d9d;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px;font-weight:500}[data-theme=dark] .p-row__meta{flex-shrink:0;align-items:center;gap:8px;display:flex}[data-theme=dark] .p-row__actions{opacity:0;flex-shrink:0;align-items:center;gap:4px;transition:opacity .1s;display:flex}[data-theme=dark] .p-row:hover .p-row__actions{opacity:1}[data-theme=dark] .p-table{border-collapse:collapse;width:100%}[data-theme=dark] .p-table thead{z-index:1;background:#1a1a1a;position:sticky;top:0}[data-theme=dark] .p-table th{text-transform:uppercase;letter-spacing:.1em;color:#ffffff47;text-align:left;white-space:nowrap;border-bottom:1px solid #ffffff0f;padding:10px 14px;font-size:10px;font-weight:700}[data-theme=dark] .p-table td{color:#9d9d9d;vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:11px 14px;font-size:13px}[data-theme=dark] .p-table td:first-child strong,[data-theme=dark] .p-table td.p-td--name{color:#ededed;font-weight:400}[data-theme=dark] .p-table tbody tr:hover td{background:#ffffff05}[data-theme=dark] .p-table tbody tr:last-child td{border-bottom:none}[data-theme=dark] .p-table-wrap{overflow-x:auto}[data-theme=dark] .p-empty{text-align:center;color:#ffffff38;padding:48px 20px;font-size:13px}[data-theme=dark] .p-empty strong{color:#ffffff59;margin-bottom:4px;font-size:14px;font-weight:500;display:block}[data-theme=dark] .p-cols{border-top:1px solid #ffffff0a;display:flex}[data-theme=dark] .p-col{border-right:1px solid #ffffff0a;flex:1;min-width:0;padding:16px 20px}[data-theme=dark] .p-col:last-child{border-right:none}[data-theme=dark] .p-form{grid-template-columns:repeat(3,1fr);gap:10px 14px;display:grid}[data-theme=dark] .p-form--2col{grid-template-columns:repeat(2,1fr)}[data-theme=dark] .p-form--4col{grid-template-columns:repeat(4,1fr)}[data-theme=dark] .p-field{flex-direction:column;gap:4px;display:flex}[data-theme=dark] .p-field--span2{grid-column:span 2}[data-theme=dark] .p-field--span3{grid-column:span 3}[data-theme=dark] .p-field--span4{grid-column:span 4}[data-theme=dark] .p-field>label{text-transform:uppercase!important;letter-spacing:.12em!important;color:#ffffff47!important;font-size:10px!important;font-weight:700!important}[data-theme=dark] .p-field>input,[data-theme=dark] .p-field>select,[data-theme=dark] .p-field>textarea{color:#ededed!important;background:#ffffff0b!important;border:1px solid #ffffff12!important;border-radius:8px!important;outline:none!important;height:34px!important;padding:7px 10px!important;font-family:inherit!important;font-size:13px!important}[data-theme=dark] .p-field>textarea{height:auto!important;min-height:68px!important}[data-theme=dark] .p-field>input:focus,[data-theme=dark] .p-field>select:focus,[data-theme=dark] .p-field>textarea:focus{background:#fff1!important;border-color:#ffffff2e!important}[data-theme=dark] .p-form-actions{align-items:center;gap:8px;margin-top:6px;display:flex}[data-theme=dark] .p-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s ease-out,color .12s ease-out;display:inline-flex}[data-theme=dark] .p-btn:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}[data-theme=dark] .p-btn--primary{color:#1a1a1a;background:#ededed}[data-theme=dark] .p-btn--primary:hover{background:#fff}[data-theme=dark] .p-btn--ghost{color:#9d9d9d;background:#ffffff0f;border:1px solid #ffffff14}[data-theme=dark] .p-btn--ghost:hover{color:#ededed;background:#ffffff1a}[data-theme=dark] .p-btn--danger{color:#f87171;background:#ef44441a;border:1px solid #ef444426}[data-theme=dark] .p-btn--danger:hover{background:#ef444429}[data-theme=dark] .p-btn--icon{justify-content:center;width:34px;padding:0}[data-theme=dark] .p-tabs{border-bottom:1px solid #ffffff0d;padding:0 20px;display:flex}[data-theme=dark] .p-tab{color:#ffffff61;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:11px 14px;font-size:13px;font-weight:400;transition:color .12s}[data-theme=dark] .p-tab.active,[data-theme=dark] .p-tab--active{color:#ededed;border-bottom-color:#ffffff47;font-weight:500}[data-theme=dark] .p-tab:hover:not(.active):not(.p-tab--active){color:#fff9}[data-theme=dark] .p-pills{background:#ffffff0a;border-radius:8px;gap:2px;padding:3px;display:flex}[data-theme=dark] .p-pill{color:#fff6;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:12px;transition:background .12s,color .12s}[data-theme=dark] .p-pill.active,[data-theme=dark] .p-pill--active{color:#ededed;background:#ffffff1a;font-weight:500}[data-theme=dark] .p-pill:hover:not(.active):not(.p-pill--active){color:#ffffffb3;background:#ffffff0a}[data-theme=dark] .p-search{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:7px;min-width:180px;height:34px;padding:0 10px;display:flex}[data-theme=dark] .p-search input{color:#ededed!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;flex:1!important;height:100%!important;padding:0!important;font-family:inherit!important;font-size:13px!important}[data-theme=dark] .p-search-icon{color:#ffffff47;flex-shrink:0}[data-theme=dark] .p-select{color:#9d9d9d!important;cursor:pointer!important;appearance:none!important;background:#ffffff0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%236B7280' d='M5 7L1 3h8z'/%3E%3C/svg%3E") right 10px center no-repeat!important;border:1px solid #ffffff12!important;border-radius:8px!important;outline:none!important;height:34px!important;padding:0 28px 0 10px!important;font-family:inherit!important;font-size:13px!important}[data-theme=dark] .p-select:focus{border-color:#ffffff24!important}[data-theme=dark] .p-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}[data-theme=dark] .p-badge--green{color:#34d399;background:#10b9811f}[data-theme=dark] .p-badge--red{color:#f87171;background:#ef44441f}[data-theme=dark] .p-badge--amber{color:#fbbf24;background:#f59e0b1f}[data-theme=dark] .p-badge--blue{color:#93c5fd;background:#3b82f61a}[data-theme=dark] .p-badge--purple{color:#c4b5fd;background:#8b5cf61f}[data-theme=dark] .p-badge--gray{color:#9d9d9d;background:#ffffff12}[data-theme=dark] .p-kanban{gap:10px;padding:16px 20px;display:flex;overflow-x:auto}[data-theme=dark] .p-kanban-col{flex-direction:column;flex:1;gap:6px;min-width:220px;display:flex}[data-theme=dark] .p-kanban-hd{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:0 0 10px;display:flex}[data-theme=dark] .p-kanban-title{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;font-size:11.5px;font-weight:500}[data-theme=dark] .p-kanban-count{color:#ffffff40;font-size:11px}[data-theme=dark] .p-kanban-card{cursor:grab;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:12px 14px;transition:background .1s,border-color .1s}[data-theme=dark] .p-kanban-card:hover{background:#ffffff12;border-color:#ffffff1a}[data-theme=dark] .p-kanban-card--dragging{opacity:.5}[data-theme=dark] .p-kanban-empty{color:#fff3;text-align:center;padding:12px 0;font-size:12px}[data-theme=dark] .p-progress{background:#ffffff0f;border-radius:999px;height:4px;overflow:hidden}[data-theme=dark] .p-progress-fill{background:#ededed;border-radius:999px;height:100%;transition:width .4s ease-out}[data-theme=dark] .p-progress-fill--green{background:#34d399}[data-theme=dark] .p-progress-fill--red{background:#f87171}[data-theme=dark] .p-progress-fill--amber{background:#fbbf24}[data-theme=dark] .p-sep{background:#ffffff0d;border:none;height:1px;margin:0}[data-theme=dark] .p-avatar{color:#fff6;background:#ffffff12;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}[data-theme=dark] .p-icon-btn{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s,color .12s;display:flex}[data-theme=dark] .p-icon-btn:hover{color:#ffffffb3;background:#ffffff12}[data-theme=dark] .p-icon-btn--del:hover{color:#f87171;background:#ef44441f}[data-theme=dark] .p-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}[data-theme=dark] .p-dot--green{background:#34d399}[data-theme=dark] .p-dot--red{background:#f87171}[data-theme=dark] .p-dot--amber{background:#fbbf24}[data-theme=dark] .p-dot--blue{background:#93c5fd}[data-theme=dark] .p-dot--gray{background:#fff3}html{font-size:14px!important}:root{--qui-bg:#f4f5f7;--qui-surface:#fff;--qui-border:#0000000f;--qui-t1:#1a1a1a;--qui-t2:#6b7280;--qui-t3:#9ca3af;--qui-r:12px;--qui-ease:cubic-bezier(.16, 1, .3, 1);--qui-dur:.18s}[data-theme=dark]{--qui-bg:#1a1a1a;--qui-surface:#171717;--qui-border:#ffffff0d;--qui-t1:#ededed;--qui-t2:#9ca3af;--qui-t3:#7e7e7e}body,.app-shell,.main-content{background:var(--qui-bg)!important}.page-header,[data-theme=dark] .page-header{height:44px!important;min-height:44px!important;box-shadow:none!important;z-index:50!important;margin-bottom:0!important;position:sticky!important;top:0!important}.page-header{background:#fff!important;border-bottom:1px solid #0000000f!important;padding:0 28px!important}[data-theme=dark] .page-header{background:#1a1a1a!important;border-bottom:1px solid #ffffff0a!important;padding:0 28px!important}.page-header h1,[data-theme=dark] .page-header h1,[data-theme=dark] .page-header__title-block h1{letter-spacing:-.2px!important;color:#1a1a1a!important;font-size:13px!important;font-weight:600!important}[data-theme=dark] .page-header h1,[data-theme=dark] .page-header__title-block h1{color:#ededed!important}.page-header__sep{background:var(--qui-border)!important;height:18px!important}.page-header__avatar{color:#0000008c!important;background:#0000001a!important;border-radius:7px!important;width:26px!important;height:26px!important;font-size:10px!important}[data-theme=dark] .page-header__avatar{color:#ffffff73!important;background:#ffffff14!important}.page-header__user-name{color:var(--qui-t1)!important;font-size:12px!important;font-weight:500!important}.page-header__user-role{color:var(--qui-t3)!important;font-size:10px!important;font-weight:400!important}.layout-clock__time{color:var(--qui-t3)!important;letter-spacing:.3px!important;font-size:12px!important;font-weight:500!important}.layout-clock__date{color:var(--qui-t3)!important;font-size:10px!important}.sidebar-section__label{letter-spacing:.14em!important;color:#ffffff24!important;text-transform:uppercase!important;padding:14px 10px 4px!important;font-size:9.5px!important;font-weight:600!important;line-height:1!important;display:block!important}.sidebar-nav__group-label{letter-spacing:.14em!important;color:#ffffff24!important;text-transform:uppercase!important;font-size:9.5px!important;font-weight:600!important;display:block!important}.sidebar-nav__group-row{padding:14px 10px 4px!important}.sidebar-nav__label{letter-spacing:0!important;font-size:13px!important;font-weight:400!important}.sidebar-section{margin-bottom:6px!important;padding-bottom:4px!important}.sidebar-nav__item:hover{transform:none!important}.sidebar-nav__item:hover .sidebar-nav__icon{color:#ffffffbf!important;transform:none!important}.sidebar-nav__item:active{transform:none!important}.sidebar-nav__item:after{display:none!important}.sidebar-nav__item{transition:background var(--qui-dur) ease-out!important}.sidebar--collapsed .sidebar-nav__item:hover,.sidebar--collapsed .sidebar-theme-toggle:hover,.sidebar--collapsed .sidebar-logout:hover,.sidebar--collapsed .sidebar-nav__item:hover .sidebar-nav__icon{transform:none!important}.sidebar--collapsed .sidebar-quick button:hover{transform:translateY(-1px)!important}.sidebar-user{background:#ffffff0a!important;border:1px solid #ffffff0f!important;border-radius:10px!important;margin:12px 10px 4px!important;padding:10px 12px!important}.crm-module-header{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:22px 28px 14px!important}.crm-module-header h2:before{display:none!important}.crm-module-header h2{color:var(--qui-t1)!important;letter-spacing:-.2px!important;gap:0!important;font-size:15px!important;font-weight:600!important}.crm-module-header p{color:var(--qui-t3)!important;margin:3px 0 0!important;font-size:12px!important;font-weight:400!important}.crm-kpi{border-top:none!important;border:1px solid var(--qui-border)!important;box-shadow:none!important;background:var(--qui-surface)!important;border-radius:12px!important;padding:14px 16px!important}[data-theme=dark] .crm-kpi{background:#1a1a1a!important;border:1px solid #ffffff0d!important}.crm-kpi__label{text-transform:uppercase!important;letter-spacing:.08em!important;color:var(--qui-t3)!important;font-size:10px!important;font-weight:600!important}.crm-kpi__value{color:var(--qui-t1)!important;letter-spacing:-.3px!important;font-size:22px!important;font-weight:600!important}.crm-kpi__sub{color:var(--qui-t3)!important;font-size:11px!important;font-weight:400!important}.crm-kpi--blue,.crm-kpi--green,.crm-kpi--amber,.crm-kpi--red,.crm-kpi--slate{border-top:none!important}[data-theme=dark] .crm-kpi--green .crm-kpi__value{color:#34d399!important}[data-theme=dark] .crm-kpi--amber .crm-kpi__value{color:#fbbf24!important}[data-theme=dark] .crm-kpi--red .crm-kpi__value{color:#f87171!important}[data-theme=dark] .crm-kpi--blue .crm-kpi__value{color:#93c5fd!important}[data-theme=dark] .crm-kpi--slate .crm-kpi__value{color:var(--qui-t2)!important}.crm-empty-state{box-shadow:none!important;background:0 0!important;border:1px dashed #0000001a!important}[data-theme=dark] .crm-empty-state{background:0 0!important;border-color:#ffffff14!important}button,a{transition:opacity var(--qui-dur) ease-out, background var(--qui-dur) ease-out, color var(--qui-dur) ease-out, transform var(--qui-dur) ease-out!important}.bi-tbl thead,.sa-table thead,.opp-table thead,.acc-table thead{background:0 0!important}.bi-tbl th,.sa-table th,.opp-table th,.acc-table th{letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--qui-t3)!important;border-bottom:1px solid var(--qui-border)!important;box-shadow:none!important;background:0 0!important;border-top:none!important;font-size:10px!important;font-weight:600!important}.bi-tbl td,.sa-table td,.opp-table td,.acc-table td{color:var(--qui-t2)!important;border-bottom:1px solid var(--qui-border)!important;background:0 0!important;border-top:none!important;font-size:13px!important;font-weight:400!important}.bi-tbl tbody tr:hover td,.sa-table tbody tr:hover td,.opp-table tbody tr:hover td,.acc-table tbody tr:hover td{background:#00000005!important}.unified-dashboard,.visits-page,.sd,.bi-page,.sa-page,.acc-page,.opp-page,.tk-page,.camp-page,.prod-page,.supp-page,.tn-page{background:var(--qui-bg)!important}.dash-panel,.visits-panel,.sd-panel,.dash-primary-kpis,.dash-kpi-grid,.dash-header,.dash-hero,.dash-comparison,.dash-banner{box-shadow:none!important;border-color:var(--qui-border)!important}.dash-title{color:var(--qui-t1)!important;letter-spacing:-.3px!important;font-size:20px!important;font-weight:600!important}.dash-subtitle{color:var(--qui-t2)!important;font-size:13px!important;font-weight:400!important}.dash-wordmark{text-transform:uppercase!important;letter-spacing:.08em!important;color:var(--qui-t3)!important;font-size:10px!important;font-weight:500!important}.dash-primary-kpi__label{text-transform:uppercase!important;letter-spacing:.08em!important;color:var(--qui-t3)!important;font-size:10px!important;font-weight:600!important}.dash-primary-kpi__value{letter-spacing:-.5px!important;color:var(--qui-t1)!important;font-size:28px!important;font-weight:600!important}.dash-primary-kpi__sub{color:var(--qui-t3)!important;font-size:12px!important;font-weight:400!important}.dash-kpi__label{color:var(--qui-t2)!important;font-size:12px!important;font-weight:500!important}.dash-kpi__value{color:var(--qui-t1)!important;font-size:20px!important;font-weight:600!important}.dash-kpi:hover{transform:none!important}.dash-panel__title{letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--qui-t3)!important;font-size:11px!important;font-weight:600!important}.dash-list-row{border-color:var(--qui-border)!important}.dash-hot-row:hover{transform:none!important}.qui-filter-bar{border-bottom:1px solid var(--qui-border);background:var(--qui-surface);scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:20px;padding:12px 28px;display:flex;overflow-x:auto}.qui-filter-bar::-webkit-scrollbar{display:none}.qui-filter{flex-shrink:0;align-items:center;gap:6px;display:flex}.qui-filter-label{color:var(--qui-t3);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;font-size:11px;font-weight:500}.qui-filter select,.qui-filter-select{border:none!important;border-bottom:1px solid var(--qui-border)!important;color:var(--qui-t1)!important;cursor:pointer!important;appearance:none!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cpath fill='%239CA3AF' d='M4.5 6.5L1 3h7z'/%3E%3C/svg%3E") right 4px center no-repeat!important;border-radius:0!important;outline:none!important;height:auto!important;padding:2px 20px 2px 0!important;font-family:inherit!important;font-size:13px!important;font-weight:500!important}.qui-filter-reset{color:var(--qui-t3);cursor:pointer;transition:color var(--qui-dur) ease-out;background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding:2px 0;font-family:inherit;font-size:11px;font-weight:500;display:inline-flex}.qui-filter-reset:hover{color:var(--qui-t1)}[data-theme=dark] .qui-filter-bar{background:#1a1a1a;border-bottom-color:#ffffff0d}[data-theme=dark] .qui-filter select,[data-theme=dark] .qui-filter-select{color:#ededed!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cpath fill='%236B7280' d='M4.5 6.5L1 3h7z'/%3E%3C/svg%3E")!important;border-bottom-color:#ffffff1a!important}.qui-stat{flex-direction:column;gap:4px;display:flex}.qui-stat__value{color:var(--qui-t1);letter-spacing:-.5px;font-size:28px;font-weight:600;line-height:1}.qui-stat__label{text-transform:uppercase;letter-spacing:.08em;color:var(--qui-t3);font-size:10px;font-weight:600}.qui-stat__narrative{color:var(--qui-t2);max-width:280px;font-size:12px;font-weight:400;line-height:1.45}[class$=-panel],[class$=-card],[class*=-panel\ ],[class*=-card\ ]{box-shadow:none!important}.p-page,.unified-dashboard,.bi-page,.sa-page{gap:12px!important;padding:20px 24px!important}hr{border-color:var(--qui-border)!important}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),textarea,select{font-family:inherit;font-size:13px}.crm-toast{border:none!important;border-left:3px solid #185fa5!important;border-radius:10px!important;font-size:13px!important;font-weight:500!important;box-shadow:0 8px 32px #00000024!important}[data-theme=dark] .crm-toast{color:#ededed!important;background:#1f1f1f!important;border-left-color:#ffffff40!important;box-shadow:0 8px 32px #00000080!important}:root{--shadow-xs:none;--shadow-sm:none;--shadow-md:none;--shadow-lg:none}.dash-primary-kpi--blue,.dash-primary-kpi--green,.dash-primary-kpi--amber,.dash-primary-kpi--red,.dash-primary-kpi--slate,.dash-primary-kpi--yellow,.dash-kpi{border-top:none!important}.dash-primary-kpi:hover,.dash-kpi:hover{box-shadow:none!important;transform:none!important}.dash-primary-kpi{border:1px solid var(--qui-border)!important;box-shadow:none!important;background:var(--qui-surface)!important;min-height:auto!important}.dash-kpi{border:1px solid var(--qui-border)!important;box-shadow:none!important;background:var(--qui-surface)!important}.sd-kpi,.sd-primary-kpi{box-shadow:none!important;border-top:none!important}.dash-filter-select{color:var(--qui-t1)!important;box-shadow:none!important;appearance:none!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cpath fill='%239CA3AF' d='M4.5 6.5L1 3h7z'/%3E%3C/svg%3E") right 4px center no-repeat!important;border:none!important;border-bottom:1px solid #0000001a!important;border-radius:0!important;min-width:auto!important;padding:3px 22px 3px 0!important;font-size:13px!important;font-weight:500!important}.dash-filter-select:focus{border-bottom-color:#00000040!important}.visits-panel,.visits-kpi{box-shadow:none!important;border-color:var(--qui-border)!important}.visits-kpi:hover{transform:none!important}[class^=acc-]{box-shadow:none!important}.sa-tab.active,.cal-view-tab.active,.bi-header__tab.active,.adm-tab-btn.active,.account360-tab.is-active,.opp-tab--active:not(.opp-tab--won):not(.opp-tab--lost),.sp-filter-btn.active,.sp-mode-btn.active,.vf-material-btn.active,.tn-view-tab--active,.visits-tab.active,.visits-filter-tab.active,.tn-tbar-btn.active,.tk-tab.active,.tk-view-btn.active,.acc-tab.active,.tk-link-pill.active{color:#fff!important;box-shadow:none!important;background:#2563eb!important;border-color:#2563eb!important}.bi-step.active .bi-step__n{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}[data-theme=dark] .sa-tab.active,[data-theme=dark] .cal-view-tab.active,[data-theme=dark] .bi-header__tab.active,[data-theme=dark] .adm-tab-btn.active,[data-theme=dark] .account360-tab.is-active,[data-theme=dark] .opp-tab--active:not(.opp-tab--won):not(.opp-tab--lost),[data-theme=dark] .sp-filter-btn.active,[data-theme=dark] .sp-mode-btn.active,[data-theme=dark] .vf-material-btn.active,[data-theme=dark] .tn-view-tab--active,[data-theme=dark] .visits-tab.active,[data-theme=dark] .visits-filter-tab.active,[data-theme=dark] .tn-tbar-btn.active,[data-theme=dark] .tk-tab.active,[data-theme=dark] .tk-view-btn.active,[data-theme=dark] .acc-tab.active,[data-theme=dark] .tk-link-pill.active{color:#fff!important;box-shadow:none!important;background:#2563eb!important;border-color:#2563eb!important}[data-theme=dark] .bi-step.active .bi-step__n{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}@media (width<=768px){.app-shell{display:block!important}.sidebar,.mobile-bottom-nav,.mobile-quick-visit-fab{display:none!important}.main-content{padding-bottom:calc(140px + env(safe-area-inset-bottom))!important;width:100%!important;margin-left:0!important;overflow-x:hidden!important}body{overflow-x:hidden!important}.page-header{z-index:40!important;height:52px!important;min-height:52px!important;padding:0 16px!important;position:sticky!important;top:0!important}.page-header__title-block h1{letter-spacing:-.2px!important;margin:0!important;font-size:16px!important;font-weight:600!important;line-height:1.2!important}.page-header__mobile-date{color:#00000061!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;font-weight:400!important;line-height:1.2!important;display:block!important;overflow:hidden!important}[data-theme=dark] .page-header__mobile-date{color:#ffffff52!important}.layout-clock,.page-header__user,.page-header__sep{display:none!important}.page-header__actions{flex:1!important;justify-content:flex-end!important}.global-search-trigger{border-radius:10px!important;max-width:160px!important;height:36px!important}.crm-ai-fab{display:none!important}.crm-ai-mini{bottom:calc(60px + env(safe-area-inset-bottom) + 10px + 54px + 10px);z-index:102;-webkit-tap-highlight-color:transparent;background:#1b1b1b;border:1px solid #ffffff12;border-radius:16px;height:50px;padding:0 18px;position:fixed;left:16px;right:16px;box-shadow:0 4px 20px #0000004d;display:flex!important}.crm-ai-panel{width:auto!important;left:12px!important;right:12px!important;bottom:calc(140px + env(safe-area-inset-bottom))!important;max-height:60vh!important}.p-page{gap:10px!important;padding:12px 16px!important}.p-page--2col,.p-page--3col{flex-direction:column!important;grid-template-columns:1fr!important;display:flex!important}.p-panel{border-radius:18px!important}.p-hd{flex-wrap:wrap!important;padding:14px 16px!important}.p-hd-right{flex-wrap:wrap!important;gap:6px!important}.p-metrics{flex-wrap:wrap!important}.p-metric{flex:50%!important;min-width:50%!important}.p-body,.p-section{padding:14px 16px!important}.p-toolbar{-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;overflow:auto hidden!important}.p-toolbar::-webkit-scrollbar{display:none!important}.p-toolbar-sep{display:none!important}.p-btn{scroll-snap-align:start!important;white-space:nowrap!important;flex-shrink:0!important;min-width:max-content!important;height:36px!important;padding:0 12px!important;font-size:12.5px!important}.p-chart{padding:4px 16px 14px!important}.p-row{padding:12px 16px!important}.p-form,.p-form--2col,.p-form--4col{grid-template-columns:1fr!important}.p-field--span2,.p-field--span3,.p-field--span4{grid-column:1!important}.p-table-wrap{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.p-kanban{padding:12px 16px!important}.p-kanban-col{min-width:190px!important}.p-tabs{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:0 16px!important;overflow-x:auto!important}.p-tabs::-webkit-scrollbar{display:none!important}.p-tab{flex-shrink:0!important;padding:10px 12px!important}.p-pills{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-wrap:nowrap!important;overflow-x:auto!important}.p-pills::-webkit-scrollbar{display:none!important}.p-pill{flex-shrink:0!important}.p-search{flex:1!important;min-width:0!important}.acc-form-section{padding:12px 0!important}.tk-drawer{border-radius:20px 20px 0 0!important;width:100%!important;max-width:100%!important;height:85vh!important;top:auto!important;bottom:0!important}.p-table th:nth-child(n+6),.p-table td:nth-child(n+6){display:none!important}.mob-only{display:block!important}.desktop-only{display:none!important}}.mob-bottom-nav{z-index:100;height:60px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #00000017;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}[data-theme=dark] .mob-bottom-nav{background:#1a1a1a;border-top-color:#3c3c3c}.mob-nav-item{cursor:pointer;color:#00000052;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:4px 0;font-family:inherit;font-size:10px;font-weight:500;transition:color .12s ease-out;display:flex}.mob-nav-item span{line-height:1}[data-theme=dark] .mob-nav-item{color:#ffffff47}.mob-nav-item--active{color:#111}[data-theme=dark] .mob-nav-item--active{color:#ededed}.mob-nav-item:active{transform:scale(.93)}.mob-dock{bottom:calc(60px + env(safe-area-inset-bottom) + 10px);z-index:105;white-space:nowrap;background:#232323;border:1px solid #ffffff17;border-radius:26px;align-items:center;gap:0;padding:5px;transition:transform .24s cubic-bezier(.32,.72,0,1),opacity .24s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;left:50%;transform:translate(-50%)translateY(0);box-shadow:0 8px 40px #00000080,0 2px 8px #0000004d,0 0 0 .5px #ffffff0a}.mob-dock--recede{opacity:.82;transform:translate(-50%)translateY(10px)}.mob-dock-btn{color:#ffffffa6;cursor:pointer;-webkit-tap-highlight-color:transparent;letter-spacing:-.15px;background:0 0;border:none;border-radius:21px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:44px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s ease-out,color .12s ease-out,transform 80ms ease-out;display:flex}.mob-dock-btn:active{background:#ffffff1a;transform:scale(.95)}.mob-dock-btn--menu{width:44px;padding:0}.mob-dock-btn--active{color:#ffffffeb;background:#ffffff17}.mob-dock-btn--ctx{animation:.18s ease-out both mob-ctx-enter}@keyframes mob-ctx-enter{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.mob-dock-sep{background:#ffffff14;flex-shrink:0;width:1px;height:22px;margin:0 1px}.mob-dock-hamburger{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:4.5px;display:flex}.mob-dock-hline{background:#ffffffa6;border-radius:1px;width:16px;height:1.5px;transition:background .12s;display:block}.mob-dock-btn--active .mob-dock-hline{background:#ffffffe6}@keyframes mob-menu-hint{0%,96%,to{transform:translate(0)}97.5%{transform:translate(2px)}99%{transform:translate(-.5px)}}.mob-dock-hline--mid{animation:12s ease-in-out infinite mob-menu-hint}.mob-backdrop{z-index:106;background:#0000006b;animation:.18s ease-out both mob-fade-in;position:fixed;inset:0}@keyframes mob-fade-in{0%{opacity:0}to{opacity:1}}.mob-sheet{z-index:110;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;max-height:88vh;transition:transform .22s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(100%)}[data-theme=dark] .mob-sheet{background:#1a1a1a}.mob-sheet--open{transform:translateY(0)}.mob-sheet-handle{cursor:grab;touch-action:none;background:#00000024;border-radius:999px;flex-shrink:0;width:40px;height:5px;margin:12px auto 4px}[data-theme=dark] .mob-sheet-handle{background:#ffffff2e}.mob-sheet-header{touch-action:none;flex-shrink:0;justify-content:space-between;align-items:center;padding:2px 8px 12px;display:flex}.mob-sheet-header__spacer{flex-shrink:0;width:44px}.mob-sheet-header__title{text-align:center;color:#111;letter-spacing:-.2px;flex:1;font-size:15px;font-weight:600;line-height:1}[data-theme=dark] .mob-sheet-header__title{color:#ffffffe0}.mob-sheet-header__close{color:#00000059;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .12s ease-out,transform .12s ease-out;display:flex}[data-theme=dark] .mob-sheet-header__close{color:#ffffff61}.mob-sheet-header__close:active{opacity:.85;transform:scale(.96)}.mob-sheet-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}.mob-sheet-section-label{letter-spacing:.12em;text-transform:uppercase;color:#00000052;padding:18px 20px 8px;font-size:10.5px;font-weight:700}[data-theme=dark] .mob-sheet-section-label{color:#ffffff47}.mob-sheet-row{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-top:1px solid #0000000f;align-items:center;gap:14px;width:100%;padding:14px 20px;font-family:inherit;transition:background .1s;display:flex}[data-theme=dark] .mob-sheet-row{border-top-color:#3c3c3c}.mob-sheet-row:first-of-type{border-top:none}.mob-sheet-row:active{background:#0000000a}[data-theme=dark] .mob-sheet-row:active{background:#ffffff0d}.mob-sheet-row--danger .mob-sheet-row__label{color:#dc2626}[data-theme=dark] .mob-sheet-row--danger .mob-sheet-row__label{color:#f87171}.mob-sheet-row__icon{color:#00000061;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}[data-theme=dark] .mob-sheet-row__icon{color:#ffffff6b}.mob-sheet-row__label{color:#111;flex:1;font-size:15px;font-weight:400}[data-theme=dark] .mob-sheet-row__label{color:#ededed}.mob-sheet-row__plus{color:#00000038}[data-theme=dark] .mob-sheet-row__plus{color:#ffffff38}.mob-module-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:10px 16px 4px;display:grid}.mob-module-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:center;aspect-ratio:1;background:#0000000a;border:none;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 6px;font-family:inherit;transition:background .12s,transform .12s;display:flex;overflow:hidden}[data-theme=dark] .mob-module-btn{background:#ffffff0f}.mob-module-btn:active{background:#00000017;transform:scale(.95)}[data-theme=dark] .mob-module-btn:active{background:#ffffff1c}.mob-module-btn__icon{color:#00000080}[data-theme=dark] .mob-module-btn__icon{color:#ffffff94}.mob-module-btn__label{color:#111;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden}[data-theme=dark] .mob-module-btn__label{color:#ffffffb8}.mob-sheet-safe-area{height:env(safe-area-inset-bottom);min-height:20px}.mob-home{flex-direction:column;gap:10px;padding:10px 16px 16px;display:flex}.mob-home-greeting{flex-direction:column;gap:3px;padding:8px 2px 4px;display:flex}.mob-home-greeting__name{color:#111;letter-spacing:-.5px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:24px;font-weight:700;line-height:1.15;display:block;overflow:hidden}[data-theme=dark] .mob-home-greeting__name{color:#ededed}.mob-home-greeting__date{color:#0000006b;margin:0;font-size:14px;line-height:1.3;display:block}[data-theme=dark] .mob-home-greeting__date{color:#ffffff61}.mob-home-item{flex-direction:column;gap:3px;display:flex}.mob-home-item__title{color:#111;font-size:15px;font-weight:400}[data-theme=dark] .mob-home-item__title{color:#ededed}.mob-home-item__sub{color:#6b7280;font-size:13px}[data-theme=dark] .mob-home-item__sub{color:#ffffff61}.mob-home-loading{justify-content:center;align-items:center;height:200px;display:flex}.mob-sheet-ai-badge{letter-spacing:.06em;color:#34d399cc;background:#34d3991a;border:1px solid #34d39933;border-radius:5px;flex-shrink:0;padding:2px 5px;font-size:9.5px;font-weight:700}.mob-sheet-row__icon--medix{color:#34d399bf!important}.page-header__mobile-date{display:none}.hoy-page{flex-direction:column;gap:12px;padding:14px 16px 20px;display:flex}.hoy-skeleton{background:#0000000f;border-radius:18px;height:90px;animation:1.6s ease-in-out infinite hoy-shimmer}.hoy-skeleton--sm{height:60px}.hoy-skeleton--xs{height:36px}.hoy-skeleton--lg{height:130px;animation-delay:.1s}@keyframes hoy-shimmer{0%,to{opacity:.5}50%{opacity:1}}[data-theme=dark] .hoy-skeleton{background:#ffffff12}.hoy-greeting{padding:4px 2px 0}.hoy-greeting__text{color:#111;letter-spacing:-.5px;margin:0;font-size:23px;font-weight:700;line-height:1.2}[data-theme=dark] .hoy-greeting__text{color:#ededed}.hoy-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#00000052;margin:0 0 8px;font-size:10.5px;font-weight:700}[data-theme=dark] .hoy-eyebrow{color:#ffffff47}.hoy-tenés-wrap{padding:2px 0}.hoy-chips{flex-wrap:wrap;gap:7px;display:flex}.hoy-chip{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:20px;align-items:center;gap:5px;padding:7px 13px;font-family:inherit;font-size:13px;font-weight:500;line-height:1;transition:transform 80ms ease-out,opacity .12s;display:inline-flex}.hoy-chip:active{opacity:.85;transform:scale(.96)}.hoy-chip--visit{color:#1d4ed8;background:#2563eb1a}.hoy-chip--task{color:#b45309;background:#d977061a}.hoy-chip--hot{color:#b91c1c;background:#dc26261a}.hoy-chip--quote{color:#4f46e5;background:#6366f11a}.hoy-chip--free{color:#0006;background:#0000000a}[data-theme=dark] .hoy-chip--visit{color:#93c5fd;background:#3b82f626}[data-theme=dark] .hoy-chip--task{color:#fcd34d;background:#f59e0b26}[data-theme=dark] .hoy-chip--hot{color:#fca5a5;background:#ef444426}[data-theme=dark] .hoy-chip--quote{color:#a5b4fc;background:#6366f126}[data-theme=dark] .hoy-chip--free{color:#ffffff61;background:#ffffff12}.hoy-card{background:#fff;border:1px solid #e8ecf2;border-radius:20px;padding:18px 18px 16px;box-shadow:0 2px 12px #0f172a0d}[data-theme=dark] .hoy-card{background:#1a1a1a;border-color:#ffffff12;box-shadow:0 2px 16px #0000004d}.hoy-card__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#00000052;align-items:center;gap:5px;margin:0 0 10px;font-size:10.5px;font-weight:700;display:flex}[data-theme=dark] .hoy-card__eyebrow{color:#ffffff47}.hoy-card__title{color:#111;letter-spacing:-.4px;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:19px;font-weight:700;overflow:hidden}[data-theme=dark] .hoy-card__title{color:#ededed}.hoy-card__time{color:#2563eb;align-items:center;gap:5px;margin:4px 0 0;font-size:13px;font-weight:600;display:inline-flex}[data-theme=dark] .hoy-card__time{color:#93c5fd}.hoy-card__address{color:#0006;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:12px;overflow:hidden}[data-theme=dark] .hoy-card__address{color:#ffffff5c}.hoy-card__actions{gap:8px;margin-top:16px;display:flex}.hoy-action-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:13px;flex:1;justify-content:center;align-items:center;gap:6px;height:42px;font-family:inherit;font-size:13.5px;font-weight:600;text-decoration:none;transition:transform 80ms ease-out,opacity .12s;display:inline-flex}.hoy-action-btn:active{opacity:.85;transform:scale(.97)}.hoy-action-btn--primary{color:#fff;background:#111}[data-theme=dark] .hoy-action-btn--primary{color:#1a1a1a;background:#ededed}.hoy-action-btn--ghost{color:#111;background:#0000000f}[data-theme=dark] .hoy-action-btn--ghost{color:#ededed;background:#ffffff17}.hoy-section{flex-direction:column;display:flex}.hoy-section__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.hoy-section__head .hoy-eyebrow{margin:0}.hoy-section__more{color:#00000061;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:2px;min-height:44px;padding:10px 4px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}[data-theme=dark] .hoy-section__more{color:#ffffff52}.hoy-list{background:#fff;border:1px solid #e8ecf2;border-radius:16px;overflow:hidden}[data-theme=dark] .hoy-list{background:#1a1a1a;border-color:#ffffff12}.hoy-list-item{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-top:1px solid #0000000d;align-items:center;gap:12px;width:100%;padding:13px 16px;font-family:inherit;transition:background .1s;display:flex}.hoy-list-item:first-child{border-top:none}[data-theme=dark] .hoy-list-item{border-top-color:#3c3c3c}.hoy-list-item:active{background:#0000000a}[data-theme=dark] .hoy-list-item:active{background:#ffffff0d}.hoy-list-item__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hoy-dot--alta,.hoy-dot--hot{background:#ef4444}.hoy-dot--media,.hoy-dot--warm{background:#f59e0b}.hoy-dot--baja{background:#94a3b8}.hoy-list-item__label{color:#111;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:400;overflow:hidden}[data-theme=dark] .hoy-list-item__label{color:#ededed}.hoy-list-item__date{color:#0000005c;flex-shrink:0;font-size:12px}[data-theme=dark] .hoy-list-item__date{color:#ffffff4d}.hoy-list-item__chevron{color:#0003;flex-shrink:0}[data-theme=dark] .hoy-list-item__chevron{color:#ffffff2e}.hoy-medix{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:#111;border:none;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:18px;font-family:inherit;transition:transform 80ms ease-out,opacity .12s;display:flex;box-shadow:0 4px 20px #00000029}.hoy-medix:active{opacity:.9;transform:scale(.98)}[data-theme=dark] .hoy-medix{background:#232323;box-shadow:0 4px 20px #00000073}.hoy-medix__left{align-items:center;gap:12px;display:flex}.hoy-medix__dot{background:#34d399;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite crm-pulse;box-shadow:0 0 6px #34d3998c}.hoy-medix__eyebrow{color:#fff6;letter-spacing:.1em;text-transform:uppercase;margin:0 0 3px;font-size:10px;font-weight:700}.hoy-medix__prompt{color:#fff;letter-spacing:-.2px;margin:0;font-size:15px;font-weight:600}[data-theme=dark] .hoy-medix__prompt{color:#ffffffe0}.hoy-medix__icon{color:#ffffff61;flex-shrink:0}.hoy-footer{justify-content:center;padding:2px 0;display:flex}.hoy-refresh-btn{color:#00000052;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}[data-theme=dark] .hoy-refresh-btn{color:#ffffff47}.hoy-empty-state{background:#00000006;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin:0 0 2px;padding:14px 16px;display:flex}[data-theme=dark] .hoy-empty-state{background:#ffffff0a}.hoy-empty-state__text{color:#00000059;font-size:13px;font-weight:450;line-height:1.3}[data-theme=dark] .hoy-empty-state__text{color:#ffffff40}.hoy-empty-state__cta{color:#00000080;cursor:pointer;white-space:nowrap;background:#0000000f;border:none;border-radius:99px;flex-shrink:0;align-items:center;gap:5px;padding:6px 11px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}[data-theme=dark] .hoy-empty-state__cta{color:#ffffff61;background:#ffffff14}.hoy-empty-state__cta:active{opacity:.75;transform:scale(.97)}.hoy-agenda-list{flex-direction:column;display:flex}.hoy-agenda-item{border-top:1px solid #0000000f;align-items:center;gap:10px;padding:11px 4px 11px 0;display:flex}.hoy-agenda-item:first-child{border-top:none}[data-theme=dark] .hoy-agenda-item{border-top-color:#3c3c3c}.hoy-agenda-item__time{color:#2563eb;font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;gap:4px;min-width:52px;font-size:12px;font-weight:600;display:flex}[data-theme=dark] .hoy-agenda-item__time{color:#93c5fd}.hoy-agenda-item__notime{color:#00000047;font-size:11px;font-weight:450}[data-theme=dark] .hoy-agenda-item__notime{color:#ffffff38}.hoy-agenda-item__info{flex:1;min-width:0}.hoy-agenda-item__name{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;display:block;overflow:hidden}[data-theme=dark] .hoy-agenda-item__name{color:#ededed}.hoy-agenda-item__addr{color:#00000061;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:11.5px;display:block;overflow:hidden}[data-theme=dark] .hoy-agenda-item__addr{color:#ffffff47}.hoy-agenda-item__map{color:#2563eb;background:#2563eb14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;display:inline-flex}[data-theme=dark] .hoy-agenda-item__map{color:#93c5fd;background:#3b82f61f}.hoy-agenda-upcoming{border-top:1px solid #0000000d;margin-top:4px}[data-theme=dark] .hoy-agenda-upcoming{border-top-color:#ffffff0a}.hoy-task-overdue{color:#ef4444;font-weight:600}[data-theme=dark] .hoy-task-overdue{color:#fca5a5}.hoy-collapse{background:#00000005;border:1px solid #00000012;border-radius:14px;overflow:hidden}[data-theme=dark] .hoy-collapse{background:#ffffff08;border-color:#3c3c3c}.hoy-collapse__trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:14px 16px;font-family:inherit;display:flex}.hoy-collapse__trigger:active{opacity:.8}.hoy-collapse__label{text-transform:uppercase;letter-spacing:.08em;color:#00000061;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:flex}[data-theme=dark] .hoy-collapse__label{color:#ffffff47}.hoy-collapse__meta{flex-shrink:0;align-items:center;gap:6px;display:flex}.hoy-collapse__preview{color:#111;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}[data-theme=dark] .hoy-collapse__preview{color:#ededed}.hoy-collapse__chevron{color:#00000047;transition:transform .22s}[data-theme=dark] .hoy-collapse__chevron{color:#ffffff38}.hoy-collapse__chevron--open{transform:rotate(180deg)}.hoy-collapse__body{border-top:1px solid #0000000f;flex-direction:column;gap:0;padding:0 16px 14px;display:flex}[data-theme=dark] .hoy-collapse__body{border-top-color:#3c3c3c}.hoy-pipeline-summary{border-bottom:1px solid #0000000f;margin-bottom:8px;padding:12px 0 10px}[data-theme=dark] .hoy-pipeline-summary{border-bottom-color:#3c3c3c}.hoy-pipeline-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.hoy-pipeline-row span{color:#00000070;font-size:12.5px}.hoy-pipeline-row strong{color:#111;font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}[data-theme=dark] .hoy-pipeline-row span{color:#ffffff52}[data-theme=dark] .hoy-pipeline-row strong{color:#ededed}.hoy-pipeline-row--sub{margin-top:4px}.hoy-pipeline-row--sub span{color:#00000052;font-size:11.5px}[data-theme=dark] .hoy-pipeline-row--sub span{color:#ffffff38}.hoy-collapse__section-label{text-transform:uppercase;letter-spacing:.08em;color:#00000047;align-items:center;gap:5px;padding:6px 0 4px;font-size:9.5px;font-weight:700;display:flex}[data-theme=dark] .hoy-collapse__section-label{color:#ffffff38}.hoy-licit-item{cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #0000000d;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 0;font-family:inherit;display:flex}[data-theme=dark] .hoy-licit-item{border-top-color:#ffffff0a}.hoy-licit-item:first-of-type{border-top:none}.hoy-licit-item:active{opacity:.75}.hoy-licit-item__main{flex:1;min-width:0}.hoy-licit-item__name{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;display:block;overflow:hidden}[data-theme=dark] .hoy-licit-item__name{color:#ededed}.hoy-licit-item__num{color:#00000052;margin-top:1px;font-size:11px;display:block}[data-theme=dark] .hoy-licit-item__num{color:#ffffff38}.hoy-licit-item__days{color:#00000061;font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:36px;font-size:12px;font-weight:700}.hoy-licit-item__days--urgent{color:#ef4444}[data-theme=dark] .hoy-licit-item__days{color:#ffffff47}[data-theme=dark] .hoy-licit-item__days--urgent{color:#fca5a5}.hoy-collapse__more{color:#00000052;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;width:100%;padding:10px 0 2px;font-family:inherit;font-size:12px;font-weight:600;display:flex}[data-theme=dark] .hoy-collapse__more{color:#ffffff38}.hoy-collapse__empty{color:#00000047;text-align:center;margin:0;padding:12px 0 4px;font-size:12.5px}[data-theme=dark] .hoy-collapse__empty{color:#fff3}.mob-module-btn-wrap{display:flex;position:relative}.mob-module-btn__star{cursor:pointer;color:#0003;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:color .15s,transform .12s;display:flex;position:absolute;top:5px;right:5px}[data-theme=dark] .mob-module-btn__star{color:#ffffff2e}.mob-module-btn__star--on{color:#f59e0b}[data-theme=dark] .mob-module-btn__star--on{color:#fcd34d}.mob-module-btn__star:active{transform:scale(.88)}.mob-sheet-header__edit-btn{cursor:pointer;color:#185fa5;-webkit-tap-highlight-color:transparent;letter-spacing:-.1px;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;padding:0 4px;font-family:inherit;font-size:14px;font-weight:500;transition:opacity .12s;display:flex}.mob-sheet-header__edit-btn--done{color:#185fa5;font-weight:600}[data-theme=dark] .mob-sheet-header__edit-btn,[data-theme=dark] .mob-sheet-header__edit-btn--done{color:#60a5fa}.mob-sheet-header__edit-btn:active{opacity:.65}.mob-edit-bar{border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 16px 8px;display:flex}[data-theme=dark] .mob-edit-bar{border-bottom-color:#3c3c3c}.mob-edit-bar__hint{color:#0006;flex:1;font-size:11px;font-weight:400;line-height:1.3}[data-theme=dark] .mob-edit-bar__hint{color:#ffffff4d}.mob-edit-bar__reset{color:#0000005c;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 6px;font-family:inherit;font-size:11px;font-weight:500;transition:opacity .12s;display:inline-flex}[data-theme=dark] .mob-edit-bar__reset{color:#ffffff47}.mob-edit-bar__reset:active{opacity:.5}@keyframes mob-wiggle-edit{0%{transform:rotate(-.8deg)}50%{transform:rotate(.8deg)}to{transform:rotate(-.8deg)}}.mob-module-grid--editing .mob-module-btn{animation:.22s ease-in-out infinite mob-wiggle-edit;animation-delay:var(--wiggle-delay,0s);cursor:grab;-webkit-user-select:none;user-select:none}.mob-module-grid--editing .mob-module-btn:active{cursor:grabbing}.mob-module-btn--dragging{transform:scale(.94);opacity:.28!important;animation:none!important}.mob-module-btn--drop-target{outline-offset:2px;border-radius:14px;outline:2px solid #185fa580}.mob-module-btn--hidden{opacity:.38}.mob-module-btn--hidden .mob-module-btn__icon{filter:grayscale()}.mob-mod-eye{cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent;z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:opacity .12s,transform .12s;display:flex;position:absolute;top:2px;left:2px}.mob-mod-eye--off{color:#ffffffa6;background:#0000004d}.mob-mod-eye:active{opacity:.7;transform:scale(.88)}.mob-drag-ghost{z-index:300;pointer-events:none;opacity:.88;background:#1e1e1eeb;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:fixed;transform:scale(1.1);box-shadow:0 8px 32px #0000006b,0 2px 8px #00000047}.mob-drag-ghost .mob-module-btn__icon{color:#fff;justify-content:center;align-items:center;display:flex}.mob-drag-ghost .mob-module-btn__label{color:#ffffffd1;text-align:center;font-size:10px;font-weight:600;line-height:1}@keyframes mob-toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.mob-toast{bottom:calc(88px + env(safe-area-inset-bottom));z-index:400;color:#fff;white-space:nowrap;pointer-events:none;letter-spacing:-.1px;background:#161616eb;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;animation:.18s cubic-bezier(.32,.72,0,1) both mob-toast-in;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000052}.mob-only{display:none}.desktop-only{display:block}.mob-ph{z-index:100;padding:10px 16px 8px;padding-top:calc(env(safe-area-inset-top,0px) + 10px);-webkit-tap-highlight-color:transparent;background:#fff;border-bottom:1px solid #0000000e;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;transition:padding .18s ease-out;display:flex;position:sticky;top:0}[data-theme=dark] .mob-ph{background:#1a1a1a;border-bottom-color:#3c3c3c}.mob-ph--compact{padding:6px 16px;padding-top:calc(env(safe-area-inset-top,0px) + 6px)}.mob-ph__left{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mob-ph__logo-wrap{align-items:center;line-height:0;display:flex}.mob-ph__logo{object-fit:contain;width:auto;max-width:160px;height:22px;display:block}.mob-ph__logo--dark,[data-theme=dark] .mob-ph__logo--light{display:none}[data-theme=dark] .mob-ph__logo--dark{display:block}.mob-ph__title{color:#111;letter-spacing:-.4px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:700;line-height:1.15;transition:font-size .18s ease-out;overflow:hidden}[data-theme=dark] .mob-ph__title{color:#ededed}.mob-ph--compact .mob-ph__title{letter-spacing:-.2px;font-size:14px;font-weight:600}.mob-ph .page-header__mobile-date{color:#00000061!important;text-transform:none!important;letter-spacing:0!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;font-size:11.5px!important;font-weight:400!important;line-height:1.2!important;display:block!important}[data-theme=dark] .mob-ph .page-header__mobile-date{color:#ffffff52!important}.mob-ph__actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.mob-ph__icon-btn{color:#0000006b;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:opacity .12s;display:flex}[data-theme=dark] .mob-ph__icon-btn{color:#ffffff6b}.mob-ph__icon-btn:active{opacity:.4}.mob-ph__avatar{color:#0000007a;letter-spacing:-.3px;background:#00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:2px;font-size:11px;font-weight:700;display:flex}[data-theme=dark] .mob-ph__avatar{color:#ffffff6b;background:#ffffff14}@keyframes msearch-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.msearch{z-index:500;-webkit-overflow-scrolling:touch;background:#f4f5f7;flex-direction:column;animation:.16s cubic-bezier(.16,1,.3,1) both msearch-in;display:flex;position:fixed;inset:0}[data-theme=dark] .msearch{background:#1a1a1a}.msearch__top{padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 10px;background:#f4f5f7;border-bottom:1px solid #0000000e;flex-shrink:0;align-items:center;gap:10px;display:flex}[data-theme=dark] .msearch__top{background:#1a1a1a;border-bottom-color:#3c3c3c}.msearch__input-wrap{background:#0001;border-radius:10px;flex:1;align-items:center;gap:7px;min-width:0;height:38px;padding:0 10px;display:flex}[data-theme=dark] .msearch__input-wrap{background:#ffffff12}.msearch__search-icon{color:#00000052;pointer-events:none;flex-shrink:0}[data-theme=dark] .msearch__search-icon{color:#ffffff47}.msearch__input{color:#111;letter-spacing:-.1px;-webkit-appearance:none;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:16px;font-weight:400}[data-theme=dark] .msearch__input{color:#ededed}.msearch__input::placeholder{color:#0000004d}[data-theme=dark] .msearch__input::placeholder{color:#ffffff40}.msearch__input::-webkit-search-cancel-button{-webkit-appearance:none}.msearch__clear{color:#ffffffe6;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0003;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}[data-theme=dark] .msearch__clear{color:#000000bf;background:#ffffff2e}.msearch__cancel{color:#185fa5;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;align-items:center;min-height:44px;padding:14px 8px;font-family:inherit;font-size:15px;font-weight:500;display:inline-flex}[data-theme=dark] .msearch__cancel{color:#5b9bd5}.msearch__body{-webkit-overflow-scrolling:touch;flex:1;padding:8px 0;overflow-y:auto}.msearch__section-label{letter-spacing:.5px;color:#0000004d;margin:12px 16px 4px;padding:0;font-size:10.5px;font-weight:700}[data-theme=dark] .msearch__section-label{color:#ffffff38}.msearch__row{cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;height:46px;padding:0 16px;font-family:inherit;transition:background 80ms;display:flex}.msearch__row:active{background:#0000000d}[data-theme=dark] .msearch__row:active{background:#ffffff0d}.msearch__row-icon{color:#00000080;background:#00000012;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}[data-theme=dark] .msearch__row-icon{color:#ffffff73;background:#ffffff12}.msearch__row-icon--muted{color:#0000004d;background:0 0}[data-theme=dark] .msearch__row-icon--muted{color:#ffffff40}.msearch__row-label{color:#111;letter-spacing:-.1px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:15px;font-weight:400;overflow:hidden}[data-theme=dark] .msearch__row-label{color:#ededed}.msearch__row-chev{color:#0003;flex-shrink:0}[data-theme=dark] .msearch__row-chev{color:#ffffff2e}.msearch__group{margin-top:8px}.msearch__group-hd{align-items:center;gap:6px;padding:4px 16px 2px;display:flex}.msearch__group-icon{color:#0000004d;flex-shrink:0}[data-theme=dark] .msearch__group-icon{color:#ffffff38}.msearch__group-label{letter-spacing:.5px;color:#0000004d;text-transform:uppercase;font-size:10.5px;font-weight:700}[data-theme=dark] .msearch__group-label{color:#ffffff38}.msearch__group-count{color:#00000038;background:#0000000f;border-radius:999px;padding:0 5px;font-size:10px;font-weight:600;line-height:17px}[data-theme=dark] .msearch__group-count{color:#fff3;background:#ffffff12}.msearch__item{cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;min-height:46px;padding:0 16px;font-family:inherit;transition:background 80ms;display:flex}.msearch__item:active{background:#0000000d}[data-theme=dark] .msearch__item:active{background:#ffffff0d}.msearch__item-main{flex-direction:column;flex:1;gap:2px;min-width:0;padding:10px 0;display:flex}.msearch__item-title{color:#111;letter-spacing:-.1px;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;display:block;overflow:hidden}[data-theme=dark] .msearch__item-title{color:#ededed}.msearch__item-sub{color:#00000061;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;display:block;overflow:hidden}[data-theme=dark] .msearch__item-sub{color:#ffffff47}.msearch__medix-prompt{cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:#0000000a;border:1px solid #0000000f;border-radius:14px;align-items:center;gap:12px;width:calc(100% - 32px);margin:16px 16px 4px;padding:12px 14px;font-family:inherit;transition:opacity .12s;display:flex}[data-theme=dark] .msearch__medix-prompt{background:#ffffff0a;border-color:#ffffff0d}.msearch__medix-prompt:active{opacity:.65}.msearch__medix-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 6px #22c55e8c}.msearch__medix-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.msearch__medix-eyebrow{letter-spacing:.8px;color:#0000004d;font-size:9.5px;font-weight:700;display:block}[data-theme=dark] .msearch__medix-eyebrow{color:#ffffff40}.msearch__medix-label{color:#111;letter-spacing:-.15px;font-size:13.5px;font-weight:500;display:block}[data-theme=dark] .msearch__medix-label{color:#ededed}.msearch__medix-icon{color:#22c55e;flex-shrink:0}.msearch__medix-suggest{cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;border-top:1px solid #0000000e;align-items:center;gap:10px;width:100%;margin-top:4px;padding:12px 16px;font-family:inherit;transition:background 80ms;display:flex}[data-theme=dark] .msearch__medix-suggest{border-top-color:#3c3c3c}.msearch__medix-suggest:active{background:#0000000a}.msearch__medix-suggest-icon{color:#22c55e;flex-shrink:0}.msearch__medix-suggest-label{color:#111;letter-spacing:-.1px;margin:0;font-size:13px;font-weight:600}[data-theme=dark] .msearch__medix-suggest-label{color:#ededed}.msearch__medix-suggest-query{color:#00000061;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;font-weight:400;overflow:hidden}[data-theme=dark] .msearch__medix-suggest-query{color:#ffffff47}.msearch__loading{color:#00000059;justify-content:center;align-items:center;gap:10px;padding:36px 16px;font-size:13px;font-weight:400;display:flex}[data-theme=dark] .msearch__loading{color:#ffffff47}@keyframes msearch-spin{to{transform:rotate(360deg)}}.msearch__spinner{border:2px solid #0000001a;border-top-color:#00000059;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite msearch-spin}[data-theme=dark] .msearch__spinner{border-color:#ffffff47 #ffffff14 #ffffff14}.msearch__empty{text-align:center;color:#00000059;margin:0;padding:36px 24px;font-size:14px;font-weight:400;line-height:1.5}[data-theme=dark] .msearch__empty{color:#ffffff47}@media (width<=768px){:root{--mab-height:36px;--mab-gap:6px;--mab-radius:8px;--mab-font:12.5px;--mab-px:12px}.tn-header{flex-flow:column!important;align-items:flex-start!important;gap:10px!important}.tn-header__actions{-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;gap:var(--mab-gap)!important;scrollbar-width:none!important;-ms-overflow-style:none!important;grid-template-columns:unset!important;flex-flow:row!important;align-items:center!important;width:100%!important;padding-bottom:2px!important;display:flex!important;overflow:auto hidden!important}.tn-header__actions::-webkit-scrollbar{display:none!important}.tn-header__actions .tn-btn--primary,.tn-header__actions .tn-btn[style]{grid-column:unset!important;min-height:unset!important;justify-content:flex-start!important}.tn-toolbar{-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;gap:var(--mab-gap)!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex-flow:row!important;align-items:center!important;width:100%!important;display:flex!important;overflow:auto hidden!important}.tn-toolbar::-webkit-scrollbar{display:none!important}.tn-toolbar__group{gap:var(--mab-gap)!important;flex-direction:row!important;flex-shrink:0!important;display:flex!important}.tn-toolbar__sep{display:none!important}.tn-tbar-btn,.tn-header__actions .tn-btn{height:var(--mab-height)!important;scroll-snap-align:start!important;white-space:nowrap!important;min-width:max-content!important;font-size:var(--mab-font)!important;padding:0 var(--mab-px)!important;flex-shrink:0!important}.cot-header{flex-flow:column!important;align-items:flex-start!important;gap:10px!important}.cot-header-actions{-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-ms-overflow-style:none!important;border-radius:12px!important;flex-flow:row!important;align-items:center!important;gap:2px!important;width:100%!important;padding:4px!important;display:flex!important;overflow:auto hidden!important}.cot-header-actions::-webkit-scrollbar{display:none!important}.cot-toolbar__sep{display:none!important}.cot-btn{height:var(--mab-height)!important;scroll-snap-align:start!important;white-space:nowrap!important;flex-shrink:0!important;min-width:max-content!important;padding:0 11px!important;font-size:12px!important}.sp-list-actions,.sp-prod-toolbar,.sp-history-toolbar{-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;gap:var(--mab-gap)!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex-flow:row!important;align-items:center!important;padding-bottom:2px!important;display:flex!important;overflow:auto hidden!important}.sp-list-actions::-webkit-scrollbar{display:none!important}.sp-prod-toolbar::-webkit-scrollbar{display:none!important}.sp-history-toolbar::-webkit-scrollbar{display:none!important}.sp-btn,.sp-list-actions>button,.sp-prod-toolbar>button,.sp-history-toolbar>button{height:var(--mab-height)!important;scroll-snap-align:start!important;white-space:nowrap!important;min-width:max-content!important;font-size:var(--mab-font)!important;flex-shrink:0!important}.page-actions-row,.campaign-actions,.camp-actions{-webkit-overflow-scrolling:touch!important;gap:var(--mab-gap)!important;scrollbar-width:none!important;flex-flow:row!important;align-items:center!important;display:flex!important;overflow:auto hidden!important}.page-actions-row::-webkit-scrollbar{display:none!important}.campaign-actions::-webkit-scrollbar{display:none!important}.camp-actions::-webkit-scrollbar{display:none!important}.tn-attach-toolbar{-webkit-overflow-scrolling:touch!important;gap:var(--mab-gap)!important;scrollbar-width:none!important;flex-flow:row!important;display:flex!important;overflow:auto hidden!important}.tn-attach-toolbar::-webkit-scrollbar{display:none!important}[data-theme=dark] .cot-header-actions{background:#1c1c1e!important;border-color:#ffffff12!important}}@media (prefers-reduced-motion:reduce){.mob-module-grid--editing .mob-module-btn,.hoy-skeleton,.mob-dock-hline--mid,.mob-sheet,.mob-backdrop,.hoy-shimmer{transition:none!important;animation:none!important}}
