*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f1117;color:#e1e4e8;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:1.5rem}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d333b}header h1{font-size:1.5rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:.5rem}.header-button{padding:.25rem .75rem;background:transparent;color:#8b949e;border:1px solid #2d333b;border-radius:6px;font-size:.8rem;cursor:pointer}.header-button:hover{color:#e1e4e8;border-color:#8b949e}.price-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0009}.price-modal{display:flex;flex-direction:column;width:100%;max-width:420px;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);background:#161a22;border:1px solid #2d333b;border-radius:12px;box-shadow:0 8px 24px #00000080;overflow:hidden}.price-modal-head{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem .75rem .75rem;border-bottom:1px solid #2d333b}.price-modal-head h2{margin-right:auto;font-size:1rem;font-weight:600}.price-modal-link{color:#58a6ff;font-size:.75rem;text-decoration:none;white-space:nowrap}.price-modal-link:hover{text-decoration:underline}.price-modal-close{width:2rem;height:2rem;flex-shrink:0;background:transparent;border:none;border-radius:6px;color:#8b949e;font-size:.9rem;line-height:1;cursor:pointer}.price-modal-close:hover{background:#1c2028;color:#e1e4e8}.price-tabs{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;border-bottom:1px solid #2d333b}.price-tab{padding:.25rem .6rem;background:transparent;border:1px solid transparent;border-radius:6px;color:#8b949e;font-size:.8rem;cursor:pointer}.price-tab:hover{color:#e1e4e8}.price-tab.active{background:#1c2028;border-color:#2d333b;color:#e1e4e8}.price-table-wrap{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.price-table{width:100%;border-collapse:collapse;font-size:.85rem}.price-table td{padding:.4rem .75rem;border-bottom:1px solid #1c2028}.price-table tr:last-child td{border-bottom:none}.price-value{text-align:right;white-space:nowrap;font-weight:600;color:#4caf50}.price-modal .empty{padding:.75rem}@media (max-width: 640px){.price-modal-backdrop{align-items:flex-end;padding:0}.price-modal{max-width:none;max-height:85vh;max-height:85dvh;border-width:1px 0 0;border-radius:12px 12px 0 0}.price-tab{padding:.5rem .8rem;font-size:.9rem}.price-table{font-size:.9rem}.price-table td{padding:.6rem .75rem}}.conn-status{font-size:.85rem;padding:.25rem .75rem;border-radius:12px;font-weight:500}.conn-status.online{background:#1a3a2a;color:#4caf50}.conn-status.offline{background:#3a1a1a;color:#f44336}.controls{margin-bottom:1.5rem}.url-form{display:flex;gap:.5rem;margin-bottom:1rem}.url-form input{flex:1;padding:.6rem .8rem;background:#1c2028;border:1px solid #2d333b;border-radius:6px;color:#e1e4e8;font-size:.9rem}.url-form input:focus{outline:none;border-color:#58a6ff}.url-form button{padding:.6rem 1.2rem;background:#238636;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;font-weight:500}.url-form button:hover{background:#2ea043}.empty{color:#8b949e;font-size:.9rem;padding:.5rem 0}.job-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.job-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;background:#1c2028;border-radius:6px;font-size:.85rem}.job-url{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-remove{padding:.2rem .5rem;background:transparent;color:#f44336;border:1px solid #f44336;border-radius:4px;font-size:.75rem;cursor:pointer;flex-shrink:0}.job-remove:hover{background:#3a1a1a}.word-list-input{margin-top:1rem}.word-list-input input{width:100%;padding:.6rem .8rem;background:#1c2028;border:1px solid #2d333b;border-radius:6px;color:#e1e4e8;font-size:.9rem}.word-list-input input:focus{outline:none;border-color:#58a6ff}.error-banner{padding:.6rem .8rem;background:#3a1a1a;border:1px solid #f44336;border-radius:6px;color:#f44336;font-size:.85rem;margin-bottom:1rem}.listings{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}.listing-group{flex:1 1 250px;min-width:250px;overflow:hidden}.listing-group h2{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:.75rem;font-weight:500}.listing-group h2 a{color:#e1e4e8;text-decoration:none}.listing-group h2 a:hover{text-decoration:underline}.listing-count{font-size:.8rem;color:#8b949e;font-weight:400}.listing-hidden-count{font-size:.75rem;color:#6e7681;font-weight:400;white-space:nowrap}.target-status{display:flex;flex-direction:column;gap:.15rem;font-size:.75rem;color:#8b949e;margin-bottom:.5rem}.target-status.failing{color:#d29922}.target-status-error{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-table-wrap{overflow-x:auto}.listing-table{width:100%;border-collapse:collapse;font-size:.85rem}.listing-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid #2d333b;color:#8b949e;font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.listing-table td{padding:.5rem .75rem;border-bottom:1px solid #1c2028;vertical-align:middle}.listing-table tbody tr:hover{background:#1c2028}.listing-row.new{animation:highlight 2s ease-out}@keyframes highlight{0%{background:#1a3a2a}to{background:transparent}}.listing-row.match{background:#241f14}.listing-table tbody tr.match:hover{background:#2e2718}.listing-row.match .listing-time{box-shadow:inset 3px 0 #9e6a03}.listing-time{white-space:nowrap;color:#8b949e}.listing-table a{color:#58a6ff;text-decoration:none}.listing-table a:hover{text-decoration:underline}.listing-price{font-weight:600;white-space:nowrap;color:#4caf50}.listing-source{display:inline-block;margin-right:.4rem;padding:.05rem .4rem;border-radius:4px;background:#1c2028;border:1px solid #2d333b;color:#8b949e;font-size:.7rem;white-space:nowrap;vertical-align:middle}.listing-category{color:#8b949e;white-space:nowrap}
