@keyframes animation-slide-out-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes animation-slide-out-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes animation-slide-out-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes animation-slide-out-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes animation-slide-in-up {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animation-slide-in-down {
  0% {
    transform: translate(0, -24%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes animation-slide-in-left {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animation-slide-in-right {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@font-face {
  font-family: "Segoe UI";
  font-display: swap;
  src: url("assets/segoeui.ttf") format("truetype");
}
.icons-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-grid .icon {
  color: #70b5ff;
  text-shadow: 0 0 8px rgba(74, 144, 226, 0.6);
}

body {
  background: url("https://i.ibb.co/C3bLPnfk/image-2026-06-22-201826601.png") center/cover fixed;
  font-family: "Segoe UI", sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-weight: normal;
}

p, span, h1, h2, h3, h4, h5, h6, pre, li, small {
  color: #e2e8f0;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

b, strong, a, .hl {
  color: #70b5ff;
}

a {
  -webkit-text-decoration: underline wavy 0.5px;
          text-decoration: underline wavy 0.5px;
}

.container {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.sidebar {
  background: linear-gradient(to bottom, rgba(13, 18, 28, 0.88), rgba(8, 11, 18, 0.94) 95%);
  border-right: 1px solid #2d3748;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 15px;
  grid-column: 1;
  grid-row: 1/span 3;
  width: 220px;
  height: 100%;
  min-height: 450px;
  padding: 20px 12px;
  box-sizing: border-box;
  overflow-y: auto;
}
.sidebar .nav-group {
  background: linear-gradient(to bottom, rgba(50, 65, 90, 0.2), rgba(20, 28, 42, 0.15));
  border: 1px solid rgba(200, 220, 255, 0.15);
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  outline: rgba(15, 23, 42, 0.4) solid 1px;
  display: flex;
  flex-direction: column;
  padding: 4px 2px;
  margin-bottom: 15px;
}
.sidebar .nav-title {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(160, 180, 200, 0.4) 5%, rgba(36, 46, 66, 0.8) 50%, rgba(14, 20, 32, 0.9) 50%);
  border: 1px solid #070b12;
  border-radius: 3px;
  color: #e2e8f0;
  font-size: 11px;
  letter-spacing: 1px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 2px 6px 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
}
.sidebar .nav-item {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto 4px auto;
  padding: 6px 8px;
  border: 1px solid #0d131e;
  border-radius: 5px;
  color: #cbd5e1;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(70, 85, 105, 0.15) 20%, rgba(40, 50, 70, 0.2) 60%, rgba(0, 0, 0, 0.4) 60%, rgba(20, 28, 40, 0.4) 100%);
  box-sizing: border-box;
  transition: transform 0.1s ease-in-out, background 0.1s ease;
}
.sidebar .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  height: 40%;
  width: 90%;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  pointer-events: none;
}
.sidebar .nav-item:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(90, 115, 145, 0.25) 20%, rgba(50, 68, 98, 0.3) 50%, rgba(15, 26, 46, 0.4) 50%, rgba(74, 144, 226, 0.25) 100%);
  color: #fff;
  transform: scale(1.02);
  border-color: rgba(74, 144, 226, 0.4);
}
.sidebar .nav-item.active {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(100, 140, 200, 0.3) 20%, rgba(30, 65, 115, 0.4) 40%, rgba(18, 54, 109, 0.5) 40%, rgba(74, 144, 226, 0.8) 100%) !important;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8), 0 0 6px rgba(112, 181, 255, 0.6);
  transform: scale(1.02);
  font-weight: bold;
  border-color: #70b5ff;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
}
.sidebar .nav-item span, .sidebar .nav-item .nav-icon {
  z-index: 1;
}
.sidebar .nav-item .nav-icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .nav-promo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.sidebar .nav-promo-stack img {
  width: 88px;
  height: 31px;
  transition: filter 0.2s;
}
.sidebar .nav-promo-stack img:hover {
  filter: brightness(115%) drop-shadow(0 0 4px rgba(74, 144, 226, 0.4));
}

.card {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: animation-slide-in-down;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: ease;
  -moz-animation-delay: 0;
  -moz-animation-duration: 1s;
  -moz-animation-name: animation-slide-in-down;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: ease;
  animation-delay: 0;
  animation-duration: 1s;
  animation-name: animation-slide-in-down;
  animation-fill-mode: forwards;
  animation-direction: ease;
  background: linear-gradient(180deg, rgba(22, 32, 48, 0.6) 0%, rgba(14, 20, 32, 0.75) 48%, rgba(6, 10, 18, 0.9) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 24px;
  border: 1px solid rgba(140, 180, 220, 0.2);
  border-top-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 50%, transparent 50%);
  border-radius: 24px 24px 0 0;
  pointer-events: none;
  z-index: 0;
}
.card {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  max-width: 960px;
  margin: 2rem auto;
  overflow: hidden;
  border-bottom-color: rgba(4, 7, 12, 0.8);
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.65), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
}
.card .logo, .card #content, .card small {
  grid-column: 2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
.card .logo {
  grid-row: 1;
  display: block;
  margin: 2rem auto 1rem auto;
}
.card #content {
  grid-row: 2;
  padding-bottom: 2rem;
}
.card small {
  grid-row: 3;
  text-align: center;
  margin-top: auto;
  padding-bottom: 1.5rem;
  color: #8ba2bd;
}

.glass-borders {
  background: linear-gradient(to bottom, rgba(30, 45, 70, 0.25), rgba(15, 22, 35, 0.15));
  border-radius: 6px;
  border: 1px solid rgba(160, 195, 255, 0.35);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), inset -1px -1px 0px rgba(255, 255, 255, 0.1);
  outline: rgba(15, 25, 45, 0.6) solid 1px;
  padding: 6px;
  margin: 12px auto;
}

.aero-borders {
  border: 1px solid #4a5d78;
}

.styled-containers {
  background: rgba(11, 16, 26, 0.8);
  border: 1px solid #2d3748;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.styled-containers span {
  font-size: 14px;
}
.styled-containers.spaced {
  padding: 0px 12px 12px 12px;
}
.styled-containers.spaced h2, .styled-containers.spaced h3 {
  margin-top: 12px;
}
.styled-containers.spaced p {
  margin: 6px 4px 0px 4px;
}
.styled-containers.with-header {
  border-top: none;
  padding: 0;
  overflow: hidden;
}
.styled-containers.with-header .container-header {
  background: linear-gradient(to bottom, rgba(40, 60, 95, 0.85) 0%, rgba(18, 28, 48, 0.9) 100%);
  border-bottom: 1px solid #2d3748;
  padding: 6px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.styled-containers.with-header .container-header h2, .styled-containers.with-header .container-header h3 {
  margin: 0;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
}
.styled-containers.with-header .container-body {
  padding: 12px;
}
.styled-containers.with-header .container-body p {
  margin: 4px 0;
}
.styled-containers .styled-containers-layer-2 {
  background: rgba(20, 30, 50, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 10px;
  margin-top: 8px;
}

.section-banners {
  background: rgba(14, 22, 35, 0.85);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px;
  border: 1px solid #2d3748;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
}
.section-banners img {
  display: block;
  border-bottom: 1px solid #000;
  width: 100%;
}

.icons-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 12px;
  padding: 2px;
  margin: 0 auto 12px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.icons-grid div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(74, 144, 226, 0.2) 50%, rgba(12, 24, 48, 0.6) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  border: 1px solid rgba(140, 180, 220, 0.2);
  border-top-color: rgba(255, 255, 255, 0.3);
  width: 32px;
  height: 32px;
  padding: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.icons-grid div:hover {
  filter: brightness(1.25);
  transform: scale(1.05);
  border-color: rgba(112, 181, 255, 0.5);
}
.icons-grid div a {
  display: flex;
}/*# sourceMappingURL=style.css.map */

.gallery {
  width: 650px;
  height: 210px;
  overflow: auto;
}

.gallery::-webkit-scrollbar {
  display: none;
}

.yellowText {
  color: #ffd35c !important;
  font-weight: bold;
}

.redText {
  color: #d30000 !important;
  font-weight: bold;
}

.greenText {
  color: #77cc82 !important;
  font-weight: bold;
}