*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .15s ease}.btn-primary{background:linear-gradient(135deg,#fe4ad7,#a119ec,#7101fb);background-size:200% 200%;border:none;color:#fff;transition:background-position .3s ease}.btn-primary:hover{background-position:100%;box-shadow:0 4px 12px #7101fb4d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#0000;border:1px solid #cbd5e1;color:#1e293b}.btn-secondary:hover{background:#f1f5f9}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow-x:auto}table{border-collapse:collapse;font-size:14px;width:100%}th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-weight:600;text-align:left}td,th{padding:14px 12px}td{border-bottom:1px solid #f1f5f9;color:#1e293b}tr:hover td{background-color:#fafcff}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-overlay~* .gradient-bar,body:has(.modal-overlay) .gradient-bar{opacity:.3;transition:opacity .2s ease}.gradient-bar{transition:opacity .2s ease}.modal{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 20px 35px -10px #0003;max-height:80vh;max-width:900px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between}.modal-body,.modal-header{padding:20px 24px}.modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.status-circle{border-radius:50%;display:inline-block;height:10px;margin-right:8px;width:10px}.status-red{background-color:#ef4444;box-shadow:0 0 0 2px #fee2e2}.status-yellow{background-color:#f59e0b;box-shadow:0 0 0 2px #fef3c7}.status-green{background-color:#22c55e;box-shadow:0 0 0 2px #dcfce7}.status-gray{background-color:#94a3b8;box-shadow:0 0 0 2px #f1f5f9}@keyframes spin{to{transform:rotate(1turn)}}.spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#7101fb;height:40px;margin:0 auto;width:40px}@media (max-width:768px){.app-header{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;justify-content:space-between!important;padding:8px 0!important}.app-header .logo-center{flex:1 1!important;order:2!important;text-align:center!important}.app-header .logo-center img{height:36px!important}.app-header .btn-refresh{align-items:center!important;background:#f1f5f9!important;border:none!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:18px!important;justify-content:center!important;min-height:40px!important;min-width:40px!important;order:1!important;padding:8px 10px!important;transition:background .2s!important}.app-header .btn-refresh:active{background:#e2e8f0!important}.app-header .btn-refresh svg{height:20px!important;width:20px!important}.app-header .btn-settings{align-items:center!important;background:#f1f5f9!important;border:none!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:18px!important;justify-content:center!important;min-height:40px!important;min-width:40px!important;order:3!important;padding:8px 10px!important;transition:background .2s!important}.app-header .btn-settings:active{background:#e2e8f0!important}.app-header .btn-settings svg{height:20px!important;width:20px!important}.app-actions{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;margin-bottom:12px!important}.app-actions .btn-purchase,.app-actions .btn-shipment{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;color:#0f172a!important;cursor:pointer!important;flex:1 1!important;font-size:13px!important;font-weight:500!important;min-height:44px!important;padding:10px 12px!important;text-align:center!important;transition:background .2s!important}.app-actions .btn-purchase:active,.app-actions .btn-shipment:active{background:#f8fafc!important}.app-actions .btn-history{align-items:center!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:50%!important;color:#0f172a!important;cursor:pointer!important;display:flex!important;flex:0 0 44px!important;font-size:18px!important;justify-content:center!important;min-height:44px!important;min-width:44px!important;padding:8px!important;transition:background .2s!important}.app-actions .btn-history:active{background:#f8fafc!important}.app-actions .btn-history svg{height:18px!important;width:18px!important}.table-container{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.table-container table{font-size:13px!important;min-width:auto!important;width:100%!important}.table-container table td:not(.col-seller-sku):not(.col-stock-wb):not(.col-status),.table-container table th:not(.col-seller-sku):not(.col-stock-wb):not(.col-status){display:none!important}.table-container table td,.table-container table th{padding:10px 12px!important;white-space:normal!important;word-break:break-word!important}.table-container table td:first-child,.table-container table th:first-child{min-width:120px!important}.table-container table td:nth-child(2),.table-container table th:nth-child(2){min-width:80px!important;text-align:center!important}.table-container table td:nth-child(3),.table-container table th:nth-child(3){min-width:120px!important}.table-row-clickable{cursor:pointer!important;transition:background .15s!important}.table-row-clickable:active{background:#f1f5f9!important}.modal-overlay{padding:0!important}.modal{-webkit-overflow-scrolling:touch!important;border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important;max-width:100%!important;overflow-y:auto!important;padding:16px!important;width:100%!important}.modal-header{border-bottom:1px solid #e2e8f0!important;flex-wrap:wrap!important;padding-bottom:12px!important}.modal-header h3{font-size:18px!important}.modal-body{overflow-y:auto!important;padding:12px 0!important}.modal-footer{border-top:1px solid #e2e8f0!important;padding-top:12px!important}.btn:hover{transform:none!important}.settings-modal .modal{border-radius:0!important;height:100vh!important;max-height:100vh!important;max-width:100%!important;padding:16px!important;width:100%!important}.settings-modal .modal-body{padding:12px 0!important}.settings-modal .modal-body>div{flex-direction:column!important}.settings-modal .modal-body>div>div{flex:1 1!important;max-width:100%!important}}
/*# sourceMappingURL=main.1ba66ee9.css.map*/