.myorders-container{max-width:1200px;min-height:60vh;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif}.page-header{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:40px;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #8b5cf633}.page-header:before{content:"";background:#ffffff1a;border-radius:50%;width:400px;height:400px;animation:6s ease-in-out infinite float;position:absolute;top:-50%;right:-10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.page-header h1{color:#fff;text-shadow:0 2px 10px #0000001a;z-index:1;margin:0;font-size:2.5rem;font-weight:800;position:relative}.logout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:1;background:#fff3;border:2px solid #ffffff4d;border-radius:12px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;position:relative}.logout-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.account-login-container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:60vh;padding:20px;display:flex}.login-card{text-align:center;background:#fff;border:2px solid #f1f5f9;border-radius:24px;width:100%;max-width:450px;padding:50px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f}.login-card:before{content:"";background:linear-gradient(90deg,#8b5cf6 0%,#6366f1 100%);height:6px;position:absolute;top:0;left:0;right:0}.login-card h1{color:#0f172a;margin-bottom:12px;font-size:2.2rem;font-weight:800}.login-card p{color:#64748b;margin-bottom:30px;font-size:1.05rem}.login-card input{border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;margin-bottom:20px;padding:16px 20px;font-family:Inter,sans-serif;font-size:1.05rem;transition:all .3s}.login-card input:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61a}.login-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border:none;border-radius:12px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 20px #8b5cf64d}.login-card button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #8b5cf666}.orders-grid{flex-direction:column;gap:24px;display:flex}.order-card{background:#fff;border:2px solid #f1f5f9;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.order-card:hover{border-color:#8b5cf6;transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.order-header{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.order-header h2{color:#0f172a;margin:0 0 6px;font-size:1.2rem;font-weight:800}.order-date{color:#64748b;align-items:center;gap:6px;font-size:.9rem;display:flex}.status-badge{text-transform:capitalize;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 2px 8px #0000001a}.status-badge.pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.status-badge.processing{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.status-badge.completed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.status-badge.cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.order-products{padding:24px}.order-product{border-bottom:2px solid #f1f5f9;gap:20px;margin-bottom:20px;padding-bottom:20px;transition:all .2s;display:flex}.order-product:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-product:hover{transform:translate(4px)}.order-product img{object-fit:cover;background:#f1f5f9;border-radius:12px;width:90px;height:90px;box-shadow:0 2px 8px #00000014}.product-info{flex:1}.product-title{color:#0f172a;margin-bottom:8px;font-size:1.05rem;font-weight:700}.product-options{margin-bottom:8px}.product-options span{color:#64748b;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:6px;margin-bottom:6px;margin-right:8px;padding:4px 12px;font-size:.85rem;font-weight:500;display:inline-block}.product-price{color:#8b5cf6;margin-top:6px;font-size:1rem;font-weight:700}.order-footer{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border-top:2px solid #f1f5f9;justify-content:space-between;align-items:center;padding:24px;display:flex}.order-footer p:first-child{color:#64748b;font-size:1rem;font-weight:600}.total-price{color:#0f172a;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.empty-state{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px dashed #cbd5e1;border-radius:24px;padding:80px 20px}.empty-state p{color:#64748b;margin-bottom:30px;font-size:1.2rem}.shop-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:12px;padding:16px 36px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #8b5cf64d}.shop-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #8b5cf666}.loading-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:80px;display:flex}.spinner{border:4px solid #e2e8f0;border-top-color:#8b5cf6;border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{color:#475569;font-size:1.1rem;font-weight:600}@media (max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:20px;padding:30px 24px}.page-header h1{font-size:2rem}.logout-btn{text-align:center;width:100%}.login-card{padding:40px 30px}.order-product{flex-direction:column}.order-product img{width:100%;height:200px}}@media (max-width:480px){.myorders-container{padding:0 16px}.page-header{padding:24px 20px}.page-header h1{font-size:1.6rem}.login-card{padding:30px 24px}.login-card h1{font-size:1.8rem}.order-header{flex-direction:column;align-items:flex-start;gap:12px}.empty-state{padding:60px 20px}}
