@import"https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@600&display=swap";:root{--brand-blue: #002b49;--brand-blue-soft: #18486d;--brand-yellow: #ffcd00;--brand-white: #ffffff;--brand-grey: #c8d1db;--brand-grey-soft: #edf2f7;--brand-grey-text: #5f7082;--ink: #10263a;--line: #d4dde6;--error-bg: #fdeaea;--error-text: #972f2d;--success-bg: #e7f2ff;--success-text: #0f3b63}.page-shell{display:flex;justify-content:center;min-height:100vh;background:#002b49;align-items:center}.page-shell.fullscreen-admin{display:grid;align-items:stretch;justify-content:initial;gap:0;padding:0;overflow:hidden;transition:grid-template-columns .24s ease}.page-shell.fullscreen-admin.sidebar-open{grid-template-columns:clamp(228px,22vw,270px) minmax(0,1fr)}.page-shell.fullscreen-admin.sidebar-closed{grid-template-columns:84px minmax(0,1fr)}.quote-card,.login-card{position:relative;overflow:hidden;background:var(--brand-white);border:1px solid var(--line);border-radius:26px;padding:clamp(18px,2.4vw,30px);animation:card-enter .42s ease-out}.quote-card.admin-fullscreen{width:100%;max-width:none;min-height:100vh;margin:0;border-radius:0;border-left:0;border-right:0;padding:clamp(14px,2vw,24px)}.login-card{max-width:620px;height:fit-content}.quote-card:before{content:"";position:absolute;inset:0 0 auto 0;height:8px}@keyframes card-enter{0%{opacity:0;transform:translateY(16px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.brand-mark{display:flex;align-items:center;gap:14px;margin-bottom:14px;padding:12px 14px;border-radius:16px;background:var(--brand-blue);color:var(--brand-white)}.brand-logo{width:54px;height:54px;border-radius:12px;padding:8px}.brand-overline{margin:0;color:var(--brand-yellow);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.brand-line{margin:2px 0 0;font-size:1.03rem;font-weight:700}.home-hero{margin-bottom:.85rem}.home-hero .subtext{max-width:74ch}.home-hero-meta{display:flex;align-items:center;gap:.55rem;color:#4e667e;font-size:.88rem;margin-top:.45rem}.home-meta-separator{opacity:.55}.home-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem;margin-bottom:.85rem}.home-stat-card{border:1px solid #d8e4f0;border-radius:14px;background:#fff;padding:12px 13px;box-shadow:0 6px 15px #102e4d12}.home-stat-card p{margin:0;color:#5d748a;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.home-stat-card strong{display:block;margin-top:.32rem;font-size:1.02rem;color:#0d3e63}.home-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));margin-top:.4rem}.home-card{border:1px solid #d7e2ee;border-radius:16px;background:linear-gradient(180deg,#fff,#f4f9ff);padding:16px;box-shadow:0 8px 20px #0f3b6314}.home-card h3{margin:0 0 .5rem;color:#0f4268;font-size:1.03rem}.home-card p{margin:0 0 .95rem;color:#31516d;line-height:1.45}.home-card .submit-btn{margin-bottom:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.home-card-note{background:linear-gradient(180deg,#fefefe,#f6f9ff)}.home-card-primary{border-color:#bdd4e8;background:linear-gradient(180deg,#fafdff,#eaf4ff)}.hero h1{margin:8px 0 10px;font-size:clamp(1.7rem,2.7vw,2.45rem);color:var(--brand-blue);font-family:roboto}.eyebrow{display:inline-block;margin:0;padding:4px 10px;border-radius:999px;background:#ffcd0033;color:var(--brand-blue);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800}.subtext{margin-top:0;color:var(--brand-grey-text)}.quote-form,.login-form{display:grid;gap:14px}.login-submit{width:100%}.role-pill{border-radius:999px;padding:4px 10px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.role-pill.admin{background:var(--brand-blue);color:var(--brand-yellow)}.role-pill.user{background:#f0f4f8;color:var(--brand-blue);border:1px solid #d3dde8}.status-pill{display:inline-block;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:800;letter-spacing:.02em}.status-pill.enabled{border:1px solid #b9d6f4;background:#e5f1ff;color:var(--brand-blue)}.status-pill.disabled{border:1px solid #f0d79d;background:#fff5d6;color:#7b5d00}.session-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;border-radius:18px;border:1px solid #0f3d61;background:#003e66;padding:12px 14px}.session-brand{display:flex;align-items:center;gap:10px}.session-brand-link{text-decoration:none;color:inherit}.session-brand-link:hover{opacity:.95}.session-brand-logo{width:48px;height:48px;border-radius:10px;padding:7px}.session-brand-name{margin:0;color:var(--brand-yellow);font-size:1rem;font-weight:800}.session-brand-sub{margin:2px 0 0;color:#ffffffd1;font-size:.85rem}.session-actions{display:flex;align-items:center;gap:12px}.session-actions p{margin:0;color:var(--brand-white)}.logout-btn{border:1px solid rgba(255,205,0,.55);border-radius:999px;background:#ffcd0026;color:var(--brand-yellow);font-weight:700;padding:7px 14px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.logout-btn:hover{background:var(--brand-yellow);color:var(--brand-blue)}.address-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.address-panel,.package-panel,.table-panel{border:1px solid var(--line);border-radius:16px;background:var(--brand-white);padding:16px;position:relative}.table-panel.is-loading-quotes{min-height:260px}.quote-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#f5faffdb;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.quote-loading-overlay .wassel-loader{border:1px solid rgba(255,205,0,.55);border-radius:14px;background:var(--brand-blue);box-shadow:0 10px 28px #0f3b6324;padding:14px 16px;color:var(--brand-white)}.quote-loading-overlay .wassel-loader .wassel-loader-logo{filter:brightness(0) invert(1)}.wassel-loader{display:flex;align-items:center;gap:.55rem;color:var(--brand-blue);font-weight:700}.wassel-loader.inline{display:inline-flex;vertical-align:middle}.wassel-loader.centered{width:100%;justify-content:center}.wassel-loader.tone-dark{color:var(--brand-white)}.wassel-loader.tone-dark .wassel-loader-logo{filter:brightness(0) invert(1)}.wassel-loader-logo{width:28px;height:28px;border-radius:0;animation:wassel-logo-scale 1.25s ease-in-out infinite,wassel-logo-breathe 1.25s ease-in-out infinite;transform-origin:center}.wassel-loader.size-xs .wassel-loader-logo{width:16px;height:16px}.wassel-loader.size-sm .wassel-loader-logo{width:20px;height:20px}.wassel-loader.size-md .wassel-loader-logo{width:28px;height:28px}.wassel-loader-text{line-height:1.3}@keyframes wassel-logo-scale{0%,to{transform:scale(.9)}50%{transform:scale(1.15)}}@keyframes wassel-logo-breathe{0%,to{opacity:.75}50%{opacity:1}}.address-panel h3,.package-panel h3,.table-panel h3{margin:0 0 12px;color:var(--brand-blue)}.field-grid{display:grid;gap:12px}.package-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.package-panel .package-grid{gap:12px}.package-type-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.package-type-btn{border:1px solid #bfd1e2;border-radius:999px;background:#eef5fc;color:#12344f;font-size:.85rem;font-weight:700;padding:8px 14px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.package-type-btn.active{border-color:#0f4f7a;background:#0f4f7a;color:#fff}.package-type-subtext{margin:0 0 12px}input[type=number]:read-only{background:#f0f4f8;color:#5f7082;cursor:not-allowed;border-color:#c8d1db}.package-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.package-rows{display:grid;gap:14px}.package-row-card{border:1px solid #cfdeeb;border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbff);padding:14px}.package-row-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.package-row-header h4{margin:0 0 4px;color:var(--brand-blue);font-size:1rem}.package-row-header p{margin:0;color:var(--brand-grey-text);font-size:.86rem}.package-grid-wrap{display:flex;align-items:stretch;gap:10px}.package-grid-wrap .package-grid{flex:1}.package-row-remove{align-self:center}.package-rows-add{display:flex;justify-content:flex-end}.package-row-action-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;height:40px;border:1px solid #bfd1e2;border-radius:12px;background:#fff;color:var(--brand-blue);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease;margin-top:10px;gap:8px}.package-row-action-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#2a628d;background:#edf6ff}.package-row-action-btn.delete{color:#a23734}.package-row-action-btn.delete:hover:not(:disabled){border-color:#d3a6a4;background:#fff2f1}.package-row-action-btn:disabled{opacity:.45;cursor:not-allowed}.package-row-action-icon{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.package-panel .package-grid>label{border:1px solid #cfdeeb;border-radius:12px;background:linear-gradient(180deg,#fff,#f7fbff);padding:10px;min-height:96px;align-content:start}.package-panel .package-grid>label input[type=number]{background:#fff}.package-panel .package-grid>label.package-quantity-field,.package-panel .package-grid>label.package-auto-field{width:100%;justify-self:start}.package-panel .package-grid>label.package-quantity-field .quantity-input,.package-panel .package-grid>label.package-auto-field .package-auto-input{width:auto;min-width:110px;max-width:100%}.package-panel .package-grid>label:focus-within{border-color:#2a628d;box-shadow:0 0 0 3px #4694cc2e}label{display:grid;gap:6px;color:var(--brand-blue);font-size:.92rem;font-weight:600}.places-dropdown{margin-top:-1px;border:1px solid #bfd1e2;border-radius:11px;background:#fff;box-shadow:0 8px 22px #122f4824;max-height:220px;overflow-y:auto}.places-option{width:100%;border:0;border-bottom:1px solid #e0e8f0;background:transparent;color:#13344f;display:grid;gap:2px;text-align:left;padding:10px 12px;cursor:pointer;font:inherit}.places-option:last-child{border-bottom:0}.places-option:hover{background:#f2f8ff}.places-option span{font-weight:700}.places-option small{color:#4a647c;font-weight:500}.places-hint,.places-error{margin:0;padding:10px 12px;font-size:.88rem}.places-hint{color:#385670}.places-error{color:#b33530}input[type=text],input[type=password],input[type=number],select{border:1px solid var(--brand-grey);border-radius:11px;padding:10px 12px;background:#f9fbfe;color:var(--ink);transition:border-color .14s ease,box-shadow .14s ease}input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,select:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #ffcd0054}.quantity-mode{margin-top:14px;border:1px dashed #96aac0;border-radius:12px;background:var(--brand-grey-soft);padding:12px;display:grid;gap:8px}.quantity-mode p{margin:0;color:var(--brand-blue);font-weight:700}.quantity-mode label{display:flex;align-items:center;gap:8px;font-weight:500}.error-banner{margin:0;border-radius:10px;border:1px solid #efc0be;background:var(--error-bg);color:var(--error-text);padding:10px 12px}.carrier-errors-box{border-radius:10px;background:#c62828;padding:8px 12px;display:grid;gap:4px}.carrier-error-item{margin:0;font-size:.84rem;color:#fff}.carrier-error-item strong{color:#fff}.info-banner{margin:0;border-radius:10px;border:1px solid #b8d2eb;background:var(--success-bg);color:var(--success-text);padding:10px 12px}.lookup-weight-box{display:flex;align-items:center;gap:10px;border:1px solid #b8d0e6;border-radius:10px;background:#eef6ff;padding:10px 16px;width:fit-content}.lookup-weight-label{font-size:.82rem;font-weight:600;color:#4a6a84;text-transform:uppercase;letter-spacing:.05em}.lookup-weight-value{font-size:1rem;font-weight:800;color:#0e3a5e}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;border:1px solid var(--brand-blue);border-radius:999px;margin-bottom:12px;background:var(--brand-blue);color:var(--brand-yellow);font-weight:800;letter-spacing:.03em;padding:11px 22px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #002b4940}.submit-btn:disabled{opacity:.72;cursor:not-allowed}.submit-btn.danger{border-color:var(--brand-yellow);background:var(--brand-yellow);color:var(--brand-blue)}.submit-btn.danger:hover:not(:disabled){background:#ffe073;border-color:#ffe073}.shipping-date-tabs{display:inline-flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.shipping-date-tab{border:1px solid #bfd1e2;border-radius:999px;background:#eef5fc;color:#12344f;font-size:.85rem;font-weight:700;padding:8px 14px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.shipping-date-tab.active{border-color:#0f4f7a;background:#0f4f7a;color:#fff}.shipping-date-tab:disabled{opacity:.6;cursor:not-allowed}.shipping-date-tab-meta{margin-bottom:12px}.table-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.result-tabs{display:inline-flex;gap:8px}.result-tab-btn{border:1px solid #bfd1e2;border-radius:999px;background:#eef5fc;color:#12344f;font-size:.84rem;font-weight:700;padding:7px 14px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.result-tab-btn.active{border-color:#0f4f7a;background:#0f4f7a;color:#fff}.result-tab-btn:disabled{opacity:.6;cursor:not-allowed}.shipment-tab-panel,.shipment-fedex-portal{display:grid;gap:12px}.shipment-form-card{border:1px solid #c8d9ea;border-radius:14px;background:linear-gradient(180deg,#fff,#f5faff);padding:12px;display:grid;gap:10px}.shipment-form-card h4{margin:0;color:#0f4f7a;font-size:.95rem}.shipment-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shipment-form-grid>label{min-height:0;border:1px solid #c4d8ea;border-radius:12px;background:#fff;padding:10px}.shipment-form-grid input,.shipment-form-grid select{width:100%}.shipment-form-help{margin:0}.shipment-json-preview{border:1px solid #c8d9ea;border-radius:12px;background:#f8fbff;padding:14px 16px;margin-top:6px}.shipment-review-form{gap:18px}.shipment-review-form .hero{border:1px solid #d8e3ee;border-radius:16px;background:linear-gradient(180deg,#fff,#f6faff);padding:16px 18px}.shipment-review-form .hero h1{margin-top:0}.shipment-review-form .subtext{margin-bottom:0}.shipment-review-form .address-panel{border-radius:18px;border-color:#c8d9ea;background:linear-gradient(180deg,#fff,#f7fbff);padding:18px}.shipment-review-form .fedex-shipment-sections{display:flex;flex-direction:column}.shipment-review-form .fedex-shipment-sections.is-pending .service-details-section,.shipment-review-form .fedex-shipment-sections.is-pending .package-details-section,.shipment-review-form .fedex-shipment-sections.is-pending .services-option-section,.shipment-review-form .fedex-shipment-sections.is-pending .pickup-dropoff-section,.shipment-review-form .fedex-shipment-sections.is-pending .billing-details-section,.shipment-review-form .fedex-shipment-sections.is-pending .commodities-section,.shipment-review-form .fedex-shipment-sections.is-pending .customs-settings-section,.shipment-review-form .fedex-shipment-sections.is-pending .customs-documentation-section{display:none}.shipment-review-form .sender-section{order:1}.shipment-review-form .receiver-section{order:2}.shipment-review-form .package-details-section{order:3}.shipment-review-form .commodities-section{order:4}.shipment-review-form .customs-settings-section{order:5}.shipment-review-form .customs-documentation-section{order:6}.shipment-review-form .service-details-section{order:7}.shipment-review-form .services-option-section{order:8}.shipment-review-form .pickup-dropoff-section{order:9}.shipment-review-form .billing-details-section{order:10;display:none}.shipment-review-form .address-panel>h3{margin-bottom:8px;font-size:1.05rem}.shipment-json-preview summary{cursor:pointer;color:#0f4f7a;font-weight:700}.shipment-json-preview[open]{background:#f4f9ff}.shipment-fields-wrap{margin-top:14px;overflow-x:auto;position:relative;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 14px #0f3b630f}.shipment-fields-wrap.is-loading{min-height:210px}.shipment-fields-wrap h4{margin:0;padding:14px 16px 10px;border-bottom:1px solid #e5edf5;color:#0f4f7a;letter-spacing:.02em}.dhl-address-two-column-grid,.fedex-address-two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dhl-address-two-column-grid .shipment-fields-wrap,.fedex-address-two-column-grid .shipment-fields-wrap{margin-top:14px}.shipment-fields-table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}.shipment-fields-table td,.shipment-fields-table th{padding:11px 12px;vertical-align:top}.shipment-fields-table thead td{background:#f0f6fd;color:#0e4268;font-weight:700;border-bottom:1px solid #d7e3ef}.shipment-fields-table tbody tr:nth-child(2n){background:#fbfdff}.shipment-fields-table tbody tr:hover{background:#f3f8ff}.shipment-cost-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fafdffd1;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:2}.shipment-cost-loading-card{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,205,0,.55);background:var(--brand-blue);box-shadow:0 10px 28px #0f3b6324}.shipment-cost-loading-card p{margin:0;color:var(--brand-white);font-weight:700;font-size:.9rem}.shipment-cost-loading-logo{width:44px;height:44px;border-radius:0;filter:brightness(0) invert(1);animation:shipment-cost-logo-spin 1.25s linear infinite,shipment-cost-logo-breathe 1.25s ease-in-out infinite;transform-origin:center}@keyframes shipment-cost-logo-spin{0%,to{transform:scale(.9)}50%{transform:scale(1.5)}}@keyframes shipment-cost-logo-breathe{0%,to{opacity:.75}50%{opacity:1}}.shipment-fields-table td>input,.shipment-fields-table td>select,.shipment-fields-table td>textarea{width:100%;margin-top:4px;padding:9px 10px;border:1px solid #c4d2df;border-radius:10px;background:#fff}.shipment-fields-table td>input:focus,.shipment-fields-table td>select:focus,.shipment-fields-table td>textarea:focus{outline:none;border-color:#1b5f8d;box-shadow:0 0 0 3px #3e8fc92e}.shipment-fields-table td>input.shipment-field-input-error,.shipment-fields-table td>select.shipment-field-input-error,.shipment-fields-table td>textarea.shipment-field-input-error{border-color:#c53030;background:#fff5f5}.shipment-fields-table td>input.shipment-field-input-error:focus,.shipment-fields-table td>select.shipment-field-input-error:focus,.shipment-fields-table td>textarea.shipment-field-input-error:focus{border-color:#c53030;box-shadow:0 0 0 3px #c5303033}.shipment-customs-items-table{margin-bottom:.9rem;min-width:1240px;border:1px solid #d7e3ef;border-radius:12px;overflow:hidden;background:#fff}.shipment-customs-items-table thead td{white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;font-size:.74rem;background:#eaf3ff;color:#123f62}.shipment-customs-items-table tbody td{border-top:1px solid #eef3f8;vertical-align:top}.shipment-customs-items-table td:nth-child(1){min-width:320px}.shipment-customs-items-table td:nth-child(2){min-width:140px}.shipment-customs-items-table td:nth-child(3){min-width:96px}.shipment-customs-items-table td:nth-child(4){min-width:130px}.shipment-customs-items-table td:nth-child(5),.shipment-customs-items-table td:nth-child(6){min-width:150px}.shipment-customs-items-table td:nth-child(7){min-width:220px}.shipment-customs-items-table td>label{display:grid;gap:6px;font-size:.8rem;color:#2f4f68;font-weight:600}.shipment-item-description-row{display:flex;gap:8px;align-items:flex-start}.shipment-item-description-row textarea{flex:1;min-height:94px;resize:vertical}.shipment-customs-items-table .package-row-action-btn{white-space:nowrap}.shipment-review-form label{line-height:1.35}.shipment-review-form input[type=radio],.shipment-review-form input[type=checkbox]{transform:translateY(1px);margin-right:6px}.shipment-review-form .submit-btn,.shipment-review-form .package-row-action-btn{min-height:40px;padding-left:14px;padding-right:14px;border-radius:10px}.shipment-review-form .submit-btn{box-shadow:0 4px 10px #0f3b632e}.shipment-review-form .submit-btn:hover:not(:disabled){transform:translateY(-1px)}.shipment-review-form .submit-btn.submit-btn-disabled-like{opacity:.58;cursor:not-allowed;box-shadow:none;filter:saturate(.72)}.shipment-review-form .submit-btn.submit-btn-disabled-like:hover{transform:none}.shipment-customs-new-item{display:grid;gap:.75rem;padding:1rem}.shipment-customs-new-item-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:.25rem}.shipment-customs-new-item-actions .submit-btn,.shipment-customs-new-item-actions .package-row-action-btn{margin-top:0}.shipment-customs-new-item-actions .submit-btn{margin-bottom:0}.shipment-choice-group{display:flex;flex-wrap:wrap;gap:.65rem}.shipment-choice-pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #c8d8e8;border-radius:999px;background:#f5f9ff;padding:7px 12px;font-weight:600;color:#0f4f7a}.shipment-choice-pill:has(input:checked){border-color:#1b5f8d;background:#e8f3ff;color:#0d3f62}.shipment-animated-section{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .26s ease,opacity .2s ease,transform .26s ease}.shipment-animated-section.is-open{max-height:320px;opacity:1;transform:translateY(0)}.shipment-animated-section.is-closed{pointer-events:none}.shipment-animated-hint{margin:0 0 .45rem}.shipment-checkbox-tile{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #c8d8e8;border-radius:12px;background:#f5f9ff;padding:10px 12px;font-weight:600;color:#0f4f7a}.shipment-file-input-hidden{display:none}.shipment-file-name-chip{display:inline-flex;align-items:center;max-width:100%;border:1px solid #d6dfeb;border-radius:999px;background:#f8fbff;color:#36526a;padding:7px 12px;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shipment-delete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.shipment-delete-modal{width:min(420px,100%);background:#fff;border-radius:12px;border:1px solid #d0d5dd;box-shadow:0 22px 48px #10182833;padding:1rem}.shipment-delete-modal h4{margin:0 0 .55rem}.shipment-delete-modal p{margin:0 0 1rem}.shipment-delete-modal-actions{display:flex;justify-content:flex-end;gap:.6rem}.shipment-submit-modal{width:min(560px,100%);border-radius:18px;border:1px solid #c7d9ea;background:linear-gradient(180deg,#fff,#f7fbff);padding:1.1rem}.shipment-submit-modal h4{margin:0 0 .8rem;color:#0c4368;font-size:1.15rem;letter-spacing:.01em}.shipment-submit-summary{border:1px solid #cfe0ef;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px #eef5fc;padding:12px 14px;margin-bottom:.9rem}.shipment-submit-summary p{margin:0 0 .45rem;color:#244962}.shipment-submit-summary p:last-child{margin-bottom:0}.shipment-submit-modal .shipment-success{border:1px solid #cfe2f4;border-radius:14px;background:linear-gradient(180deg,#f9fcff,#edf6ff);padding:12px;margin-top:.25rem}.shipment-submit-modal .shipment-success p{color:#173f5d}.shipment-submit-modal .shipment-label-link{margin-top:.15rem;border-color:#2a628d;background:#fff}.shipment-submit-modal .shipment-label-link:hover{background:#e7f2ff}.shipment-submit-loading{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.95rem;padding:.65rem .55rem;border:1px dashed #c7d9ea;border-radius:12px;background:#ffffffb8}.shipment-submit-loading p{margin:0;font-weight:700;color:#0f4f7a}.shipment-submit-modal .shipment-delete-modal-actions{margin-top:.9rem;justify-content:stretch}.shipment-submit-modal .shipment-delete-modal-actions .submit-btn{width:100%;justify-content:center}.shipment-template-editor{display:grid;gap:8px;color:var(--brand-blue);font-weight:700}.shipment-template-editor textarea{width:100%;min-height:260px;border:1px solid #bfd1e2;border-radius:12px;background:#f9fbfe;color:#10263a;padding:12px;font-family:Consolas,Courier New,monospace;font-size:.83rem;line-height:1.5;resize:vertical}.shipment-template-editor textarea:focus{outline:none;border-color:#1b5f8d;box-shadow:0 0 0 3px #3e8fc933}.shipment-tab-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.shipment-tab-actions .submit-btn,.shipment-tab-actions .package-row-action-btn{margin-top:0;margin-bottom:0}.shipment-success{display:grid;gap:6px}.shipment-success p,.shipment-success-note{margin:0}.shipment-label-link{display:inline-flex;width:fit-content;border:1px solid #1b5f8d;border-radius:999px;padding:7px 12px;background:#fff;color:#0f4f7a;text-decoration:none;font-weight:700}.shipment-label-link:hover{background:#edf6ff}.row-ship-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #bfd1e2;border-radius:999px;background:#eef5fc;color:#0f4f7a;font-size:.8rem;font-weight:700;padding:6px 12px;cursor:pointer}.row-ship-btn:hover:not(:disabled){border-color:#2a628d;background:#e3f0fd}.row-ship-btn:disabled{opacity:.65;cursor:not-allowed}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}table{width:100%;min-width:760px;border-collapse:collapse;background:var(--brand-white)}th,td{text-align:left;border-bottom:1px solid #dfe6ed;padding:10px}th{background:var(--brand-blue);color:var(--brand-yellow);font-weight:700}tbody tr:nth-child(2n){background:#f8fbff}.status-ok{color:#002b49;font-weight:700}.status-failed{color:#b33530;font-weight:700}.page-shell.user-quote-shell{align-items:stretch;justify-content:initial;min-height:100vh;padding:0;background:#fff}.user-quote-card{width:100%;max-width:none;min-height:100vh;margin:0;border-radius:0;border:1px solid #c8d7e7;border-left:0;border-right:0;box-shadow:0 30px 60px #0c213533;background:#f7faff;padding:clamp(16px,2.3vw,28px)}.user-quote-card:before{background:#fff}.user-quote-card .session-bar{border:1px solid #174b70;box-shadow:inset 0 0 0 1px #ffffff17,0 10px 20px #00233d33}.user-quote-card .hero{margin-bottom:16px}.user-quote-card .hero h1{font-size:clamp(1.75rem,3.2vw,2.55rem)}.user-quote-card .quote-form,.user-quote-card .address-grid{gap:16px}.user-quote-card .address-panel,.user-quote-card .package-panel,.user-quote-card .table-panel{border:1px solid #c9d9ea;border-radius:18px;background:#f8fbff;box-shadow:0 8px 16px #0f273f14}.user-quote-card .address-panel h3,.user-quote-card .package-panel h3,.user-quote-card .table-panel h3{margin-bottom:14px;font-size:1.05rem}.user-quote-card .field-grid{gap:13px}.user-quote-card .package-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.user-quote-card .package-row-card{background:linear-gradient(180deg,#fff,#f5faff)}.user-quote-card .package-row-action-btn{border-color:#bfd1e2;background:#f6fbff}.user-quote-card .package-row-action-btn:hover:not(:disabled){border-color:#1b5f8d;background:#eaf4ff}.user-quote-card .package-panel .package-grid>label{border-color:#c4d8ea;background:linear-gradient(180deg,#fff,#f5faff)}.user-quote-card .package-panel .package-grid>label:focus-within{border-color:#1b5f8d;box-shadow:0 0 0 3px #3e8fc933}.user-quote-card label{color:#113250;font-size:.9rem}.user-quote-card input[type=text],.user-quote-card input[type=number],.user-quote-card input[type=date]{border-color:#bfd1e2;background:#f6fbff}.user-quote-card input[type=text]:focus,.user-quote-card input[type=number]:focus,.user-quote-card input[type=date]:focus{border-color:#1b5f8d;box-shadow:0 0 0 3px #3e8fc933}.user-quote-card .quantity-mode{border:1px dashed #91abc1;border-radius:14px;background:#ebf3fb;padding:13px}.user-quote-card .submit-btn{min-width:170px;padding:12px 24px}.user-quote-card .shipping-date-tab{border-color:#bfd1e2;background:#edf5fd;color:#133853}.user-quote-card .shipping-date-tab.active{border-color:#0f4f7a;background:#0f4f7a;color:#fff}.user-quote-card .table-wrap{border-color:#c8d8ea;border-radius:16px;box-shadow:inset 0 0 0 1px #fff9}.user-quote-card table{min-width:780px}.user-quote-card th{background:#002b49;color:#ffdf61}.user-quote-card td{color:#17324a}.user-quote-card tbody tr:nth-child(2n){background:#f1f7ff}.user-quote-card .status-ok{color:#145c89}.user-quote-card .status-failed{color:#af332f}.admin-mobile-menu-btn{display:none}@media (max-width: 1080px){.page-shell.fullscreen-admin.sidebar-open,.page-shell.fullscreen-admin.sidebar-closed{grid-template-columns:1fr}.admin-mobile-menu-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:7px;border:1px solid rgba(0,43,73,.2);border-radius:10px;background:#f0f6fc;cursor:pointer;align-self:flex-start;margin-bottom:8px}.admin-mobile-menu-btn span{display:block;width:100%;height:2px;border-radius:2px;background:#002b49}.session-bar{flex-direction:column;align-items:flex-start}.session-actions{width:100%;justify-content:space-between}.package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.package-panel .package-grid>label{min-height:88px}.package-grid-wrap{align-items:flex-start}.dhl-address-two-column-grid,.fedex-address-two-column-grid{grid-template-columns:1fr;gap:0}}@media (max-width: 760px){.address-grid,.package-grid{grid-template-columns:1fr}.shipment-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.package-panel .package-grid>label{min-height:0;padding:10px}.package-grid-wrap{flex-direction:column}.package-row-remove{align-self:flex-end}.session-actions{flex-direction:column;align-items:flex-start}.logout-btn,.submit-btn{width:100%}.quote-card.admin-fullscreen{min-height:100dvh}}@media (max-width: 1024px){.user-quote-card .package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 860px){.page-shell.user-quote-shell{padding:0}.user-quote-card{padding:14px}.user-quote-card .session-bar,.user-quote-card .session-actions{flex-direction:column;align-items:flex-start;width:100%}.user-quote-card .address-grid{grid-template-columns:1fr}.user-quote-card .package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-quote-card .package-panel .package-grid>label{min-height:88px}}@media (max-width: 620px){.user-quote-card .package-grid,.shipment-form-grid{grid-template-columns:1fr}.user-quote-card .package-panel .package-grid>label{min-height:0}.user-quote-card .submit-btn,.user-quote-card .logout-btn{width:100%}}.admin-layout{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}.admin-nav-toggle,.admin-sidebar-overlay{display:none}.admin-sidebar{position:sticky;top:0;height:auto;overflow-y:auto;overflow-x:hidden;width:100%;border:1px solid rgba(96,116,210,.42);border-right-color:#7c94ff73;border-radius:0;background:#0f132d;color:#f0f3ff;padding:14px 10px 12px;display:flex;flex-direction:column;gap:10px;box-shadow:inset 0 0 0 1px #ffffff0a,10px 0 26px #070a1b3d;isolation:isolate;scrollbar-width:thin;scrollbar-color:rgba(190,202,255,.4) transparent}.admin-sidebar.expanded{align-items:stretch}.admin-sidebar.collapsed{align-items:center;padding-left:8px;padding-right:8px}.admin-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;height:74px;background:#b6c9ff1a;pointer-events:none}.admin-sidebar.collapsed:before{height:58px}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-thumb{background:#c8d3ff59;border-radius:999px}.admin-sidebar-top{display:flex;align-items:center;justify-content:flex-start;gap:8px}.admin-sidebar-toggle{width:32px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.26);background:#ffffff14;display:grid;place-items:center;cursor:pointer;padding:7px;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.admin-sidebar-toggle span{display:block;width:13px;height:1.7px;border-radius:999px;background:#f0f3ff;transition:transform .16s ease}.admin-sidebar-toggle span:nth-child(2){width:9px;justify-self:end}.admin-sidebar-toggle:hover{border-color:#ebf3ffc7;background:#ffffff26}.admin-sidebar-subtext{margin:0;font-size:.74rem;line-height:1.4;color:#dbe4ffb8;padding-inline:4px}.admin-sidebar-search{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#040619cc;min-height:38px;padding:7px 9px}.admin-sidebar-search svg{width:14px;height:14px;stroke:#e7eeffad;fill:none;stroke-width:2}.admin-sidebar-search input[type=text]{width:100%;border:0;outline:0;padding:0;background:transparent;color:#f4f7ff;font-size:.82rem}.admin-sidebar-search input[type=text]::placeholder{color:#e2eaff75}.admin-menu{display:grid;gap:8px;margin-top:4px}.menu-btn{border:1px solid transparent;border-radius:12px;padding:9px 10px;min-height:42px;text-align:left;cursor:pointer;color:#dce4ff;background:transparent;display:flex;align-items:center;gap:10px;width:100%;transition:background-color .14s ease,color .14s ease,border-color .14s ease,transform .14s ease}.menu-icon-wrap{width:26px;height:26px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;display:grid;place-items:center;flex-shrink:0;transition:background-color .14s ease,border-color .14s ease}.menu-icon{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.menu-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.82rem;font-weight:600}.menu-btn:hover{border-color:#ffffff2e;background:#ffffff14;color:#fff;transform:translate(1px)}.menu-btn.active{border-color:#dee8ffad;background:#e2e9ff;color:#141941;font-weight:800}.menu-btn.active .menu-icon-wrap{border-color:#c8d3ff;background:#fff}.menu-btn:focus-visible,.admin-sidebar-toggle:focus-visible,.admin-sidebar-search input[type=text]:focus-visible{outline:2px solid #ffcd00;outline-offset:2px}.admin-menu-empty{margin:0;border:1px dashed rgba(227,235,255,.36);border-radius:10px;padding:10px;color:#e2eaffdb;font-size:.8rem}.admin-sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.2);padding-top:12px;display:flex;align-items:center;gap:8px;width:100%}.admin-sidebar-avatar{width:28px;height:28px;border-radius:8px;background:#f1f4ff;color:#121742;display:grid;place-items:center;font-size:.7rem;font-weight:800;letter-spacing:.03em}.admin-sidebar-footer-copy p{margin:0;color:#f4f7ff;font-size:.78rem;font-weight:700}.admin-sidebar-footer-copy span{color:#dee7ffb3;font-size:.7rem}.admin-sidebar.collapsed .admin-sidebar-subtext,.admin-sidebar.collapsed .admin-sidebar-search,.admin-sidebar.collapsed .menu-label,.admin-sidebar.collapsed .admin-sidebar-footer-copy{display:none}.admin-sidebar.collapsed .menu-btn{justify-content:center;padding-left:6px;padding-right:6px}.admin-sidebar.collapsed .admin-sidebar-footer{justify-content:center;border-top-color:transparent;padding-top:4px}.admin-sidebar.collapsed .admin-sidebar-top{justify-content:center}.admin-sidebar.collapsed .menu-btn:hover{transform:none}.admin-content{min-width:0}.admin-loader-screen{min-height:52vh;display:grid;place-items:center}.admin-loader-brand{padding:14px 16px;border-radius:14px;background:#002b49;border:1px solid rgba(255,205,0,.55);box-shadow:0 10px 28px #0f3b6329}.admin-loader-inline{margin:12px 0}.admin-section{border:1px solid #d5dee8;border-radius:18px;background:#fff;padding:16px}.admin-section h3{margin:0 0 6px;color:#002b49}.upload-sub-tabs{display:flex;gap:4px;margin-bottom:18px;border-bottom:2px solid #d5dee8;padding-bottom:0}.upload-sub-tab-btn{padding:8px 22px;border:none;border-bottom:3px solid transparent;background:transparent;color:#5b7a99;font-weight:600;font-size:.92rem;cursor:pointer;margin-bottom:-2px;border-radius:6px 6px 0 0;transition:color .12s,border-color .12s}.upload-sub-tab-btn:hover{color:#002b49}.upload-sub-tab-btn.active{color:#002b49;border-bottom-color:#002b49;background:#f0f5fb}.country-carrier-tabs{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;padding:6px;border:1px solid #cddcf0;border-radius:14px;background:linear-gradient(180deg,#f6f9ff,#eef4fb);box-shadow:inset 0 1px #ffffffe6}.country-carrier-tab-btn{border:none;border-radius:10px;padding:8px 16px;min-width:92px;background:transparent;color:#34506e;font-size:.88rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease,transform .12s ease}.country-carrier-tab-btn:hover{background:#ffffffb3;color:#113252}.country-carrier-tab-btn.active{background:linear-gradient(135deg,#0f5b9f,#0f7bb7);color:#fff;box-shadow:0 6px 14px #0f5b9f52}.country-carrier-tab-btn:disabled{opacity:.6;cursor:not-allowed}.country-carrier-tab-btn:focus-visible{outline:2px solid #6faef2;outline-offset:2px}.carrier-counts-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.carrier-count-card{flex:1 1 160px;display:flex;flex-direction:column;gap:6px;padding:12px 16px;border:1px solid #d5dee8;border-radius:12px;background:#f9fbff;transition:border-color .14s,box-shadow .14s}.carrier-count-card.active{border-color:#0f7bb7;background:#f0f8ff;box-shadow:0 0 0 2px #0f7bb724}.carrier-count-label{font-size:.82rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#1b4a6f}.carrier-count-stats{display:flex;align-items:center;gap:8px;font-size:.82rem}.carrier-count-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:4px;flex-shrink:0}.carrier-count-dot.enabled{background:#22a85b}.carrier-count-dot.disabled{background:#cc3b3b}.carrier-count-enabled{color:#1a7a46;display:flex;align-items:center}.carrier-count-disabled{color:#b03030;display:flex;align-items:center}.carrier-count-sep{width:1px;height:12px;background:#c9d9e8;flex-shrink:0}.carrier-count-total{font-size:.75rem;color:#7a9ab8}.admin-form{display:grid;gap:10px;margin-bottom:16px}.price-type-panel{margin-top:6px;border:1px solid #c9d9ea;border-radius:12px;background:#f7fbff;padding:10px}.price-type-panel-title{margin:0 0 8px;font-size:.82rem;font-weight:700;color:#1b4a6f}.radio-group.price-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.radio-option{display:flex;align-items:flex-start;gap:9px;border:1px solid #c4d7ea;border-radius:10px;background:#fff;padding:9px 10px;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease,transform .14s ease}.radio-option:hover{border-color:#89afd3;box-shadow:0 6px 14px #002b4914;transform:translateY(-1px)}.radio-option input[type=radio]{margin-top:2px;width:16px;height:16px;accent-color:#0e5e94;flex-shrink:0}.radio-option-content{display:grid;gap:2px;min-width:0}.radio-option-title{font-weight:700;color:#153e5f;line-height:1.25}.radio-option-subtitle{font-size:.78rem;color:#4b6f8d;line-height:1.3}.radio-option.is-selected{border-color:#0e5e94;background:#eef7ff;box-shadow:inset 0 0 0 1px #0e5e9429}.inline-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.inline-grid>label{display:grid;gap:6px;width:100%;min-width:0}.inline-grid>label>select,.inline-grid>label>input{width:100%;min-width:0;max-width:100%}.inline-grid>label>select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-grid h4{grid-column:1 / -1;margin:0;color:#1a4465}.inline-actions{display:flex;align-items:center;gap:8px;padding-top:25px;flex-wrap:nowrap}.inline-actions>.submit-btn{margin-top:auto;padding:10px 18px;font-size:.9rem;height:fit-content;width:fit-content}.inline-actions>.ghost-btn{height:fit-content;min-width:120px;display:inline-flex;align-items:center;justify-content:center}.inline-search-actions{grid-column:1 / -1;justify-self:stretch;width:100%;display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:10px;padding-top:4px}.inline-search-actions>.submit-btn,.inline-search-actions>.ghost-btn{width:100%;min-height:42px;height:42px;margin-top:0;margin-bottom:0!important;display:inline-flex;align-items:center;justify-content:center}.inline-search-actions>button{margin-bottom:0!important}.save-pending-btn{background:linear-gradient(135deg,#0f7bb7,#0f5b9f);color:#fff;border-color:#0f5b9f;box-shadow:0 10px 18px #0f5b9f33}.save-pending-btn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.save-pending-btn:disabled{opacity:.7;box-shadow:none}.inline-actions>.submit-btn,.inline-actions>.ghost-btn,.admin-filter-actions>.submit-btn,.admin-filter-actions>.ghost-btn{flex:0 0 auto;white-space:nowrap}.upload-file-input{width:100%;min-width:0;padding:8px;border:1px dashed #86a8c5;border-radius:14px;color:#1a4465;box-shadow:inset 0 0 0 1px #ffffffb3;cursor:pointer}.upload-file-input:hover{border-color:#4d84b1}.upload-file-input:focus{outline:none;border-color:#0e5e94;box-shadow:0 0 0 3px #ffcd0047,inset 0 0 0 1px #ffffffb8}.upload-file-input::file-selector-button{margin-right:12px;border:1px solid #002b49;border-radius:10px;color:#ffcd00;font-weight:800;padding:10px 14px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.upload-file-input::file-selector-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #002b492e;filter:brightness(1.03)}.upload-file-input::-webkit-file-upload-button{margin-right:12px;border:1px solid #002b49;border-radius:10px;background:#002b49;color:#ffcd00;font-weight:800;padding:10px 14px;cursor:pointer}.upload-file-meta{display:block;color:#567893;font-size:.8rem;line-height:1.45}.customer-save-btn{width:100%;height:fit-content;margin-top:auto;min-width:190px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;box-shadow:0 10px 20px #002b4924}.customer-save-btn:hover:not(:disabled){box-shadow:0 14px 28px #002b4933}.price-list-action-btn{height:fit-content;align-self:end}.ghost-btn,.small-btn{border:1px solid #002b49;border-radius:999px;background:#002b49;color:#ffcd00;font-weight:700;padding:11px 22px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease}.small-btn{border-radius:10px;padding:6px 10px}.ghost-btn{background:#fff;color:#002b49}.ghost-btn:hover,.small-btn:hover{border-color:#002b49;background:#ffcd00;color:#002b49}.small-btn.danger{border-color:#ffcd00;color:#fff;background:#ffcd00}.table-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.table-actions .small-btn{margin-right:0}.user-row-actions{display:flex;align-items:stretch;justify-content:flex-start;min-width:190px;flex-wrap:nowrap}.user-row-btn{flex:1 1 0;min-height:34px;padding:7px 12px;border-radius:10px;font-size:.78rem;font-weight:800;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.user-row-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.user-row-btn-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.user-row-btn-text{display:inline-flex}.user-row-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #0c2c461f}.user-row-btn-primary,.user-row-btn-secondary{border-color:#002b49;background:#002b49;color:#fff}.user-row-btn-danger{border-color:#ffcd00;background:#002b49;color:#fff}.user-row-btn:disabled{opacity:.62;cursor:not-allowed;box-shadow:none;transform:none}.admin-table-wrap{margin-top:10px}.country-name-ar{font-family:Noto Naskh Arabic,Tahoma,serif}.country-carriers-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.carrier-toggle{display:flex;align-items:center;gap:6px;margin:0;padding:6px 10px;border:1px solid #c4d7ea;border-radius:8px;background:#f9fbfe;color:#1a4465;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .14s ease;-webkit-user-select:none;user-select:none}.carrier-toggle:hover{border-color:#6b9dc8;background:#eef6ff;box-shadow:0 2px 6px #0e5e9414}.carrier-toggle input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer;accent-color:#0e5e94}.carrier-toggle input[type=checkbox]:checked+span{color:#002b49;font-weight:700}.carrier-toggle input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.service-checklist{border:1px solid #c6d7e8;border-radius:12px;background:#f8fbff;padding:10px;max-height:180px;overflow-y:auto}.customer-user-shell{display:grid;gap:12px;margin-bottom:10px}.customer-user-card{border:1px solid #d7e2ee;border-radius:14px;background:radial-gradient(circle at top right,rgba(194,226,255,.22),transparent 42%),linear-gradient(180deg,#fff,#f9fcff);padding:14px;box-shadow:0 10px 24px #002b4914}.customer-user-card h4{margin-bottom:4px}.customer-edit-form{display:flex;flex-direction:column;gap:12px}.customer-edit-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding-bottom:6px;border-bottom:1px solid #e1ebf5}.customer-edit-intro{margin:0;color:#335f80;font-size:.84rem;line-height:1.5}.edit-mode-pill{border:1px solid #b5cceb;background:#eef6ff;color:#124672;border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:700;letter-spacing:.02em}.customer-readonly-field input[readonly]{background:#f3f7fc;color:#365b78;border:1px solid #c7d7e8}.customer-edit-meta{display:flex;flex-wrap:wrap;gap:8px}.meta-pill{border:1px solid #c8d9ec;background:#f1f7ff;color:#1d4a70;border-radius:999px;padding:5px 10px;font-size:.76rem;font-weight:700}.customer-selector-grid{display:flex;flex-wrap:wrap;gap:12px}.selector-panel{flex:1 1 320px;border:1px solid #d2deeb;border-radius:12px;background:#fff;padding:11px;box-shadow:inset 0 0 0 1px #f3f8ffe6}.selector-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.selector-panel-head h5{margin:0;font-size:.88rem;color:#163f61}.selector-count{min-width:26px;height:26px;border-radius:999px;background:#dfeeff;color:#0f4677;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.76rem}.selected-services-wrap{border:1px dashed #c9d9ea;border-radius:12px;background:#f8fbff;padding:10px}.selected-services-label{margin-bottom:8px;color:#214d70;font-weight:700}.selected-services-chips{display:flex;flex-wrap:wrap;gap:6px}.service-chip{border:1px solid #bfd6ee;background:#eef6ff;color:#11446f;border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-edit-actions{justify-content:flex-end;padding-top:2px;display:flex;flex-wrap:wrap;gap:10px}.checklist-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-weight:500;padding:6px 8px;border:1px solid transparent;border-radius:8px;transition:background-color .14s ease,border-color .14s ease}.checklist-item:hover{background:#f3f8ff;border-color:#dde8f4}.checklist-item.checked{background:#edf6ff;border-color:#bfd9f2}.checklist-item input[type=checkbox]{width:16px;height:16px;flex-shrink:0}.checklist-item:last-child{margin-bottom:0}.selector-empty{margin:0;font-size:.82rem;color:#567893}.admin-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px}.admin-filters>label{display:grid;gap:6px;width:100%;min-width:0}.admin-filters>label>select,.admin-filters>label>input{width:100%;min-width:0;max-width:100%}.admin-filters>label>select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-field{grid-column:span 2}.admin-filter-actions{grid-column:1 / -1;display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:10px;justify-self:center;width:min(100%,240px)}.admin-filter-actions>.submit-btn,.admin-filter-actions>.ghost-btn{width:100%;min-height:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.section-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.pagination-row{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.pagination-row p{margin:0}.pagination-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pagination-actions{display:flex;align-items:center;gap:8px}.result-card{border:1px solid #c6d7e8;border-radius:12px;background:#f3f8fe;padding:10px 12px}.result-card p{margin:6px 0}.result-errors{margin-top:8px;border:1px solid #f1c9ba;border-radius:10px;background:#fff0eb;padding:10px 12px}.result-errors p{margin:0 0 6px;color:#9a322a;font-weight:800}.result-errors-list{margin:0;padding-left:18px;display:grid;gap:4px}.result-errors-more{margin-top:8px}.result-errors ul{margin:0;padding-left:18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;padding:12px;display:grid;place-items:center;background:#00233a75}.modal-card{width:min(700px,95vw);max-height:92vh;overflow:auto;border:1px solid #cdd8e3;border-radius:16px;background:#fff;padding:16px}.modal-card.country-updates-modal{position:relative;width:min(980px,96vw)}.modal-close-btn{position:absolute;top:10px;right:10px;width:34px;min-width:34px;height:34px;border:1px solid #c8d6e5;border-radius:999px;background:#fff;color:#173c5c;font-size:1rem;line-height:1;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.modal-close-btn:hover:not(:disabled){background:#f1f6fb;border-color:#a8bfd8}.modal-close-btn:disabled{opacity:.6;cursor:not-allowed}.modal-card .inline-actions>button{margin-bottom:0!important}.modal-card .inline-actions>.submit-btn,.modal-card .inline-actions>.ghost-btn{margin-top:0!important;width:150px;min-width:150px;min-height:42px;height:42px}.modal-card .inline-actions>.submit-btn.danger{display:inline-flex;align-items:center;justify-content:center;text-align:center}@media (min-width: 1081px){.modal-card.country-updates-modal{width:min(1060px,94vw)}}@media (max-width: 1080px){.admin-layout{grid-template-columns:1fr}.admin-content{padding-top:0}.admin-sidebar,.admin-sidebar.expanded,.admin-sidebar.collapsed{position:fixed;top:0;left:0;height:100dvh;width:clamp(240px,75vw,300px);z-index:200;border-radius:0;padding:16px 12px;overflow-y:auto;overflow-x:hidden;align-items:stretch;transition:transform .24s ease;box-shadow:4px 0 28px #070a1b59}.admin-sidebar.expanded{transform:translate(0)}.admin-sidebar.collapsed{transform:translate(-100%)}.admin-sidebar:before{display:none}.admin-sidebar.collapsed .admin-sidebar-subtext,.admin-sidebar.collapsed .menu-label,.admin-sidebar.collapsed .admin-sidebar-footer-copy{display:block}.admin-sidebar.collapsed .admin-sidebar-search{display:flex}.admin-sidebar.collapsed .menu-btn{justify-content:flex-start;padding-left:10px;padding-right:10px}.admin-sidebar.collapsed .admin-sidebar-footer{justify-content:flex-start;border-top-color:#fff3;padding-top:12px}.admin-sidebar-top,.admin-sidebar.collapsed .admin-sidebar-top{justify-content:flex-end}.admin-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:199;cursor:pointer}.admin-menu,.admin-filters,.inline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-field{grid-column:span 2}.radio-group.price-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1060px){.user-row-actions{min-width:0;flex-direction:row;flex-wrap:nowrap}.user-row-actions .user-row-btn{width:38px;min-width:38px;flex:0 0 38px;padding:8px;justify-content:center}.user-row-actions .user-row-btn-text{display:none}}@media (max-width: 700px){.admin-menu{grid-template-columns:1fr}.admin-sidebar,.admin-sidebar.expanded,.admin-sidebar.collapsed{border-radius:14px;padding:10px}.admin-sidebar-subtext{font-size:.72rem}.admin-filters,.inline-grid{grid-template-columns:1fr}.search-field{grid-column:span 1}.radio-group.price-type-grid{grid-template-columns:1fr}.section-header-row,.pagination-row,.pagination-meta{flex-direction:column;align-items:flex-start}.ghost-btn,.submit-btn{width:100%}.inline-actions,.admin-filter-actions{flex-direction:column;align-items:stretch}.inline-actions{flex-direction:row;align-items:center}.inline-search-actions{display:grid;grid-template-columns:1fr;width:100%}.inline-actions>.submit-btn,.inline-actions>.ghost-btn{width:auto}.customer-user-card{padding:10px;border-radius:12px}.customer-edit-header{flex-direction:column;align-items:flex-start}.customer-edit-intro{font-size:.8rem}.customer-selector-grid{flex-direction:column}.customer-edit-actions{justify-content:stretch}.customer-edit-actions>.submit-btn,.customer-edit-actions>.ghost-btn{width:100%}.service-checklist{max-height:220px}.inline-search-actions>.submit-btn,.inline-search-actions>.ghost-btn{width:100%}.country-carrier-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.country-carrier-tab-btn{min-width:0;width:100%;text-align:center;padding-inline:10px}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Manrope,Segoe UI,sans-serif;color:#10263a;background:#dce4ed}h1{font-family:Roboto,Segoe UI,sans-serif;font-weight:600}h2,h3{font-family:Manrope,Segoe UI,sans-serif;font-weight:1000}h4,.menu-btn,.eyebrow{font-family:Chakra Petch,Segoe UI,sans-serif}input,button,select,textarea{font:inherit}
