.filelist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.filerow{display:flex;align-items:center;gap:12px;background:var(--bg-elev-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px}.filerow[data-status=done]{border-color:#22c55e66}.filerow[data-status=error]{border-color:#ef444473}.filerow__thumb{width:42px;height:42px;border-radius:7px;background:var(--bg);display:grid;place-items:center;font-size:20px;overflow:hidden;flex:none}.filerow__thumb img{width:100%;height:100%;object-fit:cover}.filerow__meta{flex:1;min-width:0}.filerow__name{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filerow__sub{display:flex;align-items:center;gap:10px;margin-top:4px;font-size:12px;color:var(--text-dim);flex-wrap:wrap}.filerow[data-status=done] .filerow__status{color:#86efac}.filerow[data-status=error] .filerow__status{color:#fca5a5}.filerow__progress{height:4px;margin-top:8px;background:var(--bg);border-radius:999px;overflow:hidden}.filerow__fill{height:100%;width:0%;background:var(--accent);border-radius:999px;transition:width .2s ease}.filerow__progress.is-indeterminate .filerow__fill{width:30%!important;animation:indeterminate 1.2s ease-in-out infinite}@keyframes indeterminate{0%{margin-left:0}50%{margin-left:70%}to{margin-left:0}}.filerow__actions{display:flex;align-items:center;gap:6px;flex:none}#settingsRoot{display:flex;flex-direction:column;gap:16px}.settings__main{display:flex;gap:12px;flex-wrap:wrap}.settings__adv{margin-top:12px}.settings__adv summary{cursor:pointer;font-size:13px;color:var(--text-dim);-webkit-user-select:none;user-select:none;padding:4px 0}.settings__adv summary:hover{color:var(--text)}.settings__adv .fields,.expert__box{margin-top:12px}.expert__box input{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:13px}.run{display:flex;flex-direction:column;gap:10px}.run__main{width:100%;justify-content:center}.run__turbo{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.run__turbo .toggle{white-space:nowrap}.run__hint{margin:0;text-align:center}.run__hint--turbo{color:#fbbf24}.progress__bar{height:8px;background:var(--bg-elev-2);border-radius:999px;overflow:hidden;border:1px solid var(--border)}.progress__fill{height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:width .2s ease}.progress__meta{display:flex;justify-content:space-between;margin-top:6px;font-size:13px;color:var(--text-dim)}.result{display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:var(--green-soft);border:1px solid rgba(34,197,94,.35);border-radius:var(--radius);padding:14px 16px}.result__text{flex:1;color:#86efac;font-weight:600;min-width:200px}.result__actions{display:flex;gap:10px;flex-wrap:wrap}.error{background:var(--red-soft);border:1px solid rgba(239,68,68,.4);color:#fca5a5;border-radius:var(--radius);padding:13px 16px;font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.intro{color:var(--text-dim);font-size:14.5px;line-height:1.6;max-width:640px;margin:0 0 22px}.url-form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.url-form .field{min-width:260px}.url-form .btn{flex:none}.results-block{margin-top:24px;display:flex;flex-direction:column;gap:12px}.thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.thumb-card{display:flex;flex-direction:column;gap:10px;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.thumb-card__img{width:100%;display:block;aspect-ratio:16 / 9;object-fit:contain;border-radius:var(--radius-sm);background:var(--bg-elev-2)}.thumb-card__meta{margin-top:auto;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.thumb-card__name{font-size:13.5px;font-weight:600}.thumb-card__dims{color:var(--text-faint);font-size:12px;font-variant-numeric:tabular-nums}.thumb-card .btn{justify-content:center}@media(max-width:520px){.url-form .btn{width:100%}}
