*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#e8e8e8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{background:linear-gradient(135deg,#000,#1a1a1a);display:flex;flex-direction:column;min-height:100vh;padding-bottom:60px;padding-top:75px}.app-header{background:linear-gradient(90deg,#000,#1a1a1a 50%,#000);border-bottom:1px solid #333;box-shadow:0 4px 12px #00000080;color:#fff;left:0;padding:0;position:fixed;right:0;top:0;width:100%;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;max-width:100%;padding:.5rem 1rem}.header-text{flex:1.5 1;text-align:center}.app-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:600;letter-spacing:-.03em;margin-bottom:.3rem}.app-header p{color:#999;font-size:.8rem;font-weight:400}.settings-menu{position:relative;z-index:1000}.settings-button{align-items:center;background:#ffffff0d;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.settings-button:hover{background:#ffffff1a;border-color:#666;transform:rotate(90deg)}.settings-dropdown{animation:dropdownFadeIn .2s ease;background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 8px 24px #00000080;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;background:#0000;border:none;border-bottom:1px solid #262626;color:#e8e8e8;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.85rem 1.2rem;text-align:left;transition:all .15s ease;width:100%}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#ffffff0d;color:#fff;padding-left:1.4rem}.dropdown-icon{align-items:center;display:inline-flex;font-size:1rem;justify-content:center;width:20px}.app-main{background-color:#0a0a0a;flex:1 1;padding:0}.container{height:100%;margin:0;max-width:100%;padding:0}.split-container{grid-gap:0;border-top:1px solid #222;display:grid;gap:0;grid-template-columns:1fr 1fr;min-height:calc(100vh - 120px);position:relative}.split-container:before{background:linear-gradient(180deg,#0000,#333 10%,#333 90%,#0000);bottom:0;content:"";left:50%;position:absolute;top:0;width:1px;z-index:1}.split-left{background:linear-gradient(135deg,#0f0f0f,#0a0a0a)}.split-left,.split-right{display:flex;flex-direction:column;max-height:calc(100vh - 120px);overflow-y:auto}.split-right{background:linear-gradient(135deg,#0a0a0a,#050505)}.full-width-section{background:#0f0f0f;border-bottom:1px solid #222;grid-column:1/-1;padding:1.5rem 2rem}.debug-panel{background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 2px 8px #0000004d;margin-bottom:1.5rem;padding:1.5rem}.debug-header{align-items:center;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.debug-panel h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.debug-panel p{color:#999;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.btn-icon{align-items:center;background:#0000;border:1px solid #444;border-radius:5px;color:#ccc;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;padding:.4rem .9rem;transition:all .2s ease;white-space:nowrap}.btn-icon:hover:not(:disabled){background:#ffffff0d;border-color:#666;box-shadow:0 2px 8px #0000004d;color:#fff;transform:translateY(-1px)}.btn-icon:disabled{cursor:not-allowed;opacity:.5;transform:none}.debug-results{margin-top:1.5rem}.debug-results h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:.5rem}.debug-output{word-wrap:break-word;background:#000;border:1px solid #333;border-radius:4px;color:#ccc;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;line-height:1.4;max-height:400px;overflow-y:auto;padding:1rem;white-space:pre-wrap}.config-panel{background:#1a1a1a;border:1px solid #444;border-radius:8px;box-shadow:0 4px 12px #0000004d;margin-bottom:0;padding:2rem}.config-panel.configured{background:#151515;border-color:#555}.config-panel h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.config-panel h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.config-panel p{color:#999;line-height:1.6;margin-bottom:1.5rem}.config-form{max-width:600px}.config-input{background:#0a0a0a;border:1px solid #333;border-radius:4px;color:#e8e8e8;font-size:.95rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s ease;width:100%}.config-input:focus{border-color:#666;box-shadow:0 0 0 3px #ffffff1a;outline:none}.help-text{color:#666;display:block;font-size:.85rem;margin-bottom:1rem}.config-instructions{background:#0f0f0f;border:1px solid #222;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.config-instructions h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:1rem}.config-instructions ol{color:#ccc;line-height:1.6;margin-left:1.5rem}.config-instructions li{margin-bottom:.5rem}.config-status{text-align:center}.config-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.job-input-form{background:#0000;border:none;display:flex;flex-direction:column;height:100%;padding:2rem}.job-input-form h2{border-bottom:1px solid #222;color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem}.form-group{display:flex;flex:1 1;flex-direction:column;margin-bottom:1.5rem}.form-group label{color:#ccc;display:block;font-size:.9rem;font-weight:500;margin-bottom:.75rem}.job-textarea{background:#0a0a0a;border:1px solid #333;border-radius:6px;color:#e8e8e8;flex:1 1;font-family:Segoe UI,system-ui,sans-serif;font-size:.95rem;line-height:1.6;min-height:300px;padding:1rem;resize:none;transition:all .2s ease;width:100%}.job-textarea:focus{background:#000;border-color:#555;box-shadow:0 0 0 3px #ffffff0d;outline:none}.job-textarea::placeholder{color:#444}.button-group{border-top:1px solid #1a1a1a;display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1rem}.btn{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.02em;min-width:140px;overflow:hidden;padding:.75rem 1.75rem;position:relative;transition:all .2s ease}.btn:before{background:#ffffff1a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:before{height:300px;width:300px}.btn-primary{background:linear-gradient(135deg,#fff,#e0e0e0);box-shadow:0 2px 8px #fff3;color:#000;position:relative;z-index:1}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#e8e8e8,#d0d0d0);box-shadow:0 6px 16px #ffffff4d;transform:translateY(-2px)}.btn-primary:active:not(:disabled){box-shadow:0 2px 8px #fff3;transform:translateY(0)}.btn-secondary{background:#0000;border:1px solid #444;color:#fff;position:relative;z-index:1}.btn-secondary:before{background:#ffffff0d}.btn-secondary:hover:not(:disabled){background:#ffffff0d;border-color:#666;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn:disabled:before{display:none}.loading-container{align-items:center;background:#0000;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:300px;padding:4rem 2rem}.spinner{animation:spin .8s linear infinite;border:3px solid #222;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 1.5rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{color:#999;font-size:1rem;font-weight:500;text-align:center}.latex-output{background:#0000;border:none;display:flex;flex-direction:column;height:100%}.latex-output-header{background:#0a0a0a;border-bottom:1px solid #222;padding:2rem 2rem 1.5rem}.latex-output-header h2{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.latex-output-header p{color:#666;font-size:.9rem;line-height:1.5}.usage-instructions{border-top:1px solid #1a1a1a;color:#777!important;font-size:.85rem!important;margin-top:.5rem;padding-top:1rem}.usage-instructions strong{color:#999}.latex-code-container{display:flex;flex:1 1;flex-direction:column;position:relative}.copy-button{background:linear-gradient(135deg,#fff,#e0e0e0);border:none;border-radius:6px;box-shadow:0 2px 8px #fff3;color:#000;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease;z-index:10}.copy-button:hover{background:linear-gradient(135deg,#e8e8e8,#d0d0d0);box-shadow:0 4px 12px #ffffff4d;transform:translateY(-1px)}.copy-button.copied{background:linear-gradient(135deg,#ccc,#aaa)}.latex-code{background-color:#000;border:none;color:#e0e0e0;flex:1 1;font-family:Monaco,Menlo,Consolas,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.5;overflow-x:auto;overflow-y:auto;padding:4rem 1.5rem 1.5rem;resize:none;white-space:pre;width:100%}.latex-code:focus{background-color:#050505;outline:none}.latex-code::placeholder{color:#333}.empty-state{color:#666;padding:4rem 2rem;text-align:center}.empty-state h3{color:#888;font-size:1.2rem;margin-bottom:.5rem}.empty-state p{color:#555;font-size:.9rem}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#555;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#666}.success-message{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #333;border-left:3px solid #fff;border-radius:6px;box-shadow:0 2px 8px #0000004d;color:#fff;font-size:.95rem;font-weight:500;padding:1rem 1.5rem}.success-message p{margin:0}.error-message{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #444;border-left:3px solid #666;border-radius:6px;box-shadow:0 2px 8px #0000004d;color:#ccc;font-size:.95rem;padding:1rem 1.5rem}.error-message p{margin:0}.app-footer{background:#000;border-top:1px solid #1a1a1a;bottom:0;color:#666;font-size:.85rem;left:0;padding:1.25rem;position:fixed;right:0;text-align:center;width:100%;z-index:100}@media (max-width:1024px){.split-container{grid-template-columns:1fr;min-height:auto}.split-left{border-bottom:1px solid #222;border-right:none}.split-left,.split-right{max-height:50vh}.copy-button{right:1rem;top:1rem}}@media (max-width:768px){.header-content{padding:1rem 1.5rem}.app-header h1{font-size:1.5rem}.app-header p{font-size:.85rem}.settings-button{font-size:1.1rem;height:36px;width:36px}.settings-dropdown{min-width:180px}.job-input-form,.latex-output{padding:1.5rem}.job-input-form h2,.latex-output-header h2{font-size:1.1rem}.button-group{flex-direction:column}.btn{width:100%}.latex-code{font-size:.8rem;padding:3.5rem 1rem 1rem}.copy-button{font-size:.8rem;padding:.5rem 1rem;right:.75rem;top:.75rem}.full-width-section{padding:1rem 1.5rem}}@media (max-width:480px){.header-content{padding:1rem}.app-header h1{font-size:1.3rem}.settings-button{font-size:1rem;height:32px;width:32px}.job-input-form,.latex-output-header{padding:1rem}.latex-code{font-size:.75rem}}.settings-page{margin:0 auto;max-width:900px;width:100%}.settings-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem 0}.settings-header-left{align-items:center;display:flex;gap:1.5rem}.settings-header h1{color:#fff;font-size:2rem;font-weight:600;margin:0}.home-button{align-items:center;background:#ffffff0d;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.65rem 1.5rem;transition:all .2s ease}.home-button:hover{background:#ffffff1a;border-color:#666;transform:translateY(-1px)}.test-connection-button{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #555;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.65rem 1.5rem;transition:all .2s ease}.test-connection-button:hover{background:linear-gradient(135deg,#2a2a2a,#3a3a3a);border-color:#777;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.settings-content{padding:0}@media (max-width:768px){.settings-header{align-items:flex-start;flex-direction:column;gap:1rem}.settings-header-left{width:100%}.test-connection-button{justify-content:center;width:100%}}
/*# sourceMappingURL=main.ac5996a9.css.map*/