body {
  margin:0;
  padding:0;
  font-family:"Inter",Arial,sans-serif;
  
  background:linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 0%)), url('https://obscura404.top/5bd98fd7/images/1770692033_698a9dc1bf646.jpg')
  center top no-repeat fixed;;
background-size: cover;
  color:#00ff99;
  font-weight: bold;
  font-size: 1rem;

}

.ttg-hdr {
  max-width:1200px;
  margin:30px auto 0;
  padding:0 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
}

.ttg-hdg {
  background-image: url(https://pmagustus.xyz/gambar/images/1769418339_69772e632c4cd.jpg);
  font-size:clamp(1.8rem,5vw,2.4rem);
  font-weight:900;
  margin:0;
      border: 2px solid yellow;
  line-height:1.1;
  color:linear-gradient(2deg, #f7d303, #f7ad02);;
  white-space: relative;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  color:white;
}


.ttg-srch {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ttg-srch input[type="search"] {
  border: 4px solid #ffe300;
  border-radius: 30px;
  padding: 8px 14px;
  width: 100%;
  max-width: 1200px; /* atur sesuai kebutuhan */
  font-size: 1rem;
  background: #fff;
  color: #000;
  outline: none;
  margin: 0 20px; /* jarak kanan kiri dari layar */
  text-align: center;
}


.ttg-sep { display:block; width:100%; max-width:1200px; margin:20px auto; border:none; border-top:4px solid #ffd900; }

.ttg-grid {
  max-width:1200px;
  margin:0 auto 40px;
  padding:0 16px;
  display:grid;
  gap:22px;
  grid-template-columns:repeat(3,1fr);
}

.ttg-card {
  background:linear-gradient(2deg,#f7d303,#f7ad02);
  border:2px solid #fbff00;
  border-radius:12px;
  box-shadow:6px 0px 14px -4px rgb(0 0 0);
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  transition:transform .25s, box-shadow .25s;
}

.ttg-card:hover { transform:translateY(-4px); box-shadow:0 12px 20px rgba(0,0,0,.15); }
.ttg-card__title { 
  font-size:1.15rem; 
  font-weight:700; 
  color:#000; 
  text-align:center; 
  border-bottom:2px dashed #e02424; 
  padding-bottom:6px; 
  width:100%;
}
.ttg-card__logo img {
  width:50px;
  height:50px;
  margin:10px 0;
  border-radius:8px;
}
.ttg-card__site button { 
  display: block;
  margin-top: 8px;
  text-align: center;
  padding: 6px 0;
  border-radius: 6px;
  border: 2px solid #ffc300;
  background: linear-gradient(to bottom, #f6d100 0%, #f7ce02 50%);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 10px #000;
}

.ttg-card__site a:hover {
  background: #9e8500;
  color: #fff;
}

@media screen and (max-width:900px){.ttg-grid{grid-template-columns:repeat(2,1fr);}}
@media screen and (max-width:640px){.ttg-grid{grid-template-columns:1fr 1fr !important;}}

.modal { 
  display:none; 
  position:fixed; 
  top:0; left:0; 
  width:100%; height:100%; 
  background:rgba(0,0,0,0.7); 
  justify-content:center; 
  align-items:center; 
  z-index:10000; 
}

.modal-content { 
  background-image:url(https://pmagustus.xyz/gambar/images/1769418339_69772e632c4cd.jpg); 
  padding:20px; 
  border:2px solid #ffe600; 
  border-radius:12px; 
  max-width:300px; 
  width:90%; 
  text-align:center; 
  position:relative; 
}

.modal-content .section-title { 
  font-weight:bold; 
  margin-top:10px; 
  margin-bottom:4px; 
  color:#ffd700; /* KUNING */
}

.modal-content .tanggal { 
  color:#ffffff; /* PUTIH */
  font-size:1.2rem;
  margin-bottom:6px;
}

.modal-content .angka-label { 
  color:#ffd700; /* KUNING */
  font-weight:bold;
  margin-top:10px;
  margin-bottom:4px;
}

.modal-content .angka-main { 
  color:#00ff99; /* HIJAU */
  font-size:1.5rem;
  font-weight:bold;
  margin-bottom:8px;
}

.modal-content .top4d { 
  color:#ffffff; /* PUTIH */
  font-size:1.2rem;
  margin-bottom:6px;
}

.modal-content img { 
  margin-top:10px; 
  width:50px; 
  height:50px; 
}

.close-modal { 
  position:absolute; top:8px; right:12px; 
  font-size:20px; font-weight:bold; color:#fff; 
  cursor:pointer; 
  background: red;
    border: 2px solid yellow;
    padding: 8px 12px;
}

.copy-btn { 
  margin-top:6px; padding:4px 8px; font-size:14px; 
  border-radius:4px; cursor:pointer; background:#ffe600; 
  border:none; font-weight:bold; color:#000; 
}

.copy-btn:hover { 
  background:#ffd700; 
}
.article {
    background: rgba(0,0,0,0.8);
    margin: 15px;
    padding: 15px;
    border-radius: 12px;
    font-size: 14px;
}
.logo-container {
  position: relative;
  width: 160px;
 
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px; /* lebih dramatis */
}

.logo-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: rotateLogo3D 5s linear infinite;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
}

/* Membuat beberapa lingkaran dalam satu ring */
.logo-ring::before,
.logo-ring::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50%;
  border: 2px solid #fff82b;
  box-shadow: 0 0 12px rgba(255, 255, 0, 0.6);
}

.logo-ring::before {
  transform: rotateX(60deg);
  animation: rotateLogo3DReverse 7s linear infinite reverse;
}

.logo-ring::after {
  transform: rotateY(60deg);
  animation: rotateLogo3DReverse 6s linear infinite;
}

/* Animasi ring utama */
@keyframes rotateLogo3D {
  0% { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  100% { transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg); }
}

@keyframes rotateLogo3DReverse {
  0% { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  100% { transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg); }
}


.logo-img {
  position: relative;
  z-index: 2; /* di atas globe */
  width: 100px;
  top: 5px;
  height: auto;
  filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.7));
  animation: logoFloat 5s ease-in-out infinite alternate;
  transform-origin: center center;
}

@keyframes logoFloat {
  0% {
    transform: rotateX(0deg) rotateY(0deg) scale(1);
  }
  25% {
    transform: rotateX(8deg) rotateY(12deg) scale(1.05);
  }
  50% {
    transform: rotateX(-10deg) rotateY(-8deg) scale(1.08);
  }
  75% {
    transform: rotateX(6deg) rotateY(10deg) scale(1.03);
  }