*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem;text-align:center}.App-header h1{margin-bottom:.5rem}.App-header p{font-size:1.1rem;opacity:.9}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.header-auth{flex-shrink:0}.auth-controls{align-items:center;display:flex;gap:.75rem}.auth-user{font-size:.9rem;opacity:.9}.auth-button{background:#0000;border:2px solid #fff9;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s}.auth-button:hover{background:#ffffff26;border-color:#fff}.auth-signout{border-color:#ffffff4d;font-size:.8rem;padding:.4rem .75rem}.auth-prompt{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:2rem auto;max-width:500px;padding:4rem 2rem;text-align:center}.auth-prompt h2{color:#333;margin-bottom:1rem}.auth-prompt p{color:#666;line-height:1.6}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}footer{background-color:#333;color:#fff;margin-top:2rem;padding:1rem;text-align:center}.catalog-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.catalog-header h2{color:#333;margin:0}.catalog-actions{align-items:center;display:flex;gap:.75rem}.add-product-button{background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:opacity .2s}.add-product-button:hover{opacity:.9}.copy-ai-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;padding:.75rem 1.5rem;transition:opacity .2s}.copy-ai-button:hover{opacity:.9}.copy-ai-button:disabled{cursor:not-allowed;opacity:.6}.product-list h2{color:#333;margin-bottom:1.5rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.product-card h3{color:#667eea;margin-bottom:.5rem}.product-card .description{color:#666;margin-bottom:1rem;min-height:40px}.product-info{background-color:#f8f8f8;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.product-info .price{color:#667eea;font-size:1.25rem;font-weight:700}.product-info .stock{color:#666}.order-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:opacity .2s;width:100%}.order-button:hover:not(:disabled){opacity:.9}.order-button:disabled{background:#ccc;cursor:not-allowed}.empty,.error,.loading{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:3rem;text-align:center}.error{color:#d32f2f}.error button{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1.5rem}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:100%}.modal h2{color:#333}.form-group,.modal h2{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-group .hint{color:#666;display:block;font-size:.875rem;margin-top:.25rem}.form-group .product-name,.form-group .total{color:#333;font-size:1.125rem;margin-top:.25rem}.form-group .total{color:#667eea;font-size:1.5rem;font-weight:700}.error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;margin-bottom:1rem;padding:.75rem}.success-message{padding:2rem;text-align:center}.success-message h3{color:#4caf50;font-size:1.5rem;margin-bottom:.5rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-button,.submit-button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem;transition:opacity .2s}.cancel-button{background-color:#f5f5f5;color:#333}.cancel-button:hover:not(:disabled){background-color:#e0e0e0}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-button:hover:not(:disabled){opacity:.9}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.5}.order-buttons{display:flex;gap:.5rem}.order-buttons .order-button{flex:1 1;font-size:.875rem;padding:.625rem}.workflow-button{background:linear-gradient(135deg,#ff9800,#f57c00)!important}.workflow-button:hover:not(:disabled){opacity:.9}.workflow-ai-button{background:linear-gradient(135deg,#9c27b0,#7b1fa2)!important}.workflow-ai-button:hover:not(:disabled){opacity:.9}.workflow-modal{max-width:550px}.workflow-subtitle{color:#666;font-size:.9rem;margin-bottom:1.5rem;margin-top:-1rem}.product-price{color:#667eea;font-weight:600;margin-top:.25rem}.hint.warning{color:#ff9800;font-weight:500}.saga-steps{background:#f8f9fa;border-radius:8px;flex-direction:column;margin:1.5rem 0;padding:1rem}.saga-step,.saga-steps{display:flex;gap:.75rem}.saga-step{align-items:center;border-radius:4px;padding:.5rem;transition:all .3s ease}.step-icon{align-items:center;border-radius:50%;display:flex;font-weight:700;height:24px;justify-content:center;width:24px}.step-name{font-weight:500}.step-pending{color:#999}.step-pending .step-icon{color:#ccc}.step-running{background:#667eea1a;color:#667eea}.step-running .step-icon{animation:pulse 1s infinite;color:#667eea}.step-completed{color:#4caf50}.step-completed .step-icon{background:#4caf50;color:#fff}.step-failed{color:#f44336}.step-failed .step-icon{background:#f44336;color:#fff}.step-compensated{color:#ff9800}.step-compensated .step-icon{background:#ff9800;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.workflow-running{padding:1rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.workflow-success{padding:1.5rem;text-align:center}.workflow-success h3{color:#4caf50;font-size:1.5rem;margin-bottom:.5rem}.workflow-success .total-charged{color:#667eea;font-size:1.25rem;font-weight:700;margin:1rem 0}.workflow-success .submit-button{margin-top:1rem}.workflow-failed{padding:1.5rem;text-align:center}.workflow-failed h3{color:#f44336;font-size:1.5rem;margin-bottom:.5rem}.workflow-failed .compensation-note{background:#ff98001a;border-radius:4px;color:#ff9800;font-style:italic;margin:1rem 0;padding:.75rem}.workflow-failed .cancel-button{margin-top:1rem}.workflow-submit{background:linear-gradient(135deg,#ff9800,#f57c00)!important}.orders-panel{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-top:2rem;padding:1.5rem}.orders-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.orders-header h2{color:#333;margin:0}.orders-refresh-btn{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.orders-refresh-btn:hover:not(:disabled){background:#e0e0e0}.orders-error{background-color:#ffebee;border-radius:4px;color:#d32f2f;margin-bottom:1rem;padding:.75rem}.orders-loading{color:#666;padding:2rem;text-align:center}.orders-table-wrap{overflow-x:auto}.orders-table{border-collapse:collapse;font-size:.875rem;width:100%}.orders-table th{border-bottom:2px solid #e0e0e0;color:#666;font-weight:600;padding:.625rem .75rem;text-align:left;white-space:nowrap}.orders-table td{border-bottom:1px solid #f0f0f0;padding:.625rem .75rem}.order-row:hover{background:#fafafa}.order-id{color:#666;font-family:SF Mono,Consolas,monospace;font-size:.8125rem}.status-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .5rem;white-space:nowrap}.badge-pending{background:#fff3e0;color:#e65100}.badge-shipped{background:#e8f5e9;color:#2e7d32}.badge-cancelled{background:#ffebee;color:#c62828}.badge-default{background:#f5f5f5;color:#666}.fraud-score{border-radius:4px;cursor:help;display:inline-block;font-size:.8125rem;font-weight:700;padding:.15rem .4rem}.fraud-low{background:#e8f5e9;color:#2e7d32}.fraud-medium{background:#fff8e1;color:#f57f17}.fraud-high{background:#fff3e0;color:#e65100}.fraud-critical{background:#ffebee;color:#c62828}.fraud-na{color:#ccc;cursor:default}.order-category{color:#999;font-size:.75rem}.order-address-hint{color:#667eea;cursor:help}.order-actions{display:flex;gap:.375rem;white-space:nowrap}.btn-ship{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.3rem .625rem}.btn-ship:hover:not(:disabled){background:#43a047}.btn-cancel-order{background:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.3rem .625rem}.btn-cancel-order:hover:not(:disabled){background:#e53935}.btn-cancel-order:disabled,.btn-ship:disabled{cursor:not-allowed;opacity:.5}.App.panel-open{margin-right:400px;transition:margin-right .3s ease}.status-panel{background:#1e1e2e;box-shadow:-4px 0 20px #0000004d;color:#cdd6f4;display:flex;flex-direction:column;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8125rem;height:100vh;position:fixed;right:0;top:0;width:400px;z-index:1100}.status-panel-header{align-items:center;background:#181825;border-bottom:1px solid #313244;display:flex;justify-content:space-between;padding:.5rem .75rem}.status-panel-tabs{display:flex;gap:.25rem}.status-tab{background:none;border:none;border-radius:4px;color:#6c7086;cursor:pointer;font-family:inherit;font-size:.8125rem;padding:.375rem .75rem;transition:color .2s,background .2s}.status-tab.active,.status-tab:hover{background:#313244;color:#cdd6f4}.status-tab-count{background:#45475a;border-radius:8px;color:#bac2de;display:inline-block;font-size:.6875rem;margin-left:.375rem;padding:0 .375rem}.status-panel-actions{align-items:center;display:flex;gap:.375rem}.status-clear-btn{background:none;border:1px solid #45475a;border-radius:4px;color:#6c7086;cursor:pointer;font-family:inherit;font-size:.75rem;padding:.25rem .5rem}.status-clear-btn:hover{border-color:#6c7086;color:#cdd6f4}.status-close-btn{background:none;border:none;color:#6c7086;cursor:pointer;font-size:1.25rem;line-height:1;padding:0 .25rem}.status-close-btn:hover{color:#f38ba8}.status-panel-body{flex:1 1;overflow-y:auto;padding:.5rem}.status-panel-body::-webkit-scrollbar{width:6px}.status-panel-body::-webkit-scrollbar-track{background:#1e1e2e}.status-panel-body::-webkit-scrollbar-thumb{background:#45475a;border-radius:3px}.status-empty{color:#6c7086;font-style:italic;padding:2rem 1rem;text-align:center}.status-log-entry{align-items:baseline;background:#181825;border-left:3px solid #45475a;border-radius:0 4px 4px 0;display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.25rem;padding:.375rem .5rem}.status-log-entry:hover{background:#11111b}.status-log-time{color:#585b70;flex-shrink:0;font-size:.75rem}.status-log-type{flex-shrink:0;font-size:.6875rem;font-weight:600;opacity:.7;text-transform:uppercase}.status-log-desc{flex:1 1;min-width:0;word-break:break-word}.status-log-duration{color:#585b70;flex-shrink:0;font-size:.75rem}.status-log-error{color:#f38ba8;font-size:.75rem;margin-top:.25rem;width:100%}.status-poll-count{color:#585b70;font-size:.75rem}.status-service-card{background:#181825;border-radius:6px;margin-bottom:.5rem;padding:.75rem}.status-service-name{color:#89b4fa;font-weight:600;margin-bottom:.25rem}.status-service-meta{color:#6c7086;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.75rem}.status-service-errors{color:#f38ba8}.status-service-seen{color:#585b70;font-size:.75rem;margin-top:.375rem}.status-service-note{background:#0000;border:1px dashed #45475a}.status-fab{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:1.5rem;box-shadow:0 4px 12px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:48px;justify-content:center;position:fixed;right:1.5rem;transition:transform .2s,box-shadow .2s;width:48px;z-index:1200}.status-fab:hover{box-shadow:0 6px 20px #667eea80;transform:scale(1.1)}.status-fab-active{background:#45475a;box-shadow:0 2px 8px #0000004d}.status-fab-badge{align-items:center;background:#f38ba8;border-radius:10px;color:#fff;display:flex;font-size:.6875rem;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 4px;position:absolute;right:-4px;top:-4px}@media (max-width:900px){.App.panel-open{margin-right:0}.status-panel{width:100%}}
/*# sourceMappingURL=main.9ff683b8.css.map*/