:root{font-family:Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#2d3748;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:.5em;color:#1a202c}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1em;color:#4a5568}a{font-weight:500;color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#5a67d8;text-decoration:underline}button{border-radius:10px;border:2px solid transparent;padding:12px 24px;font-size:1rem;font-weight:600;font-family:inherit;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}button:focus{outline:none;box-shadow:0 0 0 3px #667eea4d}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button.secondary{background:transparent;color:#667eea;border-color:#667eea}button.secondary:hover:not(:disabled){background:#667eea;color:#fff}input,textarea,select{font-family:inherit;font-size:1rem;border:2px solid #e2e8f0;border-radius:10px;padding:12px 16px;transition:all .3s ease;background:#f7fafc}input:focus,textarea:focus,select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}input::placeholder{color:#a0aec0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-column{flex-direction:column}.gap-16{gap:16px}.gap-24{gap:24px}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.slide-in{animation:slideIn .5s ease-out}.pulse{animation:pulse 2s infinite}@media (max-width: 768px){:root{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}button{padding:10px 20px;font-size:.9rem}.container{padding:0 15px}}@media (max-width: 480px){:root{font-size:13px}h1{font-size:1.75rem}}*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;min-height:100vh;margin:0 auto}.page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:480px;margin:0 auto}.card h1{font-size:2.2rem;font-weight:700;color:#2d3748;margin-bottom:10px;text-align:center}.card p{color:#718096;text-align:center;margin-bottom:30px;font-size:1.1rem}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:600;color:#4a5568;margin-bottom:8px;font-size:.95rem}.form-input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f7fafc}.form-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-input::placeholder{color:#a0aec0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;gap:8px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:100%}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.link:hover{color:#5a67d8;text-decoration:underline}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mt-30{margin-top:30px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width: 768px){.page-container{padding:15px}.card{padding:30px 25px;margin:10px}.card h1{font-size:1.8rem}}@media (max-width: 480px){.card{padding:25px 20px}.card h1{font-size:1.6rem}}.app{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.config-page,.users-page,.withdrawals-page{min-height:calc(100vh - 64px);padding:20px;max-width:1400px;margin:0 auto}.config-header,.users-header,.withdrawals-header{text-align:center;margin-bottom:30px}.config-header h1,.users-header h1,.withdrawals-header h1{font-size:2.2rem;color:#2d3748;margin-bottom:10px}.config-header p,.users-header p,.withdrawals-header p{color:#718096;font-size:1.1rem}@media (max-width: 768px){.config-page,.users-page,.withdrawals-page{min-height:calc(100vh - 56px);padding:15px}.config-header h1,.users-header h1,.withdrawals-header h1{font-size:1.8rem}}@media (max-width: 640px){.config-page,.users-page,.withdrawals-page{min-height:calc(100vh - 120px)}}.config-form-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.config-form{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 20px #00000014;margin-bottom:30px}.form-section{margin-bottom:40px}.section-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.section-subtitle{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:15px}.input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.input-group{display:flex;flex-direction:column}.input-label{font-weight:500;color:#333;margin-bottom:5px;font-size:.9rem}.input-field{padding:12px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fafbfc}.input-field:focus{outline:none;border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a}.input-description{font-size:.8rem;color:#666;margin-top:4px}.form-actions{display:flex;align-items:center;gap:15px;margin-top:30px}.submit-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fee;color:#c33;padding:10px 15px;border-radius:6px;border:1px solid #fcc;font-size:.9rem}.wallets-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 20px #00000014}.wallets-list{display:grid;gap:20px;margin-bottom:30px}.wallet-card{border:2px solid #f0f0f0;border-radius:10px;padding:20px;transition:all .3s ease}.wallet-card:hover{border-color:#007bff;box-shadow:0 4px 15px #007bff1a}.wallet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.wallet-currency{font-size:1.2rem;font-weight:600;color:#007bff;margin:0}.delete-button{background:#f44;color:#fff;border:none;width:30px;height:30px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.delete-button:hover{background:#c00;transform:scale(1.1)}.wallet-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.qr-section{grid-column:1 / -1}.qr-preview{margin:10px 0}.qr-image{max-width:150px;max-height:150px;border:1px solid #ddd;border-radius:8px;padding:5px}.no-qr{color:#999;font-style:italic;margin:10px 0}.qr-upload{display:flex;gap:10px;align-items:center;margin-top:10px}.file-input{display:none}.file-label{background:#f8f9fa;border:2px dashed #dee2e6;padding:8px 15px;border-radius:6px;cursor:pointer;transition:all .3s ease}.file-label:hover{border-color:#007bff;background:#e7f3ff}.upload-button{background:#28a745;color:#fff;border:none;padding:8px 15px;border-radius:6px;cursor:pointer;transition:all .3s ease}.upload-button:hover:not(:disabled){background:#218838}.upload-button:disabled{opacity:.6;cursor:not-allowed}.add-wallet-section{border-top:2px solid #f0f0f0;padding-top:20px}.new-wallet-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;align-items:end}.add-button{background:#28a745;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;height:fit-content}.add-button:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.add-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.config-form-container{padding:10px}.config-form,.wallets-section{padding:20px}.input-grid,.wallet-fields,.new-wallet-form{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:stretch}}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e2e8f0}.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 20px;height:64px}.nav-logo .logo-link{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;color:#2d3748;text-decoration:none;transition:color .3s ease}.nav-logo .logo-link:hover{color:#667eea}.logo-icon{font-size:1.5rem}.nav-menu{display:flex;align-items:center;gap:8px}.nav-link{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;text-decoration:none;color:#4a5568;font-weight:500;transition:all .3s ease;border:1px solid transparent}.nav-link:hover{background:#f7fafc;color:#2d3748}.nav-link.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea33}.nav-icon{font-size:1.1rem}.nav-actions .logout-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid #fed7d7;background:#fff5f5;color:#e53e3e;font-weight:500;transition:all .3s ease;cursor:pointer;font-family:inherit;font-size:.95rem}.nav-actions .logout-btn:hover{background:#e53e3e;color:#fff;border-color:#e53e3e}.logout-icon{font-size:1.1rem}@media (max-width: 768px){.nav-container{padding:0 15px;height:56px}.nav-menu{gap:4px}.nav-link{padding:6px 12px;font-size:.9rem}.nav-logo .logo-link{font-size:1.1rem}.logo-icon{font-size:1.3rem}}@media (max-width: 640px){.nav-container{flex-direction:column;height:auto;padding:10px 15px;gap:10px}.nav-menu{order:3;width:100%;justify-content:center}.nav-logo{order:1}.nav-actions{order:2}}.config-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.config-header{text-align:center;margin-bottom:30px}.config-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.config-header p{font-size:1.1rem;color:#666;margin:0}.users-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.users-header{text-align:center;margin-bottom:30px}.users-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.users-header p{font-size:1.1rem;color:#666;margin:0}.users-list-container{max-width:1400px;margin:0 auto}.users-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.search-box{flex:1;max-width:400px}.search-input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;background:#fff}.search-input:focus{outline:none;border-color:#007bff}.users-stats{font-weight:600;color:#666}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.user-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #00000014;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.user-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#007bff}.user-card-header{display:flex;align-items:center;margin-bottom:15px;gap:12px}.user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.user-info{flex:1}.user-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}.user-telegram{color:#666;font-size:.9rem;margin:0}.user-status{padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600}.user-status.active{background:#d4edda;color:#155724}.user-status.banned{background:#f8d7da;color:#721c24}.user-details{margin-bottom:15px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#666;font-weight:500}.balance{font-weight:600;color:#28a745}.role{padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.role.user{background:#e3f2fd;color:#1976d2}.role.admin{background:#fff3e0;color:#f57c00}.user-card-footer{border-top:1px solid #f0f0f0;padding-top:10px}.create-date{font-size:.8rem;color:#999}.no-users{text-align:center;padding:60px 20px;color:#666}.loading{text-align:center;padding:40px;font-size:1.1rem;color:#666}.error-message{background:#fee;color:#c33;padding:20px;border-radius:8px;text-align:center;margin:20px 0}@media (max-width: 768px){.users-controls{flex-direction:column;align-items:stretch}.search-box{max-width:none}.users-grid{grid-template-columns:1fr}}.user-details-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 20px #00000014;overflow:hidden}.user-details-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.back-button{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500}.back-button:hover{background:#5a6268}.header-actions{display:flex;gap:10px}.ban-button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.ban-button.ban{background:#dc3545;color:#fff}.ban-button.ban:hover{background:#c82333}.ban-button.unban{background:#28a745;color:#fff}.ban-button.unban:hover{background:#218838}.ban-button:disabled{opacity:.6;cursor:not-allowed}.edit-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500}.edit-button:hover{background:#0056b3}.user-details-content{padding:30px}.user-profile{display:flex;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:2rem;margin-right:20px}.profile-info{flex:1}.profile-name{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.profile-telegram{color:#666;font-size:1.1rem;margin:0 0 8px}.profile-status{display:inline-block;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.9rem}.profile-status.active{background:#d4edda;color:#155724}.profile-status.banned{background:#f8d7da;color:#721c24}.user-sections{display:flex;flex-direction:column;gap:30px}.section{background:#f8f9fa;border-radius:8px;padding:20px}.section-title{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #dee2e6}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.info-group{display:flex;flex-direction:column;gap:5px}.info-group label{font-weight:600;color:#495057;font-size:.9rem}.info-group span{color:#1a1a1a}.role-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.role-badge.user{background:#e3f2fd;color:#1976d2}.role-badge.admin{background:#fff3e0;color:#f57c00}.finance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.finance-card{background:#fff;padding:15px;border-radius:6px;border:1px solid #dee2e6}.finance-label{font-size:.9rem;color:#6c757d;margin-bottom:5px}.finance-value{font-size:1.2rem;font-weight:600;color:#28a745}.add-balance-section{background:#fff;padding:15px;border-radius:6px;border:1px solid #dee2e6}.add-balance-section h4{margin:0 0 15px;color:#495057}.add-balance-controls{display:flex;gap:10px;align-items:center}.balance-input{flex:1;padding:10px;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.add-balance-button{background:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:500}.add-balance-button:hover:not(:disabled){background:#218838}.add-balance-button:disabled{opacity:.6;cursor:not-allowed}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.stat-item{background:#fff;padding:15px;border-radius:6px;border:1px solid #dee2e6;text-align:center}.stat-label{font-size:.9rem;color:#6c757d;margin-bottom:5px}.stat-value{font-size:1.1rem;font-weight:600}.stat-value.trading{color:#28a745}.stat-value.not-trading,.stat-value.banned{color:#dc3545}.stat-value.allowed{color:#28a745}.system-info{display:flex;flex-direction:column;gap:10px}.system-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e9ecef}.system-item:last-child{border-bottom:none}.system-item span:first-child{font-weight:600;color:#495057}.edit-input{padding:8px 12px;border:1px solid #ced4da;border-radius:4px;font-size:1rem;width:100%}.edit-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.edit-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.save-button{background:#28a745;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:500}.save-button:hover:not(:disabled){background:#218838}.save-button:disabled{opacity:.6;cursor:not-allowed}.cancel-button{background:#6c757d;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:500}.cancel-button:hover{background:#5a6268}@media (max-width: 768px){.user-details-header{flex-direction:column;gap:15px;align-items:stretch}.header-actions{justify-content:center}.user-profile{flex-direction:column;text-align:center}.profile-avatar{margin-right:0;margin-bottom:15px}.info-grid,.finance-grid,.stats-grid{grid-template-columns:1fr}.add-balance-controls,.edit-actions{flex-direction:column}}.message{padding:12px 16px;margin-bottom:16px;border-radius:4px;font-weight:500}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.integration-settings{background:#f8f9fa;border-radius:8px;padding:20px}.integration-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #e9ecef}.integration-item:last-child{border-bottom:none}.integration-info{display:flex;flex-direction:column}.integration-label{font-weight:600;margin-bottom:5px;color:#333}.integration-description{font-size:14px;color:#666}.toggle-button{padding:8px 16px;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s ease}.toggle-button.active{background:#28a745;color:#fff}.toggle-button.inactive{background:#6c757d;color:#fff}.toggle-button:disabled{opacity:.6;cursor:not-allowed}.trading-status{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;border:1px solid #e9ecef}.trading-status-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.status-label{font-weight:600;color:#495057}.status-value{font-weight:600;padding:6px 12px;border-radius:20px;font-size:.9rem}.status-value.trading{background:#d4edda;color:#155724}.status-value.stopped{background:#f8d7da;color:#721c24}.trading-actions{display:flex;gap:10px;align-items:center}.start-trading-controls{display:flex;gap:10px;align-items:center;flex:1}.duration-select{flex:1;padding:10px;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.trading-button{padding:10px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.trading-button.start{background:#28a745;color:#fff}.trading-button.start:hover:not(:disabled){background:#218838}.trading-button.stop{background:#dc3545;color:#fff}.trading-button.stop:hover:not(:disabled){background:#c82333}.trading-button:disabled{opacity:.6;cursor:not-allowed}.trading-percentages{background:#fff;padding:20px;border-radius:8px;border:1px solid #e9ecef}.percentages-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.percentages-header h4{margin:0;color:#495057}.edit-percentages-button{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem}.edit-percentages-button:hover{background:#0056b3}.percentages-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px}.percentage-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#f8f9fa;border-radius:4px}.duration-name{font-weight:600;color:#495057}.percentage-value{font-weight:600;color:#28a745}.default-info{font-size:.8rem;color:#6c757d}.percentages-edit{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.percentage-edit-item{display:flex;align-items:center;gap:10px;padding:10px;background:#f8f9fa;border-radius:4px}.percentage-edit-item label{font-weight:600;min-width:100px;color:#495057}.percentage-input{width:80px;padding:8px;border:1px solid #ced4da;border-radius:4px;text-align:center}.save-percentages-button{grid-column:1 / -1;background:#28a745;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;justify-self:start}.save-percentages-button:hover{background:#218838}@media (max-width: 768px){.trading-status-info{flex-direction:column;align-items:flex-start;gap:10px}.start-trading-controls{flex-direction:column}.percentages-header{flex-direction:column;align-items:flex-start;gap:10px}.percentage-item,.percentage-edit-item{flex-direction:column;align-items:flex-start;gap:5px}}.withdrawals-page{padding:20px}.withdrawals-header{margin-bottom:30px}.withdrawals-header h1{margin:0 0 10px;color:#333}.withdrawals-header p{margin:0;color:#666}.withdrawals-container{padding:20px}.withdrawals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.withdrawals-header h2{margin:0;color:#333}.withdrawals-stats{display:flex;gap:20px;font-weight:700}.withdrawals-section{margin-bottom:40px}.withdrawals-section h3{margin-bottom:20px;color:#555;border-bottom:2px solid #eee;padding-bottom:10px}.withdrawals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.withdrawal-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;border-left:4px solid #007bff}.withdrawal-card.pending{border-left-color:#ffc107;background:#fffbf0}.withdrawal-card.processed{opacity:.7;border-left-color:#6c757d}.withdrawal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.status-processing{background:#cce7ff;color:#004085}.status-cancelled{background:#f8d7da;color:#721c24}.withdrawal-details{margin-bottom:15px}.withdrawal-actions{display:flex;gap:10px}.deposits-page{padding:20px}.deposits-header{margin-bottom:30px}.deposits-header h1{margin:0 0 10px;color:#333}.deposits-header p{margin:0;color:#666}.deposits-container{padding:20px}.deposits-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.deposits-header h2{margin:0;color:#333}.deposits-stats{display:flex;gap:20px;font-weight:700}.deposits-section{margin-bottom:40px}.deposits-section h3{margin-bottom:20px;color:#555;border-bottom:2px solid #eee;padding-bottom:10px}.deposits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.deposit-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;border-left:4px solid #007bff}.deposit-card.pending{border-left-color:#ffc107;background:#fffbf0}.deposit-card.processed{opacity:.7;border-left-color:#6c757d}.deposit-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.user-info{display:flex;flex-direction:column}.user-info strong{margin-bottom:5px}.status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.status-pending{background:#fff3cd;color:#856404}.status-completed{background:#d4edda;color:#155724}.status-rejected{background:#f8d7da;color:#721c24}.deposit-details{margin-bottom:15px}.detail-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}.detail-row span:first-child{font-weight:600;color:#666}.transaction-hash{font-family:monospace;font-size:12px;word-break:break-all}.deposit-actions{display:flex;gap:10px}.btn-primary{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.btn-danger{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.btn-secondary{background:#6c757d;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:30px;border-radius:8px;min-width:400px;max-width:500px}.modal h3{margin-top:0}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:600}.form-input,.form-select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.no-data{text-align:center;padding:40px;color:#666;font-style:italic}.loading,.error-message{text-align:center;padding:40px;font-size:18px}.error-message{color:#dc3545}
