body {
    min-height: 100vh;
    margin: 0;
    background: linear-gradient(120deg, #0a0a13 60%, #18181b 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Arial, sans-serif;
    cursor: none;
    letter-spacing: 0.01em;
  }
  .main-wrap {
    display: flex;
    gap: 64px;
    width: 100%;
    max-width: 1100px;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 0;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .profile-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 420px;
    gap: 36px;
  }
  .container, #discordSongBar, .domain-sale {
    background: rgba(24, 24, 36, 0.82);
    border-radius: 22px;
    box-shadow: 0 8px 40px 0 #22d3ee33, 0 2px 16px 0 #a78bfa33, 0 0 0 1.5px #232336;
    backdrop-filter: blur(12px) saturate(1.2);
    transition: box-shadow 0.28s cubic-bezier(.4,2,.6,1), transform 0.22s, background 0.22s;
    border: 1.5px solid rgba(34,211,238,0.10);
    margin-bottom: 0;
  }
  .container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 40px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1.1s cubic-bezier(.4,0,.2,1) both;
  }
  .container:hover {
    transform: translateY(-8px) scale(1.04) rotate(-7deg);
    box-shadow: 0 12px 48px 0 #22d3ee55, 0 4px 32px 0 #a78bfa44;
    background: rgba(34, 211, 238, 0.10);
  }
  .avatar-wrap {
    position: relative;
    margin-bottom: 22px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .avatar-glow {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    background: radial-gradient(circle, #22d3ee77 0%, #0a0a13 80%);
    filter: blur(16px);
    z-index: 0;
    opacity: 0.8;
    animation: avatar-glow-pulse 2.2s infinite alternate cubic-bezier(.4,0,.2,1);
  }
  .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #232336;
    object-fit: cover;
    box-shadow: 0 0 0 6px #22d3ee55, 0 2px 16px 0 #22d3ee44, 0 0 32px 0 #a78bfa44;
    position: relative;
    z-index: 1;
    background: #222;
    animation: avatar-pulse 1.8s infinite alternate cubic-bezier(.4,0,.2,1);
  }
  .username {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #22d3ee 10%, #a78bfa 60%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: drop-shadow(0 2px 12px #22d3ee44);
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .bio {
    color: #b3b3c6;
    font-size: 1.15rem;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.01em;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .fade-in {
    opacity: 0;
    transform: translateY(24px);
    animation: fadeInUp 1.1s cubic-bezier(.4,0,.2,1) forwards;
  }
  .fade-in.delay-1 { animation-delay: 0.3s; }
  .fade-in.delay-2 { animation-delay: 0.6s; }
  .fade-in.delay-3 { animation-delay: 0.9s; }
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: none;
    }
  }
  .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    animation: fadeInUp 1.1s cubic-bezier(.4,0,.2,1) both;
  }
  .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 0;
    border: none;
    border-radius: 12px;
    background: linear-gradient(100deg, #22d3ee 0%, #a78bfa 60%, #f472b6 100%);
    background-size: 200% 200%;
    animation: btn-gradient-move 3s ease-in-out infinite;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 12px 0 #22d3ee44;
    transition: background 0.18s, box-shadow 0.18s, color 0.18s, transform 0.18s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .link-btn:active {
    transform: scale(0.96);
    box-shadow: 0 1px 4px 0 #22d3ee33;
    filter: brightness(0.95);
  }
  .link-btn:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 8px 32px 0 #22d3ee55;
    filter: brightness(1.10);
    background-position: 100% 0;
  }
  .link-btn svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    filter: drop-shadow(0 2px 8px #22d3ee44);
    transition: filter 0.18s;
  }
  .link-btn.discord:hover {
    background: linear-gradient(90deg, #5865f2 0%, #22d3ee 100%);
    color: #fff;
    box-shadow: 0 4px 24px 0 #5865f299;
  }
  .link-btn.telegram:hover {
    background: linear-gradient(90deg, #229ed9 0%, #a78bfa 100%);
    color: #fff;
    box-shadow: 0 4px 24px 0 #229ed999;
  }
  .link-btn.github:hover {
    background: linear-gradient(90deg, #333 0%, #a78bfa 100%);
    color: #fff;
    box-shadow: 0 4px 24px 0 #3338;
  }
  /* Song Bar Premium */
  #discordSongBar {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    align-self: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    box-shadow: 0 8px 40px 0 #22d3ee33, 0 2px 16px 0 #a78bfa33, 0 0 0 1.5px #232336;
    border-radius: 16px;
    border: 1.5px solid rgba(34,211,238,0.10);
    background: rgba(24, 24, 36, 0.92);
    transition: box-shadow 0.28s cubic-bezier(.4,2,.6,1), background 0.22s;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
    min-height: 80px;
    height: 90px;
  }
  #discordSongBar .discord-song-bar-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: none;
    box-shadow: none;
    border-radius: 12px;
    border: none;
    padding: 0;
    min-width: 0;
    max-width: 100%;
    pointer-events: auto;
    backdrop-filter: none;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
    margin-bottom: 0;
    height: 64px;
    flex-wrap: nowrap;
  }
  #discordSongBar .discord-song-bar-inner.show {
    opacity: 1;
    transform: translateY(0);
  }
  #discordSongBar:hover {
    box-shadow: 0 12px 48px 0 #22d3ee77, 0 4px 32px 0 #a78bfa55;
    background: rgba(34, 211, 238, 0.13);
    transform: translateY(-2px) scale(1.02);
  }
  .discord-song-bar-spotify {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px #1ed76088);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #18181b;
    box-shadow: 0 2px 8px #1ed76033;
  }
  .discord-song-bar-cover {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    box-shadow: 0 2px 16px 0 #22d3ee55, 0 1px 4px 0 #a78bfa33;
    object-fit: cover;
    background: #232336;
    border: none;
    margin-right: 10px;
  }
  .discord-song-bar-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
  }
  .discord-song-bar-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: 0 2px 8px #22d3ee33;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }
  .discord-song-bar-artist {
    font-size: 0.98rem;
    color: #1ed760;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }
  .discord-song-bar-album {
    font-size: 0.93rem;
    color: #b3b3c6;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }
  .discord-song-bar-offline {
    color: #b3b3c6;
    font-size: 1.08rem;
    font-weight: 500;
    text-align: center;
    margin-left: 12px;
  }
  @media (max-width: 900px) {
    .main-wrap {
      flex-direction: column;
      align-items: center;
      gap: 32px;
      padding: 24px 0;
    }
    .profile-col, .container, .domain-sale, #discordSongBar {
      max-width: 98vw;
    }
    #discordSongBar {
      margin-bottom: 32px;
    }
  }
  @media (max-width: 500px) {
    .profile-col, .container, .domain-sale, #discordSongBar {
      max-width: 98vw;
    }
    .avatar-wrap {
      width: 90px;
      height: 90px;
    }
    .avatar {
      width: 90px;
      height: 90px;
    }
    .username {
      font-size: 1.3rem;
    }
    .domain-sale {
      padding: 18px 4vw;
    }
    #discordSongBar .discord-song-bar-inner {
      padding: 10px 4vw 10px 2vw;
      gap: 8px;
      min-width: 0;
      border-radius: 12px;
    }
    .discord-song-bar-title, .discord-song-bar-artist, .discord-song-bar-album {
      max-width: 120px;
      font-size: 0.98rem;
    }
    .discord-song-bar-cover {
      width: 36px; height: 36px;
      border-radius: 8px;
      margin-right: 6px;
    }
    .discord-song-bar-spotify {
      width: 24px; height: 24px; margin-right: 6px;
    }
  }
  /* Domain Sale Premium */
  .domain-sale {
    width: 100%;
    max-width: 340px;
    background: rgba(24, 24, 36, 0.92);
    border-radius: 22px;
    box-shadow: 0 8px 40px 0 #22d3ee33, 0 2px 16px 0 #a78bfa33, 0 0 0 1.5px #232336;
    padding: 40px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Segoe UI', Arial, sans-serif;
    position: relative;
    z-index: 1;
    margin-top: 0;
    border: 1.5px solid rgba(34,211,238,0.10);
    transition: box-shadow 0.28s cubic-bezier(.4,2,.6,1), background 0.22s, transform 0.22s;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .domain-sale:hover {
    transform: translateY(-6px) scale(1.03) rotate(7deg);
    box-shadow: 0 12px 48px 0 #22d3ee77, 0 4px 32px 0 #a78bfa55;
    background: rgba(34, 211, 238, 0.13);
  }
  .domain-username {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #22d3ee;
    min-height: 2.5em;
    word-break: break-all;
    background: linear-gradient(90deg, #22d3ee 10%, #a78bfa 60%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: drop-shadow(0 2px 12px #22d3ee44);
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .domain-sale h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #22d3ee;
    letter-spacing: 0.5px;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .domain-sale p {
    color: #b3b3c6;
    font-size: 1.08rem;
    margin-bottom: 22px;
    line-height: 1.6;
    animation: fadeInUp 1.2s cubic-bezier(.4,0,.2,1) both;
  }
  .domain-sale .contact {
    font-size: 1.12rem;
    color: #fff;
    background: #232336;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    margin-top: 10px;
    box-shadow: 0 2px 12px 0 #22d3ee44;
  }
  .domain-sale .contact:hover {
    background: #22d3ee;
    color: #18181b;
    box-shadow: 0 4px 24px 0 #22d3ee77;
  }
  /* Кастомный курсор */
  .custom-cursor {
    position: fixed;
    top: 0; left: 0;
    width: 38px; height: 38px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    background: radial-gradient(circle, #22d3ee 60%, #22d3ee33 100%);
    box-shadow: 0 0 24px 8px #22d3ee88, 0 0 0 2px #22d3ee99;
    mix-blend-mode: lighten;
    transition: transform 0.18s cubic-bezier(.4,2,.6,1), opacity 0.2s;
    opacity: 0.85;
    will-change: transform;
  }
  .custom-cursor.active {
    transform: scale(0.85);
    opacity: 0.6;
  }
  @keyframes avatar-glow-pulse {
    0% { opacity: 0.7; filter: blur(12px); }
    100% { opacity: 1; filter: blur(18px); }
  }
  @keyframes avatar-pulse {
    0% { box-shadow: 0 0 0 4px #22d3ee55, 0 2px 16px 0 #22d3ee44, 0 0 24px 0 #22d3ee44; }
    100% { box-shadow: 0 0 0 10px #22d3ee33, 0 2px 24px 0 #22d3ee66, 0 0 40px 0 #22d3ee33; }
  }
  /* Градиентные тексты */
  .username, .domain-username {
    background: linear-gradient(90deg, #22d3ee 10%, #a78bfa 60%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: drop-shadow(0 2px 8px #22d3ee44);
  }
  /* Анимированные градиентные кнопки */
  @keyframes btn-gradient-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  /* Фоновое видео */
  .bg-video-wrap {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
  }
  .bg-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.7) saturate(1.2) blur(0.5px);
    transition: opacity 1.8s cubic-bezier(.4,0,.2,1);
    opacity: 0;
  }
  .bg-video.visible {
    opacity: 1;
  }
  .bg-fade {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: linear-gradient(120deg, #0a0a13 60%, #18181b 100%);
    transition: opacity 1.8s cubic-bezier(.4,0,.2,1);
    opacity: 1;
    pointer-events: none;
  }
  .bg-fade.hide {
    opacity: 0;
  }
  /* --- Премиальный блок управления звуком --- */
  .sound-btn {
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 30;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(120deg, #22d3ee 0%, #a78bfa 100%);
    box-shadow: 0 8px 32px 0 #22d3ee55, 0 2px 16px 0 #a78bfa55, 0 0 0 2px #232336;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background 0.22s, box-shadow 0.22s, transform 0.18s, filter 0.22s;
    outline: none;
    opacity: 0.96;
    pointer-events: auto;
    animation: fadeInSoundBtn 1.2s 2.2s forwards;
    backdrop-filter: blur(8px) saturate(1.2);
    overflow: visible;
  }
  .sound-btn:hover, .sound-btn:focus {
    background: linear-gradient(120deg, #a78bfa 0%, #22d3ee 100%);
    box-shadow: 0 12px 40px 0 #a78bfa77, 0 2px 16px 0 #22d3ee99;
    transform: scale(1.10);
    filter: brightness(1.08) drop-shadow(0 0 16px #a78bfa99);
  }
  .sound-btn svg {
    width: 36px;
    height: 36px;
    fill: #fff;
    filter: drop-shadow(0 2px 12px #22d3ee88);
    transition: fill 0.18s, filter 0.18s;
    pointer-events: none;
  }
  .sound-btn.muted {
    background: linear-gradient(120deg, #f472b6 0%, #a78bfa 100%);
    box-shadow: 0 0 24px 6px #f472b6cc, 0 2px 16px 0 #a78bfa99;
    filter: drop-shadow(0 0 16px #f472b6cc);
    animation: mutedPulse 1.2s infinite alternate;
  }
  @keyframes mutedPulse {
    0% { box-shadow: 0 0 24px 6px #f472b6cc, 0 2px 16px 0 #a78bfa99; filter: drop-shadow(0 0 16px #f472b6cc); }
    100% { box-shadow: 0 0 36px 12px #f472b6ee, 0 2px 24px 0 #a78bfaee; filter: drop-shadow(0 0 32px #f472b6ee); }
  }
  .sound-btn.muted svg {
    fill: #fff;
    filter: drop-shadow(0 2px 16px #f472b6cc);
  }
  .sound-tooltip {
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%) scale(0.98);
    background: rgba(30,32,48,0.96);
    color: #fff;
    font-size: 1.04rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 #22d3ee55;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.22s, transform 0.22s;
    z-index: 32;
    letter-spacing: 0.02em;
    user-select: none;
    text-shadow: 0 2px 8px #232336cc;
  }
  .sound-btn:hover .sound-tooltip,
  .sound-btn:focus .sound-tooltip {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  @media (max-width: 700px) {
    .sound-btn {
      right: 16px;
      bottom: 16px;
      width: 52px;
      height: 52px;
    }
    .sound-btn svg {
      width: 26px;
      height: 26px;
    }
    .sound-tooltip {
      position: static;
      display: block;
      margin-top: 8px;
      right: auto;
      top: auto;
      transform: none;
      opacity: 1;
      background: none;
      box-shadow: none;
      color: #fff;
      font-size: 0.98rem;
      padding: 0;
      text-align: center;
      text-shadow: none;
    }
  }
  @keyframes fadeInSoundBtn {
    to { opacity: 1; pointer-events: auto; }
  }
  .discord-profile {
    width: 100%;
    max-width: 340px;
    background: rgba(20, 20, 30, 0.82);
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 #22d3ee55, 0 2px 16px 0 #a78bfa33;
    padding: 32px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin-top: 24px;
    position: relative;
    z-index: 2;
    transition: box-shadow 0.22s, transform 0.22s;
    backdrop-filter: blur(8px) saturate(1.2);
    animation: fadeInUp 1.1s cubic-bezier(.4,0,.2,1) forwards;
  }
  .discord-avatar-wrap {
    position: relative;
    margin-bottom: 16px;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .discord-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 4px solid #232336;
    object-fit: cover;
    box-shadow: 0 0 0 4px #22d3ee55, 0 2px 16px 0 #a78bfa44;
    background: #222;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.22s;
  }
  .discord-status {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #18181b;
    background: #b3b3c6;
    box-shadow: 0 0 8px 2px #22d3ee55;
    z-index: 2;
    transition: background 0.22s;
  }
  .discord-status.online { background: #22d3ee; }
  .discord-status.idle { background: #facc15; }
  .discord-status.dnd { background: #f43f5e; }
  .discord-status.offline { background: #232336; }
  .discord-user-info {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  .discord-username {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #22d3ee 10%, #a78bfa 60%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: drop-shadow(0 2px 8px #22d3ee44);
  }
  .discord-discriminator {
    font-size: 1.05rem;
    color: #b3b3c6;
    font-weight: 500;
  }
  .discord-song {
    margin-top: 18px;
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: fadeInUp 1.1s cubic-bezier(.4,0,.2,1) forwards;
  }
  .discord-song-cover {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 #22d3ee55, 0 2px 8px 0 #a78bfa33;
    object-fit: cover;
    margin-bottom: 6px;
    background: #232336;
  }
  .discord-song-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: 0 2px 8px #22d3ee33;
    text-align: center;
  }
  .discord-song-artist {
    font-size: 1.01rem;
    color: #a78bfa;
    font-weight: 500;
    text-align: center;
  }
  .discord-song-album {
    font-size: 0.98rem;
    color: #b3b3c6;
    font-weight: 400;
    text-align: center;
  }
  .discord-song-offline {
    color: #b3b3c6;
    font-size: 1.05rem;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
  }