    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: url('../image/WynoxBack.png') center/cover no-repeat fixed;
      min-height: 100vh;
      color: #fff;
      display: flex;
      justify-content: center;
      padding: 20px;
    }

    .container {
      width: 100%;
      max-width: 900px;
      background: rgba(30, 58, 138, 0.2);
      backdrop-filter: blur(8px);
      border-radius: 20px;
      padding: 25px;
      border: 1px solid rgba(59, 130, 246, 0.3);
      box-shadow: 0 0 40px rgba(59, 130, 246, 0.4);
    }

    .profile {
      text-align: center;
      margin-bottom: 30px;
    }

    .profile img {
      width: 160px;
      height: 160px;
      border-radius: 100%;
      object-fit: cover;
      border: none;
      box-shadow: none;
      background: none;
    }

    h1 {
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 1px;
      text-shadow: 0 0 10px rgba(255,255,255,0.25);
    }

    h2 {
      font-size: 1.2rem;
      margin: 20px 0 10px;
      border-left: 4px solid #3b82f6;
      padding-left: 10px;
      text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
    }

    .social-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 12px;
    }

    .social-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(255, 255, 255, 0.274);
      backdrop-filter: blur(10px);
      padding: 12px;
      border-radius: 14px;
      text-decoration: none;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.12);
      transition: 0.2s;
    }

    .social-item:hover {
      background: rgba(255,255,255,0.12);
      transform: translateY(-2px);
      border-color: #3b82f6;
      box-shadow: 0 0 14px rgba(59, 130, 246, 0.6);
    }

    .social-item img {
      width: 32px;
      height: 32px;
      border-radius: 6px;
    }

    .yt-grid {
      margin-top: 20px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }

    @media (min-width: 700px) {
      .yt-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    .yt-card {
      background: rgba(255,255,255,0.06);
      backdrop-filter: blur(8px);
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.12);
      padding: 15px;
      box-shadow: 0 0 14px rgba(59, 130, 246, 0.4);
    }

    .yt-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 6px;
    }

    .yt-header img {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid rgba(255,255,255,0.35);
    }

    .yt-header span {
      font-size: 1rem;
      font-weight: 700;
      text-shadow: 0 0 6px rgba(255,255,255,0.25);
    }

    .yt-video-title {
      font-size: 0.9rem;
      font-weight: 600;
      color: #e5e7eb;
      margin-bottom: 8px;
      line-height: 1.4;
    }

    .yt-video-title small {
      font-weight: 400;
      color: #bfdbfe;
      opacity: 0.9;
    }

    .yt-thumb {
      position: relative;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.18);
      box-shadow: 0 0 14px rgba(0,0,0,0.5);
      margin-top: 4px;
    }

    .yt-thumb img {
      width: 100%;
      display: block;
    }

    .yt-thumb::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, rgba(0,0,0,0), rgba(0,0,0,0.45));
      pointer-events: none;
    }

    .yt-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: rgba(0,0,0,0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 18px rgba(0,0,0,0.7);
    }

    .yt-play::before {
      content: "";
      display: block;
      margin-left: 3px;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 18px solid #fff;
    }

    .yt-thumb:hover .yt-play {
      transform: translate(-50%, -50%) scale(1.06);
      box-shadow: 0 0 24px rgba(239,68,68,0.8);
    }

    .yt-thumb:hover {
      border-color: rgba(239,68,68,0.7);
    }

   .yt-button {
  display: block;
  margin-top: 12px;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.25);
  border: 1px solid rgba(59, 130, 246, 0.5);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
  backdrop-filter: blur(6px);
}


    .yt-button:hover {
      background: rgba(59, 130, 246, 0.45);
      border-color: rgba(59, 130, 246, 0.9);
      transform: translateY(-2px);
      box-shadow: 0 0 18px rgba(59, 130, 246, 0.7);
    }

    .live-wrapper {
      width: 100%;
      text-align: center;
      margin: 20px 0;
    }

    .live-indicator {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px 18px;
      background: rgba(239,68,68,0.20);
      border: 2px solid rgba(239,68,68,0.6);
      border-radius: 14px;
      color: #fff;
      font-weight: 700;
      font-size: 0.92rem;
      text-decoration: none;
      backdrop-filter: blur(8px);
      box-shadow: 0 0 14px rgba(239,68,68,0.45);
      animation: liveFadeIn 0.5s ease;
    }

    .pulse {
      width: 12px;
      height: 12px;
      background: #ef4444;
      border-radius: 50%;
      box-shadow: 0 0 10px #ef4444;
      animation: pulse 1s infinite alternate;
    }

    @media (max-width: 500px) {
      .live-indicator {
        font-size: 0.85rem;
        padding: 10px 14px;
      }
    }

    @keyframes pulse {
      0%   { transform: scale(0.85); opacity: 0.6; }
      100% { transform: scale(1.25); opacity: 1; }
    }

    @keyframes liveFadeIn {
      from { opacity: 0; transform: translateY(6px); }
      to   { opacity: 1; transform: translateY(0); }
    }