@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.agency-checkout{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:20px 10px}.checkout-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.existing-invoice-banner{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:20px;text-align:center}.existing-invoice-banner h3{font-size:20px;font-weight:700;margin:0 0 10px}.existing-invoice-banner p{font-size:14px;margin:5px 0;opacity:.95}.existing-invoice-banner strong{font-weight:700;opacity:1}.progress-bar{background:#f8f9fa;display:flex;margin:0;padding:0}.progress-bar .step{border-bottom:3px solid #0000;color:#6c757d;flex:1 1;font-weight:600;padding:20px;text-align:center;transition:all .3s ease}.progress-bar .step.active{background:#fff;border-bottom-color:#667eea;color:#667eea}.step-content{padding:40px}.step-content h2{color:#2d3748;font-size:28px;font-weight:700;margin:0 0 30px}.step-content h3{color:#4a5568;font-size:20px;font-weight:600;margin:30px 0 20px}.bot-types-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.bot-type-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:24px;transition:all .3s ease}.bot-type-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.bot-type-card.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.bot-type-card h3{font-size:18px;font-weight:600;margin:0 0 10px}.bot-type-card p{color:inherit;font-size:14px;margin:0;opacity:.8}.features-grid{grid-gap:15px;gap:15px;margin-bottom:30px}.feature-checkbox{border-radius:8px;padding:12px}.feature-checkbox input{margin-right:10px;transform:scale(1.2)}.form-group,.form-row{margin-bottom:25px}.form-group input,.form-group select,.form-group textarea{font-size:16px}.form-group textarea{min-height:100px}.order-summary{background:#f8f9fa;border-radius:12px;margin-top:30px;padding:24px}.summary-item{display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.summary-item:not(:last-child){border-bottom:1px solid #e2e8f0}.summary-item.total{border-top:2px solid #667eea;color:#667eea;font-size:18px;font-weight:700;margin-top:12px;padding-top:12px}.payment-methods{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.payment-method{align-items:center;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;padding:20px;transition:all .3s ease}.payment-method:hover{border-color:#667eea}.payment-method.selected{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-color:#667eea}.payment-method input{margin-right:15px;transform:scale(1.3)}.payment-option span{color:#2d3748;display:block;font-weight:600;margin-bottom:4px}.payment-option small{color:#6c757d;font-size:14px}.crypto-selection{background:#f8f9fa;border-radius:12px;margin-top:25px;padding:25px}.crypto-search input{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:16px;margin-bottom:20px;padding:12px 16px;width:100%}.crypto-list{border:1px solid #e2e8f0;border-radius:8px;max-height:200px;overflow-y:auto}.crypto-option{align-items:center;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;transition:background-color .2s ease}.crypto-option:hover{background:#f1f5f9}.crypto-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.crypto-option:last-child{border-bottom:none}.crypto-symbol{font-size:16px;font-weight:700}.crypto-name{color:inherit;opacity:.8}.crypto-chains{color:inherit;font-size:12px;font-style:italic;opacity:.6}.crypto-payment-info{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;margin-top:30px;padding:25px}.payment-details p{font-weight:600;margin:15px 0}.address-box{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:10px;margin:10px 0 20px;padding:15px}.address-box code{background:#f1f5f9;border-radius:4px;flex:1 1;font-family:SF Mono,Monaco,Consolas,monospace;font-size:14px;padding:8px;word-break:break-all}.address-box button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:background-color .2s ease}.address-box button:hover{background:#5a67d8}.crypto-preview-info{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border:2px dashed #667eea;border-radius:12px;margin-top:20px;padding:20px}.crypto-preview-info h3{color:#4a5568;font-size:18px;margin-bottom:15px}.crypto-warning{background:#ffc1071a;border:1px solid #ffc107;border-radius:6px;color:#856404;margin-top:15px;padding:10px}.crypto-warning p{font-size:14px;font-weight:500;margin:0}.error-address,.loading-address{border-radius:6px;margin:10px 0;padding:15px;text-align:center}.loading-address{background:#2196f31a;border:1px solid #2196f3;color:#1565c0}.error-address{background:#f443361a;border:1px solid #f44336;color:#c62828}.error-address p,.loading-address p{font-weight:500;margin:0}.crypto-paid-btn{background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:16px;transition:all .3s ease;width:100%}.crypto-paid-btn:hover{box-shadow:0 8px 25px #48bb784d;transform:translateY(-2px)}.form-actions{gap:15px;justify-content:space-between;padding:30px 40px}.btn-primary,.btn-secondary{font-size:16px;padding:14px 28px}@media (max-width:768px){.agency-checkout{padding:10px 5px}.step-content{padding:25px 20px}.step-content h2{font-size:24px}.bot-types-grid{gap:15px;grid-template-columns:1fr}.features-grid{gap:10px}.features-grid,.form-row{grid-template-columns:1fr}.form-row{gap:15px}.form-actions{flex-direction:column;padding:20px 15px}.btn-primary,.btn-secondary{padding:16px;width:100%}.progress-bar .step{font-size:14px;padding:15px 10px}.crypto-list{max-height:150px}.address-box{align-items:stretch;flex-direction:column}.address-box button{margin-top:10px}}@media (max-width:480px){.step-content{padding:20px 15px}.step-content h2{font-size:20px}.bot-type-card{padding:18px}.form-group input,.form-group select,.form-group textarea{font-size:16px}.payment-method{padding:15px}.crypto-payment-info,.crypto-selection,.order-summary{padding:20px}}.create-order-modal{align-items:center;bottom:0;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;position:relative;width:90vw}.modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px}.modal-header h2{color:#2d3748;font-size:24px;font-weight:700;margin:0}.close-btn{font-size:20px;height:32px;width:32px}.create-order-form{flex:1 1;overflow-y:auto;padding:24px}.form-section{margin-bottom:32px}.form-section h3{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:18px;font-weight:600;margin:0 0 20px;padding-bottom:8px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:20px}.form-group label{color:#4a5568;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:12px 16px;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.features-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-checkbox{align-items:center;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;font-size:14px;padding:10px;transition:all .2s ease}.feature-checkbox:hover{background:#f7fafc;border-color:#667eea}.feature-checkbox input{border:none;margin-right:8px;padding:0;transform:scale(1.1);width:auto}.feature-checkbox input:checked+span{color:#667eea;font-weight:600}.form-actions{background:#f8f9fa;border-top:1px solid #e2e8f0;display:flex;gap:16px;justify-content:flex-end;margin:0 -24px -24px;padding:24px}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;min-width:120px;padding:12px 24px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}@media (max-width:768px){.modal-content{border-radius:12px;height:95vh;width:95vw}.modal-header{padding:20px}.modal-header h2{font-size:20px}.create-order-form{padding:20px}.form-row{gap:15px}.features-grid,.form-row{grid-template-columns:1fr}.features-grid{gap:10px}.form-actions{flex-direction:column;padding:20px}.btn-primary,.btn-secondary{padding:14px;width:100%}}@media (max-width:480px){.modal-content{border-radius:0;height:100vh;width:100vw}.form-section h3{font-size:16px}.form-group label{font-size:13px}.form-group input,.form-group select,.form-group textarea{font-size:16px}}.agency-admin{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;padding:20px}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.admin-header h1{color:#2d3748;font-size:32px;font-weight:700;margin:0}.header-actions{align-items:center;display:flex;gap:15px}.create-order-btn{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.create-order-btn:hover{box-shadow:0 8px 25px #48bb784d;transform:translateY(-2px)}.create-order-btn:before{content:"+";font-size:18px;font-weight:700}.refresh-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background-color .2s ease}.refresh-btn:hover{background:#5a67d8}.loading{color:#6c757d;font-size:18px;padding:60px;text-align:center}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:24px;text-align:center}.stat-card h3{color:#4a5568;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 10px;text-transform:uppercase}.stat-value{color:#667eea;font-size:32px;font-weight:700;line-height:1}.filters-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;gap:20px;margin-bottom:30px;padding:20px}.filter-group,.filters-section{align-items:center;display:flex}.filter-group{gap:10px}.filter-group label{color:#4a5568;font-weight:600;white-space:nowrap}.filter-group select{border:2px solid #e2e8f0;border-radius:6px;font-size:14px;padding:8px 12px}.search-group{flex:1 1}.search-group input{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:16px;padding:10px 16px;width:100%}.search-group input:focus{border-color:#667eea;outline:none}.invoices-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 400px;min-height:600px}.invoices-list{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;max-height:800px;overflow:hidden;overflow-y:auto}.no-invoices{color:#6c757d;font-size:18px;padding:60px;text-align:center}.invoice-card{border-bottom:1px solid #e2e8f0;cursor:pointer;padding:20px;transition:background-color .2s ease}.invoice-card:hover{background:#f7fafc}.invoice-card.selected{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:4px solid #667eea}.invoice-card:last-child{border-bottom:none}.invoice-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.invoice-id{color:#2d3748;font-family:SF Mono,Monaco,Consolas,monospace;font-size:16px;font-weight:700}.invoice-status{border-radius:20px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.invoice-details{margin-bottom:15px}.detail-row{display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.detail-row span:first-child{color:#6c757d;font-weight:500}.detail-row span:last-child{color:#2d3748;font-weight:600}.invoice-actions{display:flex;flex-wrap:wrap;gap:8px}.approve-btn{background:#48bb78;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px;transition:background-color .2s ease}.approve-btn:hover{background:#38a169}.reject-btn{background:#f56565;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px;transition:background-color .2s ease}.reject-btn:hover{background:#e53e3e}.copy-details-btn,.copy-link-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:11px;font-weight:600;gap:4px;padding:6px 12px;transition:all .2s ease}.copy-link-btn{background:#667eea;color:#fff}.copy-link-btn:hover{background:#5a67d8;transform:translateY(-1px)}.copy-details-btn{background:#805ad5;color:#fff}.copy-details-btn:hover{background:#6b46c1;transform:translateY(-1px)}.invoice-detail-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.panel-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px}.panel-header h2{color:#2d3748;font-size:20px;font-weight:700;margin:0}.close-btn{align-items:center;background:#e2e8f0;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:30px;justify-content:center;transition:all .2s ease;width:30px}.close-btn:hover{background:#cbd5e0;color:#2d3748}.panel-content{max-height:700px;overflow-y:auto;padding:20px}.detail-section{margin-bottom:30px}.detail-section h3{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:18px;font-weight:600;margin:0 0 15px;padding-bottom:8px}.detail-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{color:#6c757d;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-item span{color:#2d3748;font-weight:500}.status-badge{border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase;width:fit-content}.bot-requirements{display:flex;flex-direction:column;gap:15px}.requirement-item{display:flex;flex-direction:column;gap:8px}.requirement-item label{color:#4a5568;font-size:14px;font-weight:600}.requirement-item span{color:#2d3748}.features-list{display:flex;flex-wrap:wrap;gap:8px}.feature-tag{background:#e2e8f0;border-radius:20px;color:#4a5568;font-size:12px;font-weight:500;padding:4px 12px}.notes-content{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;color:#4a5568;font-style:italic;padding:12px}.action-buttons{display:flex;flex-wrap:wrap;gap:12px}.action-buttons .approve-btn,.action-buttons .reject-btn{border-radius:8px;font-size:14px;padding:12px 24px}@media (max-width:1024px){.invoices-section{grid-template-columns:1fr}.invoice-detail-panel{border-radius:0;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}}@media (max-width:768px){.agency-admin{padding:15px}.admin-header{align-items:stretch;flex-direction:column;gap:15px}.header-actions{justify-content:center}.create-order-btn,.refresh-btn{flex:1 1;justify-content:center}.stats-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.filters-section{align-items:stretch;flex-direction:column;gap:15px}.detail-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:20px}.stat-value{font-size:24px}.invoice-card,.panel-content{padding:15px}}
/*# sourceMappingURL=main.80079b25.css.map*/