*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#334155;background-color:#f8fafc}.app-container{display:flex;flex-direction:column;height:100vh;background-color:#f8fafc}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;z-index:20;flex-shrink:0}.header-title{display:flex;align-items:center;gap:12px}.header-title h1{font-size:1.25rem;font-weight:700;margin:0;color:#1e293b}.step-indicator{display:flex;align-items:center;gap:8px;background-color:#f1f5f9;padding:4px 4px 4px 12px;border-radius:20px;font-size:.875rem;font-weight:600}.step-item{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:16px;color:#94a3b8;transition:all .3s}.step-item.active{background-color:#fff;color:#0f172a;box-shadow:0 1px 2px #0000001a}.step-number{width:20px;height:20px;border-radius:50%;background-color:#cbd5e1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem}.step-item.active .step-number{background-color:#0ea5e9}.btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-danger{color:#dc2626;background-color:transparent}.btn-danger:hover:not(:disabled){background-color:#fef2f2}.btn-primary{color:#fff;background-color:#0ea5e9}.btn-primary:hover:not(:disabled){background-color:#0284c7}.btn-outline{color:#475569;background-color:#fff;border:1px solid #cbd5e1}.btn-outline:hover:not(:disabled){background-color:#f8fafc}.main-area{display:flex;flex:1;overflow:hidden}.canvas-wrapper{flex:1;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;min-width:0}.canvas-header{padding:12px 16px;background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;font-weight:700;color:#475569;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.instruction-bar{background-color:#fef3c7;color:#92400e;font-size:.8rem;padding:6px 16px;border-bottom:1px solid #fcd34d;display:flex;align-items:center;gap:6px}.canvas-area{flex:1;background-color:#e2e8f0;overflow:auto;padding:24px;display:flex;align-items:center;justify-content:center;position:relative;background-image:radial-gradient(#cbd5e1 1px,transparent 1px);background-size:20px 20px}.canvas-area.phase-define,.canvas-area.phase-select{cursor:default}.upload-placeholder{text-align:center;padding:32px;background-color:#fff;border-radius:12px;border:2px dashed #cbd5e1;max-width:300px;width:100%}.image-container{position:relative;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a;-webkit-user-select:none;user-select:none;display:inline-block;max-width:100%;max-height:calc(100vh - 140px);overflow:auto}.image-content{display:block;pointer-events:none;width:auto;height:auto;max-width:100%;max-height:calc(100vh - 160px);object-fit:contain}.rect{position:absolute;border:2px solid;transition:all .1s;cursor:pointer}.rect-badge{position:absolute;top:-10px;left:-10px;min-width:20px;height:20px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;font-weight:700;font-size:10px;z-index:25;box-shadow:0 1px 2px #0003}.link-badge{position:absolute;bottom:-10px;right:-10px;width:20px;height:20px;border-radius:50%;background-color:#fff;border:1px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:10px;color:#64748b;z-index:26;box-shadow:0 1px 2px #0000001a}.phase-define .rect{border-color:#64748b;background-color:#64748b1a}.phase-define .rect .rect-badge{background-color:#64748b}.phase-define .rect-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #3b82f6!important;z-index:30!important;border-color:#3b82f6}.phase-select .rect{border-color:#cbd5e1;background-color:#ffffff4d;opacity:.6}.phase-select .rect:hover{opacity:1;border-color:#94a3b8}.phase-select .rect .rect-badge{background-color:#cbd5e1}.phase-select .rect.source-current{border-color:#0ea5e9;background-color:#0ea5e933;opacity:1;z-index:20;box-shadow:0 0 0 4px #0ea5e933}.phase-select .rect.source-current .rect-badge{background-color:#0ea5e9}.phase-select .rect.source-configured{border-color:#7dd3fc;background-color:#0ea5e90d;opacity:.8}.phase-select .rect.source-configured .rect-badge{background-color:#7dd3fc}.phase-select .rect.target-linked{border-color:#f43f5e;background-color:#f43f5e33;opacity:1;z-index:20;box-shadow:0 0 0 4px #f43f5e33}.phase-select .rect.target-linked .rect-badge{background-color:#f43f5e}.resize-handle{position:absolute;width:8px;height:8px;background-color:#fff;border:1px solid #334155;z-index:31}.handle-nw{top:-4px;left:-4px;cursor:nw-resize}.handle-ne{top:-4px;right:-4px;cursor:ne-resize}.handle-sw{bottom:-4px;left:-4px;cursor:sw-resize}.handle-se{bottom:-4px;right:-4px;cursor:se-resize}.sidebar{width:320px;background-color:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:-4px 0 15px #0000000d;z-index:20;flex-shrink:0}.sidebar-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.suggestion-panel{padding:12px;border-top:1px solid #e2e8f0;background:#f8fafc}.suggestion-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.suggestion-header .label{font-size:.75rem;font-weight:700;color:#0f172a}.suggestion-header .badge{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;background:#eef2ff;color:#4338ca;padding:4px 8px;border-radius:999px}.preview-box,.suggestion-list .placeholder{border:1px dashed #cbd5e1;border-radius:8px;background:#fff;min-height:140px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.8rem;text-align:center}.preview-box img{width:100%;height:auto;border-radius:8px;display:block;image-rendering:auto}.suggestion-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.suggestion-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;gap:6px;padding:6px}.suggestion-card .score{font-weight:700;font-size:.85rem;color:#0f172a}.suggestion-card .thumb{aspect-ratio:4 / 3;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background:#f8fafc}.suggestion-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}.suggestion-screen{display:flex;flex-direction:column;gap:16px;padding:16px;background:#f8fafc;height:100%}.suggestion-top{display:flex;align-items:center;justify-content:space-between}.suggestion-main{display:grid;grid-template-columns:1fr 1.2fr;gap:16px;flex:1;min-height:0}.suggestion-pane{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;min-height:0}.suggestion-pane .preview-large{max-height:60vh}.suggestion-pane .preview-large img{max-width:100%;max-height:55vh;height:auto;width:auto;object-fit:contain}.candidate-tabs{gap:10px;padding:8px;background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;align-items:center}.candidate-tabs::-webkit-scrollbar{display:none}.candidate-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#475569;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px #0f172a0d}.candidate-tab:hover{border-color:#cbd5e1;color:#1f2937;transform:translateY(-1px)}.candidate-tab.active{border-color:#3b82f6;color:#1d4ed8;box-shadow:0 8px 18px #3b82f62e}.candidate-tab.selected:not(.active){background:#f0fdf4;border-color:#bbf7d0;color:#166534}.tab-label{white-space:nowrap}.score-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.75rem}.score-pill.large{font-size:.95rem;padding:6px 10px}.candidate-detail{margin-top:12px;display:grid;grid-template-columns:1.5fr 1fr;gap:16px;align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;box-shadow:0 12px 28px #0f172a14}@media(max-width:960px){.candidate-detail{grid-template-columns:1fr}}.candidate-preview{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #e2e8f0;border-radius:12px;min-height:260px;display:flex;align-items:center;justify-content:center;padding:10px}.candidate-preview img{max-width:100%;max-height:52vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 6px 16px #0f172a1f}.candidate-meta{display:flex;flex-direction:column;gap:12px;justify-content:space-between}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.meta-label{font-size:.9rem;font-weight:600;color:#475569}.meta-value{font-weight:700;color:#0f172a;word-break:break-all}.meta-actions{display:flex;flex-direction:column;gap:6px}.meta-note{margin:0;color:#94a3b8;font-size:.8rem}.suggestion-list img{max-width:100%;max-height:200px;object-fit:contain}.pane-header{padding:12px 16px;font-weight:700;color:#334155;border-bottom:1px solid #e2e8f0}.pane-body{padding:12px;flex:1;min-height:0}.preview-large{border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;height:100%;min-height:260px;display:flex;align-items:center;justify-content:center}.preview-large img{width:100%;height:auto;border-radius:12px;display:block}.suggestion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.suggestion-card-main{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px;text-align:left;cursor:pointer;transition:border-color .1s,box-shadow .1s}.suggestion-card-main.active{border-color:#0ea5e9;box-shadow:0 6px 16px #0ea5e926}.card-score{font-weight:800;color:#0f172a}.card-thumb{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f8fafc;aspect-ratio:4 / 3}.card-thumb img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto}.card-check{display:inline-flex;align-items:center;gap:6px;color:#0ea5e9;font-weight:700;font-size:.85rem}.suggestion-actions{display:flex;justify-content:flex-end;gap:10px}.placeholder{color:#94a3b8;display:inline-flex;align-items:center;gap:8px}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-header{padding:16px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.list-container{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.list-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;border:1px solid #e2e8f0;background-color:#fff;transition:all .1s;cursor:pointer;font-size:.875rem}.list-item:hover{background-color:#f1f5f9}.list-item.selected-item{border-color:#3b82f6;background-color:#eff6ff}.list-item.source-current-item{border-left:4px solid #0ea5e9;background-color:#f0f9ff}.list-item.target-linked-item{border-left:4px solid #f43f5e;background-color:#fff1f2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background-color:#fff;border-radius:12px;padding:24px;max-width:800px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.comparison-group{margin-bottom:32px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.comparison-header{background-color:#f1f5f9;padding:12px 16px;font-weight:700;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.result-row{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;padding:16px;background:#fff;border-bottom:1px solid #f1f5f9}.result-row:last-child{border-bottom:none}.img-preview-box{width:100%;aspect-ratio:4 / 3;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;overflow:hidden;position:relative}.hidden{display:none}.upload-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background-color:#0ea5e9;color:#fff;border:none;border-radius:8px;cursor:pointer}.divider{width:1px;height:24px;background-color:#e2e8f0;margin:0 12px}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#1f2933;background-color:#f6f7fb;line-height:1.5}body{margin:0}.page{max-width:80vw;margin:48px auto;background:#fff;padding:32px;border-radius:12px;box-shadow:0 10px 35px #00000012}h1,h2{margin-top:0}button{padding:12px 20px;border:none;border-radius:8px;cursor:pointer;background:#2563eb;color:#fff;font-size:1rem;transition:transform .15s ease,box-shadow .15s ease}button:disabled{opacity:.6;cursor:not-allowed}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #2563eb4d}button.primary{min-width:200px}.page.center{text-align:center}.progress{border:1px solid #d0d7e2;width:320px;height:20px;margin:20px auto;border-radius:999px;overflow:hidden;background:linear-gradient(90deg,#f1f5f9,#e2e8f0)}.progress .bar{height:100%;background:linear-gradient(90deg,#34d399,#16a34a);transition:width .5s ease-in-out}.note{font-size:.9rem;color:#6b7280}.success{color:#16a34a}.error{color:#dc2626}.log-box{background:#111827;color:#e5e7eb;height:260px;overflow-y:auto;padding:12px;border-radius:8px;font-family:monospace;margin-top:16px}table{border-collapse:collapse}th{background-color:#eee;border:1px solid black;padding:8px;text-align:center;position:sticky;top:0}td{border:1px solid black;padding:8px;text-align:center}.table-row{font-size:12px}.table-wrapper{max-height:400px;overflow-y:auto;border:1px solid #ccc}
