/*!
 * style.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:root {
  --bg: #080808;
  --s1: #0c0c0c;
  --s2: #111;
  --s3: #161616;
  --s4: #1c1c1c;
  --s5: #232323;
  --bd: #1a1a1a;
  --bd2: #252525;
  --bd3: #333;
  --tx: #e8e8e8;
  --tx2: #808080;
  --tx3: #444;
  --tx4: #333;
  --grn: #088755;
  --grn2: #0aa464;
  --grn3: #066f46;
  --grng: rgba(8, 135, 85, .1);
  --grng2: rgba(8, 135, 85, .06);
  --rd: #e74c3c;
  --blu: #3b82f6;
  --ylw: #eab308;
  --pur: #a855f7;
  --r: 8px;
  --r1: 50%;
  --r2: 12px;
  --r3: 16px;
  --r4: 12px 12px 0 0;
  --r5: 0 0 12px 12px;
  --r6: 12px 12px 0 0
}

[data-theme="light"] {
  --bg: #f0f0f0;
  --s1: #f7f7f7;
  --s2: #fff;
  --s3: #fafafa;
  --s4: #f0f0f0;
  --s5: #e8e8e8;
  --bd: #ddd;
  --bd2: #ccc;
  --bd3: #bbb;
  --tx: #111;
  --tx2: #666;
  --tx3: #aaa;
  --tx4: #ccc;
  --grng: rgba(8, 135, 85, .07);
  --grng2: rgba(8, 135, 85, .04)
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Outfit', system-ui, sans-serif;
  background: var(--bg);
  color: var(--tx);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

a {
  text-decoration: none;
  color: inherit
}

img {
  display: block;
  max-width: 100%
}

button {
  font-family: inherit
}

input,
select {
  font-family: inherit
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: transparent
}

::-webkit-scrollbar-thumb {
  background: var(--bd2);
  border-radius: 10px
}

/* ===== HEADER ===== */
.hdr {
  background: var(--s1);
  border-bottom: 1px solid var(--bd);
  position: sticky;
  top: 0;
  z-index: 999;
  overflow: visible
}

.hdr-top {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid var(--bd);
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
  overflow: visible
}

.hdr-top .left {
  display: flex;
  align-items: center;
  gap: 12px
}

.hdr-top .center {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 24px
}

.hdr-top .right {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  overflow: visible;
  flex-wrap: nowrap;
  position: relative
}

@media(max-width:768px) {
  .hdr-top {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    overflow: visible
  }

  .hdr-top .left {
    gap: 6px;
    padding-right: 16px
  }

  .hdr-top .center {
    display: none
  }

  .hdr-top .right {
    overflow: visible;
    position: relative;
    flex-shrink: 0;
    min-width: 0;
    gap: 8px
  }
}

@media(min-width:769px) {
  .hdr-top .mob-hdr {
    display: none
  }

  .hdr-top .right>#hdrSearchMob {
    display: none
  }
}

.hdr-top .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none
}

.hdr-top .logo .logo-avatar {
  height: 28px;
  width: 28px;
  border-radius: 8px;
  flex-shrink: 0
}

.hdr-top .logo .logo-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, var(--grn), #2dd4bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize
}

@media(max-width:768px) {
  .hdr-top .logo .logo-text {
    display: none
  }
}

.hdr-top .logo .dk,
.hdr-top .logo .lt,
.hdr-top .logo .mob-logo {
  display: none
}

.hdr-search-btn {
  flex-shrink: 0
}

/* Desktop inline search */
.hdr-search-inline {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0
}

/* Wrapper for input + Ctrl K badge */
.hdr-search-inline .s-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1
}

.hdr-search-inline .s-input-wrap input {
  width: 0;
  height: 32px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 0;
  font-size: .8rem;
  color: var(--tx);
  outline: none;
  transition: border-color .2s, opacity .2s;
  opacity: 0;
  pointer-events: none;
  display: block;
  min-width: 0
}

.hdr-search-inline .s-icon {
  color: var(--tx3);
  font-size: .85rem;
  z-index: 2;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--bd);
  background: none;
  transition: color .2s, border-color .2s;
  flex-shrink: 0
}

.hdr-search-inline .s-icon:hover {
  color: var(--grn);
  border-color: var(--grn)
}

/* Ctrl+K badge — lives inside .s-input-wrap, hidden until search is open */
.hdr-search-inline .s-kbd {
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s
}

.hdr-search-inline .s-kbd-hint {
  font-size: .6rem;
  font-weight: 600;
  color: var(--tx3);
  background: var(--s4);
  border: 1px solid var(--bd2);
  border-radius: 4px;
  padding: 1px 5px;
  line-height: 1.4;
  white-space: nowrap
}

.hdr-search-inline .s-kbd-icon {
  font-size: .72rem;
  color: var(--tx3)
}

.hdr-search-inline.on .s-kbd {
  visibility: visible;
  opacity: 1
}

.hdr-search-inline .s-close {
  background: none;
  border: none;
  color: var(--tx3);
  cursor: pointer;
  font-size: .82rem;
  z-index: 2;
  display: none;
  padding: 0;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  transition: color .15s;
  flex-shrink: 0;
  margin-left: 4px
}

.hdr-search-inline .s-close:hover {
  color: var(--rd)
}

/* When open: expand the input wrapper, input fills it with padding for badge */
.hdr-search-inline.on .s-input-wrap {
  margin-left: 6px
}

.hdr-search-inline.on .s-input-wrap input {
  width: 200px;
  padding: 0 68px 0 10px;
  border-color: var(--grn);
  opacity: 1;
  pointer-events: auto
}

.hdr-search-inline.on .s-close {
  display: flex
}

/* Mobile search: input wraps full width when open */
.hdr-search-inline.mob-search.on .s-input-wrap {
  flex: 1
}

.hdr-search-inline.mob-search.on .s-input-wrap input {
  width: 100%
}

/* mob-search: hidden on desktop, shown on mobile inside .left */
.hdr-search-inline.mob-search {
  display: none
}

@media(max-width:768px) {
  .hdr-search-inline.mob-search {
    display: flex;
    margin-left: 6px
  }

  .hdr-search-inline.mob-search.on {
    flex: 1;
    margin-left: 0;
    gap: 0
  }

  .hdr-search-inline.mob-search.on .s-input-wrap {
    flex: 1;
    margin-left: 6px
  }

  .hdr-search-inline.mob-search.on .s-input-wrap input {
    width: 100%
  }

  /* hide logo & hamburger inside .left when mobile search is open */
  .hdr-top .left.search-open .logo,
  .hdr-top .left.search-open .mob-hdr {
    display: none
  }

  /* hide right-side items when mob search is open */
  .hdr-top .right.search-open .sell-btn,
  .hdr-top .right.search-open .hdr-icon-wrap,
  .hdr-top .right.search-open .hdr-avatar-btn,
  .hdr-top .right.search-open .hdr-btn {
    display: none
  }
}

@media(min-width:769px) {
  .hdr-search-inline.mob-search {
    display: none !important
  }
}

/* .right flex set in hdr-top rules above */
.hdr-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
  flex-shrink: 0;
  opacity: 1;
  pointer-events: auto
}

.hdr-menu a {
  padding: 4px 10px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--grn);
  border-radius: var(--r);
  transition: .15s;
  white-space: nowrap
}

.hdr-menu a:hover {
  background: var(--grng);
  color: var(--grn2)
}

/* Hide hdr-menu when search is open */
.hdr-top .center.search-open .hdr-menu {
  display: none
}

/* Sell button aligned to rightbar boundary */
.sell-btn {
  margin-right: 0
}

.hdr-btn {
  height: 32px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
  font-size: .75rem;
  font-weight: 600;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  transition: .2s;
  white-space: nowrap
}

.hdr-btn.fill {
  background: var(--grn);
  color: #fff
}

.hdr-btn.fill:hover {
  background: var(--grn2)
}

.hdr-btn.out {
  background: #fff;
  color: var(--grn3);
  border: 1px solid var(--bd)
}

.hdr-btn.out:hover {
  background: var(--grng);
  border-color: var(--grn);
  color: var(--grn)
}

/* Sell button pill — declared AFTER .hdr-btn to win cascade */
.hdr-btn.sell-btn {
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 50%;
  font-size: .75rem
}

[data-theme="light"] .hdr-btn.out {
  background: #fff;
  color: var(--grn3);
  border: 1px solid var(--bd2)
}

.hdr-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bd);
  background: none;
  color: var(--tx2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s;
  font-size: .85rem
}

.hdr-icon:hover {
  border-color: var(--grn);
  color: var(--grn)
}

[data-theme="dark"] .hdr-icon .bi-sun-fill {
  display: none
}

[data-theme="light"] .hdr-icon .bi-moon-fill {
  display: none
}

.hdr-bot {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 38px;
  gap: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.hdr-bot::-webkit-scrollbar {
  display: none
}

.hdr-bot a {
  flex-shrink: 0;
  padding: 0 14px;
  font-size: .76rem;
  font-weight: 500;
  color: var(--tx2);
  height: 38px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: .15s;
  white-space: nowrap
}

.hdr-bot a:hover,
.hdr-bot a.on {
  color: var(--tx);
  border-color: var(--grn)
}

.hdr-bot a.on {
  font-weight: 700
}

/* ===== APP LAYOUT ===== */
.app {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  max-width: 1440px;
  margin: 0 auto;
  min-height: calc(100vh - 48px);
  column-gap: 0;
  padding: 0 16px
}

/* ===== LEFT SIDEBAR ===== */
.lsb {
  background: var(--s1);
  padding: 20px 14px;
  align-self: start;
  position: sticky;
  top: 48px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.lsb::-webkit-scrollbar {
  display: none
}

.lsb-profile {
  position: relative;
  border-radius: var(--r3);
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: var(--s2)
}

.lsb-profile .cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, var(--s2))
}

.lsb-profile .cover-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

.lsb-profile .cover-canvas i {
  position: absolute;
  color: var(--tx);
  pointer-events: none
}

[data-theme="light"] .lsb-profile .cover-canvas i {
  color: var(--grn)
}

.lsb-profile .p-body {
  padding: 0 12px 14px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.lsb-profile .p-body img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid var(--s2)
}

.lsb-profile .info {
  width: 100%;
  min-width: 0;
  overflow: hidden
}

.lsb-profile .info .name {
  font-size: .84rem;
  font-weight: 700;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 1.35;
  color: var(--tx)
}

.lsb-profile .info .role {
  font-size: .68rem;
  color: var(--tx3);
  line-height: 1.3;
  margin-top: 1px
}

.lsb-profile .badges {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.lsb-profile .badge {
  font-size: .58rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  white-space: nowrap
}

.lsb-profile .badge.pro {
  background: var(--grng);
  color: var(--grn)
}

.lsb-profile .badge.seller {
  background: rgba(234, 179, 8, .1);
  color: var(--ylw)
}

.lsb-profile .desc {
  font-size: .7rem;
  color: var(--tx2);
  line-height: 1.4;
  margin-top: 2px;
  word-break: normal;
  overflow-wrap: break-word
}

.lsb-profile .soc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  max-width: 186px;
  margin-left: auto;
  margin-right: auto
}

.lsb-profile .soc a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--s3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  font-size: .72rem;
  transition: .2s
}

.lsb-profile .soc a:hover {
  background: var(--grng);
  color: var(--grn)
}

/* ===== HERO BANNER ===== */
.hero-slider {
  position: relative;
  border-radius: var(--r3);
  margin-bottom: 16px;
  overflow: hidden;
  height: 220px
}

.hero-banner {
  position: relative;
  border-radius: var(--r3);
  padding: 40px 24px 36px;
  text-align: center;
  overflow: hidden;
  height: 100%
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: var(--r3);
  overflow: hidden
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: opacity, transform;
  opacity: 0
}

.hero-bg-layer.active {
  opacity: 1
}

.hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 1;
  border-radius: var(--r3)
}

.hero-banner::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 20%;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, .03);
  border-radius: 50%
}

.hero-banner h1 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  line-height: 1.35;
  transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1)
}

.hero-banner p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .75);
  position: relative;
  z-index: 2;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto;
  transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1)
}

.hero-text.hide h1,
.hero-text.hide p {
  opacity: 0;
  transform: translateY(8px)
}

.hero-text.show h1,
.hero-text.show p {
  opacity: 1;
  transform: translateY(0)
}

.hero-banner .hero-acts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 2
}

.hero-banner .hero-btn {
  height: 36px;
  padding: 0 20px;
  font-size: .78rem;
  font-weight: 700;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: .2s
}

.hero-banner .hero-btn.primary {
  background: #fff;
  color: var(--grn3)
}

.hero-banner .hero-btn.primary:hover {
  background: rgba(255, 255, 255, .9);
  transform: translateY(-1px)
}

.hero-banner .hero-btn.green {
  background: var(--grn);
  color: #fff
}

.hero-banner .hero-btn.green:hover {
  background: var(--grn2);
  transform: translateY(-1px)
}

.hero-banner .hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .04;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media(max-width:768px) {
  .hero-slider {
    height: 200px
  }

  .hero-banner {
    padding: 28px 16px 24px
  }

  .hero-banner h1 {
    font-size: 1.1rem
  }

  .hero-banner p {
    font-size: .8rem
  }
}

@media(max-width:480px) {
  .hero-slider {
    height: 190px
  }

  .hero-banner {
    padding: 20px 14px 16px
  }

  .hero-banner h1 {
    font-size: .95rem
  }

  .hero-banner p {
    font-size: .72rem
  }

  .hero-banner .hero-btn {
    height: 36px;
    padding: 0 14px;
    font-size: .72rem
  }

  .hero-banner .hero-acts {
    gap: 6px;
    margin-top: 10px
  }
}

.lsb-nav {
  margin-bottom: 24px
}

.lsb-nav .title {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--tx4);
  padding: 0 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px
}

.lsb-nav .title .t-badge {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  flex-shrink: 0
}

.lsb-nav .title .t-badge.browse {
  background: var(--grng);
  color: var(--grn)
}

.lsb-nav .title .t-badge.library {
  background: rgba(59, 130, 246, .1);
  color: var(--blu)
}

.lsb-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-size: .8rem;
  color: var(--tx2);
  border-radius: var(--r);
  transition: .15s;
  margin-bottom: 1px
}

.lsb-nav a i {
  font-size: .88rem;
  width: 18px;
  text-align: center;
  color: var(--tx3)
}

.lsb-nav a:hover {
  background: var(--s3);
  color: var(--tx)
}

.lsb-nav a:hover i {
  color: var(--tx2)
}

.lsb-nav a.on {
  background: var(--grng);
  color: var(--grn);
  font-weight: 600
}

.lsb-nav a.on i {
  color: var(--grn)
}

.lsb-nav a .cnt {
  margin-left: auto;
  font-size: .7rem;
  font-weight: 700;
  background: var(--s4);
  padding: 2px 10px;
  border-radius: 10px;
  color: var(--tx)
}

.lsb-divider {
  height: 1px;
  background: var(--bd);
  margin: 16px 0
}

.lsb-filter {
  margin-bottom: 18px
}

.lsb-filter .ft {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--tx4);
  padding: 0 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px
}

.lsb-filter .ft .f-badge {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  flex-shrink: 0
}

.lsb-filter .ft .f-badge.cat {
  background: rgba(168, 85, 247, .1);
  color: var(--pur)
}

.lsb-filter .ft .f-badge.price {
  background: rgba(234, 179, 8, .1);
  color: var(--ylw)
}

.lsb-filter .ft .f-badge.rate {
  background: rgba(255, 152, 0, .1);
  color: #ff9800
}

.lsb-filter .ft .f-badge.tags {
  background: rgba(8, 135, 85, .1);
  color: var(--grn)
}

.lsb-filter .ft button {
  background: none;
  border: none;
  color: var(--grn);
  font-size: .62rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto
}

.lsb-opt {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  font-size: .78rem;
  color: var(--tx2);
  cursor: pointer;
  border-radius: var(--r);
  transition: .15s
}

.lsb-opt:hover {
  background: var(--s3);
  color: var(--tx)
}

.lsb-opt input[type="checkbox"],
.lsb-opt input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--bd2);
  border-radius: 4px;
  background: var(--s3);
  cursor: pointer;
  flex-shrink: 0;
  transition: .15s;
  position: relative
}

.lsb-opt input[type="radio"] {
  border-radius: 50%
}

.lsb-opt input[type="checkbox"]:checked,
.lsb-opt input[type="radio"]:checked {
  background: var(--grn);
  border-color: var(--grn)
}

.lsb-opt input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.lsb-opt input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff
}

.lsb-opt:has(input:checked) {
  color: var(--tx);
  background: var(--grng)
}

.lsb-range {
  padding: 0 10px;
  margin-top: 4px
}

.lsb-range input {
  width: 100%;
  height: 30px;
  background: var(--s3);
  border: none;
  border-radius: var(--r);
  padding: 0 10px;
  font-size: .75rem;
  color: var(--tx);
  outline: none;
  margin-bottom: 4px
}

.lsb-range input:focus {
  box-shadow: 0 0 0 1px var(--grn)
}

.lsb-range .go {
  width: 100%;
  height: 28px;
  font-size: .7rem
}

.lsb-tags {
  padding: 4px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}

.lsb-tag {
  padding: 4px 10px;
  background: var(--s3);
  border: none;
  border-radius: 20px;
  font-size: .65rem;
  color: var(--tx2);
  cursor: pointer;
  transition: .15s
}

.lsb-tag:hover,
.lsb-tag.on {
  background: var(--grng);
  color: var(--grn)
}

.lsb-ad {
  background: linear-gradient(135deg, var(--grng), var(--grng2));
  border-radius: var(--r3);
  padding: 20px 16px;
  text-align: center;
  margin-top: 16px
}

.lsb-ad h4 {
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--tx)
}

.lsb-ad p {
  font-size: .7rem;
  color: var(--tx2);
  margin-bottom: 12px;
  line-height: 1.4
}

.lsb-ad .btn {
  background: var(--grn);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  height: 30px;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  padding: 0 16px;
  transition: .2s
}

.lsb-ad .btn:hover {
  background: var(--grn2)
}

/* ===== MAIN CONTENT ===== */
.main {
  padding: 20px 24px;
  min-width: 0
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  color: var(--tx3);
  margin-bottom: 12px
}

.breadcrumb a {
  color: var(--tx3);
  transition: .15s
}

.breadcrumb a:hover {
  color: var(--grn)
}

.breadcrumb .sep {
  font-size: .6rem
}

.breadcrumb .current {
  color: var(--tx);
  font-weight: 600
}

/* Flash Sale Banner */
.flash-banner {
  background: linear-gradient(135deg, var(--grn3) 0%, var(--grn) 50%, var(--grn2) 100%);
  border-radius: var(--r4);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  min-height: auto
}

.flash-banner::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, .06);
  border-radius: 50%
}

.flash-banner::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, .04);
  border-radius: 50%
}

.flash-l {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  position: relative;
  z-index: 1;
  min-width: 0
}

.flash-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .15);
  border-radius: var(--r2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0
}

.flash-txt h3 {
  font-size: .85rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.flash-txt h3 span {
  font-size: .58rem;
  background: rgba(255, 255, 255, .2);
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

.flash-txt p {
  font-size: .7rem;
  color: rgba(255, 255, 255, .8)
}

.flash-txt code {
  background: rgba(255, 255, 255, .18);
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .5px
}

.flash-r {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  min-width: 0
}

.flash-timer {
  display: flex;
  align-items: center;
  gap: 3px
}

.flash-timer .t {
  background: rgba(0, 0, 0, .25);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  min-width: 28px;
  text-align: center
}

.flash-timer .sep {
  color: rgba(255, 255, 255, .6);
  font-weight: 700;
  font-size: .7rem
}

.flash-copy {
  height: 30px;
  padding: 0 12px;
  background: #fff;
  color: var(--grn3);
  border: none;
  border-radius: var(--r);
  font-size: .72rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  flex-shrink: 1
}

.flash-copy:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

/* SECTION HEAD */
.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bd)
}

.sec-head h2 {
  font-size: 1.05rem;
  font-weight: 700
}

.sec-head .sec-right {
  display: flex;
  align-items: center;
  gap: 6px
}

.sec-head a {
  font-size: .74rem;
  font-weight: 600;
  color: var(--grn);
  transition: .15s
}

.sec-head a:hover {
  color: var(--grn2)
}

.sec-head .sep-v {
  width: 1px;
  height: 14px;
  background: var(--bd2)
}

.vbtn {
  width: 28px;
  height: 28px;
  border-radius: var(--r);
  border: 1px solid var(--bd);
  background: var(--s2);
  color: var(--tx3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .15s;
  font-size: .78rem
}

.vbtn:hover {
  border-color: var(--grn);
  color: var(--grn)
}

.vbtn.on {
  background: var(--grn);
  color: #fff;
  border-color: var(--grn)
}

.sec-foot {
  text-align: center;
  margin-top: 12px
}

.sec-foot a {
  font-size: .76rem;
  font-weight: 600;
  color: var(--grn);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: .15s
}

.sec-foot a:hover {
  color: var(--grn2);
  gap: 6px
}

/* PRODUCT GRID */
.pgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px
}

.pgrid.list {
  grid-template-columns: 1fr;
  gap: 8px
}

.pgrid.list .pc {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto;
  align-items: center
}

.pgrid.list .pc-img {
  aspect-ratio: 1/1;
  height: auto;
  min-height: auto;
  border-radius: var(--r3) 0 0 var(--r3);
  overflow: hidden
}

.pgrid.list .pc-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 10px
}

.pgrid.list .pc-body .cat {
  margin-bottom: 2px
}

.pgrid.list .pc-body h3 {
  font-size: .75rem;
  line-height: 1.3;
  margin-bottom: 3px;
  -webkit-line-clamp: 1
}

.pgrid.list .pc-body .auth {
  margin-bottom: 4px;
  font-size: .65rem
}

.pgrid.list .pc-foot {
  padding-top: 6px;
  border-top: 1px solid var(--bd)
}

.pgrid.list .pc-foot .dl-btn {
  height: 24px;
  font-size: .65rem;
  padding: 0 10px
}

/* PRODUCT CARD */
.pc {
  background: var(--s2);
  border-radius: var(--r3);
  overflow: hidden;
  transition: .25s;
  cursor: pointer
}

.pc:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.pc-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--s3)
}

.pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

.pc:hover .pc-img img {
  transform: scale(1.05)
}

.pc-img .badge {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 7px;
  border-radius: 0 3px 3px 0;
  font-size: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

.pc-img .badge.featured {
  background: var(--ylw);
  color: #000
}

.pc-img .badge.popular {
  background: var(--pur);
  color: #fff
}

.pc-img .badge.sale {
  background: var(--rd);
  color: #fff
}

.pc-img .badge.new {
  background: var(--grn);
  color: #fff
}

.pc-img .badge.free {
  background: var(--blu);
  color: #fff
}

.pc-img .acts {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: .25s
}

.pc:hover .pc-img .acts {
  opacity: 1
}

.pc-img .acts button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(6px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: .72rem;
  transition: .15s
}

.pc-img .acts button:hover {
  background: var(--grn);
  transform: scale(1.1)
}

.pc-img .acts button.liked {
  color: var(--rd)
}

.pc-body {
  padding: 12px 14px 14px
}

.pc-body .cat {
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--grn);
  margin-bottom: 4px
}

.pc-body h3 {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.pc-body .auth {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .68rem;
  color: var(--tx3);
  margin-bottom: 10px
}

.pc-body .auth img {
  width: 16px;
  height: 16px;
  border-radius: 50%
}

.pc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--bd)
}

.pc-foot .pr {
  font-size: .9rem;
  font-weight: 800
}

.pc-foot .pr .old {
  font-size: .68rem;
  color: var(--tx3);
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 3px
}

.pc-foot .rt {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: .65rem;
  color: var(--tx3)
}

.pc-foot .rt i {
  color: #ff9800;
  font-size: .58rem
}

.pc-foot .rt .star-empty {
  color: var(--tx4) !important;
  font-size: .58rem
}

.pc-foot .rt .no-rate {
  color: var(--tx4);
  font-style: italic;
  font-size: .6rem;
  font-weight: 400
}

.pc-foot .rt b {
  color: var(--tx2);
  font-weight: 600;
  margin-left: 3px
}

.pc-foot .rt .bi-arrow-down-circle {
  margin-right: 4px
}

.pc-foot .auth .seller-badge {
  font-size: .62rem;
  color: var(--blu);
  margin-left: 2px
}

/* DOWNLOAD BUTTON (Free Files) */
.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 12px;
  background: var(--grn);
  color: #fff;
  border: none;
  border-radius: var(--r);
  font-size: .68rem;
  font-weight: 700;
  cursor: pointer;
  transition: .2s;
  font-family: inherit;
  white-space: nowrap
}

.dl-btn:hover {
  background: var(--grn2);
  transform: translateY(-1px)
}

.dl-btn i {
  font-size: .72rem
}

/* PAGINATION */
.pagi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 20px
}

.pagi button {
  min-width: 34px;
  height: 34px;
  border-radius: var(--r);
  border: 1px solid var(--bd);
  background: var(--s2);
  color: var(--tx2);
  font-size: .78rem;
  font-weight: 500;
  cursor: pointer;
  transition: .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px
}

.pagi button:hover {
  border-color: var(--grn);
  color: var(--grn)
}

.pagi button.on {
  background: var(--grn);
  color: #fff;
  border-color: var(--grn)
}

.pagi .dots {
  font-size: .75rem;
  color: var(--tx3);
  display: flex;
  align-items: center
}

/* ===== RIGHT SIDEBAR ===== */
.rsb {
  background: var(--s1);
  padding: 20px 14px;
  align-self: start;
  position: sticky;
  top: 48px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.rsb::-webkit-scrollbar {
  display: none
}

.rsb-box {
  margin-bottom: 20px
}

.rsb-box .ht {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--tx4);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px
}

.rsb-box .ht .r-badge {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  flex-shrink: 0
}

.rsb-box .ht .r-badge.cart {
  background: var(--grng);
  color: var(--grn)
}

.rsb-box .ht .r-badge.trend {
  background: rgba(231, 76, 60, .1);
  color: var(--rd)
}

.rsb-box .ht .r-badge.creator {
  background: rgba(59, 130, 246, .1);
  color: var(--blu)
}

.rsb-box .ht .r-badge.stats {
  background: rgba(234, 179, 8, .1);
  color: var(--ylw)
}

.rsb-box .ht .r-badge.news {
  background: rgba(168, 85, 247, .1);
  color: var(--pur)
}

.rsb-box .ht a {
  font-size: .68rem;
  color: var(--grn);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  margin-left: auto
}

.rsb-divider {
  height: 1px;
  background: var(--bd);
  margin: 14px 0
}

/* Cart summary */
.rsb-cart .item {
  display: flex;
  gap: 10px;
  padding: 8px 0
}

.item .num {
  width: 18px;
  font-size: .68rem;
  font-weight: 800;
  color: var(--tx4);
  flex-shrink: 0;
  padding-top: 7px
}

.rsb-cart .item img {
  width: 44px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover
}

.rsb-cart .item .info {
  flex: 1;
  min-width: 0
}

.rsb-cart .item .info .n {
  font-size: .74rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.rsb-cart .item .info .p {
  font-size: .72rem;
  color: var(--grn);
  font-weight: 700
}

.rsb-cart .item .rm {
  background: none;
  border: none;
  color: var(--tx4);
  cursor: pointer;
  font-size: .7rem;
  padding: 2px;
  transition: .15s
}

.rsb-cart .item .rm:hover {
  color: var(--rd)
}

.rsb-cart .total {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 4px
}

.rsb-cart .total .l {
  font-size: .78rem;
  color: var(--tx2)
}

.rsb-cart .total .r {
  font-size: .92rem;
  font-weight: 800
}

.rsb-cart .checkout {
  width: 100%;
  height: 34px;
  background: var(--grn);
  color: #fff;
  border: none;
  border-radius: var(--r);
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.rsb-cart .checkout:hover {
  background: var(--grn2);
  transform: translateY(-1px)
}

/* Trending */
.trend-item {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  cursor: pointer
}

.trend-item .num {
  width: 18px;
  font-size: .68rem;
  font-weight: 800;
  color: var(--tx4);
  flex-shrink: 0;
  padding-top: 10px
}

.trend-item img {
  width: 38px;
  height: 38px;
  border-radius: var(--r);
  object-fit: cover;
  flex-shrink: 0
}

.trend-item .info {
  flex: 1;
  min-width: 0
}

.trend-item .info .n {
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .15s
}

.trend-item .info .n:hover {
  color: var(--grn)
}

.trend-item .info .m {
  font-size: .65rem;
  color: var(--tx3)
}

.trend-item .info .m span {
  color: var(--grn);
  font-weight: 600
}

/* Creators */
.creator-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0
}

.creator-item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0
}

.creator-item .info {
  flex: 1;
  min-width: 0
}

.creator-item .info .n {
  font-size: .76rem;
  font-weight: 600;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 4px
}

.creator-item .info .m {
  font-size: .65rem;
  color: var(--tx3)
}

.creator-item .follow {
  font-size: .64rem;
  color: var(--grn);
  font-weight: 600;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--grng);
  transition: .15s;
  border: none
}

.creator-item .follow:hover {
  background: var(--grn);
  color: #fff
}

.creator-item .follow.following {
  background: var(--grng)
}

/* Stats mini */
.stat-mini {
  display: flex;
  justify-content: space-between;
  gap: 8px
}

.stat-mini .sm {
  text-align: center;
  flex: 1
}

.stat-mini .sm .n {
  font-size: 1rem;
  font-weight: 800;
  color: var(--grn)
}

.stat-mini .sm .l {
  font-size: .6rem;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .5px
}

/* Newsletter */
.rsb-newsletter {
  text-align: center;
  padding: 20px 14px;
  background: linear-gradient(135deg, var(--grng), var(--grng2));
  border-radius: var(--r3)
}

.rsb-newsletter .nl-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grn);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin: 0 auto 10px
}

.rsb-newsletter .ht {
  justify-content: center;
  color: var(--tx);
  font-size: .68rem;
  letter-spacing: 1.2px;
  margin-bottom: 6px
}

.rsb-newsletter .nl-desc {
  font-size: .72rem;
  color: var(--tx3);
  line-height: 1.5;
  margin-bottom: 12px
}

.rsb-newsletter .nl-form {
  display: flex;
  gap: 6px
}

.rsb-newsletter .nl-form input {
  flex: 1;
  min-width: 0;
  height: 32px;
  background: var(--s2);
  border: none;
  border-radius: var(--r);
  padding: 0 10px;
  font-size: .74rem;
  color: var(--tx);
  outline: none
}

.rsb-newsletter .nl-form input:focus {
  box-shadow: 0 0 0 1px var(--grn)
}

.rsb-newsletter .nl-form input::placeholder {
  color: var(--tx4)
}

.rsb-newsletter .nl-btn {
  width: 32px;
  height: 32px;
  border-radius: var(--r);
  background: var(--grn);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  transition: .2s;
  flex-shrink: 0
}

.rsb-newsletter .nl-btn:hover {
  background: var(--grn2);
  transform: scale(1.05)
}

/* ===== CATEGORY NAV (center only) ===== */
.cat-nav {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--bd);
  margin-bottom: 14px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.cat-nav::-webkit-scrollbar {
  display: none
}

.cat-nav a {
  flex-shrink: 0;
  padding: 8px 14px;
  font-size: .78rem;
  font-weight: 500;
  color: var(--tx2);
  border-radius: var(--r);
  transition: .15s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px
}

.cat-nav a:hover {
  background: var(--s3);
  color: var(--tx)
}

.cat-nav a.on {
  background: var(--grng);
  color: var(--grn);
  font-weight: 700
}

.cat-nav a i {
  font-size: .85rem
}

/* ===== FOOTER (inside main content) ===== */
.ftr {
  border-top: 1px solid var(--bd);
  margin-top: 24px;
  padding: 28px 0 0
}

.ftr-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px
}

.ftr-brand {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.ftr-brand .ftr-logo img {
  height: 14px
}

.ftr-brand .ftr-logo .dk {
  display: block
}

.ftr-brand .ftr-logo .lt {
  display: none
}

[data-theme="light"] .ftr-brand .ftr-logo .dk {
  display: none
}

[data-theme="light"] .ftr-brand .ftr-logo .lt {
  display: block
}

.ftr-brand .ftr-desc {
  font-size: .78rem;
  color: var(--tx2);
  line-height: 1.65
}

.ftr-soc {
  display: flex;
  gap: 6px
}

.ftr-soc a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--s3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  font-size: .8rem;
  transition: .2s
}

.ftr-soc a:hover {
  background: var(--grng);
  color: var(--grn)
}

.ftr-cols-row {
  display: contents
}

.ftr-col h3 {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tx);
  margin-bottom: 10px
}

.ftr-col ul {
  list-style: none
}

.ftr-col ul li {
  margin-bottom: 6px
}

.ftr-col ul li a {
  font-size: .76rem;
  color: var(--tx3);
  transition: .15s;
  display: flex;
  align-items: center;
  gap: 4px
}

.ftr-col ul li a:hover {
  color: var(--grn)
}

.ftr-col ul li a i {
  font-size: .6rem;
  opacity: .5
}

.ftr-bot {
  border-top: 1px solid var(--bd);
  padding: 14px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.ftr-bot .ftr-soc {
  order: 0
}

.ftr-bot .ftr-copy {
  font-size: .78rem;
  color: var(--tx3);
  order: 1;
  text-align: center;
  line-height: 2
}

.ftr-links {
  order: 2;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 16px
}

.ftr-links a {
  font-size: .75rem;
  color: var(--tx3);
  transition: .15s
}

.ftr-links a:hover {
  color: var(--grn)
}

@media(max-width:1024px) {
  .ftr-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .ftr-brand {
    grid-column: 1;
    text-align: center
  }

  .ftr-brand .ftr-logo img {
    margin: 0 auto
  }

  .ftr-brand .ftr-desc {
    margin: 0 auto
  }

  .ftr-cols-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px
  }
}

@media(max-width:600px) {
  .ftr-brand .ftr-logo img {
    height: 24px
  }

  .ftr-cols-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px
  }

  .ftr-cols-row .ftr-col {
    text-align: center
  }

  .ftr-cols-row .ftr-col h3 {
    font-size: .78rem;
    margin-bottom: 8px
  }

  .ftr-cols-row .ftr-col ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important
  }

  .ftr-cols-row .ftr-col ul li {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 4px;
    padding: 0 !important
  }

  .ftr-cols-row .ftr-col ul li a {
    font-size: .68rem;
    display: inline !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important
  }

  .ftr-cols-row .ftr-col ul li a i {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    font-size: 0 !important
  }

  .ftr-links {
    gap: 10px
  }
}

/* ===== MOBILE ===== */
.mob-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .5)
}

.mob-drawer.on {
  display: block
}

.mob-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  background: var(--s1);
  z-index: 1001;
  padding: 16px;
  transform: translateX(-100%);
  transition: .3s;
  overflow-y: auto
}

.mob-drawer.on .mob-panel {
  transform: translateX(0)
}

.mob-close {
  background: none;
  border: none;
  color: var(--tx);
  font-size: 1.2rem;
  cursor: pointer;
  margin-bottom: 12px
}

.mob-panel .dk {
  display: block
}

.mob-panel .lt {
  display: none
}

[data-theme="light"] .mob-panel .dk {
  display: none
}

[data-theme="light"] .mob-panel .lt {
  display: block
}

.mob-panel .mob-search {
  margin-bottom: 16px
}

.mob-panel .mob-search input {
  width: 100%;
  height: 34px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 0 12px;
  font-size: .82rem;
  color: var(--tx);
  outline: none
}

.mob-panel .mob-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 8px;
  font-size: .85rem;
  color: var(--tx2);
  border-radius: var(--r)
}

.mob-panel .mob-nav a i {
  width: 20px;
  text-align: center
}

.mob-panel .mob-nav a.on {
  color: var(--grn);
  font-weight: 600;
  background: var(--grng)
}

/* ===== HEADER DROPDOWN ===== */
.hdr-icon-wrap {
  flex-shrink: 0
}

.hdr-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 260px;
  max-width: calc(100vw - 24px);
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .3);
  z-index: 99999;
  overflow: hidden
}

.hdr-dropdown.on {
  display: block;
  animation: ddFade .15s ease
}

@keyframes ddFade {
  from {
    opacity: 0;
    transform: translateY(-6px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hdr-dd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 10px;
  border-bottom: 1px solid var(--bd)
}

.hdr-dd-head h4 {
  font-size: .78rem;
  font-weight: 700
}

.hdr-dd-head a {
  font-size: .68rem;
  color: var(--grn);
  font-weight: 600;
  cursor: pointer
}

.hdr-dd-head a:hover {
  color: var(--grn2)
}

.hdr-dd-list {
  max-height: 280px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.hdr-dd-list::-webkit-scrollbar {
  display: none
}

.hdr-dd-item {
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  transition: .15s;
  border-bottom: 1px solid var(--bd)
}

.hdr-dd-item:last-child {
  border-bottom: none
}

.hdr-dd-item:hover {
  background: var(--s3)
}

.hdr-dd-item.unread {
  background: var(--grng)
}

.hdr-dd-item.unread:hover {
  background: var(--grng)
}

.hdr-dd-item .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover
}

.hdr-dd-item .avatar.icon {
  background: var(--s4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grn);
  font-size: .9rem
}

.hdr-dd-item .body {
  flex: 1;
  min-width: 0
}

.hdr-dd-item .body .name {
  font-size: .76rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 1px;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 4px
}

.hdr-dd-item .body .msg {
  font-size: .7rem;
  color: var(--tx2);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.hdr-dd-item .body .meta {
  font-size: .62rem;
  color: var(--tx3);
  margin-top: 2px
}

.hdr-dd-item .unread-dot {
  width: 7px;
  height: 7px;
  background: var(--grn);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px
}

.hdr-dd-item .notif-icon {
  width: 34px;
  height: 34px;
  border-radius: var(--r);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem
}

.hdr-dd-item .notif-icon.green {
  background: var(--grng);
  color: var(--grn)
}

.hdr-dd-item .notif-icon.blue {
  background: rgba(59, 130, 246, .1);
  color: var(--blu)
}

.hdr-dd-item .notif-icon.yellow {
  background: rgba(234, 179, 8, .1);
  color: var(--ylw)
}

.hdr-dd-item .notif-icon.red {
  background: rgba(231, 76, 60, .1);
  color: var(--rd)
}

.hdr-dd-foot {
  text-align: center;
  padding: 8px;
  border-top: 1px solid var(--bd)
}

.hdr-dd-foot a {
  font-size: .72rem;
  color: var(--grn);
  font-weight: 600;
  cursor: pointer
}

.hdr-dd-foot a:hover {
  color: var(--grn2)
}

.hdr-dd-empty {
  text-align: center;
  padding: 30px 14px;
  color: var(--tx3)
}

.hdr-dd-empty i {
  font-size: 1.5rem;
  margin-bottom: 6px;
  display: block
}

.hdr-dd-empty p {
  font-size: .74rem
}

/* ===== DROPDOWN LOADING ===== */
.hdr-dd-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 14px;
  color: var(--tx3)
}

.hdr-dd-loading .spinner {
  width: 28px;
  height: 28px;
  border: 3px solid var(--bd);
  border-top-color: var(--grn);
  border-radius: 50%;
  animation: ddSpin .6s linear infinite;
  margin-bottom: 10px
}

@keyframes ddSpin {
  to {
    transform: rotate(360deg)
  }
}

.hdr-dd-loading p {
  font-size: .72rem;
  color: var(--tx3)
}

/* ===== SELLER BADGE ===== */
.seller-badge {
  display: inline-flex;
  align-items: center;
  color: var(--ylw);
  flex-shrink: 0;
  margin-left: 2px
}

.seller-badge .bi-patch-check-fill {
  font-size: .78rem
}

/* ===== USER AVATAR BUTTON (TOPBAR) ===== */
.hdr-avatar-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bd);
  background: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: center
}

.hdr-avatar-btn:hover {
  border-color: var(--grn)
}

.hdr-avatar-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block
}

/* ===== USER DROPDOWN ===== */
.hdr-user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid var(--bd);
  background: var(--s3)
}

.hdr-user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--bd);
  flex-shrink: 0
}

.hdr-user-avatar-initial {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grn);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  flex-shrink: 0
}

.hdr-user-info {
  flex: 1;
  min-width: 0
}

.hdr-user-name {
  font-size: .82rem;
  font-weight: 700;
  color: var(--tx);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.hdr-user-meta {
  font-size: .68rem;
  color: var(--tx2);
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap
}

.hdr-user-badge {
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: .3px
}

.hdr-user-badge.pro {
  background: var(--grng);
  color: var(--grn)
}

.hdr-user-badge.seller {
  background: rgba(234, 179, 8, .12);
  color: var(--ylw)
}

.hdr-user-menu {
  padding: 6px 0
}

.hdr-user-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  font-size: .78rem;
  color: var(--tx2);
  transition: .15s;
  cursor: pointer
}

.hdr-user-item i {
  font-size: .88rem;
  width: 16px;
  text-align: center;
  color: var(--tx3);
  transition: .15s
}

.hdr-user-item:hover {
  background: var(--s3);
  color: var(--tx)
}

.hdr-user-item:hover i {
  color: var(--grn)
}

.hdr-user-divider {
  height: 1px;
  background: var(--bd);
  margin: 5px 0
}

.hdr-user-logout {
  color: var(--rd)
}

.hdr-user-logout i {
  color: var(--rd)
}

.hdr-user-logout:hover {
  background: rgba(231, 76, 60, .08);
  color: var(--rd)
}

.hdr-user-logout:hover i {
  color: var(--rd)
}

/* ===== DROPDOWN BACKDROP (MOBILE) ===== */
body.dd-open::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .3);
  display: none;
  -webkit-tap-highlight-color: transparent
}

@media(max-width:768px) {
  body.dd-open::after {
    display: block
  }
}

/* ===== BLOG GRID ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 0
}

.blog-card {
  background: var(--s2);
  border-radius: var(--r3);
  overflow: hidden;
  transition: .25s;
  cursor: pointer
}

.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.blog-card .blog-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--s3)
}

.blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

.blog-card:hover .blog-img img {
  transform: scale(1.05)
}

.blog-card .blog-body {
  padding: 14px 16px 16px
}

.blog-card .blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .62rem;
  color: var(--tx3);
  margin-bottom: 8px
}

.blog-card .blog-meta span {
  display: flex;
  align-items: center;
  gap: 3px
}

.blog-card .blog-meta .blog-tag {
  background: var(--grng);
  color: var(--grn);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .58rem
}

.blog-card .blog-body h3 {
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blog-card .blog-body p {
  font-size: .74rem;
  color: var(--tx2);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blog-card .blog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--bd)
}

.blog-card .blog-foot .blog-author {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .68rem;
  color: var(--tx3)
}

.blog-card .blog-foot .blog-author img {
  width: 20px;
  height: 20px;
  border-radius: 50%
}

.blog-card .blog-foot .blog-read {
  font-size: .64rem;
  font-weight: 600;
  color: var(--grn);
  transition: .15s
}

.blog-card .blog-foot .blog-read:hover {
  color: var(--grn2)
}

@media(max-width:768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

@media(max-width:480px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }
}

/* ===== FORUM POSTS ===== */
.forum-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 0
}

.forum-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 14px 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: .2s;
  cursor: pointer
}

.forum-card:hover {
  border-color: var(--bd2);
  background: var(--s3)
}

.forum-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  width: 52px
}

.forum-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover
}

.forum-avatar .u-name {
  font-size: .62rem;
  font-weight: 600;
  color: var(--tx);
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2
}

.forum-body {
  flex: 1;
  min-width: 0
}

.forum-body h3 {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--tx);
  transition: .15s
}

.forum-card:hover .forum-body h3 {
  color: var(--grn)
}

.forum-body p {
  font-size: .72rem;
  color: var(--tx2);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px
}

.forum-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .6rem;
  color: var(--tx3);
  flex-wrap: wrap
}

.forum-meta span {
  display: inline-flex;
  align-items: center;
  gap: 3px
}

.forum-meta .f-tag {
  background: var(--grng);
  color: var(--grn);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: .56rem;
  text-transform: uppercase;
  letter-spacing: .5px
}

.forum-meta .f-tag.help {
  background: rgba(234, 179, 8, .1);
  color: var(--ylw)
}

.forum-meta .f-tag.discuss {
  background: rgba(168, 85, 247, .1);
  color: var(--pur)
}

.forum-meta .f-tag.showcase {
  background: rgba(59, 130, 246, .1);
  color: var(--blu)
}

.forum-meta .f-tag.feedback {
  background: rgba(231, 76, 60, .1);
  color: var(--rd)
}

.forum-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.forum-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px
}

.forum-stat .num {
  font-size: .82rem;
  font-weight: 800;
  color: var(--tx)
}

.forum-stat .label {
  font-size: .52rem;
  color: var(--tx4);
  text-transform: uppercase;
  letter-spacing: .5px
}

.forum-stat .num.has-reply {
  color: var(--grn)
}

/* RESPONSIVE */
@media(max-width:1200px) {
  .app {
    grid-template-columns: 240px 1fr 240px;
    padding: 0 12px
  }

  .hdr-top {
    grid-template-columns: 240px 1fr auto;
    padding: 0 12px
  }

  .hdr-top .center {
    padding-left: 18px
  }

  .main {
    padding: 16px 18px
  }

  .flash-banner {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap
  }

  .flash-r {
    width: 100%;
    justify-content: space-between
  }
}

@media(max-width:1024px) {
  .lsb {
    display: none
  }

  .rsb {
    display: none
  }

  .app {
    grid-template-columns: 1fr;
    padding: 0
  }

  .pgrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
  }

  .hdr-top {
    grid-template-columns: auto 1fr auto
  }

  .hdr-top .left {
    min-width: 0
  }

  .hdr-top .left .logo {
    flex-shrink: 0
  }

  .hdr-top .center {
    padding-left: 14px;
    min-width: 0;
    overflow: hidden
  }

  .hdr-top .center .hdr-menu {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .hdr-top .center .hdr-menu::-webkit-scrollbar {
    display: none
  }

  .hdr-top .right {
    flex-shrink: 0
  }

  .main {
    padding: 16px 14px
  }
}

@media(max-width:768px) {
  .lsb {
    display: none
  }

  .app {
    grid-template-columns: 1fr;
    padding: 0
  }

  .hdr-top .left .logo {
    display: block
  }

  .hdr-top .right {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
    flex-shrink: 1;
    min-width: 0
  }

  .hdr-top .right .hdr-btn {
    flex-shrink: 0
  }

  .hdr-top .right .hdr-icon-wrap {
    flex-shrink: 0
  }

  .hdr-top .right .hdr-icon {
    flex-shrink: 0
  }

  .hdr-top .right #hdrSearchMob {
    flex-shrink: 0
  }

  .hdr-top .right #hdrSearchMob .s-icon {
    border: none;
    border-radius: 0;
    background: none
  }

  .hdr-dropdown {
    top: calc(100% + 8px);
    right: 8px;
    left: auto;
    width: 280px;
    max-width: calc(100vw - 16px)
  }

  .hdr-dd-list {
    max-height: 55vh;
    overflow-y: auto
  }

  .hdr-dd-item .body .msg {
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
  }

  .pc-foot {
    border-top: none;
    padding-top: 6px
  }

  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }

  .pgrid.list .pc {
    grid-template-columns: 80px 1fr
  }

  .pgrid.list .pc-body {
    padding: 4px 8px
  }

  .pgrid.list .pc-body .auth {
    margin-bottom: 2px
  }

  .pgrid.list .pc-foot {
    padding-top: 4px
  }

  .pgrid.list .pc-foot .dl-btn {
    height: 22px;
    font-size: .6rem;
    padding: 0 8px
  }

  .flash-banner {
    padding: 14px 16px;
    gap: 12px;
    flex-direction: column;
    align-items: stretch
  }

  .flash-l {
    gap: 10px
  }

  .flash-icon {
    width: 34px;
    height: 34px;
    font-size: .9rem
  }

  .flash-txt h3 {
    font-size: .78rem
  }

  .flash-txt p {
    font-size: .65rem
  }

  .flash-r {
    width: 100%;
    justify-content: space-between;
    gap: 10px
  }

  .flash-copy {
    height: 34px;
    min-height: 34px;
    font-size: .68rem;
    padding: 0 14px
  }

  .flash-timer .t {
    min-width: 26px;
    padding: 3px 5px;
    font-size: .68rem
  }

  .flash-timer .sep {
    font-size: .66rem
  }

  .main {
    padding: 16px
  }

  .breadcrumb {
    font-size: .72rem;
    margin-bottom: 14px
  }

  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }

  .forum-card {
    gap: 10px;
    padding: 10px 12px
  }

  .forum-avatar {
    width: 46px
  }

  .forum-avatar img {
    width: 36px;
    height: 36px
  }

  .forum-avatar .u-name {
    font-size: .58rem
  }

  .forum-stats {
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 0;
    min-width: auto;
    border: none
  }

  .forum-stat .num {
    font-size: .76rem
  }

  .forum-body h3 {
    font-size: .76rem;
    -webkit-line-clamp: 1
  }

  .forum-body p {
    font-size: .68rem;
    -webkit-line-clamp: 1;
    margin-bottom: 4px
  }

  .ftr {
    margin-top: 24px;
    padding: 20px 0 16px
  }

  .ftr-desc {
    font-size: .78rem;
    max-width: 100%
  }

  .ftr-bot {
    flex-direction: column;
    text-align: center;
    gap: 8px
  }

  .ftr-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px
  }
}

@media(max-width:480px) {
  .hdr-dropdown {
    position: fixed;
    top: auto;
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
    border-radius: var(--r)
  }

  .hdr-dd-list {
    max-height: 60vh;
    overflow-y: auto
  }

  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .pgrid.list .pc {
    grid-template-columns: 70px 1fr
  }

  .pgrid.list .pc-body {
    padding: 3px 6px
  }

  .pgrid.list .pc-body .auth {
    margin-bottom: 1px
  }

  .pgrid.list .pc-foot {
    padding-top: 3px
  }

  .pgrid.list .pc-foot .dl-btn {
    height: 20px;
    font-size: .58rem;
    padding: 0 6px
  }

  .flash-banner {
    padding: 12px 14px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch
  }

  .flash-l {
    gap: 8px
  }

  .flash-icon {
    width: 32px;
    height: 32px;
    font-size: .85rem
  }

  .flash-txt h3 {
    font-size: .76rem
  }

  .flash-txt p {
    font-size: .62rem
  }

  .flash-r {
    width: 100%;
    justify-content: space-between;
    gap: 8px
  }

  .flash-copy {
    font-size: .65rem;
    padding: 0 12px;
    height: 34px;
    min-height: 34px
  }

  .flash-timer .t {
    font-size: .65rem;
    padding: 2px 5px;
    min-width: 24px
  }

  .flash-timer .sep {
    font-size: .62rem
  }

  .pc-body h3 {
    font-size: .78rem
  }

  .pc-body {
    padding: 10px 12px 12px
  }

  .pagi button {
    min-width: 28px;
    height: 28px;
    font-size: .68rem;
    padding: 0 3px
  }

  .pagi .dots {
    font-size: .65rem
  }

  .pc-foot .pr {
    font-size: .86rem
  }

  .main {
    padding: 14px
  }
}

/* ===== MOBILE-FRIENDLY ENHANCEMENTS ===== */
/* Samsung Galaxy, iPad, iPhone, iOS/Apple universal fixes */

/* --- BASE MOBILE RESETS --- */
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available
  }

  .lsb {
    max-height: calc(-webkit-fill-available - 48px)
  }

  .rsb {
    max-height: calc(-webkit-fill-available - 48px)
  }
}

a,
button,
input,
select,
textarea,
.pc,
.trend-item,
.forum-card,
.blog-card,
.lsb-opt,
.lsb-tag {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

body {
  overscroll-behavior-y: contain
}

.lsb,
.rsb,
.hdr-dd-list,
.mob-panel {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch
}

body {
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

.pc,
.blog-card,
.forum-card,
.trend-item,
.lsb-opt,
.lsb-tag,
.hdr-bot a,
.hdr-menu a,
.vbtn,
.hdr-icon {
  touch-action: manipulation;
}

/* --- iOS SAFE AREA SUPPORT (iPhone X+ notch & Dynamic Island) --- */
@supports (padding: max(0px)) {
  .hdr {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right)
  }

  .hdr-top {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right))
  }

  .hdr-bot {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right))
  }

  .mob-panel {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-bottom: max(16px, env(safe-area-inset-bottom))
  }
}

/* iOS safe area: mob-panel only */
@supports (padding: max(0px)) {
  @media (max-width: 480px) {
    .mob-panel {
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
      padding-bottom: max(16px, env(safe-area-inset-bottom))
    }
  }
}

/* --- iOS INPUT ZOOM FIX (font-size >= 16px prevents auto-zoom) --- */
@media (max-width: 768px) {

  input,
  select,
  textarea {
    font-size: 16px !important
  }

  .mob-panel .mob-search input {
    font-size: 16px !important
  }

  .lsb-range input {
    font-size: 16px !important
  }

  .rsb-newsletter .nl-form input {
    font-size: 16px !important
  }
}

/* --- TOUCH TARGET SIZE (44px min per Apple HIG) --- */
@media (max-width: 768px) {
  .hdr-bot a {
    height: 28px;
    min-height: 28px
  }

  .hdr-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px
  }

  .hdr-avatar-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px
  }

  .vbtn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px
  }

  .dl-btn {
    height: 35px;
    min-height: 25px
  }

  .pagi button {
    min-width: 40px;
    height: 40px
  }

  .hdr-btn {
    height: 36px;
    min-height: 36px;
    padding: 0 12px;
    font-size: .72rem
  }

  .creator-item .follow {
    padding: 8px 16px;
    min-height: 36px
  }

  .lsb-opt {
    padding: 10px
  }

  .lsb-tag {
    padding: 8px 14px
  }

  .lsb-nav a {
    padding: 10px 12px
  }

  .mob-panel .mob-nav a {
    padding: 12px 10px
  }

  .mob-close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem
  }

  .flash-copy {
    height: 36px;
    min-height: 36px
  }

  .flash-icon {
    width: 44px;
    height: 44px
  }

  /* Dropdown menu items: larger tap area */
  .hdr-user-item {
    padding: 12px 16px;
    font-size: .82rem
  }

  .hdr-user-item i {
    font-size: .92rem
  }

  .hdr-dd-item {
    padding: 12px 14px
  }

  /* User profile in dropdown */
  .hdr-user-profile {
    padding: 14px 16px
  }

  .hdr-user-avatar-initial {
    width: 38px;
    height: 38px;
    font-size: .9rem
  }

  .hdr-user-avatar {
    width: 44px;
    height: 44px
  }
}

/* Sell button: mobile compact padding */
@media(max-width:768px) {
  .hdr-btn.sell-btn {
    padding: 0 11px;
    font-size: .72rem
  }
}

/* --- TOUCH DEVICE: DISABLE HOVER EFFECTS --- */
@media (hover: none) and (pointer: coarse) {
  .pc:hover {
    transform: none;
    box-shadow: none
  }

  .pc:hover .pc-img img {
    transform: none
  }

  .pc:hover .pc-img .acts {
    opacity: 1
  }

  .pc-img .acts {
    opacity: 1
  }

  .blog-card:hover {
    transform: none;
    box-shadow: none
  }

  .blog-card:hover .blog-img img {
    transform: none
  }

  .forum-card:hover {
    border-color: var(--bd);
    background: var(--s2)
  }

  .forum-card:hover .forum-body h3 {
    color: var(--tx)
  }

  .hero-banner .hero-btn.primary:hover {
    background: #fff;
    transform: none
  }

  .hero-banner .hero-btn.green:hover {
    background: var(--grn);
    transform: none
  }

  .dl-btn:hover {
    background: var(--grn);
    transform: none
  }

  .pc-img .acts button:hover {
    background: rgba(0, 0, 0, .45);
    transform: none
  }

  .flash-copy:hover {
    transform: none;
    box-shadow: none
  }

  .rsb-cart .checkout:hover {
    background: var(--grn);
    transform: none
  }

  .creator-item .follow:hover {
    background: var(--grng);
    color: var(--grn)
  }

  .rsb-newsletter .nl-btn:hover {
    background: var(--grn);
    transform: none
  }

  .sec-foot a:hover {
    color: var(--grn);
    gap: 4px
  }

  .vbtn:hover {
    border-color: var(--bd);
    color: var(--tx3)
  }
}

/* --- SAMSUNG GALAXY (360px - 412px screens) --- */
@media (max-width: 412px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
  }

  .pc-body {
    padding: 8px 10px 10px
  }

  .pc-body h3 {
    font-size: .72rem
  }

  .pc-body .cat {
    font-size: .54rem
  }

  .pc-body .auth {
    font-size: .62rem;
    margin-bottom: 6px
  }

  .pc-foot {
    padding-top: 6px
  }

  .pc-foot .pr {
    font-size: .82rem
  }

  .pc-foot .rt {
    font-size: .6rem
  }

  .flash-banner {
    padding: 10px 12px;
    gap: 8px;
    flex-direction: column;
    align-items: stretch
  }

  .flash-l {
    gap: 8px
  }

  .flash-icon {
    width: 36px;
    height: 36px;
    font-size: .9rem
  }

  .flash-txt h3 {
    font-size: .72rem;
    flex-wrap: wrap
  }

  .flash-txt p {
    font-size: .62rem
  }

  .flash-r {
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .flash-copy {
    font-size: .62rem;
    padding: 0 8px;
    height: 32px
  }

  .flash-timer .t {
    font-size: .6rem;
    padding: 2px 4px;
    min-width: 22px
  }

  .sec-head h2 {
    font-size: .92rem
  }

  .sec-head a {
    font-size: .68rem
  }

  .main {
    padding: 12px
  }

  .breadcrumb {
    font-size: .68rem;
    gap: 4px
  }

  .hero-slider {
    height: 170px
  }

  .hero-banner {
    padding: 16px 12px 14px
  }

  .hero-banner h1 {
    font-size: .88rem
  }

  .hero-banner p {
    font-size: .68rem
  }

  .hero-banner .hero-btn {
    height: 36px;
    padding: 0 12px;
    font-size: .68rem
  }

  .hero-banner .hero-acts {
    gap: 5px;
    margin-top: 8px
  }

  .hdr-bot a {
    padding: 0 10px;
    font-size: .7rem
  }

  .pagi button {
    min-width: 34px;
    height: 34px;
    font-size: .64rem;
    padding: 0 2px
  }

  .pagi {
    gap: 3px
  }

  .ftr-bot .ftr-copy {
    font-size: .7rem
  }

  .ftr-links a {
    font-size: .68rem
  }

  .stat-mini .sm .n {
    font-size: .88rem
  }
}

/* Very small phones (Samsung Galaxy S8/S9/SE, 320px-360px) */
@media (max-width: 360px) {
  .pgrid {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .pc-body {
    padding: 10px 12px
  }

  .pc-body h3 {
    font-size: .78rem
  }

  .pc-foot .pr {
    font-size: .88rem
  }

  .flash-txt h3 {
    font-size: .68rem
  }

  .flash-txt p {
    font-size: .58rem
  }

  .flash-copy {
    font-size: .58rem;
    height: 28px;
    padding: 0 6px
  }

  .hero-slider {
    height: 160px
  }

  .hero-banner h1 {
    font-size: .82rem
  }

  .hero-banner p {
    font-size: .64rem
  }

  .hero-banner .hero-acts {
    flex-direction: column;
    gap: 6px
  }

  .hero-banner .hero-btn {
    width: 100%;
    justify-content: center
  }

  .sec-head h2 {
    font-size: .88rem
  }

  .main {
    padding: 10px
  }

  .blog-grid {
    grid-template-columns: 1fr
  }

  .blog-card .blog-body {
    padding: 10px 12px
  }

  .hdr-bot a {
    padding: 0 8px;
    font-size: .68rem
  }

  .forum-card {
    flex-direction: column;
    gap: 8px
  }

  .forum-avatar {
    flex-direction: row;
    width: auto;
    gap: 8px
  }

  .forum-stats {
    width: 100%;
    justify-content: space-between
  }
}

/* --- iPHONE SE / MINI (375px - 390px) --- */
@media (min-width: 361px) and (max-width: 390px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
  }

  .pc-body {
    padding: 8px 10px 10px
  }

  .pc-body h3 {
    font-size: .74rem
  }

  .hero-slider {
    height: 175px
  }

  .hero-banner h1 {
    font-size: .9rem
  }

  .flash-banner {
    padding: 12px 14px;
    gap: 10px
  }

  .flash-txt h3 {
    font-size: .76rem
  }
}

/* --- iPHONE 14/15/16 PRO MAX (430px) --- */
@media (min-width: 421px) and (max-width: 430px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .pc-body {
    padding: 10px 12px 12px
  }

  .pc-body h3 {
    font-size: .78rem
  }

  .hero-slider {
    height: 185px
  }

  .flash-banner {
    padding: 12px 16px;
    gap: 12px
  }

  .flash-txt h3 {
    font-size: .8rem
  }
}

/* --- iPAD MINI / iPAD PORTRAIT (769px - 820px) --- */
@media (min-width: 769px) and (max-width: 820px) {
  .app {
    grid-template-columns: 220px 1fr;
    padding: 0 12px
  }

  .lsb {
    padding: 16px 12px
  }

  .rsb {
    padding: 16px 12px
  }

  .lsb-profile .cover {
    height: 65px
  }

  .lsb-profile .p-body img {
    width: 40px;
    height: 40px
  }

  .hero-slider {
    height: 200px
  }

  .pgrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .main {
    padding: 14px 16px
  }

  .pc-img .acts {
    opacity: 1
  }
}

/* --- iPAD / iPAD PRO LANDSCAPE (1025px - 1180px) --- */
@media (min-width: 1025px) and (max-width: 1180px) {
  .app {
    grid-template-columns: 220px 1fr 200px;
    padding: 0 12px
  }

  .lsb {
    padding: 16px 12px
  }

  .rsb {
    padding: 16px 10px
  }

  .pgrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }

  .lsb-profile .cover {
    height: 70px
  }

  .main {
    padding: 16px 14px
  }
}

/* --- iPAD PRO (1181px - 1200px) --- */
@media (min-width: 1181px) and (max-width: 1200px) {
  .pgrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
  }

  .lsb {
    padding: 18px 12px
  }

  .rsb {
    padding: 18px 12px
  }
}

/* --- LANDSCAPE ON MOBILE/TABLET --- */
@media (max-width: 768px) and (orientation: landscape) {
  .hdr-bot {
    height: 34px
  }

  .hdr-bot a {
    height: 34px;
    min-height: 34px
  }

  .hero-slider {
    height: 160px
  }

  .hero-banner {
    padding: 14px 20px 10px
  }

  .hero-banner h1 {
    font-size: .9rem
  }

  .hero-banner p {
    font-size: .72rem;
    display: none
  }

  .hero-banner .hero-acts {
    margin-top: 8px
  }

  .main {
    padding: 10px 16px
  }

  .pc-img {
    aspect-ratio: 16/9
  }

  .flash-banner {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 10px 16px;
    gap: 10px
  }

  .flash-r {
    width: 100%;
    justify-content: space-between
  }

  .flash-copy {
    height: 34px;
    min-height: 34px
  }

  .forum-card {
    padding: 8px 10px
  }

  .mob-panel {
    width: 260px
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .hero-slider {
    height: 140px
  }

  .hero-banner {
    padding: 10px 16px 8px
  }

  .hero-banner h1 {
    font-size: .82rem
  }

  .hero-banner .hero-btn {
    height: 34px;
    padding: 0 10px;
    font-size: .65rem
  }

  .hero-banner .hero-acts {
    gap: 4px;
    margin-top: 6px
  }

  .main {
    padding: 8px 12px
  }

  .pagi button {
    min-width: 30px;
    height: 30px;
    font-size: .64rem
  }

  .flash-banner {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 12px;
    gap: 8px
  }

  .flash-l {
    gap: 6px
  }

  .flash-icon {
    width: 28px;
    height: 28px;
    font-size: .8rem
  }

  .flash-txt h3 {
    font-size: .68rem
  }

  .flash-txt p {
    font-size: .58rem
  }

  .flash-r {
    gap: 6px
  }

  .flash-copy {
    height: 30px;
    min-height: 30px;
    font-size: .6rem;
    padding: 0 8px
  }

  .flash-timer .t {
    font-size: .58rem;
    padding: 2px 4px;
    min-width: 20px
  }

  .flash-timer .sep {
    font-size: .56rem
  }
}

/* --- iPAD LANDSCAPE (769px-1024px) --- */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .app {
    grid-template-columns: 200px 1fr;
    padding: 0 10px
  }

  .lsb {
    padding: 12px 10px;
    max-height: calc(100vh - 80px)
  }

  .pgrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
  }

  .hero-slider {
    height: 160px
  }

  .hero-banner {
    padding: 20px 16px 14px
  }

  .hero-banner h1 {
    font-size: 1rem
  }

  .main {
    padding: 12px
  }
}

/* --- SAMSUNG GALAXY Z FOLD (unfolded ~682px) --- */
@media (min-width: 600px) and (max-width: 682px) {
  .app {
    grid-template-columns: 1fr;
    padding: 0
  }

  .lsb {
    display: none
  }

  .rsb {
    display: none
  }

  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .main {
    padding: 16px
  }
}

/* --- VERY LARGE SCREENS (1440px+) --- */
@media (min-width: 1441px) {
  .app {
    grid-template-columns: 280px 1fr 280px
  }

  .lsb,
  .rsb {
    padding: 24px 16px
  }

  .pgrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }
}

/* --- REDUCED MOTION ACCESSIBILITY --- */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  html {
    scroll-behavior: auto
  }

  .pc:hover {
    transform: none
  }

  .pc:hover .pc-img img {
    transform: none
  }

  .blog-card:hover {
    transform: none
  }

  .blog-card:hover .blog-img img {
    transform: none
  }
}

/* --- MOBILE HEADER DROPDOWN: cap height, keep position from .hdr-icon-wrap --- */
@media (max-width: 768px) {
  .hdr-dd-list {
    max-height: 50vh
  }

  .hdr-dd-item {
    padding: 12px 14px
  }
}

/* --- MOBILE SCROLLBAR FIX --- */
@media (max-width: 768px) {
  * {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  *::-webkit-scrollbar {
    display: none
  }
}

/* --- EXTRA SAFETY: FORCE HIDE SIDEBARS ON ALL NON-DESKTOP --- */
@media (max-width: 1024px) {
  .lsb {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
  }

  .rsb {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
  }

  .app {
    grid-template-columns: 1fr !important
  }
}

/* --- ENSURE MOBILE-FRIENDLY PRODUCT GRID --- */
@media (max-width: 480px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important
  }

  .pc-body {
    padding: 10px 12px 12px !important
  }

  .pc-body h3 {
    font-size: .78rem !important
  }

  .pc-foot .pr {
    font-size: .86rem !important
  }

  .main {
    padding: 14px !important
  }

  .hero-slider {
    height: 190px !important
  }

  .flash-banner {
    padding: 12px 14px !important;
    gap: 10px !important
  }
}

/* --- SAMSUNG GALAXY SPECIFIC FIX (360-412px) --- */
@media (max-width: 412px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important
  }

  .pc-body {
    padding: 8px 10px 10px !important
  }

  .pc-body h3 {
    font-size: .72rem !important
  }

  .pc-body .cat {
    font-size: .54rem !important
  }

  .pc-body .auth {
    font-size: .62rem !important
  }

  .pc-foot .pr {
    font-size: .82rem !important
  }

  .flash-banner {
    padding: 10px 12px !important;
    gap: 8px !important;
    flex-direction: column !important;
    align-items: stretch !important
  }

  .flash-txt h3 {
    font-size: .72rem !important
  }

  .flash-txt p {
    font-size: .62rem !important
  }

  .sec-head h2 {
    font-size: .92rem !important
  }

  .main {
    padding: 12px !important
  }

  .hero-slider {
    height: 170px !important
  }

  .hero-banner h1 {
    font-size: .88rem !important
  }

  .hero-banner p {
    font-size: .68rem !important
  }

  .breadcrumb {
    font-size: .68rem !important
  }
}

/* --- iPHONE SE / MINI (375-390px) --- */
@media (min-width: 361px) and (max-width: 390px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important
  }

  .pc-body {
    padding: 8px 10px 10px !important
  }

  .pc-body h3 {
    font-size: .74rem !important
  }

  .hero-slider {
    height: 175px !important
  }

  .hero-banner h1 {
    font-size: .9rem !important
  }
}

/* --- iPHONE 14/15/16 PRO MAX (430px) --- */
@media (min-width: 421px) and (max-width: 430px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important
  }

  .pc-body {
    padding: 10px 12px 12px !important
  }

  .pc-body h3 {
    font-size: .78rem !important
  }

  .hero-slider {
    height: 185px !important
  }
}

/* --- VERY SMALL PHONES (320-360px) --- */
@media (max-width: 360px) {
  .pgrid {
    grid-template-columns: 1fr !important;
    gap: 10px !important
  }

  .pc-body {
    padding: 10px 12px !important
  }

  .pc-body h3 {
    font-size: .78rem !important
  }

  .flash-txt h3 {
    font-size: .68rem !important
  }

  .hero-slider {
    height: 160px !important
  }

  .hero-banner h1 {
    font-size: .82rem !important
  }

  .hero-banner p {
    font-size: .64rem !important
  }

  .hero-banner .hero-acts {
    flex-direction: column !important;
    gap: 6px !important
  }

  .hero-banner .hero-btn {
    width: 100% !important;
    justify-content: center !important;
    height: 36px !important
  }

  .sec-head h2 {
    font-size: .88rem !important
  }

  .main {
    padding: 10px !important
  }

  .blog-grid {
    grid-template-columns: 1fr !important
  }

  .forum-card {
    flex-direction: column !important;
    gap: 8px !important
  }

  .forum-avatar {
    flex-direction: row !important;
    width: auto !important
  }
}

/* ============================================================
   FLASH-BANNER MOBILE-FRIENDLY — COMPREHENSIVE SAFETY NET
   Ensures flash-banner works perfectly on ALL devices
   ============================================================ */

/* --- FLASH-BANNER BASE MOBILE (all screens <= 1024px) --- */
@media (max-width: 1024px) {
  .flash-banner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 14px 16px !important;
    border-radius: var(--r4) !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .flash-l {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .flash-icon {
    flex-shrink: 0 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  .flash-txt {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .flash-txt h3 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.3 !important;
    min-width: 0 !important;
  }

  .flash-txt h3 span {
    flex-shrink: 0 !important;
  }

  .flash-txt p {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .flash-txt code {
    letter-spacing: .3px !important;
  }

  .flash-r {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    min-width: 0 !important;
  }

  .flash-timer {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    flex-shrink: 0 !important;
  }

  .flash-timer .t {
    min-width: 26px !important;
    padding: 3px 5px !important;
    font-size: .68rem !important;
    text-align: center !important;
  }

  .flash-timer .sep {
    font-size: .64rem !important;
  }

  .flash-copy {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: .68rem !important;
    font-weight: 700 !important;
    padding: 0 14px !important;
    border-radius: var(--r) !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    flex-shrink: 1 !important;
    margin-left: auto !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .flash-copy:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* --- FLASH-BANNER PHONES (<= 768px) --- */
@media (max-width: 768px) {
  .flash-banner {
    padding: 12px 14px !important;
    gap: 10px !important;
  }

  .flash-l {
    gap: 8px !important
  }

  .flash-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: .85rem !important
  }

  .flash-txt h3 {
    font-size: .76rem !important;
    gap: 5px !important
  }

  .flash-txt p {
    font-size: .62rem !important
  }

  .flash-txt code {
    font-size: .7rem !important
  }

  .flash-r {
    gap: 8px !important
  }

  .flash-timer .t {
    min-width: 24px !important;
    padding: 2px 4px !important;
    font-size: .64rem !important
  }

  .flash-timer .sep {
    font-size: .6rem !important
  }

  .flash-copy {
    height: 36px !important;
    min-height: 36px !important;
    font-size: .66rem !important;
    padding: 0 12px !important
  }
}

/* --- FLASH-BANNER SMALL PHONES (<= 480px) --- */
@media (max-width: 480px) {
  .flash-banner {
    padding: 10px 12px !important;
    gap: 8px !important;
    border-radius: var(--r4) !important;
  }

  .flash-l {
    gap: 8px !important
  }

  .flash-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: .8rem !important
  }

  .flash-txt h3 {
    font-size: .74rem !important;
    gap: 4px !important
  }

  .flash-txt p {
    font-size: .6rem !important
  }

  .flash-txt code {
    font-size: .66rem !important
  }

  .flash-txt h3 span {
    font-size: .54rem !important;
    padding: 1px 6px !important
  }

  .flash-r {
    gap: 6px !important
  }

  .flash-timer .t {
    min-width: 22px !important;
    padding: 2px 3px !important;
    font-size: .6rem !important;
    border-radius: 3px !important
  }

  .flash-timer .sep {
    font-size: .56rem !important
  }

  .flash-copy {
    height: 34px !important;
    min-height: 34px !important;
    font-size: .64rem !important;
    padding: 0 10px !important
  }
}

/* --- FLASH-BANNER GALAXY S8/SE (<= 360px) --- */
@media (max-width: 360px) {
  .flash-banner {
    padding: 8px 10px !important;
    gap: 6px !important
  }

  .flash-l {
    gap: 6px !important
  }

  .flash-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    font-size: .75rem !important
  }

  .flash-txt h3 {
    font-size: .7rem !important;
    gap: 4px !important
  }

  .flash-txt p {
    font-size: .58rem !important
  }

  .flash-txt code {
    font-size: .62rem !important
  }

  .flash-txt h3 span {
    font-size: .5rem !important;
    padding: 1px 5px !important
  }

  .flash-r {
    gap: 5px !important
  }

  .flash-timer .t {
    min-width: 20px !important;
    padding: 2px 3px !important;
    font-size: .58rem !important
  }

  .flash-timer .sep {
    font-size: .52rem !important
  }

  .flash-copy {
    height: 32px !important;
    min-height: 32px !important;
    font-size: .6rem !important;
    padding: 0 8px !important
  }
}

/* --- FLASH-BANNER iPHONE SE/MINI (361-390px) --- */
@media (min-width: 361px) and (max-width: 390px) {
  .flash-banner {
    padding: 10px 12px !important;
    gap: 8px !important
  }

  .flash-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important
  }

  .flash-txt h3 {
    font-size: .72rem !important
  }

  .flash-txt p {
    font-size: .6rem !important
  }

  .flash-copy {
    height: 34px !important;
    min-height: 34px !important;
    font-size: .64rem !important
  }
}

/* --- FLASH-BANNER iPHONE PRO MAX (421-430px) --- */
@media (min-width: 421px) and (max-width: 430px) {
  .flash-banner {
    padding: 12px 14px !important;
    gap: 10px !important
  }

  .flash-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important
  }

  .flash-txt h3 {
    font-size: .78rem !important
  }

  .flash-copy {
    height: 36px !important;
    min-height: 36px !important;
    font-size: .68rem !important
  }
}

/* --- FLASH-BANNER LANDSCAPE MOBILE (all) --- */
@media (max-width: 768px) and (orientation: landscape) {
  .flash-banner {
    flex-direction: row !important;
    align-items: center !important;
    padding: 8px 12px !important;
    gap: 8px !important;
  }

  .flash-l {
    width: auto !important;
    flex: 1 1 0% !important
  }

  .flash-r {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important
  }

  .flash-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    font-size: .8rem !important
  }

  .flash-txt h3 {
    font-size: .7rem !important
  }

  .flash-txt p {
    font-size: .56rem !important
  }

  .flash-timer .t {
    min-width: 22px !important;
    font-size: .6rem !important
  }

  .flash-copy {
    height: 30px !important;
    min-height: 30px !important;
    font-size: .62rem !important;
    padding: 0 10px !important
  }
}

/* --- FLASH-BANNER LANDSCAPE SMALL PHONE (<=480px landscape) --- */
@media (max-width: 480px) and (orientation: landscape) {
  .flash-banner {
    padding: 6px 10px !important;
    gap: 6px !important
  }

  .flash-l {
    gap: 5px !important
  }

  .flash-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    font-size: .7rem !important
  }

  .flash-txt h3 {
    font-size: .64rem !important
  }

  .flash-txt p {
    font-size: .52rem !important;
    display: none !important
  }

  .flash-r {
    gap: 4px !important
  }

  .flash-timer .t {
    min-width: 18px !important;
    font-size: .56rem !important;
    padding: 2px 2px !important
  }

  .flash-copy {
    height: 28px !important;
    min-height: 28px !important;
    font-size: .58rem !important;
    padding: 0 8px !important
  }
}

/* --- FLASH-BANNER iPAD PORTRAIT (769-820px) --- */
@media (min-width: 769px) and (max-width: 820px) {
  .flash-banner {
    padding: 14px 16px !important;
    gap: 12px !important
  }

  .flash-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important
  }

  .flash-txt h3 {
    font-size: .82rem !important
  }

  .flash-txt p {
    font-size: .68rem !important
  }

  .flash-copy {
    height: 36px !important;
    min-height: 36px !important;
    font-size: .7rem !important
  }
}

/* --- FLASH-BANNER iPAD LANDSCAPE (769-1024px landscape) --- */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .flash-banner {
    padding: 10px 14px !important;
    gap: 10px !important
  }

  .flash-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important
  }

  .flash-txt h3 {
    font-size: .78rem !important
  }

  .flash-copy {
    height: 34px !important;
    min-height: 34px !important
  }
}

/* --- FLASH-BANNER GALAXY Z FOLD (600-682px) --- */
@media (min-width: 600px) and (max-width: 682px) {
  .flash-banner {
    padding: 14px 16px !important;
    gap: 12px !important
  }

  .flash-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important
  }

  .flash-txt h3 {
    font-size: .8rem !important
  }

  .flash-txt p {
    font-size: .66rem !important
  }

  .flash-copy {
    height: 36px !important;
    min-height: 36px !important;
    font-size: .68rem !important
  }

  .flash-timer .t {
    min-width: 26px !important;
    font-size: .68rem !important
  }
}

/* --- FLASH-BANNER: DISABLE HOVER ON TOUCH --- */
@media (hover: none) and (pointer: coarse) {
  .flash-copy:hover {
    transform: none !important;
    box-shadow: none !important
  }

  .flash-copy:active {
    transform: scale(.97) !important;
    opacity: .9 !important
  }
}

/* --- FLASH-BANNER: iOS SAFARI SAFETY --- */
@supports (-webkit-touch-callout: none) {
  .flash-banner {
    -webkit-overflow-scrolling: touch !important
  }

  .flash-copy {
    -webkit-appearance: none !important
  }

  .flash-timer .t {
    -webkit-font-smoothing: antialiased !important
  }
}

/* --- FLASH-BANNER: REDUCED MOTION --- */
@media (prefers-reduced-motion: reduce) {

  .flash-banner,
  .flash-banner *,
  .flash-banner *::before,
  .flash-banner *::after {
    animation: none !important;
    transition-duration: 0s !important;
  }
}

/*!
 * color.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* =====================================================
   TEMA MERAH — #dd2027
   ===================================================== */
[data-color="red"] {
  --grn: #dd2027;
  --grn2: #e8333a;
  --grn3: #b51a20;
  --grng: rgba(221, 32, 39, 0.10);
  --grng2: rgba(221, 32, 39, 0.06);
}

/* =====================================================
   TEMA ORANYE — #dd7120
   ===================================================== */
[data-color="orange"] {
  --grn: #dd7120;
  --grn2: #e8823a;
  --grn3: #b55a19;
  --grng: rgba(221, 113, 32, 0.10);
  --grng2: rgba(221, 113, 32, 0.06);
}

/* =====================================================
   TEMA UNGU — #4d20dd
   ===================================================== */
[data-color="purple"] {
  --grn: #4d20dd;
  --grn2: #6035e8;
  --grn3: #3c18b0;
  --grng: rgba(77, 32, 221, 0.10);
  --grng2: rgba(77, 32, 221, 0.06);
}

/* =====================================================
   TEMA BIRU — #208add
   ===================================================== */
[data-color="blue"] {
  --grn: #208add;
  --grn2: #359de8;
  --grn3: #186eb0;
  --grng: rgba(32, 138, 221, 0.10);
  --grng2: rgba(32, 138, 221, 0.06);
}

/* =====================================================
   TEMA PINK — #dd2090
   ===================================================== */
[data-color="pink"] {
  --grn: #dd2090;
  --grn2: #e8339e;
  --grn3: #b01870;
  --grng: rgba(221, 32, 144, 0.10);
  --grng2: rgba(221, 32, 144, 0.06);
}

/* =====================================================
   WIDGET PILIHAN WARNA DI LEFTBAR
   ===================================================== */

.color-switcher {
  margin-bottom: 18px;
}

/* Baris dot — satu baris, tidak boleh wrap */
.color-opts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* Wrapper tiap dot — untuk custom tooltip */
.color-dot-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Custom tooltip — nama warna saja, tanpa kode hex */
.color-dot-wrap::after {
  content: attr(data-label);
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%) scale(.85);
  background: var(--bg);
  color: var(--tx);
  border: 1px solid var(--br);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 3px 7px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
  z-index: 99;
}

.color-dot-wrap:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Tombol bulat tiap warna */
.color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
  outline: none;
  position: relative;
  display: block;
}

.color-dot:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}

.color-dot:focus-visible {
  outline: 2px solid var(--grn);
  outline-offset: 3px;
}

/* State aktif */
.color-dot.active {
  border-color: #fff;
  transform: scale(1.1);
}

/* Warna tiap dot */
.color-dot[data-color="green"] {
  background: #088755;
}

.color-dot[data-color="red"] {
  background: #dd2027;
}

.color-dot[data-color="orange"] {
  background: #dd7120;
}

.color-dot[data-color="purple"] {
  background: #4d20dd;
}

.color-dot[data-color="blue"] {
  background: #208add;
}

.color-dot[data-color="pink"] {
  background: #dd2090;
}

/* Centang aktif di dalam dot */
.color-dot.active::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E") center/10px no-repeat;
}

/*!
 * free.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== FREE PAGE BREADCRUMB ===== */
.free-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  color: var(--tx3);
  margin-bottom: 12px;
}

.free-breadcrumb a {
  color: var(--tx3);
  transition: .15s;
}

.free-breadcrumb a:hover {
  color: var(--grn);
}

.free-breadcrumb .free-sep {
  font-size: .6rem;
}

.free-breadcrumb .free-current {
  color: var(--tx);
  font-weight: 600;
}

/* ===== FREE HERO (gabungan hero + stats + countdown) ===== */
.free-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  padding: 24px 20px 20px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--grn3) 0%, var(--grn) 50%, var(--grn2) 100%);
}

.free-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .06;
  pointer-events: none;
  z-index: 1;
}

.free-hero::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.free-hero-inner {
  position: relative;
  z-index: 2;
}

.free-hero-content {
  text-align: center;
  margin-bottom: 16px;
}

.free-hero-content h1 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.35;
}

.free-hero-content p {
  font-size: .78rem;
  color: rgba(255, 255, 255, .85);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Hero bottom: stats + countdown in one row */
.free-hero-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Stats inside hero */
.free-hero-stats {
  display: flex;
  align-items: center;
  gap: 16px;
}

.free-stat-item {
  text-align: center;
}

.free-stat-item .free-stat-num {
  font-size: .9rem;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1.2;
}

.free-stat-item .free-stat-label {
  font-size: .58rem;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.free-stat-divider {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .25);
}

/* Countdown inside hero (compact) */
.free-hero-cd {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, .2);
  border-radius: var(--r2);
  padding: 6px 12px;
}

.free-hero-cd-label {
  font-size: .65rem;
  color: rgba(255, 255, 255, .8);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.free-hero-cd-label i {
  font-size: .72rem;
}

/* Countdown Timer (compact) */
.free-cd {
  display: flex;
  align-items: center;
  gap: 4px;
}

.free-cd-block {
  display: flex;
  align-items: center;
  gap: 2px;
}

.free-cd-num {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, .4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.free-cd-label {
  font-size: .5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
}

.free-cd-sep {
  font-size: .65rem;
  font-weight: 800;
  color: rgba(255, 255, 255, .4);
  line-height: 1;
  padding: 0 1px;
}

/* ===== SHARE SECTION (card) ===== */
.free-share {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  text-align: center;
  padding: 20px;
  margin-bottom: 16px;
}

.free-share-title {
  font-size: .9rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 14px;
}

.free-share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.free-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 18px;
  font-size: .76rem;
  font-weight: 600;
  color: #fff;
  border-radius: var(--r);
  transition: .2s;
  white-space: nowrap;
}

.free-share-btn.fb {
  background: #1877f2;
}

.free-share-btn.fb:hover {
  background: #166fe5;
  transform: translateY(-1px);
}

.free-share-btn.tw {
  background: #1da1f2;
}

.free-share-btn.tw:hover {
  background: #1a8cd8;
  transform: translateY(-1px);
}

.free-share-btn i {
  font-size: .85rem;
}

.free-share-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.free-share-link-label {
  font-size: .76rem;
  color: var(--tx2);
  font-weight: 500;
}

.free-share-input {
  width: 180px;
  height: 30px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 0 8px;
  font-size: .72rem;
  color: var(--tx2);
  font-family: inherit;
  outline: none;
  cursor: text;
  transition: .15s;
}

.free-share-input:focus {
  border-color: var(--grn);
  color: var(--tx);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .free-hero {
    padding: 20px 16px 16px;
  }

  .free-hero-content h1 {
    font-size: .95rem;
  }

  .free-hero-content p {
    font-size: .72rem;
  }

  .free-hero-bottom {
    gap: 14px;
  }

  .free-hero-stats {
    gap: 12px;
  }

  .free-stat-item .free-stat-num {
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .free-hero {
    padding: 16px 14px 14px;
  }

  .free-hero-content h1 {
    font-size: .85rem;
  }

  .free-hero-content p {
    font-size: .68rem;
  }

  .free-hero-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .free-hero-stats {
    gap: 10px;
  }

  .free-hero-cd {
    padding: 5px 10px;
  }
}

/*!
 * sale.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== SALE HERO (gradient kuning/oranye) ===== */
.sale-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  padding: 24px 20px 20px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #92400e 0%, #d97706 40%, #f59e0b 70%, #fbbf24 100%);
}

.sale-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .06;
  pointer-events: none;
  z-index: 1;
}

.sale-hero::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.sale-hero .free-hero-inner {
  position: relative;
  z-index: 2;
}

.sale-hero .free-hero-content h1 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.35;
}

.sale-hero .free-hero-content p {
  font-size: .78rem;
  color: rgba(255, 255, 255, .9);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}

.sale-hero .free-hero-content p strong {
  font-weight: 800;
  font-size: .85rem;
}

/* ===== SALE CODE CARD ===== */
.sale-code-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--s3);
  border: 1px dashed var(--bd2);
  border-radius: var(--r);
  padding: 6px 10px;
}

.sale-code-text {
  font-size: .92rem;
  font-weight: 800;
  color: var(--ylw);
  letter-spacing: 2px;
  font-variant-numeric: tabular-nums;
}

.sale-copy-btn {
  height: 28px;
  padding: 0 12px;
  background: var(--grn);
  color: #fff;
  border: none;
  border-radius: var(--r);
  font-size: .68rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: .2s;
  font-family: inherit;
}

.sale-copy-btn:hover {
  background: var(--grn2);
  transform: translateY(-1px);
}

.sale-copy-btn.copied {
  background: var(--ylw);
  color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .sale-hero {
    padding: 20px 16px 16px;
  }

  .sale-hero .free-hero-content h1 {
    font-size: .95rem;
  }

  .sale-hero .free-hero-content p {
    font-size: .72rem;
  }

  .sale-hero .free-hero-bottom {
    gap: 14px;
  }

  .sale-hero .free-hero-stats {
    gap: 12px;
  }

  .sale-hero .free-stat-item .free-stat-num {
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .sale-hero {
    padding: 16px 14px 14px;
  }

  .sale-hero .free-hero-content h1 {
    font-size: .85rem;
  }

  .sale-hero .free-hero-content p {
    font-size: .68rem;
  }

  .sale-hero .free-hero-content p strong {
    font-size: .76rem;
  }

  .sale-hero .free-hero-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .sale-hero .free-hero-stats {
    gap: 10px;
  }

  .sale-hero .free-hero-cd {
    padding: 5px 10px;
  }

  .sale-code-text {
    font-size: .8rem;
  }
}

/*!
 * seller.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== SELLER HERO BANNER ===== */
.seller-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 16px;
  background: url('../assets/banners/developer.jpg') center/cover no-repeat;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seller-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .5) 100%);
  z-index: 1;
}

.seller-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 32px 24px;
}

.seller-hero-inner h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.seller-hero-inner p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .85);
  max-width: 520px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

/* ===== CTA BUTTON ===== */
.seller-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 22px;
  background: var(--grn);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  border-radius: var(--r);
  transition: .2s;
  text-decoration: none;
}

.seller-cta:hover {
  background: var(--grn2);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.seller-cta i {
  font-size: .9rem;
}

/* ===== SELLER FEATURES GRID (3 kolom, 2 baris) ===== */
.seller-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

/* ===== SELLER CARD — icon center, text center ===== */
.seller-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 24px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: .25s;
}

.seller-card:hover {
  border-color: var(--bd2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.seller-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.seller-card h3 {
  font-size: .84rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 8px;
  line-height: 1.35;
}

.seller-card p {
  font-size: .74rem;
  color: var(--tx2);
  line-height: 1.6;
  margin: 0;
}

/* ===== WHAT CAN YOU SELL ===== */
.seller-categories {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 28px 20px;
  margin-bottom: 16px;
  text-align: center;
}

.seller-cat-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 22px;
}

.seller-cat-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.seller-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: .2s;
}

.seller-cat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: .2s;
}

.seller-cat-icon i {
  font-size: 1.3rem;
  transition: .2s;
}

.seller-cat-item:hover span {
  color: var(--grn);
}

.seller-cat-item span {
  font-size: .78rem;
  font-weight: 600;
  color: var(--tx);
  transition: .15s;
  white-space: nowrap;
}

/* ===== CTA di dalam seller-categories ===== */
.seller-cat-cta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--bd);
  text-align: center;
}

.seller-cat-cta h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--tx);
  margin-bottom: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .seller-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .seller-hero {
    min-height: 180px;
  }

  .seller-hero-inner h1 {
    font-size: 1.2rem;
  }

  .seller-hero-inner p {
    font-size: .78rem;
  }

  .seller-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .seller-card {
    padding: 20px 14px 16px;
  }

  .seller-card-icon {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .seller-card h3 {
    font-size: .78rem;
  }

  .seller-card p {
    font-size: .7rem;
  }

  .seller-cat-list {
    gap: 24px;
  }

  .seller-cat-icon {
    width: 42px;
    height: 42px;
  }

  .seller-cat-icon i {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .seller-hero {
    min-height: 160px;
  }

  .seller-hero-inner {
    padding: 24px 16px;
  }

  .seller-hero-inner h1 {
    font-size: 1rem;
  }

  .seller-hero-inner p {
    font-size: .72rem;
    margin-bottom: 14px;
  }

  .seller-cta {
    height: 34px;
    padding: 0 16px;
    font-size: .74rem;
  }

  .seller-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seller-card {
    padding: 18px 14px 14px;
  }

  .seller-card-icon {
    width: 38px;
    height: 38px;
    font-size: .95rem;
    margin-bottom: 10px;
  }

  .seller-card h3 {
    font-size: .76rem;
  }

  .seller-card p {
    font-size: .68rem;
  }

  .seller-cat-list {
    gap: 18px;
  }

  .seller-cat-icon {
    width: 38px;
    height: 38px;
  }

  .seller-cat-icon i {
    font-size: 1rem;
  }

  .seller-cat-item span {
    font-size: .72rem;
  }
}

/*!
 * affiliate.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== HERO BANNER ===== */
.aff-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aff-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.aff-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aff-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .55) 100%);
  z-index: 1;
}

.aff-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px;
}

.aff-hero-content h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.aff-hero-sub {
  font-size: .9rem;
  color: rgba(255, 255, 255, .9);
  max-width: 520px;
  margin: 0 auto 6px;
  line-height: 1.5;
}

.aff-hero-tag {
  font-size: .82rem;
  color: rgba(255, 255, 255, .7);
  font-style: italic;
}

/* ===== DESCRIPTION ===== */
.aff-desc {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 22px 20px;
  margin-bottom: 20px;
  text-align: center;
}

.aff-desc p {
  font-size: .84rem;
  color: var(--tx2);
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto;
}

/* ===== SECTION HEADER (shared) ===== */
.aff-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.aff-section-header h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tx);
}

/* ===== CREATING AFFILIATE LINKS ===== */
.aff-icon-foto {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--grng);
  color: var(--grn);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aff-links {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 24px 20px;
  margin-bottom: 20px;
}

.aff-links-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--grng);
  color: var(--grn);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aff-links-text {
  font-size: .84rem;
  color: var(--tx2);
  line-height: 1.7;
  margin-bottom: 14px;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.aff-links-tip {
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 14px 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.aff-links-tip-label {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--grn);
}

.aff-links-tip-code {
  font-size: .8rem;
  color: var(--tx2);
  line-height: 1.6;
  text-align: center;
}

.aff-links-tip-code code {
  background: var(--s4);
  border: 1px solid var(--bd2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--grn);
  font-family: 'Courier New', Courier, monospace;
}

.aff-links-examples {
  padding-top: 16px;
  border-top: 1px solid var(--bd);
}

.aff-links-examples-title {
  font-size: .84rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 12px;
  text-align: center;
}

.aff-url-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--s3);
  border-radius: var(--r);
  border: 1px solid var(--bd);
  margin-bottom: 8px;
}

.aff-url-row:last-child {
  margin-bottom: 0;
}

.aff-url-label {
  font-size: .74rem;
  font-weight: 600;
  color: var(--tx);
  white-space: nowrap;
  min-width: 110px;
  flex-shrink: 0;
}

.aff-url-value {
  font-size: .7rem;
  font-family: 'Courier New', Courier, monospace;
  color: var(--grn);
  background: var(--s4);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--bd2);
  word-break: break-all;
  line-height: 1.4;
  flex: 1;
}

/* ===== SOCIAL SHARING ===== */
.aff-social {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 24px 20px;
  margin-bottom: 20px;
  text-align: center;
}

.aff-social-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(234, 179, 8, .1);
  color: var(--ylw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aff-social-text {
  font-size: .84rem;
  color: var(--tx2);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 16px;
}

.aff-social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.aff-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 34px;
  padding: 0 14px;
  font-size: .74rem;
  font-weight: 600;
  color: #fff;
  border-radius: var(--r);
  transition: .2s;
  text-decoration: none;
  white-space: nowrap;
}

.aff-share-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.aff-share-btn i {
  font-size: .82rem;
}

.aff-share-btn.fb {
  background: #1877f2;
}

.aff-share-btn.fb:hover {
  background: #166fe5;
}

.aff-share-btn.tw {
  background: #1da1f2;
}

.aff-share-btn.tw:hover {
  background: #1a8cd8;
}

.aff-share-btn.li {
  background: #0a66c2;
}

.aff-share-btn.li:hover {
  background: #095bae;
}

.aff-share-btn.pi {
  background: #e60023;
}

.aff-share-btn.pi:hover {
  background: #cc001f;
}

.aff-share-btn.wa {
  background: #25d366;
}

.aff-share-btn.wa:hover {
  background: #1ebe5d;
}

.aff-share-btn.em {
  background: #6c757d;
}

.aff-share-btn.em:hover {
  background: #5a6268;
}

/* ===== BANNERS ===== */
.aff-banners {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 24px 20px;
  margin-bottom: 20px;
}

.aff-banners h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 16px;
  text-align: center;
}

.aff-banners-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.aff-banners-img {
  flex-shrink: 0;
  width: 220px;
  background: var(--s3);
  border-radius: var(--r);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bd);
}

.aff-banners-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.aff-banners-info {
  flex: 1;
  min-width: 0;
  max-width: 400px;
}

.aff-banners-info p {
  font-size: .84rem;
  color: var(--tx2);
  line-height: 1.75;
  margin-bottom: 14px;
}

.aff-btn-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 20px;
  background: var(--grn);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: var(--r);
  text-decoration: none;
  transition: .2s;
}

.aff-btn-download:hover {
  background: var(--grn2);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

/* ===== LOGOS ===== */
.aff-logos-img {
  width: 180px;
}

.aff-logos-img {
  flex-shrink: 0;
  width: 220px;
  background: var(--s3);
  border-radius: var(--r);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bd);
}

.aff-logos-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.aff-logos {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 24px 20px;
  margin-bottom: 20px;
}

.aff-logos h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 16px;
  text-align: center;
}

.aff-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.aff-logos-preview {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 220px;
}

.aff-logos-preview .aff-logo-dark,
.aff-logos-preview .aff-logo-light {
  border-radius: var(--r);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bd);
}

/* Logo dark = black text, shown on light bg */
.aff-logos-preview .aff-logo-dark {
  background: #f0f0f0;
}

[data-theme="light"] .aff-logos-preview .aff-logo-dark {
  background: #fff;
}

/* Logo light = white text, shown on dark bg */
.aff-logos-preview .aff-logo-light {
  background: #1a1a1a;
}

[data-theme="light"] .aff-logos-preview .aff-logo-light {
  background: #2a2a2a;
}

.aff-logos-preview .aff-logo-dark img,
.aff-logos-preview .aff-logo-light img {
  height: 22px;
  width: auto;
  display: block;
}

.aff-logos-info {
  flex: 1;
  min-width: 0;
  max-width: 400px;
}

.aff-logos-info p {
  font-size: .84rem;
  color: var(--tx2);
  line-height: 1.75;
  margin-bottom: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .aff-hero {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .aff-hero {
    min-height: 170px;
  }

  .aff-hero-content {
    padding: 28px 16px;
  }

  .aff-hero-content h1 {
    font-size: 1.2rem;
  }

  .aff-hero-sub {
    font-size: .82rem;
  }

  .aff-hero-tag {
    font-size: .76rem;
  }

  .aff-banners-row,
  .aff-logos-row {
    flex-direction: column;
    align-items: center;
  }

  .aff-banners-info,
  .aff-logos-info {
    max-width: 100%;
    text-align: center;
  }

  .aff-logos-preview {
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

  .aff-url-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .aff-url-label {
    min-width: auto;
  }

  .aff-social-btns {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .aff-hero {
    min-height: 150px;
  }

  .aff-hero-content {
    padding: 20px 12px;
  }

  .aff-hero-content h1 {
    font-size: 1rem;
  }

  .aff-hero-sub {
    font-size: .78rem;
  }

  .aff-hero-tag {
    font-size: .72rem;
  }

  .aff-desc {
    padding: 16px 14px;
  }

  .aff-desc p {
    font-size: .78rem;
  }

  .aff-links {
    padding: 18px 14px;
  }

  .aff-links-text {
    font-size: .78rem;
  }

  .aff-links-tip-code {
    font-size: .74rem;
  }

  .aff-banners-img {
    width: 180px;
  }

  .aff-logos-preview {
    flex-direction: column;
    width: 100%;
  }

  .aff-btn-download {
    height: 34px;
    padding: 0 16px;
    font-size: .74rem;
  }

  .aff-share-btn {
    height: 30px;
    padding: 0 10px;
    font-size: .68rem;
  }
}

/*!
 * collections.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== COLLECTIONS HERO BANNER ===== */
.coll-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../assets/banners/collections.jpg') center/cover no-repeat;
}

.coll-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .5) 100%);
  z-index: 1;
}

.coll-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px;
}

.coll-hero-inner h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.coll-hero-inner h1 i {
  color: var(--grn);
  font-size: 1.3rem;
}

.coll-hero-inner p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .85);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

.coll-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.coll-stat-item {
  text-align: center;
}

.coll-stat-item .coll-stat-num {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1.2;
}

.coll-stat-item .coll-stat-label {
  font-size: .62rem;
  color: rgba(255, 255, 255, .65);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.coll-stat-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, .2);
}

/* ===== COLLECTIONS TOOLBAR ===== */
.coll-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bd);
}

.coll-toolbar h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tx);
  display: flex;
  align-items: center;
  gap: 6px;
}

.coll-toolbar h2 i {
  color: var(--grn);
  font-size: .9rem;
}

.coll-toolbar .coll-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.coll-toolbar .coll-sort label {
  font-size: .74rem;
  color: var(--tx3);
  font-weight: 500;
}

.coll-toolbar .coll-sort select {
  height: 30px;
  padding: 0 28px 0 10px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  color: var(--tx);
  font-size: .76rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: .15s;
}

.coll-toolbar .coll-sort select:hover {
  border-color: var(--bd2);
}

.coll-toolbar .coll-sort select:focus {
  border-color: var(--grn);
}

/* ===== COLLECTIONS GRID ===== */
.coll-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

/* ===== COLLECTION CARD ===== */
.coll-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  overflow: hidden;
  transition: .25s;
  cursor: pointer;
}

.coll-card:hover {
  border-color: var(--bd2);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
}

/* Card Image Header */
.coll-card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--s3);
}

.coll-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.coll-card:hover .coll-card-img img {
  transform: scale(1.05);
}

/* Overlay on image */
.coll-card-img .coll-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 100%);
  opacity: 0;
  transition: opacity .25s;
}

.coll-card:hover .coll-card-img .coll-overlay {
  opacity: 1;
}

/* Type badge on card image — mepet kiri bawah, sama seperti badge produk */
.coll-card-img .coll-type-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 7px;
  border-radius: 0 3px 3px 0;
  font-size: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  backdrop-filter: blur(6px);
}

.coll-card-img .coll-type-badge.collections {
  background: rgba(8, 135, 85, .75);
  color: #fff;
}

/* Items count on card image — sebaris dengan badge di bawah */
.coll-card-img .coll-items-count {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 7px;
  border-radius: 3px 0 0 0;
  font-size: .5rem;
  font-weight: 700;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(6px);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.coll-card-img .coll-items-count i {
  font-size: .65rem;
}

/* Card Body */
.coll-card-body {
  padding: 14px 16px 16px;
}

.coll-card-body h3 {
  font-size: .82rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.35;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.coll-card:hover .coll-card-body h3 {
  color: var(--grn);
}

/* Author row */
.coll-card-author {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.coll-card-author img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.coll-card-author .author-name {
  font-size: .7rem;
  color: var(--tx3);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coll-card-author .seller-badge {
  font-size: .62rem;
  color: var(--ylw);
  flex-shrink: 0;
}

/* Card Footer */
.coll-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--bd);
}

/* Rating stars */
.coll-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.coll-rating i {
  font-size: .62rem;
  color: var(--bd2);
}

.coll-rating i.filled {
  color: #ff9800;
}

.coll-rating .coll-rating-num {
  font-size: .65rem;
  color: var(--tx3);
  font-weight: 600;
  margin-left: 4px;
}

/* Items count in footer */
.coll-items {
  font-size: .65rem;
  color: var(--tx3);
  display: flex;
  align-items: center;
  gap: 3px;
}

.coll-items i {
  font-size: .68rem;
  color: var(--tx4);
}

/* ===== EMPTY STATE ===== */
.coll-empty {
  text-align: center;
  padding: 48px 20px;
  background: var(--s2);
  border: 1px dashed var(--bd2);
  border-radius: var(--r3);
  margin-bottom: 24px;
}

.coll-empty i {
  font-size: 2.5rem;
  color: var(--tx4);
  margin-bottom: 12px;
  display: block;
}

.coll-empty h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tx2);
  margin-bottom: 6px;
}

.coll-empty p {
  font-size: .8rem;
  color: var(--tx3);
  line-height: 1.5;
}

/* ===== PAGINATION ===== */
.coll-pagi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.coll-pagi button {
  min-width: 34px;
  height: 34px;
  border-radius: var(--r);
  border: 1px solid var(--bd);
  background: var(--s2);
  color: var(--tx2);
  font-size: .78rem;
  font-weight: 500;
  cursor: pointer;
  transition: .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  font-family: inherit;
}

.coll-pagi button:hover {
  border-color: var(--grn);
  color: var(--grn);
}

.coll-pagi button.on {
  background: var(--grn);
  color: #fff;
  border-color: var(--grn);
  font-weight: 700;
}

.coll-pagi .dots {
  font-size: .75rem;
  color: var(--tx3);
  display: flex;
  align-items: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .coll-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .coll-hero {
    min-height: 190px;
    margin-bottom: 16px;
  }

  .coll-hero-inner {
    padding: 28px 16px;
  }

  .coll-hero-inner h1 {
    font-size: 1.2rem;
  }

  .coll-hero-inner p {
    font-size: .82rem;
  }

  .coll-hero-stats {
    gap: 16px;
  }

  .coll-stat-item .coll-stat-num {
    font-size: .95rem;
  }

  .coll-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .coll-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .coll-card-body {
    padding: 12px 14px 14px;
  }

  .coll-card-body h3 {
    font-size: .78rem;
  }
}

@media (max-width: 480px) {
  .coll-hero {
    min-height: 170px;
  }

  .coll-hero-inner {
    padding: 20px 14px;
  }

  .coll-hero-inner h1 {
    font-size: 1.05rem;
  }

  .coll-hero-inner p {
    font-size: .76rem;
  }

  .coll-hero-stats {
    gap: 12px;
    margin-top: 14px;
  }

  .coll-stat-item .coll-stat-num {
    font-size: .85rem;
  }

  .coll-stat-item .coll-stat-label {
    font-size: .56rem;
  }

  .coll-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .coll-card-body {
    padding: 12px;
  }

  .coll-card-body h3 {
    font-size: .76rem;
    -webkit-line-clamp: 1;
  }
}

/*!
 * forum.css - https://oVG1Kex8qsUJ.com/
 * Version - 2.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== FORUM HERO BANNER ===== */
.forum-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../assets/banners/forum.jpg') center/cover no-repeat;
}

.forum-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 135, 85, .85) 0%, rgba(0, 0, 0, .7) 50%, rgba(59, 130, 246, .6) 100%);
  z-index: 1;
  pointer-events: none;
}

.forum-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .04;
  pointer-events: none;
  z-index: 2;
}

.forum-hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 20px 18px;
  width: 100%;
  max-width: 480px;
}

.forum-hero-inner h1 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.3;
}

.forum-hero-inner h1 i {
  margin-right: 6px;
}

.forum-hero-inner p {
  font-size: .74rem;
  color: rgba(255, 255, 255, .85);
  max-width: 440px;
  margin: 0 auto 10px;
  line-height: 1.5;
}

/* ===== FORUM SEARCH BOX (inside hero) ===== */
.forum-hero-search {
  margin-bottom: 10px;
}

.forum-search-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50px;
  padding: 0 4px 0 12px;
  height: 32px;
  gap: 6px;
  transition: .25s;
  backdrop-filter: blur(8px);
  max-width: 340px;
  margin: 0 auto;
}

.forum-search-box:focus-within {
  background: rgba(255, 255, 255, .22);
  border-color: rgba(255, 255, 255, .5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.forum-search-box i.bi-search {
  font-size: .76rem;
  color: rgba(255, 255, 255, .7);
  flex-shrink: 0;
}

.forum-search-box input {
  flex: 1;
  min-width: 0;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: .74rem;
  color: #fff;
  font-family: inherit;
}

.forum-search-box input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.forum-search-box button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--grn3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: .7rem;
  transition: .2s;
}

.forum-search-box button:hover {
  background: rgba(255, 255, 255, .9);
  transform: scale(1.05);
}

/* ===== FORUM HERO CTA BUTTONS ===== */
.forum-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.forum-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 16px;
  font-size: .72rem;
  font-weight: 700;
  border-radius: var(--r);
  transition: .2s;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.forum-cta i {
  font-size: .8rem;
}

.forum-cta.primary {
  background: #fff;
  color: var(--grn3);
}

.forum-cta.primary:hover {
  background: rgba(255, 255, 255, .92);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.forum-cta.ghost {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
}

.forum-cta.ghost:hover {
  background: rgba(255, 255, 255, .25);
  transform: translateY(-1px);
}

/* ===== FORUM STATS BAR (pointed bottom) ===== */
.forum-stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2) var(--r2) 0 0;
  padding: 14px 20px;
  margin-bottom: 0;
}

/* pointed bottom effect via pseudo-element */
.forum-stats-bar::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--s2);
}

.forum-stats-bar {
  position: relative;
}

.forum-stats-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  padding-top: 35px;
}

.forum-stats-icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 2;
  transition: .2s;
}

.forum-stats-item:hover .forum-stats-icon {
  transform: translateX(-50%) translateY(-3px) scale(1.08);
}

.forum-stats-num {
  font-size: .88rem;
  font-weight: 800;
  color: var(--grn);
  display: block;
  line-height: 1.2;
}

.forum-stats-label {
  font-size: .58rem;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .8px;
}

.forum-stats-divider {
  width: 1px;
  height: 36px;
  background: var(--bd);
}

/* ===== FORUM ONLINE USERS BAR ===== */
.forum-online-bar {
  background: var(--s2);
  border-left: 1px solid var(--bd);
  border-right: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  border-radius: 0 0 var(--r2) var(--r2);
  padding: 12px 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.forum-online-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.forum-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grn);
  flex-shrink: 0;
  animation: forumPulse 2s ease-in-out infinite;
}

@keyframes forumPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(8, 135, 85, .5);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(8, 135, 85, 0);
  }
}

.forum-online-title {
  font-size: .78rem;
  font-weight: 700;
  color: var(--tx);
}

.forum-online-count {
  font-size: .68rem;
  font-weight: 600;
  color: var(--grn);
  background: var(--grng);
  padding: 2px 8px;
  border-radius: 10px;
}

.forum-online-avatars {
  display: flex;
  align-items: center;
  gap: 0;
}

.forum-online-user {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -6px;
  border: 2px solid var(--s2);
  cursor: pointer;
  transition: .2s;
  position: relative;
}

.forum-online-user:first-child {
  margin-left: 0;
}

.forum-online-user:hover {
  transform: translateY(-3px) scale(1.1);
  z-index: 2;
  border-color: var(--grn);
}

.forum-online-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forum-online-more {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--s3);
  border: 2px solid var(--s2);
  margin-left: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .56rem;
  font-weight: 700;
  color: var(--tx2);
  flex-shrink: 0;
}

/* ===== FORUM CATEGORIES GRID ===== */
.forum-categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 24px;
}

/* ===== FORUM CATEGORY CARD ===== */
.forum-cat-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  transition: .2s;
  cursor: pointer;
}

.forum-cat-card:hover {
  border-color: var(--bd2);
  background: var(--s3);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

/* Category Icon */
.forum-cat-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Category Info */
.forum-cat-info {
  min-width: 0;
}

.forum-cat-info h3 {
  font-size: .84rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 4px;
  line-height: 1.35;
  transition: .15s;
}

.forum-cat-card:hover .forum-cat-info h3 {
  color: var(--grn);
}

.forum-cat-info p {
  font-size: .72rem;
  color: var(--tx2);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}

.forum-cat-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .62rem;
  color: var(--tx3);
}

.forum-cat-meta span {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* Category Stats */
.forum-cat-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.forum-cat-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.forum-cat-stat .num {
  font-size: .9rem;
  font-weight: 800;
  color: var(--tx);
}

.forum-cat-stat .label {
  font-size: .52rem;
  color: var(--tx4);
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* ===== FORUM GUIDELINES ===== */
.forum-guidelines {
  margin-top: 24px;
}

.forum-guidelines-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.forum-guide-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 20px 16px;
  text-align: center;
  transition: .2s;
}

.forum-guide-card:hover {
  border-color: var(--bd2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.forum-guide-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin: 0 auto 12px;
  flex-shrink: 0;
}

.forum-guide-card h3 {
  font-size: .78rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 6px;
  line-height: 1.35;
}

.forum-guide-card p {
  font-size: .68rem;
  color: var(--tx2);
  line-height: 1.6;
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .forum-guidelines-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .forum-hero {
    min-height: 140px;
    margin-bottom: 35px;
  }

  .forum-hero-inner {
    padding: 16px 14px;
  }

  .forum-hero-inner h1 {
    font-size: 1rem;
  }

  .forum-hero-inner p {
    font-size: .7rem;
    margin-bottom: 8px;
  }

  .forum-hero-search {
    margin-bottom: 10px;
  }

  .forum-search-box {
    height: 34px;
    padding: 0 5px 0 12px;
    max-width: 100%;
  }

  .forum-search-box input {
    font-size: .74rem;
  }

  .forum-search-box button {
    width: 26px;
    height: 26px;
    font-size: .72rem;
  }

  .forum-search-box i.bi-search {
    font-size: .8rem;
  }

  .forum-hero-actions {
    gap: 6px;
  }

  .forum-cta {
    height: 28px;
    padding: 0 14px;
    font-size: .68rem;
  }

  .forum-cta i {
    font-size: .76rem;
  }

  .forum-stats-bar {
    gap: 16px;
    padding: 12px 16px;
  }

  .forum-stats-icon {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    top: -28px;
  }

  .forum-stats-item {
    padding-top: 28px;
  }

  .forum-stats-num {
    font-size: .82rem;
  }

  .forum-online-bar {
    flex-direction: column;
    gap: 10px;
    padding: 10px 14px;
  }

  .forum-online-avatars {
    flex-wrap: wrap;
    justify-content: center;
  }

  .forum-cat-card {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 12px 12px;
    align-items: center;
  }

  .forum-cat-stats {
    flex-direction: row;
    gap: 10px;
  }

  .forum-cat-stat .num {
    font-size: .78rem;
  }

  .forum-cat-stat .label {
    font-size: .48rem;
  }

  .forum-cat-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .forum-cat-info h3 {
    font-size: .8rem;
  }

  .forum-cat-info p {
    font-size: .7rem;
    -webkit-line-clamp: 1;
  }

  .forum-guidelines-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .forum-guide-card {
    padding: 16px 12px;
  }

  .forum-guide-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .forum-guide-card h3 {
    font-size: .74rem;
  }

  .forum-guide-card p {
    font-size: .66rem;
  }
}

@media (max-width: 480px) {
  .forum-hero {
    min-height: 130px;
    margin-bottom: 32px;
  }

  .forum-hero-inner {
    padding: 14px 12px;
  }

  .forum-hero-inner h1 {
    font-size: .9rem;
  }

  .forum-hero-inner p {
    font-size: .66rem;
    margin-bottom: 8px;
  }

  .forum-hero-search {
    margin-bottom: 10px;
  }

  .forum-search-box {
    height: 32px;
    padding: 0 4px 0 12px;
    gap: 6px;
    max-width: 100%;
  }

  .forum-search-box input {
    font-size: .72rem;
  }

  .forum-search-box button {
    width: 24px;
    height: 24px;
    font-size: .68rem;
  }

  .forum-search-box i.bi-search {
    font-size: .76rem;
  }

  .forum-hero-actions {
    flex-direction: column;
    gap: 5px;
  }

  .forum-cta {
    width: 100%;
    justify-content: center;
    height: 26px;
    padding: 0 14px;
    font-size: .66rem;
  }

  .forum-cta i {
    font-size: .72rem;
  }

  .forum-stats-bar {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px;
  }

  .forum-stats-divider {
    display: none;
  }

  .forum-stats-item {
    flex: 1;
    min-width: 55px;
    padding-top: 22px;
  }

  .forum-stats-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    top: -22px;
  }

  .forum-stats-num {
    font-size: .76rem;
  }

  .forum-online-bar {
    padding: 10px 12px;
  }

  .forum-online-title {
    font-size: .72rem;
  }

  .forum-online-user {
    width: 24px;
    height: 24px;
  }

  .forum-online-more {
    width: 24px;
    height: 24px;
    font-size: .5rem;
  }

  .forum-cat-card {
    gap: 10px;
    padding: 12px 12px;
  }

  .forum-cat-icon {
    width: 36px;
    height: 36px;
    font-size: .9rem;
  }

  .forum-cat-info h3 {
    font-size: .76rem;
  }

  .forum-cat-info p {
    font-size: .66rem;
    margin-bottom: 4px;
  }

  .forum-cat-meta {
    gap: 8px;
  }

  .forum-guidelines-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .forum-guide-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    text-align: left;
    padding: 14px 12px;
  }

  .forum-guide-icon {
    margin: 0;
  }
}

/*!
 * blog.css - https://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== BLOG HERO BANNER ===== */
.blog-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../assets/banners/blog.jpg') center/cover no-repeat;
}

.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 135, 85, .85) 0%, rgba(4, 90, 58, .75) 50%, rgba(0, 0, 0, .55) 100%);
  z-index: 1;
}

.blog-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px;
}

.blog-hero-inner h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog-hero-inner h1 i {
  color: rgba(255, 255, 255, .85);
  font-size: 1.3rem;
}

.blog-hero-inner p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .85);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

.blog-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.blog-stat-item {
  text-align: center;
}

.blog-stat-item .blog-stat-num {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1.2;
}

.blog-stat-item .blog-stat-label {
  font-size: .62rem;
  color: rgba(255, 255, 255, .65);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.blog-stat-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, .2);
}

/* ===== BLOG TOOLBAR ===== */
.blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bd);
}

.blog-toolbar h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tx);
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-toolbar h2 i {
  color: #088755;
  font-size: .9rem;
}

.blog-toolbar .blog-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-toolbar .blog-sort label {
  font-size: .74rem;
  color: var(--tx3);
  font-weight: 500;
}

.blog-toolbar .blog-sort select {
  height: 28px;
  padding: 0 28px 0 10px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  color: var(--tx);
  font-size: .76rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: .15s;
}

.blog-toolbar .blog-sort select:hover {
  border-color: var(--bd2);
}

.blog-toolbar .blog-sort select:focus {
  border-color: #088755;
}

/* ===== BLOG GRID — 3 columns ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

/* ===== BLOG CARD ===== */
.blog-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
  cursor: pointer;
}

.blog-card:hover {
  border-color: var(--bd2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

/* Card Image Header */
.blog-card-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--s3);
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay on image */
.blog-card-img .blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 100%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.blog-card:hover .blog-card-img .blog-overlay {
  opacity: 1;
}

/* Category badge — bottom left */
.blog-card-img .blog-cat-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 7px;
  border-radius: 0 3px 3px 0;
  font-size: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  backdrop-filter: blur(6px);
}

.blog-card-img .blog-cat-badge.tutorial {
  background: rgba(59, 130, 246, .8);
  color: #fff;
}

.blog-card-img .blog-cat-badge.tips {
  background: rgba(234, 179, 8, .85);
  color: #fff;
}

.blog-card-img .blog-cat-badge.guide {
  background: rgba(8, 135, 85, .8);
  color: #fff;
}

/* Read time — bottom right */
.blog-card-img .blog-read-time {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 7px;
  border-radius: 3px 0 0 0;
  font-size: .5rem;
  font-weight: 700;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(6px);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-card-img .blog-read-time i {
  font-size: .65rem;
}

/* Card Body */
.blog-card-body {
  padding: 14px 16px 16px;
}

.blog-card-body h3 {
  font-size: .82rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.35;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: .15s;
}

.blog-card:hover .blog-card-body h3 {
  color: #088755;
}

/* Excerpt */
.blog-excerpt {
  font-size: .72rem;
  color: var(--tx2);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

/* Meta row: author + footer */
.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--bd);
  gap: 8px;
}

/* Author row */
.blog-card-author {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex-shrink: 0;
}

.blog-card-author img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-card-author .author-name {
  font-size: .68rem;
  color: var(--tx3);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-author .seller-badge {
  font-size: .62rem;
  color: var(--ylw);
  flex-shrink: 0;
}

/* Footer stats */
.blog-card-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.blog-card-foot span {
  font-size: .6rem;
  color: var(--tx4);
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.blog-card-foot span i {
  font-size: .65rem;
}

/* ===== NEWSLETTER SUBSCRIPTION ===== */
.blog-subscribe {
  background: url('../assets/content/subscribe.jpg') center/cover no-repeat;
  border-radius: var(--r3);
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid rgba(8, 135, 85, .4);
}

.blog-subscribe::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 135, 85, .88) 0%, rgba(6, 112, 68, .82) 50%, rgba(5, 79, 51, .75) 100%);
  pointer-events: none;
}

.blog-subscribe-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 36px 28px;
}

.blog-subscribe-inner h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-subscribe-inner h2 i {
  color: rgba(255, 255, 255, .85);
  font-size: 1.1rem;
}

.blog-subscribe-inner p {
  font-size: .82rem;
  color: rgba(255, 255, 255, .7);
  max-width: 500px;
  margin: 0 auto 18px;
  line-height: 1.55;
}

.blog-subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}

.blog-sub-input {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.blog-sub-input i {
  position: absolute;
  left: 12px;
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
  pointer-events: none;
}

.blog-sub-input input {
  width: 100%;
  height: 32px;
  padding: 0 14px 0 36px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r);
  color: #fff;
  font-size: .8rem;
  font-family: inherit;
  outline: none;
  transition: .2s;
}

.blog-sub-input input::placeholder {
  color: rgba(255, 255, 255, .4);
}

.blog-sub-input input:focus {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .15);
}

.blog-sub-btn {
  height: 32px;
  padding: 0 16px;
  background: #fff;
  color: #088755;
  border: none;
  border-radius: var(--r);
  font-size: .76rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: .2s;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.blog-sub-btn:hover {
  background: rgba(255, 255, 255, .9);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.blog-sub-btn i {
  font-size: .72rem;
}

/* ===== EMPTY STATE ===== */
.blog-empty {
  text-align: center;
  padding: 48px 20px;
  background: var(--s2);
  border: 1px dashed var(--bd2);
  border-radius: var(--r3);
  margin-bottom: 24px;
}

.blog-empty i {
  font-size: 2.5rem;
  color: var(--tx4);
  margin-bottom: 12px;
  display: block;
}

.blog-empty h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tx2);
  margin-bottom: 6px;
}

.blog-empty p {
  font-size: .8rem;
  color: var(--tx3);
  line-height: 1.5;
}

/* ===== PAGINATION ===== */
.blog-pagi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.blog-pagi button {
  min-width: 30px;
  height: 30px;
  border-radius: var(--r);
  border: 1px solid var(--bd);
  background: var(--s2);
  color: var(--tx2);
  font-size: .78rem;
  font-weight: 500;
  cursor: pointer;
  transition: .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  font-family: inherit;
}

.blog-pagi button:hover {
  border-color: #088755;
  color: #088755;
}

.blog-pagi button.on {
  background: #088755;
  color: #fff;
  border-color: #088755;
  font-weight: 700;
}

.blog-pagi .dots {
  font-size: .75rem;
  color: var(--tx3);
  display: flex;
  align-items: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .blog-hero {
    min-height: 190px;
    margin-bottom: 16px;
  }

  .blog-hero-inner {
    padding: 28px 16px;
  }

  .blog-hero-inner h1 {
    font-size: 1.2rem;
  }

  .blog-hero-inner p {
    font-size: .82rem;
  }

  .blog-hero-stats {
    gap: 16px;
  }

  .blog-stat-item .blog-stat-num {
    font-size: .95rem;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .blog-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .blog-subscribe-inner {
    padding: 28px 18px;
  }

  .blog-subscribe-inner h2 {
    font-size: .92rem;
  }

  .blog-subscribe-inner p {
    font-size: .76rem;
    margin-bottom: 14px;
  }

  .blog-subscribe-form {
    flex-direction: column;
    gap: 8px;
  }

  .blog-sub-input input {
    height: 32px;
    font-size: .76rem;
  }

  .blog-sub-btn {
    width: 100%;
    justify-content: center;
    height: 32px;
  }

  .blog-card-body {
    padding: 12px 14px 14px;
  }

  .blog-card-body h3 {
    font-size: .78rem;
  }

  .blog-excerpt {
    font-size: .68rem;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 480px) {
  .blog-hero {
    min-height: 170px;
  }

  .blog-hero-inner {
    padding: 20px 14px;
  }

  .blog-hero-inner h1 {
    font-size: 1.05rem;
  }

  .blog-hero-inner p {
    font-size: .76rem;
  }

  .blog-hero-stats {
    gap: 12px;
    margin-top: 14px;
  }

  .blog-stat-item .blog-stat-num {
    font-size: .85rem;
  }

  .blog-stat-item .blog-stat-label {
    font-size: .56rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .blog-card-body {
    padding: 12px;
  }

  .blog-card-body h3 {
    font-size: .76rem;
    -webkit-line-clamp: 1;
  }

  .blog-excerpt {
    font-size: .66rem;
    -webkit-line-clamp: 2;
  }

  .blog-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .blog-card-foot {
    gap: 10px;
  }
}

/*!
 * collections.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== PAGE HERO BANNER ===== */
.page-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(8, 135, 85, .85) 0%, rgba(4, 90, 58, .75) 50%, rgba(0, 0, 0, .55) 100%);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 135, 85, .9) 0%, rgba(6, 111, 70, .78) 50%, rgba(0, 0, 0, .5) 100%);
  z-index: 1;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 10%;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, .03);
  border-radius: 50%;
  z-index: 1;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 36px 24px;
}

.page-hero-inner h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-hero-inner h1 i {
  color: rgba(255, 255, 255, .85);
  font-size: 1.3rem;
}

.page-hero-inner p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .8);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== TERMS INFO BAR ===== */
.terms-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  margin-bottom: 20px;
}

.terms-info-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.terms-info-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r);
  background: var(--grng);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grn);
  font-size: 1rem;
  flex-shrink: 0;
}

.terms-info-text h4 {
  font-size: .82rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 1px;
}

.terms-info-text p {
  font-size: .7rem;
  color: var(--tx2);
  line-height: 1.4;
}

.terms-info-badge {
  padding: 5px 14px;
  background: var(--grng);
  color: var(--grn);
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ===== TABLE OF CONTENTS ===== */
.terms-toc {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 20px;
  margin-bottom: 24px;
}

.terms-toc h3 {
  font-size: .82rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.terms-toc h3 i {
  color: var(--grn);
  font-size: .9rem;
}

.terms-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 16px;
}

.terms-toc-list li {
  padding: 6px 0;
}

.terms-toc-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  color: var(--tx2);
  transition: .15s;
  padding: 4px 10px;
  border-radius: var(--r);
}

.terms-toc-list li a:hover {
  background: var(--grng);
  color: var(--grn);
}

.terms-toc-list li a .toc-num {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--s3);
  border: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  font-weight: 700;
  color: var(--tx3);
  flex-shrink: 0;
  transition: .15s;
}

.terms-toc-list li a:hover .toc-num {
  background: var(--grn);
  border-color: var(--grn);
  color: #fff;
}

/* ===== TERMS CONTENT CARD ===== */
.terms-content {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 24px;
}

/* Terms intro */
.terms-intro {
  /* padding: 28px 28px 20px; */
  border-bottom: 1px solid var(--bd);
}

.terms-intro h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--tx);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.terms-intro h2 i {
  color: var(--grn);
  font-size: 1.1rem;
}

.terms-intro p {
  font-size: .82rem;
  color: var(--tx2);
  line-height: 1.7;
}

/* Terms section */
.terms-section {
  padding: 24px 28px;
  border-bottom: 1px solid var(--bd);
  transition: .15s;
}

.terms-section:last-child {
  border-bottom: none;
}

.terms-section:hover {
  background: var(--grng2);
}

.terms-section-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.terms-section-num {
  width: 30px;
  height: 30px;
  border-radius: var(--r);
  background: var(--grng);
  border: 1px solid rgba(8, 135, 85, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .74rem;
  font-weight: 800;
  color: var(--grn);
  flex-shrink: 0;
  margin-top: 2px;
}

.terms-section-title {
  font-size: .92rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.4;
  margin: auto 0;
}

/* Terms text content */
.terms-section p {
  font-size: .8rem;
  color: var(--tx2);
  line-height: 1.75;
  margin-bottom: 12px;
}

.terms-section p:last-child {
  margin-bottom: 0;
}

.terms-section p strong {
  color: var(--tx);
  font-weight: 600;
}

/* Ordered lists */
.terms-section ol {
  padding-left: 20px;
  margin: 12px 0;
}

.terms-section ol>li {
  font-size: .8rem;
  color: var(--tx2);
  line-height: 1.75;
  margin-bottom: 8px;
  padding-left: 4px;
}

.terms-section ol>li:last-child {
  margin-bottom: 0;
}

/* Unordered lists */
.terms-section ul {
  padding-left: 20px;
  margin: 12px 0;
  list-style-type: disc;
}

.terms-section ul>li {
  font-size: .8rem;
  color: var(--tx2);
  line-height: 1.75;
  margin-bottom: 8px;
  padding-left: 4px;
}

.terms-section ul>li:last-child {
  margin-bottom: 0;
}

/* Sub-heading within section */
.terms-section h4 {
  font-size: .86rem;
  font-weight: 700;
  color: var(--tx);
  margin: 20px 0 10px;
  padding-top: 16px;
  border-top: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 8px;
}

.terms-section h4::before {
  content: '';
  width: 4px;
  height: 16px;
  background: var(--grn);
  border-radius: 2px;
  flex-shrink: 0;
}

.terms-section>p:first-of-type+h4,
.terms-section>h4:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* Nested list */
.terms-section ol.text-list {
  padding-left: 18px;
  margin: 6px 0 12px 0;
  list-style-type: lower-alpha;
}

.terms-section ol.text-list>li {
  font-size: .78rem;
  color: var(--tx2);
  line-height: 1.7;
  margin-bottom: 4px;
}

/* ===== TERMS FOOTER NOTE ===== */
.terms-footer-note {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 18px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.terms-footer-note i {
  font-size: 1.1rem;
  color: var(--grn);
  flex-shrink: 0;
  margin-top: 1px;
}

.terms-footer-note p {
  font-size: .78rem;
  color: var(--tx2);
  line-height: 1.65;
}

.terms-footer-note p strong {
  color: var(--tx);
  font-weight: 600;
}

/* ===== TERMS BACK TO TOP ===== */
.terms-back-top {
  text-align: center;
  margin-bottom: 24px;
}

.terms-back-top a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .76rem;
  font-weight: 600;
  color: var(--grn);
  padding: 8px 20px;
  background: var(--grng);
  border-radius: 20px;
  transition: .2s;
}

.terms-back-top a:hover {
  background: var(--grn);
  color: #fff;
}

/* Privacy highlight badges */
.privacy-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.privacy-badge-list .priv-badge {
  padding: 5px 14px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  font-size: .72rem;
  font-weight: 600;
  color: var(--tx2);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .15s;
}

.privacy-badge-list .priv-badge i {
  color: var(--grn);
  font-size: .78rem;
}

.privacy-badge-list .priv-badge:hover {
  border-color: var(--grn);
  color: var(--grn);
}

/* ===== CONTACT PAGE ===== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.contact-card {
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r3);
  padding: 24px;
  transition: .15s;
}

.contact-card:hover {
  border-color: var(--grn);
  background: var(--grng2);
}

.contact-card-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r2);
  background: var(--grng);
  border: 1px solid rgba(8, 135, 85, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grn);
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.contact-card-body h3 {
  font-size: .88rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 8px;
}

.contact-card-body p {
  font-size: .8rem;
  color: var(--tx2);
  line-height: 1.7;
  margin-bottom: 0;
}

.contact-address {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-address span {
  font-size: .8rem;
  color: var(--tx2);
  line-height: 1.6;
}

.contact-phone {
  font-size: .92rem !important;
  font-weight: 700 !important;
  color: var(--grn) !important;
}

.contact-email {
  font-size: .88rem !important;
  font-weight: 600 !important;
  color: var(--grn) !important;
}

/* ===== LICENSE COMPARISON TABLE ===== */
.license-compare-table {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  overflow: hidden;
  margin: 16px 0;
}

.lc-head,
.lc-row {
  display: contents;
}

.lc-head .lc-feature,
.lc-head .lc-regular,
.lc-head .lc-extended {
  padding: 12px 14px;
  background: var(--grng);
  font-size: .76rem;
  font-weight: 700;
  color: var(--tx);
  border-bottom: 1px solid var(--bd);
}

.lc-head .lc-regular,
.lc-head .lc-extended {
  text-align: center;
  border-left: 1px solid var(--bd);
}

.lc-feature,
.lc-regular,
.lc-extended {
  padding: 10px 14px;
  font-size: .78rem;
  color: var(--tx2);
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
}

.lc-regular,
.lc-extended {
  text-align: center;
  border-left: 1px solid var(--bd);
  justify-content: center;
  font-size: .9rem;
}

.lc-row:last-child .lc-feature,
.lc-row:last-child .lc-regular,
.lc-row:last-child .lc-extended {
  border-bottom: none;
}

.lc-highlight .lc-feature,
.lc-highlight .lc-regular,
.lc-highlight .lc-extended {
  background: var(--grng2);
}

/* ===== API PAGE ===== */
.api-base-url {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  font-family: 'Courier New', monospace;
  letter-spacing: .3px;
  backdrop-filter: blur(4px);
}

.api-base-url i {
  font-size: .9rem;
  opacity: .8;
}

/* License demo */
.api-license-demo {
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 20px;
  margin: 16px 0;
}

.api-license-label {
  font-size: .7rem;
  font-weight: 700;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.api-license-key {
  font-family: 'Courier New', monospace;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--grn);
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.api-dash {
  color: var(--tx3);
  margin: 0 2px;
}

.api-license-breakdown {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.api-license-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.api-group-label {
  font-size: .62rem;
  color: var(--tx3);
  font-weight: 600;
}

.api-group-chars {
  font-size: .66rem;
  color: var(--tx2);
  background: var(--s2);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.api-license-sep {
  color: var(--tx3);
  font-size: .8rem;
}

/* Code blocks */
.api-code-block {
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: var(--r2);
  overflow: hidden;
  margin: 12px 0;
}

.api-code-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #1e293b;
  font-size: .72rem;
  font-weight: 600;
  color: #94a3b8;
}

.api-code-header i {
  font-size: .78rem;
}

.api-code-header-success {
  background: #064e3b;
  color: #6ee7b7;
}

.api-code-header-error {
  background: #450a0a;
  color: #fca5a5;
}

.api-code-block pre {
  margin: 0;
  padding: 16px;
  overflow-x: auto;
}

.api-code-block code {
  font-family: 'Courier New', monospace;
  font-size: .74rem;
  line-height: 1.7;
  color: #e2e8f0;
}

/* Endpoint list */
.api-endpoint-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 14px 0;
}

.api-endpoint {
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 14px 16px;
  transition: .15s;
}

.api-endpoint:hover {
  border-color: var(--grn);
}

.api-endpoint p {
  font-size: .78rem;
  color: var(--tx2);
  line-height: 1.6;
  margin: 8px 0 0 0 !important;
}

.api-endpoint-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.api-method {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .5px;
  flex-shrink: 0;
}

.api-method-get {
  background: #064e3b;
  color: #6ee7b7;
}

.api-method-post {
  background: #1e3a5f;
  color: #93c5fd;
}

.api-method-delete {
  background: #450a0a;
  color: #fca5a5;
}

.api-path {
  font-family: 'Courier New', monospace;
  font-size: .76rem;
  font-weight: 600;
  color: var(--tx);
}

/* Params table */
.api-params-table {
  border: 1px solid var(--bd);
  border-radius: var(--r);
  overflow: hidden;
  margin: 12px 0;
}

.api-param-row {
  display: grid;
  grid-template-columns: 140px 80px 1fr;
}

.api-param-head {
  background: var(--grng);
}

.api-param-row.api-param-head>div {
  padding: 8px 12px;
  font-size: .7rem;
  font-weight: 700;
  color: var(--tx);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.api-param-row:not(.api-param-head)>div {
  padding: 8px 12px;
  font-size: .74rem;
  color: var(--tx2);
  border-top: 1px solid var(--bd);
}

.api-param-row .api-param-name code {
  background: var(--s3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: .7rem;
  color: var(--grn);
  font-family: 'Courier New', monospace;
}

.api-param-row .api-param-type {
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: var(--tx3);
  font-size: .7rem;
}

/* ===== GUIDE PAGE ===== */
.guide-tab-header {
  padding: 22px 28px;
  background: linear-gradient(135deg, var(--grng) 0%, rgba(8, 135, 85, .12) 100%);
  border-bottom: 2px solid var(--grn);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.guide-tab-header-buyer {
  border-bottom-color: rgba(8, 135, 85, .3);
  background: linear-gradient(135deg, var(--s3) 0%, rgba(8, 135, 85, .06) 100%);
  border-top: 1px solid var(--bd);
}

.guide-tab-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  background: var(--grn);
  color: #fff;
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 700;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.guide-tab-header-buyer .guide-tab-label {
  background: var(--s3);
  color: var(--grn);
  border: 1px solid rgba(8, 135, 85, .3);
}

.guide-tab-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--tx);
  margin-top: 4px;
}

.guide-tab-header p {
  font-size: .78rem;
  color: var(--tx2);
  line-height: 1.6;
  margin: 0;
}

/* Payment method cards */
.guide-payment-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}

.guide-payment-card {
  display: flex;
  gap: 18px;
  padding: 22px;
  background: var(--s3);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  transition: .2s;
}

.guide-payment-card:hover {
  border-color: var(--grn);
  background: var(--grng2);
}

.guide-payment-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--r2);
  background: #0070ba;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.guide-payment-icon-stripe {
  background: #635bff;
}

.guide-payment-icon-bank {
  background: #0a7c3e;
}

.guide-payment-body h4 {
  font-size: .88rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 8px;
  padding-top: 0 !important;
  border-top: none !important;
  display: block !important;
}

.guide-payment-body h4::before {
  display: none !important;
}

.guide-payment-body p {
  font-size: .78rem;
  color: var(--tx2);
  line-height: 1.7;
  margin-bottom: 12px;
}

.guide-payment-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-payment-features span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 600;
  color: var(--tx2);
}

.guide-payment-features span i {
  color: var(--grn);
  font-size: .72rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-card {
    padding: 18px;
  }

  .contact-card-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .contact-card-body h3 {
    font-size: .84rem;
  }

  .contact-card-body p {
    font-size: .76rem;
  }

  .contact-address span {
    font-size: .76rem;
  }

  .contact-phone {
    font-size: .86rem !important;
  }

  .contact-email {
    font-size: .82rem !important;
  }

  .page-hero {
    min-height: 180px;
    margin-bottom: 16px;
  }

  .page-hero-inner {
    padding: 28px 16px;
  }

  .page-hero-inner h1 {
    font-size: 1.2rem;
  }

  .page-hero-inner p {
    font-size: .82rem;
  }

  .terms-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 10px;
  }

  .terms-info-badge {
    align-self: flex-start;
  }

  .terms-toc {
    padding: 16px;
  }

  .terms-toc-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .terms-intro {
    padding: 20px 18px 16px;
  }

  .terms-intro h2 {
    font-size: 1rem;
  }

  .terms-intro p {
    font-size: .78rem;
  }

  .terms-section {
    padding: 18px;
  }

  .terms-section-header {
    gap: 10px;
    margin-bottom: 12px;
  }

  .terms-section-num {
    width: 26px;
    height: 26px;
    font-size: .68rem;
    border-radius: 6px;
  }

  .terms-section-title {
    font-size: .86rem;
  }

  .terms-section p {
    font-size: .76rem;
    line-height: 1.7;
  }

  .terms-section ol>li {
    font-size: .76rem;
    line-height: 1.7;
  }

  .terms-section ul {
    padding-left: 18px;
    margin: 10px 0;
  }

  .terms-section ul>li {
    font-size: .76rem;
    line-height: 1.7;
  }

  .terms-section h4 {
    font-size: .82rem;
    margin: 16px 0 8px;
    padding-top: 14px;
  }

  .terms-section ol.text-list>li {
    font-size: .74rem;
  }

  .privacy-badge-list {
    gap: 6px;
  }

  .privacy-badge-list .priv-badge {
    font-size: .68rem;
    padding: 4px 10px;
  }

  .terms-footer-note {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }

  .api-base-url {
    font-size: .72rem;
    padding: 6px 12px;
  }

  .api-license-key {
    font-size: 1rem;
  }

  .api-code-block code {
    font-size: .68rem;
  }

  .api-endpoint-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .api-param-row {
    grid-template-columns: 100px 60px 1fr;
  }

  .api-param-row:not(.api-param-head)>div {
    font-size: .68rem;
    padding: 6px 8px;
  }

  .guide-tab-header {
    padding: 18px;
  }

  .guide-tab-title {
    font-size: .96rem;
  }

  .guide-tab-label {
    font-size: .64rem;
    padding: 3px 12px;
  }

  .guide-payment-card {
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }

  .guide-payment-icon {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .guide-payment-features {
    gap: 6px;
  }

  .guide-payment-features span {
    font-size: .64rem;
    padding: 3px 10px;
  }
}

@media (max-width: 480px) {
  .page-hero {
    min-height: 160px;
  }

  .page-hero-inner {
    padding: 22px 14px;
  }

  .page-hero-inner h1 {
    font-size: 1.05rem;
    gap: 8px;
  }

  .page-hero-inner p {
    font-size: .76rem;
  }

  .terms-info-icon {
    width: 32px;
    height: 32px;
    font-size: .9rem;
  }

  .terms-info-text h4 {
    font-size: .76rem;
  }

  .terms-info-text p {
    font-size: .66rem;
  }

  .terms-toc {
    padding: 14px;
  }

  .terms-toc h3 {
    font-size: .78rem;
    margin-bottom: 12px;
  }

  .terms-toc-list li a {
    font-size: .72rem;
    padding: 4px 8px;
  }

  .terms-intro {
    padding: 16px 14px 14px;
  }

  .terms-intro h2 {
    font-size: .92rem;
    gap: 6px;
  }

  .terms-intro p {
    font-size: .74rem;
  }

  .terms-section {
    padding: 14px;
  }

  .terms-section-header {
    gap: 8px;
    margin-bottom: 10px;
  }

  .terms-section-num {
    width: 24px;
    height: 24px;
    font-size: .62rem;
  }

  .terms-section-title {
    font-size: .8rem;
  }

  .terms-section p {
    font-size: .74rem;
    margin-bottom: 10px;
  }

  .terms-section ol {
    padding-left: 16px;
    margin: 10px 0;
  }

  .terms-section ol>li {
    font-size: .72rem;
    margin-bottom: 6px;
  }

  .terms-section ul {
    padding-left: 16px;
    margin: 10px 0;
  }

  .terms-section ul>li {
    font-size: .72rem;
    margin-bottom: 6px;
  }

  .terms-section h4 {
    font-size: .78rem;
    margin: 14px 0 8px;
    padding-top: 12px;
    gap: 6px;
  }

  .terms-section h4::before {
    width: 3px;
    height: 14px;
  }

  .terms-section ol.text-list {
    padding-left: 14px;
  }

  .terms-section ol.text-list>li {
    font-size: .7rem;
  }

  .privacy-badge-list .priv-badge {
    font-size: .66rem;
    padding: 4px 8px;
  }

  .terms-footer-note {
    padding: 14px 12px;
  }

  .terms-footer-note p {
    font-size: .72rem;
  }

  .api-base-url {
    font-size: .66rem;
    padding: 5px 10px;
    gap: 6px;
  }

  .api-license-demo {
    padding: 14px;
  }

  .api-license-key {
    font-size: .86rem;
    letter-spacing: .5px;
  }

  .api-license-breakdown {
    gap: 4px;
  }

  .api-code-block code {
    font-size: .64rem;
    padding: 12px;
  }

  .api-code-block pre {
    padding: 12px;
  }

  .api-endpoint {
    padding: 10px 12px;
  }

  .api-param-row {
    grid-template-columns: 1fr;
  }

  .api-param-row .api-param-type {
    display: none;
  }

  .api-param-row:not(.api-param-head)>div {
    font-size: .66rem;
  }

  .guide-tab-header {
    padding: 14px;
  }

  .guide-tab-title {
    font-size: .86rem;
  }

  .guide-tab-header p {
    font-size: .72rem;
  }

  .guide-payment-card {
    padding: 14px;
    gap: 12px;
  }

  .guide-payment-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .guide-payment-body p {
    font-size: .74rem;
  }
}

/*!
 * payments.css - https://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

.payment-card {
  border: 1px solid var(--bd);
  text-align: center;
  width: 100%;
  border-radius: var(--r5);
  padding-bottom: 14px;
  padding-top: 20px;
  position: relative;
  margin-top: 0;
}

.payment-text {
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.payment-box {
  border-top: 1px solid var(--bd);
  padding-top: 16px;
}

.payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.payment-item {
  border: 1px solid var(--bd);
  border-radius: 4px;
  height: 27px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-item img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  filter: brightness(0) invert(1) brightness(0.3);
}

@media (max-width: 767px) {
  .payment-grid {
    max-width: 100%;
  }

  .payment-item {
    height: 30px;
    width: 60px;
  }
}

/*!
 * copyright.css - https://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

.logo-card {
  border: 1px solid var(--bd);
  text-align: center;
  width: 100%;
  border-radius: var(--r6);
  padding-bottom: 14px;
  padding-top: 20px;
  position: relative;
  margin-top: 0;
}

.logo-text {
  display: inline-block;
  padding: 0;
  font-weight: bold;
}

.logo-box {
  border-top: 1px solid var(--bd);
  padding-top: 16px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.logo-item {
  border: 1px solid var(--bd);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 75%;
  max-height: 75%;
}

@media (max-width: 767px) {
  .logo-grid {
    max-width: 100%;
  }

  .logo-item {
    height: 25px;
    width: 25px;
  }
}

/* ============================================================
   STATUS PAGE — status.css
   ============================================================ */

/* ===== HERO BANNER ===== */
.status-hero {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #051a0c;
}

.status-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 20, 8, .92) 0%, rgba(5, 40, 18, .80) 60%, rgba(0, 15, 5, .70) 100%);
  z-index: 1;
}

.status-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 16px;
}

.status-hero-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.status-hero-icon {
  width: 44px;
  height: 44px;
  background: rgba(34, 197, 94, .15);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.status-hero-icon i {
  font-size: 20px;
  color: #22c55e;
}

.status-hero-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.2;
}

.status-hero-sub {
  font-size: .75rem;
  color: rgba(255, 255, 255, .65);
  margin: 0;
  line-height: 1.4;
  max-width: 360px;
}

.status-hero-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.status-hero-btn:hover {
  background: rgba(34, 197, 94, .15);
  border-color: rgba(34, 197, 94, .4);
  color: #22c55e;
}

/* Stats bar bawah hero */
.status-hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 12px 24px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background: rgba(0, 0, 0, .2);
}

.status-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  padding: 0 20px 0 0;
}

.status-hero-stat:first-child {
  padding-left: 0;
}

.status-hero-stat-num {
  font-size: 1rem;
  font-weight: 800;
  color: #22c55e;
  line-height: 1;
}

.status-hero-stat-label {
  font-size: .68rem;
  color: rgba(255, 255, 255, .45);
  font-weight: 500;
}

.status-hero-stat-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, .1);
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

/* ===== PAGE WRAPPER ===== */
.status-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 0 60px;
}

/* ===== All Systems Operational banner ===== */
.status-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
  background: #16a34a;
  color: #fff;
}

.status-banner.degraded {
  background: #b45309;
}

.status-banner.outage {
  background: #b91c1c;
}

.status-banner i {
  font-size: 16px;
}

/* ===== Service List ===== */
.status-service-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ===== Single service item ===== */
.status-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 0 8px;
}

.status-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ===== Service header row ===== */
.status-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.status-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: default;
}

.status-item-name.has-children {
  cursor: pointer;
  user-select: none;
}

.status-item-name .expand-icon {
  font-size: 10px;
  color: #888;
  transition: transform 0.2s ease;
  display: inline-flex;
}

.status-item-name.has-children.open .expand-icon {
  transform: rotate(90deg);
}

.status-item-badge {
  font-size: 11px;
  font-weight: 600;
  color: #22c55e;
  letter-spacing: 0.02em;
}

.status-item-badge.degraded {
  color: #f59e0b;
}

.status-item-badge.outage {
  color: #ef4444;
}

.status-item-badge.partial {
  color: #fb923c;
}

.status-item-badge.dev {
  color: #60a5fa;
}

/* ===== Uptime bar row ===== */
.status-bar-row {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 30px;
  margin-bottom: 4px;
}

.status-bar-segment {
  flex: 1;
  height: 100%;
  border-radius: 2px;
  background: #16a34a;
  min-width: 2px;
  transition: opacity 0.15s;
  cursor: default;
  position: relative;
}

.status-bar-segment:hover {
  opacity: 0.75;
}

.status-bar-segment.incident {
  background: #ef4444;
}

.status-bar-segment.degraded-seg {
  background: #f59e0b;
}

.status-bar-segment.no-data {
  background: rgba(255, 255, 255, 0.1);
}

/* ===== Bar labels ===== */
.status-bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #555;
  margin-bottom: 2px;
}

/* ===== Children (sub-services) ===== */
.status-children {
  display: none;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 255, 255, .06);
  margin-top: 6px;
  margin-left: 2px;
}

.status-children.open {
  display: block;
}

.status-children .status-item {
  border-top: 1px solid rgba(255, 255, 255, .04);
  padding: 10px 0 6px;
}

.status-children .status-item:last-child {
  border-bottom: none;
}

.status-children .status-item-name {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
}

/* ===== Tooltip (dikelola via JS global element) ===== */
#status-tooltip {
  position: fixed;
  z-index: 9999;
  background: #1e2433;
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .12);
  pointer-events: none;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
  line-height: 1.4;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .status-hero-inner {
    flex-direction: column;
    gap: 12px;
    padding: 20px 16px 12px;
  }

  .status-hero-btn {
    align-self: flex-start;
  }

  .status-hero-stats {
    padding: 10px 16px;
    gap: 0;
  }

  .status-hero-stat {
    padding-right: 14px;
  }

  .status-hero-stat-divider {
    margin-right: 14px;
  }

  .status-hero-stat-num {
    font-size: .9rem;
  }
}

@media (max-width: 480px) {
  .status-hero {
    min-height: 150px;
  }

  .status-hero-title {
    font-size: .95rem;
  }

  .status-hero-sub {
    font-size: .7rem;
  }

  .status-hero-icon {
    width: 36px;
    height: 36px;
  }

  .status-hero-icon i {
    font-size: 16px;
  }

  .status-page {
    padding: 16px 0 40px;
  }

  .status-bar-segment {
    border-radius: 1px;
  }
}

/*!
 * developemnt.css - http://oVG1Kex8qsUJ.com/
 * Version - 2.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2026 Kasanova
 */

/* ===== OVERLAY ===== */
.dev-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
  /* Isolation: prevent outside styles from leaking in and vice versa */
  contain: layout style paint;
  isolation: isolate;
}

.dev-overlay.dev-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ===== MODAL — Solid Gradient ===== */
.dev-modal {
  position: relative;
  width: 100%;
  max-width: 340px;
  background:
    radial-gradient(circle at top left, #080808 0%, transparent 50%),
    radial-gradient(circle at top right, #080808 0%, transparent 50%),
    radial-gradient(circle at bottom left, #080808 0%, transparent 50%),
    radial-gradient(circle at bottom right, #080808 0%, transparent 50%),
    linear-gradient(145deg, #065c3a, #088755, #065c3a);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 32px 28px 28px;
  text-align: center;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 80px rgba(8, 135, 85, 0.25);
  transform: scale(1) translateY(0);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  opacity: 1;
  /* Containment: isolate modal layout from external styles */
  contain: layout style paint;
  /* Reset inherited properties to prevent host site style leakage */
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dev-overlay.dev-hidden .dev-modal {
  transform: scale(0.95) translateY(10px);
  opacity: 0;
}

/* ===== Reset all child elements inside modal ===== */
.dev-modal *,
.dev-modal *::before,
.dev-modal *::after {
  box-sizing: border-box;
}

/* ===== CLOSE BUTTON ===== */
.dev-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  /* Reset any inherited button styles from host site */
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: inherit;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  outline: none;
}

.dev-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: rotate(90deg);
}

.dev-close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* ===== ICON ===== */
.dev-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: devFloat 3s ease-in-out infinite;
  /* Reset inherited styles */
  padding: 0;
  line-height: 1;
}

.dev-icon i {
  font-size: 1.4rem;
  color: #fff;
  /* Reset inherited styles */
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  border: none;
  background: none;
}

/* ===== TEXT ===== */
.dev-modal h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  /* Reset any inherited heading styles from host site */
  line-height: 1.3;
  padding: 0;
  border: none;
  background: none;
  text-transform: none;
}

.dev-modal p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  margin: 0 0 22px;
  /* Reset any inherited paragraph styles from host site */
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
}

/* ===== CTA BUTTON ===== */
.dev-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 28px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #088755;
  font-size: 0.84rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  /* Reset any inherited button styles from host site */
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  outline: none;
  width: auto;
  min-width: 0;
  max-width: none;
}

.dev-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  background: #f0faf5;
}

.dev-cta:active {
  transform: translateY(0);
}

.dev-cta:focus-visible {
  outline: 2px solid rgba(8, 135, 85, 0.5);
  outline-offset: 2px;
}

/* ===== FOOTER LINK ===== */
.dev-footer-link {
  display: block;
  margin-top: 14px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
  /* Reset any inherited link styles from host site */
  padding: 0;
  border: none;
  background: none;
  line-height: 1.4;
}

.dev-footer-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* ===== ANIMATION ===== */
@keyframes devFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
  .dev-overlay {
    padding: 16px;
  }

  .dev-modal {
    max-width: 100%;
    padding: 28px 22px 24px;
    border-radius: 16px;
  }

  .dev-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .dev-icon i {
    font-size: 1.2rem;
  }

  .dev-modal h2 {
    font-size: 0.95rem;
  }

  .dev-modal p {
    font-size: 0.78rem;
  }
}

/* ── STT Keyword Cloud — Theme Matched ── */
.stt-keyword-cloud {
  padding: 24px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  margin: 20px 0
}

.stt-keyword-cloud h4 {
  margin-bottom: 16px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--tx);
  display: flex;
  align-items: center;
  gap: 8px
}

.stt-keyword-cloud h4::before {
  content: '';
  width: 4px;
  height: 16px;
  background: var(--grn);
  border-radius: 2px
}

.stt-cloud-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center
}

.stt-cloud-tag {
  display: inline-block;
  padding: 5px 14px;
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: 20px;
  color: var(--tx2);
  text-decoration: none;
  font-weight: 500;
  transition: all .2s ease
}

.stt-cloud-tag:hover {
  background: var(--grng);
  border-color: var(--grn);
  color: var(--grn);
  text-decoration: none
}

.stt-related-terms {
  padding: 24px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  margin: 20px 0
}

.stt-related-terms h4 {
  margin-bottom: 16px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--tx);
  display: flex;
  align-items: center;
  gap: 8px
}

.stt-related-terms h4::before {
  content: '';
  width: 4px;
  height: 16px;
  background: var(--grn);
  border-radius: 2px
}

.stt-keyword-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.stt-keyword-link {
  display: inline-block;
  padding: 5px 14px;
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: 20px;
  color: var(--tx2);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 500;
  transition: all .2s ease
}

.stt-keyword-link:hover {
  background: var(--grng);
  border-color: var(--grn);
  color: var(--grn);
  text-decoration: none
}

.stt-inline-link {
  color: var(--grn);
  text-decoration: underline;
  font-weight: 500
}

.stt-inline-link:hover {
  color: var(--grn2)
}

.stt-terms-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.stt-terms-list li {
  display: inline-block
}

.stt-terms-list li a {
  display: inline-block;
  padding: 5px 14px;
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: 20px;
  color: var(--tx2);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 500;
  transition: all .2s ease
}

.stt-terms-list li a:hover {
  background: var(--grng);
  border-color: var(--grn);
  color: var(--grn);
  text-decoration: none
}

.stt-count {
  font-size: .68rem;
  color: var(--tx2);
  margin-left: 4px;
  opacity: .7
}

.stt-keyword-page {
  padding: 20px
}

.stt-keyword-page h2 {
  margin-bottom: 20px;
  color: var(--tx);
  font-size: 1.1rem;
  font-weight: 600
}

.stt-articles-list {
  margin: 20px 0
}

.stt-article-item {
  padding: 15px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  margin-bottom: 10px
}

.stt-article-item h3 {
  margin: 0;
  font-size: .85rem;
  font-weight: 600
}

.stt-article-item h3 a {
  color: var(--tx);
  text-decoration: none;
  transition: color .15s
}

.stt-article-item h3 a:hover {
  color: var(--grn)
}

.stt-related-keywords {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--bd)
}

.stt-related-keywords h3 {
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--tx)
}

.stt-related-keywords ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.stt-related-keywords ul li a {
  display: inline-block;
  padding: 5px 14px;
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: 20px;
  color: var(--tx2);
  text-decoration: none;
  font-size: .75rem;
  font-weight: 500;
  transition: all .2s ease
}

.stt-related-keywords ul li a:hover {
  background: var(--grng);
  border-color: var(--grn);
  color: var(--grn)
}

/* ── Pagination ── */
.pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0 8px;
  gap: 6px
}

.pagination ul.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
  align-items: center
}

.pagination .page-item {
  display: inline-flex
}

.pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: .75rem;
  font-weight: 600;
  color: var(--tx2);
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: var(--r);
  text-decoration: none;
  transition: all .2s ease
}

.pagination .page-link:hover {
  color: var(--grn);
  background: var(--s4);
  border-color: var(--grn)
}

.pagination .page-current.active .page-link {
  color: #fff;
  background: var(--grn);
  border-color: var(--grn)
}

.pagination .page-item.disabled .page-link {
  color: var(--tx3);
  background: var(--s2);
  border-color: var(--bd);
  opacity: .5;
  cursor: default;
  pointer-events: none
}

.pagination .page-first .page-link,
.pagination .page-last .page-link {
  font-size: .68rem;
  letter-spacing: .5px
}

.pagination .page-prev .page-link,
.pagination .page-next .page-link {
  font-size: .7rem
}

/* ── 404 Page ── */
.err404 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 40px 16px
}

.err404-card {
  max-width: 520px;
  width: 100%;
  text-align: center
}

.err404-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px
}

.err404-digit {
  font-size: 5rem;
  font-weight: 800;
  color: var(--s4);
  line-height: 1;
  letter-spacing: -2px
}

.err404-icon {
  font-size: 3rem;
  color: var(--rd);
  opacity: .7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--s2);
  border: 2px solid var(--bd2);
  border-radius: 50%
}

.err404-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 10px
}

.err404-desc {
  font-size: .82rem;
  color: var(--tx2);
  line-height: 1.6;
  margin-bottom: 24px
}

.err404-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px
}

.err404-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--tx2);
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: var(--r);
  text-decoration: none;
  transition: all .2s ease
}

.err404-btn:hover {
  color: var(--tx);
  background: var(--s4);
  border-color: var(--bd3)
}

.err404-btn.primary {
  color: #fff;
  background: var(--grn);
  border-color: var(--grn)
}

.err404-btn.primary:hover {
  background: var(--grn2);
  border-color: var(--grn2)
}

.err404-search {
  margin-bottom: 28px
}

.err404-search-wrap {
  display: flex;
  align-items: center;
  background: var(--s2);
  border: 1px solid var(--bd2);
  border-radius: var(--r);
  padding: 0 14px;
  gap: 10px;
  transition: border-color .2s
}

.err404-search-wrap:focus-within {
  border-color: var(--grn)
}

.err404-search-wrap i {
  color: var(--tx2);
  font-size: .85rem
}

.err404-search-wrap input {
  flex: 1;
  height: 44px;
  background: none;
  border: none;
  color: var(--tx);
  font-size: .8rem;
  outline: none
}

.err404-search-wrap input::placeholder {
  color: var(--tx3)
}

.err404-search-wrap button {
  padding: 8px 16px;
  font-size: .72rem;
  font-weight: 600;
  color: #fff;
  background: var(--grn);
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  transition: background .2s
}

.err404-search-wrap button:hover {
  background: var(--grn2)
}

.err404-links p {
  font-size: .72rem;
  color: var(--tx3);
  margin-bottom: 10px
}

.err404-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center
}

.err404-tags a {
  display: inline-block;
  padding: 5px 14px;
  font-size: .7rem;
  font-weight: 500;
  color: var(--tx2);
  background: var(--s3);
  border: 1px solid var(--bd2);
  border-radius: 20px;
  text-decoration: none;
  transition: all .2s
}

.err404-tags a:hover {
  color: var(--grn);
  border-color: var(--grn);
  background: var(--grng)
}

@media(max-width:480px) {
  .err404-digit {
    font-size: 3rem
  }

  .err404-icon {
    width: 60px;
    height: 60px;
    font-size: 2rem
  }

  .err404-actions {
    flex-direction: column
  }

  .err404-btn {
    justify-content: center
  }
}

/* Submit button spinner */
.spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .6s linear infinite
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

/* Product single buttons hover */
.btn-add-to-cart:hover {
  background: var(--grn2) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8,135,85,.3)
}
.btn-add-to-cart:active {
  transform: translateY(0);
  box-shadow: none
}
.btn-virus-scan:hover {
  background: var(--s3) !important;
  border-color: var(--grn) !important;
  color: var(--grn) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8,135,85,.15)
}
.btn-virus-scan:active {
  transform: translateY(0);
  box-shadow: none
}

/* Checkout submit button */
.checkout-submit-btn {
  width: 100%;
  height: 54px;
  background: var(--grn);
  color: #fff;
  border: none;
  border-radius: var(--r);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.checkout-submit-btn:hover {
  background: var(--grn2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8,135,85,.3)
}
.checkout-submit-btn:active {
  transform: translateY(0);
  box-shadow: none
}
.checkout-submit-btn:disabled {
  opacity: .85;
  cursor: not-allowed;
  transform: none;
  box-shadow: none
}
.checkout-submit-btn .btn-loading {
  display: none
}

/* ========== SUCCESS PAGE ========== */
.success-page {
  margin: 0 auto;
  padding: 30px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.success-hero {
  text-align: center;
  margin-bottom: 32px
}
.success-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--grng);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grn);
  animation: successPop .5s ease
}
.success-checkmark {
  color: var(--grn)
}
.success-checkmark circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: successStroke .6s ease-in-out forwards
}
.success-checkmark path {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: successStroke .3s .4s ease-in-out forwards
}
@keyframes successStroke {
  100% { stroke-dashoffset: 0 }
}
@keyframes successPop {
  0% { transform: scale(0); opacity: 0 }
  50% { transform: scale(1.2) }
  100% { transform: scale(1); opacity: 1 }
}
.success-hero h1 {
  font-size: 28px;
  color: var(--tx);
  margin-bottom: 8px
}
.success-subtitle {
  color: var(--tx3);
  font-size: 16px
}
.success-subtitle strong {
  color: var(--grn)
}
.success-card {
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  margin-bottom: 20px;
  overflow: hidden
}
.success-card-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--bd)
}
.success-card-header h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--tx);
  margin: 0
}
.success-card-body {
  padding: 20px
}
.success-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}
.success-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}
.success-info-label {
  font-size: 12px;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .5px
}
.success-info-value {
  font-size: 15px;
  color: var(--tx);
  font-weight: 500
}
.status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px
}
.status-processing,
.status-pending {
  background: rgba(255,165,0,.15);
  color: #ffa500
}
.status-completed {
  background: var(--grng);
  color: var(--grn2)
}
.status-cancelled,
.status-failed {
  background: rgba(255,71,87,.15);
  color: #ff4757
}
.status-on-hold,
.status-on_hold {
  background: rgba(116,185,255,.15);
  color: #74b9ff
}
/* Steps */
.success-steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.success-step {
  display: flex;
  align-items: flex-start;
  gap: 14px
}
.success-step-num {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--grng);
  color: var(--grn);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px
}
.success-step-text {
  display: flex;
  flex-direction: column;
  gap: 2px
}
.success-step-text strong {
  color: var(--tx);
  font-size: 14px
}
.success-step-text span {
  color: var(--tx3);
  font-size: 13px
}
/* Actions */
.success-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px
}
.btn-success-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--grn);
  color: #fff;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s
}
.btn-success-primary:hover {
  background: var(--grn3);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--grng)
}
.btn-success-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--s1);
  color: var(--tx2);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s
}
.btn-success-secondary:hover {
  color: var(--tx);
  border-color: var(--grn);
  transform: translateY(-2px)
}

/* ========== ORDERS PAGE ========== */
.orders-page {
  margin: 0 auto;
  padding: 30px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.orders-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px
}
.orders-header h1 {
  font-size: 24px;
  color: var(--tx);
  margin: 0
}
.btn-orders-shop {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: var(--s1);
  color: var(--tx2);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s
}
.btn-orders-shop:hover {
  color: var(--tx);
  border-color: var(--grn)
}
.orders-empty {
  text-align: center;
  padding: 60px 20px;
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.orders-empty-icon {
  font-size: 48px;
  color: var(--tx3);
  margin-bottom: 16px
}
.orders-empty h2 {
  font-size: 20px;
  color: var(--tx);
  margin-bottom: 8px
}
.orders-empty p {
  color: var(--tx3);
  font-size: 14px;
  margin-bottom: 20px
}
.orders-table-wrap {
  overflow-x: auto;
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.orders-table {
  width: 100%;
  border-collapse: collapse
}
.orders-table thead {
  background: var(--s2)
}
.orders-table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 1px solid var(--bd)
}
.orders-table td {
  padding: 14px 16px;
  font-size: 14px;
  color: var(--tx2);
  border-bottom: 1px solid var(--bd)
}
.orders-table tr:last-child td {
  border-bottom: none
}
.orders-table td strong {
  color: var(--tx)
}
.btn-orders-view {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--grn);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .2s
}
.btn-orders-view:hover {
  gap: 8px
}
.orders-pagination {
  margin-top: 20px
}

/* ========== ORDER DETAIL PAGE ========== */
.order-detail-page {
  margin: 0 auto;
  padding: 30px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.order-detail-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap
}
.order-detail-header h1 {
  font-size: 24px;
  color: var(--tx);
  margin: 0
}
.btn-orders-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tx3);
  font-size: 13px;
  text-decoration: none;
  transition: color .2s
}
.btn-orders-back:hover {
  color: var(--grn)
}
.order-detail-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  margin-bottom: 20px
}
.order-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}
.order-meta-label {
  font-size: 11px;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .5px
}
.order-meta-value {
  font-size: 14px;
  color: var(--tx);
  font-weight: 500
}
.order-meta-total {
  color: var(--grn);
  font-size: 18px;
  font-weight: 700
}
.order-items-table {
  width: 100%;
  border-collapse: collapse
}
.order-items-table th {
  padding: 12px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 1px solid var(--bd)
}
.order-items-table td {
  padding: 14px 20px;
  font-size: 14px;
  color: var(--tx2);
  border-bottom: 1px solid var(--bd)
}
.order-items-table tfoot td {
  border-top: 2px solid var(--bd);
  font-size: 15px;
  color: var(--tx)
}
.order-item-name {
  color: var(--tx);
  font-weight: 500
}
.order-addresses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px
}
.order-addresses-grid .success-card-body p {
  color: var(--tx3);
  font-size: 13px;
  line-height: 1.6;
  margin: 0
}
.order-addresses-grid .success-card-body strong {
  color: var(--tx);
  font-size: 14px
}

/* Responsive */
@media(max-width:768px) {
  .success-page { padding: 24px }
  .success-hero h1 { font-size: 22px }
  .success-info-grid { grid-template-columns: 1fr }
  .success-actions { flex-direction: column }
  .btn-success-primary,
  .btn-success-secondary { justify-content: center; width: 100% }
  .orders-header { flex-direction: column; gap: 12px; align-items: flex-start }
  .order-detail-meta { flex-direction: column; gap: 12px }
  .order-addresses-grid { grid-template-columns: 1fr }
}

/* ========== ACCOUNT PAGES ========== */
.account-page {
  margin: 0 auto;
  padding: 30px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.account-header {
  margin-bottom: 24px
}
.account-header h1 {
  font-size: 24px;
  color: var(--tx);
  margin: 0
}
/* Account Nav Grid */
.account-nav-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px
}
.account-nav-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  text-decoration: none;
  transition: all .2s
}
.account-nav-card:hover {
  border-color: var(--grn);
  transform: translateX(4px)
}
.account-nav-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: var(--grng);
  color: var(--grn);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px
}
.account-nav-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px
}
.account-nav-text strong {
  font-size: 14px;
  color: var(--tx)
}
.account-nav-text span {
  font-size: 12px;
  color: var(--tx3)
}
.account-nav-arrow {
  color: var(--tx3);
  font-size: 14px;
  transition: transform .2s
}
.account-nav-card:hover .account-nav-arrow {
  transform: translateX(4px);
  color: var(--grn)
}
/* Info Bar */
.account-info-bar {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.account-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--tx3)
}
.account-info-item i {
  color: var(--grn);
  font-size: 16px
}
/* Account sub-page wrapper */
.account-sub-page {
  margin: 0 auto;
  padding: 30px;
  background: var(--s2);
  border: 1px solid var(--bd);
  border-radius: var(--r)
}
.account-sub-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px
}
.account-sub-header h1 {
  font-size: 24px;
  color: var(--tx);
  margin: 0
}
.btn-account-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tx3);
  font-size: 13px;
  text-decoration: none;
  transition: color .2s
}
.btn-account-back:hover {
  color: var(--grn)
}
/* Account Tab Nav */
.account-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--bd);
  overflow-x: auto
}
.account-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--tx3);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all .2s;
  white-space: nowrap
}
.account-tab:hover {
  color: var(--tx)
}
.account-tab.active {
  color: var(--grn);
  border-bottom-color: var(--grn)
}
.account-tab i {
  font-size: 15px
}

@media(max-width:768px) {
  .account-page,
  .account-sub-page { padding: 20px }
  .account-header h1,
  .account-sub-header h1 { font-size: 20px }
  .account-info-bar { flex-direction: column; gap: 10px }
  .account-tabs { gap: 0 }
  .account-tab { padding: 10px 12px; font-size: 12px }
}

/* ========== AUTH MINIMAL LAYOUT ========== */
.auth-wrapper {
  max-width: 440px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  min-height: 100vh
}
.auth-brand {
  text-align: center;
  margin-bottom: 32px
}
.auth-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none
}
.auth-logo img {
  width: 40px;
  height: 40px;
  border-radius: 10px
}
.auth-logo .logo-text {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--grn), var(--grn2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: static;
  transform: none
}
.auth-alert {
  padding: 12px 16px;
  border-radius: var(--r);
  font-size: 13px;
  margin-bottom: 16px;
  font-weight: 500
}
.auth-alert-danger {
  background: rgba(255,71,87,.1);
  color: #ff4757;
  border: 1px solid rgba(255,71,87,.2)
}
.auth-alert-success {
  background: var(--grng);
  color: var(--grn2);
  border: 1px solid rgba(8,135,85,.2)
}
@media(max-width:480px) {
  .auth-wrapper { padding: 40px 16px 24px }
}
