:root{--tF-gray: #C6C6C6;--tF-darkGray:#595959;--tF-blue: #00468C;--tF-orange: #FF6A00;--tF-red: #cc0000;--tF-petrol: #0c4b15;--color-error: #bb0000;--color-warning: #fedb00;--color-success: #34a511;--PG-blue:#003da7;--PG-Green: #8bb522;--PG-Red: #dd0a0a;--PG-Yellow: #fedb00;--PG_dm-bg: #202020;--PG-dm-txt:#aaaaaa;--PG-dm-txtLight: #cccccc;--primary-color: var(--PG-blue);--secondary-color: var(--PG-dm-txtLight);--background-color: var(--PG-dm-bg);--font-text: "Montserrat", Verdana, Geneva, Tahoma, sans-serif;--border-radius: 16px;--max-width: 45rem}*{box-sizing:border-box;outline:none;text-decoration:none;margin:0;padding:0}*:focus{outline:none;text-decoration:none}html,body,#app{position:relative;width:100%;height:100%;border:none;-webkit-user-select:none;user-select:none;text-rendering:optimizeLegibility;overscroll-behavior:none;background-color:#000}input,select,textarea,button{font-family:inherit}a:link,a:visited{color:var(--primary-color)}img{width:100%;height:auto;object-fit:contain}@font-face{font-family:Montserrat;font-style:normal;font-weight:200;src:local(""),url(/fonts/Montserrat-ExtraLight.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;src:local(""),url(/fonts/Montserrat-Light.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:local(""),url(/fonts/Montserrat-Regular.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;src:local(""),url(/fonts/Montserrat-SemiBold.woff2) format("woff2")}@font-face{font-family:Mono;font-style:normal;font-weight:400;src:local(""),url(/fonts/NotoMono.woff2) format("woff2")}html{font-size:11px;font-family:var(--font-text);font-weight:400}@media screen and (min-width:450px){html{font-size:12px}}@media screen and (min-width:768px){html{font-size:14px}}@media screen and (min-width:1023px){html{font-size:16px}}@media screen and (min-width:1400px){html{font-size:18px}}h1{font-size:2rem;font-weight:300;margin-top:3rem;margin-bottom:1.5rem;color:var(--PG-dm-txtLight);width:100%;border-bottom:1px solid var(--PG-dm-txt)}h2{font-size:2rem;font-weight:500;margin-top:1.6rem;margin-bottom:.8rem;color:var(--PG-dm-txtLight)}h3{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.6rem;color:var(--PG-dm-txt)}p{color:var(--PG-dm-txt);font-size:1rem}p:not(:last-child){margin-bottom:.8rem}.page{width:100%;padding-top:2rem;padding-bottom:2rem;text-align:left;background-color:var(--PG_dm-bg)}.page footer{display:flex;flex-direction:row;justify-content:center;gap:.8rem;margin-top:3rem;font-size:1rem;color:var(--PG-dm-txt);border-top:1px solid var(--PG-dm-txt);padding:.5rem}.modal{z-index:500;position:fixed;top:0;height:100vh;width:100%;max-width:var(--max-width);min-width:var(--min-width);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overscroll-behavior-x:contain;display:flex;align-items:center;justify-content:center}.modal .close-icon{color:var(--primary-color);position:absolute;top:4%;left:5%}.modal .frame{max-width:90%;max-height:90%;overflow-x:auto;overflow-y:auto;padding:3rem;background-color:var(--bg-gray);border:solid 1px var(--primary-color)}.flex-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.flexbox-center-outer{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.btn{text-align:center;font-size:1rem;letter-spacing:1px;color:#fff;background-color:var(--primary-color);padding:.6rem 1rem .5rem;border:2px solid var(--primary-color);border-radius:50vh;margin:0 auto;-webkit-user-select:none;user-select:none;cursor:pointer;overflow:hidden;white-space:pre-wrap}.btn:not(:last-child){margin-right:.5rem}.btn.white{color:var(--primary-color);background-color:#fff}.btn.blue{background-color:var(--primary-color);color:#fff}.btn.red{background-color:var(--PG-Red);color:#000;border:2px solid var(--PG-Red)}.btn.green{background-color:var(--PG-Green);color:#000;border:2px solid var(--PG-Green)}.btn.gray{background-color:var(--PG-dm-txt);color:#000;border:none}.btn:disabled{color:var(--txt-dark);background-color:var(--PG-dm-txt);border:2px solid var(--PG-dm-txt)}.btn.fullwidth{width:100%;max-width:100%}.input-txt{margin-top:2rem;width:100%;text-align:left;color:var(--PG-dm-txt);font-weight:700}.input-txt .cont-row{display:flex;flex-direction:row;align-items:flex-end;width:100%}.input-txt label{font-size:1.3rem;margin-left:10px;line-height:30px}.input-txt input{line-height:1.6erm;width:100%;font-size:1.6rem;padding:.5rem 1.2rem;border-radius:50vH;border:1px solid var(--PG-blue);background-color:var(--PG-dm-txt)}.input-txt .info{font-weight:300;margin-top:.5rem}.box-table{padding:0;max-height:10rem;overflow-y:auto}table{margin-top:0;margin-bottom:1em;width:100%;border-collapse:collapse;background-color:var(--PG-dm-txtLight);text-align:left;font-family:Montserrat,Helvetica,Verdana,Geneva,Tahoma,sans-serif;border-bottom:1px solid var(--PG-dm-txt)}table tr.header{position:sticky;top:0;border-bottom:2px solid var(--primary-color)}table tr:nth-child(odd){background-color:var(--PG-dm-txt)}table tr th,table tr td{padding:8px;-webkit-user-select:none;user-select:none}table tr th img,table tr td img{padding:.5rem;min-height:6rem;width:auto}table tr th.btn-cell,table tr td.btn-cell{display:flex;justify-content:center;align-items:center}table tr th.btn-cell .btn,table tr td.btn-cell .btn{padding:.4rem .5rem .3rem}table tr th[contenteditable=true],table tr td[contenteditable=true]{-webkit-user-select:all;user-select:all;border-bottom:.5px solid var(--PG-blue)}table tr th{background-color:var(--bg-gray)}table tr td:focus{border:2px solid var(--primary-color)}.ltr{direction:rtl;text-align:right}#page-check.svelte-1scj9h6 p:where(.svelte-1scj9h6){font-size:1.2rem}.box.svelte-1scj9h6{padding:1.5rem}.input-left.svelte-1scj9h6{font-family:Mono,Courier,monospace}#infoValid.svelte-1scj9h6{font-size:1.3rem;font-weight:600}#server-reply.svelte-1scj9h6 p:where(.svelte-1scj9h6){margin-top:2rem}#server-reply.svelte-1scj9h6 .btn:where(.svelte-1scj9h6){cursor:default}#server-reply.svelte-1scj9h6 .imgRow:where(.svelte-1scj9h6){background-color:var(--PG-dm-txt);padding:.6rem;border-radius:1.3rem;width:100%;display:flex;justify-content:center;flex-direction:row;align-content:stretch;gap:1rem;overflow:auto}#server-reply.svelte-1scj9h6 .imgRow:where(.svelte-1scj9h6) img:where(.svelte-1scj9h6){object-fit:contain;max-height:5rem;width:auto}@media screen and (max-width:370px){#server-reply.svelte-1scj9h6 .imgRow:where(.svelte-1scj9h6) img:where(.svelte-1scj9h6){max-height:3.8rem}}#btn-clear.svelte-1scj9h6{text-align:right}#btn-request.svelte-1scj9h6 .btn:where(.svelte-1scj9h6){margin-top:1rem;font-size:1.5rem;border:1px solid var(--PG-blue)}#btn-request.svelte-1scj9h6 .info:where(.svelte-1scj9h6){color:var(--PG-dm-txt);font-weight:300;margin-top:.5rem}#page-about.svelte-1p2xzab{padding-top:0}#page-about.svelte-1p2xzab .box:where(.svelte-1p2xzab){padding:0rem 1.5rem}#page-about.svelte-1p2xzab .btn:where(.svelte-1p2xzab){margin-top:3rem}#page-help.svelte-za1q4z .box:where(.svelte-za1q4z){padding:0rem 1.5rem}#page-help.svelte-za1q4z .box-img:where(.svelte-za1q4z){text-align:center}#page-help.svelte-za1q4z .box-img:where(.svelte-za1q4z) img:where(.svelte-za1q4z){margin-top:1rem;margin-bottom:3rem;width:100%;max-width:30rem;border-radius:var(--border-radius)}#page-languages.svelte-1cnvcwh{padding:1rem}#page-languages.svelte-1cnvcwh table:where(.svelte-1cnvcwh){border-radius:var(--border-radius);overflow:hidden}#page-languages.svelte-1cnvcwh td:where(.svelte-1cnvcwh){padding:1.5rem}#page-languages.svelte-1cnvcwh .btn:where(.svelte-1cnvcwh){margin-top:3rem}#fullpageContainer.svelte-170gl78{width:100%;height:100%;z-index:999}#box-notice.svelte-170gl78{position:absolute;top:2rem;max-width:66%;margin:auto;left:0;right:0;animation:svelte-170gl78-fadeIn .5s;border-radius:var(--border-radius);overflow:hidden;z-index:1000}#box-notice.success.svelte-170gl78{background-color:var(--color-success)}#box-notice.info.svelte-170gl78{color:var(--txt-dark);background-color:var(--PG-dm-txtLight)}#box-notice.warning.svelte-170gl78{background-color:var(--color-warning)}#box-notice.error.svelte-170gl78{background-color:var(--color-error);color:#fff;font-weight:700}.fullpage.svelte-170gl78{position:fixed;top:0;left:0;width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.fullpage.svelte-170gl78 #box-notice:where(.svelte-170gl78){position:relative;top:unset;left:unset;right:unset;height:unset}.fullpage.svelte-170gl78 .text:where(.svelte-170gl78){width:100%}@keyframes svelte-170gl78-fadeIn{0%{opacity:0}to{opacity:1}}.header.svelte-170gl78{width:100%;padding:.5rem 1rem;background:#00000040;margin:0;display:flex;flex-direction:row;justify-content:space-between;color:#000;align-items:center}.header.svelte-170gl78 .title:where(.svelte-170gl78){font-size:.9rem}.header.error.svelte-170gl78{color:#fff}.text.svelte-170gl78{padding:2rem;text-align:center;white-space:pre-wrap}#modal-menu.svelte-104wx15{z-index:900}#box-menu.svelte-104wx15{position:absolute;top:0;right:0;color:#fff;background-color:var(--primary-color);padding:5rem 5rem 2.5rem 2.5rem;border-bottom-left-radius:var(--border-radius)}#box-menu.svelte-104wx15 #menu-icon:where(.svelte-104wx15){position:absolute;top:0;right:0;padding:.5em;z-index:901}#box-menu.svelte-104wx15 .menu-row:where(.svelte-104wx15){padding:.75rem 3rem .75rem 1rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}#box-menu.svelte-104wx15 .menu-divider:where(.svelte-104wx15){height:.5rem;margin-bottom:.5rem;width:100%;border-bottom:1px solid}#box-menu.svelte-104wx15 #version:where(.svelte-104wx15){position:absolute;bottom:.5rem;right:.5rem;font-size:.8rem;color:var(--txt-gray)}.hide.svelte-104wx15{display:none}main.svelte-1n46o8q{position:relative;text-align:center;margin:auto;max-width:var(--max-width);min-width:var(--min-width)}#topBar.svelte-1n46o8q{padding:.5rem;position:fixed;top:0;color:var(--primary-color);width:100%;max-width:var(--max-width);min-width:var(--min-width);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;z-index:150;background-color:#ffffffa6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 1px 7px 5px #00000026}#topBar.svelte-1n46o8q #logo:where(.svelte-1n46o8q){display:flex;flex-direction:row;gap:.7rem;align-items:center;font-style:italic;font-size:2.5rem}#topBar.svelte-1n46o8q #logo:where(.svelte-1n46o8q) img:where(.svelte-1n46o8q){float:left;height:3rem;width:auto;object-fit:contain}#topBar.svelte-1n46o8q #topBarRight:where(.svelte-1n46o8q){display:flex;flex-direction:row}#topBar.svelte-1n46o8q #indicators:where(.svelte-1n46o8q){display:flex;flex-direction:row;font-size:2.5rem;margin-right:1rem;gap:.5rem}#desk.svelte-1n46o8q{height:100vH;width:100%;padding-top:4.2rem;background-color:var(--PG_dm-bg)}#footer.svelte-1n46o8q{margin-top:2rem;color:var(--PG-dm-txt);display:flex;flex-direction:row;justify-content:center;gap:1rem;padding-top:.5rem;border-top:1px solid var(--PG-dm-txt)}
