html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  --cun8y3-gu43: #20161f;
  --xqqih5-bkzg: #fafafc;
  --wei-zx2m: #232323;
  --r07-q8: #dab1f4;
  --vo7sg-tuq: #16181c;
  --u8d-nfl5: #383b40;
  --ujpml-z3zi: #fafafc;
}

body {
  font-family: "Arimo", sans-serif;
  background-color: var(--vo7sg-tuq);
  font-size: 16px;
  line-height: 1.4;
  color: var(--ujpml-z3zi);
}
/* =========================
   LIGHT THEME
========================= */
body.ch1t7e {
  --cun8y3-gu43: #f4f6f9;
  --xqqih5-bkzg: #20161f;

  --wei-zx2m: #ffffff;
  --r07-q8: #22062e;

  --vo7sg-tuq: #f7f9fc;
  --u8d-nfl5: #d8dde6;
  --ujpml-z3zi: #1b1e23;
}

.denccj6m {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
header {
  background: var(--cun8y3-gu43);
  padding: 10px;
}
.fx2wr2 {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: max-content;
  margin: 0 0 10px;
  display: block; 
  font-size: 32px;
  color: #da2dff;

  text-shadow: 0 0 6px rgba(255, 150, 45, 0.6), 0 0 14px rgba(45, 101, 255, 0.4),
    0 0 28px rgba(255, 178, 45, 0.25);

  transition: all 0.35s ease;
}

.fx2wr2:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #ff2d75, 0 0 20px #ff2d75, 0 0 40px #ff2d75;
  transform: scale(1.06);
}

.hfg1p {
  display: flex;
  align-items: center;
  gap: 10px; 
  margin: 0 0 20px;
  justify-content: center;
}
.dqezib9{
  padding: 10px;
  background: #ffffff0e;
  text-transform: uppercase;
  text-align: center;
}
.hfg1p > li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.jbp1 {
  margin: 20px 0 10px;
}

.hfg1p , .zh10na4l{
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}
.zh10na4l{
  margin-bottom: 30px;
}
.hfg1p > li {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.hyvkgut6 strong {
      font-weight: 500;
      color: var(--r07-q8);
}
.eywoz.denccj6m .nedsoknu {
  list-style: disc;
  margin: 0 0 16px;
}
.ch1t7e .hyvkgut6 strong{
  color: #ad5802;
}
.hfg1p a , .hfg1p  a{
  color: #da2dff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.hfg1p a:hover ,.hfg1p  a:hover{
  color: #ffffff;
}

.hfg1p b {
  color: #666;
  font-weight: 400;
}

.hfg1p h1 , .hfg1p  span{
  font-size: 16px;
  font-weight: 700;
  color: #fafafc;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wzxvi3>div>div>.hpeh3{
  display: flex !important;
  margin-bottom: 20px;
}
.dqezib9{
  order: -1;
}
.wzxvi3 .hpeh3{
  order: 1;
}
.ap1w {
  position: absolute;
  top: 140%;
  left: 100%;
  transform: translateX(-50%) translateY(10px);
  min-width: 260px;
  max-height: 300px;
  overflow-y: auto;
  background: linear-gradient(180deg, #23262a, #1b1e22);
  border: 1px solid #2f3338;
  border-radius: 12px;
  padding: 10px 0;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: all 0.25s ease;
  z-index: 50;
}
.gzwd:hover .ap1w {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.ap1w a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #e6e6e6;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.ap1w a:hover {
  background: rgba(255, 174, 45, 0.12);
  color: #da2dff;
}
.gzwd {
  position: relative;
}
.gzwd::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  position: absolute;
}

.gzwd b {
  transition: transform 0.25s ease;
}

.gzwd:hover b {
  transform: rotate(180deg);
}

.wzxvi3 h3 {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  margin: 0 0 30px;
}
.wzxvi3 {
  padding: 30px 0;
}
.rp4gs {
  align-items: start;
  display: flex;
  justify-content: center;
}
.vu245 * {
  display: block;
  height: 100%;
  width: auto;
  aspect-ratio: 300 / 1200;
}
.vu245 {
  aspect-ratio: 300 / 1200;
  width: auto;
  height: 80dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: sticky;
  top: 3em;
}
.gzwd > button {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  font-family: "Montserrat", "Arimo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #da2dff;
  background: linear-gradient(
    135deg,
    rgba(255, 174, 45, 0.15),
    rgba(255, 174, 45, 0.05)
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 174, 45, 0.25);
  box-shadow: 0 6px 20px rgba(255, 174, 45, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.25s ease,
    color 0.25s ease;
}

.gzwd > button:hover {
  color: #ffffff;

  background: linear-gradient(
    135deg,
    rgba(255, 174, 45, 0.35),
    rgba(255, 174, 45, 0.15)
  );

  box-shadow: 0 0 12px rgba(255, 174, 45, 0.6), 0 0 32px rgba(255, 174, 45, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);

  transform: translateY(-1px) scale(1.03);
}

.gzwd > button:active {
  transform: scale(0.98);
  box-shadow: 0 0 8px rgba(255, 174, 45, 0.4);
}

.ampdrp3n {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.bgetlzt {
  all: unset;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 18px;
  border-radius: 4px;

  font-family: "Montserrat", "Arimo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;

  color: #fafafc;

  background: linear-gradient(135deg, #2a2e34, #1c1f24);
  border: 1px solid #32363c;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);

  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.3s ease,
    color 0.25s ease;
}

.bgetlzt:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.h4m0fd0 {
  color: #da2dff;
  background: linear-gradient(
    135deg,
    rgba(255, 174, 45, 0.25),
    rgba(255, 174, 45, 0.08)
  );
  border-color: rgba(255, 174, 45, 0.35);

  box-shadow: 0 8px 26px rgba(255, 174, 45, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.h4m0fd0:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 174, 45, 0.45),
    rgba(255, 174, 45, 0.18)
  );
  box-shadow: 0 0 14px rgba(255, 174, 45, 0.8), 0 0 36px rgba(255, 174, 45, 0.5);
}

.rsr15jz {
  background: linear-gradient(135deg, #ff853a, #e62ac7);
  border-color: rgba(58, 123, 255, 0.6);

  box-shadow: 0 8px 26px rgba(58, 123, 255, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.rsr15jz:hover {
  background: linear-gradient(135deg, #4a8cff, #2f62ff);
  box-shadow: 0 0 14px rgba(58, 123, 255, 0.8), 0 0 36px rgba(58, 123, 255, 0.5);
}

.jdzbn {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;

  background: linear-gradient(135deg, #22252a, #16181c);
  border: 1px solid #2f3338;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);

  position: relative;
  overflow: hidden;
}

.jdzbn b {
  position: absolute;
  font-size: 18px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.jdzbn .s4rfyq {
  opacity: 1;
}
.dqezib9{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #da2dff;
  margin-bottom: 20px;
}
.jdzbn .x01eell2 {
  opacity: 0;
  transform: scale(0.6);
}
.y8z1{
  color: blanchedalmond;
}
.jdzbn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15),
    0 0 28px rgba(90, 120, 255, 0.35);
}

body.h00ou15l .jdzbn .s4rfyq {
  opacity: 0;
  transform: scale(0.6);
}

body.h00ou15l .jdzbn .x01eell2 {
  opacity: 1;
  transform: scale(1);
}
.xposdq {
  display: flex;
  gap: 20px;
}
.rs6x {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zyo1 {
  position: absolute;
  display: grid;
  z-index: 2;
  right: 0.5em;
  top: 0.5em;
  gap: 0.25em;
  justify-items: end;
}
.ex1m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.pd2vtsy a img {
  display: block;
  width: 100%;
}
.pd2vtsy {
  box-sizing: border-box;
  gap: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #161e2d, #000000);
  border: 1px solid #2a2e34;
  border-radius: 18px;
  padding: 14px;

  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.pd2vtsy:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.8), 0 0 36px rgba(255, 174, 45, 0.18);
}

.e2p1r {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.e2p1r img {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 1000px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.e2p1r a{
  display: block;
  width: 100%;
   aspect-ratio: 1 / 0.5;
  overflow: hidden;
  margin: 0 0 5px;
}
.pd2vtsy:hover .e2p1r img {
  transform: scale(1.07); 
}

.mtg840jd {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #121212;
  background: linear-gradient(135deg, #da2dff, #ffd27a);
  border-radius: 999px;
  z-index: 2;
}

.zyo1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  height: max-content;
}
.zyo1 .svk23o {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 14px rgba(255, 0, 60, 0.6);
}

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

.eya7wio .xlnwxrk9 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #da2dff;
  text-align: center;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.eya7wio{
  text-decoration: none;
}
.eya7wio:hover .xlnwxrk9 {
  color: #fff;
  text-shadow: 0 0 18px rgba(255, 174, 45, 0.6);
}

.mrox3 {
  position: relative;
  font-size: 14px;
  line-height: 1.55;
  color: #d2d6dc;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  border: 1px solid #2a2e34;
  border-radius: 4px;
  padding: 14px;
}
.mrox3.mvjn {
  max-height: 110px;
  overflow: hidden;
}
.j1q62 {
  all: unset;
  cursor: pointer;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #da2dff;
}
.j1q62:hover {
  color: #fff;
}

.obvc0m9,
.hpeh3 {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  font-size: 13px;
}
.ch1t7e .pd2vtsy{
      filter: invert(1);
}
.ch1t7e .e2p1r{
      filter: invert(1);
}
.svk23o h2,
.q5uv5 h2 {
  font-size: 10px;
  font-weight: 800;
  padding:2px 6px;
  border-radius: 4px;
  color: #fafafc;
    white-space: pre;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);

  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.svk23o:hover h2 {
  background: rgba(255, 174, 45, 0.25);
  box-shadow: 0 0 16px rgba(255, 174, 45, 0.55);
  transform: translateY(-1px);
}
.q5uv5 h2 {
  background: rgba(58, 123, 255, 0.22);
}
.q5uv5:hover h2 {
  background: rgba(58, 123, 255, 0.38);
  box-shadow: 0 0 16px rgba(58, 123, 255, 0.5);
}

.xamlg8jo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  font-size: 13px;
  color: #b9bec6;
}
.xamlg8jo span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
}
.mouyuhsi {
  color: #da2dff;
  letter-spacing: 2px;
}
/* .ch1t7e header {
  background: #e6e6e6;
} */
 .ch1t7e .jh88{
  color: #f7f9fc;
 }
.ch1t7e .hfg1p h1, .ch1t7e .hfg1p  span{
  color: #fefcfc;
}
.ch1t7e .hfg1p h1{
  color: #e62ac7;
}
.ch1t7e .y8z1{
  color: #121417;
}
.ch1t7e .hfg1p a , .ch1t7e .hfg1p  a{
  color: #824a02;
}
.ch1t7e .rnmkqeg0{
  color: #d53107;
}
.ch1t7e .gzwd > button,
.ch1t7e .h4m0fd0 {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 174, 45, 0.883),
    rgb(138, 86, 2)
  );
  border-color: rgba(255, 174, 45, 0.665);
  box-shadow: 0 8px 26px rgba(255, 174, 45, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.ch1t7e .ap1w {
  background: #f7f9fc;
}
.ch1t7e .ap1w a {
  color: #212121;
}

.wzxvi3 h1 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d53107;
  text-shadow: 0 0 6px rgba(255, 45, 115, 0.6),
    0 0 18px rgba(255, 60, 150, 0.35), 0 0 32px rgba(255, 174, 45, 0.25);
  position: relative;
}
.jrfjpel1 {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  justify-content: space-evenly;
}
.jrfjpel1 .bgetlzt {
  min-width: 80px;
}
.xxs9or .svk23o {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 4px;
  font-style: italic;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid #2f3338;
  color: #e6e6e6;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease;
}
.ex1m .mvjn {
  max-height: 100px;
  overflow-y: scroll;
  font-style: italic;
}
.vk41{
  display: flex;
  flex-direction: column;
}
.eya7wio{
  order: -6;
}
.xamlg8jo{
  order: -4;
}
.hpeh3{
  order: -3;
}
.obvc0m9{
  order: -2;
}
.obvc0m9,
.hpeh3 {
  display: flex;
  gap: 8px; 
  /* overflow: hidden; */
  font-size: 13px;
  cursor: grab;
  padding-bottom:6px;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(255,255,255,0.4) transparent;
}
.t8m3px{
  display: none;
}
.obvc0m9:active,
.hpeh3:active {
  cursor: grabbing;
}

/* Chrome / Edge / Safari */
.obvc0m9::-webkit-scrollbar,
.hpeh3::-webkit-scrollbar {
  height: 1px;
}

.obvc0m9::-webkit-scrollbar-track,
.hpeh3::-webkit-scrollbar-track {
  background: transparent;
}

.obvc0m9::-webkit-scrollbar-thumb,
.hpeh3::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.4);
  border-radius: 1px;
}
 
.wzxvi3 .xxs9or,
.wzxvi3 .hpeh3,
.wzxvi3 .obvc0m9,
.wzxvi3 .mrox3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  padding: 16px;
  background: linear-gradient(180deg, #1e141e, #000000);
  border: 1px solid #2a2e34;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.xxs9or .esus90bi:first-child {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #da2dff;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(255, 174, 45, 0.15);
  border: 1px solid rgba(255, 174, 45, 0.35);
  box-shadow: 0 0 16px rgba(255, 174, 45, 0.45);
}
.vk4yl h2{
   color: var(--r07-q8);
   font-size: 18px;  
   font-weight: 700;
   text-transform: uppercase;
}
.vk4yl h2:after{
  content: ':';

}
.v9qz4{
  display: none;
}
.vk4yl p{
  font-style: italic;
}
.hyvkgut6 p{
  font-style: italic;
    display: inline-block;
}
.hyvkgut6{
  margin:  0 0 20px;
}
.d8tlc7t7 {
  margin: 40px 0;
  padding: 30px;
  border-radius: 22px;
}
.p40raznf{
  background: var(--cun8y3-gu43);
}
.ch1t7e .vk4yl h2{
  color: #390f35;
}
.m6lmjo {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #da2dff;
  margin-bottom: 30px;
  text-shadow: 0 0 12px rgba(255, 174, 45, 0.5);
}
 
.leww7 {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #23262a, #1c1f24);
  border: 1px solid #2f3338;
  box-shadow: 0 2px 20px var(--u8d-nfl5);
  transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.leww7:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.75),
    0 0 22px rgba(255, 174, 45, 0.18);
}
 
.uqw8 {
  all: unset;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fafafc;

  background: linear-gradient(135deg, rgb(148 54 146 / 11%), rgb(0 0 0));
  transition: color 0.25s ease, background 0.25s ease;
}

.uqw8 span {
  flex: 1;
}

.uqw8:hover {
  color: #da2dff;
}
 
.ykm0vwa {
  transition: transform 0.35s ease, color 0.25s ease;
  color: #da2dff;
}
.ex1m .mvjn { 

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

/* WebKit (Chrome, Edge, Safari) */
.ex1m .mvjn::-webkit-scrollbar, .wvjxt2 > div::-webkit-scrollbar {
  width: 3px;
}

.ex1m .mvjn::-webkit-scrollbar-track,  .wvjxt2 > div::-webkit-scrollbar-track {
  background: transparent;
}

.ex1m .mvjn::-webkit-scrollbar-thumb,  .wvjxt2 > div::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.ex1m .mvjn::-webkit-scrollbar-thumb:hover,  .wvjxt2 > div::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.leww7.active .ykm0vwa {
  transform: rotate(180deg);
  color: #ffffff;
}
 
.p40raznf {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, padding 0.35s ease;
  padding: 0 22px;
}

.leww7.active .p40raznf {
  max-height: 1200px;
  padding: 18px 22px 22px;
}

.p40raznf p {
  font-size: 14px;
  line-height: 1.7;
  color: #d2d6dc;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    transparent
  );
  border: 1px solid #2a2e34;
  border-radius: 4px;
  padding: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.ch1t7e .wvjxt2>div{
  background: #fafafc;
}
.yujluk{
  padding: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(237, 236, 236, 0.075);
  border-radius: 10px;
  min-width: 200px;
  margin: 0 auto;
  width: max-content;
  background: #efecf017;
}
.h8og {
  background: linear-gradient(180deg, #1a151c, #000000);
  border-top: 1px solid #2a2e34;
  padding: 50px 0 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.h8og .denccj6m {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.itarhm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.itarhm .yujluk:last-child{
  order: -1;
}
.yujluk{
  text-align: center;
}
.yujluk h3 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #da2dff;
  margin-bottom: 16px;
  position: relative;
}

.yujluk h3::after {
  content: "";
  display: block;
  width: 32px;
  margin: 0 auto;
  height: 3px;
  margin-top: 8px;
  border-radius: 6px;
  background: linear-gradient(90deg, #da2dff, #ff7a18);
  box-shadow: 0 0 10px rgba(255, 174, 45, 0.5);
}

.i5i2 {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.i5i2 li {
  font-size: 14px;
  color: #b8bcc4;
  line-height: 1.7;
}

.i5i2 a {
  color: #b8bcc4;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease;
}

.i5i2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #da2dff, #ff7a18);
  transition: width 0.3s ease;
}

.i5i2 a:hover {
  color: #ffffff;
}

.i5i2 a:hover::after {
  width: 100%;
}

.yujluk li:not(a) {
  color: #d1d5db;
}

.zkshl6r {
  border-top: 1px solid #2a2e34;
  padding-top: 20px;
  text-align: center;
}

.zkshl6r p {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.6;
}

.zkshl6r p:last-child {
  color: #da2dff;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 174, 45, 0.4);
}
.wvjxt2>div{
  max-height: 400px;
  height: 70%;
  width: calc(100% - 40px);
  overflow-y: auto;
  margin: 40px auto;
  box-sizing: border-box;
    padding: 30px;
    background: linear-gradient(180deg, #1e141e, #000000);
    border: 1px solid #2a2e34;
    border-radius: 22px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tgo803bs h1{
      font-size: 28px;
    text-align: center;
    margin: 20px 0 20px;
}
.tgo803bs  p{
  margin: 0 0 20px;
  display: block;
}
.tgo803bs  h2{
      display: block;
    font-size: 22px;
    color: var(--r07-q8);
    margin: 30px 0 16px;
}
.tgo803bs h3{
   display: block;
    font-size: 22px;
        color: var(--r07-q8);
    margin: 0 0 16px;
}
.ch1t7e .tgo803bs h3, .ch1t7e .tgo803bs h2{
  color: #824a02;
}
.w85l li{
  list-style: disc;
  margin: 0 0 10px 30px;
}
.kpu263sd, .w85l{
  margin: 0 0 20px;
}
.kpu263sd li{
    margin: 0 0 10px 20px;
    position: relative; 
}
.kpu263sd li::before{
  content: "✓" ;
  display: inline-block;
  margin-right: 10px;
}
.tgo803bs .vk4yl{
  background: linear-gradient(180deg, #1e141e, #000000);
    border: 1px solid #2a2e34;
    border-radius: 22px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.b5ybn97{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0
}
.eulwwch h3{
  color: #ff7a18;
}
.ch1t7e .eulwwch{
  background: var(--r07-q8);
}
.jh88{
  background: linear-gradient(180deg, #1e141e, #000000);
    border: 1px solid #2a2e34;
    border-radius: 22px; 
    text-align: center;
    padding: 20px;
    width: max-content;
    margin:0 auto 50px;
}
.eulwwch{
    background: linear-gradient(180deg, #1e141e, #000000);
    border: 1px solid #2a2e34;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    padding: 1.5rem;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.wzxvi3>div{
  display: flex;
  flex-direction: column;
}
.wzxvi3>div h1{
  order: -7;
  margin-top: 10px;
}
.zxmxh55{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.zxmxh55>div:last-child{
  order: -3;
}
.ch1t7e .zxmxh55>div:last-child{
      filter: invert(1);
}
.zxmxh55>div:first-child{
  order: -2;
}
.wzxvi3>div iframe{
  order: -8;
}
@media (max-width: 768px) {
  .h8og {
    padding: 40px 0 25px;
  }
.wvjxt2>div{
  padding: 10px ;
   width: calc(100% - 20px);
}
  .itarhm {
    gap: 28px;
  }

  .yujluk h3 {
    font-size: 13px;
  }

  .i5i2 li {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .vu245 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .ex1m {
    grid-template-columns: 1fr 1fr;
  }
  .hfg1p {
    flex-wrap: wrap;
  }
  .eulwwch{
    padding: 15px;
  }
  .b5ybn97{
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .ex1m {
    grid-template-columns: 1fr;
  }
  .obvc0m9,
.hpeh3 {
  overflow-y: auto;
}
  .rs6x {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
  }
  .rs6x{
    align-items: flex-start;
  }
  .fx2wr2{
    margin: 0 auto 10px;
    font-size: 22px;
  }
  .gzwd > button{
    font-size: 13px;
    padding: 3px 6px;
  }
  .ampdrp3n{
    width: 100%;
    justify-content: space-between;
  }
  .jrfjpel1 {
    flex-wrap: wrap;
  }
  .jrfjpel1 .bgetlzt {
    min-width: 30px;
    box-sizing: border-box;
  }
  .denccj6m {
    padding: 0 10px;
  }
  .hfg1p span {
    font-size: 13px;
  }
  .fx2wr2 {
    font-size: 26px;
  }
  .wzxvi3 h1 {
    font-size: 22px;
  }
  .xxs9or .svk23o {
    font-size: 11px;
    padding: 4px 6px;
  }
  .d8tlc7t7 {
    padding: 20px;
  }

  .m6lmjo {
    font-size: 20px;
  }

  .uqw8 {
    font-size: 14px;
    padding: 14px 16px;
  }
   .rsr15jz{
    font-size: 12px;
    padding: 7px 12px;
   }
   .mtg840jd{
    left: 0;
    top: 0;
  }
  .zyo1{
    top: 0;
    right: 0;
  }
   .jdzbn{
    width: 40px;
    height: 40px;
   }
  .p40raznf p {
    font-size: 13px;
    padding: 5px 8px;
  }
  .leww7.active .p40raznf{
    padding: 10px;
  }
  .dqezib9{
    font-size: 16px;
    text-align: center;
  }
  .e2p1r a{
    aspect-ratio: 1 / 0.6;
  }
}
@media screen and (max-width: 767px) {
  .b5ybn97{
    display: flex;
    flex-direction: column;
  }
  .vk4yl h2{
    font-size: 14px;
  }
  .ap1w{
    left: calc(100% + 40px);
  }
}
