@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";*{font-family:Nunito,sans-serif!important;box-sizing:border-box;padding:0;margin:0}:root{--bg-dark: hsl(228 79% 2%);--bg: hsl(222 55% 5%);--bg-light: hsl(220 35% 10%);--text: hsl(220 100% 98%);--text-muted: hsl(220 35% 73%);--highlight: hsl(220 20% 42%);--border: hsl(220 26% 31%);--border-muted: hsl(220 37% 20%);--primary: hsl(220 78% 76%);--secondary: hsl(40 53% 60%);--danger: hsl(9 26% 64%);--warning: hsl(52 19% 57%);--success: hsl(146 17% 59%);--info: hsl(217 28% 65%);--bg-dark: oklch(.1 .025 264);--bg: oklch(.15 .025 264);--bg-light: oklch(.2 .025 264);--text: oklch(.96 .05 264);--text-muted: oklch(.76 .05 264);--highlight: oklch(.5 .05 264);--border: oklch(.4 .05 264);--border-muted: oklch(.3 .05 264);--primary: oklch(.76 .1 264);--secondary: oklch(.76 .1 84);--danger: oklch(.7 .05 30);--warning: oklch(.7 .05 100);--success: oklch(.7 .05 160);--info: oklch(.7 .05 260)}[data-theme=light]{--bg-dark: hsl(220 59% 91%);--bg: hsl(220 100% 97%);--bg-light: hsl(220 100% 100%);--text: hsl(226 85% 7%);--text-muted: hsl(220 26% 31%);--highlight: hsl(220 100% 100%);--border: hsl(220 19% 53%);--border-muted: hsl(220 27% 65%);--primary: hsl(221 49% 33%);--secondary: hsl(44 100% 14%);--danger: hsl(9 21% 41%);--warning: hsl(52 23% 34%);--success: hsl(147 19% 36%);--info: hsl(217 22% 41%);--bg-dark: oklch(.92 .025 264);--bg: oklch(.96 .025 264);--bg-light: oklch(1 .025 264);--text: oklch(.15 .05 264);--text-muted: oklch(.4 .05 264);--highlight: oklch(1 .05 264);--border: oklch(.6 .05 264);--border-muted: oklch(.7 .05 264);--primary: oklch(.4 .1 264);--secondary: oklch(.4 .1 84);--danger: oklch(.5 .05 30);--warning: oklch(.5 .05 100);--success: oklch(.5 .05 160);--info: oklch(.5 .05 260)}body{background-color:var(--bg-dark);color:var(--text);padding:1rem;gap:1rem}.container{display:flex;flex-direction:column;gap:1rem;align-items:start}.navbar{display:flex;justify-content:space-between}.navbar .mode_btn{background-color:var(--bg);border:1.5px solid var(--border);border-radius:.5rem;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.navbar svg{stroke:var(--text-muted)!important;width:1.25rem;height:1.25rem;transition:all .2s ease}.hero{display:flex;gap:3rem;flex-direction:row;align-items:center;justify-content:start;margin:1.5rem 1.5rem 0rem;min-height:30vh}.hero_left{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.hero_left p{color:var(--text-muted);font-size:1rem;font-weight:300;white-space:pre-line}.hero_left h1{font-size:3.5rem;font-weight:700;line-height:1.1}.hero_left h2{font-size:2rem;font-weight:500;line-height:1.15;color:var(--text)}.hero_link{display:flex;flex-direction:row;gap:1rem;padding:.5rem;padding-left:0}@media (min-width: 768px){.hero{padding:.5rem;margin:7rem 7rem 0rem;width:65%}.hero_left p{font-size:1.5rem}.hero_left h1{font-size:4rem}.hero_left h2{font-size:2rem;color:var(--text)}.container{align-items:center}}.terminal{display:flex;flex-direction:column;align-items:start;justify-content:center;margin:2rem;width:90%;background-color:var(--bg);border-radius:1rem;border:2px solid var(--border)}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:min-content;width:100%;background-color:var(--bg-light);border-top-right-radius:1rem;border-top-left-radius:1rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:var(--text);flex-shrink:0}.header-action{display:flex;gap:1rem}.command{min-height:min-content;padding:2.5rem;border-top:1px solid var(--border-muted);color:var(--text-muted);display:flex;flex-direction:column;gap:1.5rem;font-size:1rem;width:100%;height:min-content}.input-statement{display:flex;flex-direction:column;gap:5px}.input{color:var(--text);font-weight:300;letter-spacing:.5px;text-wrap:wrap}.output{color:var(--text-muted);letter-spacing:.5px;text-wrap:wrap}.output a{text-decoration:none;color:var(--text)}.output-folder{color:var(--secondary);font-weight:700}a{text-decoration:none}.cursor{animation:blink 1s infinite;color:var(--text)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (min-width: 768px){.terminal{margin:1rem 7rem 2rem;width:65%}}.folder{min-height:min-content;padding:2.5rem;border-top:1px solid var(--border-muted);color:var(--text-muted);width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;height:min-content;justify-content:center}.file{display:flex;flex-direction:column;justify-content:baseline;align-items:center;background-color:var(--bg-light);border:1px solid var(--border-muted);border-radius:1rem;padding:1rem;width:7rem;height:7rem;text-align:center;cursor:pointer;transition:all .2s ease}.file:hover{background-color:var(--bg);transform:translateY(-2px)}.file svg{width:2.5rem!important;height:2.5rem!important;min-width:2.5rem;min-height:2.5rem;fill:var(--text-muted);margin-bottom:.5rem;flex-shrink:0}.file p{margin:0;font-size:.8rem;font-weight:500;line-height:1.2;word-break:break-word}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-terminal{display:flex;flex-direction:column;align-items:start;justify-content:flex-start;margin:0;background-color:var(--bg);border-radius:1rem;border:2px solid var(--border);max-width:600px;width:90%;max-height:70vh;overflow:hidden;position:relative}.header-modal{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-bottom:1px solid var(--border-muted);background-color:var(--bg);border-radius:1rem 1rem 0 0;flex-shrink:0;position:sticky;top:0;z-index:10;width:100%;background-color:var(--bg-light)}.header-modal p{margin:0;font-weight:600;color:var(--text);font-size:1rem;flex:1;padding-right:1rem}.header-action{display:flex;align-items:center;flex-shrink:0}.close_btn{cursor:pointer;font-size:1.5rem;font-weight:300;color:var(--text-muted);padding:.25rem .5rem;border-radius:.25rem;transition:background-color .2s ease;min-width:30px;text-align:center}.close_btn:hover{background-color:var(--bg-light)}.modal-content-body{padding:2rem;color:var(--text-muted);display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1;height:0}.tags{display:flex;flex-direction:row;width:100%;gap:1rem;flex-wrap:wrap}.tag{border:1px solid var(--border-muted);border-radius:10px;padding:.4rem;background-color:var(--bg-dark)}.modal-content-body svg{width:1.5rem;height:1.5rem;fill:var(--text-muted)!important}.content-body-right{display:flex;flex-direction:column;gap:1rem}.content-body-right p{white-space:pre-line;line-height:1.6;margin:0}@media (max-width: 767px){.modal-overlay{padding:.5rem}.modal-terminal{max-height:calc(100vh - 1rem)}.heaheader-modal{padding:.75rem 1rem;min-height:50px;position:sticky;top:0;z-index:10}.header-modal p{font-size:1rem;padding-right:.5rem}.modal-content-body{padding:1.5rem 1rem}.close_btn{font-size:1.25rem;min-width:25px}}@media (min-width: 768px){.folder{justify-content:start}}.contact_section{display:flex;flex-direction:column;justify-content:start;text-align:start;margin:2rem;flex-wrap:wrap}.contact_section a{text-decoration:none;color:var(--text-muted)}.attribution{color:var(--text);font-size:.8rem;text-align:start;word-break:break-word;line-height:1.5}.contact{display:flex;gap:2rem;align-items:center;justify-content:start;flex-wrap:wrap;padding:2rem;padding-left:0;font-size:1rem}.separator{display:none}.contact svg{width:2.5rem;height:2.5rem;fill:var(--text-muted)!important}@media (min-width: 768px){.contact_section{text-align:center;margin:1rem 7rem 2rem;width:60%}.command{font-size:1rem}.contact{justify-content:center;margin:4rem;padding:5rem}.separator{color:var(--text-muted);font-weight:700;display:unset}.attribution{font-size:.9rem;text-align:center}}
