html{font-size:16px}@media (min-width: 0){html{font-size:15px}}@media (min-width: 480px){html{font-size:16px}}body{color:#ddd;margin:0;padding:0;font-family:monospace}a{color:#0cf}pre{min-height:280px;letter-spacing:2px;color:#0cf;margin:0 0 15px}@media (min-width: 0){pre{font-size:10px;min-height:250px}}@media (min-width: 480px){pre{font-size:12px;min-height:295px}}input{width:200px;resize:none;background:transparent;border:none;color:#ddd;font-family:monospace}input:focus-visible{outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:5px;background:#343f51}.btn-link{font-size:1.05rem;background:transparent;border:none;padding:0;color:#00ce79;position:relative}.btn-link:focus-visible{outline:none}.btn-link:before{content:"";width:0%;height:1px;background:#00ce79;right:0;bottom:-5px;position:absolute;transition-duration:.3s}.btn-link:after{content:"";width:0%;height:1px;background:#00ce79;left:0;bottom:-5px;position:absolute;transition-duration:.3s}.btn-link:hover:before,.btn-link:hover:after{width:50%}.popup{position:fixed;z-index:2;bottom:0;margin:8px;padding:12px;border-radius:6px;background:#83e6ff;color:#0d0b1e;font-size:1rem;font-weight:500;transition-duration:.5s}.popup span{font-weight:700}@media (min-width: 0){.popup{font-size:.9rem;display:flex;align-items:center}}@media (min-width: 480px){.popup{display:none}}.popup p{margin:0}.popup .icon{display:grid;margin-right:12px}.popup .icon img{width:35px}.popup button{background:none;border:none;padding:0;text-decoration:underline;text-underline-offset:8px}.popup.hidden{opacity:0;transform:translateY(100px)}.background{background-color:#191433;width:100%;height:100vh;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media (min-width: 0){.background{padding:0;height:auto}}@media (min-width: 768px){.background{height:100vh}}.background .prompt-window{width:1080px;background:#0d0b1e;padding:0;border-radius:12px;box-shadow:0 0 10px #191433;transform:translateY(100px) scale(.7);opacity:0;transition-duration:.5s}.background .prompt-window .fullscreen-hint{width:100%;text-align:center;position:absolute;top:-50px}@media (min-width: 0){.background .prompt-window .fullscreen-hint{display:none}}@media (min-width: 480px){.background .prompt-window .fullscreen-hint{display:block}}.background .prompt-window.show{transform:translateY(0) scale(1);opacity:1}@media (min-width: 0){.background .prompt-window{width:100%}}@media (min-width: 480px){.background .prompt-window{width:100%}}@media (min-width: 768px){.background .prompt-window{width:768px}}@media (min-width: 1080px){.background .prompt-window{width:1080px}}.background .prompt-window .header{display:flex;justify-content:space-between;align-items:center;background:#2a236e;padding:8px}@media (min-width: 0){.background .prompt-window .header{padding:12px 8px;position:sticky;border-radius:0;top:0;z-index:10}}@media (min-width: 768px){.background .prompt-window .header{position:static;padding:6px;border-radius:10px 10px 0 0}}.background .prompt-window .header .header-title .logo{display:flex;align-items:center;gap:5px}.background .prompt-window .header .header-title .logo img{width:20px}.background .prompt-window .header .controls{display:flex;gap:6px;padding-top:4px;padding-right:4px}@media (min-width: 0){.background .prompt-window .header .controls{display:none}}@media (min-width: 768px){.background .prompt-window .header .controls{display:flex}}.background .prompt-window .header .controls button{cursor:pointer;background:transparent;border:none;padding:2px}.background .prompt-window .header .controls button img{width:12px}.background .prompt-window .prompt-body{width:100%;height:560px;padding:0 15px 15px 10px;margin:12px 5px 12px 0;overflow-y:auto;box-sizing:border-box;position:relative;display:flex;flex-direction:column;align-items:center;z-index:0}@media (min-width: 0){.background .prompt-window .prompt-body{height:100vh;margin:0;padding:0}}@media (min-width: 768px){.background .prompt-window .prompt-body{height:560px;margin:12px 5px 12px 0;padding:0 8px 8px}}.background .prompt-window .prompt-body #welcomeText{margin:0;line-height:20px;text-align:center}.background .prompt-window .prompt-body .watermark{width:inherit;height:inherit;display:grid;place-items:center;position:fixed;z-index:-1;left:0}.background .prompt-window .prompt-body .watermark img{width:100px;opacity:.08;position:fixed;z-index:-1}.background .prompt-window .prompt-body .prompt-input{width:100%}.background .prompt-window .prompt-body #output{margin-top:50px;scroll-behavior:smooth}@media (min-width: 0){.background .prompt-window .prompt-body #output{margin-top:30px}}@media (min-width: 480px){.background .prompt-window .prompt-body #output{margin-top:50px}}.background .prompt-window .prompt-body #output .output-content{padding:12px 0}.background .prompt-window .prompt-body #output .output-content .invalid{color:#ff6565}.background .prompt-window .prompt-body #output .output-content .item{display:grid;grid-template-columns:1fr 4fr;margin-bottom:10px}@media (min-width: 0){.background .prompt-window .prompt-body #output .output-content .item{grid-template-columns:1fr}}@media (min-width: 480px){.background .prompt-window .prompt-body #output .output-content .item{grid-template-columns:1fr 4fr}}.background .prompt-window .prompt-body #output .output-content .item .item-name{color:#d9af17}.background .prompt-window .prompt-body #output .output-content a{color:#0cf}.background .prompt-window .prompt-body .prompt-line{display:flex;gap:5px}.background .prompt-window .prompt-body .prompt-line #prompt{color:#00ce79}.background .prompt-window .prompt-body .prompt-line #prompt .welcome{display:inline}@media (min-width: 0){.background .prompt-window .prompt-body .prompt-line #prompt .welcome{display:none}}@media (min-width: 480px){.background .prompt-window .prompt-body .prompt-line #prompt .welcome{display:inline}}.background .prompt-window .prompt-body .prompt-line .path{color:#d9af17}.background .prompt-window .prompt-body .prompt-line input{flex-grow:1}.landing-section{width:100%;height:100vh;padding:15px;background:#191433;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.landing-section .watermark{width:150px;opacity:.07;position:absolute}.landing-section .content{width:100%;max-width:1080px;height:560px;padding:15px 100px;box-sizing:border-box;border-radius:12px;background:#0d0b1e;color:#ddd;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:2px solid #00ccff;gap:15px}@media (min-width: 0){.landing-section .content{padding:15px}}.landing-section .content p{margin:0}.landing-section .content p.name{font-size:3rem;font-weight:100;text-transform:uppercase;letter-spacing:8px}@media (min-width: 480px){.landing-section .content{padding:15px 100px}}.landing-section .content .socials{list-style-type:none;display:flex;justify-content:center;align-items:center;gap:30px;padding:0}.landing-section .content .socials li{width:35px;height:35px;border-radius:4px;display:grid;place-items:center;border:1px solid #00ce79}.landing-section .content .socials li a{color:#00ce79;font-size:1.25rem}
