*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

:root {
  --radius: 0.5rem;
}

.container {
  width: 100%;
}

@media (min-width: 0px) {
  .container {
    max-width: 0;
  }
}

@media (min-width: 300px) {
  .container {
    max-width: 300px;
  }
}

@media (min-width: 700px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
/* -----------------------------------ad-------------------------------------------------- */
.ad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  margin: 28px 20px;
  border-radius: 8px;
}

.ad .adBox {
  min-width: 300px;
  min-height: 250px;
  padding: 20px;
  overflow: hidden;
  clear: both;
  text-align: center;
}

.ad p {
  color: #fff;
  margin: 10px 0;
}
/* ------------------------------------header----------------------------------------- */
.DVtlcsCGOU {
  position: static;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.6);
  backdrop-filter: blur(0.44rem);
}

.fwBocA {
  width: 100%;
  height: 2.89rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.StGGVNP {
  display: flex;
  align-items: center;
}

.zUbXbdlD {
  margin: 0 1.44rem;
  position: relative;
}
.zUbXbdlD h1 {
  font-size: 1.44rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  color: transparent;
  opacity: 1;
  color: #000;
}

.jnUTRm {
  display: none;
  align-items: center;
  margin-left: 1.33rem;
  margin-right: 0.89rem;
  cursor: pointer;
}

.GYBTm {
  width: 100%;
}

.ALkDvU {
  position: static;
  margin: 0.44rem 0.89rem;
  display: flex;
  align-items: center;
  width: calc(100% - 1.78rem);
  gap: 0.44rem;
  border-radius: 1.33rem;
  background: #fff;
  padding: 0.33rem 0.67rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.ALkDvU:focus-within {
  box-shadow: 0 4px 20px rgba(252, 82, 20, 0.15);
  border-color: #fc5214;
}

.hgudQzuoC {
  flex: 1;
  font-size: 0.78rem;
  color: #333;
  border: none;
  outline: none;
  padding: 0.44rem 0.67rem;
  background: transparent;
}

.hgudQzuoC::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.hmkuwo {
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  height: 2rem;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.3);
  white-space: nowrap;
}

.hmkuwo:hover {
  background: linear-gradient(135deg, #e54710, #f77b1c);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 82, 20, 0.4);
}

.hmkuwo:active {
  transform: translateY(0);
}

.bZBLbX {
  width: 1.2rem;
  height: 1.2rem;
  color: #fc5214;
  margin-left: 0.33rem;
  flex-shrink: 0;
}

.qhUfLGEJ {
  position: static;
  width: 100%;
  background: #fff;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.qhUfLGEJ::-webkit-scrollbar {
  height: 2px;
}

.qhUfLGEJ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.qhUfLGEJ::-webkit-scrollbar-thumb {
  background: #fc5214;
  border-radius: 2px;
}

.qhUfLGEJ nav {
  width: 100%;
  min-width: fit-content;
}

.qhUfLGEJ ul {
  display: flex;
  flex-direction: row;
  gap: 0;
  white-space: nowrap;
  min-width: fit-content;
  padding: 0 1rem;
}

.qhUfLGEJ li {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.qhUfLGEJ li:last-child {
  margin-right: 1rem;
}

.qhUfLGEJ a {
  display: block;
  padding: 0.6rem 1rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 1.5rem;
}

.dcffrf {
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.3);
}

.qhUfLGEJ a:active {
  transform: translateY(0);
}

.SWefqI {
  position: fixed;
  top: 3.33rem;
  left: 0;
  width: 300px;
  height: calc(100vh - 3.33rem);
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 9;
  padding: 1rem;
  transform: translateX(0);
  transition: transform 0.3s ease;
  display: none;
  overflow-y: auto;
}

.TwfLgfApr {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.SWefqI.closed {
  transform: translateX(-100%);
}

.SWefqI nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.SWefqI li {
  width: 100%;
}

.SWefqI li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.5rem;
}

.BGJae {
  background-color: #ef8154;
  color: #fff !important;
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.3);
}

.SWefqI li a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.SWefqI li a:hover {
  transform: translateX(8px);
}

.SWefqI li a:hover span {
  transform: translateX(6px);
}

.SWefqI li a span {
  transition: all 0.3s ease;
}

.rrwgMOhqpC {
  border: none;
  border-top: 2px solid #eee;
  margin: 0.5rem 0;
}

.IlsK {
  margin-top: 0;
  padding: 1rem;
}

@media (min-width: 1400px) {
  .DVtlcsCGOU {
    position: fixed;
    height: 3.33rem;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
  }

  .fwBocA {
    width: auto;
    height: auto;
  }

  .jnUTRm {
    display: flex;
  }

  .GYBTm {
    flex: 1;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .ALkDvU {
    position: static;
    margin: 0;
    width: 100%;
    max-width: 500px;
    gap: 0.56rem;
    border-radius: 1.5rem;
    padding: 0.44rem 0.78rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(229, 231, 235, 0.6);
    display: flex;
    align-items: center;
    height: 2.45rem;
    box-sizing: border-box;
  }

  .ALkDvU:focus-within {
    background: #fff;
    box-shadow: 0 6px 24px rgba(252, 82, 20, 0.15);
    border-color: #fc5214;
  }

  .hgudQzuoC {
    font-size: 0.875rem;
    padding: 0.56rem 0.78rem;
  }

  .hmkuwo {
    padding: 0.56rem 1.33rem;
    height: 2.33rem;
    font-size: 0.875rem;
    border-radius: 1.17rem;
  }

  .bZBLbX {
    width: 1.33rem;
    height: 1.33rem;
    margin-left: 0.44rem;
  }

  .qhUfLGEJ {
    display: none !important;
  }

  .SWefqI {
    display: block;
  }

  .IlsK {
    margin-top: 3.33rem;
    margin-left: 300px;
    transition: margin-left 0.3s ease;
  }

  .IlsK.sidebar-closed {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .qhUfLGEJ ul {
    padding: 0 0.5rem;
  }

  .qhUfLGEJ li {
    margin-right: 0.3rem;
  }

  .qhUfLGEJ a {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
  }
}
/* -------------------------------------------main------------------------------------------------- */
.qcGlFkhiNS {
  padding: 2rem 0;
}

.QoyavX {
  padding: 0 1rem;
}
.pxgqyv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yFbBhgsEVJ {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.pxgqyv a {
  color: rgba(153, 153, 153);
}

.RhkgQ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}

.ErMdkZtJv {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  aspect-ratio: 1 / 1;
}

.uiUjgSPyDt {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.uiUjgSPyDt:hover {
  border-color: #fc5214;
  box-shadow: 0 8px 24px rgba(252, 82, 20, 0.3);
  transform: scale(1.05);
}

.ZjYP {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.uiUjgSPyDt:hover .ZjYP {
  transform: scale(1.1);
}

.widHta {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ErMdkZtJv:hover .widHta {
  color: #fc5214;
}

@media (min-width: 480px) {
  .RhkgQ {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
  }

  .yFbBhgsEVJ {
    font-size: 1.55rem;
  }

  .widHta {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .RhkgQ {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }

  .yFbBhgsEVJ {
    font-size: 2rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .RhkgQ {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.2rem;
  }
}

@media (min-width: 1400px) {
  .QoyavX {
    padding: 0 2rem;
  }
}

@media (max-width: 480px) {
  .qcGlFkhiNS {
    padding: 1rem 0;
  }

  .QoyavX {
    padding: 0 0.5rem;
  }

  .RhkgQ {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
  }

  .yFbBhgsEVJ {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .widHta {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.nNKkMXA {
  padding: 2rem 0;
  overflow: hidden;
}

.FmfgelrOys {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.klxp {
  display: flex;
  gap: 1.5rem;
  width: fit-content;
  animation: smoothScroll 120s linear infinite;
}

@keyframes smoothScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 2));
  }
}

.lffg {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: none;
}

.nPtpJo {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
}

.XNhqlXhYin {
  display: flex;
  transition: transform 0.3s ease;
  height: 100%;
}

.lOVeS {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.vwPsHpv {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.vJlMYi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.PGesT {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.icuUErOpz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
}

.ZwrlurfbpL {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #fff;
}

.ZwrlurfbpL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cyDdOjbsbf {
  flex: 1;
  color: #fff;
  text-align: center;
}

.cyDdOjbsbf h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.DOrlr {
  flex-shrink: 0;
}

.DOrlr button {
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.3);
}

.DOrlr button:hover {
  background: linear-gradient(135deg, #e54710, #f77b1c);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 82, 20, 0.4);
}

.kuvxFJBx {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: #fc5214;
  transform: scale(1.2);
}

.carousel-dot:hover {
  background: #fc5214;
}

.sLvkUVC {
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
}

.ZEoYlWbzGH {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.ZEoYlWbzGH:hover {
  border-color: #fc5214;
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(252, 82, 20, 0.3);
}

.dkSWHJjto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ZEoYlWbzGH:hover .dkSWHJjto {
  transform: scale(1.05);
}

.jaze {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.ZEoYlWbzGH:hover .jaze {
  opacity: 1;
}

.tTTibPindO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
}

.pcRvz {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #fff;
}

.pcRvz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BdBk {
  flex: 1;
  color: #fff;
  text-align: center;
}

.BdBk h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ulwYzF {
  flex-shrink: 0;
}

.ulwYzF button {
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.3);
}

.ulwYzF button:hover {
  background: linear-gradient(135deg, #e54710, #f77b1c);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 82, 20, 0.4);
}

@media (max-width: 1399px) {
  .klxp {
    display: none;
  }
  .lffg {
    display: block;
  }
}

@media (min-width: 1400px) {
  .lffg {
    display: none !important;
  }
  .klxp {
    display: flex;
  }
  .FmfgelrOys {
    padding: 0 2rem;
  }
  .sLvkUVC {
    width: 320px;
    height: 220px;
  }
  .klxp {
    gap: 2rem;
  }
  .BdBk h3 {
    font-size: 1rem;
  }
  .ulwYzF button {
    padding: 0.6rem 1.2rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 1600px) {
  .sLvkUVC {
    width: 360px;
    height: 240px;
  }

  .klxp {
    gap: 1rem;
  }
}

.ZiXQnh {
  padding: 2rem 0;
  overflow: hidden;
}

.NYoXrlakqR {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.dQIufkbzSF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.dQIufkbzSF .yFbBhgsEVJ {
  margin: 0;
  text-align: left;
}

.dQIufkbzSF a {
  color: rgba(153, 153, 153);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.dQIufkbzSF a:hover {
  color: #fc5214;
}

.SaOoejclU {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.SaOoejclU:active {
  cursor: grabbing;
}

.NpzCnp {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0 1rem 0;
  min-width: fit-content;
  transition: none;
  user-select: none;
  will-change: transform;
}

.NpzCnp:not(.dragging) {
  transition: transform 0.3s ease;
}

.VYmkMyB {
  flex: 0 0 auto;
  width: 160px;
  transition: transform 0.3s ease;
}

.VYmkMyB:hover {
  transform: translateY(-4px);
}

.VgQviBKSmp {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.VgQviBKSmp:hover {
  border-color: #fc5214;
  box-shadow: 0 8px 24px rgba(252, 82, 20, 0.2);
}

.IxfaP {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.IxfaP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.VgQviBKSmp:hover .IxfaP img {
  transform: scale(1.1);
}

.rHfYT {
  padding: 0.75rem;
  text-align: center;
}

.rHfYT h3 {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SAXyZikDQZ {
  font-size: 0.75rem;
  color: #666;
  font-weight: 400;
}

.VgQviBKSmp:hover .rHfYT h3 {
  color: #fc5214;
}

@media (min-width: 480px) {
  .VYmkMyB {
    width: 180px;
  }

  .IxfaP {
    height: 135px;
  }

  .NpzCnp {
    gap: 1.2rem;
  }
}

@media (min-width: 768px) {
  .VYmkMyB {
    width: 200px;
  }

  .IxfaP {
    height: 150px;
  }

  .NpzCnp {
    gap: 1.2rem;
  }

  .rHfYT h3 {
    font-size: 1rem;
  }

  .SAXyZikDQZ {
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .VYmkMyB {
    width: 220px;
  }

  .IxfaP {
    height: 165px;
  }

  .NpzCnp {
    gap: 1.2rem;
  }
}

@media (min-width: 1400px) {
  .NYoXrlakqR {
    padding: 0 2rem;
  }

  .VYmkMyB {
    width: 240px;
  }

  .IxfaP {
    height: 180px;
  }

  .NpzCnp {
    gap: 1.2rem;
  }
}

@media (max-width: 480px) {
  .ZiXQnh {
    padding: 1.5rem 0;
  }

  .NYoXrlakqR {
    padding: 0 0.5rem;
  }

  .VYmkMyB {
    width: 140px;
  }

  .IxfaP {
    height: 105px;
  }

  .NpzCnp {
    gap: 0.8rem;
  }

  .rHfYT {
    padding: 0.5rem;
  }

  .rHfYT h3 {
    font-size: 0.75rem;
  }

  .SAXyZikDQZ {
    font-size: 0.7rem;
  }

  .dQIufkbzSF {
    margin-bottom: 1rem;
  }
}
/* ----------------------------about us---------------------------------------- */
.ormCnK {
  padding: 2rem 0;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.QuNpOhXg {
  padding: 0 1rem;
}
.ormCnK h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  color: #333;
}
.ormCnK p {
  font-size: 1rem;
  line-height: 1.6;
  color: #121010;
}
.ormCnK h3 {
  font-size: 1.25rem;
  color: #333;
  margin: 1rem 0;
}
.ormCnK h5 {
  font-size: 1.1rem;
  color: #121010;
  margin: 0.5rem 0;
}
/* ------------------------------footer------------------------------------------ */
.NQTffSH {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 300px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 1rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}
.aKiYfDR {
  margin-bottom: 1.5rem;
}
.aKiYfDR span {
  margin: 0 0.5rem;
}
.aKiYfDR a:hover {
  color: #fc5214;
}

.BAch {
  margin-top: 2rem;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  border-top: 1px solid #e5e7eb;
}

@media (min-width: 1400px) {
  .BAch {
    display: none;
  }
}
/* -------------------------------------game---------------------------------------- */
.rUGzMNvPYK {
  display: flex;
  width: 100%;
  height: 500px;
}

.rUGzMNvPYK .ZiyJxbmJd {
  flex: 8;
  background-color: #f9f0e8;
  border-radius: 5px;
  /* #ffd4b4 */
  /* #e1dcd5 */
  /* #cbf1f396 */
}

.ZiyJxbmJd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.KJSXOC {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ZiyJxbmJd .SILT {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ZiyJxbmJd .SILT img {
  max-width: 300px;
  object-fit: cover;
  z-index: 1;
  border-radius: 5px;
}

.ZiyJxbmJd .EPapY {
  padding: 1rem 0;
  color: #000;
}

.rUGzMNvPYK .qdDr {
  flex: 2;
  background-color: #fff;
  padding: 1.5rem 1rem;
  overflow-y: auto;
  height: 500px;
  border-left: 1px solid #e5e7eb;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  position: relative;
}

.rUGzMNvPYK .qdDr::-webkit-scrollbar {
  display: none;
}

.qdDr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qdDr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.qdDr.scroll-top::before {
  opacity: 0;
}

.qdDr.scroll-bottom::after {
  opacity: 0;
}

.qdDr.scroll-middle::before {
  opacity: 1;
}

.scroll-indicator {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60px;
  background: rgba(252, 82, 20, 0.1);
  border-radius: 2px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.scroll-indicator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.qdDr:hover .scroll-indicator {
  opacity: 1;
}

.scroll-hint.hidden {
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

.qdDr {
  border-right: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.qdDr:hover {
  border-right-color: rgba(252, 82, 20, 0.3);
}

.iRFMZUPBY {
  animation: subtle-bounce 3s ease-in-out infinite;
}

@keyframes subtle-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.iRFMZUPBY.animation-stopped {
  animation: none;
}

.iRFMZUPBY {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  height: auto;
}

@media (min-width: 1400px) {
  .iRFMZUPBY {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.ozqJGzFbtd {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: auto;
  min-height: 80px;
  text-decoration: none;
  color: inherit;
}

.ozqJGzFbtd:hover {
  border-color: #fc5214;
  box-shadow: 0 6px 20px rgba(252, 82, 20, 0.15);
  transform: translateY(-2px);
}

.vebdO {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  margin: 8px;
}

.vebdO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ozqJGzFbtd:hover .vebdO img {
  transform: scale(1.1);
}

.IUtvEJzRZr {
  flex: 1;
  padding: 1rem 1rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.IUtvEJzRZr h4 {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.IUtvEJzRZr p {
  margin: 0;
  font-size: 0.75rem;
  color: #666;
  font-weight: 400;
}

.ozqJGzFbtd:hover .IUtvEJzRZr h4 {
  color: #fc5214;
}

@media (max-width: 1200px) {
  .rUGzMNvPYK .ZiyJxbmJd {
    flex: 1;
  }
  .rUGzMNvPYK .qdDr {
    display: none;
  }
}

@media (min-width: 1550px) {
  .iRFMZUPBY {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .ozqJGzFbtd {
    display: block;
    position: relative;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
  }

  .vebdO {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }

  .vebdO img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .ozqJGzFbtd:hover .vebdO img {
    transform: scale(1.1);
  }

  .IUtvEJzRZr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 0.75rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ozqJGzFbtd:hover .IUtvEJzRZr {
    transform: translateY(0);
  }

  .IUtvEJzRZr h4 {
    color: white;
    margin: 0 0 0.25rem 0;
    font-size: 0.875rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }

  .IUtvEJzRZr p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.75rem;
  }

  .ozqJGzFbtd:hover .IUtvEJzRZr h4 {
    color: #fc5214;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .iRFMZUPBY {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .vebdO {
    width: 70px;
    height: 70px;
    margin: 6px;
  }

  .ozqJGzFbtd {
    min-height: 70px;
  }

  .IUtvEJzRZr h4 {
    font-size: 0.8rem;
  }

  .IUtvEJzRZr p {
    font-size: 0.7rem;
  }
}

@media (max-width: 1200px) {
  .rUGzMNvPYK .ZiyJxbmJd {
    flex: 1;
  }
  .rUGzMNvPYK .qdDr {
    display: none;
  }
}
.jyynqrHgR {
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  color: #fff;
  font-weight: 600;
  border-radius: 1.5rem;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.3);
  transition: all 0.3s ease;
  display: block;
}

.jyynqrHgR:hover {
  background: linear-gradient(135deg, #e54710, #f77b1c);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 82, 20, 0.4);
}

.DnburszEqM {
  width: 100%;
  margin: 2rem auto 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
}

.HlDMS {
  font-size: 2rem;
  font-weight: 700;
  color: #fc5214;
  margin-bottom: 1rem;
}

.uUXZGIP {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.QoCuTihA {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff7f3;
  border-radius: 1.2rem;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(252, 82, 20, 0.08);
  border: 1px solid #ffe1d2;
  color: #fc5214;
  transition: box-shadow 0.3s;
}

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

.QoCuTihA a:hover {
  text-decoration: underline;
}

.kzoDbPZri.QoCuTihA {
  background: #fffbe7;
  border-color: #ffe9a6;
  color: #d4a700;
}

.LylFkuYr.QoCuTihA {
  background: #e8fff0;
  border-color: #b6f5d2;
  color: #2e7d32;
}

.QoCuTihA:hover {
  box-shadow: 0 4px 16px rgba(252, 82, 20, 0.15);
}
.game-category:hover {
  background: linear-gradient(135deg, #e54710, #f77b1c);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 82, 20, 0.4);
}

.game-category:hover a {
  color: #fff;
}

.wGYl {
  width: 100%;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 1.2rem 1rem;
  margin-top: 0.5rem;
}

.wGYl h2 {
  font-size: 1.25rem;
  color: #fc5214;
  margin-bottom: 0.5rem;
  text-align: left;
}

.wGYl p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

@media (max-width: 700px) {
  .DnburszEqM {
    max-width: 100%;
    padding: 1rem;
  }
  .uUXZGIP {
    gap: 0.5rem;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
  }
  .uUXZGIP span {
    display: inline-block;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
  }
  .HlDMS {
    font-size: 1.3rem;
  }
  .wGYl {
    padding: 1rem 0.5rem;
  }
}
.SGVY {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.gTyAv {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
  flex-shrink: 0;
}
.lvsLQ {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #fc5214, #ff8e30);
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.lvsLQ:hover {
  background: linear-gradient(135deg, #e54710, #f77b1c);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 82, 20, 0.4);
}

.lvsLQ:active {
  transform: translateY(0);
}
/* -------------------------------------------------------------------------- */
.SWxxOl h1 {
  color: #fc5214;
  font-size: 1.33rem;
  font-weight: 600;
  margin: 0 0 0.89rem;
}

.SWxxOl h2 {
  color: #fc5214;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.89rem 0;
}
.SWxxOl p {
  font-size: 0.89rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.3rem;
}
