*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#0f172a;color:#f8fafc;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#1e293b;border-radius:12px;box-shadow:0 4px 20px #0000004d;padding:30px;border:1px solid #334155}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.btn-google{background:#4285f4;color:#fff}.btn-google:hover{background:#5a9cf4}.btn-logout{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3)}.btn-logout:hover{background:#ef44444d}.btn-primary{width:100%;background:#6366f1;color:#fff}.btn-primary:hover{background:#818cf8}.btn-primary:disabled{background:#4338ca;opacity:.5;cursor:not-allowed}.btn-secondary{background:#475569;color:#f8fafc}.btn-secondary:hover{background:#64748b}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#f87171}.btn-sm{padding:8px 16px;font-size:14px}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.login-card{text-align:center;min-width:380px;max-width:420px}.login-card h1{margin-bottom:10px;color:#f8fafc}.login-card p{margin-bottom:20px;color:#94a3b8}.tabs{display:flex;margin-bottom:20px;border-bottom:2px solid #334155}.tab{flex:1;padding:12px;background:none;border:none;font-size:15px;cursor:pointer;color:#94a3b8;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-2px}.tab:hover{color:#f8fafc}.tab.active{color:#6366f1;border-bottom-color:#6366f1;font-weight:500}.auth-form{text-align:left}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;color:#e2e8f0;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:1px solid #475569;border-radius:8px;font-size:15px;transition:all .2s;background:#1e293b;color:#f8fafc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group small{display:block;margin-top:6px;font-size:13px;color:#64748b}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.error-message{background:#ef444426;color:#f87171;padding:12px 14px;border-radius:8px;font-size:14px;margin-bottom:16px;border:1px solid rgba(239,68,68,.3)}.divider{display:flex;align-items:center;margin:20px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#334155}.divider span{padding:0 15px;color:#64748b;font-size:14px}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#1e293b;color:#f8fafc;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;border-right:1px solid #334155}.sidebar-header{padding:24px 20px;border-bottom:1px solid #334155}.sidebar-header h2{font-size:20px;font-weight:600;color:#f8fafc}.sidebar-nav{flex:1;padding:20px 12px}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#94a3b8;text-decoration:none;border-radius:8px;margin-bottom:4px;transition:all .2s}.sidebar-nav a:hover{background:#6366f11a;color:#f8fafc}.sidebar-nav a.active{background:#6366f1;color:#fff}.sidebar-nav .icon{font-size:20px}.sidebar-footer{padding:16px;border-top:1px solid #334155}.user-profile{display:flex;align-items:center;gap:12px;margin-bottom:12px}.user-avatar-small{width:40px;height:40px;border-radius:50%}.user-info-small{flex:1;min-width:0}.user-name{font-size:14px;font-weight:500;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-logout-small{width:100%;padding:10px 12px;background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3);border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.btn-logout-small:hover{background:#ef444440}.main-content{flex:1;margin-left:260px;padding:32px;background:#0f172a;min-height:100vh}.page-header{margin-bottom:32px}.page-header h1{font-size:32px;color:#f8fafc;margin-bottom:8px;font-weight:700}.page-header p{color:#94a3b8;font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#1e293b;padding:24px;border-radius:12px;border:1px solid #334155;display:flex;gap:16px;transition:all .2s}.stat-card:hover{border-color:#6366f1;box-shadow:0 4px 20px #6366f126}.stat-icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#6366f126;border-radius:12px}.stat-content{flex:1}.stat-label{font-size:14px;color:#94a3b8;margin-bottom:6px}.stat-value{font-size:28px;font-weight:700;color:#f8fafc;margin-bottom:4px}.stat-detail{font-size:13px;color:#64748b}.dashboard-section{background:#1e293b;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #334155}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h2{font-size:20px;color:#f8fafc;font-weight:600}.empty-state{text-align:center;padding:60px 20px}.empty-state p{color:#94a3b8;margin:12px 0 24px}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.6}.empty-state h3{color:#f8fafc;margin-bottom:8px}.bots-list{display:flex;flex-direction:column;gap:12px}.bot-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#334155;border-radius:10px;transition:all .2s;border:1px solid transparent}.bot-item:hover{border-color:#6366f1;background:#3f4f6b}.bot-info .bot-name{font-weight:500;color:#f8fafc;margin-bottom:4px}.bot-info .bot-type{font-size:14px;color:#94a3b8}.bot-status{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.status-badge{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-active{background:#22c55e33;color:#4ade80}.status-paused{background:#f59e0b33;color:#fbbf24}.status-stopped{background:#ef444433;color:#f87171}.bot-last-run{font-size:12px;color:#64748b}.warning-box{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:10px;margin-bottom:24px}.warning-icon{font-size:24px}.warning-box strong{display:block;margin-bottom:4px;color:#fbbf24}.warning-box p{margin:0;color:#fcd34d;font-size:14px}.quick-actions{background:#1e293b;border-radius:12px;padding:24px;border:1px solid #334155}.quick-actions h2{font-size:20px;color:#f8fafc;margin-bottom:20px;font-weight:600}.actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.action-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#334155;border-radius:12px;text-decoration:none;color:inherit;transition:all .2s;border:1px solid transparent}.action-card:hover{background:#3f4f6b;border-color:#6366f1;transform:translateY(-2px)}.action-icon{font-size:32px}.action-label{font-size:14px;font-weight:500;color:#f8fafc;text-align:center}.loading-page{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:18px;color:#94a3b8}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:18px;color:#94a3b8}.info-box{background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:10px;padding:16px;margin-bottom:24px;color:#a5b4fc;font-size:14px}.info-box strong{display:block;margin-bottom:6px;color:#c7d2fe}.filter-tabs{display:flex;gap:8px;margin-bottom:24px}.filter-tab{padding:10px 20px;background:#334155;border:1px solid #475569;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:#94a3b8}.filter-tab:hover{background:#3f4f6b;color:#f8fafc}.filter-tab.active{background:#6366f1;color:#fff;border-color:#6366f1}.bots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,340px));gap:20px;justify-content:start}.bot-card{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;transition:all .2s;max-width:340px}.bot-card:hover{border-color:#6366f1;box-shadow:0 8px 30px #6366f133}.bot-card.completed{opacity:.7;background:#0f172a}.bot-card.completed:hover{opacity:1}.bot-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #334155;background:#172033}.bot-card .header-left{display:flex;gap:12px;align-items:center}.bot-card .bot-icon{width:36px;height:36px;background:#6366f133;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#818cf8;flex-shrink:0}.bot-card .bot-icon svg{width:18px;height:18px}.bot-card .bot-name{font-size:15px;font-weight:600;color:#f8fafc;margin:0}.bot-card .bot-type{font-size:12px;color:#94a3b8}.bot-card .header-right{display:flex;align-items:center;gap:8px}.bot-card .status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600}.bot-card .status-dot{width:6px;height:6px;border-radius:50%}.bot-card .card-body{padding:16px}.bot-card .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bot-card .info-item{display:flex;flex-direction:column;gap:4px}.bot-card .info-item .info-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.bot-card .info-item .info-value{font-size:14px;color:#f8fafc;font-weight:600}.bot-card .worker-value.assigned{color:#4ade80}.bot-card .worker-value.unassigned{color:#64748b;font-style:italic;font-weight:400}.bot-card .volume-stats{margin-top:14px;padding-top:14px;border-top:1px solid #334155}.bot-card .volume-row{display:flex;gap:20px}.bot-card .volume-item{display:flex;flex-direction:column;gap:4px;flex:1}.bot-card .volume-label{font-size:10px;color:#64748b;text-transform:uppercase;font-weight:500}.bot-card .volume-value{font-size:15px;color:#f8fafc;font-weight:700}.bot-card .volume-value.total{color:#4ade80}.bot-card .volume-value.target{color:#818cf8}.bot-card .progress-container{display:flex;align-items:center;gap:12px;margin-top:10px}.bot-card .progress-bar{flex:1;height:8px;background:#334155;border-radius:4px;overflow:hidden}.bot-card .progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#22c55e);border-radius:4px}.bot-card .progress-text{font-size:12px;color:#94a3b8;font-weight:600;min-width:45px;text-align:right}.bot-card .card-actions{display:flex;flex-wrap:wrap;gap:8px;padding:14px 16px;border-top:1px solid #334155;background:#172033}.bot-card .action-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid #475569;border-radius:8px;background:#334155;color:#e2e8f0;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.bot-card .action-btn:hover{background:#3f4f6b;border-color:#6366f1}.bot-card .action-btn:disabled{opacity:.4;cursor:not-allowed}.bot-card .action-btn.start{background:#22c55e33;border-color:#22c55e66;color:#4ade80}.bot-card .action-btn.start:hover{background:#22c55e4d}.bot-card .action-btn.pause{background:#f59e0b33;border-color:#f59e0b66;color:#fbbf24}.bot-card .action-btn.pause:hover{background:#f59e0b4d}.bot-card .action-btn.stop{background:#ef444433;border-color:#ef444466;color:#f87171}.bot-card .action-btn.stop:hover{background:#ef44444d}.bot-card .action-btn.complete{background:#a855f733;border-color:#a855f766;color:#c084fc}.bot-card .action-btn.complete:hover{background:#a855f74d}.bot-card .action-btn.restore{background:#6366f133;border-color:#6366f166;color:#a5b4fc}.bot-card .action-btn.restore:hover{background:#6366f14d}.bot-card .action-btn.chart{background:#0ea5e933;border-color:#0ea5e966;color:#38bdf8}.bot-card .action-btn.chart:hover{background:#0ea5e94d}.bot-card .card-footer{padding:12px 16px;background:#ef44441a;border-top:1px solid rgba(239,68,68,.2)}.bot-card .footer-info{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:12px}.bot-card .error-info{display:flex;align-items:flex-start;gap:8px;color:#f87171;font-size:12px}.bot-card .error-info svg{flex-shrink:0;width:14px;height:14px;margin-top:1px}.bot-card .error-text{flex:1;word-break:break-word;line-height:1.4}.bot-card .error-count{color:#94a3b8;flex-shrink:0;font-weight:500}.footer-label{color:#64748b}.footer-value{color:#f8fafc}.bot-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px;margin-top:12px;display:flex;align-items:center;gap:10px;font-size:13px}.error-icon{font-size:16px}.error-count{color:#f87171;font-size:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#1e293b;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #00000080;border:1px solid #334155}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #334155}.modal-header h2{font-size:22px;color:#f8fafc;font-weight:600}.modal-close{background:#334155;border:none;font-size:20px;cursor:pointer;color:#94a3b8;padding:0;width:36px;height:36px;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#3f4f6b;color:#f8fafc}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #334155}.steps-indicator{display:flex;justify-content:space-between;margin-bottom:32px;position:relative}.steps-indicator:before{content:"";position:absolute;top:20px;left:40px;right:40px;height:2px;background:#334155;z-index:0}.step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1}.step-number{width:40px;height:40px;border-radius:50%;background:#1e293b;border:2px solid #475569;display:flex;align-items:center;justify-content:center;font-weight:600;color:#94a3b8;transition:all .3s}.step.active .step-number{background:#6366f1;border-color:#6366f1;color:#fff}.step-label{font-size:13px;color:#64748b;font-weight:500}.step.active .step-label{color:#818cf8}.step-content{min-height:300px}.step-content h3{font-size:20px;color:#f8fafc;margin-bottom:8px}.step-description{color:#94a3b8;margin-bottom:24px;font-size:14px}.bot-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:16px}.bot-type-card{padding:20px;border:2px solid #334155;border-radius:12px;cursor:pointer;transition:all .2s;background:#0f172a}.bot-type-card:hover{border-color:#6366f1;background:#6366f11a}.bot-type-card.selected{border-color:#6366f1;background:#6366f126}.bot-type-card h4{color:#f8fafc;margin-bottom:8px;font-size:16px}.bot-type-card p{color:#94a3b8;font-size:13px;margin:0}.coming-soon{text-align:center;padding:80px 20px}.coming-soon-icon{font-size:80px;margin-bottom:20px;opacity:.6}.coming-soon h2{color:#f8fafc;margin-bottom:12px}.coming-soon p{color:#94a3b8;font-size:16px}.dex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:32px}.dex-card{background:#1e293b;border-radius:12px;padding:20px;border:1px solid #334155;transition:all .2s}.dex-card:hover{border-color:#6366f1}.dex-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dex-card-header h3{font-size:18px;color:#f8fafc;font-weight:600}.dex-card-body{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.dex-info-row{display:flex;justify-content:space-between;font-size:14px;color:#94a3b8}.dex-info-row span:last-child{color:#f8fafc}.dex-card-footer{padding-top:12px;border-top:1px solid #334155}.dex-list-section{background:#1e293b;border-radius:12px;padding:24px;border:1px solid #334155}.dex-list-section h2{margin-bottom:16px;color:#f8fafc;font-weight:600}.dex-table{width:100%;border-collapse:collapse}.dex-table thead{background:#0f172a}.dex-table th{padding:14px 16px;text-align:left;font-weight:600;color:#e2e8f0;font-size:14px}.dex-table td{padding:14px 16px;border-top:1px solid #334155;font-size:14px;color:#94a3b8}.dex-table tbody tr:hover{background:#172033}.status-inactive{background:#64748b33;color:#94a3b8}.wallet-tabs-container{background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;margin-bottom:32px}.wallet-tabs{display:flex;gap:0;border-bottom:2px solid #334155;background:#172033;overflow-x:auto;padding:12px 20px 0}.wallet-tab{position:relative;display:flex;align-items:center;gap:12px;padding:14px 24px;background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .2s;font-size:15px;color:#94a3b8;white-space:nowrap;min-width:fit-content}.wallet-tab:hover{background:#6366f11a;color:#c7d2fe}.wallet-tab.active{background:#1e293b;color:#818cf8;border-bottom-color:#6366f1;font-weight:500}.tab-header{display:flex;align-items:center;gap:8px}.tab-icon{font-size:20px}.tab-name{font-size:15px;font-weight:500}.tab-status{font-size:12px;margin-left:4px}.tab-status.active{color:#4ade80}.tab-status.inactive{color:#f87171}.tab-delete{position:absolute;top:4px;right:4px;width:22px;height:22px;background:#ef444426;border:none;border-radius:50%;cursor:pointer;font-size:12px;color:#f87171;opacity:0;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0}.wallet-tab:hover .tab-delete{opacity:1}.tab-delete:hover{background:#ef44444d}.wallet-content{padding:32px;min-height:400px}.wallet-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#94a3b8}.wallet-empty .empty-icon{font-size:72px;margin-bottom:20px;opacity:.4}.wallet-empty h3{color:#f8fafc;margin-bottom:8px}.wallet-empty p{color:#64748b}.wallet-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.wallet-loading .spinner{width:48px;height:48px;border:4px solid #334155;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.wallet-loading p{color:#94a3b8;font-size:15px}.wallet-error{display:flex;align-items:center;justify-content:center;min-height:400px;color:#f87171}.wallet-info{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wallet-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #334155}.wallet-header h2{font-size:28px;color:#f8fafc;margin-bottom:8px;font-weight:700}.wallet-address{font-size:14px;color:#64748b;font-family:Courier New,monospace;margin-top:8px}.stablecoin-summary{margin-top:16px;padding:14px 18px;background:#22c55e1a;border-radius:10px;border-left:4px solid #22c55e;display:flex;flex-direction:column;gap:6px}.stablecoin-label{font-size:13px;color:#4ade80;font-weight:500}.stablecoin-value{font-size:24px;font-weight:700;color:#4ade80;letter-spacing:-.5px}.stablecoin-breakdown{font-size:12px;color:#64748b;font-family:Courier New,monospace}.wallet-timestamp{font-size:13px;color:#64748b;text-align:right}.wallet-section{margin-bottom:32px}.wallet-section h3{font-size:20px;color:#f8fafc;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-weight:600}.wallet-table{width:100%;border-collapse:collapse;background:#172033;border:1px solid #334155;border-radius:10px;overflow:hidden}.wallet-table thead{background:#0f172a}.wallet-table th{padding:14px 16px;text-align:left;font-weight:600;color:#e2e8f0;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #334155}.wallet-table td{padding:14px 16px;font-size:14px;color:#94a3b8;border-bottom:1px solid #334155}.wallet-table tbody tr:last-child td{border-bottom:none}.wallet-table tbody tr:hover{background:#1e293b}.wallet-table td strong{color:#f8fafc;font-weight:600}.no-data{color:#64748b;font-style:italic;padding:20px 0}.badge{display:inline-block;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600}.badge-success{background:#22c55e33;color:#4ade80}.badge-danger{background:#ef444433;color:#f87171}.badge-spot{background:#0ea5e933;color:#38bdf8}.badge-perp{background:#ec489933;color:#f472b6}.section-divider{display:flex;align-items:center;margin:1.5rem 0 1rem;gap:1rem}.section-divider:before,.section-divider:after{content:"";flex:1;height:1px;background:#334155}.section-divider span{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#64748b;letter-spacing:.05em}.modal-large{max-width:700px;width:95%}.text-success{color:#4ade80;font-weight:600}.text-danger{color:#f87171;font-weight:600}.toggle-group{display:flex;gap:12px;margin-top:6px}.toggle-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:10px 16px;border:1px solid #475569;border-radius:8px;font-size:14px;transition:all .2s;background:#334155;color:#94a3b8}.toggle-option:hover{border-color:#6366f1;background:#3f4f6b;color:#f8fafc}.toggle-option input[type=radio]{accent-color:#6366f1}.toggle-option input[type=radio]:checked+span{color:#818cf8;font-weight:500}.grid-info-box{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:10px;margin-bottom:20px;font-size:14px;color:#a5b4fc}.grid-info-box svg{flex-shrink:0;color:#818cf8;margin-top:2px}.grid-preview{background:#0f172a;border-radius:12px;padding:18px;margin-top:16px;border:1px solid #334155}.grid-preview .preview-label{font-size:12px;color:#64748b;margin-bottom:14px;font-weight:500}.grid-preview .preview-range{display:flex;align-items:center;gap:14px}.grid-preview .lower,.grid-preview .upper{font-size:14px;font-weight:600;color:#f8fafc;min-width:75px}.grid-preview .lower{text-align:right;color:#4ade80}.grid-preview .upper{text-align:left;color:#f87171}.grid-preview .range-bar{flex:1;height:10px;background:linear-gradient(90deg,#22c55e,#6366f1,#ef4444);border-radius:5px;display:flex;align-items:center;justify-content:space-around;padding:0 6px;position:relative}.grid-preview .grid-level{width:3px;height:18px;background:#f8fafc;border-radius:2px;box-shadow:0 2px 4px #0000004d}.grid-preview .preview-info{font-size:12px;color:#64748b;margin-top:12px;text-align:center}.metrics-comparison-section{background:#1e293b;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #334155}.metrics-comparison-section h2{font-size:20px;color:#f8fafc;margin-bottom:4px;font-weight:600}.metrics-comparison-section .section-desc{font-size:14px;color:#64748b;margin-bottom:20px}.comparison-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.comparison-chart{background:#0f172a;border-radius:12px;padding:18px;border:1px solid #334155}.comparison-chart h3{font-size:14px;color:#94a3b8;margin-bottom:14px;font-weight:500}@media (max-width: 1024px){.comparison-charts{grid-template-columns:1fr}}.comparison-charts-timeseries{display:flex;flex-direction:column;gap:24px}.comparison-chart-wide{background:#0f172a;border-radius:12px;padding:20px;border:1px solid #334155}.comparison-chart-wide h3{font-size:14px;color:#94a3b8;margin-bottom:16px;font-weight:500}.comparison-chart-wide .recharts-legend-wrapper{padding-top:10px!important}.comparison-chart-wide .recharts-legend-item-text{color:#94a3b8!important;font-size:12px!important}.workers-section{background:#1e293b;border-radius:12px;padding:24px;border:1px solid #334155}.workers-section h2{font-size:20px;color:#f8fafc;margin-bottom:20px;font-weight:600}.workers-list{display:flex;flex-direction:column;gap:12px}.dashboard-home{max-width:1400px}.admin-stats-section{margin-top:32px;padding-top:32px;border-top:1px solid #334155}.admin-stats-section h2{color:#818cf8;font-size:20px;margin-bottom:20px;font-weight:600}.admin-stats .admin-stat{background:#6366f114;border:1px solid rgba(99,102,241,.25)}.admin-action{background:#6366f114!important;border:1px solid rgba(99,102,241,.25)!important}.admin-action:hover{background:#6366f126!important;border-color:#6366f1!important}.admin-users-page{max-width:1400px}.admin-users-page .users-table{width:100%;border-collapse:collapse;background:#1e293b;border-radius:12px;overflow:hidden;border:1px solid #334155}.admin-users-page .users-table thead{background:#0f172a}.admin-users-page .users-table th{padding:16px;text-align:left;font-weight:600;color:#e2e8f0;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.admin-users-page .users-table td{padding:16px;border-top:1px solid #334155;color:#94a3b8;font-size:14px}.admin-users-page .users-table tbody tr:hover{background:#172033}.admin-users-page .user-cell{display:flex;align-items:center;gap:12px}.admin-users-page .user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.admin-users-page .user-name{color:#f8fafc;font-weight:500}.admin-users-page .user-email{color:#64748b;font-size:13px}.admin-users-page .role-badge{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.admin-users-page .role-badge.admin{background:#6366f133;color:#a5b4fc}.admin-users-page .role-badge.user{background:#22c55e33;color:#4ade80}.admin-users-page .role-badge:hover{opacity:.8}.admin-users-page .action-buttons{display:flex;gap:8px}.admin-users-page .btn-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #475569;background:#334155;color:#94a3b8;cursor:pointer;transition:all .2s}.admin-users-page .btn-icon:hover{background:#3f4f6b;color:#f8fafc}.admin-users-page .btn-icon.danger:hover{background:#ef444433;border-color:#ef444466;color:#f87171}.coming-soon-page{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px}.coming-soon-content{text-align:center;max-width:500px}.coming-soon-content .icon{font-size:64px;display:block;margin-bottom:20px;opacity:.7}.coming-soon-content h1{color:#f8fafc;font-size:28px;margin-bottom:12px;font-weight:700}.coming-soon-content p{color:#94a3b8;font-size:16px;margin-bottom:32px}.features-preview{background:#1e293b;border-radius:12px;padding:24px;text-align:left;border:1px solid #334155}.features-preview h3{color:#e2e8f0;font-size:14px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.features-preview ul{list-style:none;padding:0;margin:0}.features-preview li{color:#94a3b8;padding:10px 0;border-bottom:1px solid #334155;font-size:14px}.features-preview li:last-child{border-bottom:none}.features-preview li:before{content:"→ ";color:#6366f1}@media (max-width: 768px){.dashboard-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static}.main-content{margin-left:0;padding:20px}.stats-grid,.bots-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.form-row{grid-template-columns:1fr}.wallet-tabs{padding:8px 12px 0}.wallet-tab{padding:12px 16px;font-size:14px}.wallet-content{padding:20px}.wallet-header{flex-direction:column;gap:12px}.wallet-timestamp{text-align:left}.wallet-table{font-size:13px}.wallet-table th,.wallet-table td{padding:10px 12px}}
