html , body {
    background: #0c0c0c;
    scroll-behavior: smooth;
    text-decoration: none;
}


@font-face {
    font-family: 'Gotham Medium';
    src: url(/static/gothammedium-webfont.woff);
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(/static/gothambold-webfont.woff);
}

body {
    width: 100%;
    margin-top: 0;
    height: 100%;
    margin-left: 0;
    overflow-x: hidden;
    background-image: 

        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}


.glow {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 220, 226, 0.455) 70%);

  filter: blur(35px);
  box-shadow: 0 0 400px rgba(43, 223, 226, 0.8), 
              0 0 800px rgba(0,0,255,0.6),
              0 0 1200px rgba(0, 242, 255, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.menu {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 0;
    position: relative;
    gap: 25px;
}

.profile-card {
    position: relative;
    width: 370px;
    height: 600px;
    background: #2b2b2b6a;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: solid 3px #affaff4a;
    transition: all 0.5s;
    z-index: 100;
}

.blast {
    height: 100px;
}

.githubsrc {
    color: white;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.5s;
}

.githubsrc:hover {
    scale: 1.1;
}

.profile-card:hover {
    scale: 1.075;
    background: #4e4e4e6a;
    border: solid 3px #affaffb7;
}

.profile-card-half {
    position: relative;
    width: 370px;
    height: 300px;
    background: #2b2b2b6a;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: solid 3px #affaff4a;
    transition: all 0.5s;
    z-index: 100;
    overflow: hidden;
}

.profile-card-half:hover {
    scale: 1.075;
    background: #4e4e4e6a;
    border: solid 3px #affaffb7;
}

.fli {
    display: flex;
    height: 600px;
    width: 370px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.matrix-container {
  width: 100%;
  height: 100%;
  background: #0000002f;
  display: flex;
  position: fixed;
}

.matrix-pattern {
  position: relative;
  width: 1000px;
  height: 100%;
  flex-shrink: 0;
}

.matrix-column {
  position: absolute;
  top: -100%;
  width: 20px;
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  animation: fall linear infinite;
  white-space: nowrap;
}


.matrix-column::before {
  content: "アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲンABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 5%,
    #00eaff 10%,
    #00ddff 20%,
    #00cedd 30%,
    #00a8bb 40%,
    #003b99 50%,
    #001477 60%,
    #003755 70%,
    #002133 80%,
    rgba(36, 142, 255, 0.5) 90%,
    transparent 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-lr;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matrix-column:nth-child(1) {
  left: 0px;
  animation-delay: -2.5s;
  animation-duration: 3s;
}
.matrix-column:nth-child(2) {
  left: 25px;
  animation-delay: -3.2s;
  animation-duration: 4s;
}
.matrix-column:nth-child(3) {
  left: 50px;
  animation-delay: -1.8s;
  animation-duration: 2.5s;
}
.matrix-column:nth-child(4) {
  left: 75px;
  animation-delay: -2.9s;
  animation-duration: 3.5s;
}
.matrix-column:nth-child(5) {
  left: 100px;
  animation-delay: -1.5s;
  animation-duration: 3s;
}
.matrix-column:nth-child(6) {
  left: 125px;
  animation-delay: -3.8s;
  animation-duration: 4.5s;
}
.matrix-column:nth-child(7) {
  left: 150px;
  animation-delay: -2.1s;
  animation-duration: 2.8s;
}
.matrix-column:nth-child(8) {
  left: 175px;
  animation-delay: -2.7s;
  animation-duration: 3.2s;
}
.matrix-column:nth-child(9) {
  left: 200px;
  animation-delay: -3.4s;
  animation-duration: 3.8s;
}
.matrix-column:nth-child(10) {
  left: 225px;
  animation-delay: -1.9s;
  animation-duration: 2.7s;
}
.matrix-column:nth-child(11) {
  left: 250px;
  animation-delay: -3.6s;
  animation-duration: 4.2s;
}
.matrix-column:nth-child(12) {
  left: 275px;
  animation-delay: -2.3s;
  animation-duration: 3.1s;
}
.matrix-column:nth-child(13) {
  left: 300px;
  animation-delay: -3.1s;
  animation-duration: 3.6s;
}
.matrix-column:nth-child(14) {
  left: 325px;
  animation-delay: -2.6s;
  animation-duration: 2.9s;
}
.matrix-column:nth-child(15) {
  left: 350px;
  animation-delay: -3.7s;
  animation-duration: 4.1s;
}
.matrix-column:nth-child(16) {
  left: 375px;
  animation-delay: -2.8s;
  animation-duration: 3.3s;
}
.matrix-column:nth-child(17) {
  left: 400px;
  animation-delay: -3.3s;
  animation-duration: 3.7s;
}
.matrix-column:nth-child(18) {
  left: 425px;
  animation-delay: -2.2s;
  animation-duration: 2.6s;
}
.matrix-column:nth-child(19) {
  left: 450px;
  animation-delay: -3.9s;
  animation-duration: 4.3s;
}
.matrix-column:nth-child(20) {
  left: 475px;
  animation-delay: -2.4s;
  animation-duration: 3.4s;
}
.matrix-column:nth-child(21) {
  left: 500px;
  animation-delay: -1.7s;
  animation-duration: 2.4s;
}
.matrix-column:nth-child(22) {
  left: 525px;
  animation-delay: -3.5s;
  animation-duration: 3.9s;
}
.matrix-column:nth-child(23) {
  left: 550px;
  animation-delay: -2s;
  animation-duration: 3s;
}
.matrix-column:nth-child(24) {
  left: 575px;
  animation-delay: -4s;
  animation-duration: 4.4s;
}
.matrix-column:nth-child(25) {
  left: 600px;
  animation-delay: -1.6s;
  animation-duration: 2.3s;
}
.matrix-column:nth-child(26) {
  left: 625px;
  animation-delay: -3s;
  animation-duration: 3.5s;
}
.matrix-column:nth-child(27) {
  left: 650px;
  animation-delay: -3.8s;
  animation-duration: 4s;
}
.matrix-column:nth-child(28) {
  left: 675px;
  animation-delay: -2.5s;
  animation-duration: 2.8s;
}
.matrix-column:nth-child(29) {
  left: 700px;
  animation-delay: -3.2s;
  animation-duration: 3.6s;
}
.matrix-column:nth-child(30) {
  left: 725px;
  animation-delay: -2.7s;
  animation-duration: 3.2s;
}
.matrix-column:nth-child(31) {
  left: 750px;
  animation-delay: -1.8s;
  animation-duration: 2.7s;
}
.matrix-column:nth-child(32) {
  left: 775px;
  animation-delay: -3.6s;
  animation-duration: 4.1s;
}
.matrix-column:nth-child(33) {
  left: 800px;
  animation-delay: -2.1s;
  animation-duration: 3.1s;
}
.matrix-column:nth-child(34) {
  left: 825px;
  animation-delay: -3.4s;
  animation-duration: 3.7s;
}
.matrix-column:nth-child(35) {
  left: 850px;
  animation-delay: -2.8s;
  animation-duration: 2.9s;
}
.matrix-column:nth-child(36) {
  left: 875px;
  animation-delay: -3.7s;
  animation-duration: 4.2s;
}
.matrix-column:nth-child(37) {
  left: 900px;
  animation-delay: -2.3s;
  animation-duration: 3.3s;
}
.matrix-column:nth-child(38) {
  left: 925px;
  animation-delay: -1.9s;
  animation-duration: 2.5s;
}
.matrix-column:nth-child(39) {
  left: 950px;
  animation-delay: -3.5s;
  animation-duration: 3.8s;
}
.matrix-column:nth-child(40) {
  left: 975px;
  animation-delay: -2.6s;
  animation-duration: 3.4s;
}

.matrix-column:nth-child(odd)::before {
  content: "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ123456789";
}

.matrix-column:nth-child(even)::before {
  content: "АБВГДЕЁЖЗХФУТСРПОНМЛКЙИЗЖЁЕДГВБЪЫЬЭЮЯABCDEFGHIJKLMNOPQRSTUVWXYZ";
}

.matrix-column:nth-child(3n)::before {
  content: "ЯЮЭЬЫЪЩШЧЦХФУТСРПЪЩШЧЦХФУТСРПОНМЛКЙИЗЖЁЕДГВБА0987654321";
}

.matrix-column:nth-child(4n)::before {
  content: "ЧЩЖТЫЭЯФХИЗПЮЕЪЬМШУЦЙЛВБНОКГДАСЁРЮЕЪЬМШУЦЙЛВБНОКГДАСЁР";
}

.matrix-column:nth-child(5n)::before {
  content: "ХЦБРЖЫЭЗФЩЮКШОЕГМЯДИЧПАЬЛСТВЙЁЪНУ!@#$%^&*()_+-=[]{}|;:,.<>?";
}

@keyframes fall {
  0% {
    transform: translateY(-10%);
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .matrix-column {
    font-size: 14px;
    line-height: 16px;
    width: 18px;
  }
}

@media (max-width: 480px) {
  .matrix-column {
    font-size: 12px;
    line-height: 14px;
    width: 15px;
  }
}


.profile {
    background: url(/static/profile.png);
    width: 130px;
    height: 130px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    border-radius: 100px;
    z-index: 100;
    transition: all 0.5s;
}

.imgfnt {
  background: url(/static/roblox.png);
  background-position: center;
  background-size: contain;
  width: 30px;
  display: block;
  height: 30px;
  position: absolute;
}


.profile-blur {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    border-radius: 100px;
    filter: blur(30px);
    z-index:  99;
}

.discord-status {
  position: relative;
  font-size: 20px;
  top: -3px;
  display: none;
}

.discord-status.online {
  color: #00ff6a;
  filter: drop-shadow(0px 0px 5px #00a513);
}

.discord-status.dnt {
  color: #ff7272;
  filter: drop-shadow(0px 0px 5px #a50000);
}

.discord-status.idle {
  color: #fff672;
  filter: drop-shadow(0px 0px 5px #a59700);
}


.discord-status.offline {
  color: #5e5e5e;
  filter: drop-shadow(0px 0px 5px #1f1f1f);
}

.profile:hover {
    scale: 1.1;
    left: 33%;
    transform: rotate(14deg);
}

.license {
  color: rgba(255, 255, 255, 0.507);
  font-family: "Gotham Bold";
  font-style: normal;
}

.uname {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Gotham Bold";
    color: white;
    top: 155px;
}

.sl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    top: 290px;
    height: calc(100% - 300px);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow-y: scroll;
}

.spn {
    color: rgba(255, 255, 255, 0.648);
    font-family: "Gotham Bold";
    text-align: center;
    position: absolute;
    display: block;
    top: 215px;
}

.sp2n {
    color: rgba(255, 255, 255, 0.489);
    font-family: "Gotham Bold";
    text-align: left;
    position: absolute;
    top: 50px;
    font-size: 14px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    display: block;

}

a {
    color: rgb(148, 248, 255);
    font-family: "Gotham Bold";
    text-decoration: none;
}

.bth {
    width: 310px;
    height: 55px;
    background: #4c4c4c7e;
    border-radius: 7px;
    border: solid 2px rgba(255, 255, 255, 0.33);
    transition: all 0.5s;
    cursor: pointer;
}

.bth:hover {
    background: #5b5b5b7e;
    border: solid 2px rgba(255, 255, 255, 0.647);
    scale: 1.035;
}

.bth-text {
    color: white;
    font-family: "Gotham Bold";
    position: relative;
    font-size: 22px;
    left: 17px;
    top: 0px;
    user-select: none;
}

.v-name {
    color: rgba(255, 255, 255, 0.303);
    font-family: "Gotham Bold";
    position: relative;
    font-size: 9px;
    right: 5px;
    text-align: right;
    margin-top: -15px;
}

.warp-loader {
  display: none;
  position: fixed;
  width: 160px;
  height: 160px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 250;
}

.warp-loader.enabled {
    display: block;
}

.sk-show {
    color: rgba(255, 255, 255, 0.788);
    font-family: "Gotham Bold";
    font-size: 25px;
    position: absolute;
    top: 1px;
    left: 15px;
}

.lands {
    position: absolute;
    left: 50%;
    top: 65px;
    width: 100%;
    height: calc(100% - 55px);
    transform: translate(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    align-content: space-between;
}

.sk-title {
    color: rgba(255, 255, 255, 0.408);
    font-family: "Gotham Bold";
    position: absolute;
    left: 50px;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
}

.sk-img {
    position: relative;
    top: 50%;
    width: 24px;
    height: 24px;
    display: block;
    left: 10px;
    transform: translateY(-50%);
}

.skill-icon {
    position: relative;
    color: rgba(255, 255, 255, 0.788);
    font-family: "Gotham Bold";
    height: 25px;
    width: 150px;
    font-size: 25px;    
    padding: 10px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: left;
    align-items: center;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s;
}

.skill-icon:hover {
    scale: 1.1;
    background: #5454546f;
    .sk-title {
        color: rgba(255, 255, 255, 0.7);
    }
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(0, 255, 255, 0.15) 30%,
    transparent 70%
  );
  animation: pulse 2.2s ease-out infinite;
  opacity: 0;
  box-shadow:
    0 0 12px #00d1ff66,
    0 0 24px #00d1ff33;
  border: 2px solid rgba(0, 255, 255, 0.2);
}

.ring:nth-child(1) {
  animation-delay: 0s;
}
.ring:nth-child(2) {
  animation-delay: 0.4s;
}
.ring:nth-child(3) {
  animation-delay: 0.8s;
}
.ring:nth-child(4) {
  animation-delay: 1.2s;
}

.enter-frame {
    position: fixed;
    z-index: 350;
    width: 100%;
    height: 100%;
    background: #00000056;
    backdrop-filter: blur(5px);
}

.enter-button {
    color: rgba(255, 255, 255, 0.852);
    font-family: "Gotham Bold";
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 45px;
    user-select: none;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.15;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

.foot {
    position: fixed;
    bottom: 0;
    width: calc(100% - 20px);
    height: 35px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.core-glow {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at center, #00e5ff, #0099cc);
  box-shadow:
    0 0 25px #00e5ff,
    0 0 60px #00e5ff88,
    0 0 100px #00e5ff33;
  animation: corePulse 1.6s ease-in-out infinite;
}

@keyframes corePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

::-webkit-scrollbar {
    width: 1px; 
}

::-webkit-scrollbar-track {
      background: #333;
      border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #00fff7, #00bbbb);
}

::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #00ffea, #007777);
        border-radius: 5px;
  }