:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;overflow:hidden}#root{height:100%}body{margin:0;min-width:320px}h1{font-size:1.5em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{margin:0 auto;padding:1rem;display:flex;flex-direction:column;height:100%;min-height:100vh;min-height:100dvh}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.app-header h1{margin:0}.app-header h1 span.title{color:#6495ed}.app-header h1 span.sub-title{font-size:16px;color:#aaa}.header-actions{display:flex;gap:.5rem}.panel{text-align:left;background:#ffffff0a;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.1rem;margin-bottom:.5rem}.panel.warning{border-color:#e3b341;background:#e3b3411a}.panel.error{border-color:#d9534f;background:#d9534f1a}#search-form{padding-left:.5em;padding-right:.5em}.form-row{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.8rem}.form-row.inline{flex-direction:row;align-items:center;margin-bottom:.1rem}.form-row.inline input{flex:1}.name-left-25{display:flex;align-items:center;gap:.5rem;flex:0 0 15%;max-width:15%;min-width:160px}.name-left-25>label{white-space:nowrap}.form-row.inline .name-left-25 input{flex:1;min-width:0}.kw-left-50{display:flex;align-items:center;gap:.5rem;flex:0 0 40%;max-width:40%;min-width:0}.kw-left-50>label{white-space:nowrap}.form-row.inline .kw-left-50 input{flex:1;min-width:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem 1rem}.results{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.result-card{display:flex;gap:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.5rem}.result-card .thumb{width:96px;height:96px;flex:0 0 96px;display:flex;align-items:center;justify-content:center;background:#0003;border-radius:6px;overflow:hidden}.result-card .thumb img{width:100%;height:100%;object-fit:cover}.result-card .info{flex:1}.result-card .title{font-weight:600;display:inline-block;margin-bottom:.25rem}.result-card .meta{display:flex;gap:.6rem;flex-wrap:wrap;font-size:.9rem;color:#aaa}.result-card .price{color:#fff;font-weight:700}.actions{display:flex;gap:.5rem}.sieves{list-style:none;padding:0;margin:0}.sieves li{display:flex;gap:.5rem;align-items:center;justify-content:space-between;padding:.25rem 0}button.small{padding:.3rem .6rem;font-size:.9rem}button.danger{border-color:#d9534f;color:#fff;background:#7a1e1b}button.secondary{background:#eee;border-color:#ffffff40}.footer{margin:.1rem 0;text-align:center;color:#888}.collapsible-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.collapsible-header h2{margin:0}.chevron-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:6px;color:inherit}.chevron-btn .chevron{display:inline-block;transition:transform .15s ease}.chevron-btn[aria-expanded=false] .chevron{transform:rotate(-90deg)}.grid.advanced{margin-top:.5rem}.main-columns{display:grid;grid-template-columns:2fr auto;gap:.5rem;min-height:0;flex:1 1 auto}.main-left{min-width:0;min-height:0;display:flex;flex-direction:column}.right-sidebar{display:flex;flex-direction:column;width:300px;min-width:0px}.right-panel-stack{display:flex;flex-direction:column;gap:.5rem;min-height:0;height:100%}.right-panel-stack>.panel{flex:1 1 0;min-height:0;display:flex;flex-direction:column}.results-region{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto;min-height:0;overflow:hidden}.panel.results-scroll{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;max-height:100%;overflow:hidden}.results-table-wrap{width:100%;flex:1 1 auto;min-height:0;overflow:auto}.results-table{width:100%;border-collapse:collapse}.results-table thead th{text-align:left;font-weight:600;padding:.5rem;border-bottom:1px solid rgba(255,255,255,.15);white-space:nowrap;position:sticky;top:0;z-index:2;background-color:#242424}@media(prefers-color-scheme:light){.results-table thead th{background-color:#222}}.results-table tbody td{padding:.5rem;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:middle}.results-table .thumb-cell{width:72px}.results-table .thumb-cell img,.results-table .thumb-cell .noimg{width:64px;height:64px;object-fit:cover;display:block;background:#0003;border-radius:4px}.results-table .title-cell{max-width:520px}.results-table .num{text-align:right;white-space:nowrap}.panel-table-wrap{width:100%;overflow-x:auto}.panel-table{width:100%;border-collapse:collapse}.panel-table td{width:90%}.panel-table td.actions{width:1%;white-space:nowrap;text-align:right}.panel-table td.actions .row-action{visibility:hidden;opacity:0;transition:opacity .12s ease}.panel-table tr:hover{background:#444}.panel-table tr:hover td.actions .row-action,.panel-table td.actions:hover .row-action{visibility:visible;opacity:1}button.icon-btn{padding:.2rem .4rem;line-height:1;font-size:.9rem}.panel-table tbody td{padding:.2rem;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:middle}.table-footer{margin-top:.5rem;color:#aaa}.hl-selection{background:#ffee58;color:inherit;border-radius:2px}.results-table,.results-table td.title-cell{-webkit-user-select:text;-moz-user-select:text;user-select:text}.hl-selection{pointer-events:none}.hamburger-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;border-radius:6px;cursor:pointer}.hamburger-btn:hover{background:#ffffff1a}.hamburger-icon{display:inline-flex;flex-direction:column;gap:3px}.hamburger-icon>span{display:block;width:16px;height:2px;background:currentColor;opacity:.9}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1px,1px);white-space:nowrap;border:0}.menu-popover{position:absolute;margin-top:.25rem;background:#111;border:1px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 8px 24px #0006;z-index:2000}.name-left-25{position:relative}.menu-list{list-style:none;padding:.25rem;margin:0;min-width:220px}.menu-list li{margin:0}.menu-list li.separator{border-top:1px solid rgba(255,255,255,.12);margin:.25rem 0}.menu-list li.muted{color:#aaa;padding:.4rem .5rem}.menu-list button{width:100%;text-align:left;background:transparent;border:0;color:inherit;padding:.4rem .5rem;border-radius:6px;cursor:pointer}.menu-list button:hover{background:#ffffff14}.menu-list button.active{background:#6495ed40}.menu-anchor{position:relative}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{width:min(560px,calc(100% - 2rem));background:#111;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:1rem 1rem .75rem;box-shadow:0 10px 30px #0009}.modal h2{margin-top:0;margin-bottom:.5rem}
