body,html{margin:0;padding:0}body{align-items:center;background-color:#161618;color:#f5f7f6;display:flex;flex-flow:column;min-height:100vh}body,input,textarea{font-family:sans-serif}input,textarea{appearance:none;-webkit-appearance:none;background-color:#1b1e1f;border:0;border-radius:0;color:#bbb;font-size:14px;height:20px;margin:0;outline:none;padding:5px}.checkbox{align-items:center;cursor:pointer;display:flex;gap:5px;height:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox:has(input[type=checkbox]:checked){color:#ee4d2e}.checkbox input[type=checkbox]{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox .checkmark{border:1px solid #fff;border-radius:50%;display:block;height:14px;width:14px}.checkbox input[type=checkbox]:checked~.checkmark{background-color:#ee4d2e;border:1px solid #ee4d2e}input[type=file]{cursor:pointer;height:30px;padding:0}input[type=file]::-webkit-file-upload-button,input[type=file]::file-selector-button,input[type=submit]{background-color:#ee4d2e;border:0;color:#f5f7f6;cursor:pointer;display:inline-block;font-size:12px;font-weight:600;margin:0}input[type=file]::-webkit-file-upload-button,input[type=file]::file-selector-button{height:100%;margin-right:1em;padding:0 1em}input[type=submit]{height:30px}a{color:#75c0c7;text-decoration:none}a:hover{color:#fff}header{background-color:#020202;box-sizing:border-box;flex-direction:row;height:3em;max-width:1052px;padding:0 1em;width:100%}.header-title,header{align-items:center;display:flex}.header-title{font-size:1.5em}.header-title>img{height:1em;width:1em}.header-title>div{color:#fff;margin-left:1rem;text-decoration:none}.header-links{margin-left:auto}.header-links>a{color:#888;text-decoration:none}main{box-sizing:border-box;flex-grow:1;max-width:1052px;padding:12px;width:100%}.search{display:flex;flex-direction:column}.search>div{align-items:center;display:flex;padding-top:.25em}.search>div>label{min-width:90px}.search>div>div,.search>div>input{max-width:400px;width:100%}.search>div>div{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.search>div>input[type=file]{max-width:410px}.search>div>input[type=submit]{max-width:100px;width:100%}#search-error{color:#fc8833;margin-left:1em}.search-results{display:grid;grid-template-columns:repeat(auto-fit,250px);width:100%;grid-gap:8px 8px}.search-result,.search-results{align-items:center;justify-content:center}.search-result{background-color:#212121;display:flex;height:250px;position:relative;width:250px}.search-result>span{color:#fff;font-size:.8em;left:0;padding:4px;position:absolute;top:0}.search-result>img{max-height:100%;max-width:100%}footer{box-sizing:border-box;font-size:.8em;height:2em;padding:0 1em;width:100%}