:root{--buncss-light:initial;--buncss-dark: ;color-scheme:light dark;color:#f6efe6;--wood-dark:#3b2a20;--wood-med:#6f4a36;--wood-light:#cfa77a;--ivory:#f6efe6;font-family:Georgia,Times New Roman,serif;line-height:1.6}@media (prefers-color-scheme:dark){:root{--buncss-light: ;--buncss-dark:initial}}html{scrollbar-gutter:stable;height:100%}body{display:block;overflow-y:scroll;position:relative;background-color:var(--wood-dark);background-image:linear-gradient(#0000001f,#0000002e),repeating-linear-gradient(-60deg,#ffffff05 0 2px,#00000005 2px 6px);background-size:cover;min-width:320px;min-height:100vh;margin:0;padding:2rem 0}body:before{content:"";position:fixed;z-index:-1;opacity:.05;animation:slide 30s linear infinite;pointer-events:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgODQxLjkgNTk1LjMiPgogIDxnIGZpbGw9IiM2MWRhZmIiPgogICAgPGNpcmNsZSBjeD0iNDIwLjkiIGN5PSIyOTYuNSIgcj0iNDUuNyIvPgogICAgPGcgb3BhY2l0eT0iMC42Ij4KICAgICAgPGVsbGlwc2UgY3g9IjQyMC45IiBjeT0iMjk2LjUiIHJ4PSIyMjQiIHJ5PSI3NCIgdHJhbnNmb3JtPSJyb3RhdGUoMCA0MjAuOSAyOTYuNSkiLz4KICAgICAgPGVsbGlwc2UgY3g9IjQyMC45IiBjeT0iMjk2LjUiIHJ4PSIyMjQiIHJ5PSI3NCIgdHJhbnNmb3JtPSJyb3RhdGUoNjAgNDIwLjkgMjk2LjUpIi8+CiAgICAgIDxlbGxpcHNlIGN4PSI0MjAuOSIgY3k9IjI5Ni41IiByeD0iMjI0IiByeT0iNzQiIHRyYW5zZm9ybT0icm90YXRlKDEyMCA0MjAuOSAyOTYuNSkiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==) 0 0/256px;inset:0;transform:rotate(-12deg)scale(1.35)}@keyframes slide{0%{background-position:0 0}to{background-position:256px 224px}}.app{text-align:center;position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:2rem}.logo-container{display:flex;justify-content:center;align-items: center;gap:2rem;margin-bottom:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.bun-logo{transform:scale(1.2)}.bun-logo:hover{filter:drop-shadow(0 0 2em #fbf0dfaa)}.react-logo{animation:spin 20s linear infinite}.react-logo:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1{font-size:3.2em;line-height:1.1}code{background-color:#1a1a1a;border-radius:.3em;padding:.2em .4em;font-family:monospace}.api-tester{text-align:left;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px;margin:2rem auto 0}.endpoint-row{display:flex;font:monospace;box-sizing:border-box;background:#1a1a1a;border:2px solid #fbf0df;border-radius:12px;align-items: center;gap:.5rem;width:100%;padding:.75rem;transition:all .3s}.endpoint-row:focus-within{border-color:#f3d5a3}.method{color:#1a1a1a;appearance:none;display:block;background:#fbf0df;border:none;border-radius:8px;flex-shrink:0;width:min-content;margin:0;padding:.3rem .7rem;font-size:.9em;font-weight:700}.method option{text-align:left}.url-input{color:#fbf0df;outline:0;background:0;border:0;flex:1;width:100%;padding:.2rem;font:1em monospace}.url-input:focus{color:#fff}.url-input::placeholder{color:#fbf0df66}.send-button{color:#1a1a1a;cursor:var(--bun-cursor);background:#fbf0df;border:0;border-radius:8px;padding:.4rem 1.2rem;transition:all .1s;font-weight:700}.send-button:hover{cursor:pointer;background:#f3d5a3;transform:translateY(-1px)}.response-area{color:#fbf0df;font:monospace;resize:vertical;box-sizing:border-box;background:#1a1a1a;border:2px solid #fbf0df;border-radius:12px;width:100%;min-height:120px;padding:.75rem}.response-area:focus{border-color:#f3d5a3}.response-area::placeholder{color:#fbf0df66}@media (prefers-reduced-motion){*,:before,:after{animation:none!important}}.lead-finder{text-align:left;max-width:1000px;margin:1.5rem auto;padding:0 1rem}.lead-card{background:linear-gradient(180deg,var(--wood-med),#4a2f1f 60%);color:var(--ivory);position:relative;border:2px solid #00000059;border-radius:12px;padding:1.25rem;box-shadow:0 10px 30px #0009,inset 0 -30px 40px #ffffff05}.lead-card-header{display:flex;justify-content:space-between;align-items: center;gap:1rem;margin-bottom:.75rem}.lead-card-header h1{text-shadow:0 1px #0009;margin:0;font-size:2.2rem;font-weight:700}.subtitle{color:#fbf0dfa6;margin:.25rem 0 0}.header-actions{display:flex;align-items: center;gap:.75rem}.avatar{border-radius:18px;width:36px;height:36px;margin-right:8px}.auth-name{color:#fbf0df;margin-right:8px}.btn{color:#fbf0df;cursor:pointer;background:#2b2b2b;border:1px solid #ffffff0f;border-radius:8px;padding:.45rem .75rem}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#092;background:linear-gradient(90deg,#6fbf73,#4caf50);border:none}.btn-ghost{background:0 0;border:1px solid #ffffff0f}.small{padding:.25rem .45rem;font-size:.9rem}.search-row{display:flex;gap:.5rem;margin-bottom:.75rem}.reset-btn{display:flex;border-radius:50%;justify-content:center;align-items: center;width:34px;height:34px;padding:0;transition:background-color .15s,transform .15s}.reset-btn:hover{background:#ffffff08;transform:none}.reset-btn svg{display:block;color:#fbf0df;pointer-events:none}.reset-card-btn{position:absolute;display:flex;z-index:3;border-radius:50%;justify-content:center;align-items: center;width:34px;height:34px;padding:0;top:8px;right:8px}.search-input{color:#fbf0df;background:#0f0f0f;border:1px solid #ffffff0a;border-radius:8px;flex:1;padding:.6rem}.progress-bar-wrap{overflow:hidden;position:relative;background:#0b0b0b;border:1px solid #ffffff0a;border-radius:8px;height:14px;margin:.5rem 0 1rem}.progress-bar{background:linear-gradient(90deg,#4caf50,#81c784);width:0%;height:100%;transition:width .3s}.progress-label{position:absolute;color:#fbf0df;pointer-events:none;font-size:12px;font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%)}.filter-row{display:flex;align-items: center;gap:.75rem;margin:.5rem 0 1rem}.filter-input{color:#fff;background:#0b0b0b;border:1px solid #222;border-radius:8px;flex:1;padding:.5rem}.result-count{color:#fbf0df99;font-size:.95rem}.no-results{color:#fbf0dfb3;background:#ffffff03;border-radius:8px;padding:1rem}.card-footer{display:flex;justify-content:space-between;align-items: center;margin-top:1rem}.result-summary{color:#fbf0dfbf}.table-wrap{overflow:auto;background:0 0;border-radius:8px;padding:.25rem}.results-table{border-collapse:collapse;color:#fbf0df;width:100%;min-width:800px}.results-table th,.results-table td{text-align:left;border-bottom:1px solid #ffffff08;padding:.75rem}.results-table thead th{position:sticky;z-index:2;color:var(--ivory);text-shadow:0 1px #0009;background:linear-gradient(#4a2b1a,#2f1b12);border-bottom:2px solid #00000080;top:0}.results-table tbody tr.row-even{background:linear-gradient(90deg,#ffffff03,#00000005)}.results-table tbody tr.row-odd{background:0 0}.results-table tbody tr:hover{background:#ffffff08}.results-table a{color:#ffd9a6}.col-rank{width:6ch}.col-action{width:10ch}.col-site{width:4ch}.favicon{vertical-align:middle;object-fit:cover;border-radius:4px;width:24px;height:24px;margin-right:8px}.error{color:#ff7b7b;margin-top:.5rem}.info{color:#ffffffe6;background:#ffffff05;border-radius:8px;margin:.5rem 0;padding:.5rem .75rem}@media (max-width:720px){.lead-card{padding:.75rem}.lead-card-header{flex-direction:column;align-items: flex-start;gap:.5rem}.results-table{min-width:100%}.search-row{flex-direction:column}.header-actions{display:flex;justify-content:flex-end;width:100%}}.visually-hidden{overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute!important}.progress-bar-wrap{overflow:hidden;position:relative;background:#0b0b0b;border:1px solid #ffffff0a;border-radius:8px;height:14px;margin:.5rem 0 1rem}.progress-bar{background:linear-gradient(90deg,#4caf50,#81c784);width:0%;height:100%;transition:width .3s}.progress-label{position:absolute;color:#fbf0df;pointer-events:none;font-size:12px;font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%)}
