/* /Components/Error.razor.rz.scp.css */
.cntr-error[b-nqiraak2hu] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.img-error[b-nqiraak2hu] {
  width: 15rem;
}

.txt-error[b-nqiraak2hu] {
  margin: 0;
}

@media (min-width: 768px) {
  .img-error[b-nqiraak2hu] {
    width: 20rem;
  }
}

@media (min-width: 1024px) {
  .img-error[b-nqiraak2hu] {
    width: 25rem;
  }
}
/* /Components/FlashMessage.razor.rz.scp.css */
.flash-header[b-46ni778l8b] {
  color: var(--color-white);
  font: bold 1.125rem var(--font-secondary);
}

.flash-icon[b-46ni778l8b] {
  height: 1.75rem;
  margin: auto;
}

.flash-message[b-46ni778l8b] {
  color: var(--color-white);
  font: 0.875rem var(--font-secondary);
}

.icon-container[b-46ni778l8b] {
  border-radius: 50%;
  display: flex;
  height: 3rem;
  width: 3rem;
}
.icon-container.error[b-46ni778l8b] {
  background: linear-gradient(to bottom left, var(--color-theme-flash-message-1), var(--color-theme-flash-message-2));
}
.icon-container.success[b-46ni778l8b] {
  background: linear-gradient(to bottom left, #00a899, var(--color-theme-primary-1));
}

.text-container[b-46ni778l8b] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wrapper[b-46ni778l8b] {
  border-radius: 0.75rem;
  bottom: 2rem;
  display: flex;
  filter: drop-shadow(0 0.25rem 0.25rem var(--color-black-25));
  gap: 0.5rem;
  left: -100%;
  max-width: 26.75rem;
  opacity: 0;
  padding: 0.5rem;
  position: fixed;
  transition: left 0.3s ease-in-out;
  width: calc(100vw - 4rem);
  z-index: 1000;
}
.wrapper.error[b-46ni778l8b] {
  background: linear-gradient(to bottom right, var(--color-theme-flash-message-1), var(--color-theme-flash-message-2));
}
.wrapper.success[b-46ni778l8b] {
  background: linear-gradient(to bottom right, var(--color-theme-secondary-2), var(--color-theme-secondary-1));
}
.wrapper.active[b-46ni778l8b] {
  animation: fadeOut-b-46ni778l8b 5s ease-in-out;
  left: 2rem;
  opacity: 1;
}

@media (min-width: 768px) {
  .flash-header[b-46ni778l8b] {
    font-size: 1.375rem;
  }

  .flash-icon[b-46ni778l8b] {
    height: 2rem;
  }

  .flash-message[b-46ni778l8b] {
    font-size: 1.125rem;
  }

  .icon-container[b-46ni778l8b] {
    height: 4rem;
    width: 4rem;
  }
}

@media (min-width: 1024px) {
  .flash-header[b-46ni778l8b] {
    font-size: 2rem;
  }

  .flash-icon[b-46ni778l8b] {
    height: 2.5rem;
  }

  .flash-message[b-46ni778l8b] {
    font-size: 1.5rem;
  }

  .icon-container[b-46ni778l8b] {
    height: 5rem;
    width: 5rem;
  }

  .wrapper[b-46ni778l8b] {
    max-width: 32rem;
  }
}

@keyframes fadeOut-b-46ni778l8b {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* /Layout/Footer.razor.rz.scp.css */
.cntr-footer[b-q9u05yttn2] {
  background: linear-gradient(var(--color-theme-primary-1), #006d42);
  bottom: 0;
  height: 1rem;
  padding: 0.5rem;
  position: fixed;
  text-align: center;
  width: 100vw;
}

.link-greendream[b-q9u05yttn2] {
  color: var(--color-white);
  font: 400 1rem var(--font-secondary);
  font-size: 0.6rem;
  text-decoration: none;
}

@media (min-width: 768px) {
	.link-greendream[b-q9u05yttn2] {
		font-size: 0.75rem;
	}
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ekbvf4sjmy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ekbvf4sjmy] {
    flex: 1;
}

.sidebar[b-ekbvf4sjmy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ekbvf4sjmy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ekbvf4sjmy]  a, .top-row[b-ekbvf4sjmy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ekbvf4sjmy]  a:hover, .top-row[b-ekbvf4sjmy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ekbvf4sjmy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ekbvf4sjmy] {
        justify-content: space-between;
    }

    .top-row[b-ekbvf4sjmy]  a, .top-row[b-ekbvf4sjmy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ekbvf4sjmy] {
        flex-direction: row;
    }

    .sidebar[b-ekbvf4sjmy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ekbvf4sjmy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ekbvf4sjmy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ekbvf4sjmy], article[b-ekbvf4sjmy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/Navbar.razor.rz.scp.css */
.navbar[b-840yv5vmpr] {
  align-items: center;
  background: linear-gradient(var(--color-theme-primary-1), #006d42);
  display: flex;
  height: 2rem;
  justify-content: space-between;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 2;

  .img-logo {
    height: 1.8125rem;
    width: 5.125rem;
  }

  .nav-links[b-840yv5vmpr] {
    display: flex;
    gap: 1.5rem;

    a, span {
      text-decoration: none;
      color: var(--color-white);
      font: 600 1rem var(--font-secondary);
      font-size: 0.75rem;
    }
  }
}

@media (min-width: 768px) {
  .navbar[b-840yv5vmpr] {
    height: 2.5rem;

    .img-logo {
      height: 2.4167rem;
      width: 6.8333rem;
    }

    .nav-links[b-840yv5vmpr] {
      a, span {
        font-size: 0.9rem;
      }
    }
  }
}
/* /Pages/About.razor.rz.scp.css */
.cntr-about[b-8eozn9r0tg] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 auto 1rem;
  max-width: 50rem;
}

.cntr-main[b-8eozn9r0tg] {
  padding: 1rem;
}

.cntr-social-links[b-8eozn9r0tg] {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  margin: 0 auto;
  width: max-content;
}

.img-avatar[b-8eozn9r0tg] {
  border-radius: 50%;
  height: 15rem;
  margin: 0 auto;
  width: 15rem;
}

.img-social-link[b-8eozn9r0tg] {
  width: calc((100vw - 4rem) / 3);
}

.link-social[b-8eozn9r0tg] {
  text-align: center;
  text-decoration: none;
}

.txt-about[b-8eozn9r0tg] {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .cntr-about[b-8eozn9r0tg] {
    flex-direction: row;
    gap: 1rem;
  }

  .img-avatar[b-8eozn9r0tg] {
    height: 10rem;
    width: 10rem;
  }

  .img-social-link[b-8eozn9r0tg] {
    height: 12rem;
    width: 12rem;
  }

  .txt-about[b-8eozn9r0tg] {
    margin: auto 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .img-social-link[b-8eozn9r0tg] {
    height: 6rem;
    width: 6rem;
  }
}
/* /Pages/Create.razor.rz.scp.css */
input[placeholder="Image"][b-070z7dx36f], input[placeholder="YYYY-MM-DD"][b-070z7dx36f] {
  width: 100%;
}

.btn-logout[b-070z7dx36f] {
  background: linear-gradient(to bottom, var(--color-logout-gradient-top) 5%, var(--color-logout-gradient-bottom) 100%);
  border-radius: 0.25rem;
  color: var(--color-white);
  cursor: pointer;
  display: block;
  font: 400 0.75rem var(--font-secondary);
  padding: 0.25rem;
  position: absolute;
  right: 0;
}

.btn-add-link[b-070z7dx36f], .btn-calendar[b-070z7dx36f], .btn-mobile-preview[b-070z7dx36f] {
  background: var(--color-theme-primary-3);
  border-radius: 50%;
  display: flex;
  height: 1.75rem;
  margin: auto 0;
  padding: 0.25rem;
  width: 1.75rem;
}
.btn-add-link[b-070z7dx36f] {
  margin: 0 0 auto;
}

.btn-close-preview[b-070z7dx36f] {
	background: linear-gradient(to bottom, var(--color-theme-primary-1) 5%, var(--color-theme-primary-2) 100%);
	background-color: var(--color-theme-primary-1);
	border-radius: 50%;
	border: 0.0625rem solid var(--color-theme-primary-1);
	display: inline-block;
	cursor: pointer;
	color: var(--color-white);
  line-height: 1rem;
	padding: 0.5rem;
  position: absolute;
  right: 0.5rem;
	text-decoration: none;
	text-shadow: 0 0.0625rem 0 var(--color-theme-primary-2);
  top: 0.5rem;
}
.btn-close-preview:hover[b-070z7dx36f] {
	background: linear-gradient(to bottom, var(--color-button-preview-top) 5%, var(--color-button-preview-bottom) 100%);
	background-color: var(--color-button-preview-top);
}

.btn-create-post[b-070z7dx36f] {
  width: 100%;
}

.btn-trash-bin[b-070z7dx36f] {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.cntr-create-post-button[b-070z7dx36f] {
  background: var(--color-button-background);
  bottom: 2rem;
  padding: 0.5rem 0;
  position: fixed;
  text-align: center;
  width: calc(100vw - 1rem);
}

.cntr-date[b-070z7dx36f], .cntr-image[b-070z7dx36f] {
  display: flex;
  gap: 0.5rem;
}

.cntr-labels[b-070z7dx36f] {
  display: none;
}

.cntr-link-data[b-070z7dx36f] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: calc(100% - 1.75rem);
}

.cntr-link-list[b-070z7dx36f] {
  background: var(--color-container);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem;
  width: calc(100% - 3.25rem);
}

.cntr-links[b-070z7dx36f] {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  padding: 0 0 4.75rem;
}

.cntr-login[b-070z7dx36f] {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.cntr-main[b-070z7dx36f] {
  display: flex;
  padding: 0.5rem;
}

.cntr-nonmobile-preview[b-070z7dx36f] {
  display: none;
}

.cntr-nonmobile-top-fields[b-070z7dx36f] {
  display: flex;
  gap: 0.5rem;
}

.cntr-preview[b-070z7dx36f] {
  background: var(--color-black-80);
  height: 100vh;
  padding: 6rem 2rem;
  position: absolute;
  top: 0;
  width: calc(100vw - 4rem);
  z-index: 2;
}

.cntr-speech-control[b-070z7dx36f] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 2.25rem;
}

.cntr-title-img-desc[b-070z7dx36f] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.frm-create[b-070z7dx36f] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  position: relative;
  width: calc(100vw - 1rem);
}

.frm-label[b-070z7dx36f] {
  color: var(--color-theme-primary-1);
  display: flex;
  flex-direction: column;
  font: 400 0.75rem var(--font-secondary);
  margin: 0 0 1rem;
}

.img-add-link[b-070z7dx36f] {
  height: 1.75rem;
  width: 1.75rem;
}

.img-calendar[b-070z7dx36f] {
  height: 1.5rem;
  margin: auto;
  padding: 0.125rem;
  width: 1.5rem;
}

.img-close-preview[b-070z7dx36f] {
  height: 2rem;
  transform: rotate(45deg);
  width: 2rem;
}

.img-eye[b-070z7dx36f] {
  height: 1.75rem;
  width: 1.75rem;
}

.img-preview[b-070z7dx36f] {
  width: 100%;
}

.img-speech-bubble[b-070z7dx36f] {
  height: 1.75rem;
  margin: 0 auto;
  width: 1.75rem;
}

.img-stop[b-070z7dx36f] {
  height: 15.625rem;
  margin: 0 auto;
  width: 15.625rem;
}

.img-trash-bin[b-070z7dx36f] {
  height: 1.5rem;
  margin: auto;
  width: 1.25rem;
}

.link-group[b-070z7dx36f] {
  position: relative;
}

.txt-error[b-070z7dx36f] {
  color: var(--color-login-error);
  text-align: center;
}

.txt-warning[b-070z7dx36f] {
  text-align: center;
}

@media (min-width: 768px) {
  textarea[placeholder="Description"][b-070z7dx36f] {
    flex-grow: 1;
  }

  .cntr-nonmobile-preview[b-070z7dx36f] {
    aspect-ratio: 3 / 4;
    background: var(--color-container);
    border-radius: 0.5rem;
    display: flex;
    padding: 0.5rem;
    width: 34%;
  }

  .cntr-title-img-desc[b-070z7dx36f] {
    width: 66%;
  }

  .img-nonmobile-preview[b-070z7dx36f] {
    border-radius: 0.25rem;
    height: calc(100% - 0.125rem);
    margin: auto;
    width: calc(100% - 0.125rem);
  }

  .img-stop[b-070z7dx36f] {
    height: 18.75rem;
    width: 18.75rem;
  }

  .frm-label[b-070z7dx36f] {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  label[for="date"][b-070z7dx36f] {
    align-items: center;
    color: var(--color-theme-primary-1);
    display: flex;
    font: 400 1rem "Orbitron", sans-serif;
    height: 2.25rem;
    justify-content: flex-end;
    width: calc(10% + 0.75rem);
  }

  .btn-trash-bin[b-070z7dx36f] {
    top: 0.25rem;
  }

  .cntr-labels[b-070z7dx36f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 10%;

    label {
      align-items: center;
      color: var(--color-theme-primary-1);
      display: flex;
      font: 400 1rem "Orbitron", sans-serif;
      height: 2.25rem;
      justify-content: flex-end;
    }
    label:last-child[b-070z7dx36f] {
      align-items: normal;
      flex-grow: 1;
    }
  }

  .cntr-link-data[b-070z7dx36f] {
    flex-direction: row;

    input {
      width: 50%;
    }
  }

  .cntr-speech-control[b-070z7dx36f] {
    align-items: flex-end;
    color: var(--color-theme-primary-1);
    display: flex;
    font: 400 1rem "Orbitron", sans-serif;
    width: calc(10% - 0.5rem);
  }
  .cntr-speech-control.with-links[b-070z7dx36f] {
    width: calc(10% + 0.5rem);
  }

  .cntr-title-img-desc[b-070z7dx36f] {
    width: 60%;
  }

  .cntr-nonmobile-preview[b-070z7dx36f] {
    width: 30%;
  }

  .frm-create[b-070z7dx36f] {
    min-width: 63rem;
    max-width: 90rem;
  }
}
/* /Pages/Detail.razor.rz.scp.css */
.cntr-detail[b-odf74j35ak] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.cntr-links[b-odf74j35ak] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.img-post[b-odf74j35ak] {
  height: auto;
  margin: 0 auto;
  max-height: calc(100vh - 18.5rem);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.link-list[b-odf74j35ak] {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
  list-style: none;
  margin: 0 auto;
  padding: 0;

  li img {
    border-radius: 0.5rem;
    cursor: pointer;
    height: 4rem;
    width: 4rem;
  }
}

.txt-join[b-odf74j35ak] {
  color: var(--color-theme-primary-1);
  font: 600 1.25rem var(--font-primary);
  margin: 0 auto;
  text-align: center;
}

.txt-title[b-odf74j35ak] {
  color: var(--color-theme-primary-1);
  font: 600 0.75rem var(--font-secondary);
  font-size: 1.25rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .link-list[b-odf74j35ak] {
    width: 30%;
  }
}
/* /Pages/Home.razor.rz.scp.css */
.archive-grid[b-n3l0z4jr3y] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto 1.75rem;
  padding: 1rem;
}

.archive-grid li[b-n3l0z4jr3y] {
  display: flex;
  flex: 1 1 calc(100% / 1 - 1rem); /* default to 1 per row */
  justify-content: center;

  img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}

.cntr-image[b-n3l0z4jr3y] {
  aspect-ratio: 3 / 4;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}
.cntr-image img[b-n3l0z4jr3y] {
  display: block;
  height: auto;
  width: 100%;
}

.overlay[b-n3l0z4jr3y] {
  align-items: flex-end; /* Text at bottom */
  background: var(--color-black-50);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.overlay-text[b-n3l0z4jr3y] {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 0.9rem;
}
.overlay-text .date[b-n3l0z4jr3y] {
  font-weight: bold;
}

.link-post[b-n3l0z4jr3y] {
  width: 100%;
}
.link-post:hover .overlay[b-n3l0z4jr3y] {
  opacity: 1;
}

@media (min-width: 480px) {
  .archive-grid li[b-n3l0z4jr3y] {
    flex: 1 1 calc(50% - 1rem); /* 2 per row */
  }
}

@media (min-width: 768px) {
  .archive-grid li[b-n3l0z4jr3y] {
    flex: 1 1 calc(25% - 1rem); /* 4 per row */
  }
}

@media (min-width: 1280px) {
  .archive-grid li[b-n3l0z4jr3y] {
    flex: 1 1 calc(12.5% - 1rem); /* 8 per row */
  }
}
/* /Pages/NotFound.razor.rz.scp.css */
.code[b-27em7ddaxh] {
  animation: blur-b-27em7ddaxh 1s linear infinite;
  color: var(--color-404-error);
  font: bold 32px var(--font-secondary);
}
.code.warning[b-27em7ddaxh] {
  color: var(--color-404-warning);
}
.code.almost[b-27em7ddaxh] {
  color: var(--color-404-almost);
}
.code.ready[b-27em7ddaxh] {
  color: var(--color-404-ready);
}

.scene[b-27em7ddaxh]{
  display: inline-block;
  perspective: 5px;
  perspective-origin: 50% 50%;
  position: relative;
  vertical-align: middle;
}

.text[b-27em7ddaxh] {
  color: var(--color-white);
  font: 24px var(--font-primary);
  width: 180px;
}

.text-container[b-27em7ddaxh] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: left 0.5s, transform 0.5s ease-in-out;
}
.text-container.ready[b-27em7ddaxh] {
  left: 50%;
  transform: translate(-50%, -50%);
}

.wall[b-27em7ddaxh]{
  background: url('/assets/images/green-nebula.webp');
  background-size: cover;
}

.wall[b-27em7ddaxh] {
  animation-delay: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.wall.animate[b-27em7ddaxh] {
  animation: fade-b-27em7ddaxh 5s 5s linear;
}

.wall-back[b-27em7ddaxh] {
  transform: rotateX(180deg) translateZ(500px);
}

.wall-bottom[b-27em7ddaxh] {
  transform: rotateX(-90deg) translateZ(500px);
}

.wall-left[b-27em7ddaxh] {
  transform: rotateY(-90deg) translateZ(500px);
}

.wall-right[b-27em7ddaxh] {
  transform: rotateY(90deg) translateZ(500px);
}

.wall-top[b-27em7ddaxh] {
  transform: rotateX(90deg) translateZ(500px);
}

.wrap[b-27em7ddaxh]{
  animation-fill-mode: forwards; 
  height: 1000px;
  left: -500px;
  position: absolute;
  top: -500px;
  transform-style: preserve-3d;
  width: 1000px;
}
.wrap.animate[b-27em7ddaxh] {
  animation: move-b-27em7ddaxh 5s 5s linear;
}
.wrap:nth-child(2)[b-27em7ddaxh]{
  animation-delay: 3s;
}
.wrap:nth-child(2) .wall[b-27em7ddaxh] {
  animation-delay: 3s;
}

.wrapper[b-27em7ddaxh] {
  background: var(--color-black);
  height: 100vh;
  overflow: hidden;
  text-align: center;
  width: 100vw;
}
.wrapper.white[b-27em7ddaxh] {
  background: var(--color-white);
}
.wrapper[b-27em7ddaxh]:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

@keyframes blur-b-27em7ddaxh {
  0% {
    filter: drop-shadow(0 0 6px);
  }
  50% {
    filter: drop-shadow(0 0 0);
  }
  100% {
    filter: drop-shadow(0 0 6px);
  }
}

@keyframes move-b-27em7ddaxh {
  0% {
    transform: translateZ(-500px) rotate(0deg);
  }
  100% {
    transform: translateZ(500px) rotate(0deg);
  }
}

@keyframes fade-b-27em7ddaxh {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .code[b-27em7ddaxh] {
    font-size: 40px;
  }

  .text[b-27em7ddaxh] {
    font-size: 32px;
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .code[b-27em7ddaxh] {
    font-size: 48px;
  }

  .text[b-27em7ddaxh] {
    font-size: 40px;
    width: 300px;
  }
}
