@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
  overflow: hidden;
}


* {
  cursor: url('svgviewer-output\ \(2\).svg'), auto;
  box-sizing: border-box;
  margin: 0;
  color: #000000;
  padding: 0;
}

.atropos-card .atropos-inner {
  position: relative;
  height: 100%;
}


.logo {
  width: 250px;
  height: 250px;
  margin-top: -120px;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, #828282 0%, rgba(255,255,255,1) 100%);
}

.content {
  position: relative;
  padding: 3rem;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 2rem;
  text-align: center;
  perspective: 1000px;
}

.atropos-card {
  width: 450px;
  height: 600px;
  display: block;
}

.atropos-card .atropos-inner {
  backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 26px;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s;
}

.atropos-card:hover .atropos-inner {
  box-shadow: 35px 35px 68px 0px rgba(134, 134, 134, 0.5);
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.card-avatar {
  width: 100px;
  height: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%) translateY(-64px);
}

.card-avatar img {
  border-radius: 9999px;
  height: 100%;
  width: 100%;
  z-index: 2;
}

@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.card-avatar::before,
.card-avatar::after {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  border-radius: 5em;
}

.card-avatar::after {
  animation-delay: 1s;
}

.card-avatar:hover::before,
.card-avatar:hover::after {
  animation: pulse 1s linear infinite;
}

.card-avatar:hover::after {
  animation-delay: .5s;
}

.card-ascii-img {
  margin-top: 25px;
  width: 400px;
  height: 170px;
  border-radius: 1.5rem;
}

.card-title {
  position: absolute;
  top: 255px;
  font-family: 'Unbounded', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transform: translateY(-10px) translateX(-50%);
  left: 50%;
}

.card-title p {
  font-family: Inter;
  font-size: 30px;
  font-weight: bold;
  background: #7C7C7C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
}

.description {
  margin-top: 100px;
  font-size: 15px;
  font-family: "Inter", "Apple Color Emoji";
  font-weight: 600;
  background: #7C7C7C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
}

.description2 {
  margin-top: 5px;
  font-size: 15px;
  font-family: Inter;
  font-weight: 600;
  background: linear-gradient(to top left, #FFFFFF 0%, #7C7C7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
}

.discord {
  background-color: rgb(248, 248, 248);
  outline: 1px solid #ffffff;
  border-radius: 10px;
  width: 350px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateY(-10px) translateX(-50%);
  text-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 50px; /* Zmienione z top na bottom */
  transform: translateX(-50%);
  z-index: 10;
}

.discord-avatar {
  outline: 1px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 74px;
  left: 10%;
  transform: translateX(-50%) translateY(-64px);
}

.discord-nick {
  position: absolute;
  font-family: 'Unbounded', sans-serif;
  color: #7C7C7C;
  font-size: 17px;
  font-weight: 400;
  font-variation-settings: normal;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-10px) translateX(-50%);
  top: 50%;
  left: 31%;
}

.profile {
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  color: #828282;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  border-radius: 10px;
  width: 70px;
  height: 25px;
  position: absolute;
  left: 85%;
  top: 33px;
  transform: translateY(-10px) translateX(-50%);
  text-align: 50%;
  justify-content: center;
  align-items: center; 
  display: flex;  
  line-height: 22px;
  box-shadow: 0px 0px 4px #00000027;
  height: 25px;
  display: flex;
  align-items: -1; /* Centruje tekst w pionie */
  justify-content: center; /* Centruje tekst w poziomie */
}

.profile:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons {
  display: flex;
  position: static;
  bottom: 40px;
  margin-top: 20px;
  left: 50%;
  transform: none;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  border-radius: 5em;
}


.social-button img {
  /* ... Twoje obecne style ... */
  position: relative; /* Może być potrzebne dla 'top' */
}


.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: all 0.3s ease;
  box-sizing: border-box; /* <--- KLUCZOWE */
  vertical-align: middle;
  overflow: hidden; /* Na wypadek zniekształceń */
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-button img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
  pointer-events: none; /* Na wypadek podświetlenia */
}

.description, .description2 {
  line-height: 1.2;
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, #FFFFFF 0%, #7C7C7C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: opacity 0.5s;
}

#overlay-text {
  color: white;
  font-family: Inter;
  font-size: 2em;
  animation: textGlow 2s infinite alternate;
  position: relative;
  padding-bottom: 6px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

#overlay-text::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(
    90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.8) 20%, 
    white 50%, 
    rgba(255, 255, 255, 0.8) 80%, 
    transparent 100%
  );
  transform: translateX(-50%);
  transition: width 0.5s ease-out;
}

#overlay-text:hover::after {
  width: 100%;
}

@keyframes shine {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

#overlay-text:hover {
  animation: shine 1.5s;
}