/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@16.0.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@16.0.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&display=swap");

:root {
  --line: rgba(153, 186, 255, 0.32);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: #f6f9ff;
  font-family: "JetBrains Mono", "IBM Plex Mono", "Consolas", monospace;
  background: #050913;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(155deg, rgba(4, 8, 22, 0.82) 0%, rgba(6, 10, 26, 0.76) 44%, rgba(8, 7, 22, 0.86) 100%),
    url("/image_0.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.28) contrast(1.08) brightness(0.76);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 220, 255, 0.24), transparent 42%),
    radial-gradient(circle at 78% 20%, rgba(255, 0, 170, 0.18), transparent 44%),
    radial-gradient(circle at 52% 88%, rgba(114, 79, 255, 0.2), transparent 48%),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 4px);
}

.page {
  max-width: 940px;
  margin: 0 auto;
  padding: 28px;
}

.pageMain {
  min-height: 100vh;
  display: grid;
  gap: 18px;
  position: relative;
  isolation: isolate;
  --cx: 50%;
  --cy: 35%;
  --cursor-opacity: 0;
}

.pageMain::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: var(--cursor-opacity);
  background:
    radial-gradient(circle at var(--cx) var(--cy), rgba(135, 214, 255, 0.16), transparent 24%),
    radial-gradient(circle at calc(var(--cx) + 10%) calc(var(--cy) + 12%), rgba(221, 116, 255, 0.09), transparent 30%);
  transition: opacity 220ms ease;
  mix-blend-mode: screen;
}

.pageMain > * {
  position: relative;
  z-index: 2;
}

.hero {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  background: linear-gradient(130deg, rgba(8, 14, 30, 0.86), rgba(7, 12, 24, 0.7));
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  box-shadow: 0 2px 1px rgba(255, 255, 255, 0.04) inset, 0 30px 70px rgba(2, 8, 22, 0.58);
}

.heroMain {
  animation: fadeUp 620ms ease-out;
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(8, 14, 30, 0.46), rgba(7, 12, 24, 0.32));
  border-color: rgba(153, 186, 255, 0.42);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow:
    inset 0 1px 0 rgba(190, 222, 255, 0.16),
    inset 0 -14px 30px rgba(16, 9, 42, 0.22),
    0 18px 52px rgba(3, 10, 30, 0.36);
}

.heroMain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(117, 202, 255, 0.1), transparent 28%),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 4px);
  opacity: 0.8;
}

.heroMain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(109, 186, 255, 0.08), transparent 24%, rgba(232, 126, 255, 0.08) 78%, transparent 100%);
  animation: dropPulse 9.5s ease-in-out infinite;
}

.heroTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: -30px;
  position: relative;
  min-height: 44px;
}

.eyebrow {
  color: #d7e6ff;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin: 0 0 12px;
}

h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  text-shadow: 0 0 35px rgba(109, 182, 255, 0.34);
}

.heroTitle {
  position: relative;
  display: inline-block;
  font-family: "Chakra Petch", "Rajdhani", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  padding-bottom: 0.14em;
  margin-top: 0;
  margin-bottom: clamp(2px, 0.6vw, 8px);
  transform: none;
  letter-spacing: 0;
  background: linear-gradient(135deg, #f7fbff 0%, #b8e4ff 42%, #f9d1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 8px 28px rgba(77, 148, 246, 0.22);
  filter: drop-shadow(0 0 22px rgba(172, 126, 255, 0.18));
  animation: titleIdle 7.2s ease-in-out infinite;
}

.subtitle {
  color: #d1dff6;
  margin: 0;
  max-width: 840px;
  line-height: 1.65;
  font-size: 16px;
}

.heroWordmark {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: visible;
}

.miniPlayer {
  margin-top: 10px;
  display: inline-flex;
  gap: 6px;
}

.projectRail.artist .miniPlayer {
  margin-top: auto;
  margin-left: auto;
  display: inline-flex;
  align-self: flex-end;
}

.miniPlayerBtn {
  border: 1px solid rgba(174, 205, 255, 0.4);
  background: rgba(12, 18, 35, 0.6);
  color: #d8e8ff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 180ms ease;
}

.miniPlayerBtn:hover {
  border-color: rgba(201, 226, 255, 0.88);
  background: rgba(80, 145, 231, 0.2);
}

.miniPlayerVolume {
  width: 96px;
  margin: 0;
  accent-color: #8cc4ff;
  background: transparent;
  border: none;
  filter: drop-shadow(0 0 8px rgba(140, 196, 255, 0.22));
}

.heroLead {
  position: relative;
  left: 8px;
  margin: -45px 0 0;
  padding: 0;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.012em;
  color: #c8dcfa;
  background: none;
  border: 0;
  border-radius: 0;
}

.langSwitch {
  position: absolute;
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: rgba(3, 8, 18, 0.74);
  overflow: hidden;
  right: -13px;
  top: -13px;
}

.langSlide {
  position: absolute;
  left: 8px;
  top: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: linear-gradient(135deg, #b7d8ff, #63acff);
  transition: transform 220ms ease;
}

.langSlide.ru {
  transform: translateX(100%);
}

.langBtn {
  position: relative;
  z-index: 2;
  border-radius: 999px;
  padding: 8px 15px;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  color: #c6dcff;
  text-decoration: none;
  font-size: 12px;
}

.langBtn.active {
  color: #041023;
}

.projectDeck {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  animation: fadeUp 760ms ease-out;
}

.projectRail {
  --rail-image: url("/image_0.png");
  --rail-filter: saturate(1.05) contrast(1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(172, 203, 255, 0.34);
  border-radius: 22px;
  padding: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(170deg, rgba(8, 14, 28, 0.88), rgba(6, 10, 22, 0.68));
  transform: translateZ(0);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.projectRail::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.64;
  background-image: var(--rail-image);
  background-size: cover;
  background-position: center;
  filter: var(--rail-filter);
  mix-blend-mode: screen;
  transition: transform 400ms ease, opacity 260ms ease;
}

.projectRail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(4, 9, 20, 0.7), rgba(4, 8, 18, 0.86));
}

.projectRail > * {
  position: relative;
  z-index: 2;
}

.railNoise {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 4px);
  z-index: 1;
}

.railTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projectRail:hover {
  transform: translateY(-8px);
  border-color: rgba(190, 220, 255, 0.8);
  box-shadow: 0 18px 52px rgba(3, 11, 26, 0.74), 0 0 36px rgba(79, 157, 250, 0.28);
}

.projectRail:hover::before {
  transform: scale(1.07);
  opacity: 0.78;
}

.projectRail.artist {
  background: linear-gradient(170deg, rgba(9, 12, 30, 0.9), rgba(10, 16, 34, 0.72));
}

.projectRail.woe {
  --rail-image: url("/woe.png");
  --rail-filter: saturate(1.05) contrast(1);
  background: linear-gradient(170deg, rgba(8, 19, 33, 0.9), rgba(8, 15, 28, 0.72));
}

.projectRail.contact {
  --rail-image: url("/contact.png");
  --rail-filter: saturate(1.05) contrast(1);
  background: linear-gradient(170deg, rgba(8, 19, 33, 0.88), rgba(6, 13, 24, 0.72));
}

.projectTag {
  margin: 0;
  color: #d7e8ff;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.projectIndex {
  margin: 0;
  color: rgba(219, 235, 255, 0.72);
  font-size: 11px;
}

.projectRail h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0.01em;
}

.projectRail p {
  margin: 0;
  color: #d4e2f8;
  line-height: 1.62;
  font-size: 14px;
  max-width: 450px;
  white-space: pre-line;
}

.contactEmail {
  text-decoration: none;
  color: #d4e2f8;
  line-height: 1.62;
  font-size: 14px;
}

.projectOpen {
  margin-top: auto !important;
  color: #e8f3ff !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px !important;
  opacity: 0.9;
}

.artistDock {
  position: absolute;
  right: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(170, 200, 255, 0.28);
  border-radius: 999px;
  background: rgba(12, 18, 34, 0.42);
  z-index: 3;
}

.artistDockLinks {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.artistDockLink {
  text-decoration: none;
  color: #d8e8ff;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(170, 200, 255, 0.35);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(9, 15, 30, 0.5);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.artistDockLink:hover {
  border-color: rgba(201, 226, 255, 0.9);
  background: rgba(72, 141, 233, 0.2);
}

.artistDockFx {
  width: 52px;
  height: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  opacity: 0.85;
}

.artistDockFx span {
  align-self: end;
  border-radius: 999px;
  min-height: 6px;
  background: linear-gradient(180deg, rgba(135, 214, 255, 0.96), rgba(191, 108, 255, 0.76));
  animation: miniEq 760ms ease-in-out infinite;
}

.artistDockFx span:nth-child(2) {
  animation-duration: 620ms;
}

.artistDockFx span:nth-child(3) {
  animation-duration: 930ms;
}

.artistDockFx span:nth-child(4) {
  animation-duration: 700ms;
}

.topnav {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topnav a {
  border: 1px solid rgba(162, 199, 255, 0.38);
  color: #e5f0ff;
  text-decoration: none;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  background: rgba(8, 14, 27, 0.56);
}

.topnav a:hover {
  border-color: rgba(195, 225, 255, 0.88);
  background: rgba(80, 145, 231, 0.2);
}

.grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.card {
  border: 1px solid rgba(153, 186, 255, 0.26);
  border-radius: 18px;
  padding: 20px;
  background: rgba(8, 13, 24, 0.72);
}

.card h3 {
  margin: 0 0 8px;
  color: #f2f7ff;
}

.card p {
  margin: 0;
  color: #ccdbf4;
  line-height: 1.55;
}

.roadmap {
  border: 1px solid rgba(153, 186, 255, 0.3);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(150deg, rgba(7, 12, 23, 0.8), rgba(6, 10, 18, 0.64));
  animation: fadeUp 860ms ease-out;
}

.roadmap h2 {
  margin: 0 0 8px;
  color: #f6f9ff;
  font-size: 20px;
}

.roadmap p {
  margin: 0;
  color: #d3e1f8;
  line-height: 1.65;
}

.sectionPage .sectionHero {
  padding-bottom: 22px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes miniEq {
  0% {
    height: 22%;
    opacity: 0.62;
  }

  40% {
    height: 100%;
    opacity: 0.96;
  }

  100% {
    height: 28%;
    opacity: 0.74;
  }
}

@keyframes eqBeat {
  0% {
    height: 16%;
    opacity: 0.55;
  }

  35% {
    height: 100%;
    opacity: 0.92;
  }

  100% {
    height: 22%;
    opacity: 0.62;
  }
}

@keyframes titleIdle {
  0% {
    filter: drop-shadow(0 0 18px rgba(120, 180, 255, 0.14));
  }

  50% {
    filter: drop-shadow(0 0 26px rgba(206, 136, 255, 0.24));
  }

  100% {
    filter: drop-shadow(0 0 18px rgba(120, 180, 255, 0.14));
  }
}

@keyframes dropPulse {
  0% {
    filter: brightness(1);
  }

  47% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.4);
  }

  53% {
    filter: brightness(1);
  }

  100% {
    filter: brightness(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .artistDockFx span {
    animation: none !important;
  }

  .heroTitle,
  .heroMain::after {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .projectDeck {
    grid-template-columns: 1fr;
  }

  .heroTop {
    justify-content: flex-end;
    align-items: center;
  }

}

@media (max-width: 860px) {
  .grid,
  .projectDeck {
    grid-template-columns: 1fr;
  }

  .page {
    padding: 14px;
  }

  .hero,
  .card,
  .roadmap,
  .projectRail {
    border-radius: 14px;
  }

  h1 {
    font-size: clamp(46px, 16vw, 84px);
  }

  .projectRail h2 {
    font-size: 30px;
  }

  .heroWordmark {
    padding-top: 10px;
  }

  .heroLead {
    position: static;
    display: inline-block;
    margin: 0;
    transform: none;
    max-width: 100%;
  }

  .artistDock {
    position: static;
    margin-top: 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
}








.ynPage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  font-family: "JetBrains Mono", monospace;
  background: #020202;
  color: #e5e5e5;
}

.ynBgPhoto {
  position: fixed;
  inset: 0;
  background-image: url("/yukonw/image_0.png");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) contrast(160%) brightness(0.25);
  opacity: 0.65;
  z-index: 1;
  animation: ynDrift 25s ease-in-out infinite;
}

.ynVignette {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle, transparent 20%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 5;
  pointer-events: none;
}

.ynGrain {
  position: fixed;
  inset: 0;
  background: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.06;
  z-index: 50;
  pointer-events: none;
}

.ynScanline {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, transparent, rgba(59, 130, 246, 0.04), transparent);
  z-index: 40;
  pointer-events: none;
  animation: ynScan 5s linear infinite;
}

.ynContent {
  position: relative;
  z-index: 100;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.ynBrand {
  margin: 0 0 16px;
  font-size: clamp(56px, 14vw, 140px);
  line-height: 1;
  letter-spacing: -0.04em;
  cursor: default;
  text-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
  transition: all 0.5s ease;
}

.ynBrand:hover {
  text-shadow: 0 0 45px rgba(59, 130, 246, 0.9);
  color: #fff;
}

.ynGenre {
  margin-bottom: 56px;
}

.ynEyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  color: #60a5fa;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.ynSub {
  margin: 0;
  font-size: 11px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.ynLinks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ynMail {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ynMail span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  color: #6b7280;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ynMail strong {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.ynMail:hover strong {
  border-bottom-color: #3b82f6;
  color: #fff;
}

.ynSocial {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-top: 10px;
}

.ynSocial a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  transition: color 0.3s ease;
}

.ynSocial a:hover {
  color: #60a5fa;
}

.ynFooter {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  font-size: 9px;
  color: #374151;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

@keyframes ynDrift {
  0%,
  100% {
    transform: scale(1.03) translate(0, 0);
  }
  50% {
    transform: scale(1.08) translate(-8px, 8px);
  }
}

@keyframes ynScan {
  from {
    top: -150px;
  }
  to {
    top: 100vh;
  }
}

