body,html{height:100%;margin:0;padding:0;width:100%}:root{--accent:#37a93c;--trsh:500px;--font_fam:Verdana,sans-serif;--error:#b61c1c;--dark:#000;--back:#1c1d22;--tab:#27272f;--font_hover:#fff;--font:#eaeaea;--font_tint:#a0a0a0;--font_inv:#000;--shadow:#00000049;--shadow_light:#00000022}body{background:var(--back);color:var(--font);font-family:var(--font_fam);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.header{align-items:center;display:flex;justify-content:space-between;padding:10px 5px}.main{box-sizing:border-box;margin:auto;max-width:500px;width:100%}.projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:10px}.projects:only-child{grid-template-columns:1fr 1fr}.project{align-items:center;background:var(--tab);border-radius:10px;box-shadow:0 0 10px var(--shadow);display:flex;justify-content:space-between;margin:5px;padding:8px 10px;user-select:none}.author{display:block;padding:3px 5px}.project_label{color:var(--font);text-decoration:none}.project_title{overflow:hidden;text-overflow:ellipsis}.project_label:hover{text-decoration:underline}.icon{background:var(--font);cursor:pointer;display:inline-block;margin-left:10px;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-size:cover;mask-size:cover}.icon:hover{background:var(--font_hover)}.icon.down{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M144 480a144 144 0 0 1-48-280v-8a160 160 0 0 1 299-80 96 96 0 0 1 143 114 128 128 0 0 1-26 254zm79-167 80 80c9 9 25 9 34 0l80-80c9-9 9-25 0-34s-25-9-34 0l-39 39V184a24 24 0 1 0-48 0v134l-39-39c-9-9-25-9-34 0s-9 25 0 34'/%3E%3C/svg%3E");height:24px;width:32px}.icon.info{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-40-176h24v-64h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24m40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64'/%3E%3C/svg%3E");height:25px;width:25px}.icon.plus{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288m16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48z'/%3E%3C/svg%3E");height:25px;width:28.3px}.dialog_text{padding:0 5px;text-align:justify}.dialog_text ul{margin:8px 0;padding-left:20px}.dialog_text li{line-height:20px;padding-bottom:7px}.dialog_text a{color:var(--accent)}.dialog_text p{margin:0 0 10px}.button{align-items:center;background:var(--accent);border-radius:10px;box-sizing:border-box;color:var(--font_inv);cursor:pointer;display:inline-block;display:flex;font-size:19px;font-weight:500;justify-content:center;margin:8px 10px;padding:6px 4px;touch-action:none;user-select:none}.button:active{filter:brightness(.8)}.dialog_back{backdrop-filter:blur(6px) brightness(.8) saturate(.5);display:flex;height:100%;left:0;position:fixed;top:0;width:100%}.dialog_cont{box-sizing:border-box;margin:auto;max-width:700px;padding:10px;width:100%}.dialog{background:var(--tab);border-radius:10px;box-shadow:0 0 10px var(--shadow);color:var(--font);padding:10px}.dialog label{display:block;font-size:18px;margin-bottom:5px;padding-left:5px}.dialog_btns{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:15px}.dialog_btns>.button{margin:0;width:100%}.dialog textarea{background:var(--back);border:none;border-radius:4px;box-sizing:border-box;color:var(--font);display:block;font-size:16px;line-height:16px;margin:10px 0;max-height:350px;min-height:30px;outline:none;overflow-y:scroll;padding:7px;resize:none;width:100%}.dialog textarea::-webkit-scrollbar{height:7px;width:7px}.dialog textarea::-webkit-scrollbar-track{display:none}.dialog textarea::-webkit-scrollbar-thumb{background:var(--dark);border-radius:4px}