.orders{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#ffffff);padding:40px 0 80px}.orders__container{max-width:1000px;margin:0 auto;padding:0 24px}.orders__header{text-align:center;margin-bottom:48px}.orders__header h1{font-size:48px;font-weight:800;color:var(--header-black);margin:0 0 12px}.orders__subtitle{font-size:18px;color:var(--header-gray);margin:0}.orders__error{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fee;border:1px solid #fcc;border-radius:12px;color:#c33;margin-bottom:32px}.orders__error-icon{font-size:20px}.orders__empty{text-align:center;padding:80px 20px;background:white;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.orders__empty-icon{font-size:80px;margin-bottom:24px}.orders__empty h2{font-size:32px;font-weight:700;color:var(--header-black);margin:0 0 12px}.orders__empty p{font-size:16px;color:var(--header-gray);margin:0 0 32px}.orders__list{display:flex;flex-direction:column;gap:24px}.orders__item{background:transparent;border-radius:0;padding:40px 0;border-bottom:2px solid #e8e9ea;transition:all .3s ease;position:relative}.orders__item:last-child{border-bottom:none}.orders__item:hover{background:rgba(0,85,63,.02);padding-left:20px;padding-right:20px;border-radius:12px}.orders__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e8e9ea}.orders__item-info{flex:1 1}.orders__item-title{font-size:24px;font-weight:700;color:var(--header-black);margin:0 0 8px}.orders__item-date{font-size:14px;color:var(--header-gray);margin:0}.orders__item-status{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-completed{background:#d1fae5;color:#065f46}.status-processing{background:#dbeafe;color:#1e40af}.status-pending{background:#fef3c7;color:#92400e}.status-cancelled{background:#fee2e2;color:#991b1b}.status-default{background:#f3f4f6;color:#374151}.orders__item-details{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.orders__item-total{display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:transparent;border-radius:0;border-bottom:1px solid #e8e9ea}.orders__item-total-label{font-size:16px;font-weight:600;color:var(--header-gray)}.orders__item-total-value{font-size:20px;font-weight:700;color:var(--header-black)}.orders__item-tracking{display:flex;flex-direction:column;gap:12px;background:transparent;border-radius:0;border-left:4px solid var(--header-accent);padding:20px 0 20px 20px}.orders__item-tracking-label{font-size:14px;font-weight:600;color:var(--header-gray);text-transform:uppercase;letter-spacing:.5px}.orders__item-tracking-numbers{display:flex;flex-wrap:wrap;gap:8px}.orders__item-tracking-link{padding:6px 12px;background:white;border:1px solid var(--header-accent);border-radius:6px;color:var(--header-accent);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.orders__item-tracking-link:hover{background:var(--header-accent);color:white}.orders__item-actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width:768px){.orders__header h1{font-size:32px}.orders__item{padding:24px}.orders__item-header{gap:16px}.orders__item-actions,.orders__item-header{flex-direction:column}.orders__item-actions>*{width:100%}}