@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

@keyframes pulse_br {
  70% {
    box-shadow: 0 0 0 8px rgba(237, 22, 80, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(237, 22, 80, 0);
  }
}
html {
  font-family: "segoe ui", Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #f5f6f8;
}

.container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}

#page-body {
  padding-bottom: 20px;
}

.ads {
  background: #eee;
  border: 1px dashed #3a640a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  border-radius: 4px;
}
.ads p {
  text-align: center;
  color: #000;
}

.wrapcontent {
  line-height: 1.8;
}
.wrapcontent > * {
  margin-bottom: 16px;
}
.wrapcontent p {
  word-break: inherit;
}
.wrapcontent h2,
.wrapcontent h3,
.wrapcontent h4,
.wrapcontent h5,
.wrapcontent h6 {
  line-height: 1.4em;
}
.wrapcontent ol,
.wrapcontent ul {
  margin-left: 20px;
}
.wrapcontent table {
  margin: 20px auto;
  border-collapse: collapse;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.wrapcontent table thead th {
  background: #000;
  color: #fff;
  padding: 10px;
}
.wrapcontent table tbody tr td {
  padding: 8px 10px;
}
.wrapcontent table tbody tr:nth-child(even) td {
  background: #eceaea;
}
.wrapcontent table tbody tr:hover td {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}
.wrapcontent a {
  word-break: break-all;
}
.wrapcontent a:visited {
  color: #1a73d6;
}
.wrapcontent blockquote {
  border-left: 4px solid #1a73d6;
  padding: 16px 0 16px 20px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.04);
}
.wrapcontent p {
  overflow: hidden;
}
.wrapcontent p iframe {
  margin-left: 50%;
  transform: translateX(-50%);
}

#adminBar {
  position: fixed;
  left: 0;
  bottom: 60px;
  background: transparent;
  z-index: 999;
  padding: 0 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
#adminBar.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#adminBar a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  line-height: 36px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  margin: 4px 6px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  transition: all 0.2s ease;
}
#adminBar a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}
#adminBar a.fn-addpost {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}
#adminBar a.fn-addpost:hover {
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.4);
}
#adminBar a.fn-editpost {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
#adminBar a.fn-editpost:hover {
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}
#adminBar a.fn-clearcache {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}
#adminBar a.fn-clearcache:hover {
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4);
}
#adminBar a.fn-bell-notification {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
  position: relative;
}
#adminBar a.fn-bell-notification:hover {
  box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4);
}
#adminBar a.fn-bell-notification span span {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TAILWIND STATE BRIDGES */
body.mobile-menu-open {
  overflow: hidden;
}

#mobileSidebar {
  min-height: 100vh;
  min-height: 100dvh;
}
#mobileSidebar.open {
  visibility: visible;
}
#mobileSidebar.open #sidebarBackdrop {
  opacity: 1;
}
#mobileSidebar.open #sidebarContent {
  transform: translateX(0);
}
#mobileSidebar #sidebarContent {
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
}

.dropdown-menu.show {
  display: block;
}

#mobileSearch:not(.hidden) {
  display: flex !important;
}

#showSlide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}
#showSlide .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#showSlide .close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
#showSlide .close svg {
  width: 20px;
  height: 20px;
}
#showSlide .close svg path {
  fill: #fff;
}
#showSlide .swiper_screenshoots_show {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#showSlide .swiper_screenshoots_show .swiper-wrapper {
  align-items: center;
}
#showSlide .swiper_screenshoots_show .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#showSlide .swiper_screenshoots_show .swiper-slide img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}
#showSlide .swiper_screenshoots_show .swiper-button-next,
#showSlide .swiper_screenshoots_show .swiper-button-prev {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#showSlide .swiper_screenshoots_show .swiper-button-next::after,
#showSlide .swiper_screenshoots_show .swiper-button-prev::after {
  font-size: 20px;
}
#showSlide .swiper_screenshoots_show .swiper-button-next:hover,
#showSlide .swiper_screenshoots_show .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.2);
}
#showSlide .swiper_screenshoots_show .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
#showSlide .swiper_screenshoots_show .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper_screenshoots .swiper-slide {
  width: auto;
  cursor: pointer;
}
.swiper_screenshoots .swiper-slide img.item-screenshoot {
  width: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.swiper_screenshoots .swiper-slide img.item-screenshoot:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .swiper_screenshoots .swiper-slide img.item-screenshoot {
    height: 150px;
  }
}

.wrapcontent {
  line-height: 1.7;
  color: #444;
}
.wrapcontent h2 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
}
.wrapcontent h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #ff6328;
  border-radius: 2px;
}
.wrapcontent h3 {
  font-size: 1.5rem;
  color: #34495e;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.wrapcontent p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  text-align: justify;
  hyphens: auto;
}
.wrapcontent p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wrapcontent h2 {
    font-size: 1.6rem;
  }
  .wrapcontent h3 {
    font-size: 1.3rem;
  }
  .wrapcontent p {
    font-size: 1rem;
    text-align: left;
  }
}

/* Category Scrollable Buttons */
.category-scroll-container {
  width: 100%;
  position: relative;
}
.category-scroll-container .overflow-x-auto {
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}
.category-scroll-container .overflow-x-auto.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.category-scroll-container .overflow-x-auto::-webkit-scrollbar {
  display: none;
}
.category-scroll-container .overflow-x-auto {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: linear-gradient(135deg, #4a5568 0%, #3d4654 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 9999px; /* Bo cong tròn như pill */
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.category-button:hover {
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.category-button.active {
  background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
}
@media (max-width: 768px) {
  .category-button {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.scroll-indicator {
  width: 100%;
}
.scroll-indicator .scroll-indicator-bar {
  transition: width 0.3s ease;
}

/*# sourceMappingURL=style.css.map */
