@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600;700&display=swap";:root{--bg:#111114;--bg-raised:#1a1a1f;--bg-card:#16161b;--bg-hover:#202028;--border:#2a2a35;--border-hi:#3a3a48;--border-focus:#5a5a70;--text:#f0f0f2;--text-dim:#9090a0;--text-mute:#606070;--text-faint:#505060;--green:#00e85a;--green-dim:#00b846;--green-mute:#008a34;--green-bg:#00e85a12;--green-border:#00e85a33;--red:#ff4545;--red-dim:#cc3535;--red-bg:#ff454512;--red-border:#ff454540;--yellow:#f5c542;--yellow-bg:#f5c54212;--blue:#5b9cf6;--blue-bg:#5b9cf612;--sans:"Inter", system-ui, -apple-system, sans-serif;--mono:"Geist Mono", "JetBrains Mono", "Fira Code", monospace;--radius:6px;--radius-sm:4px;--radius-lg:10px;--transition:.15s ease;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 14px #00000080;--shadow-lg:0 8px 36px #0009;--shadow-green:0 0 24px #00e85a2e;--shadow-red:0 0 24px #ff45452e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:15px}body{font-family:var(--sans);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;overflow-x:hidden}button{font-family:var(--sans)}:focus-visible{outline:2px solid var(--green);outline-offset:2px}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-yellow{color:var(--yellow)}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg, var(--border) 25%, var(--border-hi) 50%, var(--border) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-root{flex-direction:column;max-width:1000px;min-height:100vh;margin:0 auto;padding:0 28px;display:flex}.app-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.header-left{flex-shrink:0;align-items:center;gap:10px;display:flex}.logo-text{letter-spacing:.12em;color:var(--text);-webkit-user-select:none;user-select:none;font-size:1.1rem;font-weight:700}.header-center{flex:1;justify-content:center;display:flex}.header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.header-btn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--text-mute);cursor:pointer;transition:all var(--transition);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.header-btn:hover{background:var(--bg-raised);border-color:var(--border-hi);color:var(--text)}.status-bar{color:var(--text-mute);font-size:.78rem;font-family:var(--mono);align-items:center;gap:16px;display:flex}.status-indicator{align-items:center;gap:7px;display:flex}.status-dot{background:var(--text-mute);width:7px;height:7px;transition:background var(--transition);border-radius:50%}.status-dot.idle{background:var(--text-mute)}.status-dot.scanning{background:var(--yellow);animation:1s infinite pulse-dot}.status-dot.alert{background:var(--red);animation:.6s infinite pulse-dot}.status-dot.reclaiming{background:var(--green);animation:1.2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.status-text{text-transform:uppercase;letter-spacing:.07em;font-size:.74rem;font-weight:600}.status-meta{color:var(--text-mute);gap:8px;display:flex}.status-sep{color:var(--border-hi)}.main-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:52px 0 36px;display:flex}.hero-idle{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:560px;display:flex}.hero-icon-ring{border:1px solid var(--border-hi);background:var(--bg-raised);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative;box-shadow:0 0 48px #00e85a0d}.hero-ring-orbit{border:1px dashed var(--border-hi);border-radius:50%;position:absolute;inset:-6px}.hero-title{letter-spacing:-.02em;font-size:1.9rem;font-weight:700;line-height:1.2}.hero-sub{color:var(--text-dim);max-width:460px;font-size:.95rem;line-height:1.7}.scan-btn{background:var(--green);color:#0a0f0c;letter-spacing:.03em;border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:none;align-items:center;gap:9px;padding:14px 30px;font-size:.9rem;font-weight:700;display:inline-flex}.scan-btn:hover{box-shadow:var(--shadow-green);background:#22f26e;transform:translateY(-1px)}.scan-btn:active{transform:translateY(0)}.scan-kbd{font-size:.7rem;font-weight:600;font-family:var(--mono);background:#0000002e;border-radius:3px;align-items:center;margin-left:4px;padding:2px 7px;display:inline-flex}.hero-stats{border:1px solid var(--border);border-radius:var(--radius);gap:1px;margin-top:8px;display:flex;overflow:hidden}.stat-card{background:var(--bg-raised);transition:background var(--transition);flex-direction:column;align-items:center;gap:5px;padding:18px 36px;display:flex}.stat-card:hover{background:var(--bg-hover)}.stat-card+.stat-card{border-left:1px solid var(--border)}.stat-value{font-size:1.25rem;font-weight:700}.stat-label{color:var(--text-mute);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.hero-trust{color:var(--text-mute);align-items:center;gap:6px;margin-top:4px;font-size:.78rem;display:flex}.hero-scanning{width:100%;max-width:680px}.hero-result{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:780px;display:flex}.result-actions{gap:10px;display:flex}.hero-reclaiming{text-align:center;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:600px;display:flex}.reclaiming-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:24px;width:100%;padding:28px;display:flex}.reclaiming-header{flex-direction:column;align-items:center;gap:8px;display:flex}.reclaiming-badge{background:var(--green-bg);border:1px solid var(--green-border);color:var(--green);letter-spacing:.05em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.reclaiming-title{font-size:1.4rem;font-weight:700}.reclaiming-sub{color:var(--text-dim);font-size:.88rem;line-height:1.6}.reclaiming-steps{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:0;display:flex;overflow:hidden}.reclaiming-step{background:var(--bg-raised);border-bottom:1px solid var(--border);transition:background var(--transition);align-items:center;gap:14px;padding:14px 18px;display:flex}.reclaiming-step:last-child{border-bottom:none}.reclaiming-step.step-done{background:var(--bg-card)}.reclaiming-step.step-active{background:#00e85a0a}.step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.step-icon-done{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.step-icon-active{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border);animation:1.2s infinite pulse-dot}.step-icon-pending{background:var(--bg-hover);color:var(--text-mute);border:1px solid var(--border)}.step-body{flex-direction:column;flex:1;gap:2px;display:flex}.step-label{color:var(--text);font-size:.9rem;font-weight:600}.step-label-pending{color:var(--text-mute)}.step-detail{color:var(--text-dim);font-size:.78rem;font-family:var(--mono)}.step-status{font-size:.74rem;font-weight:600;font-family:var(--mono)}.step-status-done{color:var(--green)}.step-status-active{color:var(--yellow)}.step-status-pending{color:var(--text-mute)}.reclaiming-footer{color:var(--text-mute);text-align:center;font-size:.8rem;line-height:1.6}.scan-terminal{border:1px solid var(--border-hi);border-radius:var(--radius);background:var(--bg-card);box-shadow:var(--shadow-md);font-family:var(--mono);overflow:hidden}.terminal-header{background:var(--bg-raised);border-bottom:1px solid var(--border);color:var(--text-dim);font-size:.78rem;font-family:var(--mono);justify-content:space-between;align-items:center;padding:9px 16px;display:flex}.terminal-header-left{align-items:center;gap:8px;display:flex}.terminal-dots{gap:6px;display:flex}.dot{border-radius:50%;width:9px;height:9px}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.terminal-progress-track{background:var(--border);height:2px}.terminal-progress-bar{background:var(--green);height:100%;box-shadow:0 0 8px var(--green)}.terminal-body{min-height:260px;padding:18px;font-size:.82rem;line-height:2}.terminal-line{color:var(--text-dim);align-items:baseline;gap:10px;display:flex}.terminal-line-active{color:var(--green)}.terminal-line-alert{color:var(--red)}.terminal-prompt{color:var(--green);flex-shrink:0}.terminal-ts{color:var(--text-mute);flex-shrink:0;min-width:64px;font-size:.72rem}.terminal-cursor{color:var(--green);font-size:.76rem}.terminal-cursor-hidden{visibility:hidden}.terminal-footer{border-top:1px solid var(--border);color:var(--text-mute);font-size:.72rem;font-family:var(--mono);justify-content:space-between;padding:7px 16px;display:flex}.loss-card{border:1px solid var(--red);border-radius:var(--radius-lg);background:var(--bg-card);width:100%;box-shadow:var(--shadow-red);flex-direction:column;gap:16px;padding:28px;display:flex;position:relative;overflow:hidden}.loss-card-pulse{border:1px solid var(--red);border-radius:var(--radius-lg);pointer-events:none;animation:2.5s infinite card-pulse;position:absolute;inset:-1px}@keyframes card-pulse{0%,to{opacity:0;box-shadow:0 0 0 0 var(--red-bg)}50%{opacity:1;box-shadow:0 0 40px 6px #ff45451a}}.loss-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.loss-badge{background:var(--red-bg);border:1px solid var(--red-border);color:var(--red);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:.74rem;font-weight:700;display:inline-flex}.loss-header-right{align-items:center;gap:8px;display:flex}.id-copy-btn{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-mute);font-family:var(--mono);cursor:pointer;transition:all var(--transition);background:0 0;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;display:inline-flex}.id-copy-btn:hover{border-color:var(--border-hi);color:var(--text-dim)}.webhook-badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600;font-family:var(--mono);align-items:center;gap:5px;padding:4px 10px;display:inline-flex}.webhook-badge-standby{background:var(--bg-raised);color:var(--text-dim);border:1px solid var(--border)}.webhook-badge-connecting{background:var(--yellow-bg);color:var(--yellow);border:1px solid #f5c54240}.webhook-badge-connected{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.webhook-badge-error{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.loss-card-body{flex-direction:column;gap:12px;display:flex}.loss-agent-row{justify-content:space-between;align-items:center;display:flex}.loss-agent{color:var(--text-dim);align-items:center;gap:8px;font-size:.9rem;display:flex}.loss-timestamp{color:var(--text-mute);font-size:.78rem;font-family:var(--mono);align-items:center;gap:5px;display:flex}.loss-amount-block{align-items:center;gap:14px;padding:14px 0;display:flex}.loss-amount-col{flex-direction:column;gap:3px;display:flex}.loss-amount{color:var(--red);letter-spacing:-.02em;font-size:2.4rem;font-weight:700;line-height:1;font-family:var(--mono)}.loss-label{color:var(--text-mute);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.loss-meta-row{gap:20px;display:flex}.loss-meta-item{color:var(--text-dim);align-items:center;gap:6px;font-size:.82rem;display:flex}.fee-toggle{color:var(--text-dim);font-family:var(--sans);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;gap:7px;padding:9px 0;font-size:.85rem;display:flex}.fee-toggle:hover{color:var(--text)}.fee-chevron{transition:transform .2s}.fee-chevron-open{transform:rotate(180deg)}.fee-breakdown{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.fee-row{color:var(--text-dim);border-bottom:1px solid var(--border);justify-content:space-between;padding:10px 14px;font-size:.85rem;display:flex}.fee-row:last-child{border-bottom:none}.fee-row-total{background:var(--bg-raised);color:var(--text);font-weight:700}.webhook-error{border:1px solid var(--red-border);border-radius:var(--radius);background:var(--red-bg);overflow:hidden}.webhook-error-header{color:var(--red);border-bottom:1px solid var(--red-border);align-items:center;gap:7px;padding:10px 14px;font-size:.82rem;font-weight:600;display:flex}.webhook-error-body{color:var(--red-dim);white-space:pre-wrap;font-size:.78rem;line-height:1.7;font-family:var(--mono);padding:12px 14px}.webhook-error-action{border:none;border-top:1px solid var(--red-border);width:100%;color:var(--text-dim);font-family:var(--sans);cursor:pointer;transition:all var(--transition);background:0 0;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:.82rem;display:flex}.webhook-error-action:hover{color:var(--text);background:#ff45450d}.bounty-btn{background:var(--green);color:#071409;letter-spacing:.02em;border-radius:var(--radius);cursor:pointer;width:100%;transition:all var(--transition);border:none;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:1rem;font-weight:700;display:flex}.bounty-btn:hover:not(:disabled){box-shadow:var(--shadow-green);background:#22f26e;transform:translateY(-1px)}.bounty-btn:active:not(:disabled){transform:translateY(0)}.bounty-btn:disabled{opacity:.5;cursor:not-allowed}.fee-disclosure{color:var(--text-mute);text-align:center;font-size:.78rem;line-height:1.7;font-family:var(--mono)}.comparison-table-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);overflow:hidden}.table-header-row{background:var(--bg-raised);border-bottom:1px solid var(--border);color:var(--text-dim);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:9px;padding:12px 18px;font-size:.78rem;font-weight:600;display:flex}.table-header-count{color:var(--text-mute);margin-left:auto;font-weight:500}.table-scroll{overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;font-size:.88rem}.comparison-table th{text-align:left;color:var(--text-mute);text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--border);background:var(--bg-card);padding:12px 18px;font-size:.74rem;font-weight:600;position:sticky;top:0}.comparison-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition)}.comparison-table th.sortable:hover{color:var(--text-dim)}.sort-asc{transform:rotate(180deg)}.comparison-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 18px}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover td{background:#ffffff05}.table-row-severity-critical td:first-child{box-shadow:inset 3px 0 0 var(--red)}.table-row-severity-high td:first-child{box-shadow:inset 3px 0 0 var(--red-dim)}.table-row-severity-medium td:first-child{box-shadow:inset 3px 0 0 var(--yellow)}.txn-cell{flex-direction:column;gap:3px;display:flex}.txn-item{color:var(--text);font-size:.9rem;font-weight:500}.txn-price-agent{color:var(--text-mute);font-size:.76rem;font-family:var(--mono)}.txn-price-market{color:var(--green-dim);font-weight:600;font-family:var(--mono)}.txn-variance{flex-direction:column;gap:4px;display:flex}.variance-amount{font-weight:700;font-family:var(--mono)}.variance-bar-track{background:var(--border);border-radius:2px;width:100%;height:3px;overflow:hidden}.variance-bar{border-radius:2px;height:100%}.variance-bar-critical{background:var(--red);box-shadow:0 0 6px var(--red)}.variance-bar-high{background:var(--red-dim)}.variance-bar-medium{background:var(--yellow)}.variance-bar-low{background:var(--green-dim)}.variance-pct{color:var(--text-mute);font-size:.74rem;font-family:var(--mono)}.table-totals td{background:var(--bg-raised);border-top:2px solid var(--border-hi);padding:14px 18px;font-weight:600}.table-totals td .txn-price-agent{margin-top:3px;font-size:.76rem;display:block}.panel-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;position:fixed;inset:0}.history-panel,.settings-panel{background:var(--bg);border-left:1px solid var(--border);z-index:1001;width:380px;max-width:100vw;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;top:0;right:0}.panel-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.panel-title{align-items:center;gap:9px;display:flex}.panel-title h3{font-size:.95rem;font-weight:700}.panel-actions{gap:5px;display:flex}.panel-action-btn,.panel-close{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-mute);cursor:pointer;transition:all var(--transition);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.panel-action-btn:hover,.panel-close:hover{background:var(--bg-raised);border-color:var(--border-hi);color:var(--text)}.panel-body{flex:1;padding:18px 22px;overflow-y:auto}.panel-empty{color:var(--text-mute);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:52px 0;display:flex}.panel-empty-sub{color:var(--text-faint);font-size:.8rem}.history-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);transition:border-color var(--transition);margin-bottom:10px;padding:14px}.history-item:hover{border-color:var(--border-hi)}.history-item-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.history-agent{color:var(--text);font-size:.88rem;font-weight:600}.history-time{color:var(--text-mute);font-size:.74rem;font-family:var(--mono)}.history-item-body{align-items:center;gap:12px;margin-bottom:6px;display:flex}.history-amount{font-size:.95rem;font-weight:700;font-family:var(--mono)}.history-txns{color:var(--text-dim);font-size:.76rem}.history-status{text-transform:uppercase;letter-spacing:.06em;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600}.history-status-pending{background:var(--yellow-bg);color:var(--yellow)}.history-status-recovered{background:var(--green-bg);color:var(--green)}.history-status-failed{background:var(--red-bg);color:var(--red)}.history-id{color:var(--text-faint);font-size:.7rem;font-family:var(--mono)}.settings-group{margin-bottom:20px}.settings-label{color:var(--text-dim);margin-bottom:7px;font-size:.8rem;font-weight:600;display:block}.settings-input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);font-family:var(--mono);transition:border-color var(--transition);padding:10px 13px;font-size:.82rem}.settings-input:focus{border-color:var(--border-focus);outline:none}.settings-input-sm{max-width:130px}.settings-input-row{align-items:center;gap:8px;display:flex}.settings-suffix{color:var(--text-dim);font-size:.82rem;font-weight:600}.settings-hint{color:var(--text-mute);margin-top:5px;font-size:.75rem;display:block}.settings-test-btn{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);width:36px;height:36px;color:var(--text-dim);cursor:pointer;transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-test-btn:hover{border-color:var(--green);color:var(--green)}.settings-divider{background:var(--border);height:1px;margin:22px 0}.settings-info{color:var(--text-dim);font-size:.8rem}.settings-info-dim{color:var(--text-mute);margin-top:3px;font-size:.74rem}.toast-container{z-index:2000;flex-direction:column;gap:8px;max-width:380px;display:flex;position:fixed;bottom:22px;right:22px}.toast{border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);background:var(--bg-raised);color:var(--text);align-items:flex-start;gap:10px;padding:12px 16px;font-size:.85rem;line-height:1.5;display:flex}.toast-success{border-color:var(--green-border)}.toast-success .toast-icon{color:var(--green)}.toast-error{border-color:var(--red-border);background:var(--bg-card)}.toast-error .toast-icon{color:var(--red)}.toast-warning{border-color:#f5c54240}.toast-warning .toast-icon{color:var(--yellow)}.toast-info{border-color:#5b9cf640}.toast-info .toast-icon{color:var(--blue)}.toast-icon{flex-shrink:0;margin-top:1px}.toast-msg{flex:1}.toast-close{width:20px;height:20px;color:var(--text-mute);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-close:hover{color:var(--text);background:var(--border)}.reset-btn{border:1px solid var(--border-hi);border-radius:var(--radius);color:var(--text-dim);font-family:var(--sans);cursor:pointer;transition:all var(--transition);background:0 0;align-items:center;gap:7px;padding:9px 18px;font-size:.85rem;display:inline-flex}.reset-btn:hover{border-color:var(--green);color:var(--green)}.app-footer{border-top:1px solid var(--border);color:var(--text-mute);justify-content:space-between;align-items:center;padding:16px 0;font-size:.76rem;display:flex}.footer-left{align-items:center;gap:7px;display:flex}@media (width<=768px){.app-root{padding:0 18px}.header-center{display:none}.hero-stats{flex-direction:column}.stat-card+.stat-card{border-left:none;border-top:1px solid var(--border)}.hero-title{font-size:1.5rem}.loss-amount{font-size:1.8rem}.comparison-table{font-size:.8rem}.comparison-table th,.comparison-table td{padding:10px 12px}.loss-meta-row{flex-direction:column;gap:8px}.history-panel,.settings-panel{width:100vw}.toast-container{max-width:none;left:14px;right:14px}.scan-kbd{display:none}}@media (width<=480px){.loss-card{padding:18px}.loss-amount{font-size:1.5rem}.bounty-btn{padding:14px;font-size:.88rem}.hero-icon-ring{width:76px;height:76px}}@media print{.toast-container,.header-right,.scan-btn,.bounty-btn,.reset-btn,.panel-overlay{display:none!important}.app-root{max-width:100%}body{color:#000;background:#fff}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
