@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BBH+Bartle&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --bg: #0b0c0e;
  --fg: #e6e6e6;
  --muted: #b3b3b3;
  --accent: #38b6ff;
}
*::-webkit-scrollbar {
  display: none;
}
*, *::before, *::after {
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html, body {
  margin: 0;
  background-color: var(--bg);
  color: var(--fg);
  line-height: 1.2;
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  z-index: 10000;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.loading-screen.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading-content {
  text-align: center;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(56, 182, 255, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin: 0 auto 16px auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.screen-warning {
  display: none;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  z-index: 9999;
  background: #000000;
  color: #ff6b6b;
  font-size: 11px;
  overflow-y: auto;
  padding: 20px 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-y: auto;
}
.warning-content {
  line-height: 1.4;
  max-width: 95%;
}
.warning-title {
  color: #ff6b6b;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.warning-text {
  color: #f0f0f0;
  margin: 0.2rem 0;
  font-size: 11px;
}
.warning-command {
  color: #50fa7b;
  font-weight: bold;
}
@media (max-width: 299px) and (min-width: 235px) {
  .screen-warning {
    display: flex;
  }
}

.container {
  max-width: 800px;
  padding: 64px 32px 96px 32px;
  margin: 0 auto;
}
.content {
  margin: 50px 0px 75px 0px;
}
.org-name {
  color: var(--accent);
  font-weight: 900;
}
h1 {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-size: 36px;
  margin-bottom: 8px;
  font-weight: 500;
}
h2 {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
  color: var(--muted);
}
p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.4;
  text-align: justify;
}
.quote {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 299px) {
  .container {
    display: none;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 14px;
  }
  p {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .quote {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}

.links {
  margin: 24px 0px 48px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1;
}
.links a {
  color: #00ff66;
  text-decoration: none;
  padding: 25px 16px 25px 16px;
  display: inline-flex;
  align-items: center;
}
.link-items {
  display: flex;
  align-items: center;
}
.link-items:not(:last-child)::after {
  content: "·";
  color: rgba(255, 255, 255, 0.35);
  margin: 0 14px;
  font-weight: 400;
}
.links a:hover {
  text-decoration: none;
  color: #66ff99;
}
@media (max-width: 380px) {
  .links {
    flex-direction: column;
    gap: 0;
  }
  .links a {
    padding: 14px 0;
  }
  .link-items {
    letter-spacing: 0.5px;
  }
  .link-items:not(:last-child)::after {
    content: "";
    margin: 0px;
  }
  .link-items:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    justify-content: center;
  }
}

.copyright {
  font-family: monospace;
  font-size: 14px;
  margin-bottom: 20px;
  color: var(--muted);
  letter-spacing: 0.5px;
  font-weight: 500;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 600px) and (min-width: 430px) {
  .copyright {
    font-size: 11px;
    gap: 6px;
  }
}
@media (max-width: 429px) {
  .copyright {
    font-size: 10px;
    flex-direction: column;
    gap: 3px;
  }
}
@media (max-width: 299px) {
  footer {
    display: none;
  }
}
