*,:before,:after{box-sizing:border-box}body{color:#0f172a;-webkit-font-smoothing:antialiased;background:#f8fafc;margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}#root{height:100vh}h1,h2,h3,h4,p{margin:0}.layout{background:#f8fafc;height:100vh;display:flex}.sidebar{color:#fff;background:#1e293b;flex-direction:column;flex-shrink:0;width:240px;display:flex}.sidebar-header{border-bottom:1px solid #334155;align-items:center;gap:12px;padding:20px 16px;display:flex}.logo-icon{font-size:28px}.logo-title{color:#f1f5f9;font-size:16px;font-weight:700}.logo-sub{color:#94a3b8;font-size:11px}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px 8px;display:flex}.nav-item{color:#94a3b8;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{color:#e2e8f0;background:#334155}.nav-item.active{color:#fff;background:#3b82f6}.sidebar-footer{border-top:1px solid #334155;padding:16px}.connection-status{color:#94a3b8;align-items:center;gap:8px;font-size:12px;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.main-content{flex:1;padding:24px;overflow-y:auto}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.stat-card-title{color:#64748b;font-size:13px;font-weight:500}.stat-card-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.stat-card-icon--blue{color:#2563eb;background:#dbeafe}.stat-card-icon--green{color:#16a34a;background:#dcfce7}.stat-card-icon--orange{color:#ea580c;background:#ffedd5}.stat-card-icon--red{color:#dc2626;background:#fee2e2}.stat-card-icon--purple{color:#9333ea;background:#f3e8ff}.stat-card-value{color:#0f172a;margin-bottom:8px;font-size:26px;font-weight:700}.stat-card-change{align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.stat-card-change.positive{color:#16a34a}.stat-card-change.negative{color:#dc2626}.dashboard{flex-direction:column;gap:24px;max-width:1400px;display:flex}.page-header{justify-content:space-between;align-items:flex-start;display:flex}.page-title{color:#0f172a;margin:0 0 4px;font-size:24px;font-weight:700}.page-subtitle{color:#64748b;margin:0;font-size:14px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.charts-row{grid-template-columns:2fr 1fr;gap:16px;display:grid}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.chart-card--wide{grid-column:1}.chart-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.chart-title{color:#0f172a;margin:0;font-size:15px;font-weight:600}.chart-icon{color:#94a3b8}.tables-row{grid-template-columns:1fr 1.5fr;gap:16px;display:grid}.table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.data-table{border-collapse:collapse;width:100%;font-size:13px}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;border-bottom:1px solid #f1f5f9;padding:8px 12px;font-size:11px;font-weight:600}.data-table td{vertical-align:middle;border-bottom:1px solid #f8fafc;padding:10px 12px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f8fafc}.cell-primary{color:#0f172a;font-weight:500}.cell-secondary{color:#94a3b8;margin-top:2px;font-size:11px}.text-right{text-align:right!important}.font-semibold{font-weight:600}.badge{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badge--green{color:#15803d;background:#dcfce7}.badge--blue{color:#1d4ed8;background:#dbeafe}.badge--red{color:#b91c1c;background:#fee2e2}.badge--gray{color:#475569;background:#f1f5f9}.orders-page{flex-direction:column;gap:20px;max-width:1400px;display:flex}.filters-bar{align-items:center;gap:12px;display:flex}.search-box{flex:1;max-width:360px;position:relative}.search-icon{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:8px 12px 8px 36px;font-size:14px}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-group{color:#64748b;align-items:center;gap:8px;display:flex}.filter-select{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:8px 12px;font-size:14px}.orders-layout{grid-template-columns:1fr auto;align-items:start;gap:16px;display:grid}.order-detail{flex-shrink:0;width:320px}.detail-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.detail-title{color:#0f172a;margin:0 0 4px;font-size:16px;font-weight:700}.close-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;padding:4px;font-size:16px;line-height:1}.close-btn:hover{color:#475569}.detail-meta{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px 0;display:flex}.meta-row{color:#64748b;justify-content:space-between;font-size:13px;display:flex}.meta-row span:last-child{color:#0f172a;font-weight:500}.detail-section h4{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 8px;font-size:12px;font-weight:600}.detail-totals{border-top:1px solid #f1f5f9;flex-direction:column;gap:6px;margin-top:12px;padding-top:12px;display:flex}.total-row{color:#64748b;justify-content:space-between;font-size:13px;display:flex}.total-row--bold{color:#0f172a;font-size:15px;font-weight:700}.row-selected td{background:#eff6ff!important}
