.admin-orders{width:100%;box-sizing:border-box}.orders-action-bar{display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;align-items:flex-start;background:#fff;padding:1rem;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;margin-bottom:1rem}@media (min-width: 768px){.orders-action-bar{flex-direction:row;align-items:center}}.orders-page-title{font-size:1.125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0;display:flex;align-items:center;gap:.5rem}.orders-total-count{font-size:.875rem;font-weight:500;color:#64748b;text-transform:none;letter-spacing:0}.orders-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;border:1px solid #cbd5e1;background:#fff;color:#475569;cursor:pointer;transition:all .2s;width:100%}@media (min-width: 768px){.orders-action-btn{width:auto}}.orders-action-btn-outline{background:#fff;color:#475569;border-color:#cbd5e1}.orders-action-btn-outline:hover{background:#f8fafc;color:#1e293b;border-color:#94a3b8}.orders-filters-card{background:#fff;padding:1rem;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;margin-bottom:1rem}.orders-filters-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}@media (min-width: 640px){.orders-filters-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}.orders-filters-title{font-size:.875rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0}.orders-filter-clear-btn{padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:#64748b;background:transparent;border:1px solid #e2e8f0;border-radius:.25rem;cursor:pointer;transition:all .2s;white-space:nowrap;width:100%}@media (min-width: 640px){.orders-filter-clear-btn{width:auto}}.orders-filter-clear-btn:hover{background:#f8fafc;color:#1e293b;border-color:#cbd5e1}.orders-filters-content{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.orders-filters-content{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}}@media (min-width: 1024px){.orders-filters-content{grid-template-columns:2fr 1fr;gap:.75rem;align-items:stretch}}.orders-date-filters{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%}@media (min-width: 640px){.orders-date-filters{grid-column:span 2}}@media (min-width: 1024px){.orders-date-filters{grid-column:span 2;display:grid;grid-template-columns:auto 1fr auto 1fr;gap:.75rem;align-items:end;width:100%}}.orders-date-filter-group{display:flex;flex-direction:column;gap:.25rem;width:100%;min-width:0}@media (min-width: 1024px){.orders-date-filter-group{flex-direction:row;align-items:center;gap:.5rem;min-width:0}}.orders-date-label{font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}@media (min-width: 1024px){.orders-date-label{margin:0;min-width:25px;width:auto}}.orders-date-input{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#1e293b;font-family:inherit;box-sizing:border-box;min-width:0}@media (min-width: 1024px){.orders-date-input{width:150px;min-width:130px;max-width:150px}}.orders-date-input:focus{outline:none;border-color:#475569;box-shadow:0 0 0 1px #475569}.orders-date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}.orders-date-input::-webkit-calendar-picker-indicator:hover{opacity:1}.orders-search-wrapper{position:relative}.orders-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.orders-search-form{width:100%}.orders-search-input{width:100%;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#1e293b;box-sizing:border-box;min-width:0}.orders-search-input:focus{outline:none;border-color:#475569;box-shadow:0 0 0 1px #475569}.orders-search-wrapper{min-width:0;width:100%}.orders-status-filter{width:100%;padding:.5rem 2rem .5rem 1rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#475569;cursor:pointer;box-sizing:border-box;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}@media (min-width: 1024px){.orders-status-filter{min-width:0;width:100%}}.orders-status-filter:focus{outline:none;border-color:#475569;box-shadow:0 0 0 1px #475569}.orders-cards{display:block}@media (min-width: 768px){.orders-cards{display:none}}.orders-cards-empty{background:#fff;border-radius:4px;border:1px solid #e2e8f0;padding:2rem}.order-card{background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;margin-bottom:.75rem;box-shadow:0 1px 2px #0000000d;transition:border-color .2s}.order-card:active{border-color:#94a3b8}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #f1f5f9}.order-card-id{font-size:.75rem;font-family:ui-monospace,monospace;color:#64748b}.order-card-body{padding:.75rem}.order-card-name{font-weight:700;font-size:.875rem;color:#1e293b;margin:0 0 .5rem}.order-card-info{display:grid;grid-template-columns:1fr;gap:.25rem;font-size:.75rem;color:#64748b}.order-card-info-item{display:flex;align-items:center;gap:.5rem}.order-card-info-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:.625rem;color:#94a3b8;border:1px solid #e2e8f0;border-radius:.125rem;flex-shrink:0}.order-card-more-btn{width:100%;padding:.5rem;background:#f8fafc;color:#475569;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid #f1f5f9;border-bottom:none;border-left:none;border-right:none;border-radius:0 0 .375rem .375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s;text-decoration:none}.order-card-more-btn:hover{background:#f1f5f9}.orders-table-container{display:none}@media (min-width: 768px){.orders-table-container{display:block;background:#fff;overflow-x:auto;overflow-y:auto;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;-webkit-overflow-scrolling:touch}}.orders-table{width:100%;min-width:850px;border-collapse:collapse}.orders-table thead{background:#f8fafc}.orders-table th{padding:1rem;text-align:left;font-weight:700;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.orders-table td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.875rem}.orders-table tbody tr{transition:background-color .2s}.orders-table tbody tr:hover{background:#f8fafc}.id-cell{font-family:ui-monospace,monospace;font-size:.8125rem;color:#64748b}.order-link{color:#1d4ed8;text-decoration:none;transition:color .2s}.order-link:hover{color:#2563eb;text-decoration:underline}.orders-table a{color:#1d4ed8;text-decoration:none;font-weight:500}.orders-table a:hover{color:#2563eb;text-decoration:underline}.sku{font-size:.75rem;color:#64748b;margin-top:.25rem}.status-badge{display:inline-block;padding:.125rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid}.status-pending{background:#fef3c7;color:#b45309;border-color:#fde68a}.status-processing{background:#dbeafe;color:#1e40af;border-color:#bfdbfe}.status-completed{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.status-cancelled,.status-default{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.date-cell{font-size:.8125rem;color:#64748b}.status-select{padding:.5rem 2rem .5rem .75rem;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#334155;font-size:.875rem;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.status-select:focus{outline:none;border-color:#1d4ed8}.admin-orders-pagination{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1rem;background:#fff;border-radius:.375rem;border:1px solid #e2e8f0}.admin-orders-pagination-info{font-size:.875rem;color:#64748b;text-align:center}.admin-orders-pagination-controls{display:flex;justify-content:center;align-items:center;gap:1rem}.admin-orders-pagination-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.375rem;border:1px solid #cbd5e1;background:#fff;color:#475569;cursor:pointer;transition:all .2s}.admin-orders-pagination-btn:hover:not(:disabled){background:#f8fafc;color:#1e293b;border-color:#94a3b8}.admin-orders-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-orders-pagination-page{font-size:.875rem;font-weight:500;color:#475569}@media (min-width: 768px){.admin-orders-pagination{flex-direction:row;justify-content:space-between;align-items:center}.admin-orders-pagination-info{text-align:left}}.empty-state{text-align:center;padding:3rem;color:#64748b}@media (min-width: 1017px) and (max-width: 1280px){.admin-orders{max-width:100%}.orders-table th,.orders-table td{padding:.75rem 1rem;font-size:.875rem}.orders-search-input{min-width:160px}.filters{flex-wrap:wrap}.page-header h1{font-size:1.25rem}.id-cell,.date-cell{font-size:.75rem}.status-select{padding:.4rem .6rem;font-size:.8125rem}}@media (max-width: 1016px){.admin-orders{max-width:100%}.orders-cards{display:block}.orders-table-container{display:none}.page-header,.header-actions{flex-direction:column;align-items:stretch;gap:.75rem}.filters{flex-wrap:wrap}.orders-search-form{flex:1;min-width:0}.orders-search-input{min-width:0;flex:1}}@media (max-width: 768px){.page-header h1{font-size:1.25rem}}@media (max-width: 639px){.orders-filters-card{padding:.75rem}.orders-filters-header{padding-bottom:.5rem;margin-bottom:.75rem}.orders-filters-title{font-size:.8125rem}.orders-filter-clear-btn{font-size:.6875rem;padding:.375rem .5rem}.orders-filters-content,.orders-date-filters{gap:.5rem}.orders-date-filter-group{gap:.25rem}.orders-date-label{font-size:.6875rem}.orders-date-input{font-size:.8125rem;padding:.5rem}.orders-status-filter{font-size:.8125rem;padding:.5rem .75rem}.orders-search-input{font-size:.8125rem;padding:.5rem .75rem .5rem 2rem}}@media (min-width: 640px) and (max-width: 1023px){.orders-date-filters{gap:.75rem}.orders-date-input{min-width:0}}@media (max-width: 480px){.page-header h1{font-size:1.125rem}.header-actions{gap:.5rem}}
