*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#1f1f1f;line-height:1.4}.cp-layout{display:flex;flex-direction:column;min-height:100%}.cp-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#1f3a5f;color:#fff}.cp-logo{font-weight:600;letter-spacing:.02em}.cp-nav{display:flex;gap:1.25rem;flex:1;margin-left:2rem}.cp-nav-link{color:#ffffffc7;text-decoration:none;font-size:.92rem;padding:.3rem 0;border-bottom:2px solid transparent}.cp-nav-link:hover{color:#fff}.cp-nav-link-active{color:#fff;border-bottom-color:#fff}.cp-signout{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.4rem .9rem;border-radius:4px;cursor:pointer;font:inherit}.cp-signout:hover{background:#ffffff1a}.cp-main{flex:1;padding:1.5rem}.cp-auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.cp-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;width:100%;max-width:380px}.cp-form h1{margin:0 0 .25rem;font-size:1.4rem}.cp-form-subtitle{margin:0 0 1rem;color:#555;font-size:.95rem}.cp-field{display:block;margin-bottom:1rem}.cp-field span{display:block;margin-bottom:.25rem;font-size:.85rem;color:#444}.cp-field input{width:100%;padding:.55rem .7rem;border:1px solid #ccc;border-radius:4px;font:inherit}.cp-button{width:100%;padding:.6rem 1rem;background:#1f3a5f;color:#fff;border:none;border-radius:4px;cursor:pointer;font:inherit;font-weight:500}.cp-button:disabled{opacity:.6;cursor:not-allowed}.cp-form-footer{margin:1rem 0 0;font-size:.85rem;text-align:center}.cp-form-footer a{color:#1f3a5f}.cp-error{background:#fdecea;color:#b71c1c;border:1px solid #f5c2bd;padding:.6rem .8rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.cp-home{max-width:720px}.cp-home-coming-soon{margin-top:1.5rem;color:#555;font-style:italic}.cp-home{padding:1rem 0}.cp-home-loading{color:#666}.cp-home-error{background:#fdecea;border:1px solid #f5c2c0;color:#8a1f1a;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.cp-dashboard-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.cp-dashboard-tile{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1.25rem;box-shadow:0 1px 2px #0000000a;display:flex;flex-direction:column}.cp-dashboard-tile__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:.25rem}.cp-dashboard-tile__count{font-size:2rem;font-weight:600;line-height:1.1}.cp-dashboard-tile__sub{font-size:.85rem;color:#666;margin-top:.25rem}.cp-dashboard-tile__cta{display:inline-block;margin-top:.75rem;font-size:.9rem}.cp-dashboard-activity h2{font-size:1.1rem;margin:0 0 .75rem}.cp-dashboard-activity__empty{color:#666;font-style:italic}.cp-dashboard-activity__table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.cp-dashboard-activity__table th,.cp-dashboard-activity__table td{text-align:left;padding:.6rem .85rem;border-bottom:1px solid #eee;font-size:.92rem}.cp-dashboard-activity__table thead th{background:#fafafa;font-weight:600;color:#555}.cp-dashboard-activity__table tbody tr:last-child td{border-bottom:none}@media(max-width:900px){.cp-dashboard-tiles{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.cp-dashboard-tiles{grid-template-columns:1fr}}.inventory-page{max-width:1200px}.inventory-page h1{margin:0 0 1rem;font-size:1.4rem}.inventory-filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e2e2;border-radius:6px}.inventory-filter-field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#444}.inventory-filter-field select,.inventory-filter-field input{padding:.45rem .6rem;border:1px solid #ccc;border-radius:4px;font:inherit;min-width:180px}.inventory-filter-search{flex:1;min-width:220px}.inventory-filter-search input{width:100%;min-width:0}.inventory-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.inventory-table th,.inventory-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem}.inventory-table th{background:#f7f7f9;font-weight:600;color:#333}.inventory-table tbody tr:last-child td{border-bottom:none}.inventory-detail-page{max-width:1000px}.inventory-detail-page h1{margin:.5rem 0 1rem;font-size:1.4rem}.inventory-detail-back{margin-bottom:.5rem;font-size:.9rem}.inventory-detail-back a{color:#1f3a5f;text-decoration:none}.inventory-detail-back a:hover{text-decoration:underline}.inventory-detail-section{background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:1rem 1.25rem;margin-bottom:1rem}.inventory-detail-section h2{margin:0 0 .75rem;font-size:1.05rem;color:#333}.inventory-detail-meta{display:grid;grid-template-columns:140px 1fr;gap:.4rem 1rem;margin:0}.inventory-detail-meta dt{font-weight:600;color:#555;font-size:.9rem}.inventory-detail-meta dd{margin:0;font-size:.95rem}.cp-skus-page{max-width:1200px}.cp-skus-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.cp-skus-page h1{margin:0;font-size:1.4rem}.cp-skus-btn-primary{padding:.5rem .9rem;border:1px solid #2b6cb0;background:#2b6cb0;color:#fff;border-radius:4px;cursor:pointer;font:inherit}.cp-skus-btn-primary:hover:not(:disabled){background:#2454a0}.cp-skus-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cp-skus-btn-secondary{padding:.3rem .6rem;border:1px solid #ccc;background:#fff;color:#333;border-radius:3px;font:inherit;font-size:.8rem;cursor:pointer}.cp-skus-btn-secondary:hover:not(:disabled){background:#f5f5f5}.cp-skus-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.cp-skus-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.cp-skus-table th,.cp-skus-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem;vertical-align:middle}.cp-skus-table th{background:#f7f7f9;font-weight:600;color:#333}.cp-skus-table tbody tr:last-child td{border-bottom:none}.cp-skus-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.cp-skus-actions-cell{display:flex;gap:.4rem;flex-wrap:wrap}.cp-skus-form-row td{background:#f9fafc;padding:1rem}.cp-skus-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.cp-skus-form-field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#333}.cp-skus-form-field-wide{grid-column:span 2}.cp-skus-form-field input,.cp-skus-form-field select{padding:.4rem .55rem;border:1px solid #ccc;border-radius:4px;font:inherit;font-size:.9rem;background:#fff}.cp-skus-required{color:#b71c1c}.cp-skus-weight-notice{margin:0;padding:.4rem .55rem;font-size:.8rem;color:#5f6b7a;font-style:italic;background:#f1f3f6;border:1px solid #e0e4ea;border-radius:4px}.cp-skus-form-actions{display:flex;gap:.5rem;margin-top:.75rem}.cp-skus-form-error{margin-top:.75rem}.cp-empty-state{padding:2rem 1rem;text-align:center;color:#666;display:flex;flex-direction:column;align-items:center;gap:1rem}.cp-empty-state p{margin:0}.cp-error-banner{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#fdecea;color:#b71c1c;border:1px solid #f5c2bd;padding:.6rem .9rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.cp-error-banner button{background:#fff;color:#b71c1c;border:1px solid #f5c2bd;padding:.3rem .7rem;border-radius:4px;cursor:pointer;font:inherit}.orders-page{max-width:1200px}.orders-page h1{margin:0 0 1rem;font-size:1.4rem}.orders-filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e2e2;border-radius:6px}.orders-filter-field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#444}.orders-filter-field select{padding:.45rem .6rem;border:1px solid #ccc;border-radius:4px;font:inherit;min-width:180px}.orders-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.orders-table th,.orders-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem}.orders-table th{background:#f7f7f9;font-weight:600;color:#333}.orders-table tbody tr:last-child td{border-bottom:none}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f3f6fb}.cp-empty-state{padding:2rem 1rem;text-align:center;color:#666}.cp-loading{color:#555;font-style:italic}.cp-error-banner{display:flex;justify-content:space-between;align-items:center;background:#fdecea;color:#b71c1c;border:1px solid #f5c2bd;padding:.6rem .8rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.cp-error-banner button{background:#fff;color:#b71c1c;border:1px solid #f5c2bd;padding:.3rem .7rem;border-radius:4px;cursor:pointer;font:inherit;font-size:.85rem}.cp-error-banner button:hover{background:#fff5f4}.status-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.02em;background:#eceff3;color:#444;border:1px solid transparent}.status-badge.status-pending{background:#eceff3;color:#4a5568}.status-badge.status-accepted{background:#e3f4e9;color:#1f6c3a;border-color:#c3e3cc}.status-badge.status-scheduled{background:#fff4d8;color:#8a6300;border-color:#f0d995}.status-badge.status-in_transit{background:#e3edfb;color:#1f3a5f;border-color:#c4d4ed}.status-badge.status-completed{background:#d8eedc;color:#14532d;border-color:#afd6b9}.status-badge.status-cancelled{background:#f0f0f0;color:#6b6b6b;border-color:#d8d8d8;text-decoration:line-through}.status-badge.status-denied{background:#fdecea;color:#b71c1c;border-color:#f5c2bd}.order-detail-page{max-width:1100px}.order-detail-page h1{margin:.5rem 0 1rem;font-size:1.4rem}.order-detail-back{margin-bottom:.5rem;font-size:.9rem}.order-detail-back a{color:#1f3a5f;text-decoration:none}.order-detail-back a:hover{text-decoration:underline}.order-detail-section{background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:1rem 1.25rem;margin-bottom:1rem}.order-detail-section h2{margin:0 0 .75rem;font-size:1.05rem;color:#333}.order-detail-meta{display:grid;grid-template-columns:160px 1fr;gap:.4rem 1rem;margin:0}.order-detail-meta dt{font-weight:600;color:#555;font-size:.9rem}.order-detail-meta dd{margin:0;font-size:.95rem}.order-detail-addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.address-block{border:1px solid #ececec;border-radius:4px;padding:.7rem .9rem;background:#fafbfc}.address-block h3{margin:0 0 .4rem;font-size:.95rem;color:#333}.address-block p{margin:.1rem 0;font-size:.9rem;color:#444}.direct-shipments-page{max-width:1200px}.direct-shipments-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.direct-shipments-page h1{margin:0;font-size:1.4rem}.direct-shipments-filters{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e2e2;border-radius:6px}.direct-shipments-filter-field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#444}.direct-shipments-filter-field select{padding:.45rem .6rem;border:1px solid #ccc;border-radius:4px;font:inherit;min-width:180px}.direct-shipments-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.direct-shipments-table th,.direct-shipments-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem}.direct-shipments-table th{background:#f7f7f9;font-weight:600;color:#333}.direct-shipments-table tbody tr:last-child td{border-bottom:none}.cp-attach-uploader__input{display:block;font-size:.9rem}.cp-attach-uploader__hint{margin:.35rem 0 0;font-size:.8rem;color:#6b7280}.cp-attach-uploader__rejected{margin:.5rem 0 0;padding-left:1.1rem;font-size:.8rem;color:#b91c1c}.cp-attach-uploader__list{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.cp-attach-uploader__item{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;background:#f3f4f6;border-radius:4px;font-size:.85rem}.cp-attach-uploader__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-attach-uploader__size{color:#6b7280;font-variant-numeric:tabular-nums}.cp-attach-uploader__remove{border:none;background:none;color:#b91c1c;cursor:pointer;font-size:.82rem;padding:0}.cp-attach-uploader__remove:disabled{color:#9ca3af;cursor:not-allowed}.cp-upload-result{margin-top:1rem;padding:.75rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:4px}.cp-upload-result__ok{margin:0 0 .5rem;font-weight:600;color:#92400e}.cp-upload-result__errors{margin:0 0 .75rem;padding-left:1.1rem;font-size:.85rem;color:#b91c1c}.cp-attach-list{margin-top:1.5rem}.cp-attach-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.cp-attach-list__item{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.5rem .6rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px}.cp-attach-list__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d4ed8;text-decoration:none}.cp-attach-list__name:hover{text-decoration:underline}.cp-attach-list__meta{flex-shrink:0;font-size:.8rem;color:#6b7280;font-variant-numeric:tabular-nums}.direct-shipment-detail-page{max-width:1100px}.direct-shipment-detail-page h1{margin:.5rem 0 .25rem;font-size:1.4rem}.direct-shipment-detail-subtitle{margin:0 0 1rem;color:#5f6b7a;font-size:.95rem}.direct-shipment-detail-back{margin-bottom:.5rem;font-size:.9rem}.direct-shipment-detail-back a{color:#1f3a5f;text-decoration:none}.direct-shipment-detail-back a:hover{text-decoration:underline}.direct-shipment-detail-section{background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:1rem 1.25rem;margin-bottom:1rem}.direct-shipment-detail-section h2{margin:0 0 .75rem;font-size:1.05rem;color:#333}.direct-shipment-detail-meta{display:grid;grid-template-columns:180px 1fr;gap:.4rem 1rem;margin:0}.direct-shipment-detail-meta dt{font-weight:600;color:#555;font-size:.9rem}.direct-shipment-detail-meta dd{margin:0;font-size:.95rem}.direct-shipment-detail-addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hu-groups{display:flex;flex-direction:column;gap:1rem}.hu-group{border:1px solid #ececec;border-radius:4px;padding:.85rem 1rem;background:#fafbfc}.hu-group-heading{margin:0 0 .6rem;font-size:1rem;color:#333}.hu-group-meta{display:grid;grid-template-columns:100px 1fr;gap:.3rem .8rem;margin:0 0 .75rem}.hu-group-meta dt{font-weight:600;color:#555;font-size:.85rem}.hu-group-meta dd{margin:0;font-size:.9rem}.hu-group-skus-heading{margin:.6rem 0 .4rem;font-size:.9rem;color:#444;font-weight:600}.direct-shipment-detail-skus{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:4px;overflow:hidden}.direct-shipment-detail-skus th,.direct-shipment-detail-skus td{padding:.45rem .7rem;text-align:left;border-bottom:1px solid #eee;font-size:.88rem}.direct-shipment-detail-skus th{background:#f7f7f9;font-weight:600;color:#333}.direct-shipment-detail-skus tbody tr:last-child td{border-bottom:none}.typeahead{position:relative;display:inline-block;width:100%}.typeahead__input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.9rem;font-family:inherit;color:#2d3748;background:#fff;box-sizing:border-box}.typeahead__input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e133}.typeahead__input:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.typeahead__dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:100;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto}.typeahead__item{padding:.5rem .75rem;font-size:.875rem;color:#2d3748;cursor:pointer;border-bottom:1px solid #f7fafc;line-height:1.4}.typeahead__item:last-child{border-bottom:none}.typeahead__item--highlighted{background:#ebf8ff;color:#2b6cb0}.typeahead__item--status{color:#718096;cursor:default;font-style:italic}.typeahead__item--error{color:#c53030}.typeahead__item--empty{cursor:default;color:#718096;font-size:.85rem}.cp-delivery-addr{display:flex;flex-direction:column}.cp-delivery-addr gmp-place-autocomplete{width:100%}.cp-delivery-addr--disabled{opacity:.6;pointer-events:none}.cp-delivery-addr__textarea{width:100%;padding:.5rem;border:1px solid #cfd5dc;border-radius:4px;font-family:inherit;font-size:.9rem;resize:vertical;box-sizing:border-box}.cp-pickup-addr{display:flex;flex-direction:column;gap:.75rem}.cp-pickup-addr__group{display:flex;flex-direction:column;gap:.25rem}.cp-pickup-addr__label{font-size:.85rem;font-weight:500;color:#4b5563}.cp-pickup-addr__freetext{width:100%;padding:.5rem;border:1px solid #cfd5dc;border-radius:4px;font-family:inherit;font-size:.9rem;resize:vertical;box-sizing:border-box}.cp-pickup-addr__chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #b6d3ee;background:#eef6fc;border-radius:4px}.cp-pickup-addr__chip-text{flex:1 1 auto;font-size:.9rem;color:#1f2937}.cp-pickup-addr__clear{flex:0 0 auto;background:transparent;border:1px solid #6b7c91;color:#2b3a4a;border-radius:3px;padding:.2rem .55rem;font-size:.8rem;cursor:pointer}.cp-pickup-addr__clear:hover:not(:disabled){background:#d8e4f0}.cp-pickup-addr__clear:disabled{opacity:.6;cursor:not-allowed}.cp-pickup-addr__error{margin:.25rem 0 0;font-size:.8rem;color:#b54708}.cp-sku-line{display:grid;grid-template-columns:1fr 110px auto;gap:.5rem;align-items:center;padding:.5rem;border:1px solid #e6e9ee;border-radius:4px;background:#fff}.cp-sku-line__sku{min-width:0}.cp-sku-line__label{font-size:.9rem;color:#1f2937;word-break:break-word}.cp-sku-line__qty input{width:100%;padding:.4rem .5rem;border:1px solid #cfd5dc;border-radius:4px;font-size:.9rem;box-sizing:border-box}.cp-sku-line__actions{display:flex;align-items:center}@media(max-width:600px){.cp-sku-line{grid-template-columns:1fr}}.cp-sku-picker{position:relative;width:100%}.cp-sku-picker__input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.9rem;font-family:inherit;color:#2d3748;background:#fff;box-sizing:border-box}.cp-sku-picker__input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e133}.cp-sku-picker__input:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.cp-sku-picker__dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:100;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto}.cp-sku-picker__option{padding:.5rem .75rem;font-size:.875rem;color:#2d3748;cursor:pointer;border-bottom:1px solid #f7fafc;line-height:1.4}.cp-sku-picker__option:last-child{border-bottom:none}.cp-sku-picker__option:hover{background:#ebf8ff;color:#2b6cb0}.cp-sku-picker__option--added{background:#f7fafc;color:#718096}.cp-sku-picker__option--disabled{color:#a0aec0;cursor:not-allowed;font-style:italic}.cp-sku-picker__option--disabled:hover{background:#fff;color:#a0aec0}.cp-sku-picker__empty{padding:.5rem .75rem;font-size:.85rem;color:#718096;cursor:default;font-style:italic}.cp-hu-group{border:1px solid #d6dbe2;border-radius:6px;padding:1rem;background:#fafbfc;margin-bottom:1rem}.cp-hu-group__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cp-hu-group__title{margin:0;font-size:1.05rem;font-weight:600;color:#1f2937}.cp-hu-group__hint{margin:0 0 .75rem;font-size:.85rem;color:#5f6b7a;font-style:italic}.cp-hu-group__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem}.cp-hu-group__weight-readonly{display:flex;flex-direction:column;gap:.15rem;padding:.35rem 0}.cp-hu-group__weight-value{font-size:.95rem;font-weight:600;color:#1f2937}.cp-hu-group__weight-sublabel{font-size:.75rem;color:#5f6b7a;font-style:italic}.cp-hu-group__skus{border-top:1px solid #e6e9ee;padding-top:.75rem}.cp-hu-group__skus-title{display:block;font-weight:600;font-size:.95rem;color:#1f2937;margin-bottom:.5rem}.cp-hu-group__skus-error{margin:0 0 .5rem;font-size:.85rem;color:#b54708}.cp-hu-group__sku-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.cp-pickup-form{max-width:1100px;margin:0 auto;padding:1rem}.cp-pickup-form__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cp-pickup-form__header h1{margin:0;font-size:1.5rem}.cp-pickup-form__actions{margin-top:1rem;display:flex;justify-content:flex-end}.cp-section{border:1px solid #d6dbe2;border-radius:6px;margin-bottom:1rem;background:#fff}.cp-section__header{width:100%;background:#f3f5f8;border:none;border-radius:6px 6px 0 0;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;color:#1f2937;cursor:pointer;text-align:left}.cp-section__header:hover{background:#e9eef4}.cp-section__chevron{font-size:.85rem;color:#5f6b7a}.cp-section__body{padding:1rem}.cp-section__body--collapsed{display:none}.cp-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cp-field{display:flex;flex-direction:column;gap:.25rem}.cp-field--full{grid-column:1 / -1}.cp-field label,.cp-field__label{font-size:.85rem;font-weight:500;color:#4b5563}.cp-field input,.cp-field select,.cp-field textarea{padding:.45rem .55rem;border:1px solid #cfd5dc;border-radius:4px;font-family:inherit;font-size:.9rem;box-sizing:border-box;width:100%}.cp-field textarea{resize:vertical}.cp-radio-group{display:flex;gap:1rem;flex-wrap:wrap}.cp-radio-option{display:flex;align-items:center;gap:.35rem;font-size:.9rem}.cp-btn-primary{background:#1f5fb3;color:#fff;border:1px solid #1f5fb3;padding:.5rem 1rem;font-size:.95rem;border-radius:4px;cursor:pointer}.cp-btn-primary:hover:not(:disabled){background:#194d92}.cp-btn-primary:disabled{opacity:.65;cursor:not-allowed}.cp-btn-secondary{background:#fff;color:#1f5fb3;border:1px solid #1f5fb3;padding:.4rem .85rem;font-size:.9rem;border-radius:4px;cursor:pointer}.cp-btn-secondary:hover:not(:disabled){background:#eef4fb}.cp-btn-secondary:disabled{opacity:.65;cursor:not-allowed}.cp-btn-remove{background:transparent;color:#b54708;border:1px solid #b54708;padding:.3rem .7rem;font-size:.85rem;border-radius:3px;cursor:pointer}.cp-btn-remove:hover:not(:disabled){background:#fdf3eb}.cp-btn-remove:disabled{opacity:.65;cursor:not-allowed}.cp-error-banner{margin:1rem 0;padding:.65rem .85rem;border:1px solid #f1c0c0;background:#fdecec;color:#8b1f1f;border-radius:4px;font-size:.9rem}.cp-empty-hint{margin:0 0 .75rem;font-size:.9rem;color:#5f6b7a}.cp-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.cp-review-heading{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#1f2937}.cp-review-dl{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:.25rem .75rem}.cp-review-dl dt{font-size:.8rem;color:#5f6b7a}.cp-review-dl dd{margin:0;font-size:.9rem;color:#1f2937;word-break:break-word}@media(max-width:700px){.cp-field-grid{grid-template-columns:1fr}}.inbound-requests-page{max-width:1200px}.inbound-requests-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.inbound-requests-page h1{margin:0;font-size:1.4rem}.inbound-requests-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.inbound-requests-table th,.inbound-requests-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem}.inbound-requests-table th{background:#f7f7f9;font-weight:600;color:#333}.inbound-requests-table tbody tr:last-child td{border-bottom:none}.cp-inbound-method-group{gap:1.5rem}.cp-inbound-dock-note{margin:0;padding:.6rem .85rem;border:1px solid #cfd9e6;background:#eef4fb;color:#1f3a5f;border-radius:4px;font-size:.9rem}.inbound-request-detail-page{max-width:1100px}.inbound-request-detail-page h1{margin:.5rem 0 .25rem;font-size:1.4rem}.inbound-request-detail-subtitle{margin:0 0 1rem;color:#5f6b7a;font-size:.95rem}.inbound-request-detail-back{margin-bottom:.5rem;font-size:.9rem}.inbound-request-detail-back a{color:#1f3a5f;text-decoration:none}.inbound-request-detail-back a:hover{text-decoration:underline}.inbound-request-detail-section{background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:1rem 1.25rem;margin-bottom:1rem}.inbound-request-detail-section h2{margin:0 0 .75rem;font-size:1.05rem;color:#333}.inbound-request-detail-meta{display:grid;grid-template-columns:180px 1fr;gap:.4rem 1rem;margin:0}.inbound-request-detail-meta dt{font-weight:600;color:#555;font-size:.9rem}.inbound-request-detail-meta dd{margin:0;font-size:.95rem}.inbound-request-detail-addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.inbound-request-method-badge{display:inline-block;padding:.15rem .55rem;background:#eef4fb;color:#1f3a5f;border:1px solid #cfd9e6;border-radius:999px;font-size:.85rem;font-weight:600}.inbound-request-detail-skus{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:4px;overflow:hidden}.inbound-request-detail-skus th,.inbound-request-detail-skus td{padding:.45rem .7rem;text-align:left;border-bottom:1px solid #eee;font-size:.88rem}.inbound-request-detail-skus th{background:#f7f7f9;font-weight:600;color:#333}.inbound-request-detail-skus tbody tr:last-child td{border-bottom:none}.outbound-requests-page{max-width:1200px}.outbound-requests-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.outbound-requests-page h1{margin:0;font-size:1.4rem}.outbound-requests-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.outbound-requests-table th,.outbound-requests-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem}.outbound-requests-table th{background:#f7f7f9;font-weight:600;color:#333}.outbound-requests-table tbody tr:last-child td{border-bottom:none}.cp-outbound-sku-lines{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.cp-outbound-sku-line{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:center;padding:.5rem .7rem;background:#fff;border:1px solid #e6e9ee;border-radius:4px;font-size:.9rem}.cp-outbound-sku-line__info{min-width:0;color:#2d3748;word-break:break-word}.cp-outbound-sku-code{font-weight:600;color:inherit}.cp-outbound-sku-line__avail{color:#5f6b7a;white-space:nowrap}.cp-outbound-sku-line__qty{display:flex;flex-direction:column;gap:.2rem}.cp-outbound-qty-input{width:5rem;padding:.25rem .4rem;font-size:.9rem}.cp-outbound-qty-error{color:#a13a3a;font-size:.75rem}.cp-outbound-sku-empty{margin-top:.75rem}@media(max-width:600px){.cp-outbound-sku-line{grid-template-columns:1fr;align-items:stretch}}.outbound-request-detail-page{max-width:1100px}.outbound-request-detail-page h1{margin:.5rem 0 .25rem;font-size:1.4rem}.outbound-request-detail-subtitle{margin:0 0 1rem;color:#5f6b7a;font-size:.95rem}.outbound-request-detail-back{margin-bottom:.5rem;font-size:.9rem}.outbound-request-detail-back a{color:#1f3a5f;text-decoration:none}.outbound-request-detail-back a:hover{text-decoration:underline}.outbound-request-detail-section{background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:1rem 1.25rem;margin-bottom:1rem}.outbound-request-detail-section h2{margin:0 0 .75rem;font-size:1.05rem;color:#333}.outbound-request-detail-meta{display:grid;grid-template-columns:180px 1fr;gap:.4rem 1rem;margin:0}.outbound-request-detail-meta dt{font-weight:600;color:#555;font-size:.9rem}.outbound-request-detail-meta dd{margin:0;font-size:.95rem}.outbound-request-detail-skus{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:4px;overflow:hidden}.outbound-request-detail-skus th,.outbound-request-detail-skus td{padding:.45rem .7rem;text-align:left;border-bottom:1px solid #eee;font-size:.88rem}.outbound-request-detail-skus th{background:#f7f7f9;font-weight:600;color:#333}.outbound-request-detail-skus tbody tr:last-child td{border-bottom:none}.team-page{max-width:1200px}.team-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.team-page h1{margin:0;font-size:1.4rem}.team-invite-btn{padding:.5rem .9rem;border:1px solid #2b6cb0;background:#2b6cb0;color:#fff;border-radius:4px;cursor:pointer;font:inherit}.team-invite-btn:hover{background:#2454a0}.team-success-banner,.team-error-banner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.team-success-banner{background:#e7f5ec;border:1px solid #b5dec5;color:#1f6f3d}.team-error-banner{background:#fdecea;border:1px solid #f5b8b2;color:#962f23}.team-success-banner button,.team-error-banner button{background:transparent;border:1px solid currentColor;color:inherit;border-radius:3px;padding:.2rem .55rem;font:inherit;cursor:pointer}.team-loading,.team-empty{color:#555;font-size:.9rem}.team-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.team-table th,.team-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem;vertical-align:middle}.team-table th{background:#f7f7f9;font-weight:600;color:#333}.team-table tbody tr:last-child td{border-bottom:none}.team-you-badge{display:inline-block;margin-left:.4rem;padding:.05rem .4rem;font-size:.7rem;border-radius:999px;background:#eef3ff;color:#2b4fb0;border:1px solid #c8d4f5}.team-status{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.team-status-active{background:#e1f5e6;color:#1f6f3d;border:1px solid #b5dec5}.team-status-inactive{background:#f0f0f0;color:#555;border:1px solid #d8d8d8}.team-status-pending{background:#fff5d6;color:#8a5a00;border:1px solid #ecd07a}.team-actions-cell{display:flex;gap:.4rem;flex-wrap:wrap}.team-action-btn{padding:.3rem .6rem;border:1px solid #ccc;background:#fff;color:#333;border-radius:3px;font:inherit;font-size:.8rem;cursor:pointer}.team-action-btn:hover:not(:disabled){background:#f5f5f5}.team-action-btn:disabled{opacity:.6;cursor:not-allowed}.team-invite-page{max-width:640px}.team-invite-header h1{margin:0 0 1rem;font-size:1.4rem}.team-invite-form{display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:1rem 1.1rem}.team-field{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}.team-field label,.team-field legend{font-weight:600;color:#333}.team-field .team-required:after{content:" *";color:#c0392b}.team-field input[type=text],.team-field input[type=email]{padding:.45rem .6rem;border:1px solid #ccc;border-radius:4px;font:inherit}.team-field input:disabled{background:#f5f5f5;color:#888}.team-field-row{display:flex;gap:1rem;flex-wrap:wrap}.team-field-row .team-field{flex:1 1 200px}.team-role-field{border:1px solid #e2e2e2;border-radius:4px;padding:.5rem .75rem}.team-radio{display:flex;align-items:center;gap:.4rem;font-weight:400;padding:.2rem 0}.team-error-banner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;background:#fdecea;border:1px solid #f5b8b2;color:#962f23}.team-error-banner button{background:transparent;border:1px solid currentColor;color:inherit;border-radius:3px;padding:.2rem .55rem;font:inherit;cursor:pointer}.team-invite-actions{display:flex;gap:.6rem;margin-top:.5rem}.team-invite-submit{padding:.5rem .9rem;background:#2b6cb0;color:#fff;border:1px solid #2b6cb0;border-radius:4px;cursor:pointer;font:inherit}.team-invite-submit:hover:not(:disabled){background:#2454a0}.team-invite-submit:disabled{opacity:.7;cursor:not-allowed}.team-invite-cancel{padding:.5rem .9rem;background:#fff;color:#333;border:1px solid #ccc;border-radius:4px;cursor:pointer;font:inherit}.team-invite-cancel:hover:not(:disabled){background:#f5f5f5}.notif-prefs-page{max-width:720px}.notif-prefs-page h2{margin:0 0 .5rem;font-size:1.4rem}.notif-prefs-description{margin:0 0 1.25rem;color:#555;font-size:.95rem}.notif-prefs-success-banner,.notif-prefs-error-banner{padding:.6rem .9rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.notif-prefs-success-banner{background:#e7f5ec;border:1px solid #b5dec5;color:#1f6f3d}.notif-prefs-error-banner{background:#fdecea;border:1px solid #f5c2c0;color:#9b1c1c}.notif-prefs-loading{color:#555;font-style:italic}.notif-prefs-group{margin-bottom:1.5rem}.notif-prefs-group h3{margin:0 0 .75rem;font-size:1.05rem;font-weight:600}.notif-prefs-row{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;font-size:.95rem;cursor:pointer}.notif-prefs-row input[type=checkbox]{width:1rem;height:1rem;margin:0;flex:0 0 auto;cursor:pointer}.notif-prefs-save-btn{margin-top:.5rem;padding:.55rem 1.1rem;border:1px solid #2b6cb0;background:#2b6cb0;color:#fff;border-radius:4px;cursor:pointer;font:inherit}.notif-prefs-save-btn:hover:not(:disabled){background:#2454a0}.notif-prefs-save-btn:disabled{background:#8ba8c7;border-color:#8ba8c7;cursor:default}
