*{box-sizing:border-box;font-family:"Share Tech Mono",monospace;font-weight:400;font-style:normal}:root{--surface-color:#fff;--surface-bg:rgba(255, 255, 255, 0.16)}body{display:flex;align-items:center;justify-content:center;background:linear-gradient(326deg,#179bd6,#153ec6);background-position:0 50%;background-size:500vh 500vw;font-size:16px;padding:1rem}@keyframes border-animation{0%{border:6px dashed #d46047}25%{border:6px dashed #fff}75%{border:6px dashed #d46047}100%{border:6px dashed #fff}}body.drop .container{animation:border-animation 2s linear infinite;border:6px dashed #d46047}body::selection{color:red;background:#ff0}.hidden{display:none}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;max-width:1024px;padding:2rem;background:var(--surface-bg);backdrop-filter:blur(20px);border-radius:1rem;border:6px dashed #fff;transition-duration:1s}.container.error{border:6px dashed #d46047}.container.success{border:6px dashed #d4d047}.container pre{color:#ceffed;font-size:1rem}h1{color:var(--surface-color);text-shadow:0 5px 8px #555}button{font-size:1.25rem;color:var(--surface-color);background:#db4e35;background:linear-gradient(0deg,#db4e35 0,#fc8686 50%,#e6737a 100%);padding:.5rem 1rem;border:none;border-radius:.25rem;box-shadow:0 5px 8px #555}button:hover{background:#db4e35;background:linear-gradient(0deg,#db4e35 0,#fc8686 84%,#e6737a 100%)}