:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;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}}html,body,#root{width:100%;min-width:100vw;margin:0;padding:0;display:block}:root{--theme-background-color:#fff;--theme-text-color:#212529;--theme-border-color:#e2e8f0;--theme-button-bg:#007bff;--theme-button-text:#fff;--theme-button-hover:#0056b3;--theme-button-hover-soft:#cce5ff;--theme-text-main:#2d3748;--theme-text-heading:#1a202c}@media (prefers-color-scheme:dark){:root{--theme-background-color:#121212;--theme-text-color:#f8f9fa;--theme-button-bg:#bb86fc;--theme-button-text:#121212;--theme-button-hover:#a370f7;--theme-button-hover-soft:#d1c4e9;--theme-text-main:#e2e8f0;--theme-text-heading:#fff;--theme-border-color:#2d3748}}.center-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1280px;margin:0 auto;display:flex}header{background-color:#505050}body{background-color:var(--theme-background-color);color:var(--theme-text-color);font-family:EB Garamond,Trebuchet MS,sans-serif;transition:background-color .3s,color .3s}p{text-align:left;margin:.5rem 1rem;padding:.5rem 0;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--theme-text-heading);border-bottom:1px solid var(--theme-border-color);padding-bottom:.5rem;font-family:EB Garamond,Trebuchet MS,sans-serif;font-weight:700;line-height:1.2;transition:color .3s}h1{margin-bottom:1.5rem;font-size:2.25rem}h2{margin-bottom:1.25rem;font-size:1.5rem}h3{margin-bottom:1rem;font-size:1.125rem}.greek-text{font-family:Georgia,Noto Serif,serif;font-weight:400}button{background-color:var(--theme-button-bg);color:var(--theme-button-text);cursor:pointer;border:none;border-radius:5px;margin:3px;padding:10px 1px;transition:background-color .3s}button:hover{background-color:var(--theme-button-hover)}.selector-container{background-color:var(--theme-background-color);width:100%;color:var(--theme-text-color);border-radius:.5rem;justify-content:flex-start;align-items:center;gap:3rem;padding:1.5rem;display:flex;box-shadow:0 1px 2px #0000000d}.selector-item{text-align:left;cursor:pointer;transition:background-color .3s}.selector-item:hover{background-color:var(--theme-button-hover-soft);color:#2d3748}.selector-item-selected{background-color:var(--theme-button-bg);color:var(--theme-button-text);cursor:pointer;transition:background-color .3s}.parse-container{flex-direction:row;gap:20px;margin-bottom:20px;display:flex}.checkbox-group{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;display:flex}.checkbox-group label{cursor:pointer;align-items:center;margin-bottom:.5rem;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;margin-right:.5rem}.progress-bar-container{width:100%;height:6px;margin:"3px 0";background-color:#e0e0e0;border-radius:3px;overflow:hidden}.progress-bar{background-color:#4caf50;width:0%;height:100%;transition:width .3s ease-in-out}.dialogOverlay{background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialogModal{text-align:center;background:#fff;border-radius:8px;max-width:400px;padding:2rem;box-shadow:0 2px 10px #0000001a}.dialogButtonGroup{justify-content:space-around;margin-top:20px;display:flex}.dialogButton{cursor:pointer;border:none;padding:8px 16px}
