:root {
  --orange: #ff7a00;
  --orange-dark: #e56900;
  --orange-light: #ffb066;
  --ink: #1a1d24;
  --ink-soft: #3a4051;
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --border: #e4e7ec;
  --shadow: 0 8px 24px rgba(26, 29, 36, .08);
  --shadow-lg: 0 16px 40px rgba(255, 122, 0, .28);
  --radius: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
}

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

ul {
  list-style: none;
}

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

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  border-radius: 4px;
}

.ll26telgf {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}


.ll28vs3q4 {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: var(--shadow);
}

.ll1oksk2t {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
ul.ll1aq6mjm a.active {
    text-decoration: underline !important;
    font-weight: 700;
}
.ll1r70tlp {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.5px;
  color: var(--ink);
  white-space: nowrap;
}

.ll2h6z038 {
  color: var(--orange);
}

.ll1bb640o {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.ll1aq6mjm {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.ll1aq6mjm>li {
  position: relative;
}

.ll1aq6mjm a {
  display: block;
  padding: 8px 12px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-radius: 8px;
  transition: color .25s, background .25s;
  white-space: nowrap;
}

.ll1aq6mjm a:hover {
  color: var(--orange);
  background: rgba(255, 122, 0, .08);
}

.ll1aq6mjm li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 12px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ll1aq6mjm li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ll1aq6mjm li ul a {
  color: var(--ink-soft);
}

.ll1aq6mjm li ul a:hover {
  background: var(--orange);
  color: #fff;
}

.ll1o8dzm2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 90;
}

.ll1o8dzm2.llaga8n4n {
  opacity: 1;
  visibility: visible;
}


.ll2o5w167 {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #1a1d24 0%, #3a2c14 60%, var(--orange-dark) 130%);
  overflow: hidden;
  padding: 80px 20px;
}

.llplaovo5 {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255, 122, 0, .35), transparent 55%);
}

.ll11m6uu1 {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.ll2o5w167 h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.llrsmu3tq {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 34px;
}


.lls3t32o5 {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 44px;
  border-radius: 50px;
  box-shadow: var(--shadow-lg);
  transition: transform .25s, background .25s, box-shadow .25s;
  text-align: center;
}

.lls3t32o5:hover {
  background: var(--orange-dark);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 50px rgba(255, 122, 0, .4);
}

.llugjag0j {
  font-size: 1.25rem;
  padding: 18px 56px;
}

.ll28nx7oe {
  margin: 48px auto 24px;
}


.ll2nrpmvw {
  padding: 64px 0;
  background: var(--bg-soft);
}

.ll2nrpmvw .ll26telgf>* {
  margin-bottom: 20px;
}

.ll2nrpmvw h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.5px;
  text-align: center;
  margin: 16px 0 24px;
}

.ll2nrpmvw h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin: 28px 0 12px;
}

.ll2nrpmvw p {
  color: var(--ink-soft);
}

.ll2nrpmvw ul,
.ll2nrpmvw ol {
  padding-left: 24px;
  color: var(--ink-soft);
}

.ll2nrpmvw li {
  margin-bottom: 8px;
}

.ll2nrpmvw img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 20px 0;
}

.ll2nrpmvw a {
  color: var(--orange);
  font-weight: 600;
}



.ll21tqe2z {
  background: var(--ink);
  color: rgba(255, 255, 255, .75);
  text-align: center;
  padding: 32px 0;
  font-size: .9rem;
}


.ll1utw1e7 {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.ll1utw1e7.ll8hgi2f6 {
  opacity: 1;
  transform: none;
}

table {
  display: block;
  max-width: fit-content;
  width: 100%;
  overflow: auto;
  margin: 10px auto 20px;
  border-collapse: collapse;
  border-radius: 18px;
  border: 1px solid rgba(245, 130, 32, .28);
  background: linear-gradient(145deg, rgba(255, 244, 232, .98), rgba(255, 255, 255, .98));
  box-shadow: 0 18px 36px rgba(245, 130, 32, .16), inset 0 1px 0 rgba(255, 255, 255, .96);
  scrollbar-width: thin;
  scrollbar-color: #f58220 rgba(245, 130, 32, .12);
}

table tbody {
  display: block;
  min-width: max-content;
  overflow: hidden;
  border-radius: 0 0 17px 17px;
}

table tr {
  display: flex;
  width: 100%;
  min-width: max-content;
  border-bottom: 1px solid rgba(245, 130, 32, .14);
  background: rgba(255, 255, 255, .92);
  transition: .28s ease;
}

table th,
table td {
  flex: 1;
  min-width: 220px;
  padding: 17px 19px;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  word-break: break-word;
}

table th {
  color: #fff;
  font-weight: 700;
  letter-spacing: .2px;
  background: linear-gradient(135deg, #ff9d32 0%, #f58220 48%, #c95708 100%);
  border-right: 1px solid rgba(255, 255, 255, .22);
  text-shadow: 0 1px 1px rgba(110, 48, 0, .26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -2px 0 rgba(150, 58, 0, .18);
}

table td {
  color: #62340d;
  font-weight: 500;
  background: rgba(255, 255, 255, .9);
  border-right: 1px solid rgba(245, 130, 32, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

table tr:nth-child(even) {
  background: rgba(245, 130, 32, .065);
}

table tr:nth-child(even) td {
  background: rgba(255, 245, 235, .95);
}

table tr:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(245, 130, 32, .16);
}

table tr:hover td {
  color: #4b2508;
  background: linear-gradient(90deg, rgba(255, 205, 151, .58), rgba(255, 244, 231, .92));
}

table tr:last-child {
  border-bottom: none;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 17px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 17px;
}

table th:last-child,
table td:last-child {
  border-right: none;
}

table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

table::-webkit-scrollbar-track {
  background: rgba(245, 130, 32, .1);
  border-radius: 20px;
  box-shadow: inset 0 1px 3px rgba(245, 130, 32, .12);
}

table::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff9d32, #f58220, #d86410);
  border: 2px solid rgba(255, 250, 245, .96);
  border-radius: 20px;
  box-shadow: 0 2px 7px rgba(245, 130, 32, .34);
}

.ll18shh6a {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 24px;
  height: 18px;
  box-sizing: content-box;
  position: relative;
  background-image: linear-gradient(#ff7a00, #ff7a00);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.ll18shh6a::before,
.ll18shh6a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ff7a00;
  transition: transform 0.3s ease;
}

.ll18shh6a::before {
  top: 8px;
}

.ll18shh6a::after {
  bottom: 8px;
}

@media (min-width:768px) {
  .ll2o5w167 h1 {
    font-size: 3rem;
  }

  .ll2nrpmvw h2 {
    font-size: 2.2rem;
  }
}

@media (min-width:1024px) {
  .ll2o5w167 h1 {
    font-size: 3.6rem;
  }

  .ll2o5w167 {
    min-height: 78vh;
  }
}


@media (max-width:900px) {
  .ll18shh6a {
    display: flex;
  }

  .ll1bb640o {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 10px 30px;
    box-shadow: -8px 0 30px rgba(0, 0, 0, .2);
    transition: right .35s ease;
    z-index: 95;
    overflow-y: auto;
  }

  .ll1bb640o.ll1wvnh5l {
    right: 0;
  }

  .ll1aq6mjm {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
  }

  .ll1aq6mjm>li {
    width: 100%;
  }

  .ll1aq6mjm a {
    padding: 14px 16px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .ll1aq6mjm li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--bg-soft);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding: 0 8px;
    margin-top: 4px;
    border-radius: 10px;
  }

  .ll1aq6mjm li.llhbevmhj>ul {
    max-height: 500px;
    padding: 8px;
  }

  .ll1oksk2t {
    gap: 16px;
  }
}
.gb-ecbc9eae{width: fit-content !important; margin: 10px auto !important; display: flex !important; color: #fff !important;}
