:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f3f4f6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f3f4f6}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}.app-container{display:flex;height:100vh;width:100vw;background-color:#f3f4f6;overflow:hidden}.sidebar{width:250px;background-color:#fff;border-right:1px solid #e5e7eb;padding:20px;display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}.sidebar-logo{width:180px;display:block;margin:0 auto 5px}.sidebar h1{font-size:1.25rem;font-weight:700;margin-bottom:10px}.sidebar nav{display:flex;flex-direction:column;gap:10px}.sidebar button{display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:none;border-radius:8px;cursor:pointer;font-size:.95rem;transition:background .2s,color .2s;color:#000}.sidebar button:hover{background-color:#f3f4f6}.sidebar button.active{background-color:#1da15e;color:#fff}.sidebar button svg{color:inherit}.main-content{flex:1;padding:24px;overflow-y:auto;background-color:#f3f4f6}.app-container.tv-mode{background:radial-gradient(circle at 10% 20%,#0b1224,#0a1123 40%,#050915)}.tv-main{display:flex;flex-direction:column;gap:12px;height:100vh;overflow:hidden;padding:18px 24px;background:linear-gradient(145deg,#0b1224,#0c182f 45%,#0a1021)}.tv-shell{display:flex;flex-direction:column;height:100%;gap:12px}.tv-header{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px;color:#e5e7eb;box-shadow:0 12px 34px #00000059}.tv-header-left{display:flex;align-items:center;gap:12px}.tv-header-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.25)}.tv-header-title{margin:0;font-size:1.05rem;font-weight:700;color:#f8fafc}.tv-header-subtitle{margin:2px 0 0;color:#cbd5f5;font-size:.92rem}.tv-last-updated{color:#9fb6e8;font-size:.85rem;font-weight:600}.tv-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.tv-next-btn,.tv-exit-btn{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;color:#f8fafc;border:1px solid rgba(255,255,255,.14);padding:8px 12px;border-radius:10px;font-weight:600;box-shadow:0 8px 18px #00000040;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.tv-next-btn:hover,.tv-exit-btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px #00000059;filter:brightness(1.05)}.tv-progress-track{width:100%;height:6px;border-radius:999px;background:#ffffff14;overflow:hidden;margin-top:6px}.tv-progress-bar{width:0;height:100%;background:linear-gradient(90deg,#22c55e,#4ade80 45%,#bef264);animation:tv-progress-fill linear forwards}.tv-progress-bar.paused{animation-play-state:paused;opacity:.5}@keyframes tv-progress-fill{0%{width:0%}to{width:100%}}.tv-slide{flex:1;min-height:0;display:flex;flex-direction:column;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px 18px;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 16px 42px #00000059}.tv-slide-header h2{margin:0;color:#f8fafc;font-size:1.3rem;letter-spacing:.01em}.tv-slide-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;width:100%}.tv-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px;width:100%;height:100%}.tv-grid.offers-two{grid-template-columns:repeat(2,1fr)}.tv-grid>*{min-height:0}.tv-column{display:grid;grid-template-rows:1fr 1fr;gap:12px;min-height:0;height:100%}.tv-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.tv-kpi-layout{display:grid;grid-template-rows:auto 1fr;gap:16px;height:100%;width:100%;flex:1 1 auto}.tv-freshness{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#34d3991f;border:1px solid rgba(52,211,153,.25);border-radius:10px;color:#e2f3ec}.tv-freshness.stale{background:#f871712e;border-color:#f8717166;color:#fee2e2}.tv-freshness .dot{width:10px;height:10px;border-radius:999px;background:currentColor;display:inline-flex;margin-right:8px}.tv-freshness-text{display:inline-flex;align-items:center;gap:6px;font-weight:700;letter-spacing:.2px}.tv-stale-pill{padding:6px 10px;border-radius:999px;background:#f8717133;border:1px solid rgba(248,113,113,.5);color:#fecdd3;font-weight:800;letter-spacing:.5px}.tv-bottom-row{display:grid;grid-template-columns:4fr 1fr;gap:16px;min-height:0;height:100%;align-items:stretch}.tv-bottom-row.product-two{grid-template-columns:repeat(2,1fr)}.tv-list-column{display:flex;flex-direction:column;gap:12px}.tv-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px;color:#f8fafc;box-shadow:0 8px 16px #00000040}.tv-card.small{height:auto;padding:10px 12px}.tv-list-column .tv-card{flex:1}.tv-list-column .tv-card-label{font-size:.9rem}.tv-card-label{margin:0;font-size:.85rem;color:#cbd5f5}.tv-card-value{margin:4px 0 0;font-size:1.35rem;font-weight:800;letter-spacing:.01em}.tv-side-lists{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.tv-side-lists.compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tv-list{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:6px;color:#e5e7eb}.tv-list li{display:flex;align-items:center;gap:8px}.tv-chart-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;min-height:0;height:100%;display:flex;flex-direction:column;gap:8px;color:#f8fafc;box-shadow:0 8px 16px #00000040}.tv-chart-card.line{flex:1;min-height:420px;height:100%}.tv-chart-card.bar{min-height:320px}.tv-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:8px}.tv-legend-item{display:inline-flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 10px;color:#e5e7eb;font-size:.9rem}.tv-legend-swatch{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.tv-legend-label{font-weight:600}.tv-legend-value{color:#cbd5f5;font-weight:600}.tv-chart-card.wide{grid-column:span 1}.tv-orders-layout{display:grid;grid-template-rows:auto 1fr;gap:12px;height:100%;width:100%;min-height:0;flex:1}.tv-orders-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.orders-chart{min-height:0}.tv-card-title{font-weight:700;margin:0;letter-spacing:.01em}.tv-side-cards{display:grid;gap:12px;grid-template-columns:1fr}.tv-muted{color:#cbd5f5}.tv-error{color:#fecdd3}.tv-mode .sidebar{display:none}.tv-mode .card-value{font-size:1.35rem}.tv-mode .overview-list-title,.tv-mode .offers-title,.tv-mode .orders-title,.tv-mode .alerts-title,.tv-mode .product-insights-title,.tv-mode .ai-title{font-size:1.4rem}.overview-container{display:flex;flex-direction:column;gap:24px}.overview-filter-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;box-shadow:0 8px 18px #0f766e14;display:flex;flex-direction:column;gap:20px}.overview-filter-card.compact{padding:16px 20px;gap:16px}.overview-filter-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.filter-toggle-button{border:none;background:linear-gradient(135deg,#34d399,#10b981);color:#fff;padding:8px 14px;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 8px 14px #10b9814d;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.filter-toggle-button:hover{transform:translateY(-1px);box-shadow:0 10px 16px #10b98159}.filter-toggle-button.active{background:#0f9f64}.filter-inline-caption{font-size:.85rem;color:#475569}.filter-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.filter-form-group{display:flex;flex-direction:column;gap:6px}.filter-form-group label{font-size:.85rem;color:#0f172a;font-weight:600}.filter-form-group select,.filter-form-group input,.filter-form-group .toggle-group{padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;font-weight:500;color:#111827}.filter-form-group input[type=number]{max-width:120px}.filter-form-group small{color:#6b7280;font-size:.75rem}.toggle-group{display:inline-flex;align-items:center;gap:8px}.overview-filter-header{display:flex;align-items:center;gap:12px}.overview-filter-header h2,.overview-filter-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a}.overview-filter-header p{margin:4px 0 0;color:#475569;font-size:.9rem}.overview-filter-icon{width:36px;height:36px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center}.overview-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.overview-filter-card.compact .overview-filter-header h2,.overview-filter-card.compact .overview-filter-header h3{font-size:1rem}.overview-filter-card.compact .overview-filter-header p{font-size:.85rem;color:#6b7280}.overview-filter-body{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px}.overview-filters.tight{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px}.overview-filter-label{color:#0f172a;font-weight:600;font-size:.95rem}.time-range-select{min-width:200px;padding:8px 12px;border-radius:10px;border:1px solid #d1d5db;background-color:#fff;color:#111827;font-weight:500;box-shadow:0 1px 2px #0f172a14}.time-range-select:focus-visible{outline:2px solid #1da15e;outline-offset:2px}.overview-filter-meta{flex:1;min-width:220px;color:#475569;font-size:.85rem}.time-range-picker{display:flex;flex-direction:column;gap:6px}.time-range-picker-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.custom-date-input{display:flex;flex-direction:column;gap:4px}.custom-date-input input{width:160px;padding:6px 10px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;color:#111827}.custom-date-input input:focus-visible{outline:2px solid #1da15e;outline-offset:2px}.custom-range-apply{padding:8px 14px;border-radius:8px;border:none;background:#1da15e;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #1da15e4d;transition:opacity .2s ease,transform .2s ease}.custom-range-apply:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;opacity:.7}.custom-range-apply:not(:disabled):hover{transform:translateY(-1px)}.recharts-tooltip-wrapper{z-index:30!important;pointer-events:none}.time-range-chip-group{display:flex;gap:8px;flex-wrap:wrap}.time-range-chip{border:1px solid #e2e8f0;color:#1f2937;background:#fff;padding:6px 14px;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0f172a0d}.time-range-chip:hover{border-color:#10b981;box-shadow:0 4px 10px #10b98126}.time-range-chip.active{background:linear-gradient(135deg,#34d399,#10b981);border-color:transparent;color:#fff;box-shadow:0 6px 14px #10b98159}.current-range-caption{color:#4b5563;font-size:.9rem}.overview-filter-meta .current-range-caption{margin:0}.current-range-caption strong{color:#0f172a}.time-dropdown{margin-left:8px;padding:6px 12px;border-radius:6px;border:1px solid #d1d5db;background-color:#fff;color:#111827;cursor:pointer}.overview-grid-top{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.overview-bottom-layout{display:flex;gap:20px;align-items:flex-start}.overview-grid-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;flex:1}.overview-line-chart{width:100%;height:320px;background-color:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a;padding:16px 20px 20px 28px;overflow:visible}.card-icon{color:#1da15e}.overview-right-column{display:flex;flex-direction:column;gap:20px;width:250px}.overview-bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.data-freshness-banner{margin:16px 0;padding:12px 14px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ecfdf3;border:1px solid #bbf7d0;color:#065f46}.data-freshness-banner .freshness-meta{display:inline-flex;align-items:center;gap:8px;font-weight:600}.data-freshness-banner.stale{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.stale-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fee2e2;color:#991b1b;font-weight:700;font-size:.9rem;letter-spacing:.4px}.refresh-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.refresh-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #00000014;background:#f8fafc}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.data-freshness-footer{margin-top:16px;padding:12px 14px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ecfdf3;border:1px solid #bbf7d0;color:#065f46}.data-freshness-footer .freshness-meta{display:inline-flex;align-items:center;gap:8px;font-weight:600}.data-freshness-footer .freshness-actions{display:inline-flex;align-items:center;gap:8px}.data-freshness-footer.stale{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.overview-list-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;padding:20px;display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.overview-list-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.overview-list-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:8px;border-bottom:1px solid #e5e7eb;padding-bottom:6px}.overview-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.overview-list-item{display:flex;align-items:center;gap:10px;background:#f9fafb;padding:8px 12px;border-radius:8px;transition:background .2s}.overview-list-item:hover{background:#e7f8ed}.rank-number{background-color:#1da15e;color:#fff;font-weight:700;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;font-size:.9rem}.rank-name{color:#0f172a;font-weight:500;flex:1}.top-sellers,.top-countries{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a}.top-sellers h3,.top-countries h3{margin-bottom:12px;font-size:1rem;font-weight:700;color:#111827}.top-sellers ol,.top-countries ol{padding-left:20px;list-style-type:decimal;color:#374151}.top-sellers li,.top-countries li{margin-bottom:6px;font-size:.95rem}.geo-page{display:flex;flex-direction:column;gap:24px}.geo-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px}.geo-title{font-size:1.75rem;font-weight:700;color:#111827}.geo-subtitle{margin-top:6px;max-width:560px;color:#4b5563;line-height:1.5}.geo-summary{display:flex;gap:16px;align-items:stretch}.geo-summary-card{background-color:#fff;padding:16px 20px;border-radius:10px;box-shadow:0 2px 6px #00000014;min-width:160px;display:flex;flex-direction:column;gap:4px}.geo-summary-label{font-size:.85rem;color:#6b7280}.geo-summary-value{font-size:1.5rem;font-weight:700;color:#111827}.geo-warning{background-color:#fef3c7;border:1px solid #fcd34d;color:#92400e;border-radius:8px;padding:12px 16px;font-size:.95rem}.geo-content{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.geo-map-card{flex:1 1 600px;min-width:480px;background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;position:relative}.geo-map-container{width:100%;height:480px}.geo-map-container svg{width:100%;height:100%}.geo-legend{margin-top:16px;display:flex;align-items:center;gap:12px;font-size:.85rem;color:#4b5563}.geo-legend-gradient{flex:1;height:12px;border-radius:999px;background:linear-gradient(90deg,#d7f2df,#aee4c5,#7acc9d,#49a374,#2f7b51,#18553a)}.geo-city-hint{margin-top:8px;font-size:.85rem;color:#6b7280}.geo-city-marker{opacity:.9;transition:r .2s ease,opacity .2s ease}.geo-city-marker:hover{opacity:1}.geo-hover-card{position:absolute;top:16px;left:16px;background-color:#111827d9;color:#fff;padding:14px 18px;border-radius:8px;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;gap:4px;pointer-events:none}.geo-hover-title{font-size:.9rem;font-weight:600}.geo-hover-value{font-size:1.1rem;font-weight:700}.geo-hover-subtext{font-size:.85rem;color:#ffffffd9}.geo-side-panel{flex:0 0 280px;background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:16px}.geo-side-panel h3{font-size:1.1rem;font-weight:700;color:#111827}.geo-side-panel ol{list-style:decimal;padding-left:20px;display:flex;flex-direction:column;gap:10px;color:#374151}.geo-side-panel li div{display:flex;align-items:center;justify-content:space-between;gap:12px}.geo-country-name{font-weight:600}.geo-country-sales{font-family:Inter,Segoe UI,sans-serif;color:#1d4ed8;font-weight:600}.geo-side-note{font-size:.85rem;color:#6b7280;line-height:1.4}@media(max-width:1024px){.geo-map-card{flex:1 1 100%;min-width:unset}.geo-map-container{height:360px}.geo-summary{width:100%;justify-content:flex-start;flex-wrap:wrap}}.offers-container{display:flex;flex-direction:column;gap:24px}.offers-title{font-size:1.75rem;font-weight:700;color:#111827}.filter-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:20px;background-color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 1px 4px #00000014;width:100%}.filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.filter-group label{font-size:.85rem;color:#111827;font-weight:500}.salesman-dropdown.small{padding:8px 10px;font-size:.9rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111827;cursor:pointer;transition:border-color .2s ease;height:36px}.salesman-dropdown.small:hover,.salesman-dropdown.small:focus{border-color:#1da15e;outline:none}.salesman-search{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111827;min-width:220px;font-size:.9rem}.salesman-search:focus-visible{outline:2px solid #1da15e;outline-offset:2px}.date-range-filter{display:flex;flex-direction:column;gap:6px}.date-range-filter .filter-label{font-size:.85rem;color:#111827;font-weight:500}.date-range-inputs{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.date-input-wrapper{display:flex;flex-direction:column;gap:4px}.date-input-wrapper label{font-size:.75rem;color:#4b5563}.date-range-filter input[type=date]{padding:8px 10px;font-size:.9rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111827;cursor:pointer;transition:border-color .2s ease;appearance:auto;-webkit-appearance:auto;position:relative;z-index:5;height:36px}.date-range-filter input[type=date]:hover,.date-range-filter input[type=date]:focus{border-color:#1da15e;outline:none}.overview-grid-top{margin-bottom:10px}.kpi-three{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.overview-card{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a;display:flex;align-items:center;gap:15px;transition:transform .2s,box-shadow .2s}.overview-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.card-icon{color:#1da15e;flex-shrink:0}.card-value{font-size:1.25rem;font-weight:700;margin:0;color:#111827}.card-title{font-size:.85rem;color:#6b7280;margin:0}.salesman-details{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a}.salesman-details h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:12px}.salesman-chart-card{margin-top:12px}.salesman-chart-card h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:10px}.offers-chart-section{display:flex;flex-wrap:wrap;gap:20px}.offers-chart-card{background-color:#fff;flex:1;min-width:320px;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a}.offers-chart-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:10px}.offers-status-card{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a}.offers-status-card h3{font-size:1.2rem;font-weight:600;color:#111827;margin-bottom:12px}.offers-pie-container{width:100%;height:300px}.chart-wrapper{position:relative;width:100%;height:320px;background-color:#fff;border-radius:10px;overflow:visible}.chart-wrapper:before{content:"";position:absolute;inset:0;background-color:#fff;z-index:0}.recharts-wrapper[style*="width: 0"],.recharts-wrapper[style*="height: 0"]{display:none!important}.status-legend{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:16px;justify-content:center;align-items:center;min-height:24px}.status-legend-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#374151;background-color:#f9fafb;padding:4px 8px;border-radius:6px;box-shadow:0 1px 2px #0000000d}.status-color{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.1);display:inline-block}.status-empty{font-size:.9rem;color:#6b7280}@media(max-width:1024px){.offers-chart-section{flex-direction:column}.kpi-three{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.filter-bar{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:768px){.salesman-details h3{font-size:1.1rem}.date-range-inputs{flex-direction:column;align-items:flex-start;gap:6px}}.product-insights-container{display:flex;flex-direction:column;gap:24px;padding:24px;background-color:#f3f4f6;min-height:100vh}.product-insights-title{font-size:1.75rem;font-weight:700;color:#111827}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.kpi-card{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 6px #0000001a;transition:transform .2s,box-shadow .2s}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.kpi-card h3{font-size:.9rem;color:#6b7280;margin-bottom:6px}.kpi-value{font-size:1.4rem;font-weight:700;color:#1da15e}.chart-section{display:flex;flex-wrap:wrap;gap:20px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.chart-card{flex:1;min-width:300px;background-color:#fff;border-radius:10px;padding:18px;box-shadow:0 2px 6px #0000001a}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.chart-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.chart-subtitle{font-size:.85rem;color:#6b7280;font-weight:600}.category-filter{padding:6px 10px;border-radius:6px;border:1px solid #d1d5db;background-color:#fff;color:#111827;font-size:.9rem;cursor:pointer;transition:border-color .2s,box-shadow .2s}.category-filter:hover,.category-filter:focus{border-color:#1da15e;box-shadow:0 0 0 3px #1da15e26;outline:none}.chart-wrapper{width:100%;height:280px}.chart-wrapper.tall{height:320px}.top-items-list{list-style:decimal;padding-left:20px;color:#374151;line-height:1.6}.top-items-list li{margin-bottom:6px;font-size:.95rem}.discounted-upsells-card{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 6px #0000001a}.discounted-upsells-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:10px}.discounted-info{display:flex;flex-direction:column;gap:8px;font-size:.95rem;color:#374151}.product-insights-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;color:#4b5563}.tv-slide-body .product-insights-loading{height:100%;justify-content:center;width:100%;text-align:center}.loader{border:4px solid #f3f4f6;border-top:4px solid #1da15e;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:10px}@media(max-width:768px){.chart-section{flex-direction:column}}.orders-container{display:flex;flex-direction:column;gap:24px;padding:24px;background-color:#f3f4f6;min-height:100vh}.orders-title{font-size:1.75rem;font-weight:700;color:#111827}.orders-filter-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:20px;background-color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 1px 4px #00000014}.orders-filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.orders-filter-group label{font-size:.85rem;color:#111827;font-weight:500}.orders-filter-group input,.orders-filter-group select{padding:8px 10px;font-size:.9rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111827;cursor:pointer;transition:border-color .2s ease;height:36px}.orders-filter-group input:hover,.orders-filter-group input:focus,.orders-filter-group select:hover,.orders-filter-group select:focus{border-color:#1da15e;outline:none}.orders-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.orders-kpi-card{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;gap:8px;transition:transform .2s,box-shadow .2s}.orders-kpi-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.orders-kpi-label{font-size:.9rem;color:#6b7280}.orders-kpi-value{font-size:1.5rem;font-weight:700;color:#1da15e}.orders-charts{display:flex;flex-wrap:wrap;gap:20px}.orders-chart-card{background-color:#fff;flex:1;min-width:340px;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a}.orders-chart-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:10px}.orders-chart-wrapper{position:relative;width:100%;height:320px;background-color:#fff;border-radius:10px;overflow:visible}.orders-chart-wrapper:before{content:"";position:absolute;inset:0;background-color:#fff;z-index:0}.recharts-wrapper,.recharts-surface{position:relative;z-index:1;background-color:#fff!important}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;color:#4b5563}.orders-loader{border:4px solid #f3f4f6;border-top:4px solid #1da15e;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:10px}@media(max-width:1024px){.orders-charts{flex-direction:column}.orders-filter-bar{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:768px){.orders-title{font-size:1.4rem}.orders-filter-bar{padding:10px}.orders-chart-card{padding:16px}}.alerts-container{display:flex;flex-direction:column;gap:24px;padding:24px;background-color:#f3f4f6;min-height:100vh;font-family:Inter,Segoe UI,sans-serif}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.kpi-card{background-color:#fff;padding:22px 24px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #00000014;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 4px 14px #0000001f}.kpi-card.alert-red{border-color:#d9534f;background-color:#ffeaea;box-shadow:0 4px 14px #d9534f40}.kpi-card h3{font-size:1.1rem;font-weight:600;margin-bottom:14px;color:#111827;text-align:left}.kpi-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f1f5f9}.kpi-label{font-size:.9rem;color:#6b7280;font-weight:500}.kpi-value{font-size:1rem;font-weight:600;color:#111827}.inactive-list{margin-top:12px;padding-left:10px;font-size:.9rem;color:#111827;font-weight:600}.loading{text-align:center;padding:40px 0;font-size:1.1rem;color:#475569}.kpi-card.alert-green{border-color:#1da15e;background:#ecfdf5;box-shadow:0 3px 10px #10b98133}.alerts-title{font-size:1.8rem;font-weight:700;margin-bottom:6px;color:#111827}.alerts-subtitle{color:#6b7280;margin-bottom:20px;font-size:.95rem}.alert-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 3px 10px #00000014;border:2px solid #e5e7eb;display:flex;flex-direction:column;gap:14px;transition:all .2s ease}.alert-card.alert-green{border-color:#1da15e;background:#ecfdf5}.alert-card.alert-red{border-color:#dc2626;background:#fee2e2}.alert-card-header{display:flex;align-items:center;gap:14px}.alert-icon{color:#1da15e}.alert-card.alert-red .alert-icon{color:#dc2626}.alert-title{font-size:1rem;font-weight:600;color:#111827}.alert-value{font-size:1.4rem;font-weight:700;margin-top:4px;color:#111827}.alert-details{margin-top:6px}.alert-row{display:flex;justify-content:space-between;margin-bottom:6px}.alert-label{color:#6b7280;font-size:.9rem}.alert-info{font-weight:600}.inactive-list{padding-left:16px;margin-top:10px;color:#111827;font-weight:600}.outlier-details p{margin:4px 0}.alerts-container{padding:30px;max-width:1400px;margin:0 auto;font-family:Inter,sans-serif}.alerts-title{font-size:32px;font-weight:700;margin-bottom:5px;color:#1a1a1a}.alerts-subtitle{font-size:16px;color:#555;margin-bottom:30px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.kpi-card{background:#fff;border-radius:14px;padding:22px 24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 2px 6px #0000000a,0 4px 14px #0000000f;border-left:6px solid transparent;transition:.3s ease}.alert-green{border-left-color:#4caf50}.alert-red{border-left-color:#e53935;background:#fff6f5}.kpi-card h3{margin:0;font-size:20px;font-weight:600;color:#222}.kpi-content{display:flex;flex-direction:column;gap:10px}.kpi-row{display:flex;justify-content:space-between;font-size:15px;padding:6px 0;border-bottom:1px dashed #e1e1e1}.kpi-row:last-child{border-bottom:none}.kpi-label{color:#555;font-weight:500}.kpi-value{font-weight:600;color:#111}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000000a,0 8px 20px #00000014}.ai-container{display:flex;flex-direction:column;gap:24px;padding:24px;background-color:#f3f4f6;min-height:100vh}.ai-title{font-size:1.75rem;font-weight:700;color:#111827}.ai-generate-btn{padding:10px 20px;background:linear-gradient(135deg,#34d399,#10b981);color:#fff;border:none;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;width:fit-content;box-shadow:0 8px 14px #10b98140;transition:transform .2s ease,box-shadow .2s ease}.ai-generate-btn:hover{transform:translateY(-2px);box-shadow:0 10px 16px #10b98159}.ai-generate-btn:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none}.ai-result-card{background-color:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 2px 6px #00000014;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:16px}.ai-result-card h2{font-size:1.2rem;font-weight:600;color:#111827;margin-bottom:4px}.ai-json{background-color:#f9fafb;border-radius:8px;padding:16px;border:1px solid #e5e7eb;font-family:Menlo,Consolas,monospace;font-size:.9rem;color:#374151;white-space:pre-wrap;line-height:1.4}.ai-empty,.ai-error{padding:14px 18px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;font-size:1rem;color:#374151;box-shadow:0 1px 4px #0000000f}.ai-error{border-left:4px solid #dc2626;background:#fee2e2;color:#8b0000}.ai-empty{border-left:4px solid #1da15e;background:#ecfdf5;color:#065f46}.ai-loading{display:flex;align-items:center;gap:12px;font-size:1rem;color:#4b5563}.ai-spinner{border:4px solid #e5e7eb;border-top:4px solid #1da15e;border-radius:50%;width:28px;height:28px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert-orange{border-color:#f97316;background:#fff7ed}.alert-yellow{border-color:#eab308;background:#fefce8}
