html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.html {
  padding: 0;
  margin: 0;
  background-color: #000000;
  font-size: 16px;
  font-family: "Arial";
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  z-index: 1;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
:root {
  touch-action: pan-x pan-y;
  width: 100dvw;
  height: 100dvh;
}
#modal {
  width: 100dvw;
  height: 100dvh;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
}
#modal.show {
  display: unset;
}
#modal .window {
  position: absolute;
  top: 32dvh;
  left: calc(50dvw - 128px);
  border: 0;
  border-radius: 16px;
  margin: 0;
  padding: 0;
  width: 256px;
  background-color: rgba(128, 128, 128, 0.25);
  z-index: 100000;
}
#modal .window .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 100%;
  z-index: 99999;
  border: 0;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  -moz-filter: blur(32px);
  -webkit-filter: blur(32px);
}
#modal .window .content,
#modal .window .ghost {
  width: 220px;
  padding: 18px;
  z-index: 100000;
}
#modal .window .content {
  position: absolute;
  top: 0;
  left: 0;
}
#modal .window .ghost {
  opacity: 0;
}
#modal .window .content .title,
#modal .window .ghost .title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  lime-height: 24px;
  color: #fefefe;
  z-index: 100000;
}
#modal .window .content .text,
#modal .window .ghost .text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  lime-height: 18px;
  color: #fefefe;
  z-index: 100000;
}
#forga10-window {
  width: 100dvw;
  height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.transform-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.transform-vertical {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.transform-horizontal-vertical {
  -moz-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  -webkit-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
  filter: FlipH FlipV;
  -ms-filter: "FlipH FlipV";
}
#secret-window {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  background-color: #1C1C1E;
}
#secret-window #secret {
  width: 100dvw;
  oberflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 100px;
}
#secret-window #secret-ui-top {
  background-color: #2A2A2A;
  width: 100dvw;
  height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#secret-window #secret-ui-top .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 24px;
  color: #FEFEFE;
}
#secret-window #secret-ui-bottom {
  width: 100dvw;
  height: 56px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 998;
  position: fixed;
  top: calc(100dvh - 56px);
  left: 0;
}
#secret-window #secret-ui-bottom .secret-button {
  color: #FEFEFE;
  font-size: 14px;
  line-height: 14px;
  border: unset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 14px;
  background-color: #3696FF;
  padding: 7px;
  margin: 14px 14px 0 0;
  height: 28px;
  float: right;
  z-index: 1002;
}
#secret-window #secret-ui-bottom .secret-button:disabled,
#secret-window #secret-ui-bottom .secret-button[disabled] {
  background-color: #757575;
}
#secret-window #secret .secret-input-row {
  width: 100dvw;
  height: 42px;
  border-bottom: 1px solid #3C3B3E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}
#secret-window #secret .secret-input-row .input-title {
  color: #96959D;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  height: 14px;
  position: absolute;
  top: 14px;
  left: 14px;
}
#secret-window #secret .secret-input-row .input-wrapper {
  width: 100%;
  height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  left: 78px;
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input {
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100dvw - 146px);
  height: 14px;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FEFEFE;
  font-size: 14px;
  line-height: 14px;
}
#secret-window #secret .secret-input-row.username .input-wrapper .secret-input {
  width: calc(100dvw - 157px);
  left: 11px;
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input-toggle {
  width: 26px;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 1px;
  left: calc(100dvw - 110px);
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input-toggle svg {
  width: 26px;
  height: auto;
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input-toggle svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input-remove {
  width: 18px;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: calc(100dvw - 140px);
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input-remove svg {
  width: 18px;
  height: auto;
}
#secret-window #secret .secret-input-row .input-wrapper .secret-input-remove svg path {
  fill: #FF3636;
  stroke: #FF3636;
  stroke-width: 1px;
}
#secret-window #secret .secret-add-input {
  width: 30px;
  height: auto;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50dvw - 15px);
}
#secret-window #secret .secret-add-input .secret-add-input-button {
  width: 30px;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
}
#secret-window #secret .secret-add-input .secret-add-input-button svg {
  width: 30px;
  height: auto;
}
#secret-window #secret .secret-add-input .secret-add-input-button svg path {
  fill: #3696FF;
  stroke: #3696FF;
  stroke-width: 1px;
}
@media only screen and (orientation: landscape) {
  #secret-window #secret-ui-top {
    height: 45px;
  }
  #secret-window #secret-ui-top .title {
    margin-top: 12px;
  }
  #secret-window #secret {
    margin-top: 45px;
  }
}
