@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";.login-page-container{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background-color:var(--bg-main)}.login-card{width:100%;max-width:380px;border:1px solid #b2c2d2;box-shadow:0 4px 12px #0000001a;background-color:#f5f7fa;border-radius:4px;overflow:hidden;margin-bottom:24px}.login-card-header{background:#e9eff4;padding:12px 18px;border-bottom:1px solid #b2c2d2}.login-card-title{font-size:14px;font-weight:700;color:#333;font-family:Arial,sans-serif}.login-form{padding:24px 20px;display:flex;flex-direction:column;gap:16px}.login-error-alert{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;background-color:#fff1f2;border:1px solid #fecdd3;border-radius:4px;color:#be123c;font-size:12px;font-family:Arial,sans-serif;line-height:1.4}.login-error-icon{color:#e11d48;flex-shrink:0;margin-top:2px}.login-error-message{font-weight:700;word-break:break-word}.login-form-row{display:flex;align-items:center}.login-form-label{width:90px;font-size:13px;font-weight:700;color:#000;font-family:Arial,sans-serif;text-align:left}.login-input-wrapper{position:relative;flex:1;display:flex;align-items:center}.login-input-icon{position:absolute;left:10px;color:#64748b;pointer-events:none}.login-form-input-with-icon{width:100%;padding:6px 10px 6px 30px;font-size:13px;border:1px solid #b2c2d2;background-color:#fff;outline:none;border-radius:3px;transition:border-color var(--transition-fast, .1s ease)}.login-form-input-with-icon:focus{border-color:var(--color-primary, #345f85);background-color:#fff;box-shadow:0 0 0 2px #345f8526}.btn-login-container{display:flex;justify-content:center;margin-top:4px}.btn-login{width:100%;padding:8px 16px;font-size:13px;font-weight:700;color:#fff;background-color:var(--color-primary, #345f85);border:1px solid var(--color-primary, #345f85);cursor:pointer;border-radius:3px;transition:all .15s ease;display:inline-flex;justify-content:center;align-items:center}.btn-login:disabled{background-color:#cbd5e1;border-color:#cbd5e1;color:#64748b;cursor:not-allowed;opacity:.7}.btn-login:not(:disabled):hover{background-color:var(--color-primary-hover, #224361);border-color:var(--color-primary-hover, #224361)}.login-footer-links{display:flex;gap:30px;font-size:12px;font-family:Arial,sans-serif}.login-footer-link{color:#000;text-decoration:underline;font-weight:700}.lookup-title{font-size:1.2rem;color:#000;font-weight:700;margin:.4em 0}.lookup-toggle-header{padding:12px 20px;background-color:#f8fafc;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.lookup-toggle-header.expanded{border-bottom:1px solid #dfdfdf}.lookup-toggle-header:hover .lookup-toggle-title{color:#004b87}.lookup-toggle-title-container{display:flex;align-items:center;gap:8px}.lookup-toggle-title{font-size:13px;font-weight:700;color:#1e293b;font-family:Arial,sans-serif;transition:color .2s ease}.lookup-toggle-badge{font-size:11px;color:#fff;font-family:Arial,sans-serif;font-weight:700;background-color:#004b87;padding:2px 8px;border-radius:10px;box-shadow:0 1px 2px #004b8733;animation:badge-pulse 2.5s infinite}@keyframes badge-pulse{0%{box-shadow:0 0 #004b8773}70%{box-shadow:0 0 0 5px #004b8700}to{box-shadow:0 0 #004b8700}}.lookup-toggle-status-container{display:flex;align-items:center;gap:6px;color:#004b87;transition:transform .2s ease}.lookup-toggle-header:hover .lookup-toggle-status-container{transform:translate(-2px)}.lookup-toggle-status-text{font-size:11px;font-weight:700;font-family:Arial,sans-serif}.search-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:24px 20px;background-color:#fff}.filter-group-card{position:relative;border:1px solid #cbd5e1;border-radius:6px;padding:18px;background-color:#f8fafc;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.order-info-card{--section-accent: #004b87;--section-accent-rgb: 0, 75, 135}.customer-info-card{--section-accent: #4338ca;--section-accent-rgb: 67, 56, 202}.shipping-info-card{--section-accent: #0f766e;--section-accent-rgb: 15, 118, 110}.filter-group-card:hover{transform:translateY(-2px);background-color:#fff;border-color:var(--section-accent);box-shadow:0 12px 20px -8px rgba(var(--section-accent-rgb),.12),0 4px 12px -2px rgba(var(--section-accent-rgb),.06),0 0 0 1px rgba(var(--section-accent-rgb),.05)}.filter-group-card.active-grid{transform:translateY(-2px);background-color:#fff;border-color:var(--section-accent);box-shadow:0 12px 20px -8px rgba(var(--section-accent-rgb),.16),0 4px 12px -2px rgba(var(--section-accent-rgb),.08),0 0 0 1px rgba(var(--section-accent-rgb),.05)}.filter-group-card.active-grid .filter-card-header{transform:translate(4px);color:var(--section-accent)}.filter-group-card.active-grid .filter-card-header:after{transform:scaleX(1)}.filter-group-card.active-grid .field-input,.filter-group-card.active-grid .field-select{border-color:rgba(var(--section-accent-rgb),.45)}.filter-group-card.disabled-grid{opacity:.5;background-color:#f8fafc;border-color:#e2e8f0;box-shadow:none}.filter-group-card.disabled-grid:hover{transform:none;background-color:#f8fafc;border-color:#e2e8f0;box-shadow:none}.filter-group-card.disabled-grid .filter-card-header{color:#94a3b8}.filter-group-card.disabled-grid .filter-card-header:after{transform:scaleX(0)}.disabled-overlay{position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer;z-index:10}.filter-group-card:before{content:"";position:absolute;top:0;left:-150%;width:60%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff73 30%,rgba(var(--section-accent-rgb),.12),#ffffff73 70%,#fff0);transform:skew(-20deg);pointer-events:none;z-index:1}.filter-group-card:hover:before{animation:shine-sweep 1s cubic-bezier(.4,0,.2,1) forwards}@keyframes shine-sweep{0%{left:-150%}to{left:150%}}.filter-card-header{font-size:12px;font-weight:700;color:var(--section-accent, #004b87);padding-bottom:8px;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.filter-card-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--section-accent, #004b87);transform:scaleX(.8);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease}.filter-group-card:hover .filter-card-header{transform:translate(4px);color:var(--section-accent)}.filter-group-card:hover .filter-card-header:after{transform:scaleX(1)}.form-field-group{display:flex;flex-direction:column;gap:4px}.field-label{font-size:11px;font-weight:700;color:#475569;font-family:Arial,sans-serif}.field-input,.field-select{padding:8px 10px;font-size:12px;border:1px solid #cbd5e1;border-radius:4px;background-color:#fff;outline:none;color:#000;font-family:Arial,sans-serif;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.field-input:hover,.field-select:hover{border-color:#94a3b8}.field-input:focus,.field-select:focus{border-color:var(--section-accent, #004b87);box-shadow:0 0 0 3px rgba(var(--section-accent-rgb, 0, 75, 135),.18);background-color:#fff}.filter-group-card:hover .field-input,.filter-group-card:hover .field-select{border-color:rgba(var(--section-accent-rgb),.45);background-color:rgba(var(--section-accent-rgb),.005)}.filter-group-card:hover .field-input:hover,.filter-group-card:hover .field-select:hover{border-color:rgba(var(--section-accent-rgb),.65)}.filter-group-card:hover .field-input:focus,.filter-group-card:hover .field-select:focus{border-color:var(--section-accent);box-shadow:0 0 0 3px rgba(var(--section-accent-rgb),.25);background-color:#fff}.select-dropdown-wrapper{position:relative;display:flex;align-items:center}.field-select{padding:8px 32px 8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-chevron-icon{position:absolute;right:10px;color:#4b5563;pointer-events:none}.search-actions-bar{background:#f8fafc;border-top:1px solid #dfdfdf;padding:12px 24px;display:flex;gap:12px}.btn-search{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;font-size:12px;font-weight:700;font-family:Arial,sans-serif;color:#fff;background-color:#004b87;border:1px solid #004b87;cursor:pointer;border-radius:4px;box-shadow:0 1px 2px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none}.btn-search:disabled{background-color:#6b7280;border-color:#6b7280;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-search:not(:disabled):hover{background-color:#003a6a;border-color:#003a6a;box-shadow:0 4px 6px -1px #004b8733,0 2px 4px -1px #004b871a}.btn-search:not(:disabled):active{transform:scale(.97);box-shadow:0 1px 1px #0000001a}.btn-search:focus-visible{box-shadow:0 0 0 3px #004b8759}.btn-search svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.btn-search:not(:disabled):hover svg{transform:scale(1.1) rotate(5deg)}.btn-clear{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;font-size:12px;font-weight:700;font-family:Arial,sans-serif;color:#004b87;background-color:#fff;border:1px solid #cbd5e1;cursor:pointer;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none}.btn-clear:hover{color:#003a6a;background-color:#f8fafc;border-color:#004b87;box-shadow:0 4px 6px -1px #0000000d}.btn-clear:active{transform:scale(.97)}.btn-clear:focus-visible{box-shadow:0 0 0 3px #004b8726;border-color:#004b87}.btn-clear svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.btn-clear:hover svg{transform:scale(1.1) rotate(-10deg)}.search-results-card{border:1px solid #dfdfdf;border-radius:3px;background-color:#fff;padding:16px;box-shadow:0 2px 4px #0000000d}.results-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.results-title{font-size:1.05rem;color:#000;font-weight:700}.customer-results-tabs{display:flex;gap:4px;border-bottom:1px solid #dfdfdf;margin-bottom:12px}.customer-results-tab{padding:8px 14px;font-size:12px;font-weight:700;font-family:Arial,sans-serif;color:#475569;background:transparent;border:0;border-bottom:3px solid transparent;cursor:pointer}.customer-results-tab:hover{color:#004b87;background-color:#f8fafc}.customer-results-tab.active{color:#004b87;border-bottom-color:#004b87}.empty-results-text{text-align:center;padding:30px 20px;color:#666;font-size:.85rem}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.pagination-summary{font-size:.75rem;color:#555}.pagination-buttons{display:flex;gap:4px}.pagination-btn-number{min-width:28px;padding:4px 8px}.pagination-btn-number.active{background-color:#999!important;color:#fff!important;border-color:#999!important}.order-loading{color:var(--color-text-muted);text-align:center;padding:40px}.not-found-container{text-align:center;padding:40px}.not-found-title{margin-bottom:12px}.not-found-text{color:var(--color-text-muted);margin-bottom:20px}.address-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-width:0}.address-column{display:flex;flex-direction:column;gap:12px;min-width:0}@media (max-width: 640px){.address-columns{grid-template-columns:1fr}}.info-card-label{color:#555}.info-card-value{color:#000}.info-card-footer{border-top:1px solid #dfdfdf;padding-top:10px;display:flex;justify-content:flex-start}.info-card-footer-actions{gap:8px;flex-wrap:wrap}.btn-order-action{min-width:148px;padding:8px 22px;font-size:.875rem;font-weight:700;letter-spacing:.02em;border-radius:var(--radius-sm);border:1px solid transparent;border-bottom-width:3px;box-shadow:inset 0 1px #ffffff61,0 2px 5px #0003;text-shadow:0 1px 1px rgba(0,0,0,.2);transition:filter var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform .08s ease}.btn-order-action:hover:not(:disabled){filter:brightness(1.08)}.btn-order-action:active:not(:disabled){transform:translateY(2px);border-bottom-width:1px;box-shadow:inset 0 2px 5px #00000040,0 1px 2px #0000001f;filter:brightness(.96)}.btn-send-queue{color:#fff;background:linear-gradient(180deg,#5a94be,#345f85 52%,#2a4f6e);border-color:#1c3d57}.btn-send-queue:hover:not(:disabled){background:linear-gradient(180deg,#6aa3cc,#3d6f97 52%,#315a7d)}.btn-reship{color:#fff;background:linear-gradient(180deg,#4a9d7c,#2d7a5f 52%,#24634c);border-color:#1a4d3a}.btn-reship:hover:not(:disabled){background:linear-gradient(180deg,#58b08d,#35896c 52%,#2b7258)}.btn-refund{color:#fff;margin-left:10px;background:linear-gradient(180deg,#4a9d7c,#2d7a5f 52%,#24634c);border-color:#1a4d3a}.btn-refund:hover:not(:disabled){background:linear-gradient(180deg,#58b08d,#35896c 52%,#2b7258)}.btn-standalone{color:#fff;margin-left:10px;background:linear-gradient(180deg,#5185b0,#345f85 52%,#224361);border-color:#1b354c}.btn-standalone:hover:not(:disabled){background:linear-gradient(180deg,#6297c4,#40719c 52%,#2d5578)}.btn-order-action:disabled{color:#9ca3af;background:linear-gradient(180deg,#f9fafb,#e5e7eb);border-color:#d1d5db;border-bottom-width:2px;box-shadow:none;text-shadow:none;transform:none;filter:none;cursor:not-allowed}.btn-order-action:disabled:hover{background:linear-gradient(180deg,#f9fafb,#e5e7eb);filter:none}.reship-parts-section{margin-bottom:12px}.send-to-queue-modal-backdrop{align-items:flex-start;justify-content:flex-start;padding:24px 40px;box-sizing:border-box;overflow-y:auto}.modal-backdrop.send-to-queue-modal-backdrop .modal-card.send-to-queue-modal-card{width:calc(100vw - 80px);max-width:calc(100vw - 80px);flex:0 0 auto;max-height:calc(100vh - 48px);overflow:hidden;box-sizing:border-box}.send-to-queue-modal-body{flex:1;min-height:0;overflow-y:auto;padding-right:4px}.send-to-queue-modal-actions{flex-shrink:0;border-top:1px solid #dfdfdf;padding-top:12px;margin-top:4px}@media (max-width: 640px){.modal-backdrop.send-to-queue-modal-backdrop{padding:16px}.modal-backdrop.send-to-queue-modal-backdrop .modal-card.send-to-queue-modal-card{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}}.send-to-queue-parts-section{margin:4px 0 12px;padding-top:8px;border-top:1px solid #dfdfdf}.send-to-queue-parts-title{display:flex;align-items:center;gap:6px;font-size:.95rem;font-weight:700;margin:0 0 8px}.send-to-queue-parts-hint{margin:0 0 8px;font-size:.8rem;color:#555}.send-to-queue-parts-error{margin:8px 0 0;font-size:.8rem;color:var(--color-danger, #dc2626)}.send-to-queue-row-disabled{opacity:.55}.send-to-queue-row-disabled td{color:#888}.send-to-queue-parts-table th,.send-to-queue-parts-table td{font-size:.8rem}.modal-backdrop.reship-modal-backdrop{align-items:flex-start;justify-content:flex-start;padding:24px 40px;box-sizing:border-box;overflow-y:auto}.modal-backdrop.reship-modal-backdrop .modal-card.reship-modal-card{width:calc(100vw - 80px);max-width:calc(100vw - 80px);flex:0 0 auto;max-height:calc(100vh - 48px);overflow:hidden;box-sizing:border-box}@media (max-width: 640px){.modal-backdrop.reship-modal-backdrop{padding:16px}.modal-backdrop.reship-modal-backdrop .modal-card.reship-modal-card{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}}.reship-modal-body{flex:1;min-height:0;overflow-y:auto;padding-right:4px}.reship-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;color:#4b5563;font-size:.9rem}.reship-modal-actions{flex-shrink:0;border-top:1px solid #dfdfdf;padding-top:12px;margin-top:4px}.reship-modal-alert{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 12px}.reship-modal-alert-dismiss{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:2px;border:none;background:transparent;cursor:pointer;color:inherit;opacity:.7}.reship-modal-alert-dismiss:hover{opacity:1}.reship-parts-title{font-size:.85rem;font-weight:700;margin-bottom:10px;color:#333;display:flex;align-items:center;gap:6px}.reship-shipping-section{margin-bottom:12px;padding:12px;border:1px solid #dfdfdf;border-radius:var(--radius-sm);background-color:#f8fafc}.reship-same-address-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;font-weight:600;color:#111827;cursor:pointer}.reship-same-address-checkbox input{cursor:pointer}.reship-shipping-form{display:flex;flex-direction:column;gap:10px}.reship-form-row-pair{display:flex;gap:12px}.reship-form-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.reship-form-field-narrow{flex:0 0 100px}.reship-form-label{font-size:.8rem;font-weight:600;color:#111827}.reship-shipping-form .input-control{width:100%;font-size:.8rem;padding:6px 8px}.reship-shipping-form select.input-control{cursor:pointer}.reship-shipping-form .input-control:disabled{cursor:not-allowed;background-color:#e5e7eb;color:#6b7280}.reship-confirm-shipping{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #dfdfdf;border-radius:var(--radius-sm);background-color:#f8fafc;font-size:.8rem}.reship-confirm-shipping-label{font-weight:700;color:var(--color-primary)}.reship-confirm-shipping-value{color:#111827}.reship-confirm-disclosures{margin:12px 0 0;padding:12px 14px 10px;border:1px solid #c5c5c5;border-radius:2px;background-color:#fff}.reship-confirm-disclosures-legend{padding:0 6px;font-size:.85rem;font-weight:600;color:#333}.reship-confirm-disclosure-row{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.reship-confirm-disclosure-checkbox{width:16px;height:16px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:var(--color-primary, #0066cc)}.reship-confirm-disclosure-text{font-size:.85rem;font-weight:700;color:#111;line-height:1.35}.reship-table-select,.reship-table-input{min-width:110px;width:100%;font-size:.75rem;padding:4px 6px}.reship-table-input{min-width:70px;max-width:80px}.reship-row-frozen{opacity:.65;background-color:#f3f4f6}.reship-row-frozen td{color:#6b7280}.reship-row-frozen .input-control:disabled{cursor:not-allowed;background-color:#e5e7eb;color:#9ca3af}.reship-confirm-backdrop{z-index:110}.reship-please-note-backdrop{z-index:120}.reship-please-note-card{width:min(480px,92vw)}.reship-please-note-body{display:flex;align-items:flex-start;gap:12px;min-height:88px;padding:14px 12px;border:1px solid #c5c5c5;background-color:#fff}.reship-please-note-icon{flex-shrink:0;color:#dc2626;margin-top:1px}.reship-please-note-message{margin:0;font-size:.9rem;line-height:1.45;color:#111827}.reship-please-note-actions{justify-content:center}.reship-confirm-card{width:min(520px,92vw);max-height:80vh;overflow-y:auto}.reship-confirm-intro{margin:0;font-size:.85rem;color:#374151}.reship-confirm-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.reship-confirm-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:1px solid #dfdfdf;border-radius:var(--radius-sm);background-color:#f8fafc;font-size:.8rem}.reship-confirm-part-no{font-weight:700;color:var(--color-primary)}.reship-confirm-desc{color:#4b5563}.reship-confirm-detail{color:#111827}.billing-card{flex:1 1 200px;padding:16px;border:1px solid #dfdfdf;background-color:#f8fafc;border-radius:var(--radius-sm)}.billing-title{display:flex;align-items:center;gap:6px;color:var(--color-primary);font-size:.85rem;font-weight:700;margin-bottom:10px;text-transform:uppercase}.billing-list{display:flex;flex-direction:column;gap:6px;font-size:.75rem}.billing-row{display:flex;justify-content:space-between}.billing-row-discount{color:#16a34a;font-weight:700}.billing-row-coupon{font-size:.7rem;font-style:italic}.billing-row-total{border-top:1px solid #dfdfdf;padding-top:8px;font-size:.9rem;font-weight:700;color:#000}.address-payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.section-card{padding:16px;border:1px solid #dfdfdf;background-color:#fff;border-radius:var(--radius-sm)}.section-card-title{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:700;margin-bottom:10px;border-bottom:1px solid #dfdfdf;padding-bottom:6px}.section-card-content{font-size:.8rem;line-height:1.4;display:flex;flex-direction:column;gap:2px}.contact-info-row{display:flex;gap:12px;margin-top:8px;font-size:.75rem;color:#555}.payment-info-list{display:flex;flex-direction:column;gap:8px;font-size:.8rem}.part-list-card{padding:16px;border:1px solid #dfdfdf;background-color:#fff;border-radius:var(--radius-sm)}.part-list-title{display:flex;align-items:center;gap:6px;font-size:1rem;font-weight:700;margin-bottom:12px}.part-list-footer{margin-top:12px;padding-top:10px;border-top:1px solid #dfdfdf;display:flex;justify-content:flex-start}.part-list-footer .btn-order-action:disabled,.part-list-footer .btn-order-action:disabled:hover{color:#9ca3af;background:linear-gradient(180deg,#f9fafb,#e5e7eb);border-color:#d1d5db;box-shadow:none}.reship-button-wrap{display:inline-flex}.reship-button-wrap-disabled{cursor:not-allowed}.reship-button-wrap-disabled .btn:disabled{pointer-events:none;color:#9ca3af;background:linear-gradient(180deg,#f9fafb,#e5e7eb);border-color:#d1d5db;box-shadow:none;cursor:not-allowed;opacity:1}.reship-modal-actions .reship-button-wrap-disabled .btn-primary:disabled{color:#9ca3af;background:linear-gradient(180deg,#f9fafb,#e5e7eb);border-color:#d1d5db}.part-line-select-col{width:52px;min-width:52px;text-align:center;vertical-align:middle;white-space:nowrap}.part-line-select-checkbox{width:14px;height:14px;cursor:pointer;accent-color:var(--color-primary, #0066cc)}.part-line-select-checkbox:disabled{cursor:not-allowed;opacity:.45}.part-line-row-selected{background-color:#f0f7ff}.tracking-cell{display:flex;align-items:center;gap:4px}.tracking-number{font-size:.75rem}.comments-input-form{display:flex;gap:6px}.comments-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px}.comment-item{padding:10px;border:1px solid #dfdfdf;background:#f8fafc;border-radius:var(--radius-sm)}.comment-meta{display:flex;justify-content:space-between;font-size:.7rem;color:#555;margin-bottom:4px}.comment-source-primary{font-weight:700;color:var(--color-primary)}.comment-source-warning{font-weight:700;color:var(--status-warning)}.comment-text{font-size:.8rem;color:#000}.comment-date{text-align:right;font-size:.7rem;color:var(--color-text-muted);margin-top:6px}.details-form-row{display:flex;align-items:center}.details-form-row-top{align-items:flex-start}.details-form-textarea{min-height:72px;resize:vertical}.details-form-label{width:150px;font-size:.85rem;font-weight:700;color:#000;text-align:right;padding-right:16px}.details-form-input{flex:1}.details-form-label-wide{width:160px}.misship-section{margin-top:10px}.misship-title{font-size:.85rem;font-weight:700;margin-bottom:8px;color:#333}.misship-list{display:flex;flex-direction:column;gap:8px;max-height:180px;overflow-y:auto;padding-right:4px}.misship-item{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;padding:8px;border-radius:var(--radius-sm);border:1px solid #dfdfdf}.misship-item-info{display:flex;flex-direction:column;gap:2px;flex:2}.misship-part-no{font-size:.8rem;font-weight:700;color:var(--color-primary)}.misship-desc{font-size:.7rem;color:#666}.misship-item-inputs{display:flex;gap:8px;flex:3;justify-content:flex-end;align-items:center}.misship-reason-col{width:110px}.misship-qty-col{width:60px}.misship-input-label{font-size:.65rem;margin-bottom:1px;text-align:left;display:block}.misship-input-control{padding:2px 4px;font-size:.75rem;width:100%;max-width:none}.input-control-300{width:100%;max-width:300px;padding:4px 6px;background:#fcfcfc;border:1px solid #cccccc;border-radius:var(--radius-sm);color:#000;font-family:inherit;font-size:.85rem;transition:border-color var(--transition-fast);outline:none}.part-no-link-btn{background:none;border:none;padding:0;font:inherit;color:inherit;text-decoration:underline;cursor:pointer}.part-no-link-btn:hover{text-decoration:none}.details-parts-table-container{overflow-x:auto;width:100%}.details-parts-table th,.details-parts-table td{white-space:nowrap}.required-indicator{color:var(--color-danger, #dc2626)}.metadata-readonly-notice{margin:0 0 12px;padding:10px 12px;border:1px solid #fcd34d;background:#fffbeb;color:#92400e;border-radius:var(--radius-sm);font-size:.8rem}.membership-details-page-wrapper{display:flex;flex-direction:column;gap:20px;max-width:1400px;margin:0 auto;padding:8px 4px 24px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.membership-details-header-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.membership-details-header-row .btn{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.85rem;padding:8px 14px;border-radius:8px;border:1px solid #cbd5e1;background-color:#fff;color:#334155;cursor:pointer;transition:all .2s ease}.membership-details-header-row .btn:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.membership-page-message{padding:12px 16px;border-radius:8px;font-size:.88rem;font-weight:500;display:flex;align-items:center;gap:10px;box-shadow:0 1px 3px #0000000d}.membership-page-message-success{border:1px solid #bbf7d0;background-color:#f0fdf4;color:#15803d}.membership-page-message-error{border:1px solid #fecaca;background-color:#fef2f2;color:#b91c1c}.membership-page-message-info{border:1px solid #bae6fd;background-color:#f0f7ff;color:#0369a1}.membership-top-row-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:20px;align-items:stretch}@media (max-width: 1024px){.membership-top-row-grid{grid-template-columns:1fr}}.membership-info-card,.membership-section-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 6px -1px #0000000a,0 2px 4px -1px #00000005;transition:border-color .2s ease,box-shadow .2s ease}.membership-info-card:hover,.membership-section-card:hover{border-color:#cbd5e1;box-shadow:0 10px 15px -3px #0000000f,0 4px 6px -2px #00000008}.membership-info-card-header,.membership-section-card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #f1f5f9;gap:12px}.membership-section-card-title-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.membership-info-card-title,.membership-section-card-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:#0f172a;margin:0}.membership-info-card-title span{color:#004b87}.membership-header-actions,.membership-section-card-actions{display:flex;align-items:center;gap:8px}.membership-status-badge{padding:4px 10px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.membership-status-badge.status-active,.membership-status-badge.status-y{background-color:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.membership-status-badge.status-inactive,.membership-status-badge.status-n{background-color:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.membership-status-badge.status-on\ hold,.membership-status-badge.status-h,.membership-status-badge.status-on-hold{background-color:#fef3c7;color:#b45309;border:1px solid #fde68a}.membership-info-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px 16px;font-size:.85rem}.membership-info-card-label{color:#64748b;font-size:.75rem;font-weight:600;display:block;margin-bottom:2px;text-transform:uppercase;letter-spacing:.03em}.membership-info-card-value{color:#0f172a;font-weight:600;font-size:.88rem;word-break:break-word}.membership-section-card-content{display:flex;flex-direction:column;gap:10px}.customer-contact-grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 600px){.customer-contact-grid{grid-template-columns:1fr}}.contact-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background-color:#f8fafc;border-radius:8px;border:1px solid #f1f5f9}.contact-label{font-size:.72rem;color:#64748b;font-weight:600;text-transform:uppercase;display:block;margin-bottom:1px}.membership-inline-icon{color:#004b87;flex-shrink:0}.subscription-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed #f1f5f9;font-size:.85rem}.subscription-item:last-child{border-bottom:none}.membership-main-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}@media (max-width: 1024px){.membership-main-content-grid{grid-template-columns:1fr}}.membership-left-column,.membership-right-column{display:flex;flex-direction:column;gap:20px;height:100%}.membership-subscription-full-card{width:100%;flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}.membership-subscription-horizontal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;font-size:.85rem;flex:1;align-content:space-between}@media (max-width: 600px){.membership-subscription-horizontal-grid{grid-template-columns:repeat(2,1fr)}}.subscription-horiz-item{display:flex;flex-direction:column;gap:4px;padding:10px 14px;background-color:#f8fafc;border-radius:8px;border:1px solid #f1f5f9}.membership-tab-switch{display:flex;background-color:#f1f5f9;padding:3px;border-radius:8px;border:1px solid #e2e8f0}.membership-tab-btn{padding:5px 12px;border-radius:6px;font-size:.78rem;font-weight:600;border:none;background:transparent;color:#64748b;cursor:pointer;transition:all .2s ease}.membership-tab-btn:hover{color:#0f172a}.membership-tab-btn.active{background-color:#004b87;color:#fff;box-shadow:0 1px 3px #004b8740}.membership-address-display{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background-color:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.membership-address-badge-row{margin-bottom:4px}.membership-address-type-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.membership-address-type-badge.shipping{background-color:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.membership-address-type-badge.billing{background-color:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.address-name-value{font-size:.95rem;color:#0f172a;font-weight:700}.address-line{font-size:.85rem;color:#334155}.address-country{font-size:.8rem;color:#64748b;font-weight:600;margin-top:2px}.membership-empty-address{padding:24px 16px;text-align:center;color:#94a3b8;font-size:.85rem;font-style:italic;background-color:#f8fafc;border-radius:10px;border:1px dashed #cbd5e1}.membership-payment-visual-card{background:linear-gradient(135deg,#0f172a,#1e293b,#004b87);color:#fff;border-radius:14px;padding:20px;box-shadow:0 10px 15px -3px #0f172a2e,0 4px 6px -2px #0f172a1a;display:flex;flex-direction:column;justify-content:space-between;gap:16px;position:relative;overflow:hidden}.membership-payment-visual-card:after{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff0d;pointer-events:none}.payment-visual-top{display:flex;justify-content:space-between;align-items:center}.payment-brand-badge{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;background:#ffffff26;padding:4px 10px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.payment-card-chip-icon{font-size:1.5rem}.payment-visual-number{font-family:Courier New,Courier,monospace;font-size:1.22rem;font-weight:700;letter-spacing:.16em;color:#f8fafc;text-shadow:0 2px 4px rgba(0,0,0,.4);word-break:break-all}.payment-visual-footer{display:flex;justify-content:space-between;align-items:flex-end}.payment-visual-meta .meta-label{display:block;font-size:.65rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:2px}.payment-visual-meta .meta-value{color:#fff;font-size:.88rem;font-weight:600}.payment-stripe-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:.78rem;margin-top:4px}.payment-stripe-label{color:#64748b;font-weight:600}.payment-stripe-code{background-color:#e2e8f0;color:#334155;padding:3px 8px;border-radius:4px;font-family:monospace;font-size:.76rem;font-weight:600}.btn-add-payment{background:linear-gradient(135deg,#004b87,#0284c7);color:#fff!important;border:none!important;font-weight:600;box-shadow:0 2px 4px #004b8733;border-radius:6px;padding:5px 12px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .2s ease}.btn-add-payment:hover{box-shadow:0 4px 8px #004b8759;transform:translateY(-1px)}.btn-outline{border:1px solid #cbd5e1;background-color:#fff;color:#475569;border-radius:6px;font-weight:600;cursor:pointer;padding:4px 10px;transition:all .15s ease}.btn-outline:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.membership-page-actions{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #e2e8f0;margin-top:8px}.membership-page-actions-right{display:flex;align-items:center;gap:10px}.btn-cancel-membership{border:1px solid #fca5a5!important;color:#dc2626!important;background-color:#fff5f5!important;font-weight:600;border-radius:8px;padding:8px 16px;cursor:pointer;transition:all .2s ease}.btn-cancel-membership:hover:not(:disabled){background-color:#fee2e2!important;border-color:#f87171!important;color:#b91c1c!important}.btn-primary{background-color:#004b87;color:#fff;border:1px solid #004b87;font-weight:600;border-radius:8px;padding:8px 18px;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){background-color:#003662;border-color:#003662}.btn:disabled{opacity:.55;cursor:not-allowed}.membership-edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.membership-edit-modal{width:min(640px,95vw);max-height:90vh;overflow-y:auto;padding:24px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.membership-edit-modal-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid #e2e8f0}.membership-edit-modal-header h3{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a}.membership-edit-modal-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.membership-edit-modal-close:hover{background:#f8fafc;color:#0f172a}.membership-edit-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.membership-edit-modal-field{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:.82rem;font-weight:600}.membership-edit-modal-field input,.membership-edit-modal-field select{width:100%;padding:9px 12px;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:.88rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.membership-edit-modal-field input:focus,.membership-edit-modal-field select:focus{outline:none;border-color:#004b87;box-shadow:0 0 0 3px #004b8726}.membership-edit-modal-field input:disabled,.membership-edit-modal-field select:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.membership-edit-modal-add-payment-banner{display:flex;align-items:center;justify-content:space-between;background-color:#f0f7ff;border:1px solid #bae6fd;padding:12px 16px;border-radius:10px;margin-top:18px}.membership-edit-modal-add-payment-banner strong{font-size:.88rem;color:#0369a1;display:block}.membership-edit-modal-add-payment-banner p{margin:2px 0 0;font-size:.78rem;color:#0284c7}.membership-edit-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:14px;border-top:1px solid #f1f5f9}.membership-confirm-modal{width:min(440px,95vw);padding:22px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 20px 25px -5px #0000001a}.membership-confirm-modal h3{margin:0 0 10px;font-size:1.1rem;font-weight:800;color:#0f172a}.membership-confirm-modal p{margin:0 0 18px;color:#475569;font-size:.88rem;line-height:1.5}.membership-payment-content{display:flex;flex-direction:column;gap:12px}.membership-payment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:36px 20px;color:#64748b;font-size:.82rem;font-weight:500}.membership-payment-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:6px;font-size:.78rem;font-weight:600}.membership-payment-alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.membership-payment-subheader-row{display:flex;align-items:center;gap:12px;margin-top:4px}.membership-payment-subheader-title{font-size:.875rem;font-weight:600;color:#334155;white-space:nowrap}.membership-payment-subheader-line{flex:1;height:1px;background-color:#e2e8f0}.membership-current-payment-box{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:24px 40px;background-color:#f0f7ff;border:1.5px solid #004b87;border-left:4px solid #004b87;border-radius:6px;padding:14px 18px;box-shadow:0 4px 6px -1px #004b8714}.membership-current-payment-empty{justify-content:center;color:#64748b;font-size:.85rem;font-weight:500;border-style:dashed;background-color:#f8fafc;border-color:#cbd5e1;box-shadow:none}.membership-current-payment-col{display:flex;flex-direction:column;gap:4px;min-width:120px}.membership-current-payment-label{font-size:.72rem;color:#64748b;text-transform:uppercase;font-weight:600}.membership-current-payment-value{font-size:.92rem;color:#0f172a;font-weight:600}.membership-current-payment-value.card-type-cell{color:#004b87}.membership-current-payment-value.card-number-cell{font-family:monospace;letter-spacing:.04em}.membership-payment-info-alert{display:flex;align-items:center;gap:10px;background-color:#f0f7ff;border:1px solid #bfdbfe;border-radius:6px;padding:10px 14px;color:#1e3a8a;font-size:.78rem;line-height:1.4}.membership-payment-info-alert .alert-icon{color:#2563eb;flex-shrink:0}.membership-payment-table-wrapper{border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;max-height:180px;overflow-y:auto}.membership-payment-methods-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.82rem;text-align:left}.membership-payment-methods-table th{padding:10px 14px;background-color:#f8fafc;color:#64748b;font-weight:600;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1}.membership-payment-methods-table td{padding:11px 14px;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:middle}.membership-payment-methods-table tr:last-child td{border-bottom:none}.membership-payment-methods-table tr{cursor:pointer;transition:background-color .15s ease}.membership-payment-methods-table tr:hover{background-color:#f8fafc}.membership-payment-methods-table tr.active-row td{background-color:#f0f7ff;color:#004b87;font-weight:600;border-bottom:1px solid #bfdbfe}.membership-payment-methods-table tr.active-row td:first-child{border-left:3px solid #004b87}.membership-payment-methods-table input[type=radio]{accent-color:#004b87;cursor:pointer}.membership-payment-methods-table .card-type-cell{font-weight:700;color:#004b87}.membership-payment-methods-table .card-number-cell{font-family:monospace;letter-spacing:.04em}.membership-payment-empty-cell{text-align:center;padding:18px;color:#64748b}.membership-saved-payments-section{display:flex;flex-direction:column;gap:8px;margin-top:10px;border-top:1px dashed #e2e8f0;padding-top:10px}.membership-saved-payments-list{display:flex;flex-direction:column;gap:6px}.membership-saved-payment-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease}.membership-saved-payment-item:hover{background-color:#f1f5f9;border-color:#cbd5e1}.membership-saved-payment-item.active{background-color:#f0f7ff;border-color:#004b87}.payment-brand-badge-sm{font-size:.7rem;font-weight:700;background-color:#e2e8f0;color:#334155;padding:2px 6px;border-radius:4px;text-transform:uppercase}.refund-page-container{display:flex;flex-direction:column;gap:16px;width:100%}.refund-back-header{display:flex;justify-content:flex-start;margin-bottom:4px}.refund-page-container .alert{margin-top:4px;animation:slide-in-top .25s ease-out}@keyframes slide-in-top{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.refund-tabs-row{display:flex;gap:4px;border-bottom:2px solid #002855;padding-left:4px}.refund-tab-btn{padding:8px 24px;font-size:13px;font-weight:700;font-family:Arial,sans-serif;border:1px solid #cccccc;border-bottom:none;border-top-left-radius:4px;border-top-right-radius:4px;cursor:pointer;transition:all .15s ease;background-color:#f1f5f9;color:#334155}.refund-tab-btn:hover{background-color:#e2e8f0;color:#0f172a}.refund-tab-btn.active-create{background-color:#dc2626;color:#fff;border-color:#dc2626}.refund-tab-btn.active-create:hover{background-color:#b91c1c;color:#fff}.refund-tab-btn.active-previous{background-color:#002855;color:#fff;border-color:#002855}.refund-tab-btn.active-previous:hover{background-color:#001e40;color:#fff}.refund-tab-content{display:flex;flex-direction:column;gap:20px;animation:fade-in .2s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.refund-fieldset{border:1px solid #cbd5e1;border-radius:3px;padding:20px 16px 16px;background-color:#fff;box-shadow:0 1px 3px #00000005;position:relative}.refund-legend{font-family:Arial,sans-serif;font-size:12px;font-weight:700;color:#0f172a;padding:0 8px;margin-left:8px;background-color:#fff}.summary-fields-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px 16px}.summary-field-cell{display:flex;align-items:center;justify-content:flex-end;gap:8px}.summary-field-label{font-size:11px;font-weight:700;color:#334155;text-align:right;white-space:nowrap}.summary-field-input{width:100%;max-width:130px;padding:3px 6px;font-size:11px;border:1px solid #cccccc;background-color:#fff;color:#000;outline:none;font-family:Arial,sans-serif}.refund-details-form-row{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.form-item{display:flex;align-items:center;gap:8px}.form-item-label{font-size:12px;font-weight:700;color:#334155;white-space:nowrap}.form-item-select,.form-item-input{padding:4px 6px;font-size:12px;border:1px solid #cccccc;border-radius:2px;background-color:#fff;color:#000;outline:none;font-family:Arial,sans-serif;min-width:150px}.form-item-input.input-wide{width:320px}.form-item-input.disabled-input{background-color:#e2e8f0;color:#64748b;cursor:not-allowed}.form-item-select:focus,.form-item-input:focus{border-color:#004b87}.refund-data-table th{background-color:#002855!important;background-image:none!important;color:#fff!important;font-size:11px;padding:6px 10px;border-right:1px solid #cbd5e1;text-shadow:none!important}.refund-data-table th:last-child{border-right:none}.refund-data-table td{font-size:11px;padding:6px 10px;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.refund-data-table td:last-child{border-right:none}.refund-row-selected td{background-color:#dbeafe!important;color:#1e3a8a!important}.selection-actions-panel{display:flex;align-items:center;justify-content:flex-start;gap:20px;margin-top:14px}.allowance-checkbox-label{display:inline-flex;align-items:center;cursor:pointer;font-size:11px}.qty-input-group{display:flex;align-items:center;gap:6px;font-size:11px}.qty-small-input{width:60px;padding:3px 6px;font-size:11px;border:1px solid #cccccc;border-radius:2px;text-align:center;outline:none}.qty-small-input:focus{border-color:#004b87}.btn-navy{background-color:#002855!important;border-color:#002855!important;color:#fff!important;padding:4px 14px!important;font-size:11px!important;font-weight:700!important;border-radius:4px!important;transition:all .15s ease!important;box-shadow:0 1px 2px #0000000d}.btn-navy:hover:not(:disabled){background-color:#001e40!important;border-color:#001e40!important;transform:translateY(-1px)}.btn-navy:active:not(:disabled){transform:translateY(0)}.btn-navy:disabled{background-color:#94a3b8!important;border-color:#cbd5e1!important;color:#cbd5e1!important;cursor:not-allowed}.allowance-badge{display:inline-block;background-color:#fef3c7;color:#d97706;border:1px solid #fcd34d;font-size:9px;padding:0 4px;border-radius:2px;font-weight:700;margin-left:6px}.cart-footer-actions-row{display:flex;justify-content:space-between;align-items:flex-start;margin-top:14px;gap:20px}.cart-totals-and-submits{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.totals-inputs-row{display:flex;gap:16px;align-items:center}.total-input-group{display:flex;align-items:center;gap:6px}.total-label{font-size:11px;font-weight:700;color:#334155;white-space:nowrap}.total-display-input{width:90px;padding:3px 6px;font-size:11px;border:1px solid #cccccc;background-color:#fff;color:#000;outline:none;font-family:Arial,sans-serif;text-align:right}.total-grand-group .total-display-input.grand-input{width:110px;font-weight:700}.grand-label{font-size:11px;color:#000}.submit-buttons-row{display:flex;align-items:center;gap:16px}.allow-linking-label{display:inline-flex;align-items:center;cursor:pointer;font-size:11px}.submit-buttons-row .continue-btn{padding:4px 20px!important}.refund-loading{display:flex;align-items:center;justify-content:center;padding:60px;color:#555;font-size:13px;font-weight:700}.refund-history-list-title{border:1px solid #7f7f7f;padding:6px 12px;display:inline-block;font-family:Arial,sans-serif;font-size:11px;font-weight:700;background-color:#fff;margin-bottom:16px;color:#333}.refund-history-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.refund-history-error-msg{color:#dc2626;font-size:11px;font-weight:700;font-family:Arial,sans-serif}.refund-page-bottom-actions{display:flex;justify-content:flex-start;margin-top:20px;margin-bottom:10px}.refund-back-btn{min-width:90px;padding:4px 16px!important}.standalone-container{display:flex;flex-direction:column;gap:20px;width:100%;max-width:1300px;margin:0 auto;padding:24px;background-color:#f8fafc;border-radius:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.standalone-header-panel{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e2e8f0;padding-bottom:12px}.standalone-header-panel h2{font-size:1.5rem;font-weight:800;margin:0;letter-spacing:-.025em;background:linear-gradient(135deg,#001f60,#004b87);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.standalone-header-back-btn{display:flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #cbd5e1;color:#475569;font-weight:600;font-size:13px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000008}.standalone-header-back-btn:hover{background-color:#f8fafc;color:#0f172a;border-color:#94a3b8}.standalone-header-back-btn svg{color:#64748b;transition:transform .2s}.standalone-header-back-btn:hover svg{transform:translate(-2px);color:#0f172a}.standalone-main-layout{display:grid;grid-template-columns:7.5fr 2.5fr;gap:24px;align-items:stretch}.standalone-left-col{display:flex;flex-direction:column;gap:20px}.standalone-right-col{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.standalone-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000a}.standalone-form-group{display:flex;flex-direction:column;gap:6px}.standalone-form-group label{font-size:12px;font-weight:600;color:#475569;text-align:left}.standalone-form-group select,.standalone-form-group input{padding:8px 12px;font-size:13px;border:1px solid #cbd5e1;border-radius:6px;background-color:#fff;color:#0f172a;outline:none;width:100%;transition:all .2s}.standalone-form-group select:focus,.standalone-form-group input:focus{border-color:#004b87;box-shadow:0 0 0 3px #004b871a}.standalone-form-group select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;padding-right:32px}.standalone-checkbox-group{display:flex;align-items:center;gap:8px;margin-top:auto;padding-bottom:8px;cursor:pointer}.standalone-checkbox-group input[type=checkbox]{width:16px;height:16px;border-radius:4px;accent-color:#004b87;cursor:pointer}.standalone-checkbox-group label{font-size:13px;font-weight:600;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.standalone-cc-card{border:1px solid #e2e8f0;border-radius:12px;padding:20px;background-color:#fff;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:12px}.standalone-cc-header{border-bottom:1px solid #f1f5f9;padding-bottom:8px}.standalone-cc-header h3{font-size:14px;font-weight:700;color:#0f172a;margin:0}.standalone-cc-card .table-container{border:1px solid #e2e8f0;border-radius:8px;max-height:180px;overflow-y:auto;box-shadow:0 1px 2px #00000005 inset;background:#fdfdfd}.standalone-cc-table{width:100%;border-collapse:collapse}.standalone-cc-table th{background:#f8fafc!important;color:#475569!important;font-size:11px;font-weight:600;padding:10px 14px;text-align:left;border-bottom:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0;z-index:10}.standalone-cc-table td{padding:10px 14px;font-size:12px;color:#334155;border-bottom:1px solid #f1f5f9;transition:all .15s}.standalone-cc-table tr:last-child td{border-bottom:none}.standalone-cc-table tr:hover td{background-color:#f8fafc}.standalone-cc-table tr.selected-row td{background-color:#f0f7ff;color:#004b87;font-weight:600}.standalone-cc-table td input[type=radio]{width:16px;height:16px;accent-color:#004b87;cursor:pointer}.standalone-cc-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-top:4px;padding-top:12px;border-top:1px solid #f1f5f9}.payment-id-group{display:flex;align-items:center;gap:8px}.payment-id-group label{font-size:12px;font-weight:600;color:#475569}.payment-id-group input{padding:6px 10px;font-size:12px;border:1px solid #cbd5e1;border-radius:6px;width:200px;outline:none;background-color:#f8fafc;transition:all .2s}.payment-id-group input:focus{background-color:#fff;border-color:#004b87;box-shadow:0 0 0 3px #004b8714}.cc-footer-buttons{display:flex;gap:8px}.standalone-summary-grid{display:flex;flex-direction:column;gap:12px;width:100%}.summary-card{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:12px 16px;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.summary-card:hover{background-color:#f1f5f9;border-color:#cbd5e1}.summary-card label{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em}.summary-card input{width:120px;padding:4px;font-size:15px;font-weight:700;border:none;background-color:transparent;color:#0f172a;outline:none;text-align:right}.total-highlight{background:linear-gradient(135deg,#f0f7ff,#e0f2fe)!important;border:1px dashed #0284c7!important}.total-highlight label{color:#0369a1!important}.total-highlight input{color:#0369a1!important;font-size:18px!important;font-weight:800!important}.standalone-footer-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:16px;border-top:1px solid #e2e8f0;padding-top:16px}.standalone-footer-actions button{width:100%}.btn-blue-grad{background:linear-gradient(135deg,#004b87,#002f6c)!important;color:#fff!important;border:1px solid #002352!important;font-weight:600;font-size:13px;padding:10px 20px;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-blue-grad:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #004b8740;filter:brightness(1.05)}.btn-green-grad{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;border:1px solid #047857!important;font-weight:700;font-size:13px;padding:10px 20px;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-green-grad:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #10b98140;filter:brightness(1.05)}.btn-green-grad:disabled,.btn-blue-grad:disabled{background:#e2e8f0!important;border-color:#cbd5e1!important;color:#94a3b8!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.btn-white{background-color:#fff!important;color:#475569!important;border:1px solid #cbd5e1!important;font-weight:600;font-size:13px;padding:10px 20px;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #00000008}.btn-white:hover{background-color:#f8fafc;color:#0f172a;border-color:#94a3b8}.standalone-toast-container{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:10000;pointer-events:none}.standalone-toast{pointer-events:auto;min-width:320px;max-width:450px;display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:10px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;font-size:14px;font-weight:600;animation:toast-slide-in-right .35s cubic-bezier(.16,1,.3,1) forwards}.standalone-toast-success{background-color:#f0fdf4;border-left:5px solid #10b981;color:#14532d}.standalone-toast-success svg{color:#10b981;flex-shrink:0;width:18px;height:18px}.standalone-toast-error{background-color:#fef2f2;border-left:5px solid #ef4444;color:#7f1d1d}.standalone-toast-error svg{color:#ef4444;flex-shrink:0;width:18px;height:18px}@keyframes toast-slide-in-right{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.standalone-toast-close-btn{background:none;border:none;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;margin-left:auto;opacity:.6;transition:opacity .15s ease,background-color .15s ease}.standalone-toast-close-btn:hover{opacity:1;background-color:#0000000d}.standalone-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a73;display:flex;justify-content:center;align-items:center;z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.standalone-modal-container{width:480px;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;border:1px solid rgba(255,255,255,.2);font-family:inherit;animation:modal-scale-up .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modal-scale-up{0%{transform:scale(.9) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.standalone-modal-header{background:linear-gradient(135deg,#001f60,#0033a0);padding:16px 20px}.standalone-modal-header h3{margin:0;color:#fff;font-size:16px;font-weight:700;letter-spacing:-.01em}.standalone-modal-body{padding:24px}.standalone-modal-fieldset{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#f8fafc}.standalone-modal-legend{font-size:12px;font-weight:700;color:#004b87;padding:0 8px;text-transform:uppercase;letter-spacing:.05em}.notification-prompt{margin:0 0 16px;font-size:13px;color:#475569;font-weight:500}.notification-row{display:flex;align-items:center;margin-bottom:14px;font-size:13px}.notification-row:last-child{margin-bottom:0}.notification-label{width:100px;font-weight:600;color:#475569}.notification-value{display:flex;align-items:center;gap:10px;cursor:pointer;color:#0f172a;font-weight:500}.notification-value input[type=checkbox]{width:16px;height:16px;accent-color:#004b87;cursor:pointer}.notification-value span{font-size:13px;color:#334155}.standalone-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;background:#f8fafc;border-top:1px solid #e2e8f0}.btn-modal{padding:8px 24px;font-size:13px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.btn-modal-close{background-color:#fff;color:#475569;border:1px solid #cbd5e1}.btn-modal-close:hover{background-color:#f1f5f9;color:#0f172a}.btn-modal-submit{background:linear-gradient(135deg,#004b87,#001f60);color:#fff;box-shadow:0 2px 4px #0000000d}.btn-modal-submit:hover{filter:brightness(1.1);box-shadow:0 4px 10px #001f6033}.loading-spinner-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff9;z-index:9999;display:flex;justify-content:center;align-items:center}.spin{animation:spin 1s linear infinite;color:#004b87}.validation-error-text{font-size:12px;color:#dc2626;margin-top:4px;text-align:left}.invalid-field{border-color:#dc2626!important}.invalid-field:focus{box-shadow:0 0 0 3px #dc26261a!important}@media (max-width: 1024px){.standalone-main-layout{grid-template-columns:1fr}}.user-admin-wrapper{display:flex;flex-direction:column;gap:16px}.user-admin-table-container{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 270px);min-height:420px}.user-admin-header{display:flex;justify-content:space-between;align-items:center}.admin-page-title{font-size:1.2rem;color:#000;font-weight:700;margin:.4em 0}.offline-placeholder{padding:40px;text-align:center;color:#666}.offline-title{font-size:1.2rem;font-weight:700;margin-bottom:12px}.offline-text{font-size:.85rem}.admin-search-bar{display:flex;align-items:center;gap:8px}.search-bar-input{flex:1;border:none;outline:none;font-size:.8rem;background-color:transparent}.search-bar-results{font-size:.7rem;color:#888}.loading-spinner-container{display:flex;align-items:center;justify-content:center;padding:40px;gap:8px;color:#666}.loading-spinner-text{font-size:.85rem}.results-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:.75rem;color:#888}.flag-section-label{text-align:left;width:auto;padding-bottom:4px}.flag-section-container{display:flex;flex-direction:column;gap:8px;background:#f5f5f5;padding:10px;border-radius:2px;border:1px solid #cccccc}.flag-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.8rem;cursor:pointer}.permission-item{padding-top:3px;padding-bottom:3px;padding-right:3px;font-size:.9rem}.permission-item:hover{background-color:#dedadeda;cursor:pointer}.dialog-form-row{display:flex;align-items:center}.dialog-form-label{width:120px;font-size:11px;font-weight:700;color:#000;font-family:Arial,sans-serif;text-align:left}.dialog-form-input{flex:1}.checkbox-selection-group{display:flex;flex-wrap:wrap;gap:10px}.checkbox-selection-item{display:flex;align-items:center;gap:4px;font-size:11px}.role-toggle-btn{padding:4px 10px;font-size:.75rem;background-color:#fff;color:#333;border-color:#ccc}.role-toggle-btn.active{background-color:#999;color:#fff;border-color:#777}.role-toggle-btn:hover{background-color:#eaeaea}.role-toggle-btn.active:hover{background-color:#888}.payload-meta-card{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:.75rem;background:#f5f7fa;padding:12px;border-radius:var(--radius-sm);border:1px solid #dfdfdf}.payload-meta-label{color:#555;font-weight:700}.payload-textarea-container{flex:1;display:flex;flex-direction:column;gap:6px}.payload-label{margin:0;text-align:left;font-weight:700}.payload-textarea{flex:1;font-family:monospace;font-size:.75rem;background:#fafafa;color:#16a34a;border:1px solid #cccccc;padding:12px;border-radius:var(--radius-sm);resize:none;max-width:none}.retry-details-container{display:flex;flex-direction:column;gap:12px;flex:none;max-height:250px;overflow-y:auto}.retry-section-title{font-size:.85rem;font-weight:700;color:#333;border-bottom:1px solid #dfdfdf;padding-bottom:4px;margin:12px 0 4px}.retry-section-title-first{margin-top:8px}.retry-info-text{font-size:.75rem;color:#666}.retry-info-empty{padding:6px;background:#f5f5f5;border-radius:var(--radius-sm)}.retry-error-item{font-size:.75rem;color:#555;padding:8px;background:#fee2e2;border:1px solid #fca5a5;border-radius:var(--radius-sm)}.retry-error-header{display:flex;gap:6px;color:#ef4444;font-weight:700;margin-bottom:4px}.retry-error-msg{color:#991b1b;word-break:break-all}.retry-schedule-list{display:flex;flex-direction:column;gap:6px}.retry-schedule-item{font-size:.75rem;color:#333;padding:8px;background:#f0f4f8;border:1px solid #d0e0f0;border-radius:var(--radius-sm)}.drawer-actions-row{display:flex;justify-content:space-between;border-top:1px solid #dfdfdf;padding-top:16px}.dashboard-card-title{font-size:1rem;font-weight:700;margin-bottom:12px;color:#333}.lookup-page-wrapper{display:flex;flex-direction:column;gap:16px}.lookup-title{font-size:1.25rem;color:#000;font-weight:700;margin:0}.title-icon-circle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#004b87;box-shadow:0 1px 3px #00000026}.search-form-card{border:1px solid #dfdfdf;border-radius:3px;background-color:#fff;overflow:hidden}.lookup-toggle-header{padding:12px 20px;background-color:#f8fafc;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdfdf;transition:background-color .15s ease}.lookup-toggle-header:hover{background-color:#f1f5f9}.lookup-toggle-title{font-size:13px;font-weight:700;color:#333;font-family:Arial,sans-serif}.search-form-body{background-color:#fff}.vertical-field{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:20px}.field-label-vertical{font-size:13px;font-weight:700;color:#333;font-family:Arial,sans-serif}.wide-select{max-width:420px;width:100%;padding:6px 10px;border:1px solid #cccccc;border-radius:3px;font-size:.85rem;background-color:#fff;outline:none;transition:border-color .15s ease}.wide-select:focus{border-color:#004b87;box-shadow:0 0 0 1px #004b871a}.search-form-buttons-row{display:flex;gap:8px;margin-top:4px;margin-bottom:12px;justify-content:flex-start}.results-container{display:flex;flex-direction:column;gap:12px;background-color:#fff;border:1px solid #dfdfdf;border-radius:3px;padding:16px}.results-header-row{display:flex;justify-content:space-between;align-items:center;background-color:#e0f2fe;border-bottom:2px solid #0284c7;padding:12px 16px;margin:-16px -16px 4px;border-top-left-radius:2px;border-top-right-radius:2px}.results-title{font-size:13px;font-weight:700;color:#0369a1;font-family:Arial,sans-serif}.header-pagination-container{display:flex;align-items:center;gap:12px}.pagination-record-count{font-size:12px;color:#555;font-family:Arial,sans-serif}.header-pagination-buttons{display:flex;gap:4px}.pagination-square-btn{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background-color:#fff;border:1px solid #cccccc;border-radius:3px;font-family:Arial,sans-serif;font-size:11px;font-weight:700;color:#333;cursor:pointer;transition:all .15s ease}.pagination-square-btn:hover{background-color:#f1f5f9;border-color:#94a3b8}.pagination-square-btn.disabled{color:#64748b;border-color:#e2e8f0;cursor:not-allowed;background-color:#f8fafc}.pagination-square-btn.active{border:2px solid #004b87!important;color:#004b87;background-color:#fff}.results-container .table-container{overflow-x:auto;overflow-y:auto;max-height:420px;border:1px solid #e2e8f0;border-radius:4px}.results-container .table-container::-webkit-scrollbar{width:8px;height:8px}.results-container .table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.results-container .table-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#004b87,#0284c7);border-radius:4px;box-shadow:inset 0 0 4px #fff9,0 0 6px #0284c766}.results-container .table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0a3d8c,#0369a1);box-shadow:inset 0 0 6px #fffc,0 0 8px #0284c799}.results-container .premium-table{width:100%;border-collapse:separate!important;border-spacing:0!important;text-align:left;font-size:.8rem;color:#333;border:1px solid #cbd5e1!important;border-radius:6px!important;overflow:hidden!important}.results-container .premium-table th{background-color:#0f52ba!important;background-image:none!important;color:#fff!important;text-shadow:none!important;font-weight:700;padding:10px 14px;font-family:Arial,sans-serif;font-size:13px;border-bottom:2px solid #0a3d8c!important;border-right:1px solid rgba(255,255,255,.25)!important;border-top:none!important}.results-container .premium-table th:last-child{border-right:none!important}.results-container .premium-table th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.results-container .premium-table th.sortable-header:hover{background-color:#0a3d8c!important;background-image:none!important}.results-container .premium-table tbody tr:last-child td{border-bottom:none!important}.premium-table td{padding:10px 12px;border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;font-family:Arial,sans-serif}.premium-table tbody tr{background-color:#fff;transition:background-color .15s ease;cursor:pointer}.premium-table tbody tr:nth-child(2n){background-color:#f8fafc}.premium-table tbody tr:hover{background-color:#f1f5f9}.premium-table tr.selected td{background-color:#e6f2ff!important;color:#333!important}.premium-table tr.selected:hover td{background-color:#dbeafe!important}.loading-overlay{display:flex;align-items:center;justify-content:center;padding:40px;color:#004b87;gap:8px;font-weight:700;font-size:.85rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-empty-msg{padding:24px;text-align:center;color:#64748b;font-style:italic}.premium-radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:14px;height:14px;border:1px solid #94a3b8;border-radius:50%;outline:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;background-color:#fff;margin:0;vertical-align:middle}.premium-radio:hover{border-color:#004b87;box-shadow:0 0 0 2px #004b871a}.premium-radio:checked{border-color:#004b87;border-width:4px}.ciboodle-pagination-container{display:flex;align-items:center;gap:12px;font-family:Arial,sans-serif;font-size:13px}.ciboodle-page-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;font-size:12px;font-weight:700;border-radius:4px;border:1px solid #d1d5db;background-color:#fff;color:#4b5563;cursor:pointer;outline:none;transition:all .15s ease;-webkit-user-select:none;user-select:none;min-height:26px}.ciboodle-page-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af;color:#111827}.ciboodle-page-btn:disabled{background-color:#f9fafb!important;border-color:#e5e7eb!important;color:#64748b!important;cursor:not-allowed;box-shadow:none}.ciboodle-page-text{display:flex;align-items:center;gap:6px;color:#374151;font-weight:700}.ciboodle-page-input{width:32px;height:22px;text-align:center;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;font-weight:700;color:#1e293b;outline:none}.ciboodle-page-input:focus{border-color:#004b87;box-shadow:0 0 0 1px #004b8733}.pending-details-layout{padding:0 0 20px;display:flex;flex-direction:column;gap:20px}.pending-details-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;background:#fff;padding:16px 20px;border:1px solid #dfdfdf;border-radius:4px}.pending-details-header-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.pending-header-title{margin:0;font-size:1.4rem;font-weight:700;color:#000}.pending-header-subtitle{font-size:.8rem;font-weight:700;color:#004b87;margin-top:2px;text-transform:uppercase}.pending-cards-grid{display:flex;flex-direction:column;gap:20px}.pending-cards-row-3{display:flex;flex-wrap:wrap;gap:20px}.pending-card-order-info{flex:1.8 1 360px}.pending-card-billing-summary{flex:1 1 240px}.pending-card-email-info{flex:1.2 1 280px;gap:10px!important}.pending-card-payment-info{gap:10px!important}.pending-card-shipping-info{height:100%}.pending-card-shipping-info .form-grid-2{flex:1}.pending-cards-row-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:20px}.pending-card{background:#fff;border:1px solid #dfdfdf;border-radius:4px;padding:20px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:16px;position:relative}.pending-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #efefef;padding-bottom:10px}.pending-card-title{font-size:1.05rem;font-weight:700;color:#004b87;display:flex;align-items:center;gap:8px}.pending-card-title span.todo-badge{font-size:.7rem;background-color:#fef3c7;color:#b45309;border:1px solid #fde68a;padding:2px 6px;border-radius:3px;font-weight:400}.pending-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 20px;font-size:.85rem}.pending-info-item{display:flex;flex-direction:column;gap:4px}.pending-info-label{color:#666;font-weight:500}.pending-info-value{color:#000;font-weight:700}.pending-billing-list{display:flex;flex-direction:column;gap:20px;font-size:.85rem}.pending-billing-item{display:flex;justify-content:space-between;align-items:center}.pending-billing-item.total{border-top:1px solid #efefef;padding-top:16px;font-weight:700;font-size:1rem}.stripe-form-container{display:flex;flex-direction:column;gap:12px}.stripe-select-row{display:flex;gap:10px;align-items:flex-end}.stripe-table{width:100%;border-collapse:collapse;font-size:.8rem}.stripe-table th,.stripe-table td{padding:6px 10px;text-align:left;border-bottom:1px solid #efefef}.stripe-table th{background:#f8fafc;font-weight:700;color:#666}.stripe-table tr.active-row{background:#f0f7ff}.form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}.form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 16px}.form-field{display:flex;flex-direction:column;gap:4px}.form-label{font-size:.8rem;font-weight:700;color:#333}.form-label span.required{color:#dc2626;margin-left:2px}.form-input{width:100%;padding:6px 10px;border:1px solid #cccccc;border-radius:3px;font-size:.85rem;background:#fff;color:#000}.form-input:focus{border-color:#004b87;outline:none}.pending-card-shipping-info .form-input{border:1px solid #cbd5e1;border-radius:4px;padding:8px 12px;background-color:#f8fafc;transition:all .15s ease-in-out}.pending-card-shipping-info .form-input.shipping-locked{background-color:#f8fafc!important;border-color:#e2e8f0!important;color:#475569!important;cursor:pointer}.pending-card-shipping-info .form-input.shipping-locked:hover{border-color:#94a3b8!important;background-color:#f1f5f9!important}.pending-card-shipping-info .form-input.shipping-editable{background-color:#fff!important;border-color:#004b87!important;box-shadow:0 0 0 2px #004b871f!important}.pending-card-shipping-info .form-input:focus{border-color:#004b87;box-shadow:0 0 0 3px #004b8726;background-color:#fff;outline:none}.pending-card-shipping-info .form-input.read-only-input{background-color:#f1f5f9!important;border-color:#cbd5e1!important;color:#475569!important;cursor:not-allowed;box-shadow:none!important}.emails-list-container{display:flex;flex-direction:column;gap:12px;font-size:.85rem}.email-radio-row{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0}.pending-table-container{overflow-x:auto;border:1px solid #dfdfdf;border-radius:4px}.pending-parts-table{width:100%;border-collapse:collapse;font-size:.8rem;white-space:nowrap}.pending-parts-table th,.pending-parts-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #dfdfdf}.pending-parts-table th{background-color:#efefef;background-image:linear-gradient(to bottom,#fff,#eaeaea);font-weight:700;color:#555;border-bottom:1px solid #dfdfdf}.pending-parts-table tr:hover{background-color:#f8fafc}.status-badge{padding:2px 8px;font-size:.75rem;font-weight:700;border-radius:3px;display:inline-block}.status-badge.complete{background-color:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.status-badge.shipped{background-color:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.status-badge.warning{background-color:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.status-badge.pulse-badge{animation:pulseBadge 2s infinite}@keyframes pulseBadge{0%{box-shadow:0 0 #ea580c66}70%{box-shadow:0 0 0 6px #ea580c00}to{box-shadow:0 0 #ea580c00}}.comments-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1000;display:flex;justify-content:flex-end}.comments-drawer{width:100%;max-width:480px;background-color:#fff;height:100%;box-shadow:-2px 0 10px #00000026;display:flex;flex-direction:column}.comments-drawer-header{padding:16px 20px;border-bottom:1px solid #dfdfdf;display:flex;justify-content:space-between;align-items:center}.comments-drawer-title{font-size:1.1rem;font-weight:700;margin:0}.comments-drawer-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#666}.comments-drawer-body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.comments-log-container{display:flex;flex-direction:column;gap:12px}.comment-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:12px;font-size:.8rem}.comment-meta{display:flex;justify-content:space-between;color:#64748b;margin-bottom:6px;font-weight:500}.comment-content{color:#1e293b;line-height:1.4;white-space:pre-wrap}.comments-drawer-footer{padding:20px;border-top:1px solid #dfdfdf;background-color:#f8fafc}.comments-input-form1{display:flex;flex-direction:column;gap:10px}.comments-textarea{width:100%;height:80px;padding:8px 10px;border:1px solid #cccccc;border-radius:3px;font-size:.85rem;resize:none}.comments-textarea:focus{border-color:#004b87;outline:none}.payment-view-select{padding:6px 12px;font-size:.85rem;font-weight:600;color:#004b87;border:1px solid #004b87;border-radius:4px;background-color:#fff;cursor:pointer;outline:none;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.payment-view-select:hover{background-color:#f0f7ff;border-color:#003a6a;color:#003a6a;box-shadow:0 0 6px #004b8740}.payment-view-select:focus{border-color:#003a6a;box-shadow:0 0 8px #004b8773}.current-payment-box{display:flex;justify-content:flex-start;align-items:center;gap:60px;background-color:#f0f7ff;border:1.5px solid #004b87;border-left:4px solid #004b87;border-radius:4px;padding:16px 24px;box-shadow:0 4px 6px -1px #004b8714}.current-email-box{display:flex;justify-content:flex-start;align-items:center;background-color:#f0f7ff;border:1.5px solid #004b87;border-left:4px solid #004b87;border-radius:4px;padding:12px 20px;box-shadow:0 4px 6px -1px #004b8714}.current-email-col{display:flex;flex-direction:column;gap:4px}.current-email-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:500}.current-email-value{font-size:.95rem;color:#0f172a;word-break:break-all}.current-payment-col{display:flex;flex-direction:column;gap:4px}.current-payment-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:500}.current-payment-value{font-size:.95rem;color:#0f172a}.current-payment-value.card-type-cell{font-weight:700;color:#004b87}.current-payment-value.card-number-cell{font-family:monospace}.payment-info-alert{display:flex;align-items:center;gap:10px;background-color:#f0f7ff;border:1px solid #bfdbfe;border-radius:4px;padding:10px 16px;color:#1e3a8a;font-size:.8rem;line-height:1.4}.payment-info-alert .alert-icon{color:#2563eb;flex-shrink:0}.payment-subheader-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.payment-subheader-title{font-size:.875rem;font-weight:600;color:#334155;white-space:nowrap}.payment-subheader-line{flex:1;height:1px;background-color:#e2e8f0}.payment-filter-select{padding:6px 12px;font-size:.85rem;border:1px solid #cbd5e1;border-radius:4px;color:#334155;background-color:#fff;min-width:160px;cursor:pointer}.payment-filter-select:focus{border-color:#004b87;outline:none;box-shadow:0 0 0 1px #004b8733}.existing-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.existing-actions-container{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.add-payment-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;color:#fff;background-color:#004b87;border:1px solid #003a6a;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.add-payment-btn:hover{background-color:#003a6a}.add-payment-btn:active{background-color:#002b50}.payment-table-wrapper{border:1px solid #e2e8f0;border-radius:4px;background-color:#fff;height:160px;max-height:160px;overflow-y:auto}.payment-methods-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.825rem;text-align:left}.payment-methods-table th{padding:10px 16px;background-color:#f8fafc;color:#64748b;font-weight:600;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.payment-methods-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:middle}.payment-methods-table tr:last-child td{border-bottom:none}.payment-methods-table tr{transition:background-color .15s ease}.payment-methods-table tr:hover{background-color:#f8fafc}.payment-methods-table tr.active-row td{background-color:#f0f7ff;color:#004b87;font-weight:600;border-bottom:1px solid #bfdbfe}.payment-methods-table tr.active-row td:first-child{border-left:3px solid #004b87}.current-payment-box input[type=radio],.payment-methods-table input[type=radio]{accent-color:#004b87}.card-type-cell{font-weight:700;color:#004b87}.status-cell.active{color:#16a34a;font-weight:600}.caret-cell{color:#64748b;text-align:right}.payment-confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .2s ease-out}.payment-confirm-modal-card{background-color:#fff;border-radius:12px;border-top:5px solid #004b87;border:1px solid rgba(0,75,135,.1);width:540px;max-width:90%;padding:32px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #004b870d;display:flex;flex-direction:column;gap:20px;animation:slideUp .25s cubic-bezier(.16,1,.3,1)}.payment-confirm-modal-title{font-size:1.4rem;font-weight:800;color:#004b87;margin:0}.payment-confirm-modal-subtitle{font-size:.875rem;color:#475569;margin:0;line-height:1.5}.payment-confirm-compare-grid{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0}.compare-card-box{flex:1;border-radius:6px;padding:14px 16px;display:flex;flex-direction:column;gap:8px;position:relative}.compare-card-box.current{border:1px solid #cbd5e1;background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:inset 0 1px 2px #00000005}.compare-card-box.new{border:1px solid #93c5fd;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);box-shadow:0 4px 6px -1px #004b8714}.compare-card-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:4px;align-self:flex-start;color:#fff}.compare-card-badge.current{background-color:#64748b}.compare-card-badge.new{background-color:#004b87}.compare-card-details{display:flex;flex-direction:column;gap:2px}.compare-card-type{font-size:.95rem;font-weight:700;color:#004b87}.compare-card-number{font-size:.85rem;font-family:monospace;color:#334155}.compare-card-exp{font-size:.75rem;color:#64748b}.compare-arrow-container{display:flex;align-items:center;justify-content:center;width:24px}.compare-arrow-line{width:16px;height:2px;background-color:#94a3b8;position:relative}.compare-arrow-line:after{content:"";position:absolute;right:0;top:-3px;width:8px;height:8px;border-top:2px solid #94a3b8;border-right:2px solid #94a3b8;transform:rotate(45deg)}.payment-confirm-modal-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.btn-payment-confirm-cancel{padding:10px 22px;font-size:.85rem;font-weight:600;color:#475569;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .15s ease}.btn-payment-confirm-cancel:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.btn-payment-confirm-submit{padding:10px 24px;font-size:.85rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#004b87,#003a6a);border:none;border-radius:6px;cursor:pointer;box-shadow:0 4px 12px #004b8733;transition:all .15s ease}.btn-payment-confirm-submit:hover{background:linear-gradient(135deg,#003a6a,#002b50);box-shadow:0 4px 16px #004b874d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.details-page-wrapper{display:flex;flex-direction:column;gap:16px}.details-header-row{display:flex;justify-content:space-between;align-items:center}.details-summary-panels{display:flex;flex-wrap:wrap;gap:16px}.info-card{flex:2 1 400px;padding:16px;border:1px solid #dfdfdf;background-color:#fff;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:12px}.info-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdfdf;padding-bottom:8px}.info-card-title{font-size:1.05rem;font-weight:700}.info-card-title span{color:var(--color-primary)}.info-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;font-size:.8rem}.info-card-label{color:#555;margin-right:4px}.info-card-value{color:#000;font-weight:500}.wb-details-content-wrapper .details-header-row>button:first-child{display:none!important}.wb-details-content-wrapper .btn-send-queue,.wb-details-content-wrapper .info-card-footer{display:none!important}.wb-details-content-wrapper .btn-reship{min-width:unset!important;padding:4px 10px!important;font-size:.8rem!important;background-color:#004b87!important;border:1px solid #003a6a!important;color:#fff!important;border-radius:var(--radius-sm)!important;font-weight:700!important;transition:all var(--transition-fast)!important}.wb-details-content-wrapper .btn-reship:hover:not(:disabled){background-color:#224361!important;border-color:#1a354c!important}.wb-details-content-wrapper .btn-reship:disabled{background-color:#f3f4f6!important;color:#475569!important;border-color:#e5e7eb!important;cursor:not-allowed!important}.wb-details-content-wrapper .info-card-grid{gap:14px 18px!important;font-size:.85rem!important}.wb-details-content-wrapper .info-card-grid .info-card-label{color:#555!important;margin-right:6px!important;font-weight:500!important}.wb-details-content-wrapper .info-card-grid .info-card-value{color:#000!important;font-weight:600!important}.wb-details-content-wrapper .billing-title svg{display:none!important}.wb-details-content-wrapper .billing-title{font-size:0!important;color:#004b87!important;font-weight:700!important;display:flex!important;align-items:center!important;gap:0!important;text-transform:none!important}.wb-details-content-wrapper .billing-title:before{content:"";display:inline-block;width:14px;height:14px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23004b87" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg>');background-size:contain;background-repeat:no-repeat;margin-right:6px!important}.wb-details-content-wrapper .billing-title:after{content:"Order Total / Billing Summary"!important;font-size:1.05rem!important;font-weight:700!important}.wb-details-content-wrapper .info-card-title,.wb-details-content-wrapper .section-card-title,.wb-details-content-wrapper .part-list-title{color:#004b87!important;font-weight:700!important;display:flex!important;align-items:center!important;gap:8px!important}.wb-details-content-wrapper .info-card-title svg,.wb-details-content-wrapper .section-card-title svg,.wb-details-content-wrapper .part-list-title svg{stroke:#004b87!important;color:#004b87!important}.wb-details-content-wrapper .info-card:first-child .info-card-header,.wb-details-content-wrapper h4.info-card-title,.wb-details-content-wrapper .billing-title,.wb-details-content-wrapper .section-card-title{border-bottom:1px solid #efefef!important;padding-bottom:10px!important;margin-bottom:12px!important;width:100%!important}.wb-details-content-wrapper h4.info-card-title{gap:6px!important}.wb-details-content-wrapper .info-card:first-child .info-card-title{font-size:0!important;display:inline-flex!important;align-items:center!important}.wb-details-content-wrapper .info-card:first-child .info-card-title:before{content:"";display:inline-block;width:14px;height:14px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23004b87" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');background-size:contain;background-repeat:no-repeat;margin-right:6px!important}.wb-details-content-wrapper .info-card:first-child .info-card-title:after{content:"Order Information"!important;font-size:1.05rem!important;font-weight:700!important;color:#004b87!important}.wb-details-content-wrapper .info-card:nth-child(2) .section-card-content>span:nth-last-child(2){font-size:0!important;display:flex!important;align-items:center!important;gap:8px!important;margin-top:10px!important}.wb-details-content-wrapper .info-card:nth-child(2) .section-card-content>span:last-child{font-size:0!important;display:flex!important;align-items:center!important;gap:8px!important;margin-top:6px!important}.wb-details-content-wrapper .info-card:nth-child(2) .section-card-content>span:nth-last-child(2) strong,.wb-details-content-wrapper .info-card:nth-child(2) .section-card-content>span:last-child strong{font-size:.85rem!important;font-weight:400!important;color:#000!important}.wb-details-content-wrapper .info-card:nth-child(2) .section-card-content>span:nth-last-child(2):before{content:"";display:inline-block;width:14px;height:14px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23004b87" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>');background-size:contain;background-repeat:no-repeat}.wb-details-content-wrapper .info-card:nth-child(2) .section-card-content>span:last-child:before{content:"";display:inline-block;width:14px;height:14px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23004b87" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>');background-size:contain;background-repeat:no-repeat}.wb-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:99999;animation:wbFadeIn .2s ease-out}.wb-modal-card{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:36px 32px 28px;width:440px;max-width:90%;text-align:center;box-sizing:border-box;animation:wbScaleUp .2s cubic-bezier(.34,1.56,.64,1)}.wb-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:all .15s ease}.wb-modal-close:hover{background-color:#f1f5f9;color:#0f172a}.wb-modal-icon-container{display:flex;justify-content:center;margin-bottom:16px}.wb-modal-icon-circle{width:68px;height:68px;border-radius:50%;background-color:#e0f2fe;color:#0258a5;display:flex;align-items:center;justify-content:center}.wb-modal-title{font-size:1.4rem;font-weight:700;color:#0c1a30;margin:0 0 6px;font-family:inherit}.wb-modal-subtitle{font-size:.95rem;color:#475569;margin:0;line-height:1.5;font-family:inherit}.wb-modal-divider{height:1px;background-color:#f1f5f9;margin:20px 0}.wb-modal-buttons{display:flex;gap:16px;width:100%}.wb-modal-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;border:none;color:#fff;font-size:1rem;font-weight:700;padding:12px 20px;cursor:pointer;transition:all .15s ease;font-family:inherit}.wb-modal-btn:active{transform:scale(.98)}.wb-btn-complete{background-color:#16803c;border:1px solid #11622e}.wb-btn-complete:hover{background-color:#11622e}.wb-btn-incomplete{background-color:#c22026;border:1px solid #9c171c}.wb-btn-incomplete:hover{background-color:#9c171c}.wb-modal-btn-icon{flex-shrink:0}.wb-modal-confirm{width:400px;text-align:left;padding:24px 24px 20px}.wb-modal-confirm-btn{padding:10px 20px;font-size:.95rem;font-weight:700;border-radius:6px;cursor:pointer;transition:all .15s ease;font-family:inherit}.wb-btn-cancel{background-color:#fff;border:1px solid #cbd5e1;color:#475569}.wb-btn-cancel:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.wb-btn-continue-complete{background-color:#16803c;border:1px solid #11622e;color:#fff}.wb-btn-continue-complete:hover{background-color:#11622e}.wb-btn-continue-incomplete{background-color:#c22026;border:1px solid #9c171c;color:#fff}.wb-btn-continue-incomplete:hover{background-color:#9c171c}@keyframes wbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wbScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.glass-panel{background:#fff;border:1px solid #dfdfdf;border-radius:var(--radius-md);box-shadow:0 0 8px #eee;transition:all var(--transition-fast)}.glass-panel-active{border-color:var(--color-primary);box-shadow:0 0 10px #345f8533}.content-card{background-color:var(--bg-content);border:1px solid var(--border-color);border-radius:var(--radius-md)}.sears-sidebar{background-color:#fff;border:1px solid #dfdfdf;box-shadow:0 0 8px #ccc;border-radius:4px}.sears-sidebar-title{font-size:.85rem;font-weight:700;color:#000;padding:10px 12px;border-bottom:1px solid #dfdfdf}.sears-sidebar-link{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;text-decoration:none;color:#666;font-size:.85rem;border-bottom:1px solid #f1f5f9;transition:all var(--transition-fast)}.sears-sidebar-link:hover,.sears-sidebar-link.active{background-color:#999;color:#fff}.sears-breadcrumb{background-color:#efefef;border:1px solid #dfdfdf;padding:6px 12px;font-size:.75rem;font-weight:700;color:#000;display:flex;align-items:center;gap:6px;margin-bottom:16px}:root{--bg-main: #ffffff;--bg-header: #345f85;--bg-footer: #345f85;--bg-sidebar: #ffffff;--bg-content: #ffffff;--bg-breadcrumb: #f1f5f9;--border-color: #cccccc;--border-light: #e5e7eb;--color-primary: #345f85;--color-primary-hover: #224361;--color-secondary: #64748b;--color-text-main: #000000;--color-text-muted: #555555;--status-success: #16a34a;--status-warning: #ea580c;--status-danger: #dc2626;--status-info: #2563eb;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0px 0px 1.25em #ccc;--shadow-lg: 0px 0px 1.25em #ccc;--radius-lg: 3px;--radius-md: 3px;--radius-sm: 2px;--transition-fast: .1s ease;--transition-normal: .15s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--color-text-main);font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-weight:700;color:#000;margin-bottom:.25em}h2{font-size:1.5rem;font-weight:700;margin-top:.5em;margin-bottom:.3em}.input-control{width:100%;max-width:250px;padding:4px 6px;background:#fcfcfc;border:1px solid #cccccc;border-radius:var(--radius-sm);color:#000;font-family:inherit;font-size:.85rem;transition:border-color var(--transition-fast);outline:none}.input-control:focus{border-color:var(--color-primary);background-color:#fff}.input-label{font-family:inherit;font-size:.85rem;font-weight:700;color:#000;text-align:right;padding-right:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 10px;font-family:inherit;font-weight:700;font-size:.8rem;border-radius:var(--radius-sm);border:1px solid #cccccc;background-color:#f0f0f0;color:#333;cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.btn:hover{background-color:#e0e0e0;color:#000;border-color:#adadad}.btn-primary{background-color:#f0f0f0;color:#000;border-color:#ccc}.btn-primary:hover{background-color:#e0e0e0;color:#000;border-color:#adadad}.btn-secondary{background-color:#f8fafc;border-color:#cbd5e1;color:#334155}.btn-secondary:hover{background-color:#f1f5f9;border-color:#94a3b8;color:#000}.btn-danger{background-color:#fee2e2;border-color:#fca5a5;color:#991b1b}.btn-danger:hover{background-color:#fecaca;border-color:#f87171;color:#7f1d1d}.btn-disabled{background-color:#f3f4f6!important;color:#9ca3af!important;border-color:#e5e7eb!important;cursor:not-allowed!important}.table-container{overflow-x:auto;border:1px solid #dfdfdf;border-radius:var(--radius-sm)}.premium-table{width:100%;border-collapse:collapse;text-align:left;font-size:.8rem}.premium-table th{background-color:#efefef;background-image:linear-gradient(to bottom,#fff,#eaeaea);padding:6px 10px;font-family:inherit;font-weight:700;color:#666;border-bottom:1px solid #dfdfdf;border-right:1px solid #dfdfdf;text-shadow:0 1px 0 #ffffff}.premium-table th:last-child{border-right:none}.premium-table td{padding:6px 10px;border-bottom:1px solid #dfdfdf;border-right:1px solid #dfdfdf;color:#000;background-color:#fff}.premium-table td:last-child{border-right:none}.premium-table tr:nth-child(2n) td{background-color:#f7f7f7}.premium-table tr:hover td{background-color:#728fce;color:#fff}.sears-logo-container{border-top:2px solid #ffffff;border-bottom:2px solid #ffffff;padding:4px 8px;display:inline-block}.sears-logo-text{font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-weight:400;font-size:1.1rem;letter-spacing:.1em;color:#fff;text-transform:uppercase}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto;z-index:2}input[type=date]{position:relative}.card-panel{border:1px solid #dfdfdf;border-radius:var(--radius-sm);background-color:#fff;padding:16px;box-shadow:0 2px 4px #0000000d}.badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:var(--radius-sm);font-size:.7rem;font-weight:700;border:1px solid transparent}.badge-success{background:#dcfce7;border-color:#86efac;color:#166534}.badge-warning{background:#fef3c7;border-color:#fcd34d;color:#d97706}.badge-danger{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.badge-info{background:#dbeafe;border-color:#93c5fd;color:#2563eb}.badge-neutral{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.alert{padding:8px 12px;border-radius:var(--radius-sm);font-size:.8rem;font-weight:700;display:flex;align-items:center;gap:8px;border:1px solid transparent}.alert-success{background:#dcfce7;border-color:#86efac;color:#166534}.alert-error,.alert-danger{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.alert-info{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.alert-warning{background:#fef3c7;border-color:#fcd34d;color:#d97706}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal-card{width:400px;padding:24px;background-color:#fff;border:1px solid #b2c2d2;box-shadow:0 4px 12px #00000026;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:16px}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdfdf;padding-bottom:8px}.modal-title{font-size:1.1rem;font-weight:700}.modal-close-btn{background:none;border:none;color:#555;cursor:pointer;display:flex;align-items:center}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px;border-top:1px solid #dfdfdf;padding-top:12px}.slideout-drawer{position:fixed;top:0;right:0;width:450px;height:100vh;background:#fff;border-left:1px solid #dfdfdf;box-shadow:-4px 0 20px #00000026;padding:24px;z-index:100;display:flex;flex-direction:column;gap:16px}.slideout-drawer-large{width:600px}.drawer-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdfdf;padding-bottom:8px}.drawer-title{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:8px}.drawer-close-btn{background:none;border:none;color:#555;cursor:pointer;display:flex;align-items:center}.modal-card-large{width:480px}.modal-card-xl{width:640px}.mr-4{margin-right:4px}.ml-4{margin-left:4px}.text-right{text-align:right}.font-bold{font-weight:700}.text-light-muted{color:#888}.text-small-muted{font-size:.75rem;color:#555}.text-xxs-light{font-size:.65rem;color:#888}.badge-list{display:flex;gap:4px;flex-wrap:wrap}.inline-flex-gap-6{display:inline-flex;gap:6px}.flex-col-gap-8{display:flex;flex-direction:column;gap:8px}.btn-xs{padding:2px 8px;font-size:.75rem}.btn-xxs{padding:2px 8px;font-size:.7rem}.btn-modal{padding:4px 12px}.btn-text-danger{color:#dc2626!important}.btn-text-danger:hover{color:#b91c1c!important}.table-empty-msg{text-align:center;padding:20px;color:#888;font-size:.8rem}.spin{animation:spin 1s linear infinite}.modal-card-xl{width:560px}.btn-success{background-color:#dcfce7!important;border-color:#86efac!important;color:#166534!important}.btn-success:hover{background-color:#bbf7d0!important;border-color:#4ade80!important;color:#14532d!important}
