/* Main site shell — home / contact / privacy / EULA (photo background + layout) */
/* --- page shell (home / contact / privacy) --- */
body {
  font-family: "Source Sans Pro", "SanFranciscoText-Regular", -apple-system, BlinkMacSystemFont, "Verdana";
  font-size: 1.5em;
  font-weight: 100;
  color: rgba(255,255,255,0.85);
  margin: 0;
  padding: 0;
}
body > .content {
  z-index: 10;
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 1.0);
  background-image: url('../images/background.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: scroll;
}
body > .content .container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 800px;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
body > .content .header {
  padding: 2em 0 3em 0;
}
body > .content .header img {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
}
a {
  text-decoration: none;
}
body > .content p,
body > .content ul,
body > .content a {
  line-height: 2.4rem;
}
body > .content h1,
body > .content h2,
body > .content h3 {
  font-family: "SanFranciscoText-Regular", -apple-system, BlinkMacSystemFont, 'Helvetica Neue';
  font-weight: 300;
  color: white;
  margin: 0;
}
body > .content h1 {
  font-size: 72px;
  font-weight: 50;
}
body > .content h3 {
  font-size: 32px;
}
body > .content .section_nav {
  position: sticky;
  z-index: 100;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
body > .content .section_nav a, input[type=Submit] {
  padding: 12px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 26px;
  font-weight: 200;
}
body > .content .section_nav a:hover,
input[type=Submit]:hover,
body > .content .section_nav a.active {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.5px solid rgba(255, 255, 255, 0.35);
}
body > .content .grid {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}
body > .content .grid .section {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  margin-top: 0px;
}
body > .content .grid .section .appContainer {
  padding: 20px;
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 0 0 transparent;
  transform: translateY(0);
  transition:
    background-color 0.3s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body > .content .grid .section .appContainer img {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body > .content .grid .section .appContainer:hover {
  background-color: rgba(255,255,255,0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 18px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(-8px);
}
body > .content .grid .section .appContainer:hover img {
  transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
  body > .content .grid .section .appContainer,
  body > .content .grid .section .appContainer img {
    transition: none;
  }
  body > .content .grid .section .appContainer:hover {
    transform: none;
  }
  body > .content .grid .section .appContainer:hover img {
    transform: none;
  }
}
body > .content .grid .section h1 {
  font-size: 56px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  background-color: white;
}
body > .content .grid .section h1.peach {
  background-image: linear-gradient(to right, rgb(255, 80, 248), rgb(238, 192, 43));
}
body > .content .grid .section h1.green {
  background-image: linear-gradient(to right, #6BC470, #9DD846);
}
body > .content .grid .section h1.blue {
  background-image: linear-gradient(to right, #56cfff, #4FC4FF);
}
body > .content .grid .section h1.blueDark {
  background-image: linear-gradient(to right, #56a8ff, #4f9eff);
}
body > .content .grid .section h1.purple {
  background-image: linear-gradient(to right, #BF44FF, #E56EF7);
}
body > .content .grid .section h1.orange {
  background-image: linear-gradient(360deg, #ff7a00, rgb(228, 176, 8) 48.74%, #d3ff0a);
}
body > .content h1.app,
body > .content .grid .section h1.app {
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 1px black;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  font-weight: unset;
  background-color: unset;
  font-size: 40px;
}
.tokensContainer {
  background-color: rgba(0,0,0,0.5);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  padding: 40px 20px;
  border-radius: 20px;
}
body > .content .grid .section .tokensContainer .tokens {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  font-size: 20px;
}
body > .content .grid .section .tokens svg {
  width: 100px;
  margin-bottom: 10px;
}
body > .content .grid .section .tokens h2 {
  color: rgba(255,255,255,0.8);
}
.site-footer {
  color: rgba(255, 255, 255, 0.8);
}
