:root{--background-gradient-bottom-color:#333;--background-gradient-top-color:#262626;--highlight-color:#f90;--subheading-color:#666;--text-color:#ccc}*{box-sizing:border-box}html,label,button,input,select,textarea{font-family:Arial,Helvetica,Georgia,serif}body{background:linear-gradient(var(--background-gradient-top-color), var(--background-gradient-bottom-color));background-color:var(--background-gradient-bottom-color);color:var(--text-color);background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;margin:0}h1,h2{color:var(--highlight-color);margin-top:.3em;margin-bottom:0;font-family:Bebas Neue,serif}h1{font-size:3em}h2{font-size:1.5em}p,label,th,td{font-size:1.2em;line-height:1.5em}th{color:var(--highlight-color)}td{color:var(--text-color)}.tagline{color:var(--subheading-color);font-style:italic}.shell{grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto;padding:1.5rem;display:grid}.panel{border-top:2px solid var(--highlight-color);min-width:0;padding-top:.75rem}.results-panel{min-width:0}.controls{gap:1rem;display:grid}.control-group{gap:.3rem;display:grid}.control-group input,.control-group select{background-color:var(--background-gradient-top-color);border:1px solid var(--subheading-color);color:var(--text-color);border-radius:4px;padding:.5rem .65rem;font-family:Arial,Helvetica,Georgia,serif;font-size:1em}.control-group input:focus,.control-group select:focus{border-color:var(--highlight-color);outline:1px solid var(--highlight-color)}.toggle{color:var(--text-color);align-items:center;gap:.5rem;display:flex}button{background-color:var(--subheading-color);color:var(--text-color);cursor:pointer;border:none;border-radius:4px;padding:.55rem 1rem;font-size:1em}button:hover{color:var(--highlight-color)}.drop-zone{border:2px dashed var(--subheading-color);color:var(--subheading-color);text-align:center;border-radius:4px;min-height:8rem;padding:1.25rem;font-size:1.2em;transition:border-color .15s,color .15s}.drop-zone.active{border-color:var(--highlight-color);color:var(--highlight-color)}.status{color:var(--subheading-color);min-height:1.5rem;font-size:1em}.status.error{color:#c30;font-weight:700}.status.success{color:var(--highlight-color)}.selected-image-preview{margin-top:.75rem}.selected-image-preview__image{border:1px solid var(--subheading-color);border-radius:4px;max-width:100%;height:auto;display:block}.search-group{margin-bottom:.75rem}.search-group input{background-color:var(--background-gradient-top-color);border:1px solid var(--subheading-color);color:var(--text-color);border-radius:4px;width:100%;padding:.5rem .65rem;font-family:Arial,Helvetica,Georgia,serif;font-size:1em}.search-group input:focus{border-color:var(--highlight-color);outline:1px solid var(--highlight-color)}.table-wrap{max-width:100%;overflow:auto}table{border-collapse:collapse;width:100%}th,td{overflow-wrap:anywhere;text-align:left;vertical-align:top;border-bottom:1px solid #ffffff0f;padding:.35rem .5rem}@media (width>=850px){.shell{grid-template-columns:minmax(300px,380px) 1fr;padding:2rem}}
