body {
  font-family: "Amazon Ember", Arial, sans-serif;
  margin: 0;
  background-color: #f2f3f3;
  color: #16191f;
  font-size: 13px;
}

.top-nav {
  background-color: #232f3e;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: white;
}
.logo {
  font-weight: 900;
  font-size: 15px;
}
.logo span {
  color: #ff9900;
}
.nav-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.user-pill {
  background: #3b4859;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 11px;
}
.btn-logout {
  color: #ff9900;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}


/* SLIDER GEPENG KAMU TETAP DISINI */
.ads-grid-slim {
  width: 100%;
  height: 60px;
  background: #000;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.slider-track {
  display: flex;
  width: 300%;
  height: 100%;
  animation: slideGambarGepeng 12s infinite ease-in-out;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.slide-overlay {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

@keyframes slideGambarGepeng {
  0%,
  30% {
    transform: translateX(0);
  }
  33%,
  63% {
    transform: translateX(-33.33%);
  }
  66%,
  96% {
    transform: translateX(-66.66%);
  }
  100% {
    transform: translateX(0);
  }
}

.aws-card {
  background: white;
  border: 1px solid #eaeded;
  margin-bottom: 10px;
}
.card-title {
  background: #fafafa;
  padding: 6px 12px;
  border-bottom: 1px solid #eaeded;
  font-weight: bold;
  font-size: 12px;
  color: #545b64;
}
.card-content {
  padding: 12px;
}

/* GRID & ITEMS */
.aws-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.service-item {
  background: white;
  border: 1px solid #eaeded;
  text-decoration: none;
  color: inherit;
  display: flex;
  padding: 10px;
  gap: 10px;
  align-items: center;
  transition: 0.2s;
}
.service-item:hover {
  border-color: #ff9900;
  background-color: #f1faff;
}

.s-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 10px;
  flex-shrink: 0;
}
.v-blue {
  background: #0073bb;
}
.v-purple {
  background: #a166ff;
}
.v-orange {
  background: #ff9900;
}
.v-green {
  background: #1d8102;
}

.s-label strong {
  display: block;
  font-size: 13px;
  color: #0073bb;
}
.s-label small {
  font-size: 11px;
  color: #545b64;
  display: block;
  margin-top: -2px;
}

/* MODAL / BINGKAI OREN PAS BUKA FOTO/VIDEO */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
}
.close-modal {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 600px) {
  .aws-grid {
    grid-template-columns: 1fr;
  }
  .region {
    display: none;
  }
}

.ads-grid-slim {
  /* ... kode lama kamu ... */
  border: none;
  box-shadow: 0 0 15px rgba(255, 153, 0, 0.1); /* Glow tipis warna oren */
}
