:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark;--background-rgb: 36, 36, 36;--text-rgb: 220, 220, 220;--card-background-rgb: 25, 25, 25;--card-shadow: 0 .5rem 2rem -1rem rgba(0, 0, 0, .3);--error-color-rgb: 230, 75, 75;--error-background-rgb: 40, 0, 0;--correct-color-rgb: 50, 150, 50;--correct-background-rgb: 240, 255, 240;--hover-line-rgb: 49, 45, 38;--header-background-rgb: 57, 71, 69;--header-color-rgb: 247, 241, 217;color:rgb(var(--text-rgb))}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#a3a3a3;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#7e7e7e}::-webkit-scrollbar-track{background:#0000001a}html{scrollbar-gutter:stable}body{margin:0;min-height:100vh;background:rgb(var(--background-rgb))}h1{font-size:3.2em;line-height:1.1}h2,h3{margin:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{all:unset;cursor:pointer}button:focus{outline:1px solid rgb(var(--text-rgb))}.action-button{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:.5em;padding:.5em 1em;height:2.5em;font-size:.85rem;border:1px solid;border-color:rgb(var(--text-rgb),.2);background:none;border-radius:2px}.action-button:hover{background:rgb(var(--text-rgb),.05)}.action-button:active{background:rgb(var(--text-rgb),.1)}.action-button:disabled{opacity:.5;background:none;cursor:default}.action-button.danger{background:rgb(var(--error-background-rgb));color:rgb(var(--error-color-rgb));border-color:rgba(var(--error-color-rgb),.5)}.action-button.danger:hover{background:rgba(var(--error-color-rgb),.1)}.action-button.danger:active{background:rgba(var(--error-color-rgb),.2)}.close-button{position:absolute;right:1rem;top:1rem;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background:none;border:none;font-weight:700;transition:background .1s}.close-button:hover{background:rgb(var(--text-rgb),.1)}.close-button:active{background:rgb(var(--text-rgb),.2)}input[type=text]{min-width:0;padding:.25rem .5rem;background:rgb(var(--card-rgb),.75);border:1px solid rgb(var(--text-rgb),.2);border-radius:2px;color:inherit;font-family:monospace;font-size:1rem}input[type=text]::placeholder{color:rgb(var(--text-rgb),.5);font-size:.85rem}.paper-container{display:flex;flex-direction:column;align-items:center;padding-top:4rem;padding-bottom:70vh}.paper{position:relative;padding:4.5rem 6rem 6rem;border:1px solid rgba(var(--text-rgb),.2);background:rgb(var(--card-background-rgb));width:100%;max-width:1000px}.paper.invisible{background:none;border:none;padding:0 2rem}.paper>h1{margin-top:0}*{box-sizing:border-box!important}@media screen and (max-width: 640px){.paper{padding:0 2rem;border:none;margin-top:-3rem;background:none}h1{font-size:2.5em}}@media (prefers-color-scheme: light){:root{--background-rgb: 249, 251, 253;--text-rgb: 33, 53, 71;--card-background-rgb: 255, 255, 255;--card-shadow: 0 .5rem 2rem -1rem rgba(0, 0, 0, .3);--error-color-rgb: 255, 50, 50;--error-background-rgb: 255, 240, 240;--correct-color-rgb: 50, 150, 50;--correct-background-rgb: 240, 255, 240;--hover-line-rgb: 243, 231, 210}}._modal-background_15a90_1{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:.5rem;z-index:100000000;animation:_fade-in-background_15a90_1 .3s;animation-fill-mode:both}@keyframes _fade-in-background_15a90_1{0%{background:transparent}to{background:#00001466}}._modal_15a90_1{position:relative;width:100%;height:100%;max-width:800px;max-height:550px;padding:2.5rem 4rem;border-radius:2px;background:rgb(var(--card-background-rgb));overflow:auto;box-shadow:0 1rem 4rem -2rem #00000080;animation:_modal-open_15a90_1 .15s;animation-fill-mode:both}@keyframes _modal-open_15a90_1{0%{scale:.95;opacity:0}to{scale:1;opacity:1}}@media screen and (max-width: 640px){._modal_15a90_1{padding:2rem}}._container_jvml4_1{position:fixed;inset:0;z-index:10000000}._menu_jvml4_8{position:absolute;display:flex;flex-direction:column;width:300px;background:rgb(var(--card-background-rgb));border:1px solid rgb(var(--text-rgb),.2);border-radius:2px;box-shadow:var(--card-shadow);animation:_fadeIn_jvml4_1 .15s linear}@keyframes _fadeIn_jvml4_1{0%{opacity:0}to{opacity:1}}._menu-item_jvml4_31{display:flex;gap:1rem;padding:.5rem 1rem;border:none;background:none;cursor:pointer;text-align:left;font-size:.85rem}._menu-item_jvml4_31._danger_jvml4_43{color:rgb(var(--error-color-rgb));background:rgb(var(--error-background-rgb))}._menu-item_jvml4_31:hover{background:rgb(var(--text-rgb),.05)}._menu-item_jvml4_31:active{background:rgb(var(--text-rgb),.1)}._item-text_jvml4_56{flex:1;display:flex;flex-direction:row;justify-content:space-between;gap:1rem}._header_1cuck_1{display:flex;gap:2rem;padding:.5rem 1rem;color:rgb(var(--header-color-rgb));background:rgb(var(--header-background-rgb))}._logo_1cuck_10{display:flex;gap:.5rem;align-items:center;color:inherit;font-weight:700}._links_1cuck_19{display:flex;flex-direction:row;align-items:center;gap:2rem}._header_1cuck_1 a{color:inherit;text-decoration:none}._header_1cuck_1 a:hover{text-decoration:underline}
