input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

body {
  background-color: #050215;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-style: normal;
  font-size: 1vw;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

header,
main,
footer {
  padding-left: 12.9em;
  padding-right: 12.9em;
}

.header {
  padding: 1.875em 0 1.875em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
}

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5em;
}

.hamburger {
  display: none;
  padding: 13px 13px;
  cursor: pointer;
  position: fixed;
  background-color: #13131394;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

.hamburger__span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.logo {
  display: block;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.footer {
  display: flex;
  justify-content: center;
}

.footer p {
  font-size: 3em;
  font-family: "GFS Didot";
  text-transform: uppercase;
  margin-top: 0;
}

a {
  text-decoration: none;
  /* убираем линию подчеркивания */
  color: inherit;
  /* цвет ссылки равен цвету текста */
  outline: none;
  /* убираем подсветку при фокусировке */
  cursor: pointer;
}

li {
  list-style-type: none;
}

.birthday-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  margin-bottom: 5em;
}

.birthday-container p {
  margin: 0;
  font-size: 1.5em;
}

.birthday-container__inputs-wrapper {
  width: 83%;
  margin-top: 3.1875em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "input1 input2 button";
  grid-gap: 1.875em;
}

.birthday-container__inputs-wrapper-comp {
  width: 83%;
  margin-top: 1.6875em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.2fr 1fr;
  grid-template-areas:
    "label-partner1 label-partner2 0"
    "input1 input2 button";
  grid-column-gap: 1.875em;
  grid-row-gap: 0.3em;
}

label {
  padding-left: 1em;
  font-size: 1em;
}

.label-partner1 {
  grid-area: label-partner1;
}

.label-partner2 {
  grid-area: label-partner2;
}

.errorOutput,
.wrongDate {
  padding-top: 5em;
  font-size: 1.5em;
}

.input1-wrap,
.input2-wrap {
  position: relative;
}

.input1-wrap {
  grid-area: input1;
}


.input2-wrap {
  grid-area: input2;
}

input {
  padding: 1.25em 3.25em 1.25em 3.25em;
  font-family: "Inter";
  font-size: 1.25em;
  background-color: #050215;
  color: #fff8db;
  border: 1px #fff8db solid;
  border-radius: 0.5em;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

button {
  padding: 1.25em 2em 1.25em 2em;
  background-color: #fff8db;
  font-family: "Inter";
  font-size: 1.25em;
  line-height: 125%;
  text-transform: uppercase;
  border-radius: 0.5em;
  border: 1px #fff8db solid;
  z-index: 1;
  cursor: pointer;
  color: #050215;
}

button:hover {
  color: #fff8db;
  background-color: #050215;
  border: 1px #fff8db solid;
}

#get_the_answer,
#createChart {
  grid-area: button;
  align-self: baseline;
  cursor: pointer;
}

.star__wrap1 {
  position: absolute;
  top: 0em;
  left: -2em;
  font-size: 1.25em;
}

.star__wrap2 {
  position: absolute;
  top: -1.56em;
  right: -1.38em;
  font-size: 1.25em;
}

.star__wrap3 {
  position: absolute;
  bottom: -1.8em;
  right: -1.38em;
  font-size: 1.25em;
}

.star__wrap4 {
  position: absolute;
  top: -2.5em;
  right: -1em;
  font-size: 1.25em;
}

.star__wrap5 {
  position: absolute;
  top: 7em;
  right: -1.5em;
  font-size: 1.25em;
  opacity: 0.1;
}

.star__wrap6 {
  position: absolute;
  top: 10em;
  left: 9em;
  font-size: 1.25em;
}

.star__wrap7 {
  position: absolute;
  top: -1em;
  left: 6em;
  font-size: 1.25em;
  opacity: 0.1;
}

.star__wrap8 {
  position: absolute;
  top: 11em;
  right: 9em;
  font-size: 1.25em;
}

.star-size-m {
  width: 2.9em;
}

.star-size-s {
  width: 1.85em;
}

.star-size-l {
  width: 4.3em;
}

.center {
  display: flex;
  justify-content: center;
}

.desteny-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.26);
  text-align: center;
  padding: 9.25em 0 8.5em 0;
  margin: 0;
}

.desteny-container p {
  margin: 0;
  font-size: 3.75em;
}

.chakra_table_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  padding: 0 20px;
}

.chakra-table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-radius: 10px;
  display: block;
}

.chakra-table td:first-child,
.chakra-table th:first-child {
  border-left: 1px solid white;
}

.chakra-table tr:first-child th,
.chakra-table tr:last-child td {
  border-top: 1px solid white;
}

.chakra-table td,
.chakra-table th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.chakra-name__bottom td:first {
  border-bottom-left-radius: 10px;
}

.chakra-table__result {
  margin-top: 1em;
}

.chakra-name {
  width: 16.25em;
  height: 3.0625em;
  /* border: 1px solid rgb(255, 255, 255); */
  padding: 0.3125em;
  text-align: left;
}

.chakra-name-left {
  /* display: flex; */
  justify-content: center;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding-left: 2.9375em;
}

.chakra-name-flex {
  display: flex;
  align-items: baseline;
}

#circle-sahastrara:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "7";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  background: #b653f7;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #b653f7;
}

#circle-ajna:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "6";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  background: #3d54f5;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #3d54f5;
}

#circle-vishuddha:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "5";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #000000;
  background: #74e0f8;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #74e0f8;
}

#circle-anahata:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "4";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #000000;
  background: #b6fd57;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #b6fd57;
}

#circle-manipura:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "3";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #000000;
  background: #fbe49d;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #fbe49d;
}

#circle-svadhishtana:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "2";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #f5f5f5;
  background: #ed7233;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #ed7233;
}

#circle-muladhara:before {
  font-family: "GFS Didot";
  font-size: 1.375em;
  content: "1";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #f5f5f5;
  background: #ea4631;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #ea4631;
}

.chakra-td {
  padding: 0.3125em;
  text-align: center;
  width: 12.5em;
  /* size: 16px; */
}

.chakra-tr {
  font-family: "Inter";
  /* size: 20px; */
  text-align-last: center;
  padding: 0.3125em;
  text-align: center;
  background-color: #050215;
}

.chakra-name__bottom {
  box-shadow: none;
}

.chakra-name__radius-left {
  background-color: #827d78;
  border-top-left-radius: 10px;
}

.chakra-name__radius-right {
  background-color: #827d78;
  border-top-right-radius: 10px;
}

.chakra-name__radius-left-bottom {
  background-color: #050215;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.chakra-name__radius-left-bottom {
  border-bottom-left-radius: 10px;
}

.chakra-name__radius-right-bottom {
  background-color: #050215;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.chakra-name__radius-right-bottom2 {
  border-bottom-right-radius: 10px;
}

.chakra-table-header> :nth-child(2),
.chakra-table-header> :nth-child(3) {
  background-color: #827d78;
}

.chakra-table-header {
  font-family: "Inter";
  /* size: 20px; */
  text-transform: uppercase;
}

.glow__wrap {
  /* positioning */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* display */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.glow {
  width: 50em;
  height: 1.875em;
  background: #fff8db;
  filter: blur(4.6875em);
}

.glow2 {
  position: absolute;
  width: 45em;
  height: 36em;
  background: #fff8db;
  filter: blur(4.6875em);
  z-index: -1;
}

.center_container {
  position: relative;
}

.glow-btn__wrap {
  /* positioning */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /* display */
  display: flex;
  justify-content: center;
  align-items: center;
}

.glow-btn {
  width: 49.375em;
  height: 1.875em;
  background: #fff8db;
  filter: blur(4.6875em);
}

.personal-calculator {
  display: flex;
  justify-content: center;
  font-size: 3.375em;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.output-personal-date,
.output2 {
  text-align: center;
  font-size: 1.25em;
  font-family: Inter;
}

.gray {
  color: #827d78;
}

.smoky-white {
  color: #f9f9f8;
}

.smoky-white2 {
  color: #fff8db;
}

.container__socialmedia {
  margin-bottom: 3em;
}

.socialmedia-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.socialmedia-wrapper_second {
  gap: 20px;
}

.socialmedia-wrapper:first-child {
  margin-bottom: 15px;
}

.socialmedia-wrapper_first .socialmedia-item img {
  max-width: 43px;
}

#youtube {
  max-width: 57px;
}

.socialmedia-wrapper_second .socialmedia-item img {
  max-width: 38px;
}

.socialmedia-item {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#decode-matrix-btn {
  max-width: 20em;
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

/* Matrix's styles */

.matrix-container,
.compatibility-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pento {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.display-none {
  display: none;
}

#matrix {
  float: none;
  margin: 10% 0 10% 0;
  width: 100%;
  max-width: 800px;
  min-width: 300px;
}

:not(svg) {
  transform-origin: 0px 0px;
}

svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: visible;
}

text {
  cursor: default;
}

.cls-4 {
  stroke-dasharray: 0, 49, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,
    41;
}

.cls-3,
.cls-4,
.cls-18 {
  stroke-width: 1.5px;
}

.cls-5,
.cls-7 {
  stroke-width: 1px;
}

.cls-18 {
  stroke-dasharray: 0, 25, 10, 50, 10, 50, 10, 25;
}

.cls-18,
.cls-3,
.cls-4 {
  stroke-miterlimit: 10;
  stroke: white;
  fill: none;
}

.cls-5,
.cls-6 {
  stroke: #b653f7;
  fill: #b653f7;
}

.cls-7,
.cls-8 {
  stroke: #ea4631;
  fill: #ea4631;
}

.cls-10 {
  fill: #b653f7;
}

.cls-13 {
  fill: #3d54f5;
}

.cls-15 {
  fill: #74e0f8;
}

.cls-19 {
  fill: #ea4631;
}

.cls-22 {
  fill: #ed7233;
}

.cls-25 {
  fill: #fbe49d;
}

.cls-26 {
  fill: #b6fd57;
}

.cls-15,
.cls-21,
.cls-22,
.cls-26 {
  filter: blur(2.90323px);
}

.cls-13,
.cls-23 {
  filter: blur(3.54839px);
}

.cls-10,
.cls-19,
.cls-24,
.cls-25 {
  filter: blur(5px);
}

.cls-24,
.cls-21,
.cls-23,
.cls-53 {
  fill: #fffcf0;
}

.matrix-value-point {
  text-anchor: middle;
  alignment-baseline: middle;
}

.cls-28 {
  font-size: 12.9501px;
  line-height: 11px;
}

.cls-29 {
  font-size: 12.0251px;
  line-height: 10px;
}

.cls-33 {
  font-size: 12px;
  line-height: 81.9%;
}

.cls-43 {
  font-size: 5.76471px;
  line-height: 81.9%;
}

.cls-44 {
  font-size: 11.5587px;
  line-height: 81.9%;
}

.cls-54,
.cls-55,
.cls-56 {
  font-size: 29.7851px;
  line-height: 37px;
}

.cls-57,
.cls-58 {
  font-size: 17.2946px;
  line-height: 22px;
}

.cls-59,
.cls-60 {
  font-size: 21.1378px;
  line-height: 26px;
}

.cls-61 {
  font-size: 6px;
  line-height: 81.9%;
}

.cls-28,
.cls-29,
.cls-33,
.cls-43,
.cls-44,
.cls-54,
.cls-57,
.cls-59,
.cls-61 {
  fill: #f5f5f5;
}

.cls-55,
.cls-58,
.cls-60 {
  fill: #000000;
}

.cls-56 {
  fill: #d2b154;
}

/* health-map and purposes table styles */

tbody {
  font-family: "Inter";
  font-size: 1.25em;
}

tr {
  text-align: center;
}

.font-size16 {
  font-family: "Inter";
  font-size: 1em;
}

.table-padding {
  padding-bottom: 1.25em;
}

.table-padding-top {
  padding-top: 1.25em;
}

.font-size18 {
  font-family: "Inter";
  font-size: 1.125em;
}

#purposes {
  /* font-size: 70%; */
  margin-bottom: 1.25em;
}

#blom {
  padding-right: 6.25em;
}

#blom2 {
  padding-right: 6.25em;
}

.purposes-top {
  margin-top: 5em;
}


#chakra_table {
  position: relative;
}

.base-circle {
  border: 1px solid white;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
}

.star__wrap9 {
  position: absolute;
  bottom: -2.65em;
  right: -2.05em;
}

.star__wrap10 {
  position: absolute;
  bottom: 4.9em;
  right: -10.5em;
  font-size: 1.25em;
}

.star__wrap11 {
  position: absolute;
  bottom: 11em;
  right: -4.625em;
  font-size: 1.25em;
  opacity: 0.1;
}

.star__wrap12 {
  position: absolute;
  bottom: 23em;
  right: -6.4em;
  font-size: 1.25em;
}

.star__wrap13 {
  position: absolute;
  bottom: 34.813em;
  right: -10.5em;
  font-size: 1.25em;
  opacity: 0.1;
}

.star__wrap14 {
  position: absolute;
  bottom: 36.813em;
  right: 2.5em;
  font-size: 1.25em;
}

.star__wrap15 {
  position: absolute;
  bottom: 27.813em;
  right: 48.5em;
  font-size: 1.25em;
}

.star__wrap16 {
  position: absolute;
  bottom: 21.5em;
  right: 43em;
  font-size: 1.25em;
  opacity: 0.1;
}

.star__wrap17 {
  position: absolute;
  bottom: 8.5em;
  right: 47em;
  font-size: 1.25em;
}

.star__wrap18 {
  position: absolute;
  bottom: -4em;
  right: 42em;
  font-size: 1.25em;
  opacity: 0.1;
}

.compatibility-table__adaptiv {
  display: none;
}

/*media desktop version */

@media screen and (min-width: 1920px) {
  body {
    font-size: 19.2px;
  }
}

@media screen and (max-width: 810px) {

  .logo {
    display: block;
    margin-bottom: 10px;
    font-family: 'GFS Didot', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  header,
  main,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger {
    display: block;
    padding: 13px 13px;
    cursor: pointer;
    position: fixed;
    background-color: #13131394;
    border-radius: 50%;
    top: 15px;
    right: 15px;
    z-index: 10;
  }

  .hamburger.active {
    top: 5px;
    right: 5px;
    background-color: transparent;
  }

  .hamburger.active .hamburger__span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .hamburger__span:nth-child(1) {
    transform: translate(3px, -1.9px) rotate(45deg);
  }

  .hamburger.active .hamburger__span:nth-child(3) {
    transform: translate(1.8px, 1.6px) rotate(-45deg);
  }

  .header-left {
    display: none;
  }

  .header-right {
    margin: 0;
    padding-top: 45px;
    position: fixed;
    right: -400px;
    top: 0;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #111111;
    width: 300px;
    height: 100vh;
    transition: 0.4s;
    z-index: 999;
  }

  .header-right.active {
    right: 0;
  }

  .header-right li {
    font-size: 14px;
  }

  .header-right li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .header-right {
    width: 250px;
  }

  .footer p {
    margin-bottom: 30px;
  }

  .socialmedia-wrapper:first-child {
    margin-bottom: 10px;
  }

  .socialmedia-wrapper_first .socialmedia-item img {
    max-width: 35px;
  }

  #youtube {
    max-width: 46px;
  }

  .socialmedia-wrapper_second .socialmedia-item img {
    max-width: 31px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4.79px;
  }

  .header-right {
    width: 230px;
  }

  .birthday-container__inputs-wrapper {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
      "input1"
      "input2"
      "button";
    grid-gap: 10px;
    justify-items: center;
  }

  .birthday-container__inputs-wrapper-comp {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 1fr 0.2fr 1fr 1fr;
    grid-template-areas:
      "label-partner1"
      "input1"
      "label-partner2"
      "input2"
      "button";
    grid-row-gap: 10px;
    justify-items: center;
  }

  label {
    font-size: 14px;
  }




  #get_the_answer,
  #createChart {
    width: 200px;
    height: 50px;
    padding: 5px;
    font-size: 16px;
  }

  .desteny-container p,
  .personal-calculator {
    font-size: 28px;
    text-align: center;
  }

  .footer p {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .desteny-container,
  .personal-calculator p {
    padding: 40px 0;
  }

  .birthday-container {
    margin-bottom: 0;
  }

  .birthday-container p,
  .output-personal-date,
  .output2 {
    font-size: 16px;
    text-align: center;
  }

  .personal-calculator p {
    margin: 0;
  }

  tbody {
    font-size: 10px;
  }

  .chakra-table {
    max-width: 100%;
  }

  .errorOutput,
  .wrongDate {
    font-size: 16px;
  }

  .star__wrap1,
  .star__wrap2,
  .star__wrap3,
  .star__wrap4,
  .star__wrap5,
  .star__wrap6,
  .star__wrap7,
  .star__wrap8,
  .star__wrap9,
  .star__wrap10,
  .star__wrap11,
  .star__wrap12,
  .star__wrap13,
  .star__wrap14,
  .star__wrap15,
  .star__wrap16,
  .star__wrap17,
  .star__wrap18 {
    display: none;
  }

  #decode-matrix-btn {
    margin: 2.5em 0 2.5em 0;
    width: 300px;
    height: 70px;
    padding: 5px;
    font-size: 16px;
  }

  .cls-54,
  .cls-55,
  .cls-56 {
    font-size: 32px;
  }

  .cls-57,
  .cls-58 {
    font-size: 20px;
  }

  .cls-59,
  .cls-60 {
    font-size: 22px;
  }

  #blom {
    padding-right: 2.625em;
  }

  #blom2 {
    padding-right: 2.625em;
  }

  .glow2 {
    position: absolute;
    width: 49em;
    height: 52em;
    background: #fff8db;
    filter: blur(14.6875em);
    z-index: -1;
  }

  .glow {
    width: 50em;
    height: 3.4em;
    background: #fff8db;
    filter: blur(4.6875em);
  }

  .glow-btn {
    width: 60em;
    height: 7.5em;
    background: #fff8db;
    filter: blur(4.6875em);
  }

  .compatibility-table {
    display: none;
  }

  .compatibility-table__adaptiv {
    display: block;
  }

  .socialmedia-wrapper {
    gap: 7px;
  }

  .socialmedia-wrapper_second {
    gap: 14px;
  }

  .socialmedia-wrapper:first-child {
    margin-bottom: 8px;
  }

  .socialmedia-wrapper_first .socialmedia-item img {
    max-width: 25px;
  }

  #youtube {
    max-width: 34px;
  }

  .socialmedia-wrapper_second .socialmedia-item img {
    max-width: 22px;
  }
}

.matrix-interpretation {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 10px;
  margin-top: 2rem;
}

.interpretation-title {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.interpretation-block {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

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

.number-item {
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.reminder {
  font-style: italic;
  color: #ccc;
  margin-top: 1rem;
}

section {
  margin-bottom: 2rem;
}

h3 {
  color: #a0a0ff;
  margin-bottom: 1rem;
}

h4 {
  color: #80ff80;
  margin-bottom: 0.5rem;
}

ul, ol {
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

.pento-interpretation-btn {
  margin-top: 2rem;
}

/* 解释部分的响应式样式 */
.pento-interpretation {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.interpretation-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  margin-bottom: 2rem;
  color: #F9F9F8;
}

.interpretation-block {
  background: rgba(249, 249, 248, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

section {
  margin-bottom: 40px;
}

section h3 {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  color: #F9F9F8;
  margin-bottom: 1.5rem;
}

.interpretation-block h4 {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #F9F9F8;
  margin-bottom: 1rem;
}

.interpretation-block p,
.interpretation-block li {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.6;
  color: rgba(249, 249, 248, 0.9);
}

/* 数字含义网格布局 */
.number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.number-item {
  background: rgba(249, 249, 248, 0.08);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: clamp(0.85rem, 1.8vw, 0.95rem);
  color: rgba(249, 249, 248, 0.9);
}

/* 列表样式优化 */
.interpretation-block ul,
.interpretation-block ol {
  padding-left: 20px;
  margin: 10px 0;
}

.interpretation-block li {
  margin-bottom: 8px;
}

/* 提醒文本样式 */
.reminder {
  font-style: italic;
  padding: 15px;
  background: rgba(249, 249, 248, 0.08);
  border-radius: 8px;
  margin-top: 20px;
}

/* 移动端特定优化 */
@media (max-width: 768px) {
  .pento-interpretation {
    padding: 15px;
  }
  
  .interpretation-block {
    padding: 15px;
  }
  
  .number-grid {
    grid-template-columns: 1fr;
  }
  
  section {
    margin-bottom: 30px;
  }
  
  /* 确保在小屏幕上文字不会太小 */
  .interpretation-block p,
  .interpretation-block li {
    font-size: 0.95rem;
  }
  
  /* 优化列表间距 */
  .interpretation-block ul,
  .interpretation-block ol {
    padding-left: 15px;
  }
}

/* 暗色主题适配 */
@media (prefers-color-scheme: dark) {
  .interpretation-block {
    background: rgba(249, 249, 248, 0.03);
  }
  
  .number-item {
    background: rgba(249, 249, 248, 0.05);
  }
}

/* 动画效果 */
.interpretation-block {
  transition: transform 0.3s ease;
}

.interpretation-block:hover {
  transform: translateY(-2px);
}

/* 配不同设备的滚动行为 */
@media (hover: none) {
  .interpretation-block {
    -webkit-overflow-scrolling: touch;
  }
}

.pento-interpretation-btn {
  /* 基础样式 */
  display: inline-block;
  padding: 20px 35px;  /* 增加内边距 */
  min-width: 280px;    /* 增加最小宽度 */
  font-size: 18px;     /* 增加字体大小 */
  font-weight: 600;    /* 加粗字体 */
  color: #F9F9F8;
  background: rgba(255, 255, 255, 0.15); /* 略微提高背景透明度 */
  border: 1.5px solid rgba(255, 255, 255, 0.25); /* 加粗边框 */
  border-radius: 35px;  /* 增加圆角 */
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 30px auto;    /* 增加外边距 */
  text-align: center;
  text-transform: uppercase; /* 文字大写，更醒目 */
  letter-spacing: 1px;  /* 增加字间距 */
  
  /* 确保按钮不会太靠近屏幕边缘 */
  max-width: calc(100% - 40px);
  
  /* 增强发光效果 */
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

/* 悬停效果 */
.pento-interpretation-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* 点击效果 */
.pento-interpretation-btn:active {
  transform: scale(0.98) translateY(0);
}

/* 端优化 */
@media (max-width: 768px) {
  .pento-interpretation-btn {
    /* 适度缩小按钮 */
    padding: 15px 25px; /* 减小内边距 */
    font-size: 16px;    /* 减小字体大小 */
    min-width: 80%;     /* 减小最小宽度 */
    margin: 30px auto;  /* 减小外边距 */
  }
}

/* 超小屏幕优化 */
@media (max-width: 320px) {
  .pento-interpretation-btn {
    padding: 12px 20px; /* 进一步减小内边距 */
    font-size: 14px;    /* 进一步减小字体大小 */
    min-width: 90%;     /* 略微调整最小宽度 */
    margin: 15px auto;  /* 减小外边距 */
  }
}

/* Chakra Analysis Title & Description Styles */
.chakra-interpretation-title {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 600;
  color: #F9F9F8;
  text-align: center;
  margin: 2rem 0;
  padding: 0 1rem;
}

.chakra-interpretation-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.6;
  color: #F9F9F8;
  max-width: 800px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
  text-align: center;
  opacity: 0.9;
}

/* Mobile Optimization */
@media screen and (max-width: 768px) {
  .chakra-interpretation-title {
    margin: 1.5rem 0;
  }
  
  .chakra-interpretation-desc {
    margin-bottom: 2rem;
  }
}

/* 添加遮罩层样式 */
.menu-backdrop {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-backdrop-active {
  opacity: 1;
  pointer-events: auto;
}

/* 确保按钮在移动端可点击 */
button {
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* 优化移动端按钮样式 */
@media (max-width: 768px) {
  button {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none; /* 禁用长按菜单 */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  
  /* 添加触摸反馈 */
  button.button-active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  
  /* 禁用默认的触摸高亮 */
  button:focus {
    outline: none;
  }
}

/* 确保移动菜单不会影响其他元素的交互 */
#mobile-menu {
  pointer-events: auto;
  touch-action: pan-y pinch-zoom;
}

/* 修复移动端菜单按钮样式 */
#menu-toggle {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* 优化移动端交互体验 */
@media (hover: none) {
  button:hover {
    transform: none;
  }
}

/* 确保按钮在任何状态下都可点击 */
button {
  position: relative;
  z-index: 2;
  will-change: transform;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

/* 优化点击区域 */
button::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}