body { 
    margin: 0; 
    padding: 0;
    overflow: hidden; 
    background: #191716; 
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none;
  }
  ::selection {
  background: transparent;
  color: #fff;
  text-shadow:
0 0 2px #cc0000,
0 0 5px #cc1414,
0 0 10px #cc3d3d,
0 0 20px #cc0000,
0 0 10px #cc0000;

  font-weight: 800;
  letter-spacing: 0.04em;
}
  canvas { 
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }
  canvas:focus {
    cursor: none !important;
}
  /* Pointer lock sırasında imleci tamamen gizle */
  .pointerlock-cursor-none, .pointerlock-cursor-none * {
    cursor: none !important;
  }
  #fadeOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 1000;
  }
  #fadeOverlay.info-active {
    opacity: 0.7 !important;
    pointer-events: auto;
    backdrop-filter: brightness(0.85);
    transition: opacity 0.4s cubic-bezier(.4,1.2,.3,1);
    z-index: 3999;
}

#imagePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 101vw;
    height: 101vh;
    background: transparent;
    backdrop-filter: blur(32px) saturate(180%);
    display: flex;
    flex-direction: column; /* eklendi */
    justify-content: center;
    align-items: center;
    z-index: 1001;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    padding: 36px 32px 28px 32px;
    border-radius: 32px;
    border: 1.5px solid rgba(255,255,255,0.10);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.4,2,.3,1);
    display:none;
}

#imagePopup img.tablogorseli {
    margin-bottom: 18px; /* p ile resim arasına boşluk */
}
#imagePopup .contentWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.18) transparent;
    gap: 18px;
}

#imagePopup .contentWrapper::-webkit-scrollbar {
    width: 7px;
}

#imagePopup .contentWrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(255,255,255,0.18) 0%, rgba(200,200,255,0.10) 100%);
    border-radius: 4px;
}

.tablogorseli {
    max-width: 60vw;
    max-height: 60vh;
    width: auto;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.45), 0 1.5px 0 rgba(255,255,255,0.08) inset;
    object-fit: contain;
    display: block;
    border: 0.5px solid rgba(255,255,255,0.10);
    background: linear-gradient(120deg, rgba(40,40,55,0.12) 0%, rgba(22,22,28,0.18) 100%);
    margin: 0 auto;
}

#imagePopup p {
    margin: 0;
    color: #eaeaea;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    padding: 0 18px;
    word-break: break-word;
    max-width: 60%;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-shadow: 
        0 2px 6px rgba(0,0,0,0.9),
        0 4px 12px rgba(0,0,0,0.85),
        0 6px 18px rgba(0,0,0,0.8);
}

#closeButton {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    background: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    transition: all 0.18s cubic-bezier(.4,2,.3,1);
    font-weight: 600;
    outline: none;
    border: 1.5px solid rgba(255,255,255,0.10);
}
  .song-select-note {
    font-size: 21px;
    color: #bdbdbd;
    text-align: left;
  }
  
  #vignette {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 999;
    transform: rotate(180deg);
}

  #crosshair {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 999;
    pointer-events: none;
    transition: background-color 0.2s ease;
  }
  /* Mobil joystick için ek stil */
#joystick-container {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 110px;
  height: 110px;
  z-index: 9555;
  display: none;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

/* Arka plan - ince, şeffaf, zarif */
#joystick-bg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

/* Joystick topuzu - ciddi, sade, profesyonel */
#joystick {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  left: 23px;
  top: 23px;
  background: radial-gradient(circle at 30% 30%, #f2f2f2, #d9d9d9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 3px rgba(255, 255, 255, 0.3);
  transition: transform 0.1s ease;
  touch-action: none;
}

/* Basıldığında hissiyat */
#joystick:active {
  transform: scale(0.95);
  background: radial-gradient(circle at 40% 40%, #e0e0e0, #bfbfbf);
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.25);
}



/* Tek medya sorgusu: mobil düzeltmeleri (<=768px) */
@media (max-width: 768px) {
  /* Genel küçük ekran dostu ayarlar */
  html, body {
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
    .song-select-note {
      font-size: 10px;
    }
    #vignette {
    top: -18px;
    height: 120px;
    transform: rotate(180deg);
  }

 #imagePopup {
        padding: 16px 12px 12px 12px;
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.08);
    }

    #imagePopup .contentWrapper {
        gap: 12px;
        max-height: 90%;
        padding: 8px;
    }

    .tablogorseli {
        max-width: 85vw;  /* Viewport genişliğinin %85'i */
        max-height: 60vh; /* Viewport yüksekliğinin %60'ı */
        width: auto;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.35), 0 1px 0 rgba(255,255,255,0.06) inset;
    }
    #imagePopup p {
        font-size: 0.875rem;
        line-height: 1.2rem;
        text-align: center;
        padding: 0 8px;
    }

    #closeButton {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
        font-size: 1.25rem;
    }
  #joystick-container {
    display: flex;
    left: 16px;
    bottom: 16px;
    width: 86px;
    height: 86px;
  }
  #joystick-bg { width: 86px; height: 86px; }
  #joystick { width: 48px; height: 48px; left: 19px; top: 19px; }

  /* Crosshair mobilde daha az dikkat çeksin */
  #crosshair {
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.35);
  }


  /* Erişilebilirlik: odak belirginliği */
  #closeButton:focus {
    outline: 2px solid rgba(255,75,58,0.22);
    outline-offset: 2px;
  }
}

#songNameBox {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 2000;
  background: none;
  color: #fff;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 13px 28px 11px 22px;
  border-radius: 16px;
  box-shadow: none;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
  pointer-events: none;
  user-select: none;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  pointer-events: auto;
  transition: box-shadow 0.18s, background 0.18s;
}
#songNameBox:hover {
  background: rgba(106,15,28,0.12);
  box-shadow: 0 2px 12px rgba(106,15,28,0.18);
}
@media (max-width: 768px) {
  #songNameBox {
    font-size: 13px;
    padding: 8px 16px 7px 12px;
    border-radius: 10px;
    top: 8px;
    left: 8px;
    max-width: 90vw;
    cursor: pointer;
    pointer-events: auto;
  }
}

.playing-now {
  font-size: 15px;
  font-weight: 400;
  color: #bdbdbd;
  margin-left: 8px;
  letter-spacing: 0.03em;
  animation: blinkPlaying 2.2s infinite;
}
@keyframes blinkPlaying {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.65; }
}

#menuButton {
  position: fixed;
  top: 18px;
  right: 18px;
  left: auto;
  width: 44px;
  height: 44px;
  z-index: 999;
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  border-radius: 12px;
  transition: box-shadow 0.2s;
}
#menuButton:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
  background: rgba(255,255,255,0.04);
}
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 96vw;
  height: 100vh;
  background: linear-gradient(145deg, #0a0a0a 0%, #220000 40%, #7a0d1f 100%);
  box-shadow: -12px 0 48px rgba(0,0,0,0.5), inset 0 0 18px rgba(255,255,255,0.05);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  transform: translateX(110%);
  transition: transform 0.55s cubic-bezier(.4,1.2,.3,1);
  font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  border-left: 2px solid rgba(255, 80, 100, 0.35);
  backdrop-filter: blur(12px);
}

#sidebar.active {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 16px 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sidebar-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 12px rgba(180, 0, 40, 0.6);
}

#sidebarClose {
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  transition: all 0.25s ease;
}
#sidebarClose:hover {
  background: rgba(255,255,255,0.12);
  transform: rotate(90deg) scale(1.1);
}

.sidebar-content {
  padding: 20px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-btn {
  background: linear-gradient(135deg, #5c0f1f 0%, #2b0b12 100%);
  color: #f7f4f2;
  border: none;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 22px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35),
              inset 0 1px 1px rgba(255, 255, 255, 0.08),
              inset 0 -2px 6px rgba(0,0,0,0.5);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(6px);
}

.sidebar-btn:hover {
  background: linear-gradient(135deg, #781629 0%, #3d0f18 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45),
              inset 0 1px 1px rgba(255,255,255,0.12),
              inset 0 -2px 6px rgba(0,0,0,0.6);
  transform: translateY(-3px) scale(1.02);
}

.sidebar-btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3),
              inset 0 1px 3px rgba(0, 0, 0, 0.25);
}

.sidebar-section {
  margin-top: 8px;
}


.sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
  padding: 0 6px;
}

.sidebar-links a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #e6e6e6;
  text-decoration: none;
  padding: 8px 6px;
  letter-spacing: 0.6px;
  transition: all 0.4s ease;
}

.sidebar-links a::before {
  content: "◆";
  font-size: 10px;
  color: #a31b2d;
  opacity: 0.6;
  margin-right: 10px;
  transition: all 0.4s ease;
}

.sidebar-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, #b61c33, transparent);
  transition: width 0.4s ease;
}

.sidebar-links a:hover {
  color: #fff;
  padding-left: 14px;
  text-shadow: 0 0 8px rgba(255, 50, 80, 0.5);
}

.sidebar-links a:hover::before {
  color: #e22c45;
  opacity: 1;
  transform: scale(1.3);
}

.sidebar-links a:hover::after {
  width: 100%;
}

.sidebar-links a:active {
  color: #ffccd4;
  transform: translateX(2px);
}

.sidebar-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  background: url("gorsel/cbh.svg") no-repeat center/contain;
  opacity: 0.07;
  transform: translate(-50%, -50%);
  animation: spin 22s linear infinite;
  pointer-events: none;
  z-index: 0;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.15));
  will-change: transform;
}

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

#sidebar > *:not(.sidebar-logo) {
  position: relative;
  z-index: 1;
}

.sidebar-label {
  font-size: 16px;
  color: #f0f0f0;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  text-shadow: 0 1px 6px rgba(180, 0, 40, 0.4);
}

.sidebar-graphics {
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  #menuButton {
    top: auto;
    bottom: 18px;
    right: 18px;
    left: auto;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 2001;
  }
  #tipHint {
    position: fixed;
    top: 8px;
    right: 12px;
    left: auto;
    transform: none;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 10px;
    max-width: 80vw;
    background: rgba(30, 10, 20, 0.88);
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    border-bottom: none;
    border: 1.5px solid #6a0f1c;
  }
}
#infoModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a1a1a; /* Koyu gri/siyah arka plan */
  color: #e0e0e0; /* Açık gri metin */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #333; /* Daha az belirgin kenarlık */
  z-index: 4000;
  min-width: 300px;
  max-width: 90vw;
  padding: 30px 25px 25px 25px;
  font-family: 'Mont', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: center;
  display: none;
}

#infoModal .info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #e0e0e0; /* Kapatma ikonu rengi */
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: background-color 0.2s ease-in-out;
}

#infoModal .info-close:hover {
  background-color: #333; /* Hover'da daha koyu */
  color: #fff;
}

#infoModal .info-content {
  line-height: 1.6;
}

@media (max-width: 768px) {
  #infoModal {
    min-width: 0;
    padding: 10px;
    width: 60%;
    max-height: 70%;
    height: auto;
    font-size: 10px;
    border-radius: 8px;
    overflow-y: auto;
    padding-top: 37px;
  }
  #infoModal .info-close {
    top: 8px;
    right: 8px;
    font-size: 20px;
    width: 28px;
    height: 28px;
  }
}

#tipHint {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2002;
  width: auto;
  max-width: 50vw;
  background: rgba(30, 10, 20, 0.82);
  color: #f2e9e4;
  font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 7px 18px 7px 18px;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  text-align: center;
  pointer-events: none;
  user-select: none;
  margin-top: 0;
  opacity: 0.92;
  backdrop-filter: blur(6px) saturate(120%);
  border-bottom: 1.5px solid #6a0f1c;
}
@media (max-width: 768px) {
  #tipHint {
    position: fixed;
    top: 8px;
    right: 12px;
    left: auto;
    transform: none;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 10px;
    max-width: 35vw;
    text-align: right;
    background: rgba(30, 10, 20, 0.88);
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    border-bottom: none;
    border: 1.5px solid #55030f;
  }
}
@font-face {
  font-family: 'Mont';
  src: url('gorsel/mont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


#songSelectModal * {
  font-family: 'Mont', sans-serif !important;
}

#songSelectModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(28, 28, 35, 0.95) 0%, rgba(18, 18, 24, 0.98) 100%);
  color: #f2e9e4;
  border-radius: 28px;
  box-shadow: 0 18px 56px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 4100;
  width: 70%;
  max-height: 80vh;
  padding: 48px 32px 38px 32px;
  display: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(18px) saturate(180%);
  overflow-y: auto;
}

.song-select-title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 32px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.song-select-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 5px;
  margin: 0;
  scrollbar-width: thin;
  width: 30%;
  scrollbar-color: rgba(255,255,255,0.2) transparent;
  margin-top: 30px;
}
.song-select-extra {
  flex: 1;
  margin: 30px auto 0 auto;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  color: #f2e9e4;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  min-height: 40px;
  position: sticky;
  top: 0;
  max-width: 21vw;
}



.song-select-container {
  display: flex;
  align-items: flex-start;
}


.song-select-list::-webkit-scrollbar {
  width: 4px;
}

.song-select-list::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
}

.song-select-item {
  background: transparent;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.6px;
  padding: 14px 20px;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  width: 350px; 
}

.song-select-item:hover {
  background: rgba(106,15,28,0.15);
  border-color: rgba(106,15,28,0.25);
  transform: translateX(6px);
  padding-left: 24px;
}

.song-select-item:active {
  transform: translateX(8px);
  background: rgba(106,15,28,0.25);
}

.song-select-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.song-select-close:hover {
  background: rgba(255,255,255,0.08);
}
@media (max-width: 768px) {
  .song-select-extra {
    margin-top: 20px;
    margin-right: 5px;
    padding: 17px 16px;
    font-size: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
  }

  .song-select-extra p {
    max-width: 200px;
    text-align: center;
  }
  .song-select-list {
margin-top: 30px;
  }
  #songSelectModal {
    min-width: 0;
    max-width: 98vw;
    padding: 16px 8px 12px 8px;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index:9999;
  }
  .song-select-title {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .song-select-item {
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 7px;
      width: 150px; 
  }
  .song-select-close {
    top: 6px;
    right: 6px;
    font-size: 18px;
    width: 24px;
    height: 24px;
  }
}

#welcomeOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.welcome-content {
  background: #1a1a1a;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
  max-width: 90%;
}

.welcome-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}

#welcomeButton {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

#welcomeButton:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .welcome-content {
    padding: 15px 20px;
  }
  
  .welcome-content p {
    font-size: 14px;
  }
  
  #welcomeButton {
    padding: 8px 20px;
    font-size: 13px;
  }
}