.editable-cell{display:flex;align-items:center;justify-content:space-between;padding:2px 4px;border-radius:4px;cursor:pointer;min-height:24px;transition:background-color .15s}.editable-cell:hover{background-color:#f3f4f6}.editable-cell .edit-icon{opacity:0;font-size:10px;color:#9ca3af;margin-left:4px;flex-shrink:0;transition:opacity .15s}.editable-cell:hover .edit-icon{opacity:1}.text-muted{color:#9ca3af;font-size:12px}.text-placeholder{color:#d1d5db;font-size:12px}.selection-action-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:100;background:#111827;color:#fff;padding:10px 20px;border-radius:10px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px #00000029;animation:slideUp .2s ease-out}.selection-action-bar .ant-btn{color:#fff;border-color:#fff3}.selection-action-bar .ant-btn:hover{color:#fff;border-color:#ffffff80;background:#ffffff1a}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.page-header{margin-bottom:24px}.page-header h4.ant-typography{margin-bottom:4px;font-weight:600}.action-dropdown .ant-dropdown-menu-item{padding:8px 16px}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100%}.ant-table-thead>tr>th{white-space:nowrap!important}.ant-table-tbody>tr>td{overflow:hidden;text-overflow:ellipsis}.resizing-tab{--rsz-bg-soft: #f7f8fa;--rsz-bg-hover: #f3f5f9;--rsz-bg-active: #eef2ff;--rsz-border: #e8eaf0;--rsz-border-strong: #d8dce5;--rsz-text: #1f2330;--rsz-text-2: #5a6173;--rsz-text-3: #9aa0ad;--rsz-text-4: #c2c6d1;--rsz-primary: #3b6cf7;--rsz-primary-soft: #e8eeff;--rsz-primary-hover: #2f5be0;--rsz-success: #22c55e;--rsz-shadow-md: 0 4px 16px rgba(20, 25, 40, .06);font-family:-apple-system,BlinkMacSystemFont,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--rsz-text);padding:8px 4px 40px}.resizing-tab *{box-sizing:border-box}.resizing-tab button{font-family:inherit}.resizing-tab .stepper{display:flex;align-items:center;gap:0;padding:4px 0 28px;flex-wrap:wrap}.resizing-tab .step{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--rsz-text-3);cursor:default}.resizing-tab .step .num{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#eef0f4;color:var(--rsz-text-3);font-size:12px;font-weight:600;flex-shrink:0;transition:background .2s,color .2s}.resizing-tab .step.done .num{background:var(--rsz-primary-soft);color:var(--rsz-primary)}.resizing-tab .step.done .num:before{content:"";width:9px;height:5px;border-left:2px solid var(--rsz-primary);border-bottom:2px solid var(--rsz-primary);transform:rotate(-45deg) translate(1px,-1px)}.resizing-tab .step.done .num span{display:none}.resizing-tab .step.active .num{background:var(--rsz-primary);color:#fff;box-shadow:0 0 0 4px var(--rsz-primary-soft)}.resizing-tab .step.active{color:var(--rsz-text);font-weight:600}.resizing-tab .step.done{color:var(--rsz-text-2)}.resizing-tab .step-sep{flex:0 0 28px;height:1px;background:#e3e6ed;margin:0 10px}.resizing-tab .step.done+.step-sep{background:#cfd9ff}.resizing-tab .upload-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:24px;align-items:start}@media(max-width:1080px){.resizing-tab .upload-grid{grid-template-columns:1fr}}.resizing-tab .upload-grid .col-title{font-size:13px;font-weight:600;color:var(--rsz-text-2);margin:0 0 10px;display:flex;align-items:center;gap:6px}.resizing-tab .col-title .req{color:var(--rsz-primary);font-size:11px;font-weight:600;background:var(--rsz-primary-soft);padding:1px 6px;border-radius:999px}.resizing-tab .col-title .count-pill{margin-left:auto;font-weight:500;color:var(--rsz-text-3);font-size:12px;font-variant-numeric:tabular-nums}.resizing-tab .opt-section{margin-bottom:20px}.resizing-tab .opt-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.resizing-tab .opt-section-head .label{font-size:12.5px;font-weight:600;color:var(--rsz-text-2)}.resizing-tab .opt-section-head .toggle-all{font-size:12px;color:var(--rsz-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.resizing-tab .opt-section-head .toggle-all:hover{text-decoration:underline}.resizing-tab .preset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:1280px){.resizing-tab .preset-grid{grid-template-columns:repeat(3,1fr)}}.resizing-tab .preset-card{position:relative;border:1.5px solid var(--rsz-border);border-radius:10px;padding:10px 12px;background:#fff;cursor:pointer;display:flex;align-items:center;gap:10px;transition:border-color .12s,background .12s,box-shadow .12s;-webkit-user-select:none;user-select:none}.resizing-tab .preset-card:hover{border-color:var(--rsz-border-strong);background:#fafbfd}.resizing-tab .preset-card.selected{border-color:var(--rsz-primary);background:#f5f8ff;box-shadow:0 0 0 3px #3b6cf714}.resizing-tab .preset-card .ratio-box{flex-shrink:0;background:#eef0f6;border-radius:4px;position:relative;width:36px;display:grid;place-items:center}.resizing-tab .preset-card.selected .ratio-box{background:var(--rsz-primary-soft)}.resizing-tab .preset-card .preset-meta{flex:1;min-width:0}.resizing-tab .preset-card .preset-name{font-size:13px;font-weight:600;color:var(--rsz-text);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resizing-tab .preset-card .preset-sub{font-size:11.5px;color:var(--rsz-text-3);font-variant-numeric:tabular-nums}.resizing-tab .preset-card .check{position:absolute;top:8px;right:8px;width:16px;height:16px;border-radius:4px;border:1.5px solid var(--rsz-border-strong);background:#fff;display:grid;place-items:center;transition:background .12s,border-color .12s}.resizing-tab .preset-card.selected .check{background:var(--rsz-primary);border-color:var(--rsz-primary)}.resizing-tab .preset-card.selected .check:after{content:"";width:7px;height:4px;border-left:1.7px solid #fff;border-bottom:1.7px solid #fff;transform:rotate(-45deg) translateY(-1px)}.resizing-tab .chip-row{display:flex;gap:6px}.resizing-tab .chip{flex:1;text-align:center;padding:9px 0;font-size:13px;font-weight:500;color:var(--rsz-text-2);background:#fff;border:1.5px solid var(--rsz-border);border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .12s,background .12s,color .12s}.resizing-tab .chip:hover{border-color:var(--rsz-border-strong)}.resizing-tab .chip.selected{background:var(--rsz-primary-soft);border-color:var(--rsz-primary);color:var(--rsz-primary);font-weight:600}.resizing-tab .instruction-textarea{width:100%;padding:10px 12px;border:1.5px solid var(--rsz-border);border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;min-height:64px;color:var(--rsz-text);background:#fff;transition:border-color .12s,background .12s,box-shadow .12s;line-height:1.55}.resizing-tab .instruction-textarea:focus{outline:none;border-color:var(--rsz-primary);background:#f5f8ff;box-shadow:0 0 0 3px #3b6cf714}.resizing-tab .instruction-textarea::placeholder{color:var(--rsz-text-4)}.resizing-tab .instruction-hint{margin-top:6px;font-size:11.5px;color:var(--rsz-text-3)}.resizing-tab .options-summary{margin-top:16px;padding:12px 14px;background:var(--rsz-bg-soft);border-radius:8px;font-size:12.5px;color:var(--rsz-text-2);line-height:1.55}.resizing-tab .options-summary .total{font-weight:600;color:var(--rsz-text)}.resizing-tab .dropzone{border:1.5px dashed var(--rsz-border-strong);border-radius:14px;background:#fafbfd;padding:56px 28px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s,transform .1s}.resizing-tab .dropzone:hover{border-color:var(--rsz-primary);background:#f5f8ff}.resizing-tab .dropzone.dragover{border-color:var(--rsz-primary);background:#eef3ff;transform:scale(1.005)}.resizing-tab .dropzone .icon-wrap{width:56px;height:56px;margin:0 auto 18px;display:grid;place-items:center;color:var(--rsz-text-3)}.resizing-tab .dropzone .title{font-size:15px;color:var(--rsz-text-2);margin-bottom:8px}.resizing-tab .dropzone .hint{font-size:12.5px;color:var(--rsz-text-4);letter-spacing:.02em}.resizing-tab .preview-card{border:1px solid var(--rsz-border);border-radius:12px;padding:18px;background:#fff;display:flex;gap:18px;align-items:center}.resizing-tab .preview-thumb{width:110px;height:110px;border-radius:8px;background:#f1f3f7;flex-shrink:0;overflow:hidden;display:grid;place-items:center}.resizing-tab .preview-thumb img{width:100%;height:100%;object-fit:cover}.resizing-tab .preview-meta{flex:1;min-width:0}.resizing-tab .preview-meta .name{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.resizing-tab .preview-meta .sub{font-size:12.5px;color:var(--rsz-text-3)}.resizing-tab .preview-actions{display:flex;gap:8px;flex-shrink:0}.resizing-tab .upload-list{display:flex;flex-direction:column;gap:10px}.resizing-tab .upload-list-item{padding:12px 14px}.resizing-tab .upload-list-item .preview-thumb{width:64px;height:64px;border-radius:6px}.resizing-tab .upload-add-btn{width:100%;justify-content:center;border-style:dashed;padding:12px;margin-top:4px;color:var(--rsz-primary);border-color:var(--rsz-border-strong)}.resizing-tab .upload-add-btn:hover{background:#f5f8ff;border-color:var(--rsz-primary);color:var(--rsz-primary)}.resizing-tab .btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:6px;font-size:13.5px;font-weight:500;cursor:pointer;border:1px solid transparent;background:transparent;color:var(--rsz-text-2);transition:background .12s,border-color .12s,color .12s}.resizing-tab .btn:hover{background:var(--rsz-bg-hover);color:var(--rsz-text)}.resizing-tab .btn-ghost{color:var(--rsz-text-2)}.resizing-tab .btn-secondary{border-color:var(--rsz-border-strong);background:#fff;color:var(--rsz-text)}.resizing-tab .btn-secondary:hover{background:var(--rsz-bg-hover)}.resizing-tab .btn-primary{background:var(--rsz-primary);color:#fff}.resizing-tab .btn-primary:hover{background:var(--rsz-primary-hover);color:#fff}.resizing-tab .btn-primary:disabled,.resizing-tab .btn[disabled]{opacity:.45;cursor:not-allowed}.resizing-tab .btn-lg{padding:11px 22px;font-size:14px}.resizing-tab .action-row{margin:24px 0 0;display:flex;justify-content:flex-end;gap:8px}.resizing-tab .gen-wrap{max-width:760px;margin:0 auto;text-align:center;padding:36px 0 8px}.resizing-tab .gen-source{width:180px;height:180px;border-radius:14px;margin:0 auto 28px;overflow:hidden;border:1px solid var(--rsz-border);background:#f1f3f7;position:relative}.resizing-tab .gen-source img{width:100%;height:100%;object-fit:cover}.resizing-tab .gen-source:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,transparent 50%,rgba(59,108,247,.18) 100%);animation:rsz-scanline 1.6s ease-in-out infinite}@keyframes rsz-scanline{0%{background-position:0 -100%}50%{background-position:0 100%}to{background-position:0 -100%}}.resizing-tab .gen-title{font-size:17px;font-weight:600;margin-bottom:6px}.resizing-tab .gen-sub{font-size:13px;color:var(--rsz-text-3);margin-bottom:28px}.resizing-tab .progress{max-width:420px;margin:0 auto 10px;height:6px;border-radius:999px;background:#eef0f4;overflow:hidden}.resizing-tab .progress-bar{height:100%;background:linear-gradient(90deg,var(--rsz-primary),#6f8eff);border-radius:999px;transition:width .25s ease}.resizing-tab .progress-meta{font-size:12.5px;color:var(--rsz-text-3);font-variant-numeric:tabular-nums}.resizing-tab .result-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:16px}.resizing-tab .result-head .left h2{margin:0 0 4px;font-size:18px;font-weight:700;letter-spacing:-.01em}.resizing-tab .result-head .left p{margin:0;font-size:13px;color:var(--rsz-text-3)}.resizing-tab .result-head .right{display:flex;gap:8px}.resizing-tab .result-section{margin-bottom:28px}.resizing-tab .result-section-title{font-size:13px;color:var(--rsz-text-2);font-weight:600;margin:0 0 10px;display:flex;align-items:center;gap:8px}.resizing-tab .result-section-title .count{font-weight:500;color:var(--rsz-text-3);font-size:12px}.resizing-tab .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.resizing-tab .result-card{border:1px solid var(--rsz-border);border-radius:10px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;cursor:pointer;position:relative}.resizing-tab .result-card:hover{transform:translateY(-2px);box-shadow:var(--rsz-shadow-md);border-color:var(--rsz-border-strong)}.resizing-tab .result-card .thumb{aspect-ratio:1 / 1;background:#f1f3f7;position:relative;overflow:hidden}.resizing-tab .result-card .thumb img,.resizing-tab .result-card .thumb .placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.resizing-tab .result-card .thumb .placeholder{display:grid;place-items:center;color:var(--rsz-text-4);font-size:11px}.resizing-tab .result-card .badge{position:absolute;top:8px;left:8px;background:#141928b3;color:#fff;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:500;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.resizing-tab .result-card .meta{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.resizing-tab .result-card .meta .label{font-size:12.5px;color:var(--rsz-text-2);font-weight:500}.resizing-tab .result-card .meta .size{font-size:11.5px;color:var(--rsz-text-3);font-variant-numeric:tabular-nums}.resizing-tab .result-card .icon-btn{width:26px;height:26px;display:grid;place-items:center;border-radius:5px;color:var(--rsz-text-3);cursor:pointer}.resizing-tab .result-card .icon-btn:hover{background:var(--rsz-bg-hover);color:var(--rsz-text)}
