/*
Theme Name: Playduo
Theme URI: https://playduo.vn
Description: Theme Playduo - Nền tảng thuê Player chơi game cùng.
Author: Playduo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: playduo
*/

/* CSS thật được build vào assets/style.css — dưới đây là class custom (từ src/custom.css) vì build không gộp @import. */

/* Icon Material Symbols (font load từ functions.php) */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Hero section nền */
.hero-gradient {
  background: linear-gradient(135deg, #E0E7FF 0%, #DBEAFE 100%);
}

/* Nút / vùng gradient chính */
.primary-gradient {
  background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);
}

/* Diễn đàn: header, nút tạo bài */
.header-gradient {
  background: linear-gradient(135deg, #DBEAFE 0%, #EDE9FE 100%);
}

.accent-gradient {
  background: linear-gradient(135deg, #F97316 0%, #EF4444 100%);
}

.fill-1 {
  font-variation-settings: 'FILL' 1;
}

/* Nội dung bài viết forum: ảnh responsive */
.forum-post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0.5rem 0;
}

/* Chi tiết forum: reply border */
.nested-reply-border {
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #8B5CF6, #3B82F6) 1;
}

.sticky-editor {
  box-shadow: 0 -4px 20px -5px rgba(0, 0, 0, 0.1);
}

/* Viền hạng (top donors) */
.gold-border {
  border: 2px solid #FFD700;
}

.silver-border {
  border: 2px solid #C0C0C0;
}

.bronze-border {
  border: 2px solid #CD7F32;
}

/* Swiper: dùng icon tùy chỉnh thay mũi tên mặc định */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

@media (max-width: 1024px) {
  .hidden {
    display: none;
  }
}