.ord-page{min-height:calc(100vh - 200px);padding:2rem 0 100px}.ord-title{color:#1f2937;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.ord-subtitle{color:#6b7280;margin:0 0 2rem;font-size:.9375rem}.ord-empty{text-align:center;color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:4rem 1.5rem;display:flex}.ord-empty h2{color:#374151;margin:1.5rem 0 .75rem;font-size:1.5rem;font-weight:700}.ord-empty p{color:#6b7280;max-width:400px;margin:0 0 2rem;line-height:1.6}.ord-shop-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,tomato 0%,#ff4500 100%);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #ff63474d}.ord-shop-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff634766}.ord-shop-btn:active{transform:translateY(0)}.ord-spinner{border:4px solid #e5e7eb;border-top-color:tomato;border-radius:50%;width:48px;height:48px;margin-bottom:1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ord-list{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.ord-list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.ord-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .2s;overflow:hidden}.ord-card:hover{border-color:#ffc9b8;box-shadow:0 10px 25px #0000001a}.ord-preview{cursor:pointer;padding:1.25rem;transition:background-color .2s;position:relative}.ord-preview:hover{background:#f9fafb}.ord-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.ord-header-left{flex-shrink:0}.ord-header-right{flex-direction:row;flex:1;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.ord-header h3{color:#1f2937;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.ord-date{color:#6b7280;margin:0;font-size:.875rem}.ord-status{text-transform:capitalize;white-space:nowrap;border-radius:9999px;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.ord-expand-icon{color:#6b7280;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.ord-preview:hover .ord-expand-icon{color:tomato}.ord-summary{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ord-item-count{color:#6b7280;font-size:.875rem;font-weight:500}.ord-amount{color:tomato;font-size:1.25rem;font-weight:700}.ord-full-details{border-top:1px solid #e5e7eb;padding:0 1.25rem 1.25rem;animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.ord-items{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.ord-items-header{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:1rem 0 .75rem;font-size:.8125rem;font-weight:700}.ord-item{background:#f9fafb;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.ord-item-img{object-fit:cover;border-radius:.75rem;flex-shrink:0;width:50px;height:50px}.ord-item-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.ord-item-name{color:#1f2937;margin:0;font-size:.9375rem;font-weight:600}.ord-item-qty{color:#6b7280;justify-content:space-between;align-items:center;margin:0;font-size:.8125rem;display:flex}.ord-item-price{color:tomato;white-space:nowrap;margin:0 0 0 auto;font-size:.9375rem;font-weight:700}.ord-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;padding-top:1rem;display:flex}.ord-total{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.ord-total span{color:#6b7280;font-size:.875rem}.ord-total strong{color:tomato;font-size:1.25rem;font-weight:700}@media (max-width:768px){.ord-page{padding:1rem 0}.ord-title{font-size:1.5rem}.ord-subtitle{font-size:.875rem}.ord-preview{padding:1rem}.ord-header h3{font-size:1rem}.ord-date{font-size:.8125rem}.ord-amount{font-size:1.125rem}.ord-full-details{padding:0 1rem 1rem}.ord-footer{flex-direction:column;align-items:stretch}.ord-total{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}@media (max-width:480px){.ord-header{flex-direction:column;gap:.5rem}.ord-header-right{justify-content:space-between;width:100%}.ord-status{padding:.375rem .75rem;font-size:.75rem}}
