:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background:#f5f7fa}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.error-content{background:#fff;border-radius:16px;padding:3rem;max-width:500px;text-align:center;box-shadow:0 10px 40px #0000001a}.error-content h1{font-size:1.75rem;color:#ef4444;margin-bottom:1rem}.error-boundary .error-message{font-size:1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.error-details{text-align:left;margin-bottom:2rem;background:#f8fafc;border-radius:8px;padding:1rem}.error-details summary{cursor:pointer;font-size:.9rem;color:#64748b;margin-bottom:.5rem}.error-details pre{font-size:.75rem;color:#dc2626;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.error-actions{display:flex;gap:1rem;justify-content:center}.btn-retry,.btn-home{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-retry{background:#2563eb;color:#fff}.btn-retry:hover{background:#1d4ed8}.btn-home{background:#f1f5f9;color:#475569}.btn-home:hover{background:#e2e8f0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6}.app{min-height:100vh;width:100%}.header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.header h1{font-size:1.5rem;font-weight:600}.stats{display:flex;gap:1rem}.stat{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.stat-success{background:#22c55e4d}.stat-warning{background:#fbbf244d}.main{max-width:1400px;margin:0 auto;padding:2rem}.filter-bar{background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.85rem;color:#666;font-weight:500}.filter-group select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;min-width:120px}.filter-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-reset{margin-left:auto;padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;color:#64748b}.filter-reset:hover{background:#e2e8f0}.problem-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;overflow:hidden}.table-wrapper{overflow-x:auto;max-height:500px;overflow-y:auto}.problem-table{width:100%;border-collapse:collapse;font-size:.9rem}.problem-table th,.problem-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.problem-table th{background:#2563eb;color:#fff;font-weight:600;font-size:.85rem;position:sticky;top:0;z-index:1}.problem-table tbody tr:hover{background:#f0f9ff}.problem-table tbody tr:last-child td{border-bottom:none}.code-tags{display:flex;flex-wrap:wrap;gap:.3rem}.code-tag{background:#e0e7ff;color:#3730a3;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-family:monospace}.confidence-bar{display:flex;align-items:center;gap:.5rem}.confidence-track{width:60px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.confidence-fill{height:100%;border-radius:3px;transition:width .3s}.confidence-fill.high{background:#22c55e}.confidence-fill.medium{background:#f59e0b}.confidence-fill.low{background:#ef4444}.confidence-value{font-size:.85rem;color:#64748b;min-width:40px}.status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.status-badge.reviewed{background:#dcfce7;color:#16a34a}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.none{background:#f1f5f9;color:#94a3b8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1e40af}.btn-secondary{background:#64748b;color:#fff}.btn-secondary:hover:not(:disabled){background:#475569}.btn-success{background:#16a34a;color:#fff}.btn-success:hover:not(:disabled){background:#15803d}.btn-danger{background:#dc2626;color:#fff;padding:6px 12px;font-size:.85rem}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-icon{font-size:1.1rem}.btn-large{padding:16px 32px;font-size:1.1rem}.btn-select{padding:6px 14px;font-size:.8rem;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer}.btn-select:hover:not(:disabled){background:#1d4ed8}.btn-select:disabled{background:#94a3b8;cursor:not-allowed;opacity:.6}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}.modal-content.modal-large{max-width:1400px;height:90vh}.modal-body.modal-split{display:flex;flex:1;overflow:hidden;padding:0}.modal-left{flex:1;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;min-width:0}.modal-right{width:480px;flex-shrink:0;display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem}.modal-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.2rem;font-weight:600}.modal-close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#ffffff4d}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.modal-footer{padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.75rem}.modal-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.modal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.modal-section h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.code-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:start}.code-box{background:#f8fafc;border-radius:8px;padding:1rem}.code-box h4{font-size:.85rem;color:#64748b;margin-bottom:.75rem}.code-box .code-list{display:flex;flex-direction:column;gap:.4rem}.code-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:#fff;border-radius:6px;font-size:.85rem}.code-item.selected{background:#dbeafe;border:1px solid #3b82f6}.code-arrow{font-size:1.5rem;color:#94a3b8}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;cursor:pointer;transition:all .2s}.checkbox-item:hover{background:#f1f5f9}.checkbox-item.checked{background:#dbeafe;border:1px solid #3b82f6}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-item .code{font-family:monospace;font-weight:600;color:#1e40af}.checkbox-item .desc{font-size:.85rem;color:#64748b}.checkbox-item .similarity{margin-left:auto;font-size:.8rem;color:#94a3b8}.reasoning-section{background:#fffbeb;border-radius:8px;padding:1rem}.reasoning-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.topic-tag{background:#fef3c7;color:#92400e;padding:.3rem .6rem;border-radius:4px;font-size:.8rem}.echo-qa{margin-top:1rem}.echo-item{margin-bottom:.75rem;padding:.75rem;background:#fff;border-radius:6px}.echo-item .question{font-weight:500;color:#1e293b;margin-bottom:.3rem}.echo-item .answer{color:#64748b;font-size:.9rem}.diff-input{margin-top:1rem}.diff-input label{display:block;font-size:.85rem;font-weight:500;color:#475569;margin-bottom:.5rem}.diff-input textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;resize:vertical;min-height:80px}.diff-input textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.diff-type{display:flex;gap:1rem;margin-top:.75rem}.diff-type label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3000}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay p{margin-top:16px;font-size:1rem;color:#475569}.message{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.message:empty{display:none}.message.success{background:#dcfce7;color:#166534;border:1px solid #86efac}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.message.info{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.card{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.card-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:20px;display:flex;align-items:center;gap:12px}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#2563eb;color:#fff;border-radius:50%;font-size:.9rem;font-weight:600}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:16px}.info-row{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:8px}.info-item{display:flex;gap:8px}.info-label{font-weight:500;color:#64748b}.info-value{color:#1e293b}.result-box{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;padding:16px;min-height:100px;white-space:pre-wrap;line-height:1.8;margin-top:12px}.back-button{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.back-button:hover{background:#ffffff4d}.page-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem}.page-header h1{font-size:1.3rem}.shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.help-button{position:fixed;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#3b82f6;color:#fff;border:none;font-size:1.25rem;font-weight:700;cursor:pointer;z-index:1000;box-shadow:0 2px 8px #3b82f666;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.help-button:hover{background:#2563eb;transform:scale(1.1);box-shadow:0 4px 12px #3b82f680}.help-button:active{transform:scale(.95)}.onboarding-structure{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;font-family:monospace;font-size:.85rem;line-height:1.4;margin-top:.5rem}.onboarding-structure pre{margin:0;white-space:pre-wrap}.onboarding-shortcuts{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.shortcut-item{display:flex;align-items:center;gap:.75rem}.shortcut-key{background:#1e293b;color:#fff;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.85rem;min-width:60px;text-align:center}.shortcut-desc{color:#475569;font-size:.9rem}.react-joyride__tooltip{font-family:inherit!important}.react-joyride__tooltip h4{font-size:1.1rem!important;margin-bottom:.5rem!important}.react-joyride__tooltip div{font-size:.95rem!important}@media(max-width:768px){.header{flex-direction:column;gap:1rem}.filter-bar{flex-direction:column;align-items:stretch}.filter-reset{margin-left:0}.code-comparison{grid-template-columns:1fr}.code-arrow{transform:rotate(90deg);text-align:center}.modal-content{max-height:100vh;border-radius:0}.modal-content.modal-large{height:100vh;max-width:100%}.modal-body.modal-split{flex-direction:column}.modal-left{border-right:none;border-bottom:1px solid #e2e8f0;height:40vh;flex:none}.modal-right{width:100%;flex:1;overflow-y:auto}.info-row{flex-direction:column;gap:8px}}@media(max-width:600px){.modal-overlay{padding:.5rem;align-items:flex-end}}@media(max-width:768px){html,body{overflow-x:hidden;-webkit-overflow-scrolling:touch}.page-header{padding:.75rem 1rem;gap:.5rem}.page-header h1{font-size:1.1rem}.back-button{padding:.4rem .75rem;font-size:.85rem}.main{padding:1rem}}
