*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f1f5f9;color:#1e293b;font-size:14px}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000f}.header h1{font-size:20px;font-weight:700;color:#0f172a}.header p{font-size:12px;color:#94a3b8;margin-top:2px}.btn{padding:8px 16px;border-radius:8px;border:none;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s}.btn-blue{background:#3b82f6;color:#fff}.btn-blue:hover{background:#2563eb}.btn-blue:disabled{opacity:.5;cursor:not-allowed}.content{padding:24px;max-width:1400px;margin:0 auto}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media (max-width:768px){.stats{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#fff;border-radius:16px;padding:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.stat-card .label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.stat-card .value{font-size:24px;font-weight:700;margin-top:4px}.stat-card .sub{font-size:12px;color:#94a3b8;margin-top:2px}.stat-green .value{color:#15803d}.stat-purple .value{color:#7e22ce}.tabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin-bottom:16px}.tab{padding:10px 20px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:14px;font-weight:600;color:#94a3b8;transition:all .2s}.tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:16px}.search-input{border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:13px;width:260px;outline:none}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}select{border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:13px;outline:none;background:#fff;cursor:pointer}.count-badge{font-size:12px;color:#94a3b8;padding:4px 10px;background:#f8fafc;border-radius:20px;border:1px solid #e2e8f0}.table-wrap{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;overflow:hidden;overflow-x:auto}table{width:100%;border-collapse:collapse}thead tr{background:#f8fafc;border-bottom:1px solid #e2e8f0}th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}tbody tr{border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s}tbody tr:hover{background:#eff6ff}tbody tr:last-child{border-bottom:none}td{padding:12px 16px;vertical-align:middle}.order-id{font-family:monospace;font-size:12px;color:#3b82f6;font-weight:600}.customer-name{font-weight:600;color:#0f172a}.customer-email{font-size:12px;color:#94a3b8;margin-top:1px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}.badge-green{background:#dcfce7;color:#166534}.badge-blue{background:#dbeafe;color:#1e40af}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-red{background:#fee2e2;color:#991b1b}.badge-purple{background:#f3e8ff;color:#6b21a8}.badge-orange{background:#fff7ed;color:#9a3412}.badge-gray{background:#f1f5f9;color:#475569}.badge-teal{background:#ccfbf1;color:#115e59}.revenue{font-weight:700;color:#15803d;white-space:nowrap}.date{font-size:12px;color:#94a3b8;white-space:nowrap}.product-cell{max-width:260px;color:#64748b;font-size:12px;line-height:1.5}.product-cell div{margin-bottom:2px}.empty{text-align:center;padding:48px;color:#94a3b8}.pagination{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:16px}.page-btn{padding:6px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;font-weight:600}.page-btn:hover{background:#f1f5f9}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{font-size:13px;color:#64748b}.error-box{background:#fff5f5;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:13px;white-space:pre-wrap}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:#94a3b8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto}.modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;width:100%;max-width:640px;overflow:hidden}.modal-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-header h2{font-size:18px;font-weight:700}.modal-close{background:none;border:none;font-size:22px;color:#94a3b8;cursor:pointer;line-height:1}.modal-body{padding:24px;max-height:70vh;overflow-y:auto}.modal-section{margin-bottom:20px}.modal-section h3{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:12px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-field label{font-size:11px;color:#94a3b8;display:block;margin-bottom:2px}.modal-field span{font-size:13px;color:#0f172a;font-weight:500}.modal-divider{border:none;border-top:1px solid #f1f5f9;margin:16px 0}.item-row{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:10px;padding:10px 14px;margin-bottom:8px;font-size:13px}
