body {
      margin: 0;
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      line-height: 1.6;
      background: #f4f6f8;
      color: #333;
    }

    /* ----- HEADER ----- */
header {
  background: linear-gradient(135deg, #111, #333);
  color: #ff9800;  /* élénk narancs */
  padding: 60px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

header h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;

  /* Színek */
  color: #ff9800;  
  text-shadow: 
    0 0 4px #ff9800,   /* finomabb glow */
    0 0 8px #ff5722,   /* egy mélyebb árnyalat */
    0 0 12px rgba(255, 87, 34, 0.7); /* halvány háttérfény */
}
header p {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #ddd;
  text-shadow: 0 0 6px rgba(255,152,0,0.8);
}

    /* ----- MAIN LAYOUT ----- */
    main {
      max-width: 1100px;
      margin: 40px auto;
      padding: 0 20px;
      display: grid;
      gap: 30px;
    }

    section {
      background: #fff;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    section h2 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1.6rem;
      color: #222;
      border-left: 5px solid #2a5298;
      padding-left: 10px;
    }

    section p {
      font-size: 1rem;
      color: #555;
    }


    /* ----- FOOTER ----- */
    footer {
      background: #222;
      color: #ddd;
      text-align: center;
      padding: 40px 20px;
      margin-top: 60px;
    }

    footer h2 {
      margin-top: 0;
      color: #fff;
      font-size: 1.4rem;
    }

    footer p {
      max-width: 800px;
      margin: 10px auto;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    footer small {
      display: block;
      margin-top: 20px;
      font-size: 0.8rem;
      color: #aaa;
    }

    
  footer a {
    color: #eee;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
  }

  footer a:hover {
    color: #fff;
    text-decoration: underline;
  }


  .download-btn {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 10px;
    background: linear-gradient(135deg, #ff4b2b, #ff416c);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  }

  .download-btn:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  }


  #unity-load-warning {
  color: #fff;
  background: linear-gradient(135deg, #ff9800, #e53935);
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%   { opacity: 1; }
  50%  { opacity: 0.6; }
  100% { opacity: 1; }
}

#unity-container {
  aspect-ratio: 16 / 10;
  position: relative !important;  /* NE absolute legyen */
  /*width: 960px !important;*/
  width: 100% !important;
  max-width: 960px; 
  height: auto !important;
  margin: 0 20px auto !important;   /* középre */
  /*margin: 0 20px auto !important;   /* középre */
  display: block !important;
}
/*
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }*/
#unity-container.unity-desktop {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 auto !important;  /* középre teszi */
  display: block !important;
  /*width: 960px !important;*/
  width: 100% !important;
  max-width: 960px; 
  height: auto !important;
}
#unity-container.unity-mobile { 
  /*position: fixed; 
  width: 100%; 
  height: 100% */
}
#unity-canvas { 
  background: #231F20 ;
  width: 100% !important;
  /*width: 960px !important;*/
  height: auto !important;
  /*height: 600px !important;*/
  display: block !important;
  margin: 0 auto !important;      /* középre */
}
.unity-mobile #unity-canvas {
   /*width: 100%; 
   height: 100% */
  }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer {
   display: none
   /*display: block !important;*/
  }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
