@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Public+Sans:wght@400;600;700&display=swap";:root{--vooruit-red: #FF0000;--vooruit-black: #000000;--vooruit-white: #FFFFFF;font-family:Montserrat,Public Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:var(--vooruit-black);background-color:var(--vooruit-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f0f2f5}#app{max-width:900px;margin:2rem auto;padding:2.5rem;text-align:center;background-color:var(--vooruit-white);border-radius:12px;box-shadow:0 4px 20px #0000001a}h1{font-size:2.8em;line-height:1.2;color:var(--vooruit-black);margin-bottom:1.5rem}h2{font-size:1.8em;color:var(--vooruit-black);margin-top:2rem;margin-bottom:1rem}p{color:#333;line-height:1.8}label{font-weight:600;color:var(--vooruit-black);margin-right:.5rem;margin-bottom:.5rem;display:inline-block}select,textarea,input[type=text]{width:calc(100% - 20px);padding:12px;margin-bottom:1.5rem;border:1px solid #ccc;border-radius:8px;font-size:1em;box-sizing:border-box;background-color:#fdfdfd;color:#333}textarea{min-height:150px;resize:vertical}button{border-radius:8px;border:none;padding:12px 24px;font-size:1.1em;font-weight:600;font-family:inherit;background-color:var(--vooruit-red);color:var(--vooruit-white);cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:1rem}button:hover{background-color:#c00;transform:translateY(-2px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.simplified-text-container{background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-top:2rem;text-align:left}.tldr-section h3,.suggested-copy-section h3{color:var(--vooruit-black);margin-top:0;margin-bottom:1rem}.tldr-section p,.suggested-copy-section p{color:#333}.suggested-copy-section p{font-style:italic}.filters{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.filters input[type=text],.filters select{width:auto;flex-grow:1;max-width:250px;margin-bottom:0}.result-item{background:#fdfdfd;border:1px solid #eee;border-radius:8px;margin-bottom:1rem;padding:1.5rem;text-align:left;box-shadow:0 2px 10px #0000000d}.result-item strong{display:block;margin-bottom:.5rem;color:var(--vooruit-black)}.result-item pre{white-space:pre-wrap;word-wrap:break-word;background:#f0f0f0;padding:1rem;border-radius:4px;font-size:.9em;color:#333}.result-footer{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666}.result-footer .delete-btn{background:#dc3545;color:var(--vooruit-white);padding:.4rem .8rem;font-size:.9em}.result-footer .delete-btn:hover{background:#c82333}@media(max-width:768px){#app{margin:1rem auto;padding:1.5rem}h1{font-size:2.2em}h2{font-size:1.5em}.filters{flex-direction:column;gap:.5rem}.filters input[type=text],.filters select{max-width:100%}}@media(prefers-color-scheme:dark){:root{color:#e0e0e0;background-color:#1a1a1a}body{background-color:#222}#app{background-color:#2c2c2c;box-shadow:0 4px 20px #0000004d}h1,h2,label{color:var(--vooruit-white)}p{color:#bbb}select,textarea,input[type=text]{background-color:#3a3a3a;border-color:#666;color:#eee}button{background-color:var(--vooruit-red)}button:hover{background-color:#c00}.simplified-text-container{background-color:#3a3a3a;border-color:#666}.tldr-section h3,.suggested-copy-section h3{color:var(--vooruit-white)}.tldr-section p,.suggested-copy-section p{color:#bbb}.result-item{background:#3a3a3a;border-color:#666;box-shadow:0 2px 10px #0003}.result-item strong{color:var(--vooruit-white)}.result-item pre{background:#4a4a4a;color:#bbb}.result-footer{color:#999}.result-footer .delete-btn{background:#dc3545}.result-footer .delete-btn:hover{background:#c82333}nav a{color:#789}nav a.router-link-exact-active{color:var(--vooruit-red)}.loading-indicator{text-align:center;margin-top:1rem;font-weight:600;color:var(--vooruit-red);animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px}header{margin-bottom:2rem}nav a{font-weight:700;color:#2c3e50}nav a.router-link-exact-active{color:#42b983}.history-page[data-v-ed8a84e6]{max-width:800px;margin:0 auto;padding:2rem}h2[data-v-ed8a84e6]{text-align:center;margin-bottom:2rem}.filters[data-v-ed8a84e6]{display:flex;justify-content:space-between;margin-bottom:2rem}.loading[data-v-ed8a84e6],.error[data-v-ed8a84e6],.no-results[data-v-ed8a84e6]{text-align:center;padding:1rem}.error[data-v-ed8a84e6]{color:red}.results-list[data-v-ed8a84e6]{list-style:none;padding:0}.result-item[data-v-ed8a84e6]{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.result-header strong[data-v-ed8a84e6]{display:block;margin-bottom:.5rem}.result-body[data-v-ed8a84e6]{margin-top:1rem}.result-body pre[data-v-ed8a84e6]{white-space:pre-wrap;word-wrap:break-word;background:#eee;padding:1rem;border-radius:4px}.result-footer[data-v-ed8a84e6]{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#666}.delete-btn[data-v-ed8a84e6]{background:#ff4d4d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.delete-btn[data-v-ed8a84e6]:hover{background:#e60000}
