.retouch-shell{width:min(1480px,100%);margin:0 auto;display:grid;gap:14px;--rt-panel:var(--surface);--rt-panel-2:var(--surface-elevated);--rt-line:var(--line);--rt-soft:var(--icon-btn-bg)}.retouch-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(59,130,246,.14),rgba(16,185,129,.08)),var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.retouch-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.08),transparent);transform:translateX(-100%);animation:rt-scan 6s ease-in-out infinite;pointer-events:none}.retouch-hero h2{font-size:24px;font-weight:900;letter-spacing:0}.retouch-hero p{font-size:13px;color:var(--muted);line-height:1.6;margin-top:6px;max-width:760px}.retouch-hero-actions,.retouch-row-actions,.retouch-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.retouch-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 318px;gap:14px;align-items:start}.retouch-panel{background:var(--rt-panel);border:1px solid var(--rt-line);border-radius:var(--radius);padding:14px;min-width:0}.retouch-panel h3{font-size:15px;font-weight:900;margin-bottom:10px}.retouch-panel p,.retouch-small{font-size:12px;line-height:1.55;color:var(--muted)}.retouch-source-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:var(--view-toggle-bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:4px;margin-bottom:12px}.retouch-source-tabs button{height:36px;border-radius:6px;color:var(--muted);font-size:12px;font-weight:800;transition:all .2s}.retouch-source-tabs button.active{background:var(--surface-elevated);color:var(--blue);box-shadow:var(--shadow-soft)}.retouch-folder-tree{display:grid;gap:6px;max-height:360px;overflow:auto;padding-right:2px}.retouch-folder-btn{min-height:34px;border-radius:7px;padding:0 9px;display:flex;align-items:center;gap:8px;text-align:left;background:var(--rt-soft);color:var(--muted);font-size:12px;font-weight:800;border:1px solid transparent}.retouch-folder-btn:hover{color:var(--text);border-color:var(--line-strong)}.retouch-folder-btn.active{background:var(--blue-soft);color:var(--blue);border-color:rgba(59,130,246,.28)}.retouch-source-tools{display:grid;gap:10px}.retouch-check{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--muted);font-weight:800}.retouch-check input{accent-color:var(--blue)}.retouch-import-box{min-height:142px;border:1px dashed var(--line-strong);border-radius:var(--radius);display:grid;place-items:center;text-align:center;padding:18px;background:var(--upload-zone-bg)}.retouch-center{display:grid;gap:14px;min-width:0}.retouch-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.retouch-stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px}.retouch-stat b{display:block;font-size:22px;font-weight:900;color:var(--blue)}.retouch-stat span{display:block;color:var(--muted);font-size:11px;font-weight:800;margin-top:3px}.retouch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(156px,1fr));gap:12px}.retouch-card{position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;transition:transform .24s cubic-bezier(.34,1.56,.64,1),border-color .24s,box-shadow .24s;contain:layout style;content-visibility:auto;contain-intrinsic-size:214px}.retouch-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 14px 34px rgba(0,0,0,.28)}.retouch-card.selected{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.retouch-thumb{height:132px;background:var(--file-thumb-bg);display:grid;place-items:center;overflow:hidden;position:relative}.retouch-thumb img{width:100%;height:100%;object-fit:cover;display:block}.retouch-badge{position:absolute;left:8px;top:8px;height:22px;padding:0 8px;border-radius:6px;background:rgba(0,0,0,.52);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase}.retouch-card-body{padding:10px;display:grid;gap:5px}.retouch-card-title{font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retouch-card-meta{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retouch-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:4px}.retouch-mini-btn{height:30px;border-radius:7px;background:var(--rt-soft);border:1px solid var(--line);font-size:11px;font-weight:900;color:var(--muted)}.retouch-mini-btn:hover{color:var(--text);border-color:var(--line-strong)}.retouch-presets{display:grid;grid-template-columns:1fr 1fr;gap:8px}.retouch-preset{height:42px;border-radius:8px;border:1px solid var(--line);background:var(--rt-soft);font-size:12px;font-weight:900;color:var(--text)}.retouch-preset.active{background:var(--blue-soft);border-color:var(--blue);color:var(--blue)}.retouch-slider{display:grid;gap:7px;margin-top:12px}.retouch-slider label{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);font-weight:800}.retouch-slider b{color:var(--text);font-variant-numeric:tabular-nums}.retouch-slider input{width:100%;accent-color:var(--blue)}.retouch-export-card{margin-top:12px;border-top:1px solid var(--line);padding-top:12px;display:grid;gap:10px}.retouch-progress{height:7px;border-radius:999px;background:var(--progress-bg);overflow:hidden}.retouch-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:999px;transition:width .2s}.retouch-queue{display:grid;gap:7px;max-height:190px;overflow:auto}.retouch-queue-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;border-radius:7px;background:var(--rt-soft);padding:0 9px;font-size:11px;color:var(--muted)}.retouch-queue-row b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-weight:800}.retouch-queue-row.ok em{color:var(--green)}.retouch-queue-row.err em{color:var(--red)}.retouch-hidden-input{display:none}.retouch-empty{min-height:300px;border:1px solid var(--line);border-radius:var(--radius);background:var(--empty-bg);display:grid;place-items:center;text-align:center;padding:26px}.retouch-empty strong{display:block;color:var(--text);font-size:17px;margin-bottom:8px}.retouch-workspace-marker{display:none}.retouch-toolbar{display:flex;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap}.retouch-toolbar h3{margin:0;font-size:16px;font-weight:900}.retouch-local-note{font-size:11px;color:var(--muted);line-height:1.5;margin-top:8px}@keyframes rt-scan{0%,45%{transform:translateX(-100%)}72%,100%{transform:translateX(100%)}}@media(max-width:1180px){.retouch-layout{grid-template-columns:240px minmax(0,1fr)}.retouch-inspector{grid-column:1/-1}.retouch-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.retouch-hero{grid-template-columns:1fr}.retouch-hero-actions{justify-content:flex-start}.retouch-layout{grid-template-columns:1fr}.retouch-panel{padding:12px}.retouch-folder-tree{max-height:220px}.retouch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.retouch-thumb{height:auto;aspect-ratio:1}.retouch-card-actions{grid-template-columns:1fr}.retouch-actions,.retouch-row-actions{justify-content:flex-start}.retouch-presets{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.retouch-hero:before,.retouch-card,.retouch-source-tabs button{animation:none;transition:none}}
