:root {
  --bg: #080909;
  --panel: rgba(34, 26, 19, 0.74);
  --panel-2: rgba(255, 244, 220, 0.13);
  --line: rgba(255, 226, 174, 0.22);
  --line-strong: rgba(255, 226, 174, 0.56);
  --text: #fff8ec;
  --muted: rgba(255, 248, 236, 0.7);
  --gold: #ffe08a;
  --rose: #ff7aa8;
  --cyan: #76efe1;
  --mouse-x: 50vw;
  --mouse-y: 50vh;
  --glow-opacity: 0;
  --profile-x: 70%;
  --profile-y: 18%;
  --side-image: url("./assets/images/bg-side.jpg");
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

html {
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(circle at 13% 22%, rgba(255, 199, 91, 0.22), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(118, 239, 225, 0.18), transparent 28%),
    radial-gradient(circle at 74% 88%, rgba(255, 122, 168, 0.1), transparent 30%),
    linear-gradient(135deg, #100b09 0%, #090909 44%, #19100a 100%);
}

body[data-theme="theme-1"] {
  --gold: #d8adff;
  --line: rgba(220, 177, 255, 0.24);
  --line-strong: rgba(229, 199, 255, 0.62);
  --panel: rgba(32, 24, 38, 0.76);
  --panel-2: rgba(238, 218, 255, 0.13);
  background:
    radial-gradient(circle at 13% 22%, rgba(197, 128, 255, 0.26), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 203, 232, 0.18), transparent 28%),
    radial-gradient(circle at 74% 88%, rgba(142, 116, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #120914 0%, #09090d 44%, #1d1224 100%);
}

body[data-theme="theme-2"] {
  --gold: #ffe08a;
  --line: rgba(255, 226, 174, 0.22);
  --line-strong: rgba(255, 226, 174, 0.56);
  --panel: rgba(34, 26, 19, 0.74);
  --panel-2: rgba(255, 244, 220, 0.13);
}

body[data-theme="theme-3"] {
  --gold: #f7fbff;
  --line: rgba(247, 251, 255, 0.28);
  --line-strong: rgba(255, 255, 255, 0.68);
  --panel: rgba(31, 31, 34, 0.74);
  --panel-2: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 13% 22%, rgba(255, 255, 255, 0.24), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(175, 215, 255, 0.2), transparent 28%),
    radial-gradient(circle at 74% 88%, rgba(255, 190, 205, 0.12), transparent 30%),
    linear-gradient(135deg, #101113 0%, #08090b 44%, #1a1b1f 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, transparent 0 44%, rgba(0, 0, 0, 0.16) 74%),
    linear-gradient(180deg, color-mix(in srgb, var(--gold) 5%, transparent), rgba(0, 0, 0, 0.08));
}

body::after {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 20%, color-mix(in srgb, var(--gold) 8%, transparent) 36%, transparent 52%),
    linear-gradient(248deg, transparent 34%, color-mix(in srgb, var(--cyan) 8%, transparent) 48%, transparent 66%);
  mix-blend-mode: screen;
  opacity: 0.36;
  transform: translate3d(-2%, 1%, 0) rotate(0deg);
  animation: auroraDrift 16s ease-in-out infinite;
}

.cursor-glow {
  position: fixed;
  left: var(--mouse-x);
  top: var(--mouse-y);
  z-index: 2;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, color-mix(in srgb, var(--gold) 26%, transparent) 0%, color-mix(in srgb, var(--gold) 11%, transparent) 36%, transparent 70%);
  filter: blur(10px);
  opacity: var(--glow-opacity);
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

body:has(.contact:hover) .cursor-glow,
body:has(.contact:focus-visible) .cursor-glow,
body:has(.link:hover) .cursor-glow,
body:has(.link:focus-visible) .cursor-glow,
body:has(.id-copy:hover) .cursor-glow,
body:has(.id-copy:focus-visible) .cursor-glow,
body:has(.spec-copy:hover) .cursor-glow,
body:has(.spec-copy:focus-visible) .cursor-glow,
body:has(.pc-toggle:hover) .cursor-glow,
body:has(.pc-toggle:focus-visible) .cursor-glow {
  opacity: calc(var(--glow-opacity) * 0.08);
  transform: translate(-50%, -50%) scale(0.72);
}

.bg-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-scene::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 18% 50%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 28%),
    radial-gradient(circle at 82% 48%, rgba(118, 239, 225, 0.1), transparent 28%),
    conic-gradient(from 135deg at 50% 50%, transparent 0deg, color-mix(in srgb, var(--gold) 16%, transparent) 58deg, transparent 112deg, rgba(118, 239, 225, 0.08) 180deg, transparent 238deg, rgba(255, 122, 168, 0.08) 302deg, transparent 360deg);
  filter: blur(42px);
  opacity: 0.82;
  animation: ambientShift 12s ease-in-out infinite;
}

.bg-scene::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 28%, color-mix(in srgb, var(--gold) 16%, transparent) 46%, rgba(255, 255, 255, 0.12) 50%, transparent 66%);
  opacity: 0;
  transform: translateX(-56%) skewX(-10deg);
}

.particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.bg-photo {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: clamp(520px, 45vw, 680px);
  min-width: 0;
  height: min(98vh, 920px);
  border-radius: 30px;
  background: var(--side-image) center / cover no-repeat;
  filter: saturate(1.04) brightness(1);
  opacity: 1;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42);
}

.bg-photo-left {
  left: clamp(-160px, -7vw, -80px);
  transform: translateY(-50%) scaleX(-1) rotate(-3deg);
}

.bg-photo-right {
  right: clamp(-160px, -7vw, -80px);
  transform: translateY(-50%) rotate(3deg);
}

body[data-theme="theme-3"] .bg-photo-left {
  transform: translateY(-50%) rotate(-3deg);
}

body[data-theme="theme-3"] .bg-photo-right {
  transform: translateY(-50%) scaleX(-1) rotate(3deg);
}

button,
a {
  font: inherit;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body.theme-update *,
body.theme-update *::before,
body.theme-update *::after {
  transition: none !important;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 520ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  animation-name: themeFadeOut;
}

::view-transition-new(root) {
  animation-name: themeFadeIn;
}

.stage {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 16px 18px;
}

.layout {
  display: grid;
  gap: 10px;
  width: min(1000px, 100%);
}

.theme-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 184, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--gold) 17%, transparent), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 36%),
    var(--panel);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34), 0 0 70px rgba(255, 206, 104, 0.1);
  backdrop-filter: blur(22px) saturate(1.14);
  padding: 10px;
  animation: cardIn 540ms ease both;
}

.theme-option {
  --theme-side: url("./assets/images/bg-side.jpg");
  --theme-card: url("./assets/images/card-photo.jpg");
  --theme-tone: var(--gold);
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 86px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 184, 0.2);
  border-radius: 14px;
  background: var(--panel-2);
  color: var(--text);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.theme-option::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 50%, color-mix(in srgb, var(--theme-tone) 30%, transparent), transparent 42%),
    linear-gradient(90deg, color-mix(in srgb, var(--theme-tone) 20%, transparent), transparent 70%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.theme-option::after {
  content: "";
  position: absolute;
  inset: -42%;
  z-index: 0;
  background: conic-gradient(from 0deg, transparent 0deg, color-mix(in srgb, var(--theme-tone) 34%, transparent) 48deg, transparent 112deg, transparent 360deg);
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 220ms ease;
  animation: softOrbit 7s linear infinite;
  animation-play-state: paused;
}

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

.theme-option:hover,
.theme-option:focus-visible,
.theme-option.is-active {
  border-color: rgba(255, 232, 184, 0.52);
  background: color-mix(in srgb, var(--theme-tone) 15%, var(--panel-2));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22), 0 0 30px color-mix(in srgb, var(--theme-tone) 22%, transparent);
  outline: none;
  transform: translateY(-2px);
}

.theme-option.is-active {
  cursor: default;
}

.theme-option:hover::before,
.theme-option:focus-visible::before,
.theme-option.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.theme-option:hover::after,
.theme-option:focus-visible::after,
.theme-option.is-active::after {
  opacity: 0.24;
  animation-play-state: running;
}

.theme-name {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--theme-tone);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.theme-1 {
  --theme-side: url("./assets/images/theme-1-bg.png");
  --theme-card: url("./assets/images/theme-1-card.png");
  --theme-tone: #d8adff;
}

.theme-2 {
  --theme-side: url("./assets/images/bg-side.jpg");
  --theme-card: url("./assets/images/card-photo.jpg");
  --theme-tone: #ffe08a;
}

.theme-3 {
  --theme-side: url("./assets/images/theme-3-bg.png");
  --theme-card: url("./assets/images/theme-3-card.png");
  --theme-tone: #f7fbff;
}

.profile {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 184, 0.26);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--profile-x) var(--profile-y), color-mix(in srgb, var(--gold) 24%, transparent), transparent 27%),
    radial-gradient(circle at 70% 18%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    var(--panel);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42), 0 0 82px color-mix(in srgb, var(--gold) 14%, transparent);
  backdrop-filter: blur(24px) saturate(1.18);
  animation: cardIn 560ms ease both, profileAura 8s 900ms ease-in-out infinite;
}

.pc-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 8;
  display: grid;
  width: 46px;
  height: 46px;
  cursor: pointer;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 184, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
    color-mix(in srgb, var(--gold) 13%, transparent);
  color: var(--gold);
  box-shadow: 0 16px 44px color-mix(in srgb, var(--gold) 16%, transparent);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pc-toggle svg {
  grid-area: 1 / 1;
  width: 25px;
  height: 25px;
  fill: currentColor;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-toggle .back-icon {
  opacity: 0;
  transform: translateX(18px) rotate(12deg);
}

.profile.pc-open .pc-toggle .pc-icon {
  opacity: 0;
  transform: translateX(-18px) rotate(-12deg);
}

.profile.pc-open .pc-toggle .back-icon {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}

.pc-toggle:hover,
.pc-toggle:focus-visible,
.profile.pc-open .pc-toggle {
  border-color: rgba(255, 232, 184, 0.62);
  background: color-mix(in srgb, var(--gold) 20%, transparent);
  box-shadow: 0 18px 50px color-mix(in srgb, var(--gold) 23%, transparent);
  outline: none;
  transform: translateY(-2px) rotate(-4deg) scale(1.05);
}

.profile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 34%, color-mix(in srgb, var(--gold) 14%, transparent) 45%, transparent 56%);
  opacity: 0;
  transform: translateX(-30%);
  animation: glassSweep 5.5s ease-in-out infinite;
}

.profile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    radial-gradient(circle at 64% 28%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 24%),
    linear-gradient(110deg, transparent 24%, color-mix(in srgb, var(--gold) 17%, transparent) 44%, rgba(255, 255, 255, 0.11) 50%, transparent 67%);
  opacity: 0;
  transform: translateX(-44%) skewX(-9deg);
}

.avatar {
  position: relative;
  min-height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.avatar img,
.card-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: 50% 50%;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 820ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
}

.avatar img {
  animation: imagePulse 7s ease-in-out infinite;
}

.card-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: #080909;
}

.avatar.is-video-playing img,
.avatar.is-video-returning img {
  animation: none;
}

.avatar.is-video-playing img {
  opacity: 0;
}

.avatar.is-video-playing .card-video {
  opacity: 1;
}

.avatar.is-video-returning .card-video {
  opacity: 0;
}

.avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 55%, rgba(39, 26, 17, 0.68)),
    linear-gradient(180deg, transparent 55%, rgba(18, 11, 8, 0.34));
}

.content {
  padding: 18px 42px 36px;
}

.view-stack {
  position: relative;
  min-height: 548px;
}

.panel-view {
  transition:
    opacity 280ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 280ms ease;
}

.bio-view {
  position: relative;
  z-index: 1;
}

.pc-view {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transform: translateX(36px) scale(0.975);
  filter: blur(8px);
}

.profile.pc-open .bio-view {
  pointer-events: none;
  opacity: 0;
  transform: translateX(-36px) scale(0.975);
  filter: blur(8px);
}

.profile.pc-open .pc-view {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}

.pc-view h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.9;
  text-shadow: 0 0 40px color-mix(in srgb, var(--gold) 38%, transparent);
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 9vw, 6.2rem);
  line-height: 0.9;
  text-shadow: 0 0 42px color-mix(in srgb, var(--gold) 45%, transparent);
}

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

.animego {
  min-height: 58px;
}

.animego strong {
  font-size: 1.08rem;
}

.links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact,
.link {
  position: relative;
  display: flex;
  min-width: 0;
  cursor: pointer;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel-2);
  color: var(--text);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact::before,
.link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 24% 50%, color-mix(in srgb, var(--tone, var(--gold)) 36%, transparent), transparent 38%),
    linear-gradient(90deg, color-mix(in srgb, var(--tone, var(--gold)) 24%, transparent), rgba(255, 248, 232, 0.06));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact::after,
.link::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -45%;
  z-index: 0;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0;
  transform: skewX(-18deg);
}

.contact > *,
.link > * {
  position: relative;
  z-index: 1;
}

.contact:hover,
.contact:focus-visible,
.link:hover,
.link:focus-visible {
  border-color: var(--line-strong);
  background: rgba(255, 248, 232, 0.2);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22), 0 0 28px color-mix(in srgb, var(--tone, var(--gold)) 20%, transparent);
  transform: translateY(-4px) scale(1.035);
  outline: none;
}

.contact:hover::before,
.contact:focus-visible::before,
.link:hover::before,
.link:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.contact:hover::after,
.contact:focus-visible::after,
.link:hover::after,
.link:focus-visible::after {
  animation: buttonShine 620ms ease;
}

.contact:hover .icon,
.contact:focus-visible .icon,
.link:hover .icon,
.link:focus-visible .icon {
  transform: scale(1.14) rotate(-4deg);
}

.icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tone, var(--gold)) 24%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--tone, var(--gold)) 18%, rgba(0, 0, 0, 0.28));
  color: var(--tone, var(--gold));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.icon::after {
  content: "";
  position: absolute;
  inset: -28% -58%;
  background: linear-gradient(110deg, transparent 34%, rgba(255, 255, 255, 0.58), transparent 66%);
  opacity: 0;
  transform: translateX(-46%) skewX(-18deg);
}

.contact:hover .icon::after,
.contact:focus-visible .icon::after,
.link:hover .icon::after,
.link:focus-visible .icon::after {
  animation: iconGlint 720ms ease;
}

.icon svg {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
}

.discord-icon img {
  width: 32px;
  height: 32px;
}

.animego-icon img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.osu-icon img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.tiktok .icon {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 43, 109, 0.24), transparent 36%),
    #101116;
  border-color: rgba(37, 244, 238, 0.34);
}

.tiktok .icon img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.osu-icon svg text {
  fill: #fff;
  font-size: 5px;
  font-weight: 900;
  font-family: Inter, "Segoe UI", sans-serif;
}

.contact span:last-child,
.link span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.contact small,
.link small {
  color: var(--muted);
  font-size: 0.78rem;
}

.contact strong,
.link strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.discord,
.discord-icon {
  --tone: #8da0ff;
}

.animego {
  --tone: #fe5c56;
}

.telegram,
.telegram-icon {
  --tone: #48bfff;
}

.steam {
  --tone: #8bc7ff;
}

.spotify {
  --tone: #5ee878;
}

.osu {
  --tone: #ff79b8;
}

.funpay {
  --tone: #6ea6ff;
}

.tiktok {
  --tone: #25f4ee;
}

.youtube {
  --tone: #ff4e65;
}

.roblox {
  --tone: #e6edf8;
}

.epic {
  --tone: #c8b8ff;
}

.pixiv {
  --tone: #69a7ff;
}

.spec-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.spec-list div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(255, 232, 184, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(255, 248, 232, 0.08);
}

.spec-copy {
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.spec-copy:hover,
.spec-copy:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--gold) 52%, rgba(255, 255, 255, 0.22));
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 48%),
    rgba(255, 248, 232, 0.11);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 22px color-mix(in srgb, var(--gold) 12%, transparent);
}

.spec-list dt {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  color: rgba(255, 248, 236, 0.84);
  font-size: 0.76rem;
  line-height: 1.35;
}

.profile.pc-open.pc-entering::after {
  animation: setupSweep 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.profile.pc-open.pc-entering .pc-view h2 {
  animation: setupTitleIn 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.profile.pc-open.pc-entering .spec-list div {
  animation: setupSpecIn 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(1) {
  animation-delay: 90ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(2) {
  animation-delay: 125ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(3) {
  animation-delay: 160ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(4) {
  animation-delay: 195ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(5) {
  animation-delay: 230ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(6) {
  animation-delay: 265ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(7) {
  animation-delay: 300ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(8) {
  animation-delay: 335ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(9) {
  animation-delay: 370ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(10) {
  animation-delay: 405ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(11) {
  animation-delay: 440ms;
}

.profile.pc-open.pc-entering .spec-list div:nth-child(12) {
  animation-delay: 475ms;
}

.game-ids {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  align-content: center;
  width: min(100%, 650px);
  min-height: 126px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 232, 184, 0.14);
}

.game-id {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  line-height: 1.28;
}

.game-link {
  min-width: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: clamp(0.86rem, 1.12vw, 0.96rem);
  font-weight: 900;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.game-link:hover,
.game-link:focus-visible {
  color: #fff;
  outline: none;
  text-shadow: 0 0 18px rgba(255, 224, 138, 0.42);
}

.id-copy {
  cursor: pointer;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 248, 236, 0.74);
  font-size: clamp(0.82rem, 1.04vw, 0.9rem);
  line-height: 1.2;
  padding: 4px 0;
  text-align: left;
  transition: color 160ms ease, text-shadow 160ms ease, transform 160ms ease;
}

.id-copy:hover,
.id-copy:focus-visible {
  color: #fff;
  outline: none;
  text-shadow: 0 0 18px rgba(255, 224, 138, 0.42);
  transform: translateY(-1px);
}

.music-player {
  display: grid;
  grid-template-columns: 82px 56px minmax(0, 1fr) 190px;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 184, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--gold) 17%, transparent), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 36%),
    var(--panel);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34), 0 0 70px color-mix(in srgb, var(--gold) 12%, transparent);
  backdrop-filter: blur(22px) saturate(1.14);
  padding: 14px 18px;
  animation: cardIn 620ms 120ms ease both;
}

body.intro-enter .theme-panel {
  animation: introPanel 1350ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.intro-enter .theme-option {
  animation: introThemeOption 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.intro-enter .theme-option:nth-child(1) {
  animation-delay: 260ms;
}

body.intro-enter .theme-option:nth-child(2) {
  animation-delay: 420ms;
}

body.intro-enter .theme-option:nth-child(3) {
  animation-delay: 580ms;
}

body.intro-enter .theme-name {
  animation: introThemeName 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.intro-enter .theme-option:nth-child(1) .theme-name {
  animation-delay: 380ms;
}

body.intro-enter .theme-option:nth-child(2) .theme-name {
  animation-delay: 540ms;
}

body.intro-enter .theme-option:nth-child(3) .theme-name {
  animation-delay: 700ms;
}

body.intro-enter .profile {
  animation: introProfile 1280ms 420ms cubic-bezier(0.22, 1, 0.36, 1) both, profileAura 8s 1700ms ease-in-out infinite;
}

body.intro-enter .profile::after {
  animation: introSweep 1450ms 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.intro-enter .avatar img {
  animation:
    introAvatar 1350ms 220ms cubic-bezier(0.22, 1, 0.36, 1) both,
    imagePulse 7s 1580ms ease-in-out infinite;
}

body.intro-enter h1 {
  animation: introTitle 1180ms 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.intro-enter .contact,
body.intro-enter .link,
body.intro-enter .game-id {
  animation: introItem 880ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.intro-enter .contact:nth-child(1) {
  animation-delay: 360ms;
}

body.intro-enter .contact:nth-child(2) {
  animation-delay: 420ms;
}

body.intro-enter .contact:nth-child(3) {
  animation-delay: 480ms;
}

body.intro-enter .link:nth-child(1) {
  animation-delay: 540ms;
}

body.intro-enter .link:nth-child(2) {
  animation-delay: 590ms;
}

body.intro-enter .link:nth-child(3) {
  animation-delay: 640ms;
}

body.intro-enter .link:nth-child(4) {
  animation-delay: 690ms;
}

body.intro-enter .link:nth-child(5) {
  animation-delay: 740ms;
}

body.intro-enter .link:nth-child(6) {
  animation-delay: 790ms;
}

body.intro-enter .link:nth-child(7) {
  animation-delay: 840ms;
}

body.intro-enter .link:nth-child(8) {
  animation-delay: 890ms;
}

body.intro-enter .link:nth-child(9) {
  animation-delay: 940ms;
}

body.intro-enter .animego-in-links {
  animation-delay: 980ms;
}

body.intro-enter .game-id:nth-child(1) {
  animation-delay: 990ms;
}

body.intro-enter .game-id:nth-child(2) {
  animation-delay: 1030ms;
}

body.intro-enter .game-id:nth-child(3) {
  animation-delay: 1070ms;
}

body.intro-enter .game-id:nth-child(4) {
  animation-delay: 1110ms;
}

body.intro-enter .game-id:nth-child(5) {
  animation-delay: 1150ms;
}

body.intro-enter .game-id:nth-child(6) {
  animation-delay: 1190ms;
}

body.intro-enter .music-player {
  animation: introMusic 1200ms 1210ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.music-cover {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 232, 184, 0.28);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  object-fit: cover;
}

.music-player:not(.is-paused) .music-cover {
  animation: coverBreath 5.4s ease-in-out infinite;
}

.music-toggle {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(255, 232, 184, 0.3);
  border-radius: 14px;
  background: color-mix(in srgb, var(--gold) 13%, transparent);
  color: var(--gold);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.music-toggle:hover,
.music-toggle:focus-visible {
  border-color: rgba(255, 232, 184, 0.62);
  background: color-mix(in srgb, var(--gold) 22%, transparent);
  box-shadow: 0 18px 46px color-mix(in srgb, var(--gold) 20%, transparent);
  outline: none;
  transform: translateY(-2px) scale(1.04);
}

.music-toggle svg {
  grid-area: 1 / 1;
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: opacity 160ms ease, transform 180ms ease;
}

.music-player.is-paused .music-pause,
.music-player:not(.is-paused) .music-play {
  opacity: 0;
  transform: scale(0.82);
}

.music-main {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.music-title {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.music-title span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.music-title strong {
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.music-progress-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
}

.music-progress-row span {
  color: rgba(255, 248, 236, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.music-progress,
#musicVolume {
  width: 100%;
  height: 8px;
  cursor: pointer;
  appearance: none;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--fill, 0%), rgba(255, 248, 232, 0.16) var(--fill, 0%) 100%);
  outline: none;
}

.music-progress::-webkit-slider-thumb,
#musicVolume::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  appearance: none;
  border: 2px solid rgba(43, 30, 21, 0.95);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 20px color-mix(in srgb, var(--gold) 42%, transparent);
}

.music-progress::-moz-range-thumb,
#musicVolume::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(43, 30, 21, 0.95);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 20px color-mix(in srgb, var(--gold) 42%, transparent);
}

.music-volume {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.volume-toggle {
  display: grid;
  width: 24px;
  height: 24px;
  cursor: pointer;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--gold);
  padding: 0;
  transition: opacity 160ms ease, transform 160ms ease, color 160ms ease;
}

.volume-toggle:hover,
.volume-toggle:focus-visible {
  color: #fff;
  outline: none;
  transform: scale(1.08);
}

.volume-toggle.is-muted {
  opacity: 0.42;
}

.music-volume svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#musicVolume {
  --fill: 1%;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: var(--toast-bottom, 22px);
  z-index: 9;
  max-width: min(calc(100vw - 32px), 620px);
  padding: 11px 16px;
  border: 1px solid color-mix(in srgb, var(--gold) 46%, transparent);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 48%),
    color-mix(in srgb, var(--panel) 92%, #050505);
  color: var(--text);
  text-align: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.36), 0 0 36px color-mix(in srgb, var(--gold) 14%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes themeFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.04;
  }
}

@keyframes themeFadeIn {
  from {
    opacity: 0.04;
  }
  to {
    opacity: 1;
  }
}

@keyframes introPanel {
  0% {
    opacity: 0;
    transform: translate3d(0, -22px, 0) scale(0.965);
  }
  45% {
    opacity: 0.72;
    transform: translate3d(0, -5px, 0) scale(0.992);
  }
  74% {
    opacity: 1;
    transform: translate3d(0, 1px, 0) scale(1.002);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introThemeOption {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.92);
    box-shadow: 0 0 0 color-mix(in srgb, var(--theme-tone) 0%, transparent);
  }
  58% {
    opacity: 1;
    transform: translate3d(0, -3px, 0) scale(1.012);
    box-shadow: 0 0 42px color-mix(in srgb, var(--theme-tone) 25%, transparent);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: none;
  }
}

@keyframes introThemeName {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.9);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale(1.025);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introProfile {
  0% {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.965);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, -2px, 0) scale(1.004);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introSweep {
  0% {
    opacity: 0;
    transform: translateX(-48%) skewX(-8deg);
  }
  44% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: translateX(50%) skewX(-8deg);
  }
}

@keyframes introAvatar {
  0% {
    opacity: 0;
    transform: translate3d(-16px, 0, 0) scale(1.055);
  }
  64% {
    opacity: 1;
    transform: translate3d(1px, 0, 0) scale(1.026);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.02);
  }
}

@keyframes introTitle {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.955);
  }
  66% {
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale(1.006);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introItem {
  0% {
    opacity: 0;
    transform: translate3d(0, 15px, 0) scale(0.965);
  }
  68% {
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale(1.004);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introMusic {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.972);
  }
  64% {
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale(1.004);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes setupSweep {
  0% {
    opacity: 0;
    transform: translateX(-46%) skewX(-9deg);
  }
  42% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translateX(52%) skewX(-9deg);
  }
}

@keyframes setupTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.9);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.035);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes setupSpecIn {
  0% {
    opacity: 0;
    transform: translate3d(18px, 18px, 0) scale(0.94);
  }
  64% {
    opacity: 1;
    transform: translate3d(-2px, -2px, 0) scale(1.018);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes imagePulse {
  0%,
  100% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.075);
  }
}

@keyframes glassSweep {
  0%,
  56%,
  100% {
    opacity: 0;
    transform: translateX(-42%);
  }
  68% {
    opacity: 1;
  }
  82% {
    opacity: 0;
    transform: translateX(42%);
  }
}

@keyframes buttonShine {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }
  30% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translateX(440%) skewX(-18deg);
  }
}

@keyframes iconGlint {
  0% {
    opacity: 0;
    transform: translateX(-52%) skewX(-18deg);
  }
  32% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translateX(56%) skewX(-18deg);
  }
}

@keyframes softOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes profileAura {
  0%,
  100% {
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42), 0 0 82px color-mix(in srgb, var(--gold) 14%, transparent);
  }
  50% {
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.42), 0 0 112px color-mix(in srgb, var(--gold) 22%, transparent);
  }
}

@keyframes coverBreath {
  0%,
  100% {
    filter: saturate(1) brightness(1);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 0 color-mix(in srgb, var(--gold) 0%, transparent);
    transform: scale(1);
  }
  50% {
    filter: saturate(1.12) brightness(1.04);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 30px color-mix(in srgb, var(--gold) 24%, transparent);
    transform: scale(1.025);
  }
}

@keyframes auroraDrift {
  0%,
  100% {
    transform: translate3d(-2%, 1%, 0) rotate(0deg) scale(1);
  }
  45% {
    transform: translate3d(2%, -1%, 0) rotate(2deg) scale(1.03);
  }
  72% {
    transform: translate3d(0%, 2%, 0) rotate(-1deg) scale(1.01);
  }
}

@keyframes ambientShift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(1.5vw, -1vh, 0) rotate(5deg) scale(1.04);
  }
}

@media (max-width: 820px) {
  .bg-photo {
    width: 62vw;
    height: 68vh;
    opacity: 0.82;
  }

  .bg-photo-left {
    left: -30vw;
  }

  .bg-photo-right {
    right: -30vw;
  }

  .profile {
    grid-template-columns: 1fr;
  }

  .theme-option {
    min-height: 86px;
  }

  .avatar img {
    min-height: 260px;
    max-height: 300px;
    object-position: 50% 42%;
  }

  .avatar::after {
    background: linear-gradient(180deg, transparent 48%, rgba(27, 19, 15, 0.72));
  }

  .content {
    padding: 22px 24px 24px;
  }

  .contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .view-stack {
    min-height: 0;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .music-player {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }

  .music-cover {
    width: 70px;
    height: 70px;
  }

  .music-toggle {
    grid-column: 1;
    grid-row: 2;
    width: 42px;
    height: 42px;
    justify-self: center;
  }

  .music-main {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .music-volume {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .bg-photo {
    width: 76vw;
    height: 58vh;
    opacity: 0.72;
  }

  .bg-photo-left {
    left: -48vw;
  }

  .bg-photo-right {
    right: -48vw;
  }

  .cursor-glow {
    width: 210px;
    height: 210px;
  }

  .stage {
    padding: 12px;
  }

  .theme-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border-radius: 15px;
  }

  .theme-option {
    min-height: 58px;
    border-radius: 12px;
  }

  .theme-name {
    font-size: clamp(0.9rem, 4.8vw, 1.1rem);
    line-height: 1;
  }

  .content {
    padding: 26px 18px 20px;
  }

  .contacts,
  .links {
    grid-template-columns: 1fr;
  }

  .pc-toggle {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .pc-view h2 {
    font-size: 2.6rem;
  }

  .game-ids {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
  }

  .game-id {
    justify-content: flex-start;
  }

  .music-player {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 12px;
  }

  .music-cover {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }

  .music-progress-row {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 7px;
  }

  .music-title strong {
    font-size: 0.92rem;
  }
}

@media (max-width: 360px) {
  .theme-panel {
    gap: 5px;
    padding: 7px;
  }

  .theme-option {
    min-height: 52px;
    border-radius: 11px;
  }

  .theme-name {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .particle-canvas {
    display: none;
  }
}
