/* dcksxovmjj2m | v9.96 */
/* hff69xe9s94a | v4.80 */
/* ============================================
   全站样式 - 影视传媒网站
   独特配色：深紫 + 玫红 + 暗金
   ============================================ */

/* CSS Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --clr-primary: #6B1D5E;
  --clr-primary-light: #9C3587;
  --clr-accent: #D4A843;
  --clr-accent-dark: #A8832F;
  --clr-bg-dark: #0E0B14;
  --clr-bg-section: #16111F;
  --clr-bg-card: #1E1729;
  --clr-text: #E8E2F0;
  --clr-text-muted: #A89BBF;
  --clr-border: #2E2640;
  --clr-success: #4CAF50;
  --clr-warning: #FF9800;
  --clr-star: #FFD700;
  --font-heading: "Noto Serif SC", "STSong", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-card: 0 4px 24px rgba(107, 29, 94, 0.18);
  --shadow-hover: 0 8px 40px rgba(107, 29, 94, 0.3);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* f4qor7lh */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--clr-bg-dark);
  color: var(--clr-text);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

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

a {
  color: var(--clr-accent);
  text-decoration: none;
  transition: color var(--transition);
}
/* au1ijkm83 */
a:hover {
  color: var(--clr-accent-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--clr-text);
  line-height: 1.4;
}
/* frk7 */
/* ============ Layout ============ */
._ubrchq3s {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
/* 56slnpng */
.qx9islnwgk {
  padding: 48px 0;
}

.qx9islnwgk:nth-child(even) {
  background: var(--clr-bg-section);
}

._58zk9n {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
}

._58zk9n::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
  border-radius: 2px;
}

/* ============ Header / Nav ============ */
.ktnzhz7z {
  background: linear-gradient(135deg, var(--clr-bg-dark) 0%, #1A1028 100%);
  border-bottom: 1px solid var(--clr-border);
  position: relative;
  z-index: 100;
}

.i3kwf8k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  max-width: 1280px;
  margin: 0 auto;
}

._sa8ehopg img {
  height: 44px;
  width: auto;
}
/* pa1y0brgkl */
._xvfd79fv {
  display: none;
  background: none;
  border: 2px solid var(--clr-accent);
  color: var(--clr-accent);
  font-size: 1.5rem;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
}
/* cjkxjrxoc */
._ssigu1o {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* vnsw20 */
._ssigu1o a {
  color: var(--clr-text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  transition: all var(--transition);
  white-space: nowrap;
}

._ssigu1o a:hover,
._ssigu1o a.active {
  color: var(--clr-accent);
  background: rgba(212, 168, 67, 0.08);
}

/* ============ Hero ============ */
.tw-xh1lgq {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* x1afgowi3i */
._fjt9s1c7 {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* wylra */
._fjt9s1c7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}
/* rwi08ka0rk */
.sc-faov38 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.sc-faov38 h1 {
  font-size: 2.4rem;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--clr-accent), #F0D878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* gre59d */
.sc-faov38 p {
  font-size: 1.1rem;
  color: var(--clr-text-muted);
  margin-bottom: 24px;
}

._4isdjw {
  display: inline-block;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(107, 29, 94, 0.4);
}

._4isdjw:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(107, 29, 94, 0.6);
  color: #fff;
}

/* ============ Breadcrumb ============ */
._01nz1cri {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

._01nz1cri a {
  color: var(--clr-text-muted);
}

._01nz1cri a:hover {
  color: var(--clr-accent);
}
/* zwk0d6 */
._01nz1cri span {
  margin: 0 6px;
  opacity: 0.5;
}

/* ============ Movie Cards Grid ============ */
._py6usi0d {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.sv5pj3wyb {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--clr-border);
}

.sv5pj3wyb:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--clr-primary-light);
}

.st-3rejb4 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/7;
}
/* wqvb61 */
.st-3rejb4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.sv5pj3wyb:hover .st-3rejb4 img {
  transform: scale(1.06);
}
/* k0tyhx */
.igjefycjz {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: var(--clr-star);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}
/* jvad5 */
.qteol1k {
  padding: 12px;
}

.qteol1k h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qteol1k p {
  font-size: 0.8rem;
  color: var(--clr-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* fmv0786esl */
/* ============ Service Modules ============ */
.css-8xc9b5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

._ey4ij73 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  transition: all var(--transition);
}

._ey4ij73:hover {
  border-color: var(--clr-accent);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

._ey4ij73 img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
}

._ey4ij73 h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

._ey4ij73 p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ Cases ============ */
._tpmt0u {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._vapw8v {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}
/* 5th3 */
._vapw8v:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

._vapw8v img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.cwq4lbjqb {
  padding: 16px;
}

.cwq4lbjqb h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* cf0x2730 */
.cwq4lbjqb p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}
/* 6rvzoz0i *//* gaul3 */
/* ============ International Stars ============ */
.st-ex31if {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

._o4k6m8tp {
  text-align: center;
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}

._o4k6m8tp:hover {
  border-color: var(--clr-primary-light);
  box-shadow: var(--shadow-card);
}

._o4k6m8tp img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

._o4k6m8tp h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* 3cvy */
._o4k6m8tp p {
  font-size: 0.82rem;
  color: var(--clr-text-muted);
}

/* ============ About Section ============ */
.h8g27lkjt2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}

.h8g27lkjt2 h3 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--clr-accent);
}

.h8g27lkjt2 p {
  margin-bottom: 14px;
  text-indent: 2em;
}

/* ============ Payment ============ */
._whz5v2uj {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

._whz5v2uj img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--clr-border);
}
/* yyj812n5 */
/* ============ FAQ ============ */
.hspulyt6 {
  max-width: 800px;
  margin: 0 auto;
}

.zt03bpx {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.kcs2i4ochh {
  width: 100%;
  background: var(--clr-bg-card);
  color: var(--clr-text);
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: 1rem;
  font-family: var(--font-body);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background var(--transition);
}

.kcs2i4ochh:hover {
  background: rgba(107, 29, 94, 0.15);
}
/* x50r *//* 5xsljzk */
.kcs2i4ochh::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--clr-accent);
  transition: transform var(--transition);
}

.zt03bpx.open .kcs2i4ochh::after {
  content: "−";
}

._40lnid6 {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
  line-height: 1.8;
}
/* zlp3j */
.zt03bpx.open ._40lnid6 {
  max-height: 500px;
  padding: 0 20px 20px;
}
/* avxfn0 */
/* ============ Reviews ============ */
._f05nsx6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.ah9c5lna7 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

.st-pmsi1n {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
/* 16pcud4 */
._zj75nsqb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

._xjpqew h4 {
  font-size: 0.95rem;
}

._xjpqew small {
  color: var(--clr-text-muted);
  font-size: 0.8rem;
}

._5ccchn {
  color: var(--clr-star);
  font-size: 0.9rem;
  margin-bottom: 8px;
}
/* nrxfqzl4f3 */
.ah9c5lna7 p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  line-height: 1.7;
}
/* ixwno1rk */
/* ============ Video Player ============ */
._9dfr2q57 {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 24px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
}

._9dfr2q57 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* jg1bb */
.z95s42rl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1028, #0e0b14);
  color: var(--clr-text-muted);
  font-size: 1.2rem;
}

.z95s42rl::before {
  content: "▶";
  font-size: 3rem;
  margin-right: 12px;
  color: var(--clr-accent);
}

/* ============ Author Info ============ */
._aul59k {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 24px 0;
}

._aul59k img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.xkpxh9ox h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.xkpxh9ox p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ Support ============ */
.el-jrozir {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.tw-s7fqxb {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}
/* tut9xh1x */
.tw-s7fqxb h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

.tw-s7fqxb p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
}
/* i8iqgy3ill */
/* ============ License ============ */
._tpol8t {
  text-align: center;
}
/* 1ssettt */
._tpol8t img {
  width: 120px;
  margin: 0 auto 16px;
}

/* ============ Footer ============ */
._auikt9 {
  background: linear-gradient(180deg, var(--clr-bg-section), var(--clr-bg-dark));
  border-top: 1px solid var(--clr-border);
  padding: 40px 0 20px;
}

.el-0o4yt8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

._9ibvntf6 h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--clr-accent);
}
/* ey4wv6c */
._9ibvntf6 a {
  display: block;
  color: var(--clr-text-muted);
  font-size: 0.88rem;
  padding: 3px 0;
}
/* vgp7she8di */
._9ibvntf6 a:hover {
  color: var(--clr-accent);
}

._xy0rjpe1 {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

._xy0rjpe1 img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform var(--transition);
}

._xy0rjpe1 img:hover {
  transform: scale(1.15);
}

.sc-rtl238 {
  text-align: center;
  padding: 20px 16px 0;
  margin-top: 24px;
  border-top: 1px solid var(--clr-border);
  font-size: 0.82rem;
  color: var(--clr-text-muted);
}
/* yjp0rzx9 */
.sc-rtl238 ._9g9tih8n {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 8px;
}

._1ixv03i {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}

._1ixv03i img {
  height: 30px;
  width: auto;
}

/* ============ Inner Page ============ */
._pqnrbs9 {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._pqnrbs9 ._fjt9s1c7 img {
  filter: brightness(0.3) blur(2px);
}
/* 8dun */
._pqnrbs9 .sc-faov38 h1 {
  font-size: 2rem;
}

._9y1gf1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px;
}
/* m8lyoy1r3 */
._9y1gf1 h2 {
  font-size: 1.5rem;
  margin: 28px 0 14px;
  padding-left: 14px;
  border-left: 4px solid var(--clr-accent);
}
/* l24b */
._9y1gf1 h3 {
  font-size: 1.2rem;
  margin: 20px 0 10px;
  color: var(--clr-accent);
}

._9y1gf1 p {
  margin-bottom: 14px;
  text-indent: 2em;
  line-height: 2;
}

._9y1gf1 figure {
  margin: 20px 0;
  text-align: center;
}
/* lylafl */
._9y1gf1 figure img {
  max-width: 100%;
  border-radius: var(--radius-md);
  margin: 0 auto;
}
/* d4c0x17 */
._9y1gf1 figcaption {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  margin-top: 8px;
}
/* 0ke7r */
._9y1gf1 blockquote {
  border-left: 4px solid var(--clr-primary);
  padding: 12px 20px;
  margin: 16px 0;
  background: rgba(107, 29, 94, 0.08);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--clr-text-muted);
}
/* h0etr */
/* ============ App Download Page ============ */
._vk79o3te {
  text-align: center;
  padding: 48px 16px;
  background: linear-gradient(135deg, var(--clr-bg-dark), var(--clr-bg-section));
}
/* xhfzg */
._wk5z4610 {
  max-width: 280px;
  margin: 24px auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.sc-guu9it {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

._5z2v7h3 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

._5z2v7h3 h3 {
  color: var(--clr-accent);
  margin-bottom: 8px;
}
/* z90x5oo1p8 */
.css-3rqb2i {
  text-align: center;
  margin: 32px 0;
}

.css-3rqb2i img {
  width: 200px;
  margin: 16px auto;
  border-radius: var(--radius-md);
  border: 2px solid var(--clr-border);
}
/* 98dvft */
.jrv63wy {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
}

.irm7x7bn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  transition: all var(--transition);
}

.irm7x7bn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(107, 29, 94, 0.5);
  color: #fff;
}
/* wtl1uw9 */
/* ============ Responsible Section ============ */
.do0jbcz {
  background: rgba(107, 29, 94, 0.06);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin: 24px 0;
}
/* chr411 */
.do0jbcz h3 {
  color: var(--clr-warning);
  margin-bottom: 12px;
}
/* s09nf */
.do0jbcz ul {
  list-style: none;
  padding: 0;
}
/* jgyu */
.do0jbcz li {
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
}

.do0jbcz li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clr-success);
}

/* ============ Mobile Responsive ============ */
@media (max-width: 1024px) {
  .css-8xc9b5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .st-ex31if {
    grid-template-columns: repeat(3, 1fr);
  }
/* 2tawh6 *//* marv0ar */  .el-0o4yt8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  ._xvfd79fv {
    display: block;
  }

  ._ssigu1o {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--clr-bg-dark);
    flex-direction: column;
    padding: 12px;
    border-bottom: 1px solid var(--clr-border);
    z-index: 99;
  }
/* ar1annjsc */
  ._ssigu1o.open {
    display: flex;
  }

  ._ssigu1o a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--clr-border);
    width: 100%;
  }
/* ealipb7 */
  .sc-faov38 h1 {
    font-size: 1.7rem;
  }

  .css-8xc9b5 {
    grid-template-columns: 1fr;
  }

  ._tpmt0u {
    grid-template-columns: 1fr;
  }

  .st-ex31if {
    grid-template-columns: repeat(2, 1fr);
  }

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

  ._f05nsx6 {
    grid-template-columns: 1fr;
  }
/* 3co95dz */
  .el-0o4yt8 {
    grid-template-columns: 1fr;
  }

  .qx9islnwgk {
    padding: 32px 0;
  }

  ._58zk9n {
    font-size: 1.4rem;
  }

  ._aul59k {
    flex-direction: column;
    text-align: center;
  }

  ._pqnrbs9 {
    min-height: 180px;
  }

  ._pqnrbs9 .sc-faov38 h1 {
    font-size: 1.5rem;
  }
}

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

  .sc-faov38 h1 {
    font-size: 1.4rem;
  }

  ._4isdjw {
    padding: 12px 28px;
    font-size: 0.95rem;
  }

  .st-ex31if {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============ Animations ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._igwusm {
  animation: fadeInUp 0.6s ease forwards;
}

/* ============ Utility ============ */
.kw041ipaa { text-align: center; }
/* 9q0a8 */.sc-fnkg7x { color: var(--clr-accent); }
.xhgoo6gt3 { margin-top: 16px; }
._qnwd77 { margin-top: 24px; }
._8xbqexyo { margin-bottom: 16px; }
.css-uqchie { margin-bottom: 24px; }
/* mo4jpijn */
/* b6hqmln6jltpfx2i */

/* m0no2582vxbo4in2 */
