: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.app{max-width:1200px;padding:20px;display:flex;flex-direction:column;width:100%}header{text-align:center;margin-bottom:40px}header h1{color:#2c3e50;margin-bottom:10px}header p{color:#666;font-size:1.1em}.section{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:30px;margin-bottom:20px;width:100%}.upload-section .drop-zone{border:2px dashed #3498db;border-radius:8px;padding:60px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#f8f9fa}.drop-zone:hover{border-color:#2980b9;background:#e3f2fd}.drop-zone.file-selected{border-color:#2ecc71;background:#e8f5e8}.drop-zone-content{pointer-events:none}.upload-icon{width:48px;height:48px;color:#3498db;margin-bottom:20px}.drop-zone p{margin-bottom:10px;color:#666;font-size:1.1em}.btn{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-secondary{background:#2ecc71;color:#fff}.btn-secondary:hover{background:#27ae60}.btn-outline{background:transparent;border:2px solid #3498db;color:#3498db}.btn-outline:hover{background:#3498db;color:#fff}.options{margin-top:30px;padding-top:30px;border-top:1px solid #eee}.options h3{margin-bottom:20px;color:#2c3e50}.option-group{margin-bottom:15px}.option-group label{display:block;margin-bottom:5px;font-weight:500;color:#555}.option-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px}.option-group input[type=checkbox]{margin-right:8px}.loading{text-align:center;padding:40px 0}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-section .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}.results-info{display:flex;align-items:flex-start;gap:30px;flex:1}.processing-options-inline{margin-top:0}.processing-options-inline .options{margin-top:0;padding-top:0;border-top:none}.text-header{position:sticky;top:0;right:0;z-index:10;display:flex;justify-content:flex-end;margin-bottom:10px;pointer-events:none}.copy-btn{background:#fff;border:1px solid #ddd;cursor:pointer;padding:8px;border-radius:4px;color:#666;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;pointer-events:all}.copy-btn:hover{background:#f0f0f0;color:#333;box-shadow:0 4px 12px #00000026}.top-actions{display:flex;justify-content:flex-end;margin-bottom:20px}.results-actions{display:flex;gap:10px}.results-content{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:24px;max-height:600px;overflow-y:auto;position:relative}.formatted-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.7;color:#2c3e50}.commented-text{cursor:help;transition:all .2s ease}.commented-text:hover{backgroundColor:"#fde68a !important"}.comment-bubble{display:inline;margin:0 2px;font-size:14px;transition:all .2s ease;cursor:help}.comment-bubble:hover{transform:scale(1.02);box-shadow:0 2px 4px #0000001a}.stats-summary{display:flex;gap:24px;margin:16px 0}.stat{text-align:center}.stat-number{font-size:24px;font-weight:600;color:#2c3e50}.stat-label{display:block;font-size:14px;color:#666;margin-top:4px}.reviewers-info{margin-top:20px;padding-top:16px;border-top:1px solid #eee}.reviewer-breakdown{margin-top:8px;display:flex;flex-wrap:wrap;gap:12px}.reviewer-stat{background:#f8f9fa;padding:4px 8px;border-radius:4px;font-size:14px;color:#555}.error-section{background:#fff5f5;border-left:4px solid #e53e3e}.error-section h3{color:#e53e3e;margin-bottom:10px}.error-section p{color:#666;margin-bottom:20px}@media (max-width: 768px){.app{padding:15px}.section{padding:20px}.drop-zone{padding:40px 15px}.results-header{flex-direction:column;align-items:stretch}.results-actions{justify-content:center}}
