:root{--brand:#173d2d;--brand-light:#2c6e4f;--bg:#f5f7f3;--white:#fff;--text:#333;--light:#777;--border:#e8e8e8;--success:#22c55e;--shadow:0 10px 30px #00000014}.orders-page{background:var(--bg);min-height:100vh;padding:110px 20px 80px}.orders-header{align-items:center;gap:20px;max-width:1100px;margin:0 auto 30px;display:flex}.orders-header h1{color:var(--brand);font-size:30px;font-weight:700}.back-btn{width:45px;height:45px;color:var(--brand);background:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 5px 15px #00000014}.back-btn:hover{transform:translateY(-2px)}.empty-orders{text-align:center;max-width:520px;box-shadow:var(--shadow);background:#fff;border-radius:24px;margin:70px auto;padding:50px 35px}.empty-icon{width:110px;height:110px;color:var(--brand);background:#e9f8ef;border-radius:50%;justify-content:center;align-items:center;margin:auto;font-size:52px;display:flex}.empty-orders h2{color:var(--brand);margin-top:25px;font-size:30px}.empty-orders p{color:#666;margin-top:15px;line-height:1.8}.login-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;height:52px;margin-top:30px;font-weight:700;transition:all .3s}.login-btn:hover{background:var(--brand-light)}.shop-btn{border:2px solid var(--brand);width:100%;height:52px;color:var(--brand);border-radius:14px;justify-content:center;align-items:center;margin-top:15px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.shop-btn:hover{background:var(--brand);color:#fff}.orders-list{flex-direction:column;gap:28px;max-width:1100px;margin:auto;display:flex}.order-card{box-shadow:var(--shadow);background:#fff;border:1px solid #ececec;border-radius:24px;padding:28px}.order-top{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.order-top h3{color:var(--brand);margin-bottom:5px;font-size:22px}.order-top p{color:#777;font-size:14px}.paid-badge{color:#16a34a;background:#ecfdf3;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:700;display:flex}.summary-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px;display:grid}.summary-grid div{background:#f9faf8;border:1px solid #ececec;border-radius:18px;padding:18px}.summary-grid small{color:#777;margin-bottom:10px;display:block}.summary-grid h4{color:var(--brand);font-size:26px}.address-box{background:#fafcf9;border:1px solid #ececec;border-radius:18px;align-items:flex-start;gap:18px;margin-bottom:20px;padding:18px;display:flex}.address-box svg{color:var(--brand);margin-top:3px;font-size:22px}.address-box strong{color:var(--brand);margin-bottom:6px;display:block}.address-box p{color:#666;margin:2px 0;line-height:1.6}.customer-box{background:#fafcf9;border:1px solid #ececec;border-radius:18px;align-items:center;gap:18px;margin-bottom:25px;padding:18px;display:flex}.customer-box svg{color:var(--brand);font-size:20px}.customer-box strong{color:var(--brand);margin-bottom:4px;display:block}.customer-box p{color:#666}.products-section{margin-top:25px}.products-title{color:var(--brand);align-items:center;gap:10px;margin-bottom:20px;font-size:20px;display:flex}.products-title svg{color:#16a34a}.product-card{background:#fff;border:1px solid #ececec;border-radius:18px;align-items:center;gap:18px;margin-bottom:15px;padding:15px;transition:all .3s;display:flex}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000014}.product-image{object-fit:cover;border:1px solid #eee;border-radius:16px;width:90px;height:90px}.product-details{flex:1}.product-details h5{color:var(--brand);margin:0;font-size:18px;font-weight:700}.product-details p{color:#16a34a;margin:8px 0;font-size:18px;font-weight:700}.product-details span{color:#666;font-size:14px}.product-total{color:var(--brand);font-size:22px;font-weight:700}.payment-box{background:#f9fbf9;border:1px solid #e8e8e8;border-radius:18px;margin-top:25px;padding:20px}.payment-row{border-bottom:1px dashed #ddd;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.payment-row:last-child{border-bottom:none}.payment-row span{color:#666}.payment-row strong{color:var(--brand)}.payment-row .success{color:#16a34a}.order-actions{gap:15px;margin-top:30px;display:flex}.reorder-btn{background:var(--brand);color:#fff;border-radius:14px;flex:1;justify-content:center;align-items:center;height:52px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.reorder-btn:hover{background:var(--brand-light)}.track-btn{height:52px;color:var(--brand);border:2px solid var(--brand);cursor:pointer;background:#fff;border-radius:14px;flex:1;font-weight:700;transition:all .3s}.track-btn:hover{background:var(--brand);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#c8d2c8;border-radius:20px}::-webkit-scrollbar-track{background:#f5f7f3}@media (max-width:768px){.orders-page{padding:90px 15px 100px}.orders-header{margin-bottom:20px}.orders-header h1{font-size:24px}.order-card{border-radius:18px;padding:18px}.order-top{flex-direction:column;align-items:flex-start;gap:12px}.summary-grid{grid-template-columns:1fr;gap:15px}.summary-grid h4{font-size:22px}.address-box,.customer-box{padding:15px}.product-card{flex-direction:column;align-items:flex-start}.product-image{width:100%;height:220px}.product-details{width:100%}.product-total{margin-top:10px;font-size:20px}.payment-box{padding:15px}.payment-row{font-size:14px}.order-actions{flex-direction:column}.reorder-btn,.track-btn{width:100%;height:50px}.empty-orders{margin-top:30px;padding:35px 20px}.empty-icon{width:80px;height:80px;font-size:40px}.empty-orders h2{font-size:24px}}@media (min-width:1400px){.orders-list{max-width:1250px}.order-card{padding:35px}.product-image{width:110px;height:110px}.product-details h5{font-size:20px}.product-total{font-size:24px}}
