@font-face {
  font-family: "RubikBlack";
  src: url("../fonts/Rubik/RubikBlack/RubikBlack.eot");
  src: url("../fonts/Rubik/RubikBlack/RubikBlack.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikBlack/RubikBlack.woff") format("woff"),
  url("../fonts/Rubik/RubikBlack/RubikBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikBold";
  src: url("../fonts/Rubik/RubikBold/RubikBold.eot");
  src: url("../fonts/Rubik/RubikBold/RubikBold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikBold/RubikBold.woff") format("woff"),
  url("../fonts/Rubik/RubikBold/RubikBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikMedium";
  src: url("../fonts/Rubik/RubikMedium/RubikMedium.eot");
  src: url("../fonts/Rubik/RubikMedium/RubikMedium.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikMedium/RubikMedium.woff") format("woff"),
  url("../fonts/Rubik/RubikMedium/RubikMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikRegular";
  src: url("../fonts/Rubik/RubikRegular/RubikRegular.eot");
  src: url("../fonts/Rubik/RubikRegular/RubikRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikRegular/RubikRegular.woff") format("woff"),
  url("../fonts/Rubik/RubikRegular/RubikRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RubikLight";
  src: url("../fonts/Rubik/RubikLight/RubikLight.eot");
  src: url("../fonts/Rubik/RubikLight/RubikLight.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Rubik/RubikLight/RubikLight.woff") format("woff"),
  url("../fonts/Rubik/RubikLight/RubikLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
    


* {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
    display: none;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

html, body {
  width: 100%;
  height: 100%;
  background: #0F0F0F;
  padding: 0;
  margin: 0;
  --cblack: #2d2a31;
  overflow: hidden;
}

*{-webkit-tap-highlight-color: transparent;}

body:not([data-page="init_page"]) .msc_header{
    padding-top: 3rem;
}

body:not([data-page="init_page"]) .msc_header > #logo_app{
    width: 25%;
    height: auto;
}

.main_screen {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100;
}
.msc_screen_blur{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    z-index: 60;
    background: rgba(15, 15, 15, 0);
    pointer-events: none;
    transition: background 0.3s ease-in-out;
}
.msc_screen_blur.active{
    background: rgba(15, 15, 15, 0.750);
    pointer-events: all;
}

.msc_header{
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    transition: padding-top 0.3s ease-in-out;
    z-index: 55;
}
#logo_app{
    transition: width 0.3s ease-in-out;
}
.msc_body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 55;
}

[class^="mscb_"] {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  display: none;
}

[class^="mscb_"].active {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}

.msc_footer {
  position: fixed;
  bottom: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4vh;
  width: 100%;
  z-index: 65;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
  background: linear-gradient(0deg,#0f0f0f 10%, #0f0f0f00 100%);
}


.mscf_navigation{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.mscf_navigation.active .b1 { transform: translate(-220%, 0%); opacity: 1; pointer-events: all; }
.mscf_navigation.active .b2 { transform: translate(-140%, -122.5%); opacity: 1; pointer-events: all; }
.mscf_navigation.active .b3 { transform: translate(0%, -170%);  opacity: 1; pointer-events: all; }
.mscf_navigation.active .b4 { transform: translate(140%, -122.5%); opacity: 1; pointer-events: all; }
.mscf_navigation.active .b5 { transform: translate(220%, 0%); opacity: 1; pointer-events: all; display: none; }
.mscf_navigation.active .b6 { transform: translate(220%, 0%); opacity: 1; pointer-events: all; display: none; }

.mscf_navigation.active .mscf_navbutton_main i.fa-bars-staggered { display: none; }
.mscf_navigation.active .mscf_navbutton_main i.fa-xmark { display: block; }
.mscf_navbutton_main i.fa-xmark { display: none; font-size: 1.5rem; }

.mscf_nav_button{
    position: absolute;
    font-size: 2rem;
    width: 14vw;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transform: translate(0%, 0%);
    opacity: 0;
    pointer-events: none;
    align-items: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 40;
    color: #c0c0c0;
    background: linear-gradient(90deg,rgba(117, 117, 117, 0.295) 0%, rgba(17, 17, 17, 0.164) 100%);
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.103);
    box-shadow:
        0 4px 12px rgb(0 0 0 / 0.45),
        0 0 20px rgb(255 255 255 / 0.03);
}
.mscf_nav_button.nav_exit{
    background: linear-gradient(90deg, rgba(211, 87, 87, 0.39) 0%, rgba(211, 87, 87, 0.096) 100%);;
    color: #D9D9D9;
    
}
.mscf_nav_button.nav_start{
    background: linear-gradient(90deg, rgba(87, 211, 105, 0.342) 0%, rgba(45, 110, 55, 0.096) 100%);
    color: #D9D9D9;
    
}
.mscf_navbutton_main{
    font-size: 1.375rem;
    background: rgba(87, 87, 87, 0.164);
    /* background: rgba(87, 87, 87, 0.164); */
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.055);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.466),
        0 0 20px rgba(255, 255, 255, 0.151);
    width: 3.2rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 45;
}

.mscbdp_box{
    border-radius: 1rem;
    background: linear-gradient(90deg,rgba(87, 87, 87, 0.164) 0%, rgba(34, 34, 34, 0.164) 100%);
    /* background: rgba(87, 87, 87, 0.164); */
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.055);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.466),
        0 0 20px rgba(255, 255, 255, 0.027);
}

@keyframes plateFlash {
  0% {
    transform: scale(1);
    filter: none;
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    filter: brightness(2.5) drop-shadow(0 0 25px #fff7c2) url(#warmGlow);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    filter: none;
    opacity: 1;
  }
  75% {
    transform: scale(1.1);
    filter: brightness(2.5) drop-shadow(0 0 25px #fff7c2) url(#warmGlow);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: none;
    opacity: 1;
  }
}
.plate-flash {
  animation: plateFlash 1s ease forwards;
}
/* utility */
.hidden{opacity:0;}

.preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  backdrop-filter: blur(0px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: background .2s ease-in-out, backdrop-filter .2s ease-in-out;
}

#svg1 {
  width: 60vw;
  opacity: 0;
  height: auto;display:block; transform-box: fill-box; transform-origin: center;
}
#svg1 * { transform-box: fill-box; transform-origin: center; }

#startLoader, #stopLoader{
  position: absolute;
  transform: translateY(-150%);
}

.offline {
  position: fixed;
  inset: 0;
  background: #0f0f0f65;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.offline.hidden {
  display: none;
}

.offline_content {
  width: 100%;
  display: flex; flex-direction: column; align-items: center;
  padding: 16px;
}

.offline_icon {
  font-size: 20vw;
  margin-bottom: 7vh;
  color: #817373;
}

.offline h2 {
  margin: 0;
  font-size: 1.2rem;
  font-family: "RubikMedium";
  font-weight: 100;
  line-height: 1;
  color: #d8d8d8;
  margin-bottom: 2vh;
}

.offline p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.75;
  line-height: 1;
  color: #949494;
  font-family: "RubikLight";
}

.offline #offline_retry {
  margin-top: 4vh;
  color: #c4c4c4;
  font-size: .9rem;
  font-family: "RubikLight";
  padding: .6rem 1rem;
  width: 50%;
  text-align: center;
  border-radius: 1rem;
    background: linear-gradient(90deg,rgba(116, 55, 55, 0.164) 0%, rgba(34, 34, 34, 0.164) 100%);
    /* background: rgba(87, 87, 87, 0.164); */
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.055);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.466),
        0 0 20px rgba(255, 255, 255, 0.027);
}