@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap");

* {
  color: white;
}

#title {
  font-size: 40px;
  text-shadow: 0px 0px 7px white;
  margin-left: 20px;
}

.stupid-container {
  display: flex;
  position: relative;
}

.annoucements {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  border: 2px solid rgb(180, 180, 180);
  border-radius: 20px;
  padding: 5px;
  padding-right: 30px;
  padding-top: 10px;
  background-color: rgb(28, 28, 34);
  max-width: 800px;
  min-width: 400px;
  filter: blur(7px);
}

.latest {
  width: 100%;
  background-color: rgb(28, 28, 32);
  border: 1px solid rgb(126, 126, 126);
  padding: 7px;
  border-radius: 10px;
}

.title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title h1 {
  margin-bottom: 0;
  margin-top: 0;
}

#bell {
  width: 40px;
}

#idfk {
  font-weight: bold;
}

.latest {
  width: 100%;
  background-color: rgb(34, 34, 42);
  border: 1px solid rgb(126, 126, 126);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 10px;
}

/*
.latest:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  border-color: rgb(200, 200, 200);
  cursor: pointer;
}
*/

.latest h2 {
  margin-bottom: 4px;
  color: rgb(255, 255, 255);
}

.info {
  font-size: 14px;
  color: rgb(180, 180, 180);
  margin-bottom: 5px;
}

#owner-tag {
  background-color: rgb(243, 243, 106);
  padding: 1px 6px;
  border-radius: 6px;
  font-size: 12px;
  color: black;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgb(243, 243, 106);
  text-shadow: none;
}

.inital-desc {
  overflow-wrap: break-word;
}

a {
  color: rgb(119, 160, 248);
  display: flex;
  justify-content: flex-end;
}

#overlay {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 10;
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-shadow: 0px 0px 10px white;
}

#disclaimer {
  margin-left: 50px;
}

main {
  height: 60vh;
}

.user {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-left: 50px;
}

.user img {
  width: 120px;
  border-radius: 7px;
  height: 110px;
  border: 1px solid rgb(122, 122, 122);
  object-fit: cover;
  box-sizing: border-box;
  display: block;
}

.user-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.user-info h1 {
  margin: 0;
  font-size: 32px;
}

#featured {
  margin-left: 50px;
}

#im-out-of-names {
  display: flex;
  align-items: center;
  gap: 10px;
}

#edit-svg {
  width: 20px;
  height: 20px;
  border: none !important;
}

#edit {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  padding: 0;
}

#badge {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  max-width: 70px;
  padding: 5px;
  height: 15px;
}

.tuff {
  background-color: rgb(46, 69, 146);
  box-shadow: 0px 0px 8px rgb(145, 145, 145);
  border-radius: 4px;
  font-weight: bold;
}

.dev {
  background-color: rgb(112, 23, 23);
  box-shadow: 0px 0px 8px rgb(175, 86, 86);
  font-family: "Pixelify Sans", sans-serif;
  border-radius: 4px;
  font-weight: bold;
}

.og {
  background-color: rgb(111, 209, 111);
  border-radius: 4px;
  font-weight: bold;
}

#profilehome {
  cursor: pointer;
}

.dumbass {
  position: relative;
  border: none !important;
  display: inline-block;
}

.upload-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: none !important;
  pointer-events: none;
}

.dumbass:hover .upload-icon {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

#fuck-you {
  width: 40px;
  height: 40px;
  border: none !important;
}

#bio-input {
  background-color: transparent;
  resize: none;
  border: solid 2px rgb(53, 53, 53);
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 12px;
  width: 100%;
  height: 100%;
}

#bio-input:focus {
  outline: none;
}

#bio-input::-webkit-scrollbar {
  display: none;
}

#save-bio {
  background-color: transparent;
  border: solid 2px rgb(53, 53, 53);
  border-radius: 7px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #title {
    font-size: 28px;
    margin-left: 15px;
  }

  .annoucements {
    margin-left: 20px;
    margin-right: 20px;
    min-width: unset;
    max-width: 100%;
    padding-right: 15px;
  }

  #overlay {
    left: 20px;
    right: 20px;
    width: auto;
  }

  #disclaimer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .user {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
  }

  .user img {
    width: 100px;
    height: 90px;
  }

  .user-info h1 {
    font-size: 24px;
  }

  #featured {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  #title {
    font-size: 24px;
    margin-left: 10px;
  }

  .annoucements {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
  }

  .user {
    margin-left: 10px;
    gap: 15px;
  }

  .user img {
    width: 80px;
    height: 75px;
  }

  .user-info h1 {
    font-size: 20px;
  }

  #overlay {
    left: 10px;
    right: 10px;
    font-size: 14px;
  }

  .latest {
    padding: 8px;
  }

  .latest h2 {
    font-size: 18px;
  }
}

#login {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  padding: 0;
}

#log-out {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  padding: 0;
}
