*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#343541;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;overflow:hidden}#root,.app{display:flex;flex-direction:column;height:100vh}.app{background-color:#343541}.chat-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:800px;padding:0 20px;width:100%}.chat-container.comparison-mode{margin:0;max-width:none;padding:0;width:100%}.messages-container{display:flex;flex:1 1;flex-direction:column;gap:20px;max-height:calc(100vh - 200px);overflow-x:hidden;overflow-y:auto;padding:20px 0;scroll-behavior:smooth}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#40414f}.messages-container::-webkit-scrollbar-thumb{background:#565869;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#6b6d7a}.welcome-message{color:#8e8ea0;padding:60px 20px;text-align:center}.ace-intro{align-items:center;display:flex;flex-direction:column;gap:24px}.circuit-icon{margin-bottom:16px}.welcome-message h2{color:#fff;font-size:28px;font-weight:600;margin-bottom:12px}.welcome-message p{color:#8e8ea0;font-size:16px;line-height:1.6;max-width:500px}.project-highlight{background:#ef44441a;border-radius:4px;color:#ef4444;font-weight:600;padding:2px 8px}.demo-welcome-screen{align-items:center;background:linear-gradient(135deg,#1a1b26,#24283b);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.demo-welcome-content{max-width:600px;padding:60px 40px;text-align:center}.demo-welcome-title{color:#fff;font-size:48px;font-weight:700;margin:24px 0 12px}.demo-welcome-subtitle{color:#ef4444;font-size:32px;font-weight:500;margin:0 0 24px}.demo-welcome-description{color:#a0aec0;font-size:18px;line-height:1.6;margin:0 0 40px}.demo-welcome-continue{background:#ef4444;border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:16px 48px;transition:all .3s ease}.demo-welcome-continue:hover{background:#dc2626;box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.demo-welcome-continue:active{transform:translateY(0)}.pulse-dot{animation:pulse 2s ease-in-out infinite}.pulse-dot.delay-1{animation-delay:.2s}.pulse-dot.delay-2{animation-delay:.4s}.pulse-dot.delay-3{animation-delay:.6s}.pulse-dot.delay-4{animation-delay:.8s}@keyframes draw-line{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.circuit-line{stroke-dasharray:100;animation:draw-line 1.5s ease-out forwards}.circuit-line.delay-1{stroke-dashoffset:100;animation-delay:.2s}.circuit-line.delay-2{stroke-dashoffset:100;animation-delay:.4s}.circuit-line.delay-3{stroke-dashoffset:100;animation-delay:.6s}.fade-in{animation:fadeIn .8s ease-out forwards;opacity:0}.fade-in.delay{animation-delay:.3s}@media (max-width:768px){.chat-container{padding:0 10px}.messages-container{gap:15px;padding:10px 0}.welcome-message{padding:40px 20px}.circuit-icon svg{height:60px;width:60px}.welcome-message h2{font-size:22px}.welcome-message p{font-size:14px}}.extraction-progress-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.extraction-progress-screen .progress-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;padding:40px;width:90%}.extraction-progress-screen h2{color:#333;margin:0 0 10px;text-align:center}.extraction-progress-screen .progress-subtitle{color:#666;font-size:14px;margin-bottom:30px;text-align:center}.extraction-progress-screen .progress-bar-container{background:#e0e0e0;border-radius:4px;height:8px;margin-bottom:20px;overflow:hidden}.extraction-progress-screen .progress-bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.extraction-progress-screen .progress-info{margin-bottom:20px;text-align:center}.extraction-progress-screen .progress-percentage{color:#333;font-size:32px;font-weight:700;margin-bottom:5px}.extraction-progress-screen .progress-message{color:#666;font-size:14px}.extraction-progress-screen .progress-note{color:#999;font-size:12px;font-style:italic;text-align:center}.message-wrapper{animation:fadeInUp .3s ease-out;padding:20px 0;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-wrapper{background-color:initial}.assistant-wrapper{background-color:#444654}.message-container{display:flex;gap:16px;margin:0 auto;max-width:800px;padding:0 20px}.message-avatar{align-items:center;background-color:#5a5a6b;border-radius:4px;color:#fff;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.user-wrapper .message-avatar{background-color:#ef4444}.assistant-wrapper .message-avatar{background-color:#f87171}.assistant-ace .message-avatar{background-color:#ef4444}.assistant-claude .message-avatar{background-color:#f97316}.message-content{flex:1 1;min-width:0}.message-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.message-sender{color:#ececf1;font-size:14px;font-weight:600}.message-time{color:#ececf1;font-size:12px;opacity:.6}.message-text{word-wrap:break-word;color:#ececf1;font-size:15px;line-height:1.7}.message-text h1,.message-text h2,.message-text h3{color:#ececf1;font-weight:600;margin-bottom:.5em;margin-top:1.5em}.message-text h1{font-size:1.8em}.message-text h2{font-size:1.5em}.message-text h3{font-size:1.2em}.message-text p{margin:.8em 0}.message-text ol,.message-text ul{margin:.8em 0;padding-left:2em}.message-text li{margin:.4em 0}.message-text strong{color:#fff;font-weight:600}.message-text em{font-style:italic}.message-text a{color:#ef4444;text-decoration:underline}.message-text a:hover{color:#dc2626}.inline-code{background-color:#ffffff1a;border-radius:4px;color:#ff6b6b;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;padding:2px 6px}.pre-block{background-color:#2d2d37;border:1px solid #3d3d47;border-radius:6px;margin:1em 0;overflow-x:auto;padding:16px}.code-block{color:#ececf1;display:block;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.5}.message-text blockquote{border-left:3px solid #ef4444;margin:1em 0;opacity:.9;padding-left:1em}.message-text table{border-collapse:collapse;margin:1em 0;width:100%}.message-text td,.message-text th{border:1px solid #3d3d47;padding:8px 12px;text-align:left}.message-text th{background-color:#ffffff0d;font-weight:600}.message-text hr{border:none;border-top:1px solid #3d3d47;margin:1.5em 0}.streaming-cursor{animation:blink 1s infinite;color:#ef4444;font-weight:700;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width:768px){.message-container{gap:12px;padding:0 12px}.message-avatar{height:28px;width:28px}.message-text{font-size:14px}.message-sender{font-size:13px}.message-time{font-size:11px}.pre-block{padding:12px}}.designator{border-radius:3px;cursor:pointer;font-weight:700;padding:1px 3px;text-decoration:underline;transition:background-color .2s ease}.designator-top{color:#fca5a5}.designator-bottom{color:#93c5fd}.designator:hover{background-color:#ff03}.message-input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#343541f2,#343541fa);border-top:1px solid #2d2d30cc;bottom:0;box-shadow:0 -4px 12px #0003;padding:20px;position:-webkit-sticky;position:sticky;z-index:20}.message-input-form{margin:0 auto;max-width:800px;width:100%}.input-wrapper{align-items:flex-end;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#40414fcc;border:1px solid #56586999;border-radius:12px;display:flex;gap:12px;padding:12px;transition:all .2s ease}.input-wrapper:focus-within{background:#40414ff2;border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.message-textarea{background:#0000;border:none;color:#fff;flex:1 1;font-family:inherit;font-size:16px;line-height:1.5;max-height:120px;min-height:24px;outline:none;resize:none}.message-textarea::placeholder{color:#8e8ea0}.message-textarea:disabled{cursor:not-allowed;opacity:.6}.recipient-selector{background:#56586999;border:1px solid #6b6d7f80;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;outline:none;padding:8px 12px;transition:all .2s ease}.recipient-selector:hover{background:#565869cc;border-color:#6b6d7fcc}.recipient-selector:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.recipient-selector:disabled{cursor:not-allowed;opacity:.5}.recipient-selector option{background:#343541;color:#fff}.send-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.send-button.active{background-color:#ef4444;color:#fff}.send-button.active:hover{background-color:#dc2626;transform:translateY(-1px)}.send-button.active:active{transform:translateY(0)}.send-button.inactive{background-color:#565869;color:#8e8ea0;cursor:not-allowed}.send-button.stop{background-color:#ef4444;color:#fff;cursor:pointer}.send-button.stop:hover{background-color:#dc2626;transform:translateY(-1px)}.send-button.stop:active{background-color:#b91c1c;transform:translateY(0)}.send-button:disabled{cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite}.input-hint{color:#8e8ea0;font-size:12px;margin-top:8px;text-align:center}.input-hint kbd{background-color:#565869;border:1px solid #6b6d7a;border-radius:4px;color:#fff;font-family:monospace;font-size:11px;padding:2px 6px}@media (max-width:768px){.message-input-container{padding:15px 0}.input-wrapper{gap:10px;padding:10px}.message-textarea{font-size:16px}.send-button{height:36px;width:36px}.input-hint{font-size:11px;margin-top:6px}.input-hint kbd{font-size:10px;padding:1px 4px}}.send-button:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.header{background-color:#202123;border-bottom:1px solid #2d2d30;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;height:60px;justify-content:space-between;margin:0 auto;max-width:800px}.header-title-container{align-items:center;display:flex;gap:12px}.header-circuit-icon{flex-shrink:0}.header-title{align-items:baseline;color:#fff;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0}.header-subtitle{color:#8e8ea0;font-size:14px;font-weight:400}.header-actions{align-items:center;display:flex;gap:16px}.model-dropdown-container,.project-dropdown-container{align-items:center;display:flex;gap:8px}.model-label,.project-label{color:#8e8ea0;font-size:14px;font-weight:500}.project-dropdown{min-width:150px}.model-dropdown,.project-dropdown{-webkit-appearance:none;appearance:none;background:#40414f;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23fff' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;padding:8px 32px 8px 12px;transition:all .2s ease}.model-dropdown:hover,.project-dropdown:hover{background-color:#4a4b5a;border-color:#6b6d7a}.model-dropdown:focus,.project-dropdown:focus{border-color:#ef4444;outline:none}.manage-button{align-items:center;background:#0000;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .2s ease}.manage-button:hover{background-color:#40414f;border-color:#3498db;color:#3498db}.manage-button:active{transform:translateY(1px)}.comparison-toggle{align-items:center;background:#0000;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 12px;transition:all .2s ease}.comparison-toggle:hover{background-color:#40414f;border-color:#f97316;color:#f97316}.comparison-toggle.active{background-color:#40414f;border-color:#ef4444;color:#ef4444}.comparison-toggle:active{transform:translateY(1px)}.clear-button{align-items:center;background:#0000;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .2s ease}.clear-button:hover{background-color:#40414f;border-color:#6b6d7a}.clear-button:active{transform:translateY(1px)}.pulse-dot-header{animation:pulse-header 2s ease-in-out infinite}.pulse-dot-header.delay-1{animation-delay:.2s}.pulse-dot-header.delay-2{animation-delay:.4s}.pulse-dot-header.delay-3{animation-delay:.6s}.pulse-dot-header.delay-4{animation-delay:.8s}.circuit-line-header{animation:fade-in-header 1s ease-in-out infinite}.circuit-line-header.delay-1{animation-delay:.2s}.circuit-line-header.delay-2{animation-delay:.4s}.circuit-line-header.delay-3{animation-delay:.6s}@keyframes pulse-header{0%,to{opacity:1}50%{opacity:.5}}@keyframes fade-in-header{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:768px){.header{padding:0 10px}.header-content{height:50px}.header-title{font-size:16px}.header-subtitle{display:none}.header-circuit-icon{height:20px;width:20px}.clear-button{font-size:12px;padding:6px 10px}}.project-selector-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.project-selector-modal{background:#343541;border-radius:12px;box-shadow:0 8px 32px #0006;max-width:500px;padding:40px;width:90%}.project-selector-modal h2{color:#fff;font-size:24px;margin:0 0 16px;text-align:center}.project-selector-modal p{color:#8e8ea0;font-size:16px;margin:0 0 32px;text-align:center}.project-selector-buttons{display:flex;flex-direction:column;gap:16px}.project-selector-button{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:16px 24px;transition:all .2s ease;width:100%}.project-selector-button.primary{background:#ef4444;color:#fff}.project-selector-button.primary:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.project-selector-button.secondary{background:#444654;color:#fff}.project-selector-button.secondary:hover{background:#565869;box-shadow:0 4px 12px #4446544d;transform:translateY(-2px)}.project-selector-button:active{transform:translateY(0)}.project-count{color:#8e8ea0;font-size:14px;margin-top:24px;text-align:center}.project-list-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.project-list-modal{background:#343541;border-radius:12px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;max-height:80vh;max-width:600px;padding:32px;width:90%}.project-list-modal h2{color:#fff;font-size:24px;margin:0 0 12px}.project-list-modal p{color:#8e8ea0;font-size:14px;margin:0 0 24px}.project-list-container{flex:1 1;margin-bottom:24px;max-height:400px;overflow-y:auto}.project-list-item{align-items:center;background:#444654;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:12px;padding:16px;transition:all .2s ease}.project-list-item:hover{background:#565869;border-color:#ef4444}.project-list-item.selected{background:#4a2d2d;border-color:#ef4444}.project-icon{flex-shrink:0;font-size:24px}.project-name{color:#fff;flex:1 1;font-size:16px;font-weight:500}.checkmark{color:#ef4444;flex-shrink:0;font-size:20px;font-weight:700}.project-list-actions{display:flex;gap:12px;justify-content:flex-end}.project-list-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.project-list-button.primary{background:#ef4444;color:#fff}.project-list-button.primary:hover:not(:disabled){background:#dc2626}.project-list-button.primary:disabled{background:#444654;color:#8e8ea0;cursor:not-allowed}.project-list-button.secondary{background:#444654;color:#fff}.project-list-button.secondary:hover{background:#565869}.project-import-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.project-import-modal{background:#343541;border-radius:12px;box-shadow:0 8px 32px #0006;max-height:90vh;max-width:550px;overflow-y:auto;padding:32px;width:90%}.project-import-modal::-webkit-scrollbar{width:8px}.project-import-modal::-webkit-scrollbar-track{background:#2d2e35;border-radius:4px}.project-import-modal::-webkit-scrollbar-thumb{background:#565869;border-radius:4px}.project-import-modal::-webkit-scrollbar-thumb:hover{background:#6b6d7f}.project-import-modal h2{color:#fff;font-size:24px;margin:0 0 12px}.project-import-modal p{color:#8e8ea0;font-size:14px;margin:0 0 32px}.form-group{margin-bottom:24px}.form-group label{color:#fff;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-input{background:#40414f;border:1px solid #565869;border-radius:6px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:14px;padding:12px;width:100%}.form-input:focus{border-color:#ef4444;outline:none}.form-input:disabled{cursor:not-allowed;opacity:.6}.form-input-file{background:#40414f;border:1px solid #565869;border-radius:6px;box-sizing:border-box;color:#8e8ea0;cursor:pointer;font-size:14px;padding:12px;width:100%}.form-input-file::-webkit-file-upload-button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-right:12px;padding:8px 16px}.form-input-file::-webkit-file-upload-button:hover{background:#dc2626}.form-input-file:disabled{cursor:not-allowed;opacity:.6}.file-name{color:#ef4444;font-size:13px;font-weight:500;margin-top:8px}.error-message,.success-message{background:#ef44441a;border:1px solid #ef4444;border-radius:6px;color:#fca5a5;font-size:14px;margin-bottom:20px;padding:12px}.progress-block{background:#2d2e35;border:1px solid #565869;border-radius:6px;margin-bottom:20px;padding:12px}.progress-header{align-items:center;color:#e5e7eb;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px}.progress-bar{background:#444654;border-radius:6px;height:10px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#ef4444,#f97316);height:100%;transition:width .15s ease;width:0}.project-import-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.project-import-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.project-import-button.primary{background:#ef4444;color:#fff}.project-import-button.primary:hover:not(:disabled){background:#dc2626}.project-import-button.primary:disabled{background:#444654;color:#8e8ea0;cursor:not-allowed}.project-import-button.secondary{background:#444654;color:#fff}.project-import-button.secondary:hover:not(:disabled){background:#565869}.project-import-button.secondary:disabled{cursor:not-allowed;opacity:.6}.upload-note{background:#93c5fd1a;border-left:3px solid #60a5fa;color:#93c5fd;font-size:13px;line-height:1.5;margin-top:20px;padding:12px}.form-separator{border-bottom:1px solid #565869;border-top:1px solid #565869;margin:32px 0 24px;padding:12px 0;text-align:center}.form-separator span{color:#8e8ea0;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.board-dimensions-section{background:#2d2e35;border:1px solid #565869;border-radius:6px;margin-top:16px;padding:16px}.dimensions-note{color:#93c5fd;font-size:13px;font-style:italic;margin:0 0 16px}.dimensions-inputs{display:flex;gap:16px}.dimension-input{flex:1 1;margin-bottom:0}.replace-dialog-overlay{align-items:center;animation:fadeIn .2s ease-in;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.replace-dialog-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;max-height:90vh;max-width:550px;overflow-y:auto;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.replace-dialog-header{align-items:center;background:linear-gradient(180deg,#fff5f5,#fff);border-bottom:2px solid #fee;display:flex;gap:15px;padding:25px 30px 20px}.warning-icon{animation:pulse 2s ease-in-out infinite;color:#f39c12;font-size:36px}.replace-dialog-header h3{color:#c0392b;font-size:22px;font-weight:600;margin:0}.replace-dialog-body{padding:25px 30px}.warning-message{color:#2c3e50;font-size:15px;line-height:1.6;margin:0 0 20px}.duplicate-details{background:#f8f9fa;border-left:4px solid #f39c12;border-radius:4px;margin-bottom:20px;padding:15px 20px}.duplicate-details p{color:#2c3e50;font-size:14px;margin:8px 0}.project-name{background:#e8f5e9;color:#27ae60}.file-type,.project-name{border-radius:3px;font-family:Courier New,monospace;font-weight:600;padding:2px 8px}.file-type{background:#e3f2fd;color:#2980b9;text-transform:uppercase}.replace-info{background:#fff3cd;border-left:4px solid #e74c3c;border-radius:4px;padding:15px 20px}.replace-info p{color:#856404;font-size:14px;font-weight:600;margin:0 0 10px}.replace-info ul{margin:10px 0 0;padding-left:20px}.replace-info li{color:#856404;font-size:13px;line-height:1.5;margin:8px 0}.replace-info strong{color:#c0392b}.replace-dialog-footer{background:#f8f9fa;border-top:1px solid #e1e8ed;display:flex;gap:12px;justify-content:flex-end;padding:20px 30px}.replace-dialog-btn{border:none;border-radius:6px;cursor:pointer;font-size:15px;font-weight:600;min-width:120px;padding:12px 28px;transition:all .2s}.replace-dialog-btn.cancel{background-color:#95a5a6;color:#fff}.replace-dialog-btn.cancel:hover{background-color:#7f8c8d;box-shadow:0 4px 8px #7f8c8d4d;transform:translateY(-1px)}.replace-dialog-btn.replace{background-color:#e74c3c;color:#fff}.replace-dialog-btn.replace:hover{background-color:#c0392b;box-shadow:0 4px 8px #e74c3c66;transform:translateY(-1px)}@media (max-width:768px){.replace-dialog-modal{margin:20px;width:95%}.replace-dialog-body,.replace-dialog-footer,.replace-dialog-header{padding:15px 20px}.replace-dialog-footer{flex-direction:column}.replace-dialog-btn{width:100%}}.pinmap-table-container{display:flex;flex:1 1;flex-direction:column;gap:16px;min-height:0;width:100%}.table-wrapper{border:1px solid #565869;border-radius:8px;flex:1 1;min-height:0;overflow-x:auto;overflow-y:auto}.pinmap-table{background:#343541;border-collapse:collapse;font-size:14px;table-layout:fixed;width:100%}.pinmap-table thead{background:#202123;position:-webkit-sticky;position:sticky;top:0;z-index:1}.pinmap-table th{border-bottom:2px solid #565869;color:#fff;font-weight:600;padding:12px;text-align:left;white-space:nowrap}.pinmap-table th:first-child{width:15%}.pinmap-table th:nth-child(2){width:30%}.pinmap-table th:nth-child(3){width:45%}.pinmap-table th:nth-child(4){width:10%}.pinmap-table tbody tr{border-bottom:1px solid #565869}.pinmap-table tbody tr:nth-child(2n){background:#3a3b4a}.pinmap-table tbody tr:hover{background:#40414f}.pinmap-table td{color:#fff;padding:8px 12px;vertical-align:middle}.cell-input{background:#0000;border:1px solid #0000;border-radius:4px;box-sizing:border-box;color:#fff;cursor:text;font-family:inherit;font-size:14px;outline:none;padding:6px 8px;transition:background .15s ease,border-color .15s ease;width:100%}.cell-input::placeholder{color:#8e8ea0;font-size:12px;font-style:italic}.cell-input:hover{background:#ef44441a;border-color:#ef44444d}.cell-input:focus{background:#40414f;border-color:#ef4444;cursor:text}.pin-type-select{background:#40414f;border:1px solid #565869;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;outline:none;padding:4px 8px;width:100%}.pin-type-select:focus{border-color:#ef4444}.pin-type-select:hover{border-color:#8e8ea0}.functions-cell{max-width:400px}.functions-cell .cell-content{word-wrap:break-word;white-space:normal}.actions-cell{text-align:center;width:60px}.delete-row-btn{align-items:center;background:#0000;border:1px solid #565869;border-radius:4px;color:#ef4444;cursor:pointer;display:flex;font-size:20px;height:28px;justify-content:center;line-height:1;padding:0;transition:all .15s ease;width:28px}.delete-row-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff}.empty-message{color:#8e8ea0;font-style:italic;padding:32px!important;text-align:center}.table-actions{display:flex;flex-shrink:0;justify-content:flex-start}.add-row-btn{background:#0000;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.add-row-btn:hover{background:#40414f;border-color:#ef4444;color:#ef4444}.add-row-btn:active{transform:scale(.98)}@media (max-width:768px){.pinmap-table{font-size:12px}.pinmap-table td,.pinmap-table th{padding:8px}.functions-cell{max-width:200px}}.pinmap-editor-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.pinmap-editor-modal{background:#343541;border-radius:12px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:90%}.editor-header{align-items:flex-start;background:#2a2b36;border-bottom:1px solid #565869;display:flex;justify-content:space-between;padding:24px 32px}.header-info{flex:1 1}.editor-header h2{color:#fff;font-size:24px;font-weight:600;margin:0 0 12px}.component-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.mpn-label{color:#8e8ea0;font-size:14px;font-weight:500}.mpn-value{color:#fff;font-family:Courier New,monospace;font-size:16px;font-weight:600}.mpn-value,.progress-indicator{background:#40414f;border-radius:4px;padding:4px 12px}.progress-indicator{color:#8e8ea0;font-size:14px;margin-left:8px}.close-btn{background:#0000;border:1px solid #565869;border-radius:6px;color:#8e8ea0;font-size:24px;height:36px;line-height:1;transition:all .15s ease;width:36px}.close-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff}.editor-content{display:flex;flex:1 1;flex-direction:column;gap:16px;min-height:0;padding:24px 32px}.editor-footer{align-items:center;background:#2a2b36;border-top:1px solid #565869;display:flex;gap:16px;justify-content:space-between;padding:20px 32px}.undo-redo-group{display:flex;gap:8px}.redo-btn,.undo-btn{background:#0000;border:1px solid #565869;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.redo-btn:hover:not(:disabled),.undo-btn:hover:not(:disabled){background:#40414f;border-color:#8e8ea0}.redo-btn:disabled,.undo-btn:disabled{cursor:not-allowed;opacity:.4}.navigation-group{display:flex;gap:12px}.next-btn,.previous-btn,.secondary-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.previous-btn,.secondary-btn{background:#0000;border:1px solid #565869;color:#fff}.previous-btn:hover:not(:disabled),.secondary-btn:hover{background:#40414f;border-color:#8e8ea0}.previous-btn:disabled{cursor:not-allowed;opacity:.4}.next-btn{background:#ef4444;border:1px solid #ef4444;color:#fff}.next-btn:hover{background:#dc2626;border-color:#dc2626}.next-btn:active,.previous-btn:active:not(:disabled),.secondary-btn:active{transform:scale(.98)}@media (max-width:768px){.pinmap-editor-modal{max-height:95vh;width:95%}.editor-content,.editor-footer,.editor-header{padding:16px 20px}.editor-header h2{font-size:20px}.component-info{align-items:flex-start;flex-direction:column;gap:8px}.editor-footer{flex-direction:column;gap:12px}.navigation-group,.undo-redo-group{width:100%}.navigation-group button,.undo-redo-group button{flex:1 1}}.close-btn:focus-visible,.next-btn:focus-visible,.previous-btn:focus-visible,.redo-btn:focus-visible,.secondary-btn:focus-visible,.undo-btn:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.button-group{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.pin-count-warning{align-items:flex-start;background:#ef444426;border:2px solid #ef4444;border-radius:8px;color:#fecaca;display:flex;flex-shrink:0;font-size:14px;gap:8px;line-height:1.5;padding:12px 16px}.project-summary{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.summary-header{margin-bottom:30px;text-align:center}.summary-header h2{color:#2c3e50;font-size:28px;margin:0 0 10px}.summary-subtitle{color:#7f8c8d;font-size:14px;margin:0}.summary-error,.summary-loading{color:#7f8c8d;font-size:16px;padding:40px;text-align:center}.summary-error{color:#e74c3c}.retry-button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:15px;padding:8px 20px}.retry-button:hover{background-color:#2980b9}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:20px;text-align:center;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.stat-value{color:#2c3e50;font-size:36px;font-weight:700;margin-bottom:8px}.stat-label{color:#7f8c8d;font-size:14px;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.stat-detail{color:#95a5a6;font-size:12px;margin-top:8px}.summary-section{background:#fff;border:1px solid #e1e8ed;border-radius:8px;margin-bottom:20px;overflow:hidden}.section-header{background:#f7f9fa;border-bottom:1px solid #e1e8ed;cursor:pointer;padding:15px 20px;-webkit-user-select:none;user-select:none}.section-header:hover{background:#ecf0f1}.section-header h3{align-items:center;color:#2c3e50;display:flex;font-size:18px;justify-content:space-between;margin:0}.expand-icon{color:#7f8c8d;font-size:12px;transition:transform .2s}.components-table{overflow-x:auto}.components-table table{border-collapse:collapse;width:100%}.components-table thead{background:#f7f9fa;border-bottom:2px solid #e1e8ed}.components-table th{color:#2c3e50;font-size:13px;font-weight:600;letter-spacing:.5px;padding:12px 15px;text-align:left;text-transform:uppercase}.components-table td{border-bottom:1px solid #e1e8ed;color:#34495e;font-size:14px;padding:12px 15px}.components-table tbody tr:hover{background:#f7f9fa}.mpn-cell{color:#2980b9;font-family:Courier New,monospace;font-weight:500}.description-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.designators-cell{color:#7f8c8d;font-family:Courier New,monospace;font-size:12px}.center{text-align:center}.upload-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s}.upload-btn:hover{background-color:#2980b9}.status-badge{border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.status-badge.ready{background-color:#d5f4e6;color:#27ae60}.status-badge.missing{background-color:#fadbd8;color:#e74c3c}.status-badge.uploaded{background-color:#d5f4e6;color:#27ae60}.summary-actions{display:flex;gap:15px;justify-content:center;margin-top:30px;padding:20px 0}.btn{font-size:15px;min-width:200px;padding:12px 30px}.btn-primary{background-color:#27ae60}.btn-primary:hover{background-color:#229954;box-shadow:0 4px 8px #27ae604d;transform:translateY(-1px)}.btn-secondary:hover{background-color:#7f8c8d}.summary-info{background:#e8f5e9;border-left:4px solid #27ae60;border-radius:4px;margin-top:20px;padding:15px 20px}.summary-info p{color:#2c3e50;font-size:14px;line-height:1.6;margin:0}.summary-info strong{color:#27ae60}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.components-table{font-size:12px}.components-table td,.components-table th{padding:8px 10px}.summary-actions{flex-direction:column}.btn{width:100%}}.datasheet-upload-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-overlay{background-color:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:90%;z-index:1001}.modal-header{align-items:center;border-bottom:1px solid #e1e8ed;display:flex;justify-content:space-between;padding:20px 25px}.modal-header h3{color:#2c3e50;font-size:20px;margin:0}.close-btn{align-items:center;background:none;border:none;color:#95a5a6;cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;padding:0;transition:color .2s;width:32px}.close-btn:hover{color:#e74c3c}.modal-body{padding:25px}.upload-info{margin-bottom:20px}.upload-info p{color:#2c3e50;font-size:14px;margin:8px 0}.upload-info strong{color:#2980b9}.upload-hint{color:#7f8c8d!important;font-size:13px!important}.file-input-wrapper{margin:20px 0}.file-input-wrapper input[type=file]{display:none}.file-input-label{background-color:#f7f9fa;border:2px dashed #bdc3c7;border-radius:6px;color:#7f8c8d;cursor:pointer;display:block;font-size:14px;padding:15px 20px;text-align:center;transition:all .2s}.file-input-label:hover{background-color:#ecf0f1;border-color:#3498db;color:#3498db}.file-input-wrapper.dragging .file-input-label{background-color:#d4e6f1;border-color:#2980b9;border-style:solid;color:#2980b9;transform:scale(1.02)}.file-info{color:#7f8c8d;font-size:12px;margin-top:8px;text-align:center}.error-message,.warning-message{border-radius:6px;font-size:13px;margin:15px 0;padding:12px 15px}.warning-message{background-color:#fff3cd;border-left:4px solid #f39c12;color:#856404}.error-message{background-color:#fadbd8;border-left:4px solid #e74c3c;color:#c0392b}.modal-footer{border-top:1px solid #e1e8ed;display:flex;gap:10px;justify-content:flex-end;padding:20px 25px}.btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 24px;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#7f8c8d}@media (max-width:768px){.modal-content{margin:20px;width:95%}.modal-body,.modal-footer,.modal-header{padding:15px}.modal-footer{flex-direction:column}.btn{width:100%}}.board-view{background:#2d2e35;border-left:1px solid #565869;display:flex;flex-direction:column;height:calc(100vh - 70px);position:fixed;right:0;top:70px;transition:transform .3s ease;width:320px;z-index:100}.board-view.collapsed{transform:translateX(320px)}.board-view.collapsed .board-view-content{display:none}.board-view-toggle{align-items:center;background:#2d2e35;border:1px solid #565869;border-radius:8px 0 0 8px;border-right:none;color:#fff;cursor:pointer;display:flex;font-size:20px;height:80px;justify-content:center;left:-40px;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease;width:40px;z-index:101}.board-view-toggle:hover{background:#40414f}.board-view-content{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:16px}.board-view-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.board-view-header h3{color:#fff;font-size:18px;font-weight:600;margin:0}.board-view-actions{align-items:center;display:flex;gap:10px}.schematic-link{align-items:center;background:#3b82f6;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:4px;padding:6px 12px;text-decoration:none;transition:background .2s ease}.schematic-link:hover{background:#2563eb}.schematic-link:active{background:#1d4ed8}.clear-highlights-btn{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;transition:background .2s ease}.clear-highlights-btn:hover{background:#dc2626}.board-layer{background:#343541;border:1px solid #565869;border-radius:8px;padding:12px}.board-layer-label{color:#8e8ea0;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.board-image-container{aspect-ratio:3/2;background:#1a1b26;border-radius:4px;overflow:hidden;position:relative;width:100%}.board-image{display:block;height:100%;object-fit:contain;width:100%}.board-canvas{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.board-view-content::-webkit-scrollbar{width:8px}.board-view-content::-webkit-scrollbar-track{background:#2d2e35}.board-view-content::-webkit-scrollbar-thumb{background:#565869;border-radius:4px}.board-view-content::-webkit-scrollbar-thumb:hover{background:#6b6d7f}.image-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.image-modal-content{background:#343541;border-radius:12px;box-shadow:0 8px 32px #0009;display:flex;flex-direction:column;max-height:95vh;max-width:95vw;padding:24px;position:relative}.image-modal-close{align-items:center;background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .2s ease;width:32px;z-index:10}.image-modal-close:hover{background:#dc2626}.image-modal-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.image-modal-header h3{color:#fff;font-size:20px;font-weight:600;margin:0}.modal-designator{background:#ef4444;border-radius:6px;color:#fff;font-size:14px;font-weight:600;padding:4px 12px}.image-modal-body{flex:1 1;min-height:0}.image-modal-body,.modal-image-container{align-items:center;display:flex;justify-content:center;position:relative}.modal-image,.modal-image-container{max-height:calc(95vh - 120px);max-width:100%}.modal-image{border-radius:8px;display:block;height:auto;object-fit:contain;width:auto}.modal-canvas{left:0;pointer-events:none;position:absolute;top:0}@media (max-width:768px){.image-modal-content{max-height:98vh;max-width:98vw;padding:16px}.image-modal-header h3{font-size:18px}.modal-designator{font-size:12px;padding:3px 8px}.modal-image,.modal-image-container{max-height:calc(98vh - 100px)}}.error-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;width:100%}.error-content{animation:fadeIn .5s ease-in;color:#fff;max-width:600px;padding:2rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-content h1{font-size:8rem;font-weight:700;line-height:1;margin:0;text-shadow:2px 2px 4px #0000004d}.error-content h2{font-size:2rem;font-weight:500;margin:1rem 0;text-shadow:1px 1px 2px #0003}.error-message{font-size:1.2rem;font-weight:400;margin:1.5rem 0}.error-subtext{font-size:1rem;line-height:1.5;margin-top:1rem;opacity:.9}@media (max-width:768px){.error-content h1{font-size:5rem}.error-content h2{font-size:1.5rem}.error-message{font-size:1rem}.error-subtext{font-size:.9rem}.error-content{padding:1rem}}.loading-screen{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;width:100%}.spinner{animation:spin 1s linear infinite;border:4px solid #667eea1a;border-left-color:#667eea;border-radius:50%;height:50px;width:50px}.loading-text{animation:pulse 1.5s ease-in-out infinite;color:#666;font-size:1rem;font-weight:400;margin-top:1.5rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.comparison-container{background:#1a1b1e;display:flex;flex:1 1;flex-direction:row;gap:0;height:100vh;max-height:100vh;min-height:0;overflow:hidden;padding:0;position:relative}.judge-mode-toggle{align-items:center;background:#202123f2;border-bottom:1px solid #ffffff1a;display:flex;gap:.75rem;padding:.75rem 1rem}.judge-mode-toggle label{align-items:center;color:#e5e7eb;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.judge-mode-toggle input[type=checkbox]{cursor:pointer;height:16px;width:16px}.info-tooltip{align-items:center;display:inline-flex;position:relative}.info-icon{cursor:help;font-size:1rem;opacity:.6;transition:opacity .2s;-webkit-user-select:none;user-select:none}.info-icon:hover{opacity:1}.tooltip-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141517fa;border:1px solid #3b82f666;border-radius:.5rem;box-shadow:0 8px 24px #0009,0 0 12px #3b82f633;left:0;margin-top:.5rem;max-width:90vw;opacity:0;padding:1rem;pointer-events:none;position:absolute;top:100%;transform:translateY(-4px);transition:opacity .2s,visibility .2s,transform .2s;visibility:hidden;width:400px;z-index:1000}.info-tooltip:hover .tooltip-content{opacity:1;transform:translateY(0);visibility:visible}.tooltip-content h4{color:#3b82f6;font-size:.9rem;font-weight:700;letter-spacing:.025em;margin:0 0 .75rem;text-transform:uppercase}.tooltip-content p{color:#d1d5db;font-size:.8rem;line-height:1.5;margin:0 0 .75rem}.tooltip-content p:last-child{margin-bottom:0}.tooltip-content strong{color:#fff;font-weight:600}.tooltip-content ul{list-style-type:disc;margin:.5rem 0 .75rem;padding-left:1.25rem}.tooltip-content li{color:#d1d5db;font-size:.8rem;line-height:1.5;margin-bottom:.375rem}.comparison-panes{flex:0 1 auto;gap:1rem;justify-content:center;max-height:calc(100vh - 300px)}.comparison-panes,.pane{display:flex;min-height:0;overflow:hidden}.pane{flex:0 0 45%;flex-direction:column;position:relative}.pane-ace{background:linear-gradient(180deg,#ef444408,#ef444405);border-right:1px solid #ef444433}.pane-claude{background:linear-gradient(180deg,#f9731608,#f9731605);border-left:1px solid #f9731633}.pane-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.pane-ace .pane-header{border-top:3px solid #ef4444}.pane-claude .pane-header{border-top:3px solid #f97316}.pane-header h3{color:#fff;font-size:1rem;font-weight:600;margin:0;text-shadow:0 1px 2px #0000004d}.pane-header .status{color:#e5e7eb;font-size:1.25rem}.pane-messages{flex:1 1;max-height:calc(100vh - 250px);overflow-x:hidden;overflow-y:scroll;padding:1.5rem;scroll-behavior:smooth}.pane-messages::-webkit-scrollbar{width:8px}.pane-messages::-webkit-scrollbar-track{background:#0000001a}.pane-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.pane-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.pane-divider{background:linear-gradient(180deg,#ef44444d,#9ca3af33 50%,#f973164d);box-shadow:0 0 20px #ef44441a;flex-shrink:0;width:2px}.manual-judge-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;margin:1rem 1.5rem;padding:.875rem 1.5rem;text-shadow:0 1px 2px #0000004d;transition:all .2s}.manual-judge-btn:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.manual-judge-btn:active{transform:translateY(0)}.btn-ace{background:linear-gradient(135deg,#ef4444cc,#ef444499);border-color:#ef4444}.btn-ace:hover{background:linear-gradient(135deg,#ef4444e6,#ef4444b3)}.btn-claude{background:linear-gradient(135deg,#f97316cc,#f9731699);border-color:#f97316}.btn-claude:hover{background:linear-gradient(135deg,#f97316e6,#f97316b3)}.judge-verdict{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#202123f2;border:2px solid;border-radius:.5rem;margin:1rem;overflow:auto;position:relative}.judge-verdict::-webkit-scrollbar{width:8px}.judge-verdict::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.judge-verdict::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.judge-verdict::-webkit-scrollbar-thumb:hover{background:#fff6}.resize-handle-top{align-items:center;background:#0000004d;border-top-left-radius:.375rem;border-top-right-radius:.375rem;cursor:ns-resize;display:flex;height:32px;justify-content:center;left:0;position:-webkit-sticky;position:sticky;right:0;top:0;transition:background .2s ease;-webkit-user-select:none;user-select:none;z-index:10}.resize-handle-top:hover{background:#00000080}.resize-handle-top:active{background:#0009}.resize-handle-indicator{background:#ffffff4d;border-radius:2px;height:4px;transition:background .2s ease;width:40px}.resize-handle-top:hover .resize-handle-indicator{background:#ffffff80}.resize-handle-top:active .resize-handle-indicator{background:#ffffffb3}.judge-verdict-content{padding:1.5rem}.judge-verdict.judge-evaluating{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 20px #3b82f633}.evaluating-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.evaluating-header h4{color:#fff;font-size:1.125rem;font-weight:700;margin:0}.loading-spinner-judge{animation:spin 1s linear infinite;color:#3b82f6}.evaluating-message{color:#d1d5db;font-size:.9rem;line-height:1.6;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.judge-verdict.winner-ace{background:#ef44441a;border-color:#ef4444;box-shadow:0 0 20px #ef444433}.judge-verdict.winner-claude{background:#f973161a;border-color:#f97316;box-shadow:0 0 20px #f9731633}.judge-verdict.winner-tie{background:#9ca3af1a;border-color:#9ca3af}.judge-verdict.judge-error{background:#dc26261a;border-color:#dc2626}.judge-verdict h4{color:#fff;font-size:1.125rem;font-weight:700;margin:0 0 1rem;text-shadow:0 1px 2px #0000004d}.judge-reasoning{margin-bottom:1rem}.judge-reasoning h5{color:#9ca3af;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin:0 0 .5rem;text-transform:uppercase}.judge-reasoning p{color:#e5e7eb;line-height:1.6;margin:0}.verified-facts{background:#0000004d;border:1px solid #ffffff1a;border-radius:.375rem;margin-bottom:1rem;padding:1rem}.verified-facts h5{color:#9ca3af;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin:0 0 .5rem;text-transform:uppercase}.verified-facts ul{list-style-type:disc;margin:0;padding-left:1.5rem}.verified-facts li{color:#d1d5db;line-height:1.6;margin-bottom:.5rem}.verified-facts strong{color:#fff}.scores{background:#0000004d;border:1px solid #ffffff1a;border-radius:.375rem;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem;padding:1rem}.score-row{align-items:center;color:#e5e7eb;display:flex;font-weight:500;gap:.75rem}.score-row span:first-child{color:#9ca3af;min-width:100px}.fallback-buttons{display:flex;gap:1rem;margin-top:1rem}.fallback-buttons button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid;border-radius:.5rem;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.875rem 1.5rem;text-shadow:0 1px 2px #0000004d;transition:all .2s}.fallback-buttons button:first-child{background:linear-gradient(135deg,#ef4444cc,#ef444499);border-color:#ef4444}.fallback-buttons button:first-child:hover{background:linear-gradient(135deg,#ef4444e6,#ef4444b3);transform:translateY(-2px)}.fallback-buttons button:last-child{background:linear-gradient(135deg,#f97316cc,#f9731699);border-color:#f97316}.fallback-buttons button:last-child:hover{background:linear-gradient(135deg,#f97316e6,#f97316b3);transform:translateY(-2px)}.stop-streaming{align-self:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#dc2626cc,#b91c1cb3);border:2px solid #dc2626;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;margin:1rem;padding:.875rem 2rem;text-shadow:0 1px 2px #0000004d;transition:all .2s}.stop-streaming:hover{background:linear-gradient(135deg,#dc2626e6,#b91c1ccc);box-shadow:0 4px 12px #dc262666;transform:translateY(-2px)}@media (max-width:768px){.comparison-panes{flex-direction:column}.pane-divider{background:linear-gradient(90deg,#ef44444d,#9ca3af33 50%,#f973164d);height:2px;width:100%}.pane-messages{padding:1rem}.scores{font-size:.75rem}.fallback-buttons{flex-direction:column}.judge-verdict{margin:.5rem;padding:1rem}}.comparison-container .board-view{border-left:none;border-right:1px solid #565869;flex-shrink:0;height:100vh;left:0;position:relative;right:auto;top:0;transition:width .3s ease,margin-left .3s ease;width:320px;z-index:1}.comparison-container .board-view.collapsed{margin-left:0;overflow:visible;transform:none;width:40px}.comparison-container .board-view-toggle{border-left:1px solid #565869;border-radius:0 8px 8px 0;border-right:none;font-size:0;left:auto;right:-40px}.comparison-container .board-view-toggle:after{content:"←";font-size:20px}.comparison-container .board-view.collapsed .board-view-toggle:after{content:"→";font-size:20px}.comparison-content{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow-x:hidden;overflow-y:scroll;padding:0 0 180px}.comparison-content::-webkit-scrollbar{width:16px}.comparison-content::-webkit-scrollbar-track{background:#00000080;border-left:1px solid #ffffff1a}.comparison-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ef444499,#f9731699);border:2px solid #0000004d;border-radius:8px}.comparison-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ef4444cc,#f97316cc)}
/*# sourceMappingURL=main.f7746ddc.css.map*/