: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}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100vw;height:100vh;overflow:hidden}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem}.home-container h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.description{font-size:1.2rem;margin-bottom:3rem;opacity:.9}.button-container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.mode-button{padding:2rem 3rem;font-size:1.5rem;border:none;border-radius:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;gap:.5rem;min-width:250px;font-weight:600}.mode-button:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000004d}.add-button{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.remove-button{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.run-button{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.button-desc{font-size:.9rem;font-weight:400;opacity:.9}.editor-container{display:flex;flex-direction:column;height:100vh;background:#1e1e1e}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#2d2d30;color:#fff;border-bottom:1px solid #3e3e42}.header h2{font-size:1.5rem}.header-actions{display:flex;gap:.8rem;align-items:center}.search-input{padding:.6rem 1rem;border:1px solid #3e3e42;border-radius:6px;background:#1e1e1e;color:#d4d4d4;font-size:.95rem;outline:none;transition:all .2s ease;min-width:200px}.search-input:focus{border-color:#0e639c;background:#252526}.search-input::placeholder{color:#6a6a6a}.search-results-bar{padding:.5rem 2rem;background:#2d2d30;color:#4facfe;font-size:.9rem;border-bottom:1px solid #3e3e42}.back-button,.copy-button,.clear-button,.run-button-header{padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease;font-weight:500}.back-button{background:#3a3a3c;color:#fff}.back-button:hover{background:#4a4a4c}.copy-button{background:#0e639c;color:#fff}clear-button{background:#6a6a6a;color:#fff}.clear-button:hover{background:#7a7a7a}.run-button-header{background:#16a34a;color:#fff}.run-button-header:hover{background:#15803d}.copy-button:hover{background:#17b}.text-boxes{display:flex;flex:1;gap:0;background:#3e3e42;overflow:hidden}.text-box-wrapper{display:flex;flex-direction:column;background:#1e1e1e;min-width:200px;overflow:hidden}.text-box-wrapper label{padding:.8rem 1rem;background:#2d2d30;color:#ccc;font-weight:500;border-bottom:1px solid #3e3e42;flex-shrink:0}.resize-handle{width:10px;background:#2d2d30;cursor:col-resize;display:flex;align-items:center;justify-content:center;position:relative;transition:background .2s ease;flex-shrink:0}.resize-handle:hover{background:#3e3e42}.resize-handle:hover .resize-line{background:#0e639c}.resize-line{width:2px;height:100%;background:#3e3e42;transition:background .2s ease}.text-box{flex:1;width:100%;padding:1rem;border:none;outline:none;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;background:#1e1e1e;color:#d4d4d4;resize:none}.text-box::placeholder{color:#6a6a6a}.text-box:focus{background:#252526}.logs-container{flex:1;padding:1rem;background:#1e1e1e;overflow-y:auto;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;color:#d4d4d4}.logs-placeholder{color:#6a6a6a;font-style:italic}.log-entry{padding:.5rem;margin-bottom:.3rem;border-left:3px solid transparent;border-radius:3px;display:flex;gap:.8rem}.log-type{font-weight:700;min-width:80px}.log-message{white-space:pre-wrap;word-break:break-word;flex:1}.log-log{background:#1a2332;border-left-color:#4facfe}.log-log .log-type{color:#4facfe}.log-error{background:#2d1a1a;border-left-color:#f87171}.log-error .log-type{color:#f87171}.log-warn{background:#2d2a1a;border-left-color:#fbbf24}.log-warn .log-type{color:#fbbf24}.log-info{background:#1a2d2a;border-left-color:#34d399}.log-info .log-type{color:#34d399}.log-success{background:#1a2d1f;border-left-color:#10b981;font-weight:500}.log-success .log-type{color:#10b981}.logs-container::-webkit-scrollbar{width:14px}.logs-container::-webkit-scrollbar-track{background:#1e1e1e}.logs-container::-webkit-scrollbar-thumb{background:#424242;border-radius:10px;border:3px solid #1e1e1e}.logs-container::-webkit-scrollbar-thumb:hover{background:#4e4e4e}* Scrollbar Styles */ .text-box::-webkit-scrollbar{width:14px;height:14px}.text-box::-webkit-scrollbar-track{background:#1e1e1e}.text-box::-webkit-scrollbar-thumb{background:#424242;border-radius:10px;border:3px solid #1e1e1e}.text-box::-webkit-scrollbar-thumb:hover{background:#4e4e4e}.search-results-container{flex:1;padding:1rem;background:#1e1e1e;overflow-y:auto;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;color:#d4d4d4}.search-result-item{padding:.8rem;margin-bottom:.8rem;background:#252526;border-left:3px solid #0e639c;border-radius:4px;transition:background .2s ease}.search-result-item:hover{background:#2d2d30}.result-line-number{display:inline-block;color:#4facfe;font-weight:600;margin-right:.8rem;min-width:80px}.result-text{display:inline;white-space:pre-wrap;word-break:break-word;line-height:1.6}.result-text .highlight{background:#fbbf24;color:#1e1e1e;font-weight:600;padding:2px 4px;border-radius:3px}.search-results-container::-webkit-scrollbar{width:14px}.search-results-container::-webkit-scrollbar-track{background:#1e1e1e}.search-results-container::-webkit-scrollbar-thumb{background:#424242;border-radius:10px;border:3px solid #1e1e1e}.search-results-container::-webkit-scrollbar-thumb:hover{background:#4e4e4e}
