:root{--text-light: #fdfdff;--background-dark: #263238;--background-light: #f5f5f5}body{font-family:Arial,sans-serif;background-color:var(--background-dark);color:var(--text-light);font-family:monospace,Courier New,Courier;padding:2rem}.task-container.svelte-s4i6hs{width:100%;background-color:#455a64;color:var(--text-light);font-size:1.25rem;padding:1rem 2rem;margin-bottom:3rem;border-radius:2rem;box-shadow:0 4px 8px #0003;box-sizing:border-box}.task-container.svelte-s4i6hs span:where(.svelte-s4i6hs){font-weight:700;color:#fff;background-color:none;padding:.5rem rem;border-radius:1rem}.container.svelte-s4i6hs{display:flex;flex-direction:row;gap:1rem;width:100%;margin:0 auto;flex-wrap:wrap}.box.svelte-s4i6hs{flex:1;height:40dvh;background-color:var(--background-light);color:#000;font-size:1.5rem;border:1px solid #444;border-radius:2rem;box-shadow:0 4px 8px #0003}.full-size-textarea.svelte-s4i6hs{width:100%;height:100%;resize:none;border:none;outline:none;font-size:1.5rem;padding:1.5rem;border-radius:2rem;box-sizing:border-box;background-color:transparent;color:#000;font-family:monospace,Courier New,Courier}@media (max-width: 1000px){.container.svelte-s4i6hs{flex-direction:column}}.textarea-container.svelte-s4i6hs{position:relative}.execute-button.svelte-s4i6hs{position:absolute;bottom:.5rem;right:.5rem;width:auto;height:3rem;padding:0 1rem 0 1.25rem;border-radius:2rem;border:none;background-color:#546e7a;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000004d;transition:background-color .1s}.execute-button.svelte-s4i6hs:hover{background-color:#455a64}
