.currency-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px}.currency-selector-modal{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-radius:20px;padding:0;max-width:400px;width:90%;max-height:80vh;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column;margin:auto}.currency-selector-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.currency-selector-title{color:#fff;font-size:18px;font-weight:600;margin:0;flex:1;text-align:center}.back-button,.close-button{background:none;border:none;color:#a0a0a0;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.back-button:hover,.close-button:hover{color:#fff;background:#ffffff1a}.back-button svg,.close-button svg{width:20px;height:20px}.search-container{padding:20px 24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:16px;color:#a0a0a0;width:18px;height:18px}.search-input{width:100%;padding:16px 16px 16px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:14px;transition:all .3s ease}.search-input:focus{outline:none;border-color:#ff6b9d;background:#ffffff14}.search-input::placeholder{color:#a0a0a0}.popular-filters{padding:20px 24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.filter-chips{display:flex;gap:8px;flex-wrap:wrap}.filter-chip{padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#a0a0a0;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-chip:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.filter-chip.active{background:#ff6b9d;color:#fff;border-color:#ff6b9d}.currency-list{flex:1;overflow-y:auto;padding:20px 24px;background:#ffffff05}.currency-item{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:8px}.currency-item:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.currency-item:last-child{margin-bottom:0}.currency-item-left{position:relative;flex-shrink:0}.currency-icon{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}.currency-fallback-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#c44569);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;text-transform:uppercase}.currency-item-middle{flex:1;min-width:0}.currency-ticker-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.currency-ticker{color:#fff;font-weight:700;font-size:16px}.currency-tag{background:#ffffff1a;color:#a0a0a0;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.currency-name{color:#a0a0a0;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.currency-item-right{flex-shrink:0}.check-icon{color:#ff6b9d;width:20px;height:20px}.no-results{text-align:center;padding:40px 20px;color:#a0a0a0}.no-results p{margin:0;font-size:14px}.currency-list::-webkit-scrollbar{width:6px}.currency-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.currency-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.currency-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 600px){.currency-selector-modal{width:95%;max-height:90vh;border-radius:16px}.currency-selector-header{padding:20px 20px 16px}.search-container,.popular-filters,.currency-list{padding:16px 20px}.currency-item{padding:14px;gap:12px}.currency-icon,.currency-fallback-icon{width:36px;height:36px}.currency-ticker{font-size:15px}.currency-name{font-size:12px}.filter-chip{padding:6px 12px;font-size:11px}}.offers-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.offers-modal{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-radius:20px;padding:0;max-width:600px;width:90%;max-height:90vh;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column}.offers-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.offers-modal-title{color:#fff;font-size:20px;font-weight:600;margin:0;flex:1;text-align:center}.offers-modal-close{background:none;border:none;color:#a0a0a0;font-size:24px;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.offers-modal-close:hover{color:#fff;background:#ffffff1a}.offers-list{flex:1;overflow-y:auto;padding:20px 24px}.offer-item{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;margin-bottom:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;position:relative}.best-offer-item{border-color:#e9ecef;background:#fff}.offer-item:hover{background:#f8f9fa;border-color:#dee2e6;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.offer-left{display:flex;align-items:center}.offer-provider-info{display:flex;align-items:center;gap:12px}.offer-provider-icon{width:32px;height:32px;object-fit:contain}.offer-provider-fallback{width:32px;height:32px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.offer-provider-name{color:#000;font-weight:600;font-size:16px}.offer-separator{color:#000;font-size:16px;font-weight:600}.offer-payment-icon{width:48px;height:24px;object-fit:contain}.offer-payment-text{color:#000;font-weight:600;font-size:16px}.offer-right{display:flex;align-items:center}.offer-amount{color:#000;font-weight:700;font-size:18px;font-family:Courier New,monospace;margin-right:12px}.offer-fee{color:#6c757d;font-size:14px;font-weight:500}.offers-list::-webkit-scrollbar,.payment-methods-list::-webkit-scrollbar{width:6px}.offers-list::-webkit-scrollbar-track,.payment-methods-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.offers-list::-webkit-scrollbar-thumb,.payment-methods-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.offers-list::-webkit-scrollbar-thumb:hover,.payment-methods-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 600px){.offers-modal{width:95%;max-height:95vh;border-radius:16px}.offers-modal-header{padding:20px 20px 16px}.offers-list{padding:0 20px 16px}.offer-item{padding:16px;margin-bottom:12px}.offer-header{flex-direction:column;align-items:flex-start;gap:12px}.offer-amount{text-align:left}.offer-details{flex-direction:column;gap:12px;align-items:flex-start}.select-offer-btn{width:100%;padding:12px}.provider-info-section,.payment-methods-list{padding:16px 20px}}.payment-page{min-height:100vh;background:linear-gradient(135deg,#1e1e2e,#2d2d44);display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-container{text-align:center;color:#fff;background:#ffffff0d;padding:40px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);max-width:400px;width:100%}.loading-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.1);border-left:4px solid #ff6b9d;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-container h2{margin:0 0 10px;font-size:24px;font-weight:600;color:#fff}.loading-container p{margin:0;color:#a0a0a0;font-size:16px}.error-container{text-align:center;color:#fff;background:#ffffff0d;padding:40px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);max-width:400px;width:100%}.error-icon{font-size:48px;margin-bottom:20px}.error-container h2{margin:0 0 15px;font-size:24px;font-weight:600;color:#ff6b9d}.error-container p{margin:0 0 25px;color:#a0a0a0;font-size:16px;line-height:1.5}.retry-button{background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b9d4d}.payment-info{background:#ffffff0d;padding:40px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);max-width:500px;width:100%;color:#fff}.payment-info h2{margin:0 0 30px;font-size:28px;font-weight:600;text-align:center;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.payment-details{display:flex;flex-direction:column;gap:20px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.detail-row .label{font-weight:500;color:#a0a0a0;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.detail-row .value{font-weight:600;color:#fff;font-size:16px}@media (max-width: 768px){.payment-page{padding:15px}.loading-container,.error-container,.payment-info{padding:30px 20px}.payment-info h2{font-size:24px}.detail-row{flex-direction:column;gap:8px;text-align:center}}.orders-container{width:100%;margin:0;padding:0 5% 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.password-form{max-width:400px;margin:100px auto;padding:40px;background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;text-align:center}.password-form h2{margin:0 0 20px;color:#374151;font-size:1.8rem;font-weight:600}.password-form p{margin:0 0 25px;color:#6b7280;font-size:1rem}.password-form form{display:flex;flex-direction:column;gap:20px}.password-input{padding:12px 16px;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.password-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-submit{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.password-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.password-error{color:#ef4444;font-size:.9rem;margin:0;font-weight:500}.orders-header{text-align:center;margin-bottom:40px;padding:30px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px}.orders-header h1{margin:0 0 10px;font-size:2.5rem;font-weight:700}.orders-header p{margin:0;font-size:1.1rem;opacity:.9}.filters-section{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px}.filters-section h3{margin:0 0 20px;color:#374151;font-size:1.3rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:8px;font-weight:600;color:#4b5563;font-size:.9rem}.filter-group select,.filter-group input{padding:10px 12px;border:2px solid #E5E7EB;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.orders-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.orders-summary{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid #E5E7EB;background:#f9fafb}.orders-info{flex:1}.orders-info h3{margin:0 0 10px;color:#374151;font-size:1.3rem}.sorting-info{margin-bottom:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sorting-badge{display:inline-block;background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #E5E7EB;margin-right:10px}.new-orders-badge{display:inline-block;background:#10b981;color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #059669;animation:pulse 2s infinite}.offset-info{display:inline-block;background:#3b82f6;color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #2563EB}.domain-info{display:inline-block;background:#8b5cf6;color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #7C3AED}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.orders-progress{display:flex;align-items:center;gap:15px}.progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;max-width:200px}.progress-fill{height:100%;background:linear-gradient(135deg,#10b981,#059669);transition:width .3s ease}.progress-text{font-size:.85rem;color:#6b7280;font-weight:500;min-width:80px}.orders-actions{display:flex;gap:15px;align-items:center}.orders-summary h3{margin:0;color:#374151;font-size:1.3rem}.refresh-button{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.refresh-button:hover{background:#5a67d8}.check-new-button{background:#10b981;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.check-new-button:hover{background:#059669}.force-latest-button{background:#8b5cf6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.force-latest-button:hover{background:#7c3aed}.load-more-button{background:#10b981;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.load-more-button:hover{background:#059669}.load-more-button:disabled{background:#9ca3af;cursor:not-allowed}.load-all-button{background:#8b5cf6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.load-all-button:hover{background:#7c3aed}.load-all-button:disabled{background:#9ca3af;cursor:not-allowed}.logout-button{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background:#dc2626}.orders-list{padding:25px}.order-item{background:#fff;border:1px solid #E5E7EB;border-radius:12px;margin-bottom:15px;overflow:hidden;transition:box-shadow .2s ease}.order-item:hover{box-shadow:0 4px 12px #0000001a}.order-summary{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background:#f9fafb;transition:background-color .2s ease}.order-summary:hover{background:#f3f4f6}.order-summary .order-id{font-size:.95rem;color:#374151;font-weight:500}.expand-icon{color:#6b7280;font-size:.8rem;font-weight:700;transition:transform .2s ease}.order-details-expanded{padding:20px;border-top:1px solid #E5E7EB;background:#fff}.status-badge{color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.order-details{margin-bottom:20px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #F9FAFB}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:600;color:#4b5563;font-size:.9rem}.detail-row .value{color:#1f2937;font-size:.9rem;text-align:right;max-width:60%}.wallet-address{font-family:Courier New,monospace;font-size:.8rem;word-break:break-all;color:#6b7280}.fail-reason{background:#fef2f2;border:1px solid #FECACA;border-radius:6px;padding:8px 12px;margin:8px 0}.fail-reason .label{color:#dc2626;font-weight:700}.fail-reason-value{color:#dc2626;font-weight:600}.order-actions{text-align:center;padding-top:15px;border-top:1px solid #F3F4F6}.redirect-button{display:inline-block;background:#10b981;color:#fff;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:600;transition:background-color .2s ease}.redirect-button:hover{background:#059669}.loading-spinner,.error-message,.no-orders{text-align:center;padding:60px 20px}.spinner{width:40px;height:40px;border:4px solid #F3F4F6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.error-message h3{color:#dc2626;margin-bottom:10px}.retry-button{background:#dc2626;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;margin-top:15px}.retry-button:hover{background:#b91c1c}.no-orders p{color:#6b7280;font-size:1.1rem}.loading-more{text-align:center;padding:30px 20px;color:#6b7280}.loading-more .spinner{width:30px;height:30px;border:3px solid #F3F4F6;border-top:3px solid #10B981;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 15px}.load-more-section{text-align:center;padding:30px 20px;border-top:1px solid #E5E7EB}@media (max-width: 768px){.orders-container{padding:15px}.orders-header h1{font-size:2rem}.filters-grid{grid-template-columns:1fr}.orders-list{padding:15px}.order-item{margin-bottom:10px}.order-summary{flex-direction:column;align-items:flex-start;gap:10px;padding:15px}.orders-summary{flex-direction:column;align-items:flex-start;gap:20px}.orders-info{width:100%}.orders-progress{flex-direction:column;align-items:flex-start;gap:10px}.progress-bar{max-width:100%}.detail-row{flex-direction:column;align-items:flex-start;gap:5px}.detail-row .value{text-align:left;max-width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.popular-filters{display:none}.widget-container{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-radius:20px;box-shadow:0 20px 40px #0000004d;padding:32px;width:100%;max-width:600px;min-width:500px;min-height:700px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.auto-fill-indicator{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;padding:12px 16px;margin-bottom:20px;animation:slideDown .3s ease-out}.auto-fill-message{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:500;text-align:center;justify-content:center}.auto-fill-icon{font-size:16px;animation:pulse 1.5s infinite}.processing-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1e1e2ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.processing-content{text-align:center;color:#fff;max-width:400px;padding:20px}.processing-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.1);border-left:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.processing-content h3{font-size:24px;font-weight:600;margin-bottom:16px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.processing-content p{font-size:16px;margin-bottom:16px;color:#e2e8f0}.processing-content ul{text-align:left;list-style:none;padding:0}.processing-content li{font-size:14px;color:#cbd5e1;position:relative;padding:8px 0 8px 24px}.processing-content li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.header{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.logo{display:flex;align-items:center}.hexagon{display:none}.hexagon-inner{width:20px;height:20px;background:linear-gradient(135deg,#ff6b9d,#c44569);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.brand-title{display:flex;align-items:center;justify-content:center;gap:12px}.brand-logo{height:50px;width:auto;object-fit:contain}.brand-text{color:#fff;font-size:20px;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;display:none}.language-selector{display:none;align-items:center;gap:8px;color:#a0a0a0;font-size:14px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .3s ease}.language-selector:hover{background:#ffffff1a;color:#fff}.flag{font-size:16px}.dropdown-arrow{color:#a0a0a0;transition:transform .2s ease}.language-selector:hover .dropdown-arrow{color:#fff;transform:translateY(1px)}.section{background:#ffffff08;padding:24px;border-radius:16px;margin-bottom:20px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wallet-section .section-label{margin-bottom:10px!important}.section-label{display:block;font-size:10px;font-weight:600;color:#a0a0a0;margin-bottom:-9px;text-transform:uppercase;letter-spacing:.5px}.you-pay-section{background:#ffffff08}.amount-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.amount-input-container{display:flex;align-items:center;gap:8px}.amount-currency{font-size:32px;font-weight:700;color:#fff;font-family:Courier New,monospace}.amount{font-size:32px;font-weight:700;color:#fff;font-family:Courier New,monospace;text-align:left}.amount-input{font-size:32px;font-weight:700;color:#fff;font-family:Courier New,monospace;background:transparent;border:none;outline:none;width:120px;text-align:left;-moz-appearance:textfield}.amount-input::-webkit-outer-spin-button,.amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amount-input::placeholder{color:#ffffff80}.currency-selector{display:flex;align-items:center;gap:8px;background:#ffffff1a;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.currency-selector:hover{background:#ffffff26;border-color:#ffffff4d}.currency-code{font-size:16px;font-weight:600;color:#fff}.currency-name{font-size:11px;font-weight:400;color:#a0a0a0;margin-top:2px;text-align:left}.crypto-selector-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.you-receive-section,.pay-with-section{background:#ffffff08}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.view-all-offers-btn{background:none;border:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;display:flex;align-items:center;gap:4px;transition:color .3s ease}.view-all-offers-btn:hover{color:#fff}.arrow-right{color:#6c757d;transition:transform .3s ease}.view-all-offers-btn:hover .arrow-right{transform:translate(2px)}.payment-method-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease}.payment-method-card:hover{background:#f8f9fa;border-color:#dee2e6}.payment-method-info{display:flex;align-items:center;gap:12px}.payment-provider-icon{width:32px;height:32px;object-fit:contain}.payment-provider-fallback{width:32px;height:32px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.payment-method-icon{width:48px;height:24px;object-fit:contain}.payment-provider-name{color:#000;font-weight:600;font-size:16px}.payment-separator{color:#000;font-size:16px;font-weight:600}.optimal-badge{background:#28a745;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:6px}.best-offer-card{position:relative;border-color:#e9ecef;background:#fff}.best-offer-badge{position:absolute;top:-10px;left:20px;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:1}.payment-method-placeholder{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;text-align:center;color:#a0a0a0;font-size:14px}.payment-method-name{color:#fff;font-weight:600;font-size:16px}.crypto-selector{display:flex;align-items:center;gap:8px;background:#ffffff1a;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.crypto-selector:hover{background:#ffffff26;border-color:#ffffff4d}.crypto-icon{font-size:20px}.crypto-chain-name{font-size:12px;color:#a0a0a0;margin-top:12px;text-align:center;background:#ffffff0d;padding:8px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);display:inline-block;margin-left:50%;transform:translate(-50%)}.more-quotes-btn{background:none;border:none;color:#a0a0a0;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s ease;padding:8px 12px;border-radius:8px}.more-quotes-btn:hover{color:#fff;background:#ffffff1a}.wallet-section{margin-bottom:24px}.wallet-address-field{width:100%;padding:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:14px;transition:all .3s ease;font-family:Courier New,monospace}.wallet-address-field:focus{outline:none;border-color:#ff6b9d;background:#ffffff14}.wallet-address-field.valid{border-color:#4ade80;background:#4ade800d}.wallet-address-field.invalid{border-color:#f87171;background:#f871710d}.wallet-address-field::placeholder{color:#a0a0a0}.validation-message{margin-top:8px;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:500}.validation-message.valid{background:#4ade801a;color:#4ade80;border:1px solid rgba(74,222,128,.2)}.validation-message.invalid{background:#f871711a;color:#f87171;border:1px solid rgba(248,113,113,.2)}.currency-icon{width:35px;height:35px;border-radius:50%;object-fit:cover;display:block}.currency-fallback-icon{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#c44569);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;text-transform:uppercase}.currency-selector{display:flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .3s ease;min-width:120px}.currency-selector .currency-icon{width:23px;height:23px;border-radius:50%;object-fit:cover;display:block}.currency-selector:hover{background:#ffffff1a;border-color:#fff3}.crypto-selector{display:flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .3s ease;min-width:120px}.crypto-selector:hover{background:#ffffff1a;border-color:#fff3}.payment-section{background:#ffffff08}.payment-selector{display:flex;align-items:center;gap:12px;background:#ffffff1a;padding:16px 20px;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.payment-selector:hover{background:#ffffff26;border-color:#ffffff4d}.payment-icon{font-size:20px}.payment-text{color:#fff;font-weight:600;font-size:14px;flex:1}.buy-btn{width:100%;padding:18px;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;border:none;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:24px;box-shadow:0 8px 24px #ff6b9d4d}.buy-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #ff6b9d66}.buy-btn:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}.buy-btn:disabled:hover{transform:none;box-shadow:none}.footer{display:none;align-items:center;justify-content:space-between;padding:20px 24px;background:#ffffff08;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.theme-toggle{font-size:20px;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease}.theme-toggle:hover{background:#ffffff1a}.powered-by{color:#a0a0a0;font-size:12px;font-weight:500}.loading{text-align:center;color:#a0a0a0;font-size:16px;padding:40px 0}@media (max-width: 600px){.widget-container{margin:10px;border-radius:16px;max-width:calc(100% - 20px)}.header,.section{padding:20px}.buy-btn{margin:20px;width:calc(100% - 40px)}.amount-input{font-size:28px;width:100px}.provider-info{flex-direction:column;gap:16px;align-items:flex-start}.footer{padding:16px 20px}.brand-title{font-size:18px}}.currency-selector:hover,.crypto-selector:hover,.payment-selector:hover{border-color:#ffffff4d}.wallet-address-field:focus{transform:scale(1.01)}.currency-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.currency-selector-content{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-radius:20px;padding:24px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #00000080}.currency-selector-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.currency-selector-title{color:#fff;font-size:18px;font-weight:600}.currency-selector-close{background:none;border:none;color:#a0a0a0;font-size:24px;cursor:pointer;padding:4px;border-radius:4px;transition:all .3s ease}.currency-selector-close:hover{color:#fff;background:#ffffff1a}.currency-list{display:flex;flex-direction:column;gap:8px}.currency-item{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease}.currency-item:hover{background:#ffffff1a;border-color:#fff3}.currency-item.selected{background:#ff6b9d33;border-color:#ff6b9d}.currency-item-icon{width:32px;height:32px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:16px}.currency-item-info{flex:1}.currency-item-code{color:#fff;font-weight:600;font-size:16px;margin-bottom:2px}.currency-item-name{color:#a0a0a0;font-size:12px}
