.admin-login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b0b0b,#222,#0b0b0b);font-family:var(--font-main, "Inter", sans-serif);position:relative}.admin-login-back{position:absolute;top:24px;left:24px;display:flex;align-items:center;gap:8px;color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.admin-login-back:hover{color:#f57621}.admin-login-loading{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fffc}.admin-login-loading .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#f57621;border-radius:50%;animation:admin-spin .8s linear infinite}.admin-login-card{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0006;padding:40px;width:100%;max-width:420px}.admin-login-header{text-align:center;margin-bottom:32px}.admin-login-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border-radius:16px;margin-bottom:20px}.admin-login-header h1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.admin-login-header p{font-size:.95rem;color:#555;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:20px}.admin-login-field{display:flex;flex-direction:column;gap:8px}.admin-login-field label{font-size:.875rem;font-weight:600;color:#4a5568}.admin-login-field input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.admin-login-password-wrap{position:relative;display:flex}.admin-login-password-wrap input{padding-right:48px;flex:1}.admin-login-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;transition:color .2s}.admin-login-password-toggle:hover{color:#f57621}.admin-login-field input:focus{outline:none;border-color:#f57621;box-shadow:0 0 0 3px #f5762133}.admin-login-error{margin-bottom:24px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.85rem;font-weight:500;animation:admin-fade-in .3s ease}.admin-login-error-hint{margin-top:8px;font-size:.75rem;opacity:.85;color:#c53030;line-height:1.4}@keyframes admin-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.admin-login-btn{padding:14px 24px;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.admin-login-btn:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}.admin-login-btn:disabled{opacity:.7;cursor:not-allowed}.admin-login-footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08);text-align:center;font-size:.85rem;color:#555}.admin-login-footer strong{color:#f57621;font-weight:600}.admin-login-footer-link{color:inherit;text-decoration:none;transition:opacity .2s}.admin-login-footer-link:hover{opacity:.9}.admin-login-footer-link strong{text-decoration:underline;text-underline-offset:2px}@media(max-width:480px){.admin-login-page{padding:80px 16px 24px;box-sizing:border-box}.admin-login-card{padding:32px 24px}.admin-login-back{top:16px;left:16px}}.admin-guard-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#fffde8;color:#565959}.admin-guard-loading .loading-spinner{width:40px;height:40px;border:3px solid rgba(245,118,33,.2);border-top-color:#f57621;border-radius:50%;animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-layout{display:flex;min-height:100vh;background:#fffde8;font-family:var(--font-main, "Inter"),sans-serif}.admin-sidebar{width:260px;background:#fff;border-right:2px solid rgba(245,118,33,.2);display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000a}.admin-sidebar-header{padding:24px;border-bottom:2px solid rgba(245,118,33,.2)}.admin-sidebar-header h2{font-size:1.25rem;font-weight:700;background:linear-gradient(90deg,#f57621,#e25f5d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.admin-nav{padding:24px 0;display:flex;flex-direction:column;gap:8px;flex:1}.admin-sidebar-footer{padding:16px 0;border-top:2px solid rgba(245,118,33,.2)}.admin-logout-btn{width:100%;background:none;border:none;cursor:pointer;text-align:left;font:inherit}.admin-logout-btn:hover{color:#c53030;background-color:#fff5f5}.admin-nav-link{display:flex;align-items:center;gap:12px;padding:12px 24px;color:#4a5568;text-decoration:none;font-weight:500;transition:all .2s}.admin-nav-link:hover{background:#f576211a;color:#1a1a1a}.admin-nav-link.active{background:#f5762126;color:#e25f5d;border-right:4px solid #f57621;font-weight:600}.admin-main-content{flex:1;padding:32px;overflow-y:auto;background:#fffde8;font-family:var(--font-main, "Inter"),sans-serif}.admin-page{max-width:1200px;margin:0 auto;min-height:calc(100vh - 80px)}.admin-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:32px;padding-bottom:1rem;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#f57621,#e25f5d) 1}.admin-header-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.admin-header-actions .admin-btn{display:inline-flex;align-items:center;gap:8px}.admin-product-dropdown-wrap{display:flex;align-items:center;gap:10px}.admin-dropdown-label{font-weight:600;color:#2d3748;font-size:.9rem}.admin-product-dropdown{padding:8px 12px;border:1px solid #cbd5e0;border-radius:8px;font-size:.95rem;min-width:220px;background:#fff;cursor:pointer}.admin-product-dropdown:focus{outline:none;border-color:#f57621}.admin-error-msg{padding:8px 12px;background:#fff5f5;color:#e53e3e;border-radius:8px;margin:0 0 16px;font-size:.95rem}.admin-header-row h1{font-size:1.75rem;font-weight:800;margin:0;background:linear-gradient(90deg,#f57621,#e25f5d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-btn{background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:15px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.admin-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5762166}.admin-btn.danger{background:linear-gradient(90deg,#e53e3e,#c53030)}.admin-btn.danger:hover:not(:disabled){box-shadow:0 4px 12px #e53e3e66}.admin-btn:disabled{opacity:.7;cursor:not-allowed}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.admin-stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #0000000f;border:2px solid rgba(245,118,33,.15);transition:box-shadow .2s ease,border-color .2s ease}.admin-stat-card:hover{border-color:#f5762166;box-shadow:0 4px 16px #f576211f}.stat-icon{width:56px;height:56px;border-radius:50%;display:flex;justify-content:center;align-items:center}.stat-icon.users{background:linear-gradient(135deg,#fef3e8,#fde8e8);color:#e25f5d}.stat-icon.orders{background:linear-gradient(135deg,#e8f5e9 0% 100%);color:#2e7d32}.stat-icon.products{background:linear-gradient(135deg,#fef3e8,#fde8e8);color:#f57621}.stat-icon.revenue{background:linear-gradient(135deg,#fff8e1,#fef3e8);color:#e25f5d}.stat-details h3{font-size:.875rem;color:#565959;margin:0 0 4px;text-transform:uppercase;letter-spacing:.05em}.stat-details p{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.admin-table-container{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;border:2px solid rgba(245,118,33,.15);overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:16px 24px;text-align:left;border-bottom:1px solid rgba(245,118,33,.2)}.admin-table th{background:linear-gradient(180deg,#fef3e8,#fff);color:#2d3748;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.admin-table td{color:#2d3748}.admin-table tbody tr:hover{background:#f576210d}.empty-table{text-align:center!important;color:#a0aec0!important;padding:48px!important}.admin-storage-desc{color:#4a5568;margin-bottom:24px;font-size:.95rem}.admin-storage-desc code{background:#edf2f7;padding:2px 6px;border-radius:4px;font-size:.9em}.status-badge{padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.paid,.status-badge.completed{background-color:#c6f6d5;color:#22543d}.status-badge.pending{background-color:#fefcbf;color:#b7791f}.status-badge.cancelled,.status-badge.rejected{background-color:#fed7d7;color:#822727}.status-badge.approved{background-color:#c6f6d5;color:#22543d}.product-image-cell img{width:48px;height:48px;object-fit:cover;border-radius:6px}.admin-orders-grid{display:flex;flex-direction:column;gap:12px}.admin-orders-empty{text-align:center;color:#565959;padding:48px;background:#fff;border-radius:16px;border:2px dashed rgba(245,118,33,.3)}.admin-order-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0;overflow:hidden}.admin-order-card-main{display:flex;align-items:center;gap:16px;padding:16px 20px}.admin-order-thumb{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f7fafc}.admin-order-thumb img{width:100%;height:100%;object-fit:cover}.admin-order-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e0}.admin-order-info{flex:1;min-width:0}.admin-order-name{font-weight:600;color:#2d3748;font-size:.95rem;margin-bottom:4px}.admin-order-meta{font-size:.8rem;color:#718096;margin-bottom:6px}.admin-order-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-order-amount{font-weight:700;color:#2d3748}.admin-order-date{font-size:.85rem;color:#718096}.admin-order-toggle{width:32px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:1.2rem;line-height:1;cursor:pointer;color:#4a5568;flex-shrink:0}.admin-order-toggle:hover{background:#f7fafc}.admin-order-details{padding:16px 20px;background:#f7fafc;border-top:1px solid #e2e8f0;font-size:.9rem;color:#4a5568}.admin-order-details p{margin:0 0 8px}.admin-order-items{margin-top:12px}.admin-order-item-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #e2e8f0}.admin-order-item-row:last-child{border-bottom:none}.admin-order-item-img{width:36px;height:36px;object-fit:cover;border-radius:6px}.admin-order-item-placeholder{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#cbd5e0;border-radius:6px;flex-shrink:0}.admin-order-item-placeholder svg{width:18px;height:18px}.admin-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:24px 16px}.admin-modal{background:#fff;padding:32px;border-radius:16px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 40px #00000026;border:2px solid rgba(245,118,33,.2);margin:auto}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-shrink:0}.admin-modal-header h3{margin:0;font-size:1.25rem;color:#2d3748}.admin-modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#718096;cursor:pointer;padding:4px}.admin-modal-close:hover{color:#2d3748}.admin-modal h2{margin-top:0;margin-bottom:24px;color:#2d3748;flex-shrink:0}.admin-form{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.admin-modal-body{overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch;margin:0 -8px;padding:0 8px}.admin-form .form-group{margin-bottom:20px}.admin-form label{display:block;font-weight:600;color:#2d3748;margin-bottom:8px;font-size:.875rem}.admin-form input{width:100%;padding:10px 12px;border:2px solid rgba(245,118,33,.3);border-radius:8px;font-family:inherit;font-size:1rem;box-sizing:border-box}.admin-form input:focus{outline:none;border-color:#f57621;box-shadow:0 0 0 3px #f5762133}.admin-form input:disabled{background-color:#edf2f7;color:#a0aec0;cursor:not-allowed}.admin-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px}.admin-btn-shipment{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem}.admin-shipment-modal .admin-modal-body{padding:0}.admin-shipment-loading,.admin-shipment-error,.admin-shipment-empty{color:#718096;margin:0}.admin-shipment-error{color:#e53e3e}.admin-shipment-info p{margin:0 0 10px;font-size:.95rem}.admin-shipment-track-link{display:inline-block;margin-top:16px;text-decoration:none}.admin-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 4px 6px #0000000d}.admin-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.admin-card-title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:#2d3748;margin:0}.admin-card-desc{color:#718096;font-size:.9rem;margin:0 0 20px}.admin-form-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:20px}.admin-form-inline input{padding:8px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem}.admin-form-packs input[type=number]{width:90px}.admin-btn-primary{background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;padding:8px 16px;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.admin-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5762166}.admin-btn-secondary{background:#f5762126;color:#e25f5d;border:2px solid rgba(245,118,33,.4);padding:8px 16px;border-radius:12px;font-weight:600;cursor:pointer;transition:background .2s ease}.admin-btn-secondary:hover{background:#f5762140}.admin-btn-icon{background:none;border:none;padding:6px;cursor:pointer;color:#718096;border-radius:4px}.admin-btn-icon:hover{background:#edf2f7;color:#2d3748}.admin-btn-icon.admin-btn-danger:hover{background:#fff5f5;color:#e53e3e}.admin-loading{padding:24px;text-align:center;color:#718096}.admin-table-wrap{overflow-x:auto}.admin-combo-form{margin-bottom:24px}.admin-combo-form-row{margin-bottom:16px}.admin-combo-form-row label{display:block;font-weight:600;color:#4a5568;margin-bottom:8px;font-size:.875rem}.admin-combo-form-row input[type=number]{width:120px;padding:8px 12px;border:1px solid #cbd5e0;border-radius:6px}.admin-combo-packs{display:flex;flex-wrap:wrap;gap:8px}.admin-combo-pack-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#edf2f7;border-radius:8px;cursor:pointer;font-size:.9rem}.admin-combo-pack-chip input{margin:0}.admin-combo-pack-chip:has(input:checked){background:#ebf8ff;border:1px solid #3182ce}.admin-sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:900}.admin-sidebar-toggle{display:none;position:fixed;top:16px;right:16px;background:#3182ce;color:#fff;border:none;border-radius:8px;padding:8px;z-index:800;cursor:pointer;box-shadow:0 4px 6px #0000001a}.admin-sidebar-close{display:none;background:none;border:none;color:#4a5568;cursor:pointer;padding:4px}@media(max-width:768px){.admin-layout{flex-direction:column}.admin-sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);transition:transform .3s ease;z-index:1000}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-overlay.admin-sidebar-overlay{display:block}.admin-sidebar-toggle{display:flex;align-items:center;justify-content:center}.admin-sidebar-header{display:flex;justify-content:space-between;align-items:center}.admin-sidebar-close{display:block}.admin-main-content{padding:64px 16px 24px}.admin-header-row{flex-direction:column;align-items:flex-start}.admin-stats-grid{grid-template-columns:1fr}.admin-table-container,.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-modal{padding:24px 16px;max-width:90%;max-height:85vh}.admin-form-inline{flex-direction:column;align-items:stretch}.admin-form-inline input{width:100%}}.order-mgmt-page{min-height:calc(100vh - 80px);padding:2rem;max-width:1100px;margin:0 auto;background:#fffde8;font-family:var(--font-main, "Inter"),sans-serif}.order-mgmt-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#f57621,#e25f5d) 1}.order-mgmt-title{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin:0;background:linear-gradient(90deg,#f57621,#e25f5d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.order-mgmt-refresh{padding:.6rem 1.5rem;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;border-radius:15px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.order-mgmt-refresh:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5762166}.order-mgmt-refresh:disabled{opacity:.7;cursor:not-allowed}.order-mgmt-error{padding:8px 12px;background:#fff5f5;color:#e53e3e;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.order-mgmt-grid{display:flex;flex-direction:column;gap:1rem}.order-mgmt-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:2px solid rgba(245,118,33,.15);transition:box-shadow .2s ease,border-color .2s ease}.order-mgmt-card:hover{border-color:#f5762166;box-shadow:0 4px 16px #f576211f}.order-mgmt-card-main{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem}.order-mgmt-thumb{width:56px;height:56px;flex-shrink:0;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fef3e8,#fde8e8)}.order-mgmt-thumb img{width:100%;height:100%;object-fit:cover}.order-mgmt-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#e25f5d;opacity:.6}.order-mgmt-info{flex:1;min-width:0}.order-mgmt-name{font-weight:600;color:#1a1a1a;font-size:.95rem;margin-bottom:4px}.order-mgmt-meta{font-size:.8rem;color:#565959;margin-bottom:6px}.order-mgmt-meta span{margin-right:.75rem}.order-mgmt-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.order-mgmt-amount{font-weight:700;color:#2d3748;font-size:1rem}.order-mgmt-status{padding:4px 10px;border-radius:8px;font-size:.8rem;font-weight:600;text-transform:uppercase}.order-mgmt-status.paid,.order-mgmt-status.new{background:#e8f5e9;color:#2e7d32}.order-mgmt-status.cancelled{background:#ffebee;color:#c62828}.order-mgmt-status.refunded{background:#fff3e0;color:#e65100}.order-mgmt-awb{font-size:.8rem;color:#e25f5d;font-weight:600;padding:2px 8px;background:#f576211a;border-radius:6px}.order-mgmt-date{font-size:.85rem;color:#565959}.order-mgmt-shipment-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.order-mgmt-shipment-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f5762159}.order-mgmt-toggle{width:36px;height:36px;flex-shrink:0;border-radius:50%;border:2px solid rgba(245,118,33,.4);background:#fff;color:#f57621;font-size:1.25rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.order-mgmt-toggle:hover{background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border-color:transparent}.order-mgmt-details{padding:1.25rem;background:linear-gradient(180deg,#fef3e8,#fff);border-top:1px solid rgba(245,118,33,.2)}.order-mgmt-details p{margin:0 0 8px;font-size:.9rem;color:#2d3748}.order-mgmt-items{margin-top:.75rem}.order-mgmt-items strong{display:block;margin-bottom:.5rem;color:#1a1a1a}.order-mgmt-item-row{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(245,118,33,.2)}.order-mgmt-item-row:last-child{border-bottom:none}.order-mgmt-item-img{width:40px;height:40px;object-fit:cover;border-radius:8px}.order-mgmt-item-placeholder{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fef3e8;border-radius:8px;color:#e25f5d;opacity:.6}.order-mgmt-empty{text-align:center;padding:4rem 2rem;color:#565959;font-size:1rem;background:#fff;border-radius:16px;border:2px dashed rgba(245,118,33,.3)}.order-mgmt-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.order-mgmt-modal{background:#fff;border-radius:16px;overflow:hidden;max-width:420px;width:100%;box-shadow:0 20px 40px #00000026;border:2px solid rgba(245,118,33,.2)}.order-mgmt-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff}.order-mgmt-modal-header h3{margin:0;font-size:1.25rem;font-weight:700}.order-mgmt-modal-close{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.order-mgmt-modal-close:hover{background:#ffffff59}.order-mgmt-modal-body{padding:1.5rem}.order-mgmt-shipment-loading,.order-mgmt-shipment-error,.order-mgmt-shipment-empty{color:#565959;margin:0}.order-mgmt-shipment-error{color:#e53e3e}.order-mgmt-shipment-info p{margin:0 0 10px;font-size:.95rem;color:#2d3748}.order-mgmt-shipment-actions{margin-bottom:1rem}.order-mgmt-sync-btn{padding:.5rem 1rem;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer}.order-mgmt-sync-btn:hover:not(:disabled){opacity:.9}.order-mgmt-sync-btn:disabled{opacity:.6;cursor:not-allowed}.order-mgmt-shipment-edit{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.order-mgmt-shipment-edit label{font-size:.85rem;font-weight:600;color:#2d3748;margin-top:.5rem}.order-mgmt-shipment-edit label:first-of-type{margin-top:0}.order-mgmt-shipment-edit input{padding:.5rem .75rem;border:2px solid rgba(245,118,33,.3);border-radius:8px;font-size:.9rem}.order-mgmt-shipment-edit input:focus{outline:none;border-color:#f57621}.order-mgmt-save-btn{margin-top:.75rem;padding:.6rem 1.25rem;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.order-mgmt-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5762166}.order-mgmt-save-btn:disabled{opacity:.7;cursor:not-allowed}.order-mgmt-shipment-hint{font-size:.8rem!important;color:#718096!important;margin-top:.25rem!important}.order-mgmt-track-link{display:inline-block;margin-top:1rem;padding:.6rem 1.25rem;background:linear-gradient(90deg,#f57621,#e25f5d);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:.9rem;transition:transform .2s ease,box-shadow .2s ease}.order-mgmt-track-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5762166}
