body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fff; }

  /* ===== HEADER ===== */
  header { background: #111827; color: white; padding: 12px 20px; }
  .header-content { display: flex; align-items: center; justify-content: space-between; }
  .header-title { font-size: 20px; font-weight: bold; letter-spacing: 0.5px; }
  .header-social a { display: inline-flex; align-items: center; margin-left: 12px; }
  .header-social img { width: 22px; height: 22px; display: block; transition: filter 0.2s ease; }
  .header-social a:hover img { filter: brightness(1) invert(1) sepia(1) hue-rotate(180deg) saturate(3); }
img {border-radius: 6px;}
  /* ===== FOOTER ===== */
  footer { background: #111827; color: white; padding: 20px; font-size: 14px; text-align: center; margin-top: 30px; }
  footer nav { margin-bottom: 8px; }
  footer nav a { color: white; text-decoration: none; margin: 0 10px; }
  footer nav a:hover { text-decoration: underline; }
  /* ===== Podium ===== */
  .podium { display: flex; justify-content: center; align-items: flex-end; gap: 8px; flex-wrap: nowrap; padding-top: 25px; }
  .card { text-align: center; max-width: 90px; flex: 1; }
  .card img { width: 100%; border-radius: 6px; background: transparent; display: block; }
  .medal { position: relative; margin-top: -12px; margin-bottom: 5px; }
  .center { transform: translateY(-15px); }
  .title { font-weight: bold; font-size: 11px; margin: 3px 0; }
  .desc { color: orange; font-size: 9px; margin-bottom: 5px; }
  .download-btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; border: 1px solid #111827; font-size: 13px; font-weight: 600; text-decoration: none; color: #111827; }
  .download-btn:hover { background: #111827; color: #fff; }

  /* ===== Post List ===== */
  #postListWidget { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; margin-top: 25px; padding: 10px; }
  .plw-header { font-weight: 600; padding: 8px 6px; }
  .plw-list { display: flex; flex-direction: column; gap: 10px; }
  .plw-item { display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; }
  .plw-thumb { flex: 0 0 auto; width: 72px; height: 72px; border-radius: 10px; overflow: hidden; background: #f3f4f6; display: grid; place-items: center; }
  .plw-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .plw-body { flex: 1 1 auto; min-width: 0; }
  .plw-title { font-size: 15px; line-height: 1.25; font-weight: 600; margin: 0 0 4px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .plw-desc { font-size: 12px; color: #6b7280; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .plw-actions { flex: 0 0 auto; display: flex; gap: 6px; }
  .plw-btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; border: 1px solid #111827; font-size: 13px; font-weight: 600; text-decoration: none; color: #111827; }
  .info-btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px; border-radius: 999px; border: 1px solid #111827; font-size: 14px; font-weight: bold; color: #111827; background: #fff; cursor: pointer; }
  .plw-btn:hover, .info-btn:hover { background: #111827; color: #fff; }
  .plw-loader { text-align: center; padding: 12px; color: #6b7280; display:none; }

  /* ===== Popup Widget ===== */
  #popupWidget { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 9999; justify-content: center; align-items: center; }
  #popupContent { background: #fff; border-radius: 12px; padding: 20px; max-width: 90%; max-height: 80%; overflow-y: auto; position: relative; }
  #popupClose { position: absolute; top: 8px; right: 12px; font-size: 20px; font-weight: bold; cursor: pointer; }
/* Floating button */
  #floatingAdBtn {position: fixed;top: 45%;right: 20px;transform: translateY(-50%);background: transparent;color: #ff5722;border: 2px solid #ff5722;border-radius: 50%;width: 30px;height: 30px;font-size: 16px;cursor: pointer;display: flex;align-items: center;justify-content: center;z-index: 9999;transition: opacity 0.3s, visibility 0.3s;}
  /* Hidden state */
  #floatingAdBtn.hidden {opacity: 0;visibility: hidden;}
  /* Widget popup */
  #adWidget {display: none; /* hidden by default */
    position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 300px;max-width: 90%;background: white;border: 2px solid #ff5722;border-radius: 10px;padding: 15px;box-shadow: 0 4px 12px rgba(0,0,0,0.3);z-index: 9999;}
  /* Close button */
  #adWidgetClose {position: absolute;top: 5px;right: 8px;background: #ff5722;color: white;border: none;border-radius: 50%;width: 25px;height: 25px;font-size: 16px;cursor: pointer;}
    /* Ad Container */
  .ad-box {position: relative;margin: 16px auto;padding: 0;background: #fff;border-radius: 8px;box-shadow: 0 6px 18px rgba(0,0,0,0.1);max-width: 728px;width: 100%;overflow: hidden;}
  /* Ad Slot (Center content) */
  .ad-slot {display: flex;justify-content: center;align-items: center;min-height: 50px;}
  /* Close Button with Curved Border */
  .ad-close {position: absolute;top: 0;right: 0;width: 28px;height: 28px;border: 0;background: #fff;cursor: pointer;font-size: 18px;font-weight: bold;color: #000;border-bottom-left-radius: 8px;line-height: 28px;text-align: center;}
  .ad-close:hover {background: #f0f0f0;}
  /* Mobile width */
  @media (max-width: 480px) {
    .ad-box { max-width: 320px; }
  }