@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf) format("truetype");font-weight:100 900;font-style:normal}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background:linear-gradient(180deg,#2f2f2f33,#23232333);background-size:cover;background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;max-width:1440px;max-height:1024px}.app{min-height:100vh;display:grid;grid-template-columns:75px 1fr;grid-template-rows:1fr 20px;grid-template-areas:"sidebar main" "sidebar footer"}.app .hide{display:none!important}.app main{grid-area:main;display:flex;justify-content:center;align-items:center}.app aside{position:relative;grid-area:sidebar;border-right-style:solid;border-right-width:1px;border-right-color:#4f4f4f;box-shadow:5px 5px 10px #0003}.app footer{grid-area:footer;display:flex;justify-self:center;font-size:14px;font-weight:500;color:#fff;opacity:40%}.app .menu-link{text-decoration:none;color:unset}.app .menu-item{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px}.app .menu-item.active{background-color:#0051ff}.app .menu-item.bottom{position:absolute;bottom:0;right:50%;transform:translate(50%)}.app .menu-item-text{font-size:14px;font-weight:700}.app .editor{position:relative;width:80%;height:70%;overflow:hidden;border-style:solid;border-width:1px;border-color:#fff;border-radius:15px;box-shadow:5px 5px 10px 1px #0003}.app .editor-head{position:relative;min-width:100%;min-height:65px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#fff}.app .editor-actions{max-height:100%;overflow:hidden;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}.app .editor-actions img{padding:15px 10px}.app .editor-actions img:hover{filter:brightness(120%);transform:scale(1.1)}.app .editor-actions img:active{filter:brightness(80%);transform:scale(.9)}.app .editor-languages{display:flex;align-items:center;justify-content:center;width:110px;position:absolute;left:0;top:50%;transform:translateY(-50%);border-style:solid;border-width:1px;border-color:#fff;border-radius:10px;padding:5px 15px;margin-left:10px;cursor:pointer}.app .editor-languages:hover{background-color:#47474767}.app .editor-textbox-wrapper{position:relative;display:flex;justify-content:center;width:100%;height:100%}.app .editor-textbox,.app .editor-textbox-highlights{font-size:16px;font-family:monospace;line-height:normal;padding:2px;margin:0}.app .editor-textbox{position:absolute;width:98%;height:100%;font-size:16px;resize:none;border:none;outline:none;background-color:unset}.app .editor-textbox-highlights{position:absolute;width:98%;height:100%;white-space:pre-wrap}.app .editor-textbox-highlights .mark{position:relative;z-index:1;background-color:#00f6;text-decoration:underline;text-decoration-color:red;cursor:pointer}.app .editor-textbox-highlights .mark:hover{background-color:#00f9}.app .editor-textbox-highlights .mark:active{filter:brightness(150%)}.app .editor-replacements{position:absolute;z-index:2;transform:translateY(40%);min-height:20px;height:max-content;width:max-content;padding:10px;background-color:#0f0f0f;border-style:solid;border-width:1px;border-color:#fff;border-radius:10px;box-shadow:5px 5px 10px 1px #0003}.app .editor-replacements .replacement-item-wrapper{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.app .editor-replacements .replacement-item{background-color:#4580ffcc;width:max-content;height:max-content;padding:3px;margin:2px;border-radius:10px;cursor:pointer}.app .editor-replacements .replacement-item:hover{background-color:#4580ff}.app .editor-replacements .replacement-item:active{background-color:#4580ff99;transform:scale(.9)}.app .editor-loader{position:absolute;bottom:10px;right:10px;width:20px;aspect-ratio:1;border-radius:50%;border:4px solid lightgray;border-right-color:#646cff;animation:loadinganimation 1s infinite linear}@keyframes loadinganimation{to{transform:rotate(1turn)}}
