@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orders-page{background:var(--color-surface);min-height:100dvh}.orders-section{padding:32px 0 60px;background:var(--color-bg-secondary)}.orders-loading{text-align:center;padding:80px 0}.orders-loading p{color:var(--color-text-secondary);font-size:15px;font-weight:500;margin:0}.orders-loading .loading-spinner{margin-bottom:16px}.orders-loading .loading-spinner.small{width:32px;height:32px;border-width:2px;margin-bottom:12px}.empty-orders{text-align:center;padding:80px 40px;background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-default)}.empty-orders-icon{color:#f97316;margin-bottom:24px;opacity:.3}.empty-orders h2{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:12px}.empty-orders p{color:var(--color-text-secondary);margin-bottom:32px;font-size:15px;line-height:1.6}.error-orders{text-align:center;padding:80px 40px;background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-default)}.error-orders-icon{color:#ef4444;margin-bottom:24px;opacity:.3}.error-orders h2{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:12px}.error-orders p{color:var(--color-text-secondary);margin-bottom:32px;font-size:15px;line-height:1.6}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:var(--color-surface);border:1px solid var(--color-border-default);border-radius:12px;overflow:hidden;transition:all .2s ease}.order-card:hover{border-color:#f97316;box-shadow:0 4px 12px #f9731614}.order-header{display:grid;grid-template-columns:1fr auto;gap:24px;padding:20px;cursor:pointer;align-items:center}.order-header-left{display:flex;align-items:center;gap:16px}.order-icon{width:40px;height:40px;background:#fff7ed;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#f97316;flex-shrink:0}.order-info{display:flex;flex-direction:column;gap:4px}.order-number{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px;color:var(--color-text-primary)}.copy-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;border-radius:4px;transition:all .2s ease;padding:0}.copy-btn:hover{background:var(--color-bg-tertiary);color:#f97316}.order-meta{font-size:13px;color:var(--color-text-secondary)}.order-header-right{display:flex;align-items:center;gap:16px}.order-amount{font-weight:700;font-size:20px;color:#f97316}.order-badges{display:flex;gap:8px}.badge{display:inline-flex;align-items:center;font-size:12px;padding:4px 12px;border-radius:12px;font-weight:500;text-transform:capitalize}.badge--status-pending{background:#fffbf5;color:#92400e;border:1px solid #FED7AA}.badge--status-confirmed{background:#eff6ff;color:#1e40af;border:1px solid #BFDBFE}.badge--status-printing{background:#f5f3ff;color:#5b21b6;border:1px solid #DDD6FE}.badge--status-shipped{background:#eef2ff;color:#3730a3;border:1px solid #C7D2FE}.badge--status-delivered{background:#ecfdf5;color:#065f46;border:1px solid #A7F3D0}.badge--status-cancelled{background:#fef2f2;color:#991b1b;border:1px solid #FECACA}.badge--payment-completed{background:#ecfdf5;color:#065f46;border:1px solid #A7F3D0}.badge--payment-pending{background:#fffbf5;color:#92400e;border:1px solid #FED7AA}.badge--payment-failed{background:#fef2f2;color:#991b1b;border:1px solid #FECACA}.order-expand-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:transform .3s ease;flex-shrink:0}.order-card.expanded .order-expand-icon{transform:rotate(180deg)}.order-details{max-height:0;overflow:hidden;transition:max-height .3s ease;border-top:1px solid transparent}.order-card.expanded .order-details{border-top-color:var(--color-border-default)}.order-details-content{padding:20px}.order-details-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;color:var(--color-text-secondary);font-size:14px}.order-details-error{text-align:center;padding:40px 20px;color:#ef4444}.order-details-error p{margin-bottom:16px}.details-section{margin-bottom:24px}.details-section:last-child{margin-bottom:0}.details-section h4{font-size:14px;font-weight:600;color:var(--color-text-primary);margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:12px;color:var(--color-text-secondary);font-weight:500}.detail-value{font-size:14px;color:var(--color-text-primary);font-weight:500}.details-items{display:flex;flex-direction:column;gap:12px}.details-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:var(--color-bg-secondary);border-radius:8px;align-items:start}.details-item-name{font-weight:500;font-size:14px;color:var(--color-text-primary)}.details-item-meta{font-size:12px;color:var(--color-text-secondary);margin-top:4px}.details-item-price{font-weight:600;font-size:16px;color:#f97316}.pricing-table{background:var(--color-bg-secondary);border-radius:8px;padding:16px}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;border-bottom:1px solid var(--color-border-default)}.pricing-row:last-child{border-bottom:none}.pricing-row span:first-child{color:var(--color-text-secondary)}.pricing-row span:last-child{font-weight:500;color:var(--color-text-primary)}.pricing-total{padding-top:8px;margin-top:8px;border-top:2px solid var(--color-border-default)}.pricing-total span:first-child{font-weight:600;color:var(--color-text-primary)}.pricing-total span:last-child{font-weight:700;font-size:18px;color:#f97316}.tracking-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#eff6ff;color:#1e40af;border:1px solid #BFDBFE;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.tracking-link:hover{background:#dbeafe;border-color:#3b82f6}.tracking-link svg{flex-shrink:0}.shipping-address{background:var(--color-bg-secondary);border-radius:8px;padding:16px}.address-name{font-weight:600;font-size:14px;color:var(--color-text-primary);margin-bottom:4px}.address-line,.address-city,.address-phone{font-size:13px;color:var(--color-text-secondary);line-height:1.6}.address-city{margin-top:2px}.address-phone{margin-top:8px;padding-top:8px;border-top:1px solid var(--color-border-default)}.header-content{max-width:700px;margin:0 auto;text-align:center}.error-icon{margin-bottom:16px;opacity:.3}.details-item{display:flex;gap:12px;padding:16px;background:var(--color-bg-secondary);border-radius:8px;align-items:start}.details-item-icon{width:40px;height:40px;background:#fff7ed;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#f97316;flex-shrink:0}.details-item-content{flex:1;display:flex;flex-direction:column;gap:4px}.details-item-name{font-weight:600;font-size:15px;color:var(--color-text-primary)}.details-item-meta{font-size:13px;color:var(--color-text-secondary)}.pricing-summary{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:12px;padding:20px;border:1px solid #FED7AA}.pricing-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pricing-total-label{font-size:14px;font-weight:600;color:#92400e}.pricing-total-value{font-size:28px;font-weight:700;color:#f97316}.pricing-note{font-size:12px;color:#92400e;text-align:center;opacity:.8}.order-actions{display:flex;gap:12px;flex-wrap:wrap}.order-actions .btn{display:inline-flex;align-items:center;gap:8px}.order-actions .btn svg{flex-shrink:0}.help-section{background:#eff6ff;border-radius:8px;padding:16px;border:1px solid #BFDBFE}.help-section h5{font-size:14px;font-weight:600;color:#1e40af;margin:0 0 8px}.help-section p{font-size:13px;color:#1e40af;margin:0 0 12px;opacity:.9}.help-section .btn{display:inline-flex;align-items:center;gap:8px;font-size:13px}.help-section .btn svg{flex-shrink:0}.btn-outline{background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-border-strong)}.btn-outline:hover{background:var(--color-bg-tertiary);border-color:var(--color-text-muted);color:var(--color-text-primary)}@media(max-width:768px){.orders-section{padding:24px 0 40px}.order-header{grid-template-columns:1fr;gap:16px;padding:16px}.order-header-left{gap:12px}.order-icon{width:36px;height:36px}.order-number{font-size:14px}.order-meta{font-size:12px}.order-header-right{flex-wrap:wrap;gap:12px}.order-amount{font-size:18px}.order-badges{flex-wrap:wrap}.order-details-content{padding:16px}.details-item{grid-template-columns:1fr;gap:4px}.details-item-price{font-size:14px}.empty-orders,.error-orders{padding:60px 24px}.empty-orders h2,.error-orders h2{font-size:20px}}@media(max-width:480px){.order-icon{width:32px;height:32px}.order-icon svg{width:16px;height:16px}.order-number{font-size:13px}.order-meta{font-size:11px}.order-amount{font-size:16px}.badge{font-size:11px;padding:3px 10px}}
