*{box-sizing:border-box}:root{font-family:Inter,system-ui,sans-serif;color:#111827;background-color:#f4f6fb}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1d4ed8 45%,#0f172a);display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem 3rem}#root{width:100%}.auth-shell{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.auth-panel{width:min(90vw,420px);background:#0f172a;color:#f8fafc;border-radius:1.2rem;padding:2.5rem;box-shadow:0 30px 60px #0f172a73;display:flex;flex-direction:column;gap:1rem}.auth-panel__title{margin:0;font-size:1.8rem}.auth-panel__subtitle{margin:0;color:#f8fafccc;font-size:.95rem}.auth-panel__input{border-radius:.8rem;border:1px solid rgba(248,250,252,.3);padding:.8rem 1rem;background:#0f172a99;color:#f1f5f9;font-size:1rem}.auth-panel__input:focus{outline:2px solid rgba(96,165,250,.8);border-color:transparent}.auth-panel__submit{border:none;border-radius:.8rem;padding:.85rem 1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;cursor:pointer;transition:opacity .2s ease}.auth-panel__submit:disabled{opacity:.6;cursor:not-allowed}.auth-panel__error{background:#f8717126;border:1px solid rgba(248,113,113,.5);border-radius:.8rem;padding:.7rem 1rem;color:#fee2e2;font-size:.9rem}.app-shell{width:min(95vw,1600px);max-width:1600px;margin:1.5rem auto;background:#fff;padding:2.5rem 3rem;border-radius:1rem;box-shadow:0 25px 55px #0f172a59}header{margin-bottom:1rem}.tab-switcher{display:flex;gap:.5rem;margin-bottom:1rem}.tab-switcher__item{border:1px solid transparent;background:#f8fafc;color:#0f172a;border-radius:.6rem;padding:.55rem 1.2rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.tab-switcher__item.is-active{background:#2563eb;color:#fff;border-color:#1d4ed8}.eyebrow{letter-spacing:.3em;text-transform:uppercase;font-size:.7rem;color:#2563eb;margin-bottom:.3rem}h1{margin:0 0 .6rem;font-size:2rem}p{margin:0;color:#475467}.products-section{margin-top:1.5rem;padding:0}.service-section{margin-top:1.5rem;background:#fff;border-radius:1rem;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 12px 30px #0f172a14}.service-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.service-actions button{background:#2563eb;color:#fff;border-radius:.55rem;padding:.65rem 1rem;border:none}.log-output{margin-top:1rem;background:#0f172a;color:#d6e4ff;padding:1rem;border-radius:.85rem;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;max-height:36vh;overflow:auto;border:1px solid rgba(37,99,235,.4)}.log-line{white-space:pre-wrap;line-height:1.4;font-size:.8rem}.products-header{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.webhook-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.9rem;padding:.9rem;min-width:260px;max-width:360px;flex:1}.webhook-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-weight:600;color:#0f172a}.webhook-panel__header button{border:none;background:#1d4ed8;color:#fff;border-radius:.6rem;padding:.35rem .8rem;font-size:.85rem}.webhook-panel__header .refresh-icon-button{background:transparent;color:#1d4ed8;padding:0;width:2.25rem;height:2.25rem}.webhook-panel__header button:disabled{background:#93c5fd;cursor:not-allowed}.webhook-events-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.webhook-event__type{font-size:.85rem;font-weight:700;color:#1d4ed8}.webhook-event__time{font-size:.75rem;color:#94a3b8;margin-left:.25rem}.muted{color:#64748b;font-size:.85rem;margin:0}.product-toolbar{margin-top:1.25rem;margin-bottom:1rem}.search-filter{width:100%;display:flex;flex-direction:column;gap:.35rem}.search-filter textarea{width:100%;min-height:90px;resize:vertical;padding:.65rem;border-radius:.75rem;border:1px solid #cbd5f5;font-size:.9rem;background:#fff;font-family:inherit}.filter-clear-inline{display:flex;justify-content:flex-end}.filter-clear-inline .clear-filters{margin-top:.2rem}.search-filter-actions{display:flex;justify-content:flex-end}.clear-filters{background:#f8fafc;color:#2563eb;border:1px solid #cbd5f5;border-radius:.55rem;padding:.4rem .9rem;font-weight:600}.clear-filters:hover:not(:disabled){background:#e0e7ff}.filter-actions-row{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:.35rem;align-items:flex-start}.filter-toggles{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.9rem}.filter-toggles label{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #cbd5f5;border-radius:.55rem;padding:.4rem .75rem;min-height:38px;background:#fff;font-weight:600}.filter-toggles input[type=checkbox]{width:18px;height:18px}.bulk-actions-select{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap;min-width:220px}.bulk-actions-select select{min-width:220px;border:1px solid #cbd5f5;border-radius:.55rem;padding:.4rem .6rem;background:#fff}.bulk-actions-select select:disabled{background:#f8fafc;cursor:not-allowed;color:#94a3b8}.selected-meta{font-size:.85rem;color:#475569;margin-top:.2rem}.mp-price-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:2000}.mp-price-modal.is-visible{display:flex}.mp-price-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c}.mp-price-modal__dialog{position:relative;width:100%;max-width:900px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a40;padding:24px;z-index:1;display:flex;flex-direction:column;gap:16px}.mp-price-modal__header{display:flex;justify-content:space-between;align-items:center}.mp-price-modal__close{border:none;background:transparent;font-size:24px;cursor:pointer;line-height:1;color:#94a3b8}.mp-price-modal__body{display:flex;flex-direction:column;gap:12px}.create-card-options{display:flex;flex-direction:column;gap:16px;margin-bottom:4px}.create-card-marketplaces{display:flex;gap:18px;flex-wrap:wrap}.create-card-checkbox{display:inline-flex;align-items:center;gap:6px;font-weight:600;cursor:pointer;font-size:.95rem}.create-card-checkbox input:disabled{cursor:not-allowed}.create-card-donor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.create-card-donor-field{display:flex;flex-direction:column;gap:6px}.create-card-donor-field label{font-weight:600;font-size:.85rem;color:#0f172a}.create-card-donor-field input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem}.create-card-donor-field.is-disabled{opacity:.6}.create-card-donor-field.is-disabled input{cursor:not-allowed}.mp-price-modal__bulk-table-wrapper{max-height:500px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:12px}.mp-price-modal__bulk-table{width:100%;border-collapse:collapse;font-size:.9rem}.mp-price-modal__bulk-table th,.mp-price-modal__bulk-table td{padding:10px 12px;border-bottom:1px solid #e2e8f0}.mp-price-modal__bulk-table th{position:sticky;top:0;background:#f8fafc;z-index:2}.mp-price-modal__column-title{display:flex;flex-direction:column;gap:4px;font-weight:600}.mp-price-modal__column-input{width:100%;padding:6px 10px;border-radius:8px;border:1px solid rgba(99,102,241,.3);font-size:.85rem}.mp-bulk-product-name{font-weight:600;margin-bottom:4px}.mp-bulk-price-cell{display:flex;flex-direction:column;gap:4px}.mp-bulk-current-price{font-size:.8rem;color:#475569}.mp-bulk-input{width:120px;padding:6px 8px;border:1px solid #cbd5f5;border-radius:8px}.mp-price-modal__actions{display:flex;justify-content:flex-end;gap:12px}.mp-price-modal__action{padding:10px 18px;border-radius:999px;border:1px solid #fca5a5;background:#fef2f2;color:#dc2626;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.mp-price-modal__action:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.mp-price-modal__action--primary{border-color:#2563eb;background:#2563eb;color:#fff}.mp-price-modal__action--primary:hover:not(:disabled){background:#1d4ed8;border-color:#1e40af}.mp-price-modal__action:disabled{opacity:.6;cursor:not-allowed}.mp-price-modal__error{color:#dc2626;font-size:.9rem}.mp-price-modal__status{color:#0f172a;font-size:.9rem}.table-wrapper{overflow-x:auto;margin-bottom:.75rem;padding:0;background:#fff}.product-table{width:100%;border-collapse:collapse;font-size:.85rem}.product-table th,.product-table td{border-bottom:1px solid #e2e8f0;padding:.75rem;vertical-align:middle}.product-table thead th{text-transform:uppercase;font-size:.75rem;letter-spacing:.04em}.product-table tbody tr:nth-child(2n){background:#f8fafc}.product-table code{font-size:.8rem;color:#1d4ed8}.stock-row,.price-row{display:flex;gap:.5rem;flex-wrap:wrap}.product-table button{margin-top:.4rem;padding:.4rem .8rem;font-size:.75rem;border-radius:.45rem}.inventory-status-banner{margin-top:.75rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:.75rem;padding:.85rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.status-lines{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:60%}.status-line{font-weight:600;color:#1e1b4b}.status-update{margin-left:auto;font-weight:600;color:#312e81;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.status-update span{color:#1d4ed8}.refresh-icon-button{width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:transparent;color:#1d4ed8;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.refresh-icon-button:hover:not(:disabled){background:#2563eb1a}.refresh-icon-button:disabled{color:#93c5fd;cursor:not-allowed}.global-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.global-actions button{border-radius:.65rem;padding:.75rem 1.25rem;font-weight:600}.global-actions-status{margin-top:.5rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172abf;display:flex;justify-content:center;align-items:center;padding:1rem;z-index:10}.modal-card{background:#fff;border-radius:.9rem;width:min(640px,100%);padding:1.25rem;box-shadow:0 25px 45px #0f172a66}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h3{margin:0}.modal-header button{background:#e2e8f0;color:#111827;padding:.4rem .9rem}.modal-body{display:flex;flex-direction:column;gap:.85rem}.modal-row{display:flex;flex-wrap:wrap;gap:.5rem}.modal-row input,.modal-row select,.modal-body input,.modal-body select,.modal-body textarea{padding:.45rem .6rem;border-radius:.5rem;border:1px solid #cbd5f5;font-size:.9rem}.modal-body textarea{min-width:100%}.modal-actions{display:flex;gap:.75rem;flex-wrap:wrap}.modal-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.product-table tr.not_exists{background:#ffebe6}.product-table tr.no_barcode{background:#f8fafc}.product-table tr.row-pending{opacity:.85;background:#fefce8}.product-name-cell{min-width:180px}.comment-cell{font-size:.85rem;color:#1f2937}.comment-cell--pending{display:flex;flex-direction:column;gap:.2rem}.pending-indicator{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#b45309;font-weight:700}.pending-indicator:before{content:"";width:.65rem;height:.65rem;border:2px solid #fbbf24;border-top-color:transparent;border-radius:50%;display:inline-block;animation:pending-spin .9s linear infinite}@keyframes pending-spin{to{transform:rotate(360deg)}}.actions-menu{position:relative;display:inline-flex}.actions-menu__toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#0f172a;padding:0 .5rem}.actions-menu__dropdown{position:absolute;right:0;top:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 18px #0f172a26;z-index:5;display:flex;flex-direction:column;width:180px}.actions-menu__item{background:none;border:none;text-align:left;padding:.5rem .8rem;cursor:pointer;font-size:.85rem;color:#0f172a}.actions-menu__item:hover{background:#f1f5f9}.product-table button:disabled{opacity:.6}button{background:#2563eb;color:#fff;border:none;border-radius:.55rem;padding:.65rem 1rem;cursor:pointer;font-size:.9rem}button:disabled{opacity:.6;cursor:not-allowed}.input-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.input-row input,.input-row select{padding:.55rem .75rem;border-radius:.55rem;border:1px solid #cbd5f5;font-size:.9rem}.status{margin-top:.5rem;color:#0f2b8a;font-weight:600}.meta{font-size:.85rem;color:#475467}.response{margin-top:.75rem;background:#0f172a;color:#d6e4ff;padding:.85rem;border-radius:.65rem;font-size:.8rem;max-height:160px;overflow:auto}footer{margin-top:2rem;text-align:center;font-size:.85rem;color:#475467}.products-header{display:flex;justify-content:space-between;gap:2rem;align-items:stretch;flex-wrap:wrap;margin-bottom:1.5rem}.header-left{flex:2;min-width:300px;display:flex;flex-direction:column;justify-content:center}.global-actions{margin-top:0;display:flex;gap:1rem;flex-wrap:wrap}.global-actions button{padding:.8rem 1.4rem;font-size:.95rem;border-radius:.75rem;border:none;cursor:pointer;transition:opacity .2s,transform .1s}.global-actions button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #2563eb33}.btn-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0!important;box-shadow:0 2px 4px -1px #0000000d}.webhook-panel{flex:1;min-width:280px;max-width:400px;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #00000005}.webhook-panel__header{margin-bottom:.75rem;font-size:.95rem}.webhook-events-list{gap:.6rem}.product-toolbar.compact-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;background:#fff;padding:.75rem 0;margin-bottom:1rem;border-radius:0}.search-group{flex:2;min-width:250px;position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.65rem 2.5rem .65rem 1rem;border:1px solid #cbd5f5;border-radius:.65rem;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.clear-search-btn{position:absolute;right:.5rem;background:transparent;border:none;font-size:1.2rem;color:#94a3b8;cursor:pointer;padding:.2rem .5rem}.clear-search-btn:hover{color:#64748b}.filters-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2rem;font-size:.85rem;color:#64748b;cursor:pointer;transition:all .2s;font-weight:500}.filter-chip:hover{background:#f1f5f9}.filter-chip.active{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:600}.filter-chip input{width:16px;height:16px;margin:0}.actions-group{display:flex;align-items:center;gap:1rem;flex:0 0 auto;justify-content:flex-start;min-width:unset}.bulk-select{padding:.6rem 1rem;border:1px solid #cbd5f5;border-radius:.65rem;background:#fff;font-size:.9rem;min-width:180px;cursor:pointer}.bulk-select:hover:not(:disabled){border-color:#93c5fd}.selection-count{background:#1d4ed8;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:1rem;white-space:nowrap}.clear-filters-link{background:none;border:none;color:#ef4444;font-size:.9rem;text-decoration:underline;cursor:pointer;white-space:nowrap;padding:0}.clear-filters-link:hover{color:#dc2626}
