@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg-primary: #0a0e27;--bg-secondary: #151932;--bg-tertiary: #1a1f3a;--text-primary: #ffffff;--text-secondary: #a0aec0;--text-muted: #718096;--border-color: #2d3748;--accent-blue: #3b82f6;--accent-green: #10b981;--accent-red: #ef4444;--accent-yellow: #f59e0b;--accent-purple: #8b5cf6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;width:100vw;overflow:hidden}.dashboard-container{display:grid;grid-template-columns:300px 1fr;grid-template-rows:auto 1fr auto;height:100vh;gap:16px;padding:16px;background:var(--bg-primary)}.dashboard-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;background:var(--bg-secondary);padding:16px 24px;border-radius:12px;border:1px solid var(--border-color)}.header-title-group{display:flex;align-items:center;gap:20px}.header-title-group h1{font-size:24px;font-weight:700;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.filter-input{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:10px 16px;color:var(--text-primary);font-size:14px;min-width:250px;transition:all .2s}.filter-input:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #3b82f61a}.filter-input::placeholder{color:var(--text-muted)}.header-status-group{display:flex;gap:12px;align-items:center}.status-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;padding:12px 20px;min-width:120px;text-align:center}.indicator-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.indicator-value{font-size:20px;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--text-primary)}.indicator-unit{font-size:14px;color:var(--text-secondary);margin-left:2px}.live-indicator{display:flex;align-items:center;gap:8px;font-size:14px}.live-dot{width:10px;height:10px;border-radius:50%;background:var(--accent-green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.live-dot.error{background:var(--accent-red);animation:none}.logout-button{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.logout-button:hover{background:var(--bg-primary);border-color:var(--accent-blue)}.left-panel{grid-row:2;display:flex;flex-direction:column;gap:16px;overflow:hidden}.history-panel{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:20px;flex:1;display:flex;flex-direction:column;overflow:hidden}.history-panel h2{font-size:16px;font-weight:600;color:var(--text-secondary);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.history-list::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.history-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.history-list::-webkit-scrollbar-thumb:hover{background:#4a5568}.history-item{background:var(--bg-tertiary);border:1px solid var(--border-color);border-left:3px solid var(--accent-blue);border-radius:8px;padding:12px;transition:all .2s;cursor:pointer}.history-item:hover{border-left-color:var(--accent-purple);transform:translate(2px)}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-symbol{font-weight:700;font-size:14px;color:var(--text-primary)}.history-timestamp{font-size:11px;color:var(--text-muted);font-family:JetBrains Mono,monospace}.history-address{font-size:11px;color:var(--text-secondary);font-family:JetBrains Mono,monospace;word-break:break-all}.history-empty{text-align:center;color:var(--text-muted);padding:40px 20px;font-style:italic}.main-content-area{grid-row:2;display:flex;flex-direction:column;gap:16px;overflow:hidden}.table-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;flex:1;display:flex;flex-direction:column}table{width:100%;border-collapse:collapse}thead{background:var(--bg-tertiary);position:sticky;top:0;z-index:10}th{padding:16px;text-align:left;font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color)}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}th.sortable:hover{color:var(--text-primary)}tbody{overflow-y:auto}tr.data-row{border-bottom:1px solid var(--border-color);transition:background .2s;cursor:pointer}tr.data-row:hover{background:var(--bg-tertiary)}td{padding:16px;font-size:14px;color:var(--text-primary)}.token-cell{display:flex;flex-direction:column;gap:4px}.token-symbol{font-weight:700;font-size:15px;color:var(--text-primary)}.token-address{font-size:11px;color:var(--text-muted);font-family:JetBrains Mono,monospace}.score-cell{display:flex;align-items:center;gap:12px}.score{font-size:20px;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--accent-blue)}.trend-indicator{font-size:12px;font-weight:700;padding:4px 8px;border-radius:6px}.trend-indicator.up{background:rgba(16,185,129,.15);color:var(--accent-green)}.trend-indicator.down{background:rgba(239,68,68,.15);color:var(--accent-red)}.trend-indicator.neutral{background:rgba(160,174,192,.15);color:var(--text-secondary)}.numeric{text-align:right;font-family:JetBrains Mono,monospace;font-size:14px}.risk-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.risk-badge.Low{background:rgba(16,185,129,.15);color:var(--accent-green)}.risk-badge.Medium{background:rgba(245,158,11,.15);color:var(--accent-yellow)}.risk-badge.High{background:rgba(239,68,68,.15);color:var(--accent-red)}.timer-content{display:flex;flex-direction:column;gap:6px}.timer-text{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600}.timer-text.low-time{color:var(--accent-red)}.timer-bar-container{width:100%;height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.timer-bar-fill{height:100%;background:var(--accent-blue);border-radius:3px;transition:width 1s linear,background-color .3s}.timer-bar-fill.medium{background:var(--accent-yellow)}.timer-bar-fill.low{background:var(--accent-red)}.bs-ratio-content{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.bs-ratio-text{font-size:12px;color:var(--text-secondary);font-family:JetBrains Mono,monospace}.ratio-bar-container{display:flex;width:100%;height:8px;border-radius:4px;overflow:hidden;background:var(--bg-tertiary)}.buy-bar{background:var(--accent-green);height:100%}.sell-bar{background:var(--accent-red);height:100%}.sparkline-svg{stroke-width:2;stroke-linecap:round;fill:none}.log-panel{grid-column:1 / -1;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:16px;max-height:200px;overflow-y:auto}.log-list{font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.8}.log-entry{display:flex;gap:12px;margin-bottom:4px}.log-timestamp{color:var(--text-muted);flex-shrink:0}.log-message{color:var(--text-secondary)}.log-success .log-message{color:var(--accent-green)}.log-error .log-message{color:var(--accent-red)}.log-evaporation .log-message{color:var(--accent-yellow)}.fg-widget{display:flex;flex-direction:column;align-items:center;gap:8px}.fg-gauge-container{width:80px;height:40px;position:relative;overflow:hidden;border-radius:40px 40px 0 0}.fg-gauge-background{width:100%;height:100%;background:conic-gradient(from -90deg,#ef4444,#f59e0b 50%,#10b981)}.fg-needle{width:2px;height:35px;background:white;position:absolute;bottom:0;left:50%;transform-origin:bottom center;transition:transform 1s ease;border-radius:1px;box-shadow:0 0 4px #00000080}.fg-value-text{font-size:24px;font-weight:700;font-family:JetBrains Mono,monospace}.loading-container{display:flex;justify-content:center;align-items:center;height:100%}.spinner{width:50px;height:50px;border:4px solid var(--border-color);border-top-color:var(--accent-blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:rgba(239,68,68,.1);border:1px solid var(--accent-red);color:var(--accent-red);padding:16px;border-radius:8px;text-align:center;font-weight:600}.top-opportunity{border-left:3px solid var(--accent-blue)!important}.hyper-fresh-arbitrage{border-left:3px solid var(--accent-purple)!important;background:rgba(139,92,246,.05)}.flash-new{animation:flashNew 1.5s ease-out}@keyframes flashNew{0%{background:rgba(59,130,246,.2)}to{background:transparent}}.no-data{text-align:center;padding:60px 20px;color:var(--text-muted);font-style:italic}.statistics-dashboard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:20px;margin-bottom:16px}.stats-title{font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .2s}.stat-card:hover{background:rgba(59,130,246,.05);border-color:var(--accent-blue);transform:translateY(-2px)}.stat-icon{font-size:24px;line-height:1;flex-shrink:0}.stat-content{flex:1;min-width:0}.stat-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-weight:600}.stat-value{font-size:24px;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--text-primary);line-height:1.2}.stat-subtitle{font-size:10px;color:var(--text-muted);margin-top:2px}.stat-percentage{color:var(--accent-green)}.stat-currency{color:var(--accent-blue)}.stat-card.stat-best-opp{grid-column:span 2}.best-opp-details{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.best-opp-symbol{font-size:18px;font-weight:700;color:var(--text-primary)}.best-opp-spread{font-size:16px;font-weight:700;color:var(--accent-green)}.history-panel{background:linear-gradient(180deg,rgba(22,27,34,.95) 0%,rgba(13,17,23,.98) 100%);border:1px solid rgba(48,54,61,.8);border-radius:10px;padding:.875rem;flex:1;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000004d}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.625rem;border-bottom:1px solid rgba(48,54,61,.6)}.history-header h2{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin:0;text-transform:uppercase;letter-spacing:.05em}.history-count{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:10px;letter-spacing:.025em}.history-list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:.5rem;flex:1}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track{background:rgba(13,17,23,.5);border-radius:3px}.history-list::-webkit-scrollbar-thumb{background:rgba(56,139,253,.3);border-radius:3px}.history-list::-webkit-scrollbar-thumb:hover{background:rgba(56,139,253,.5)}.history-empty{text-align:center;padding:2.5rem 1rem;color:var(--text-secondary);font-size:.8125rem;opacity:.7}.history-card{background:linear-gradient(135deg,rgba(22,27,34,.7) 0%,rgba(26,31,46,.5) 100%);border:1px solid rgba(48,54,61,.5);border-left:2px solid transparent;border-radius:8px;padding:.5rem .75rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;min-height:120px}.history-card:hover{border-left-color:var(--accent-blue);border-color:#388bfd66;background:linear-gradient(135deg,rgba(22,27,34,.85) 0%,rgba(26,31,46,.65) 100%);transform:translate(2px);box-shadow:-2px 0 10px #388bfd40}.history-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;gap:.5rem}.history-token-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;flex-wrap:wrap}.history-token-symbol{font-size:.9375rem;font-weight:700;color:var(--text-primary);font-family:JetBrains Mono,monospace;letter-spacing:.025em}.history-spread-badge{font-size:.6875rem;font-weight:700;padding:.1875rem .4375rem;border-radius:9px;color:#fff;font-family:JetBrains Mono,monospace;white-space:nowrap;box-shadow:0 1px 4px #0000004d}.history-score-badge,.history-volatility-badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:.7rem;font-weight:600;white-space:nowrap;transition:all .2s ease}.history-score-badge{background-color:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.history-volatility-badge{color:#fff;font-family:JetBrains Mono,monospace;border:1px solid rgba(255,255,255,.2)}.history-score-badge:hover,.history-volatility-badge:hover{transform:scale(1.05);filter:brightness(1.2);cursor:help}.history-time-group{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.history-timestamp{font-size:.6875rem;color:var(--text-secondary);font-weight:600;line-height:1.2}.history-timestamp-full{font-size:.625rem;color:var(--text-muted);line-height:1.2}.history-token-address{font-size:.65rem;color:#8b949ea6;font-family:JetBrains Mono,monospace;margin-bottom:.35rem;line-height:1.2}.history-metrics-row{display:flex;gap:1rem;margin-bottom:.35rem;flex-wrap:nowrap}.history-metric-item{display:flex;align-items:center;gap:.3125rem}.metric-icon{font-size:.8125rem;line-height:1;opacity:.85}.metric-value{font-size:.75rem;font-weight:600;color:var(--text-primary);font-family:JetBrains Mono,monospace;line-height:1.2}.metric-label{font-size:.625rem;color:var(--text-secondary);line-height:1.2}.history-bs-ratio{margin-bottom:.35rem}.history-bs-label{font-size:.625rem;color:var(--text-secondary);margin-bottom:.25rem;font-weight:600;line-height:1.2}.history-bs-bar{height:3px;background-color:#f8514959;border-radius:2px;overflow:hidden}.history-bs-bar-buy{height:100%;background-color:var(--accent-green);transition:width .3s ease}.history-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.35rem;border-top:1px solid rgba(48,54,61,.45);gap:.5rem}.history-pool-addresses{display:flex;gap:.3125rem;flex-wrap:wrap;flex:1;min-width:0}.pool-address-chip{font-size:.625rem;background-color:#161b22a6;border:1px solid rgba(48,54,61,.65);padding:.15625rem .3125rem;border-radius:4px;color:var(--text-secondary);font-family:JetBrains Mono,monospace;transition:all .15s ease;line-height:1.3}.pool-address-chip:hover{border-color:var(--accent-blue);color:var(--accent-blue);background-color:#388bfd1f}.pool-count-more{font-size:.625rem;color:var(--accent-blue);font-weight:600;line-height:1.3}.history-pool-count{font-size:.625rem;color:var(--text-muted);font-weight:600;white-space:nowrap;line-height:1.3}@media (max-width: 768px){.history-card{padding:.5625rem .6875rem}}.history-panel{min-width:400px}.history-card{width:100%;min-width:380px}.left-panel{flex:0 0 420px!important;min-width:400px!important}.dashboard-container{grid-template-columns:380px 1fr!important;gap:1.5rem!important}.left-panel{flex:0 0 380px!important;min-width:380px!important;max-width:380px!important}.history-panel{min-width:360px!important;max-width:100%!important}.history-card{width:100%!important;min-width:340px!important;max-width:100%!important}.history-card{padding:.9rem 1rem!important;min-height:140px!important}.history-card-header{margin-bottom:.65rem!important}.history-token-address{margin-bottom:.65rem!important;font-size:.7rem!important}.history-metrics-row{margin-bottom:.65rem!important;gap:1rem!important}.history-metric-item{gap:.4rem!important}.metric-value{font-size:.8rem!important}.metric-label{font-size:.65rem!important}.history-bs-ratio{margin-bottom:.65rem!important}.history-bs-label{font-size:.65rem!important;margin-bottom:.35rem!important}.history-bs-bar{height:4px!important}.history-card-footer{padding-top:.55rem!important}.history-list{gap:.75rem!important}.pool-address-chip{font-size:.65rem!important;padding:.2rem .4rem!important}.dashboard-container{grid-template-columns:418px 1fr!important}.left-panel{flex:0 0 418px!important;min-width:418px!important;max-width:418px!important}.history-panel{min-width:398px!important}.history-card{min-width:378px!important}.dashboard-container{grid-template-columns:513px 1fr!important}.left-panel{flex:0 0 513px!important;min-width:513px!important;max-width:513px!important}.history-panel{min-width:493px!important}.history-card{min-width:473px!important}.history-card{padding:1.1rem 1rem!important;min-height:175px!important}.history-card-header{margin-bottom:.85rem!important}.history-token-address{margin-bottom:.85rem!important;font-size:.75rem!important;line-height:1.4!important}.history-metrics-row{margin-bottom:.85rem!important;gap:1.2rem!important}.history-metric-item{gap:.5rem!important}.metric-icon{font-size:.9rem!important}.metric-value{font-size:.85rem!important}.metric-label{font-size:.7rem!important}.history-bs-ratio{margin-bottom:.85rem!important}.history-bs-label{font-size:.7rem!important;margin-bottom:.4rem!important}.history-card-footer{padding-top:.7rem!important}.history-list{gap:.85rem!important}.pool-address-chip{font-size:.7rem!important;padding:.25rem .45rem!important}.history-pool-count{font-size:.7rem!important}.history-card{padding:1.2rem 1rem!important;min-height:182px!important}.history-card-header{margin-bottom:.95rem!important}.history-token-address{margin-bottom:.95rem!important;font-size:.75rem!important;line-height:1.5!important}.history-metrics-row{margin-bottom:.95rem!important;gap:1.3rem!important}.history-metric-item{gap:.55rem!important}.metric-icon{font-size:.95rem!important}.metric-value{font-size:.9rem!important}.metric-label{font-size:.72rem!important}.history-bs-ratio{margin-bottom:.95rem!important}.history-bs-label{font-size:.72rem!important;margin-bottom:.45rem!important}.history-bs-bar{height:5px!important}.history-card-footer{padding-top:.75rem!important}.history-list{gap:.9rem!important}.pool-address-chip{font-size:.72rem!important;padding:.27rem .47rem!important}.history-pool-count{font-size:.72rem!important}.history-card{padding:1.3rem 1rem!important;min-height:200px!important}.history-card-header{margin-bottom:1rem!important}.history-token-address{margin-bottom:1rem!important;font-size:.78rem!important;line-height:1.5!important}.history-metrics-row{margin-bottom:1rem!important;gap:1.4rem!important}.history-bs-ratio{margin-bottom:1rem!important}.history-card-footer{padding-top:.8rem!important}.history-list{gap:1rem!important}.pool-address-chip{font-size:.75rem!important;padding:.3rem .5rem!important;cursor:pointer!important;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;pointer-events:auto!important}.pool-address-chip:active{background-color:#388bfd40!important}.history-pool-addresses,.history-card-footer{pointer-events:auto!important}.history-card{position:relative!important;overflow:visible!important;display:flex!important;flex-direction:column!important}.history-card-footer{position:relative!important;width:100%!important;z-index:1!important;margin-top:auto!important}.history-pool-addresses{display:flex!important;flex-wrap:wrap!important;gap:.3125rem!important;max-width:100%!important;overflow:hidden!important}.pool-address-chip{position:relative!important;z-index:2!important;flex-shrink:0!important}.history-card>*{position:relative!important}.history-card{position:relative!important;display:flex!important;flex-direction:column!important;contain:layout style!important;isolation:isolate!important}.history-card-footer{position:relative!important;display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-top:auto!important;border-top:1px solid rgba(48,54,61,.45)!important;padding-top:.8rem!important;gap:.5rem!important;order:999!important}.history-pool-addresses{display:flex!important;gap:.3125rem!important;flex-wrap:wrap!important;flex:1!important;min-width:0!important;max-width:calc(100% - 80px)!important}.pool-address-chip{display:inline-block!important;position:relative!important;white-space:nowrap!important}.history-pool-count{flex-shrink:0!important;white-space:nowrap!important}.history-list{gap:1.5rem!important}.history-card{min-height:220px!important;padding-bottom:1rem!important}.history-card-footer{min-height:40px!important;padding-top:1rem!important;margin-top:1rem!important}.history-token-address{color:#fff!important;opacity:.9!important}.history-timestamp{color:#fff!important;opacity:.95!important}.history-timestamp-full{color:#fff!important;opacity:.85!important}.history-card{transition:all .3s cubic-bezier(.4,0,.2,1)!important;transform-origin:center center!important}.history-card:hover{transform:scale(1.2) translate(2px)!important;z-index:100!important;box-shadow:-4px 0 20px #388bfd66,0 8px 32px #00000080!important}.history-list{padding:2rem .5rem!important;overflow-y:auto!important;overflow-x:visible!important}.history-panel{overflow:visible!important}.history-card:hover{transform:scale(1.2) translate(60px)!important;z-index:99999!important;position:relative!important;box-shadow:-4px 0 20px #388bfdcc,0 16px 64px #000000e6!important}.main-content-area{position:relative!important;z-index:1!important}.left-panel,.history-panel{position:relative!important;z-index:100!important;overflow:visible!important}.history-list{position:relative!important;z-index:100!important}.table-container{position:relative!important;z-index:1!important}.dashboard-container{position:relative!important;isolation:auto!important}.left-panel{position:relative!important;z-index:9999!important}.history-card{isolation:auto!important}.history-card:hover{position:fixed!important;transform:scale(1.2)!important;z-index:999999!important;margin-left:60px!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important}.history-card:hover{position:fixed!important;transform:scale(1.15)!important;z-index:999999!important;margin-left:40px!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important}.dashboard-container{grid-template-columns:450px 1fr!important}.left-panel{flex:0 0 450px!important;min-width:450px!important;max-width:450px!important}.history-panel{min-width:430px!important}.history-card{min-width:410px!important;max-width:410px!important}.history-card:hover{position:fixed!important;transform:scale(1.15)!important;z-index:999999!important;margin-left:30px!important;max-width:470px!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important}.dashboard-container{grid-template-columns:550px 1fr!important}.left-panel{flex:0 0 550px!important;min-width:550px!important;max-width:550px!important}.history-panel{min-width:530px!important;width:100%!important}.history-card{min-width:410px!important;max-width:490px!important;width:100%!important}.history-card:hover{position:relative!important;transform:scale(1.15)!important;z-index:999999!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important}.history-panel{overflow:hidden!important}.history-list{overflow-y:auto!important;overflow-x:hidden!important;padding:2rem 1rem!important}.history-card:hover{position:relative!important;transform:scale(1.15) translate(30px)!important;z-index:999999!important;margin-left:0!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important}.history-card{position:relative!important;z-index:1!important}.history-list{overflow-y:auto!important;overflow-x:visible!important}.dashboard-container{overflow:visible!important}.history-card:hover{position:relative!important;transform:scale(1.15) translate(30px)!important;z-index:999999!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important;overflow:visible!important}.history-card:hover{transform:scale(1.2) translate(60px)!important;z-index:9999!important;position:relative!important;box-shadow:-4px 0 20px #388bfd99,0 12px 48px #000000b3!important}.history-panel,.left-panel{overflow:visible!important}.history-list{overflow-y:auto!important;overflow-x:visible!important;padding:2rem 1rem 2rem .5rem!important}.history-list::-webkit-scrollbar{width:6px!important}.history-panel{overflow:visible!important;display:flex!important;flex-direction:column!important}.history-list{overflow-y:auto!important;overflow-x:hidden!important;padding:2rem 1rem!important;flex:1!important;min-height:0!important}.history-list::-webkit-scrollbar{width:8px!important;display:block!important}.history-list::-webkit-scrollbar-track{background:rgba(13,17,23,.5)!important;border-radius:4px!important}.detection-history-container{overflow:visible!important;display:flex!important;flex-direction:column!important}.detection-list-inner{overflow-y:auto!important;overflow-x:hidden!important;flex:1!important;min-height:0!important}.token-card:hover{transform:scale(1.05)!important;z-index:10!important;transition:transform .2s ease-in-out!important}.detection-list-inner::-webkit-scrollbar{width:8px!important;display:block!important}.detection-list-inner::-webkit-scrollbar-track{background:rgba(13,17,23,.5)!important;border-radius:4px!important}.detection-list-inner::-webkit-scrollbar-thumb{background:rgba(56,139,253,.4)!important;border-radius:4px!important}.detection-list-inner::-webkit-scrollbar-thumb:hover{background:rgba(56,139,253,.6)!important}.Your-Main-Container-Class{overflow:visible!important;display:flex!important;flex-direction:column!important}.Your-Inner-List-Class{overflow-y:auto!important;overflow-x:hidden!important;flex-grow:1!important;min-height:0!important}.token-card:hover{transform:scale(1.05);z-index:10}.Your-Inner-List-Class::-webkit-scrollbar{width:8px!important;display:block!important}.Your-Inner-List-Class::-webkit-scrollbar-track{background:rgba(13,17,23,.5)!important;border-radius:4px!important}.Your-Inner-List-Class::-webkit-scrollbar-thumb{background:rgba(56,139,253,.4)!important;border-radius:4px!important}.Your-Inner-List-Class::-webkit-scrollbar-thumb:hover{background:rgba(56,139,253,.6)!important}.left-panel{display:flex!important;flex-direction:column!important;overflow:hidden!important;position:relative!important;z-index:9999!important}.history-list{overflow-y:auto!important;overflow-x:hidden!important;flex-grow:1!important;min-height:0!important}.history-card:hover{position:fixed!important;transform:scale(1.2)!important;z-index:999999!important;margin-left:60px!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important;transition:transform .2s ease-in-out}.main-content-area,.statistics-dashboard,.table-container{z-index:1!important}.history-list::-webkit-scrollbar-track{background:rgba(13,17,23,.5)!important}.history-list::-webkit-scrollbar-thumb{background:rgba(56,139,253,.4)!important;border-radius:4px!important}.history-list::-webkit-scrollbar-thumb:hover{background:rgba(56,139,253,.6)!important}.history-card.hover-effect{position:fixed!important;transform:scale(1.2)!important;z-index:999999!important;box-shadow:0 20px 60px #000000e6,0 0 40px #388bfd99!important;border:2px solid rgba(56,139,253,.8)!important;transition:transform .2s ease-in-out}.left-panel{overflow-y:auto!important;overflow-x:hidden!important;position:relative!important;z-index:100!important}.history-card{position:relative!important;transition:transform .2s ease-in-out,z-index 0s ease .2s;z-index:101!important}.history-card:hover{transform:scale(1.15)!important;z-index:9999!important;transition:transform .2s ease-in-out,z-index 0s;box-shadow:0 10px 50px #000000bf}.left-panel:hover{overflow:visible!important}.left-panel::-webkit-scrollbar{width:8px!important}.left-panel::-webkit-scrollbar-track{background:rgba(13,17,23,.5)!important}.left-panel::-webkit-scrollbar-thumb{background:rgba(56,139,253,.4)!important;border-radius:4px!important}.left-panel::-webkit-scrollbar-thumb:hover{background:rgba(56,139,253,.6)!important}.left-panel{display:flex!important;flex-direction:column!important;min-height:0!important}.history-panel{flex-grow:1!important;display:flex!important;flex-direction:column!important;min-height:0!important}.history-list{flex-grow:1!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 1rem 1rem!important;position:relative;-webkit-overflow-scrolling:touch}.history-card{position:relative!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;z-index:1}.history-card:hover{transform:scale(1.08)!important;z-index:999!important;box-shadow:0 15px 50px #000c}.history-list::-webkit-scrollbar-thumb:hover{background:rgba(90,90,100,.9)!important}.left-panel{display:flex!important;flex-direction:column!important;width:100%;max-width:450px;height:100vh;overflow:hidden}.history-panel{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:0!important}.history-list{flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 .5rem 1rem 1rem!important;-webkit-overflow-scrolling:touch}.history-list:hover{overflow:visible!important;padding-right:calc(.5rem - 8px)}.history-card{position:relative!important;transition:transform .2s ease-out,box-shadow .2s ease-out!important;z-index:1!important;background-color:var(--surface-color)}.history-card:hover{transform:scale(1.08) translate(15px)!important;z-index:9999!important;box-shadow:0 20px 60px #000000e6!important}.left-panel,.history-panel{display:flex!important;flex-direction:column!important;flex-grow:1!important;min-height:0!important}.left-panel{height:100vh;overflow:hidden}.history-list{flex-grow:1!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 .5rem 1rem 1rem!important}.history-list:hover{overflow:visible!important}.history-card{position:relative!important;transition:transform .2s ease-out,box-shadow .2s ease-out!important;z-index:1;background:var(--surface-color)}.history-card:hover{transform:scale(1.08)!important;z-index:9999!important;box-shadow:0 20px 60px -10px #000000e6!important;border-radius:8px}.history-list::-webkit-scrollbar{width:8px!important}.history-list::-webkit-scrollbar-track{background:transparent!important}.history-list::-webkit-scrollbar-thumb{background:rgba(80,80,90,.7)!important;border-radius:4px!important}html,body,#root,.dashboard-container,.left-panel,.history-panel,.history-list{overflow:visible!important}.history-list{overflow-y:scroll!important;overflow-x:visible!important;position:relative!important}.history-card{position:relative!important;z-index:1!important;transition:all .3s ease!important;width:490px!important;min-width:490px!important;max-width:490px!important}.history-card:hover{position:absolute!important;left:0!important;transform:scale(1.18) translate(80px)!important;z-index:999999!important;box-shadow:0 30px 90px #000000f2,0 0 60px #388bfdcc,inset 0 0 0 2px #388bfde6!important;border:2px solid #3b82f6!important;background:linear-gradient(135deg,rgba(22,27,34,.98) 0%,rgba(26,31,46,.98) 100%)!important}.main-content-area,.statistics-dashboard,.table-container{position:relative!important;z-index:1!important}.left-panel,.history-panel{position:relative!important;z-index:100!important}.history-card{position:relative!important;z-index:1!important;transition:all .3s ease!important;width:490px!important}.history-card:hover{position:relative!important;transform:scale(1.18) translate(40px) translateZ(0)!important;z-index:999999!important;box-shadow:0 30px 90px #000000f2,0 0 60px #388bfdcc,inset 0 0 0 2px #388bfde6!important;border:2px solid #3b82f6!important;background:linear-gradient(135deg,rgba(22,27,34,.98) 0%,rgba(26,31,46,.98) 100%)!important;will-change:transform!important}.history-list{display:flex!important;flex-direction:column!important;gap:1.5rem!important}
