/*

соооооорррии за вайб код пацы я не умею писать на html и css


*/

@font-face{
  font-family: "5ka Sans Design";
  src: url("/static/5KASANSDESIGN-REGULAR.8DECC07DF8894152.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "5ka Sans Design";
  src: url("/static/5KASANSDESIGN-SEMIBOLD.96142A7EF7399CA2.TTF") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "5ka Sans Design";
  src: url("/static/5KASANSDESIGN-BLACK.B3C89036821EFF6F.TTF") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #171717;
  color: #ffffff;
  margin: 0;
}

.snowflakes{
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.topbar{
  position: sticky;
  top: 0;
  z-index: 10000;
  background-color: #171717;
  border-bottom: 1px solid #ffffff;
}

.topbar__inner{
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.main {
  font-family: "5ka Sans Design", "Varela Round", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 18px;
}

.brand {
  font-family: "5ka Sans Design", "Varela Round", Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

.topnav{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbtn{
  font-family: "5ka Sans Design", "Varela Round", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #171717;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}

.topbtn:hover{
  opacity: .92;
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}
@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}
@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}
.snowflake{
  position:fixed;
  top:-10%;
  z-index:9999;
  -webkit-user-select:none;
  user-select:none;
  cursor:default;
  pointer-events:none;
  animation-name:snowflakes-shake;
  animation-duration:3s;
  animation-timing-function:ease-in-out
}
.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}
.snowflake:nth-of-type(1){left:1%;animation-delay:0s}.snowflake:nth-of-type(1) .inner{animation-delay:0s}
.snowflake:nth-of-type(2){left:10%;animation-delay:1s}.snowflake:nth-of-type(2) .inner{animation-delay:1s}
.snowflake:nth-of-type(3){left:20%;animation-delay:.5s}.snowflake:nth-of-type(3) .inner{animation-delay:6s}
.snowflake:nth-of-type(4){left:30%;animation-delay:2s}.snowflake:nth-of-type(4) .inner{animation-delay:4s}
.snowflake:nth-of-type(5){left:40%;animation-delay:2s}.snowflake:nth-of-type(5) .inner{animation-delay:2s}
.snowflake:nth-of-type(6){left:50%;animation-delay:3s}.snowflake:nth-of-type(6) .inner{animation-delay:8s}
.snowflake:nth-of-type(7){left:60%;animation-delay:2s}.snowflake:nth-of-type(7) .inner{animation-delay:6s}
.snowflake:nth-of-type(8){left:70%;animation-delay:1s}.snowflake:nth-of-type(8) .inner{animation-delay:2.5s}
.snowflake:nth-of-type(9){left:80%;animation-delay:0s}.snowflake:nth-of-type(9) .inner{animation-delay:1s}
.snowflake:nth-of-type(10){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(10) .inner{animation-delay:3s}
.snowflake:nth-of-type(11){left:25%;animation-delay:0s}.snowflake:nth-of-type(11) .inner{animation-delay:2s}
.snowflake:nth-of-type(12){left:65%;animation-delay:2.5s}.snowflake:nth-of-type(12) .inner{animation-delay:4s}

.rbutton {
  font-family: "5ka Sans Design", "Varela Round", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #171717;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  text-decoration: none;
}

.rbutton--inline{
  display: inline-block;
  width: auto;
  text-align: center;
  margin-bottom: 0;
  flex: 1;
}

.rinput {
  font-family: "5ka Sans Design", "Varela Round", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #171717;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
}

.rcheck {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

/* Upload dropzone */
.fileinput{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.dropzone{
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.dropzone--over{
  background-color: rgba(255,255,255,.06);
}
.dropzone__big{
  font-size: 16px;
  font-weight: 800;
}
.dropzone__small{
  font-size: 13px;
  opacity: .85;
  margin-top: 4px;
}
.dropzone__name{
  font-size: 13px;
  opacity: .95;
  margin-top: 10px;
  word-break: break-word;
}

/* Details author */
.authorline{
  color: #ffffff;
  font-weight: 800;
}
.authorname{
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

/* Profile */
.profileline{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 800;
}
.profilemeta{
  margin-top: 6px;
  opacity: .85;
}
.iconbtn{
  background: #171717;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
}

/* Modal */
.modal[hidden]{display:none}
.modal{
  position: fixed;
  inset: 0;
  z-index: 20000;
}
.modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}
.modal__panel{
  position: relative;
  width: min(520px, calc(100% - 32px));
  margin: 16vh auto 0;
  background: #171717;
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 16px;
  font-family: "5ka Sans Design", "Varela Round", Arial, sans-serif;
}
.modal__title{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.modal__body{
  text-align: left;
}
.modal__hint{
  margin-top: 8px;
  opacity: .85;
  font-size: 13px;
}
.modal__actions{
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.turnstile-root{display:none}
.audio-full{width:100%}
