*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f4f0;min-height:100vh;color:#1a1a1a}.page{min-height:100vh;justify-content:center;padding:2rem}.page,.panel{display:flex;align-items:center}.panel{width:100%;max-width:560px;flex-direction:column;gap:.3rem;position:relative}h1{font-size:26px;font-weight:600}.subtitle,h1{text-align:center}.subtitle{font-size:15px;color:#666;line-height:1.5}.muted{font-size:13px;color:#999}#folder-input{display:none}.drop-zone{width:100%;border:1.5px dashed #bbb;border-radius:16px;padding:3rem 2rem;text-align:center;background:white;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;color:#666}.drop-zone:hover{border-color:#888;background:#fafafa}.drop-icon{font-size:36px}.error{color:#c0392b;font-size:14px}.progressWrap{width:100%;height:5px;background:#e0e0e0;border-radius:99px;overflow:hidden}.progressFill{height:100%;background:#1a1a1a;transition:width .3s ease}.progressText{font-size:13px;color:#999;width:100%;text-align:right}.fileCard{width:100%;background:white;border-radius:20px;border:1px solid #e8e8e8;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;min-height:320px;justify-content:center}.fileIcon{font-size:52px}.previewImg{max-width:100%;max-height:170px;border-radius:10px;object-fit:contain}.fileName{font-size:19px;font-weight:600;text-align:center;word-break:break-word}.fileMeta{font-size:13px;color:#999;text-align:center}.sourceMeta{font-size:12px;color:#777;text-align:center}.fileDesc{font-size:14px;color:#555;text-align:center;line-height:1.6;background:#f8f8f6;border-radius:10px;padding:.75rem 1rem;width:100%}.buttonRow{display:flex;width:100%;gap:1rem}.btnKeep,.btnTrash{flex:1 1;padding:16px;border-radius:14px;border:none;font-size:16px;font-weight:600;cursor:pointer}.btnTrash{background:#fdecea;color:#c0392b}.btnTrash:hover{background:#fadbd8;transform:scale(1.02)}.btnKeep{background:#e9f7ef;color:#1e8449}.btnKeep:hover{background:#d5f5e3;transform:scale(1.02)}.btnSkip{border:none;background:none;color:#888;text-decoration:underline;cursor:pointer;font-size:13px;margin-top:.75rem}.btnSkip:hover{color:#555}.btnSkipToEnd{border:none;background:#c0392b;color:white;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;margin-top:.5rem;transition:all .2s ease}.btnSkipToEnd:hover{background:#e74c3c;transform:scale(1.02)}.btnGoBack{border:none;background:none;color:#aaa;font-size:12px;cursor:pointer;margin-bottom:.5rem;transition:color .2s ease}.btnGoBack:hover{color:#666}.summaryGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;width:100%}.summaryCard{border-radius:14px;padding:1.25rem;text-align:center}.summaryCard.trash{background:#fdecea;color:#c0392b}.summaryCard.keep{background:#e9f7ef;color:#1e8449}.summaryCard .num{display:block;font-size:32px;font-weight:700}.summaryCard .lbl{font-size:13px}.command{width:100%;background:#111;color:#d4ffd5;padding:12px;border-radius:10px;overflow-x:auto;font-size:12px}.btnPrimary{background:#1a1a1a;color:white;border:none;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.btnPrimary:hover{background:#333;transform:scale(1.02)}.trashList{width:100%;background:white;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;max-height:220px;overflow-y:auto}.trashItem{display:flex;gap:10px;padding:10px 14px;border-bottom:1px solid #f0f0f0;font-size:13px}.trashItem:last-child{border-bottom:none}