.app{max-width:960px;margin:0 auto;padding:1.5rem}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.header h1{font-size:1.4rem;font-weight:700;margin:0;letter-spacing:-.02em}.tab-nav{display:flex;gap:.25rem}.tab-nav button{padding:.45rem 1rem;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:var(--radius);font-weight:500;font-size:.9rem;cursor:pointer}.tab-nav button:hover{color:var(--text);border-color:var(--text)}.tab-nav button.active{border-color:var(--accent);background:#6ee7b71f;color:var(--accent)}.section-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-heading{margin:0;font-size:1.1rem;font-weight:600}.btn-primary{padding:.55rem 1.1rem;border:none;background:var(--accent);color:var(--bg);border-radius:var(--radius);font-weight:600;font-size:.9rem;cursor:pointer}.btn-primary:hover:not(:disabled){background:var(--accent-dim)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.5rem .95rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius);font-weight:500;font-size:.88rem;cursor:pointer}.btn-secondary:hover:not(:disabled){background:var(--border)}.btn-danger{padding:.5rem .95rem;border:1px solid var(--danger);background:transparent;color:var(--danger);border-radius:var(--radius);font-weight:500;font-size:.88rem;cursor:pointer}.btn-danger:hover:not(:disabled){background:#f871711a}.link-btn{background:none;border:none;color:var(--accent);font-size:.82rem;cursor:pointer;padding:0;text-decoration:underline;font-family:inherit}.link-btn:hover{color:var(--accent-dim)}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.form-title{margin:0 0 1rem;font-size:1.05rem;font-weight:600}.job-form{display:flex;flex-direction:column;gap:.45rem}.job-form label{font-size:.82rem;color:var(--muted);margin-top:.35rem}.job-form input[type=text],.job-form input[type=email],.job-form input[type=url]{padding:.6rem .85rem;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:6px;font-size:.92rem;font-family:inherit}.job-form input:focus{outline:none;border-color:var(--accent)}.url-input{padding:.6rem .85rem;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:6px;font-size:.82rem;font-family:JetBrains Mono,monospace;width:100%}.form-actions{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.template-save-inline{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;flex-wrap:wrap}.template-save-inline label{font-size:.82rem;color:var(--text-muted);white-space:nowrap}.template-save-inline input{flex:1;min-width:160px}.builder-mode-toggle{display:flex;align-items:center;justify-content:space-between;margin-top:.35rem}.label-text{font-size:.82rem;color:var(--muted)}.builder-fields{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.75rem;margin-bottom:.25rem}.builder-row{display:flex;align-items:flex-start;gap:.75rem}.builder-label{font-size:.82rem;color:var(--muted);min-width:80px;padding-top:.5rem;flex-shrink:0}.builder-input{flex:1;padding:.5rem .75rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;font-size:.9rem;font-family:inherit}.builder-input:focus{outline:none;border-color:var(--accent)}.check-group{display:flex;flex-wrap:wrap;gap:.5rem 1rem;padding-top:.35rem}.check-item{display:flex;align-items:center;gap:.35rem;font-size:.88rem;cursor:pointer;color:var(--text)}.check-item input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px;cursor:pointer}.msrp-row{display:flex;align-items:center;gap:.5rem;padding-top:.35rem}.msrp-input{width:90px;padding:.45rem .65rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;font-size:.88rem;font-family:inherit}.msrp-input:focus{outline:none;border-color:var(--accent)}.msrp-sep{color:var(--muted)}.url-preview{display:flex;flex-direction:column;gap:.2rem;padding-top:.25rem;border-top:1px solid var(--border);margin-top:.25rem}.url-preview-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.url-preview-text{font-family:JetBrains Mono,monospace;font-size:.78rem;color:var(--accent);word-break:break-all;text-decoration:none}.url-preview-text:hover{text-decoration:underline}.url-preview-empty{font-size:.82rem;color:var(--muted);margin:0;font-style:italic}.jobs-section{display:flex;flex-direction:column;gap:.75rem}.job-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.job-card{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:1rem;flex-wrap:wrap}.job-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.job-info strong{font-size:.98rem}.job-url{font-size:.78rem;color:var(--muted);font-family:JetBrains Mono,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}.job-meta{font-size:.8rem;color:var(--muted)}.job-actions{display:flex;gap:.45rem;flex-shrink:0}.empty-state{padding:3rem 2rem;text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}.empty-state p{margin:0 0 .5rem}.run-result{margin-top:1.5rem;padding:1.1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.live-view-panel{margin-top:1.5rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.live-phase{border-radius:999px;padding:.18rem .6rem;font-size:.76rem;border:1px solid var(--border);color:var(--muted)}.live-phase--starting,.live-phase--loading-page,.live-phase--logging-in,.live-phase--scraping,.live-phase--notifying{border-color:var(--accent);color:var(--accent);background:#6ee7b714}.live-phase--error{border-color:var(--danger);color:var(--danger);background:#f871711a}.live-message{margin:0 0 .65rem;font-size:.88rem}.live-preview-wrap{margin-bottom:.7rem;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg)}.live-preview-image{width:100%;display:block;max-height:340px;object-fit:contain;background:#000}.live-preview-meta{padding:.35rem .55rem;font-size:.78rem;color:var(--muted)}.live-log{max-height:180px;overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--bg);padding:.5rem .65rem}.live-log-line{font-family:JetBrains Mono,monospace;font-size:.76rem;color:var(--muted);line-height:1.45}.run-result-header{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:1rem}.recording-player{margin-bottom:.9rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);overflow:hidden}.recording-player-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .65rem;border-bottom:1px solid var(--border)}.recording-player-image{width:100%;max-height:360px;object-fit:contain;display:block;background:#000}.recording-player-controls{display:flex;gap:.45rem;padding:.5rem .65rem}.run-result-header h3{margin:0;font-size:1rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.85rem}.item-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);overflow:hidden;display:flex;flex-direction:column}.item-screenshot{width:100%;display:block}.item-info{padding:.7rem .9rem;display:flex;flex-direction:column;gap:.2rem}.item-title{font-size:.87rem;font-weight:500;line-height:1.35}.item-msrp{font-size:.8rem;color:var(--muted)}.item-bid{font-size:1.05rem;font-weight:700;color:var(--accent)}.item-time{font-size:.8rem;color:var(--muted)}.item-link{font-size:.8rem;color:var(--accent);text-decoration:none;margin-top:.2rem}.item-link:hover{text-decoration:underline}.badge-sent{background:#6ee7b71f;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:500}.badge-error{background:#f871711a;color:var(--danger);border:1px solid var(--danger);border-radius:999px;padding:.15rem .6rem;font-size:.78rem}.badge-found{background:#6ee7b71f;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:500}.badge-none{background:#8b92a81a;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem;font-size:.78rem}.history-section{display:flex;flex-direction:column;gap:.75rem}.recorded-runs-panel{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.recent-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.recent-history-card{border:1px solid var(--border);border-radius:8px;background:var(--bg);padding:.55rem .7rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.recent-history-meta{font-size:.76rem}.recent-history-badges{display:flex;align-items:center}.history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.history-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.history-card--error{border-color:#f8717159}.history-card-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:none;border:none;cursor:pointer;gap:1rem;text-align:left}.history-card-header:hover{background:#ffffff08}.history-meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}.history-job-name{font-weight:600;font-size:.92rem;color:var(--text)}.history-date{font-size:.78rem;color:var(--muted)}.history-summary{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.expand-icon{color:var(--muted);font-size:.7rem;margin-left:.25rem}.history-card-body{border-top:1px solid var(--border);padding:.85rem 1rem}.history-url{font-size:.78rem;font-family:JetBrains Mono,monospace;margin-bottom:.75rem;word-break:break-all}.history-url a{color:var(--muted);text-decoration:none}.history-url a:hover{color:var(--accent);text-decoration:underline}.history-error{margin:0 0 .5rem;font-size:.88rem}.history-empty-msg{margin:0;font-size:.88rem}.history-items-table{width:100%;border-collapse:collapse;font-size:.86rem}.history-items-table th{text-align:left;padding:.35rem .6rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border)}.history-items-table td{padding:.45rem .6rem;border-bottom:1px solid rgba(42,49,66,.5);vertical-align:top}.history-items-table tr:last-child td{border-bottom:none}.history-item-title{color:var(--text);line-height:1.35}.history-item-bid{color:var(--accent);font-weight:600;white-space:nowrap}.history-item-msrp,.history-item-time{color:var(--muted);white-space:nowrap}.settings-section{padding:0 1rem 2rem}.settings-form{display:flex;flex-direction:column;gap:1.5rem;max-width:560px}.settings-group{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.settings-group h3{margin:0 0 .15rem;font-size:.95rem}.settings-group .muted{font-size:.82rem;margin:0 0 .75rem}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.settings-row label{font-size:.88rem;color:var(--text)}.settings-row input[type=number]{width:110px;padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.88rem;text-align:right}.settings-inline-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.9rem;color:var(--text)}.settings-inline-input{width:80px;padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.88rem;text-align:center}.sub-tab-nav{display:flex;gap:.2rem}.sub-tab-nav button{padding:.3rem .85rem;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:var(--radius);font-weight:500;font-size:.82rem;cursor:pointer}.sub-tab-nav button:hover{color:var(--text);border-color:var(--text)}.sub-tab-nav button.active{border-color:var(--accent);background:#6ee7b71f;color:var(--accent)}.history-card--won{border-color:#6ee7b766}.badge-won{background:#6ee7b726;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:600}.bid-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem 1.5rem;font-size:.88rem;margin-bottom:.75rem}.bid-detail-grid strong{color:var(--muted);font-weight:500}.error{color:var(--danger);margin:.4rem 0;font-size:.88rem}.muted{color:var(--muted)}:root{--bg: #0d0f14;--surface: #161a22;--border: #2a3142;--text: #e6e9f0;--muted: #8b92a8;--accent: #6ee7b7;--accent-dim: #34d399;--danger: #f87171;--radius: 10px}*{box-sizing:border-box}body{margin:0;font-family:Outfit,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}
