@font-face {
    font-family: "LT";
    src: url(/fonts/LTSuperior-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: "LT";
    src: url(/fonts/LTSuperior-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: "LT";
    src: url(/fonts/LTSuperior-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: "LT";
    src: url(/fonts/LTSuperior-Bold.otf);
    font-weight: 700;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}


body,
html {
    overflow-x: hidden;
    min-height: 100vh;
}

body {
    background-color: #1A1A1A;
    padding: 0;
    margin: 0;
    font-family: "LT";
    font-weight: 400;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header {
    padding-top: 16px;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.bar-info {
    opacity: 0.6;
}

a.header__link {
    color: white;
    margin-left: 11px;
}

.intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.intro img {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.play {
    justify-content: center;
    display: flex;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

button {
    border-radius: 30px;
    background: rgb(249, 113, 255);
    color: white;
    font-size: 24px;
    font-family: "LT";
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    width: 263px;
    height: 50px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    box-shadow: 0px 3px 0px rgb(183, 6, 252);
    margin-top: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    cursor: pointer;
}

button:active {
    box-shadow: 0px 0px 0px rgb(183, 6, 252);
    margin-top: 3px;
    margin-bottom: -3px;
}

button.blue {
    background: rgb(114, 137, 218);
    box-shadow: 0px 3px 0px rgb(43, 55, 96);
}

button.blue:active {
    box-shadow: 0px 0px 0px rgb(43, 55, 96);
    margin-top: 3px;
}

.intro button img {
    max-width: 24px;
    margin: 0;
    margin-left: 10px;
}

.intro a {
    text-decoration: none;
}

.controls {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

footer {
    position: relative;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
}

.footer__inner {
    display: flex;
    justify-content: center;
}

a.footer__link {
    display: inline-block;
    color: white;
    opacity: 0.6;
    text-decoration: none;
    font-weight: 400;
    font-family: "LT";
    font-size: 16px;
}

header button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    position: absolute;
}

header button img {
    margin-right: 4px;
}

.input-block input {
    background: transparent;
    border: 2px solid rgb(249, 113, 255);
    border-radius: 30px;
    height: 50px;
    width: 263px;
    padding: 0 19px;
    font-family: "LT";
    font-size: 20px;
    color: white;
    font-weight: 500;
    padding-top: 3px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

.input-block {
    margin-bottom: 17px;
}

.input-block input:focus {
    outline: none;
}

.input-block input::placeholder {
    font-weight: 500;
    opacity: 0.6;
    color: white;
}

.enter-btn {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

a.forgot-link {
    color: white;
}

.enter-page {
    text-align: center;
}

.enter-btn.reg {
    margin-top: 120px;
}

p.enter-text {
    font-size: 18px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

p.enter-text span {
    text-decoration: underline;
}

.input-block.code input {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 7px;
}

section.content-page {
    text-align: center;
}


h1.new-title {
    font-family: "LT";
    font-size: 24px;
    margin-top: 20px;
    line-height: 1;
}

.new-date , .new-text {
    font-size: 18px;
    opacity: 0.5;
    margin: 0;

}

.new-text {
    text-align: left;
    margin-top: 10px;
}

ol.new-ol {
    padding: 0;
    margin: 0;
    margin-top: 3px;
    opacity: 0.7;
    padding-left: 20px;
}

ol.new-ol li {
    list-style: disc;
    text-align: left;
    padding: 0;
    margin: 0;
}

article.article-new {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

article.article-new:last-child {
    padding-bottom: 60px;
}


.new-selector {
    border: 2px solid rgb(249, 113, 255);
    border-radius: 30px;
    width: 263px;
    height: 50px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.active-var {
    display: flex;
    padding: 8px 17px;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.active-var p {
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
    margin-right: auto;
}

.active-var span {
    transform: rotate(-90deg);
    transition: .3s all;
    transform-origin: 50% 50%;
    display: flex;
}

.input-block.settings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.input-block.settings label {
    font-size: 16px;
    opacity: 0.6;
}

footer {
    text-align: center;
}

.footer-btn {
    display: inline-block;
    margin-bottom: 53px;
}

button.red {
    background: rgb(255, 80, 80);
    box-shadow: 0px 3px 0px rgb(123, 0, 0);
}

button.red:active {
    box-shadow: 0px 0px 0px rgb(123, 0, 0);
}

.new-selector.open {
    height: 263px;
}

ol.lang-var {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    max-height: 213px;
    overflow-y: scroll;
}

ol.lang-var::-webkit-scrollbar {
    display: none;
}

ol.lang-var li {
    display: flex;
    align-items: center;
    padding: 8px 17px;
    transition: .3s all;
}

ol.lang-var li p {
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
}

ol.lang-var li:hover {
    background: #2e2e2e;
}

.new-selector.open span{
    transform: rotate(90deg);
}

header.game {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    background: #1A1A1A;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.game-page {
    padding-top: 80px;
}

ol.leaders {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

li.leader {
    display: flex;
    align-items: center;
    width: 330px;
    border: 2px solid rgb(249, 113, 255);
    border-radius: 30px;
    padding: 6px 14px;
    margin-bottom: 11px;
}

li.leader b {
    margin: 0;
    margin-left: 30px;
    font-weight: 400;
    font-style: normal;
}

li.leader #place_count {
    font-size: 18px;
    font-weight: 700;
}

span.count__tc {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 18px;
}

span.count__tc img {
    margin-left: 3px;
    margin-bottom: 4px;
}

li.leader:nth-child(1) #place_count {
    opacity: 0.7;
}

li.leader:nth-child(1) {
    border-color: white;
}

ol.leaders hr {
    background: rgb(112, 111, 111);
    height: 1px;
    border: 0;
    width: 218px;
    margin-top: 2px;
    margin-bottom: 13px;
}

li.leader:nth-child(3) {
    border: 2px solid rgb(255, 201, 113);
    background: rgba(255, 201, 113, 0.21);
}

li.leader:nth-child(4) {
    border: 2px solid rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
} 

li.leader:nth-child(5) {
    border: 2px solid rgb(255, 167, 113);
    background: rgba(255, 167, 113, 0.2);
}

.count-header {
    display: flex;
    align-items: center;
}


.count-header span.multiplier {
    border-radius: 11px;
    background: rgb(255, 80, 80);
    padding: 2px 15px;
    font-size: 20px;
    margin-bottom: 5px;
}

.count-header p.tc__current {
    font-size: 36px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.count-header p.tc__current span {
    color: rgb(181, 181, 181);
}

.count-header p.tc__current img {
    width: 30px;
}

header.game .header__inner {
    display: flex;
    flex-direction: column;
    align-items: end;
}

p.tc__adder {
    margin: 0;
    font-size: 18px;
    opacity: 0.5;
    margin-bottom: 5px;
    margin-right: 48px;
}

ol.products {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

li.product button {
    display: flex;
    align-items: center;
    height: 60px;
    width: 330px;
    border-radius: 20px;
    padding: 7px 15px;
}

.product__title {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-left: 10px;
    margin-right: auto;
}

.product__title p {
    margin: 0;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
}

.product__title h1 {
    font-size: 18px;
}

span.tc__price {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.header__inner.play {
    display: flex;
    flex-direction: column;
}

.header__inner.play .count-header {
    display: flex;
    flex-direction: column;
}

.header__inner.play p.tc__adder {
    margin: 0;
}

header.game.play {
    box-shadow: none;
    padding: 0;

}

header.game.play button {
    left: 0;
    top: 20px;
}

.game-page.play {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-controls {
    display: flex;
    width: 210px;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.game-controls button {
    height: 60px;
    width: 100px;
    border-radius: 10px;
}

.tap__container-btn {
    position: absolute;
    bottom: 60px;
    z-index: 5;
}

button.tap-btn {
    box-shadow: none;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 15px solid rgb(179, 17, 179);
    box-shadow: inset -2px 2px 5px rgba(255, 255, 255, 0.5);
    position: relative;
}

button.tap-btn:active {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}

button.tap-btn span {
    font-size: 96px;
    color: rgb(179, 17, 179);
    background: linear-gradient(45deg, #cb33ed 33%, #b006ff 66%, #9500ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: none;
    text-shadow: none;
    -webkit-text-stroke: 3px purple;
    position: relative;
    z-index: 0;
}

button.tap-btn span:after {
    position: absolute;
    content: 'Tap';
    font-size: 96px;
    left: 0;
    top: -7px;
    color: #5b0085;
    z-index: 3;
    -webkit-text-stroke: 0px rgb(164, 164, 164);
}

.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(17, 17, 17);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s;
}

.preloader.hide {
    opacity: 0;
    z-index: -100;
}

.preloader__content h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    animation: text_shadow 3s 1 ease-in;
}

.preloader__content {
    animation: preloader 1s 1 ease-out;
}

.preloader__content h2 {
    opacity: 0.4;
    margin-top: 5px;
    font-weight: 500;
}

.preloader__content img {
    margin-bottom: -20px;
}

@keyframes preloader {
    from {
        opacity: 0;
        transform: scale(0.6);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes text_shadow {
    0% {
        text-shadow: 0 0 0px white;
    }
    33% {
        text-shadow: 0 0 0px white;
    }
    66% {
        text-shadow: 0 0 20px white;
    }
    100% {
        text-shadow: 0 0 0px white;
    }
}

h2.show-on-translate {
    opacity: 0;
    transition: .3s;
    transform: translateY(-10px);
}

h2.show-on-translate.show {
    opacity: 0.4;
    transform: translateY(0);
}

@media (max-width: 360px) {
    img {
        max-width: 100vw;
    }
}

.new-ol li a {
    color: white;
}

.new-selector.lang-selector.open ol.lang-var {
    height: 213px;
}

body.settings {
    justify-content: flex-start;
    gap: 60px;
}

body.settings footer {
    margin-top: auto;
}

.active-var > img {
    width: 30px;
}

li[data-lang] img {
    width: 30px;
}

.count-header p.tc__current {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}

.count-header p.tc__current span {
    line-height: 1;
}

.count-header p.tc__current img {
    margin-bottom: 8px;
    margin-left: 10px;
}


.count-header span.multiplier.default {
    background: gray;
}

* {
    touch-action: manipulation;
}

button.tap-btn span {
    user-select: none;
    -webkit-user-drag: none;
}

.product__title p {
    text-align: left;
}

input,
textarea,
button,
select,
a,
* {
    -webkit-tap-highlight-color: transparent;
}

li.product button img {
    max-width: 41px;
    width: 100%;
}

.product__title h1 {
    text-align: left;
    line-height: 0.9;
}

.product__title p {
    margin-top: 3px;
}

span.tc__price {
    font-size: 16px;
}

li.product button .tc__price img {
    max-width: 28px;
}

ttitem#item_price {
    margin-top: 5px;
}

.product__title {
    max-width: 130px;
}

li.product button {
    height: auto;
}

li.product:last-child {
    margin-bottom: 30px;
}

h1.nf__title {
    font-size: 90px;
    color: rgb(249, 113, 255);
    line-height: 1;
    text-shadow: 0 3px 0 rgb(183, 6, 252);
}

p.nf__subtitle {
    color: rgb(249, 113, 255);
    font-size: 18px;
    text-align: center;
    width: 263px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0;
}

span.ellipse {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 270px;
    box-shadow: 0 0 0 rgb(249, 113, 255);
    height: 270px;
    border-radius: 50%;
    z-index: -1;
}

button.tap-btn.min {
    animation: blur 4s 1 linear;
}

span.ellipse.inactive {
    box-shadow: 0 0 0 rgb(249, 113, 255);
}

@keyframes blur {
    to {
        box-shadow: 0 0 0 rgb(249, 113, 255);
    }
}

b.add_effect {
    position: absolute;
    font-weight: normal;
    font-size: 18px;
    text-shadow: 0 0 8px rgb(249, 113, 255);
    top: 50%;
    animation: top_1 800ms 1 linear;
    z-index: -1;
    transform: translateX(-50%);
}

@keyframes top_1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-300px);
        opacity: 0;
    }
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }


@keyframes quick-move {
    0% {
        transform: translateX(5px);
    }
    20% {
        transform: translateX(-4px);
    }
    40% {
        transform: translateX(3px);
    }
    60% {
        transform: translateX(-2px);
    }
    80% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0px);
    }
}

.count-header p.tc__current.error span {
    color: red;
}

p.tc__current {
    transition: color .3s;
}

p.tc__current.error {
    color: red;
    animation: quick-move 300ms linear 1;
}

p.tc__current span{
    transition: color .3s;
}

li.leader b {
    margin-left: 10px;
    margin-top: 4px;
}

ttcount#leader__score {
    white-space: nowrap;
}

li.leader.itsme {
    position: sticky;
    top: 80px;
    background: black;
    box-shadow: 0 5px 10px black;
}

html:has(body.sticky) , 
body.sticky {
    overflow: unset;
}

button#incrementor_clicker img:first-child{
    display: block;
}

button#incrementor_clicker img:last-child{
    display: none;
}

button#incrementor_clicker:active img:first-child{
    display: none;
}

button#incrementor_clicker:active img:last-child {
    display: block;
}

header.main__header {
    text-align: center;
}

header.main__header img {
    user-select: none;
    -webkit-user-drag: none;
}

header.main__header h1 {
    color: rgb(255, 157, 255);
    
}
h2.main__subtitle {
    font-size: 18px;
}

span.count__tc img {
    margin-bottom: 0;
    width: 28px;
}

li.leader {
    padding-right: 6px;
    width: 95vw;
    max-width: 400px;
}

button.tap-btn img.min {
    animation: sat 4s 1 linear;
}

@keyframes sat {
    to {
        filter: 
        hue-rotate(0deg)
        saturate(1.0);
    }
}

@-webkit-keyframes sat {
    to {
        filter: 
        hue-rotate(0deg)
        saturate(1.0);
    }
}

::-webkit-scrollbar {
    display: none;
}

p.bar-info.lead {
    padding-right: 10px;
}

button#incrementor_clicker img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
    touch-action: manipulation;
    -webkit-touch-callout: none;
}

.count-header span.multiplier.shop {
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 10px;
}

.count-header p.tc__current.shop {
    margin-top: 8px;
    font-size: 28px;
}