a {
  color: rgb(184, 218, 255);
}

body {
  font-family: "Inter", sans-serif;
}

.top2-container {
  background-color: rgb(27, 27, 27);
  margin: 0;
  display: flex;
  flex-direction: column;
}
.rubrik-split-or-steal h2 {
  color: rgb(240, 240, 240);
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin: -20px auto 0 auto;
  margin-bottom: 20px;
  max-width: 700px;
}

.form *,
.form *::before,
.form *::after {
  box-sizing: border-box;
}

.rubrik {
  text-align: center;
}

.policy {
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
  padding: 0px 20px;
  padding-bottom: 20px;
}
.policy h2 {
  margin-top: 50px;
  margin-bottom: 0px;
}
.policy p {
  margin: 5px;
}
.policy h1 {
  text-align: center;
}

main {
  padding: 40px 16px;
}

.username-label {
  margin-bottom: -7px;
  margin-left: 5px;
}

.checkrow {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkrow label {
  font-weight: 400 !important;
  line-height: 1.35;
}

.form-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.form {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;

  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 22px 20px;
}

.form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.form input[type="text"] {
  width: 100%;
  padding: 12px 12px;
  border-radius: 10px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.2);
  color: inherit;

  outline: none;
}

.form input[type="text"]:focus {
  border-color: rgba(184, 218, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(184, 218, 255, 0.15);
}

.form label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  font-weight: normal;
  gap: 10px;
  line-height: 1.35;
  margin-top: 4px;
}

.form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
}

.form button[type="submit"] {
  width: 100%;
  max-width: 240px;

  padding: 12px 16px;
  border-radius: 999px;
  border: none;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;

  cursor: pointer;
  background: rgb(184, 218, 255);
  color: #0b1220;

  transition:
    transform 0.08s ease,
    opacity 0.12s ease;
  margin: 8px auto 0 auto;
}

.form button[type="submit"]:hover {
  background: rgb(174, 206, 240);
}

.form br {
  display: none;
}

.discord-knapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgb(88, 101, 242);
  outline-offset: -2px;
  outline: 2px solid rgb(81, 93, 223);

  color: white !important;
  text-decoration: none !important;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 17px 25px;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}

.discord-knapp:hover {
  background-color: rgb(81, 92, 221);
}

.discord-knapp img {
  height: 26px;
  width: auto;
}

@media (max-width: 480px) {
  main {
    padding: 28px 12px;
  }

  .form {
    padding: 18px 14px;
    border-radius: 14px;
  }
}
