.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #0000001a;color:#fff;height:70px;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:1000}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.logo{align-items:center;color:#fff;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;text-decoration:none;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:1.5rem}.header-center{display:flex;flex:1 1;justify-content:center}.connection-status{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;display:flex;gap:.5rem;padding:.5rem 1rem}.status-indicator{animation:pulse 2s infinite;border-radius:50%;height:8px;width:8px}.status-indicator,.status-indicator.connected{background:#10b981}.status-indicator.disconnected{animation:none;background:#ef4444}.status-text{font-size:.875rem;font-weight:500}.header-right{gap:.5rem}.header-btn,.header-right{align-items:center;display:flex}.header-btn{background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;height:40px;justify-content:center;padding:.5rem;transition:all .2s ease;width:40px}.header-btn:hover{background:#fff3;transform:translateY(-1px)}.header-btn:active{transform:translateY(0)}.btn-icon{font-size:1.25rem}@media (max-width:768px){.header{height:60px;padding:1rem}.logo{font-size:1rem}.logo-icon{font-size:1.25rem}.header-center{display:none}.header-btn{height:35px;width:35px}.btn-icon{font-size:1rem}}@media (max-width:480px){.header{padding:.75rem}.header-left{gap:.5rem}.logo{font-size:.875rem}.header-btn{height:30px;width:30px}}.sidebar{background:#fff;border-right:1px solid #e2e8f0;bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;padding:1.5rem 0;position:fixed;top:70px;width:280px;z-index:999}.sidebar-nav{flex:1 1;padding:0 1rem}.sidebar-item{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;margin-bottom:.25rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.sidebar-item:hover{background:#f1f5f9;color:#334155;transform:translateX(4px)}.sidebar-item.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea33;color:#fff}.sidebar-icon{align-items:center;display:flex;font-size:1.25rem;height:24px;justify-content:center;width:24px}.sidebar-label{flex:1 1;white-space:nowrap}.sidebar-badge{border-radius:12px;font-size:.625rem;font-weight:600;min-width:20px;padding:.125rem .375rem;text-align:center}.sidebar-badge.count{background:#ef4444;color:#fff}.sidebar-badge.new{background:#10b981;color:#fff}.sidebar-footer{border-top:1px solid #e2e8f0;padding:1.5rem}.user-info{background:#f8fafc;border-radius:8px;gap:.75rem;padding:.75rem}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:1.25rem;height:40px;justify-content:center;width:40px}.user-details{flex:1 1}.user-name{color:#1e293b;font-size:.875rem;font-weight:600}.user-role{color:#64748b;font-size:.75rem}@media (max-width:768px){.sidebar{width:70px}.sidebar-nav{padding:0 .5rem}.sidebar-item{justify-content:center;padding:.75rem .5rem}.sidebar-badge,.sidebar-label{display:none}.user-info{padding:.5rem}.user-details{display:none}}@media (max-width:480px){.sidebar{transform:translateX(-100%);transition:transform .3s ease}.sidebar.open{transform:translateX(0)}.sidebar-overlay{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:998}.sidebar-overlay.open{display:block}}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:#f1f5f9}.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard{margin:0 auto;max-width:1400px;padding:2rem}.dashboard-header{margin-bottom:2rem;text-align:center}.dashboard-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-subtitle{color:#64748b;font-size:1.125rem}.revenue-cards,.revenue-overview{margin-bottom:2rem}.revenue-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.revenue-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;color:#fff;overflow:hidden;padding:1.5rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.revenue-card:hover{box-shadow:0 10px 25px -3px #0000001a;transform:translateY(-4px)}.revenue-card.total-revenue{background:linear-gradient(135deg,#10b981,#059669)}.revenue-card.average-order{background:linear-gradient(135deg,#f59e0b,#d97706)}.revenue-card.conversion-rate{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.revenue-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.revenue-header h3{font-size:.875rem;font-weight:600;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.period{background:#fff3;border-radius:12px;font-size:.75rem;padding:.25rem .5rem}.revenue-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.revenue-change{font-size:.875rem;font-weight:500}.revenue-change.positive{color:#10b981}.revenue-change.negative{color:#ef4444}.revenue-change.neutral{color:#6b7280}.metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.metric-card{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.metric-card.urgent{border-left-color:#ef4444}.metric-card.success{border-left-color:#10b981}.metric-icon{align-items:center;background:#f8fafc;border-radius:8px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.metric-icon .icon{color:#667eea;font-size:1.5rem}.metric-card.urgent .metric-icon .icon{color:#ef4444}.metric-card.success .metric-icon .icon{color:#10b981}.metric-card h3{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.metric-value{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.metric-change{color:#64748b;font-size:.75rem}.charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.chart-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.chart-container h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.chart-wrapper{height:250px;position:relative}@media (max-width:1024px){.charts-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard{padding:1rem}.dashboard-title{font-size:2rem}.charts-grid,.metrics-grid,.revenue-cards{grid-template-columns:1fr}.chart-container{padding:1rem}.chart-wrapper{height:200px}}@media (max-width:480px){.dashboard-title,.metric-value{font-size:1.5rem}.revenue-value{font-size:2rem}}.metric-card{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-loading{align-items:center;color:#64748b;display:flex;height:250px;justify-content:center}.chart-loading .spinner{margin-right:.5rem}.analytics{margin:0 auto;max-width:1400px;padding:2rem}.analytics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.analytics-title{color:#1e293b;font-size:2.5rem;font-weight:700}.analytics-controls{align-items:center;display:flex;gap:1rem}.time-range-selector{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:.5rem;padding:.5rem 1rem}.time-range-selector select{background:none;border:none;color:#334155;cursor:pointer;font-weight:500}.time-range-selector select:focus{outline:none}.time-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.time-btn:hover{background:#f8fafc;border-color:#cbd5e1}.time-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.kpi-section{margin-bottom:2rem}.kpi-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.kpi-card{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.kpi-header{gap:.75rem;margin-bottom:1rem}.kpi-header,.kpi-icon{align-items:center;display:flex}.kpi-icon{background:#f8fafc;border-radius:8px;height:40px;justify-content:center;width:40px}.kpi-icon .icon{color:#667eea;font-size:1.25rem}.kpi-card h3{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.kpi-value{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.kpi-change{color:#64748b;font-size:.75rem}.kpi-change.positive{color:#10b981}.kpi-change.negative{color:#ef4444}.charts-section{margin-bottom:2rem}.charts-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-bottom:1.5rem}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.chart-header h3{color:#1e293b;font-size:1.125rem;font-weight:600}.chart-card.reports-chart{grid-column:span 2}.retention-stats{display:flex;flex-direction:column;gap:1rem}.stat-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.stat-label{font-weight:500}.stat-value{color:#1e293b;font-size:1rem;font-weight:600}.insights-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.insight-card{padding:1rem}.insight-card h4{margin-bottom:.5rem}.insight-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden;width:100%}.bar-fill{background:linear-gradient(90deg,#10b981,#059669)}.insight-details{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.detail-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:4px;display:flex;justify-content:space-between;padding:.5rem}.detail-item span:first-child{color:#64748b;font-size:.75rem}.detail-item span:last-child{color:#1e293b;font-size:.875rem;font-weight:600}@media (max-width:1024px){.charts-row{grid-template-columns:1fr}.chart-card.reports-chart{grid-column:span 1}}@media (max-width:768px){.analytics{padding:1rem}.analytics-header{align-items:flex-start;flex-direction:column;gap:1rem}.analytics-controls{flex-direction:column;width:100%}.time-range-selector{justify-content:space-between;width:100%}.charts-row,.insights-grid,.kpi-grid{grid-template-columns:1fr}}@media (max-width:480px){.analytics-title{font-size:1.5rem}.kpi-value{font-size:1.25rem}.chart-card{padding:1rem}.stat-item{flex-direction:column;gap:.5rem;text-align:center}}.orders{margin:0 auto;max-width:1400px;padding:2rem}.orders-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.orders-title{color:#1e293b;font-size:2.5rem;font-weight:700}.orders-controls,.search-filter-group{align-items:center;display:flex;gap:1rem}.search-box{align-items:center;display:flex;position:relative}.search-icon{color:#64748b;left:.75rem;position:absolute;z-index:1}.search-box input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;padding-left:2.5rem;padding-right:.75rem;transition:border-color .2s ease;width:300px}.search-box input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:.875rem;min-width:150px;padding:.5rem 2rem .5rem .75rem}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.orders-summary{margin-bottom:2rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-stat{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;text-align:center}.stat-number{color:#667eea;display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#64748b;font-size:.875rem;letter-spacing:.5px;text-transform:uppercase}.orders-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.table-wrapper{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%}.orders-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.orders-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.875rem;padding:1rem}.order-row:hover{background:#f8fafc}.order-id{color:#667eea;font-family:Monaco,Menlo,monospace;font-weight:600}.customer-name{font-weight:500}.customer-email{color:#64748b}.platform-badge{background:#f1f5f9;border-radius:4px;color:#475569;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.status-cell{white-space:nowrap}.status-badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.status-badge.success{background:#d1fae5;color:#065f46}.status-badge.info{background:#dbeafe;color:#1e40af}.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.error{background:#fee2e2;color:#991b1b}.order-total{color:#059669;font-weight:600}.order-date{color:#64748b}.items-list{display:flex;flex-wrap:wrap;gap:.25rem}.item-tag{background:#f1f5f9;border-radius:4px;color:#475569;font-size:.75rem;padding:.125rem .375rem;white-space:nowrap}.order-actions{display:flex;gap:.25rem;justify-content:flex-end}.action-btn-small{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.action-btn-small:hover{transform:scale(1.1)}.view-btn{background:#f0f9ff;color:#0284c7}.edit-btn{background:#f0fdf4;color:#16a34a}.delete-btn{background:#fef2f2;color:#dc2626}.no-orders{color:#64748b;padding:3rem;text-align:center}.no-orders-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-orders p{font-size:1.125rem}.pagination{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:center;padding:1.5rem}.pagination-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#334155;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#64748b;font-size:.875rem;font-weight:500}@media (max-width:1024px){.search-box input{width:250px}}@media (max-width:768px){.orders{padding:1rem}.orders-header{align-items:flex-start;flex-direction:column;gap:1rem}.orders-controls{flex-direction:column;width:100%}.search-box input,.search-filter-group{width:100%}.summary-stats{grid-template-columns:repeat(2,1fr)}.orders-table-container{border-radius:8px}.pagination{flex-direction:column;gap:.5rem}}@media (max-width:480px){.orders-title{font-size:1.5rem}.summary-stats{grid-template-columns:1fr}.orders-table td,.orders-table th{font-size:.75rem;padding:.5rem}.items-list,.order-actions{flex-direction:column}.action-btn-small{height:28px;width:28px}}.reports{margin:0 auto;max-width:1400px;padding:2rem}.reports-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.reports-title{color:#1e293b;font-size:2.5rem;font-weight:700}.reports-controls{align-items:center;display:flex;gap:1rem}.date-range-selector{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:.5rem;padding:.5rem 1rem}.date-icon{color:#64748b}.date-range-selector select{background:none;border:none;color:#334155;cursor:pointer;font-weight:500}.date-range-selector select:focus{outline:none}.reports-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.reports-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;height:fit-content;padding:1.5rem;position:sticky;top:90px}.reports-sidebar h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.report-list{display:flex;flex-direction:column;gap:.5rem}.report-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;text-align:left;transition:all .2s ease}.report-item:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateX(4px)}.report-item.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 2px 8px #667eea33;color:#fff}.report-icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.report-info{flex:1 1}.report-name{font-size:.875rem;font-weight:500;margin-bottom:.125rem}.report-description{font-size:.75rem;opacity:.7}.reports-main{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.report-preview{min-height:600px}.report-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.report-header h2{color:#1e293b;font-size:1.5rem;font-weight:600}.report-date-range{color:#64748b;font-size:.875rem;font-weight:500}.report-section{margin-bottom:2rem}.report-section h3{border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.summary-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.summary-card h4{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.summary-value{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.summary-change{color:#64748b;font-size:.75rem}.summary-change.positive{color:#10b981}.summary-change.negative{color:#ef4444}.platform-metrics{display:flex;flex-direction:column;gap:1rem}.platform-metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.platform-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.platform-name{color:#1e293b;font-size:1rem;font-weight:600}.platform-percentage{color:#667eea;font-size:.875rem;font-weight:600}.platform-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden;width:100%}.bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.platform-details{color:#64748b;font-size:.875rem}.top-products{display:flex;flex-direction:column;gap:1rem}.product-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:1rem;padding:1rem}.product-item,.product-rank{align-items:center;display:flex}.product-rank{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:.875rem;font-weight:600;height:32px;justify-content:center;width:32px}.product-info{flex:1 1}.product-name{color:#1e293b;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.product-stats{color:#64748b;font-size:.75rem}.product-percentage{color:#667eea;font-size:.875rem;font-weight:600}.customer-insights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.insight-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.insight-card h4{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.insight-value{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.insight-change{color:#10b981;font-size:.75rem;font-weight:500}.rating-bar{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.rating-bar span:first-child{color:#64748b;font-size:.75rem;min-width:30px}.bar-container{background:#e2e8f0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.rating-bar span:last-child{color:#64748b;font-size:.75rem;min-width:40px;text-align:right}.report-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;margin-top:2rem;padding-top:2rem}@media (max-width:1024px){.reports-content{grid-template-columns:1fr}.reports-sidebar{order:-1;position:static}.customer-insights-grid,.summary-cards{grid-template-columns:1fr}}@media (max-width:768px){.reports{padding:1rem}.reports-header{align-items:flex-start;flex-direction:column;gap:1rem}.reports-controls{flex-direction:column;width:100%}.date-range-selector{justify-content:space-between;width:100%}.report-header{gap:1rem}.product-item,.report-header{align-items:flex-start;flex-direction:column}.product-item{gap:.5rem}.report-actions{flex-direction:column}.product-percentage{align-self:flex-end}}@media (max-width:480px){.reports-title{font-size:1.5rem}.report-item{padding:.5rem}.report-info{display:none}.product-rank{height:24px;width:24px}.product-name,.product-rank{font-size:.75rem}.product-stats{font-size:.625rem}}.settings{margin:0 auto;max-width:1400px;padding:2rem}.settings-header{margin-bottom:2rem}.settings-title{color:#1e293b;font-size:2.5rem;font-weight:700}.settings-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.settings-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;height:fit-content;padding:1.5rem;position:sticky;top:90px}.settings-nav{display:flex;flex-direction:column;gap:.5rem}.settings-nav-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.settings-nav-item:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateX(4px)}.settings-nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 2px 8px #667eea33;color:#fff}.nav-icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.settings-main{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:2rem}.settings-form-container,.settings-section{margin-bottom:2rem}.settings-section h3{border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.settings-form{gap:1.5rem}.form-group,.settings-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;padding:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input::placeholder{color:#9ca3af}.integrations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.integration-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.integration-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.integration-icon{align-items:center;color:#667eea;display:flex;height:24px;justify-content:center;width:24px}.integration-card h4{color:#1e293b;flex:1 1;font-size:1rem;font-weight:600}.switch{display:inline-block;height:24px;position:relative;width:48px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#cbd5e1;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#667eea}input:checked+.slider:before{transform:translateX(24px)}.integration-form{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.integration-form,.notifications-grid{display:flex;flex-direction:column;gap:1rem}.notification-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.notification-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.notification-icon{align-items:center;color:#667eea;display:flex;height:24px;justify-content:center;width:24px}.notification-item h4{color:#1e293b;font-size:1rem;font-weight:600}.notification-item p{color:#64748b;font-size:.875rem;margin-top:.5rem}.appearance-settings{display:flex;flex-direction:column;gap:2rem}.appearance-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.appearance-group h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.theme-options{display:flex;gap:1rem}.theme-option{flex:1 1}.theme-option input[type=radio]{display:none}.theme-option label{border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:block;padding:1rem;text-align:center;transition:all .2s ease}.theme-option input[type=radio]:checked+label{background:#f0f4ff;border-color:#667eea}.theme-preview{background:#fff;border-radius:4px;height:40px;margin:0 auto .5rem;width:60px}.theme-preview.light{background:#fff;border:1px solid #e2e8f0}.theme-preview.dark{background:#1f2937;border:1px solid #374151}.theme-preview .theme-header{background:#f3f4f6;border-radius:2px 2px 0 0;height:12px}.theme-preview.dark .theme-header{background:#374151}.theme-preview .theme-content{background:#f9fafb;border-radius:0 0 2px 2px;height:calc(100% - 12px)}.theme-preview.dark .theme-content{background:#111827}.theme-option label span{color:#374151;display:block;font-size:.875rem;font-weight:500}.display-options{display:flex;flex-direction:column;gap:1rem}.display-option{align-items:center;display:flex;gap:.5rem}.display-option input[type=checkbox]{accent-color:#667eea;height:18px;width:18px}.display-option label{color:#374151;cursor:pointer;font-size:.875rem;font-weight:500}.settings-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;padding-top:2rem}@media (max-width:1024px){.settings-content{grid-template-columns:1fr}.settings-sidebar{order:-1;position:static}}@media (max-width:768px){.settings{padding:1rem}.settings-title{font-size:1.5rem}.settings-content{gap:1rem}.settings-main{padding:1.5rem}.settings-actions,.theme-options{flex-direction:column}}@media (max-width:480px){.settings-form{gap:1rem}.form-group input,.form-group select,.form-group textarea{font-size:.75rem;padding:.5rem}.integration-header,.notification-header{align-items:flex-start;flex-direction:column;gap:.5rem}.switch{height:20px;width:40px}.slider:before{height:16px;width:16px}input:checked+.slider:before{transform:translateX(20px)}}.loading-spinner-container{background:#f8fafc;flex-direction:column;height:100vh}.loading-spinner-container,.spinner{align-items:center;display:flex;justify-content:center}.spinner{height:50px;position:relative;width:50px}.spinner-ring{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}.loading-text{color:#64748b;font-size:1rem;font-weight:500;margin-top:1rem}.spinner.small{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;display:inline-block;height:16px;margin-right:.5rem;width:16px}.loading-overlay{align-items:center;background:#f8fafce6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-overlay-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.loading-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-text.title{height:1.5rem;width:60%}.skeleton-text.subtitle{height:1rem;width:40%}.skeleton-card{border-radius:8px;height:200px}.skeleton-button{border-radius:6px;height:40px;width:120px}.app-container{background-color:#f8fafc;color:#334155;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;height:100vh}.loading,.loading-container{align-items:center;justify-content:center}.loading-container{color:#64748b;display:flex;flex-direction:column;font-size:1.2rem;height:100vh}.connection-warning{animation:slideUp .3s ease-out;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;bottom:20px;box-shadow:0 4px 6px -1px #0000001a;color:#dc2626;left:50%;padding:12px 24px;position:fixed;transform:translateX(-50%);z-index:1000}.main-content{display:flex;flex:1 1;overflow:hidden}.content-area{background-color:#f8fafc;flex:1 1;overflow-y:auto;padding:24px}.page-content{min-height:100%}@media (max-width:768px){.main-content{flex-direction:column}.content-area{padding:16px}.connection-warning{bottom:10px;left:10px;right:10px;transform:none}}.content-area::-webkit-scrollbar{width:6px}.content-area::-webkit-scrollbar-track{background:#f1f5f9}.content-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.content-area::-webkit-scrollbar-thumb:hover{background:#94a3b8}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.table{display:table}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}:root{--primary-color:#667eea;--secondary-color:#764ba2;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--info-color:#3b82f6;--background-color:#f8fafc;--surface-color:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;background-color:var(--background-color);color:#1e293b;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}body,html{height:100%}.text-primary{color:#1e293b;color:var(--text-primary)}.text-secondary{color:#64748b;color:var(--text-secondary)}.text-success{color:#10b981;color:var(--success-color)}.text-warning{color:#f59e0b;color:var(--warning-color)}.text-error{color:#ef4444;color:var(--error-color)}.text-info{color:#3b82f6;color:var(--info-color)}.bg-primary{background-color:#667eea;background-color:var(--primary-color)}.bg-secondary{background-color:#764ba2;background-color:var(--secondary-color)}.bg-success{background-color:#10b981;background-color:var(--success-color)}.bg-warning{background-color:#f59e0b;background-color:var(--warning-color)}.bg-error{background-color:#ef4444;background-color:var(--error-color)}.bg-info{background-color:#3b82f6;background-color:var(--info-color)}.border-primary{border-color:#667eea;border-color:var(--primary-color)}.border-secondary{border-color:#764ba2;border-color:var(--secondary-color)}.border-success{border-color:#10b981;border-color:var(--success-color)}.border-warning{border-color:#f59e0b;border-color:var(--warning-color)}.border-error{border-color:#ef4444;border-color:var(--error-color)}.border-info{border-color:#3b82f6;border-color:var(--info-color)}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.round-xl{border-radius:.75rem}.round-2xl{border-radius:1rem}.round-full{border-radius:9999px}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px #667eea80}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media print{.no-print{display:none!important}body{font-size:12pt;line-height:1.4}}
/*# sourceMappingURL=main.bf42f163.css.map*/