.orders-page{padding:16px;max-width:800px;margin:0 auto}.orders-back-btn{display:inline-block;margin-bottom:8px;background:none;border:none;color:#1565c0;font-size:14px;cursor:pointer;padding:0}.orders-back-btn:hover{text-decoration:underline}.page-header h1{font-size:24px;margin:0 0 20px}.orders-inline-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 16px;padding:10px 12px;border:1px solid #ecc2c2;border-radius:8px;background:#fff1f1;color:#8d2424;font-size:14px}.orders-inline-notice button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:inherit;cursor:pointer}.empty{text-align:center;padding:60px 20px}.empty p{font-size:16px;color:#666;margin-bottom:20px}.empty button{padding:12px 24px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.orders-list{display:flex;flex-direction:column;gap:24px}.purchase-group{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.purchase-title{font-size:18px;margin:0 0 16px;cursor:pointer;color:#007bff}.purchase-title:hover{text-decoration:underline}.orders-group{display:flex;flex-direction:column;gap:12px}.order-card{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:6px;padding:12px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.order-info{flex:1 1}.order-info h3{font-size:15px;margin:0 0 4px;font-weight:500}.artikul{font-size:12px;color:#888;margin:0 0 4px}.row-data{font-size:13px;color:#666;margin:4px 0}.price{font-size:14px;margin:8px 0;color:#333}.price strong{font-size:16px;color:#007bff}.status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;margin-top:4px}.status-confirmed{background:#d4edda;color:#155724}.status-pending{background:#fff3cd;color:#856404}.order-actions{display:flex;flex-direction:column;gap:8px}.cancel-btn,.show-btn{padding:6px 12px;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;white-space:nowrap}.cancel-btn{background:#dc3545}.show-btn{background:#007bff}.show-btn:hover{background:#0056b3}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.pagination button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.pagination button:disabled{background:#ccc;cursor:not-allowed}@media (max-width:600px){.orders-page{padding:12px}.order-card{flex-direction:column}.order-actions{flex-direction:row;width:100%}.cancel-btn,.show-btn{flex:1 1}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.3)}.modal-close{position:absolute;top:16px;right:16px;background:#f0f0f0;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.modal-close:hover{background:#e0e0e0;color:#333}.modal-content h2{margin:0 0 16px;font-size:22px;padding-right:40px}.product-images{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.product-images img{width:150px;height:150px;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.product-details{margin-bottom:20px}.product-details p{margin:8px 0;font-size:14px;line-height:1.5}.product-details strong{color:#333}.product-description{margin-top:16px;padding:12px;background:#f9f9f9;border-radius:6px}.product-description p{margin:4px 0 0;color:#555}.product-description-text{white-space:pre-wrap}.modal-view-purchase{width:100%;padding:12px;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500}.modal-view-purchase:hover{background:#0056b3}@media (max-width:600px){.modal-content{padding:20px;max-height:85vh}.product-images img{width:100px;height:100px}}