img{display:block;max-width:100%}main{padding:48px 0 76px}.limit-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;max-width:460px}.status-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid var(--line);background:#fff;border-radius:999px;color:var(--muted);font-size:14px;font-weight:600;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.tool-panel{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px 20px;box-shadow:var(--shadow)}.panel-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:2px 2px 14px;border-bottom:1px solid var(--line-2);margin-bottom:18px}.panel-title{display:flex;align-items:center;gap:12px}.tool-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--orange);background:var(--orange-soft);flex:0 0 auto}.tool-icon svg{width:22px;height:22px;stroke:currentColor}.panel-title h2{margin:0;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.03em}.panel-title p{margin:2px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.composer-box{display:grid;grid-template-columns:minmax(0,1fr) 1fr;gap:18px;margin-bottom:14px}.drop-card,.mode-card{border:1px solid var(--line);border-radius:14px;background:#fff;min-height:210px}.drop-card{display:grid;place-items:center;background:var(--page-soft);border-style:dashed;padding:24px;text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.drop-card.is-over{border-color:var(--orange);background:var(--orange-soft);transform:translateY(-2px)}.drop-icon{width:54px;height:54px;border:1px solid var(--line-2);border-radius:16px;display:grid;place-items:center;background:#fff;color:var(--orange);margin:0 auto 18px}.drop-icon svg{width:24px;height:24px;stroke:currentColor}.drop-card h3{margin:0;font-size:20px;font-weight:800;letter-spacing:-.03em;line-height:1.15}.drop-card p{margin:12px auto 18px;max-width:420px;color:var(--muted);font-size:14px;line-height:1.6}.btn-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.panel-btn svg,.panel-btn-secondary svg,.panel-btn-ghost svg{width:16px;height:16px;stroke:currentColor}.input-file{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.mode-card{padding:16px}.mode-head h3{margin:0;font-size:18px;font-weight:700;letter-spacing:-.03em;line-height:1.2}.mode-head p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.mode-option{width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;min-height:100px;padding:14px 12px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.mode-option:hover{border-color:var(--orange);box-shadow:var(--shadow-hover)}.mode-option[aria-pressed=true]{border-color:var(--orange);background:var(--orange-soft)}.mode-icon{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:14px;font-weight:800;margin-bottom:10px}.mode-option[data-mode=small] .mode-icon{background:var(--orange-soft);color:var(--orange)}.mode-option[data-mode=balanced] .mode-icon{background:var(--blue-soft);color:var(--blue)}.mode-option[data-mode=quality] .mode-icon{background:var(--green-soft);color:var(--green)}.mode-name{display:block;font-size:16px;font-weight:800;line-height:1.2;letter-spacing:-.02em}.mode-desc{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.45}.list-shell{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.list-shell.is-hidden{display:none}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid var(--line-2);background:#fff}.list-toolbar.bottom{border-top:1px solid var(--line-2);border-bottom:0}.toolbar-left{display:flex;align-items:center;gap:10px;min-width:0}.check-chip{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;background:#fff;color:var(--text);flex:0 0 auto}.check-chip svg{width:16px;height:16px;stroke:currentColor}.toolbar-title{font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.toolbar-subtitle{font-size:13px;color:var(--muted);line-height:1.2}.toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.table-head{display:grid;grid-template-columns:56px minmax(0,1fr) 78px 100px 34px 110px 84px 132px;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line-2);background:var(--page-soft);color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.table-head div:first-child{grid-column:1/3}.rows{display:grid}.row{position:relative;padding:0 14px;background:#fff;border-bottom:1px solid var(--line-2);overflow:hidden}.row:last-child{border-bottom:0}.row-progress-bg{position:absolute;left:0;top:0;bottom:0;width:0%;background:linear-gradient(90deg,#ff7a451f,#ff663229);opacity:0;transition:width .16s linear,opacity .45s ease .22s;pointer-events:none}.row.is-progress-visible .row-progress-bg{opacity:1;transition-delay:0s,0s}.row-grid{position:relative;z-index:1;display:grid;grid-template-columns:56px minmax(0,1fr) 78px 100px 34px 110px 84px 132px;gap:12px;align-items:center;min-height:72px}.thumb{width:42px;height:42px;border-radius:10px;border:1px solid var(--line-2);background:var(--page-soft);object-fit:cover}.name-wrap{min-width:0}.file-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.2}.file-meta{display:block;margin-top:4px;color:var(--muted);font-size:12.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta.error{color:var(--orange-dark)}.format-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:999px;background:var(--page-soft);border:1px solid var(--line-2);font-size:12px;font-weight:700;color:var(--muted)}.metric,.arrow-col{font-size:14px;font-weight:600;color:var(--text)}.arrow-col{color:var(--muted-2);text-align:center}.saving-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:13px;font-weight:700}.saving-pill.muted{background:var(--page-soft);color:var(--muted)}.row-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.download-link{height:34px;padding:0 10px;border:0;background:transparent;color:var(--orange);font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px}.download-link svg{width:14px;height:14px;stroke:currentColor}.download-link:hover{background:var(--orange-soft)}.download-link:disabled{color:var(--muted-2);cursor:not-allowed;background:transparent}.remove-x{width:28px;height:28px;border:0;background:transparent;color:var(--muted-2);font-size:20px;line-height:1;display:grid;place-items:center;border-radius:999px;cursor:pointer}.remove-x:hover{background:var(--page-soft);color:var(--text)}.mobile-stats{display:none}.empty-state{padding:22px 14px 24px;color:var(--muted);font-size:14px;line-height:1.6;text-align:center;background:#fff}@media(max-width:980px){.tool-hero{grid-template-columns:1fr}.limit-pills{justify-content:flex-start;max-width:none}.composer-box{grid-template-columns:1fr}.table-head{display:none}.row{padding:12px 14px}.row-grid{grid-template-columns:48px minmax(0,1fr) auto;grid-template-areas:"thumb name actions" "stats stats stats";row-gap:10px;min-height:auto}.thumb{grid-area:thumb}.name-wrap{grid-area:name}.row-actions{grid-area:actions;align-self:start}.format-col,.original-col,.arrow-col,.output-col,.saving-col{display:none}.mobile-stats{grid-area:stats;display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center}}@media(max-width:640px){:root{--gutter:16px}main{padding:34px 0 58px}.breadcrumb{margin-bottom:22px}.tool-hero{gap:22px}.eyebrow{font-size:18px}.hero-copy{font-size:15px}.tool-panel{padding:14px}.panel-top{flex-direction:column;padding-bottom:12px;margin-bottom:14px}.drop-card,.mode-card{min-height:unset}.drop-card{padding:22px 16px}.btn-row{flex-direction:column}.mode-grid{grid-template-columns:1fr}.list-toolbar{flex-direction:column;align-items:flex-start}.toolbar-right{width:100%;justify-content:flex-start}.row-grid{grid-template-columns:48px minmax(0,1fr);grid-template-areas:"thumb name" "stats stats" "actions actions"}.thumb{width:48px;height:48px}.row-actions{justify-content:flex-start}}
