/*
Theme Name: 易歪歪
Version: 1.0
*/

:root {
  --eyy-blue: #4d6faf;
  --eyy-blue-dark: #2b4f8b;
  --eyy-cyan: #12c0ff;
  --eyy-ink: #172033;
  --eyy-muted: #667085;
  --eyy-soft: #f5f8fc;
  --eyy-border: #e2e8f0;
}
html {
  scroll-behavior: smooth;
}
.eyy-site {
  margin: 0;
  color: var(--eyy-ink);
  background: #fff;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}
.eyy-site * {
  box-sizing: border-box;
}
.eyy-site a {
  text-decoration: none;
}
.eyy-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.eyy-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 4px solid var(--eyy-blue);
  box-shadow: 0 4px 18px rgba(20, 40, 80, 0.08);
  backdrop-filter: blur(12px);
}
.eyy-nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eyy-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: var(--eyy-blue);
}
.eyy-brand img {
  width: 38px;
  height: 38px;
}
.eyy-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
}
.eyy-menu > a:hover {
  color: var(--eyy-blue);
}
.eyy-nav-cta {
  padding: 11px 20px;
  border-radius: 8px;
  background: var(--eyy-blue);
  color: #fff !important;
}
.eyy-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 26px;
}
.eyy-hero {
  background: linear-gradient(125deg, #202a34, #303b46);
  color: #fff;
  padding: 96px 0 88px;
}
.eyy-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 70px;
}
.eyy-kicker,
.eyy-section-head > span,
.eyy-page-hero span {
  display: inline-block;
  color: #fff;
  background: #df3e45;
  border-radius: 99px;
  padding: 6px 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.eyy-kicker.blue {
  background: #e7effc;
  color: var(--eyy-blue);
}
.eyy-hero h1 {
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.1;
  margin: 22px 0;
}
.eyy-hero h1 em {
  font-style: normal;
  color: var(--eyy-cyan);
}
.eyy-lead {
  font-size: 24px !important;
  font-weight: 700;
}
.eyy-hero p {
  font-size: 17px;
  line-height: 1.8;
  color: #e6ebf2;
  max-width: 700px;
}
.eyy-actions {
  display: flex;
  gap: 14px;
  margin: 30px 0 16px;
}
.eyy-btn {
  display: inline-flex;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
}
.eyy-btn-primary {
  background: var(--eyy-blue);
  color: #fff;
}
.eyy-btn-ghost {
  border: 1px solid #8090a0;
  color: #fff;
}
.eyy-hero-art {
  width: 100%;
  max-width: 380px;
  justify-self: end;
}
.eyy-section {
  padding: 84px 0;
}
.eyy-soft {
  background: var(--eyy-soft);
}
.eyy-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 45px;
}
.eyy-section-head > span {
  background: #eaf0fa;
  color: var(--eyy-blue);
}
.eyy-section-head h2,
.eyy-preview-grid h2 {
  font-size: 38px;
  margin: 15px 0 12px;
}
.eyy-section-head p,
.eyy-preview-grid p {
  color: var(--eyy-muted);
  line-height: 1.8;
}
.eyy-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.eyy-feature-card {
  padding: 34px;
  text-align: center;
  border: 1px solid var(--eyy-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(39, 71, 120, 0.07);
}
.eyy-feature-card img {
  height: 86px;
  width: auto;
}
.eyy-feature-card h3 {
  font-size: 21px;
  margin: 20px 0 10px;
}
.eyy-feature-card p {
  color: var(--eyy-muted);
  line-height: 1.8;
  margin: 0;
}
.eyy-preview-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 60px;
}
.eyy-preview-grid > img {
  width: 100%;
  border: 8px solid #fff;
  border-radius: 14px;
  box-shadow: 0 15px 45px rgba(30, 60, 110, 0.15);
}
.eyy-checks {
  padding: 0;
  list-style: none;
  line-height: 2;
}
.eyy-checks li:before {
  content: "✓";
  color: #23a66f;
  font-weight: 900;
  margin-right: 10px;
}
.eyy-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.eyy-post-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--eyy-border);
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(30, 55, 95, 0.07);
  transition: 0.2s;
}
.eyy-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(30, 55, 95, 0.13);
}
.eyy-post-media {
  display: flex;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #3b5e99, #6c96a6);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
.eyy-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eyy-post-body {
  padding: 23px;
}
.eyy-post-body time,
.eyy-article header time {
  font-size: 13px;
  color: #8993a4;
}
.eyy-post-body h3 {
  font-size: 19px;
  line-height: 1.45;
  margin: 10px 0;
}
.eyy-post-body p {
  color: var(--eyy-muted);
  line-height: 1.7;
  font-size: 14px;
  margin: 8px 0;
}
.eyy-text-link {
  color: var(--eyy-blue) !important;
  font-weight: 700;
}
.eyy-center {
  text-align: center;
  margin-top: 38px;
}
.eyy-faq-wrap {
  max-width: 850px;
}
.eyy-faq {
  background: #fff;
  border: 1px solid var(--eyy-border);
  border-radius: 12px;
  margin: 12px 0;
  padding: 0 22px;
}
.eyy-faq summary {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.eyy-faq summary::-webkit-details-marker {
  display: none;
}
.eyy-faq summary span {
  font-size: 22px;
  color: var(--eyy-blue);
}
.eyy-faq[open] summary span {
  transform: rotate(45deg);
}
.eyy-faq p {
  border-top: 1px solid #edf0f5;
  margin: 0;
  padding: 18px 0 22px;
  color: var(--eyy-muted);
  line-height: 1.8;
}
.eyy-page-main {
  min-height: 65vh;
}
.eyy-page-hero {
  padding: 75px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(120deg, #263342, #45689f);
}
.eyy-page-hero span {
  background: rgba(255, 255, 255, 0.15);
}
.eyy-page-hero h1 {
  font-size: 44px;
  margin: 16px 0 10px;
}
.eyy-page-hero p {
  color: #dce5f1;
}
.eyy-pagination {
  margin-top: 45px;
}
.eyy-pagination ul,
.eyy-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.eyy-pagination a,
.eyy-pagination span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--eyy-border);
  border-radius: 7px;
}
.eyy-pagination .current {
  background: var(--eyy-blue);
  color: #fff;
  border-color: var(--eyy-blue);
}
.eyy-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 55px;
  border-radius: 12px;
  background: var(--eyy-soft);
  color: var(--eyy-muted);
}
.eyy-article-wrap {
  padding: 35px 0 80px;
}
.eyy-breadcrumb {
  display: flex;
  gap: 10px;
  color: var(--eyy-muted);
  font-size: 14px;
  margin-bottom: 25px;
}
.eyy-article {
  max-width: 900px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--eyy-border);
  border-radius: 16px;
  padding: clamp(25px, 5vw, 60px);
}
.eyy-article header {
  text-align: center;
  margin-bottom: 35px;
}
.eyy-article h1 {
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.3;
  margin: 12px 0;
}
.eyy-article-cover img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.eyy-article-content {
  font-size: 17px;
  line-height: 1.95;
  color: #344054;
}
.eyy-article-content img,
.eyy-article-content iframe {
  max-width: 100%;
  height: auto;
}
.eyy-article-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.eyy-related {
  padding-top: 60px;
}
.eyy-related > h2 {
  text-align: center;
  font-size: 30px;
}
.eyy-legal {
  max-width: 900px;
  padding: 55px 0 85px;
  font-size: 16px;
  line-height: 1.95;
}
.eyy-legal h2 {
  font-size: 23px;
  margin: 34px 0 8px;
}
.eyy-legal p {
  color: #475467;
}
.eyy-legal-date {
  text-align: center;
  color: #98a2b3 !important;
}
.eyy-footer {
  background: #202a34;
  color: #bac4d0;
  padding: 60px 0 25px;
}
.eyy-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 45px;
}
.eyy-footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.eyy-footer h3 {
  color: #fff;
  margin: 0 0 8px;
}
.eyy-footer .eyy-brand {
  color: #fff;
}
.eyy-footer p {
  max-width: 360px;
  line-height: 1.7;
}
.eyy-copyright {
  border-top: 1px solid #3c4650;
  text-align: center;
  margin-top: 45px;
  padding-top: 24px;
  font-size: 13px;
}
@media (max-width: 800px) {
  .eyy-menu-toggle {
    display: block;
  }
  .eyy-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: stretch;
  }
  .eyy-menu.is-open {
    display: flex;
  }
  .eyy-hero {
    padding: 65px 0;
  }
  .eyy-hero-grid,
  .eyy-preview-grid {
    grid-template-columns: 1fr;
  }
  .eyy-hero-art {
    justify-self: center;
    max-width: 270px;
    order: -1;
  }
  .eyy-feature-grid,
  .eyy-post-grid {
    grid-template-columns: 1fr 1fr;
  }
  .eyy-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .eyy-section {
    padding: 60px 0;
  }
  .eyy-section-head h2,
  .eyy-preview-grid h2 {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .eyy-container {
    width: min(100% - 28px, 1160px);
  }
  .eyy-feature-grid,
  .eyy-post-grid,
  .eyy-footer-grid {
    grid-template-columns: 1fr;
  }
  .eyy-actions {
    flex-direction: column;
  }
  .eyy-btn {
    justify-content: center;
  }
  .eyy-page-hero h1 {
    font-size: 36px;
  }
  .eyy-article {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .eyy-post-grid {
    gap: 18px;
  }
}

.eyy-home-v2 {
  --v2-navy: #11182a;
  --v2-blue: #4d6faf;
  --v2-lime: #b9f45b;
  --v2-lilac: #ddd7ff;
  --v2-mint: #c9f4df;
  background: #fbfbfd;
  overflow: hidden;
}
.eyy-v2-hero {
  position: relative;
  padding: 110px 0 90px;
  background: #f2f4ff;
}
.eyy-v2-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 74px;
  align-items: center;
}
.eyy-v2-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #536078;
  font-size: 14px;
  font-weight: 700;
}
.eyy-v2-eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--v2-blue);
}
.eyy-v2-copy h1 {
  font-size: clamp(53px, 6.7vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 24px 0;
  color: var(--v2-navy);
}
.eyy-v2-copy h1 strong {
  position: relative;
  color: var(--v2-blue);
  font-weight: 800;
}
.eyy-v2-copy h1 strong:after {
  content: "";
  position: absolute;
  height: 11px;
  left: 2px;
  right: 0;
  bottom: -7px;
  background: var(--v2-lime);
  border-radius: 50%;
  transform: rotate(-2deg);
  z-index: -1;
}
.eyy-v2-copy > p {
  max-width: 570px;
  color: #59647a;
  font-size: 18px;
  line-height: 1.85;
}
.eyy-v2-primary {
  background: var(--v2-blue);
  color: #fff;
  box-shadow: 0 12px 30px rgba(66, 104, 246, 0.25);
}
.eyy-v2-primary b,
.eyy-v2-cta b {
  font-size: 20px;
  margin-left: 12px;
}
.eyy-v2-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 10px;
  font-weight: 700;
  color: var(--v2-navy);
}
.eyy-v2-link span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #b9c0cf;
  border-radius: 50%;
}
.eyy-v2-trust {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  margin-top: 30px;
  color: #788297;
  font-size: 13px;
}
.eyy-v2-trust b {
  color: var(--v2-navy);
}
.eyy-v2-trust span:before {
  content: "•";
  margin-right: 17px;
  color: #bac0ca;
}
.eyy-v2-stage {
  position: relative;
  padding: 30px;
  -webkit-user-select: none;
  user-select: none;
}
.eyy-v2-window {
  overflow: hidden;
  transform: rotate(1.8deg);
  border: 1px solid #d7dcef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(47, 60, 116, 0.18);
}
.eyy-v2-windowbar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 52px;
  padding: 0 18px;
  background: #171f34;
  color: #929bad;
  font-size: 12px;
}
.eyy-v2-windowbar i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b6b;
}
.eyy-v2-windowbar i:nth-child(2) {
  background: #ffd166;
}
.eyy-v2-windowbar i:nth-child(3) {
  background: #69db7c;
}
.eyy-v2-windowbar span {
  margin: auto;
}
.eyy-v2-app {
  display: grid;
  grid-template-columns: 34% 66%;
  min-height: 390px;
}
.eyy-v2-app aside {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 20px;
  background: #f6f7fb;
  color: #727c90;
  font-size: 13px;
}
.eyy-v2-app aside b {
  font-size: 16px;
  color: #1e2941;
  margin-bottom: 13px;
}
.eyy-v2-app aside span {
  padding: 11px 13px;
  border-radius: 8px;
}
.eyy-v2-app aside .active {
  background: #e4e9ff;
  color: var(--v2-blue);
  font-weight: 700;
}
.eyy-v2-messages {
  padding: 28px 24px;
}
.eyy-v2-search {
  padding: 12px 15px;
  border-radius: 9px;
  background: #f2f4f8;
  color: #a0a7b6;
  font-size: 12px;
  margin-bottom: 18px;
}
.eyy-v2-messages p {
  margin: 11px 0;
  padding: 15px;
  border: 1px solid #e6e8ef;
  border-radius: 10px;
}
.eyy-v2-messages b,
.eyy-v2-messages small {
  display: block;
}
.eyy-v2-messages b {
  font-size: 13px;
}
.eyy-v2-messages small {
  margin-top: 8px;
  color: #9ba3b3;
}
.eyy-v2-float {
  position: absolute;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(30, 45, 90, 0.15);
}
.float-a {
  top: -10px;
  right: -18px;
  padding: 16px 24px;
}
.float-a b,
.float-a span {
  display: block;
}
.float-a b {
  font-size: 27px;
  color: var(--v2-blue);
}
.float-a span {
  font-size: 12px;
  color: #7b8495;
}
.float-b {
  bottom: 1px;
  left: -8px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 19px;
  font-size: 13px;
}
.float-b span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--v2-mint);
  color: #168552;
}
.eyy-v2-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.orb-one {
  width: 360px;
  height: 360px;
  right: -130px;
  top: -120px;
  background: #d9d5ff;
}
.orb-two {
  width: 190px;
  height: 190px;
  left: -80px;
  bottom: -110px;
  background: var(--v2-lime);
  opacity: 0.45;
}
.eyy-v2-marquee {
  border-block: 1px solid #e6e8ef;
  background: #fff;
}
.eyy-v2-marquee .eyy-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 90px;
  color: #a0a7b5;
}
.eyy-v2-marquee span {
  font-size: 13px;
}
.eyy-v2-marquee b {
  font-size: 17px;
  color: #5e687a;
}
.eyy-v2-section {
  padding: 105px 0;
}
.eyy-v2-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 55px;
}
.eyy-v2-heading > div > span,
.eyy-v2-faq-title > span {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyy-v2-heading h2,
.eyy-v2-faq-title h2 {
  font-size: clamp(36px, 5vw, 55px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  margin: 14px 0 0;
}
.eyy-v2-heading > p {
  max-width: 410px;
  margin: 0;
  color: #6d7688;
  line-height: 1.8;
}
.eyy-v2-bento {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 20px;
}
.eyy-v2-bento article {
  border-radius: 24px;
}
.eyy-v2-bento-main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 610px;
  padding: 40px 0 0 40px;
  background: var(--v2-navy);
  color: #fff;
}
.eyy-v2-bento-main > div {
  padding-right: 40px;
}
.eyy-v2-bento-main img {
  width: 93%;
  margin: 35px 0 -18px auto;
  border-radius: 16px 0 0 0;
  box-shadow: 0 10px 35px #000;
}
.eyy-v2-number {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #8993aa;
}
.eyy-v2-bento h3 {
  font-size: 25px;
  margin: 14px 0 9px;
}
.eyy-v2-bento p {
  color: #717b8e;
  line-height: 1.7;
  margin: 0;
}
.eyy-v2-bento-main p {
  color: #aeb7c9;
}
.eyy-v2-bento-card {
  min-height: 285px;
  padding: 35px;
}
.eyy-v2-bento-card.purple {
  background: var(--v2-lilac);
}
.eyy-v2-bento-card.mint {
  background: var(--v2-mint);
}
.eyy-v2-icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 45px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 26px;
}
.eyy-v2-bento-wide {
  grid-column: 2/4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 305px;
  padding: 38px;
  background: #eef0f5;
}
.eyy-v2-bento-wide > div:first-child {
  max-width: 390px;
}
.eyy-v2-file-stack {
  position: relative;
  width: 150px;
  height: 150px;
}
.eyy-v2-file-stack i {
  position: absolute;
  display: grid;
  place-items: center;
  width: 85px;
  height: 108px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(30, 40, 70, 0.12);
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}
.eyy-v2-file-stack i:nth-child(1) {
  left: 0;
  top: 27px;
  transform: rotate(-14deg);
  color: #367ddc;
}
.eyy-v2-file-stack i:nth-child(2) {
  left: 34px;
  top: 8px;
  z-index: 2;
  color: #e34b5e;
}
.eyy-v2-file-stack i:nth-child(3) {
  right: 0;
  top: 31px;
  transform: rotate(13deg);
  color: #8055c7;
}
.eyy-v2-dark {
  background: var(--v2-navy);
  color: #fff;
}
.eyy-v2-heading.light p {
  color: #9da7ba;
}
.eyy-v2-heading.light span {
  color: var(--v2-lime);
}
.eyy-v2-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #364058;
}
.eyy-v2-steps article {
  padding: 48px 45px 10px 0;
  border-right: 1px solid #364058;
}
.eyy-v2-steps article + article {
  padding-left: 45px;
}
.eyy-v2-steps article:last-child {
  border: 0;
}
.eyy-v2-steps strong {
  font-size: 48px;
  color: var(--v2-lime);
  letter-spacing: -0.04em;
}
.eyy-v2-steps h3 {
  font-size: 21px;
  margin: 25px 0 10px;
}
.eyy-v2-steps p {
  color: #9da7ba;
  line-height: 1.7;
}
.eyy-v2-more {
  color: var(--v2-blue);
  font-weight: 800;
}
.eyy-v2-news .eyy-post-card {
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  background: transparent;
}
.eyy-v2-news .eyy-post-card:hover {
  box-shadow: none;
}
.eyy-v2-news .eyy-post-media {
  border-radius: 15px;
}
.eyy-v2-news .eyy-post-body {
  padding: 20px 3px;
}
.eyy-v2-news .eyy-post-body h3 {
  font-size: 18px;
}
.eyy-v2-faq-section {
  background: #f0f3f8;
}
.eyy-v2-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}
.eyy-v2-faq-title {
  position: sticky;
  top: 120px;
  align-self: start;
}
.eyy-v2-faq-title p {
  margin-top: 35px;
  color: #7b8496;
  line-height: 1.7;
}
.eyy-v2-faq-title a {
  color: var(--v2-blue);
  font-weight: 700;
}
.eyy-v2-faq {
  border: 0;
  border-bottom: 1px solid #ccd2dc;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.eyy-v2-faq summary {
  align-items: center;
  font-size: 17px;
  padding: 22px 0;
}
.eyy-v2-faq summary i {
  font-size: 11px;
  color: #9ba4b5;
  font-style: normal;
  margin-right: 17px;
}
.eyy-v2-faq p {
  padding-left: 40px;
}
.eyy-v2-cta {
  padding: 72px 0;
  background: var(--eyy-blue);
  color: #fff;
}
.eyy-v2-cta .eyy-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.eyy-v2-cta span {
  font-size: 11px;
  letter-spacing: 0.18em;
}
.eyy-v2-cta h2 {
  font-size: clamp(31px, 4vw, 48px);
  margin: 10px 0 0;
  letter-spacing: -0.035em;
}
.eyy-v2-cta a {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  border-radius: 10px;
  background: #fff;
  color: var(--v2-blue);
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 920px) {
  .eyy-v2-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .eyy-v2-copy {
    text-align: center;
  }
  .eyy-v2-copy > p {
    margin-inline: auto;
  }
  .eyy-v2-copy .eyy-actions,
  .eyy-v2-trust {
    justify-content: center;
  }
  .eyy-v2-stage {
    max-width: 680px;
    margin: auto;
  }
  .eyy-v2-bento {
    grid-template-columns: 1fr 1fr;
  }
  .eyy-v2-bento-main {
    grid-column: 1/-1;
    grid-row: auto;
    min-height: 540px;
  }
  .eyy-v2-bento-wide {
    grid-column: 1/-1;
  }
  .eyy-v2-faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .eyy-v2-faq-title {
    position: static;
  }
  .eyy-v2-marquee b:nth-last-child(-n + 2) {
    display: none;
  }
}
@media (max-width: 680px) {
  .eyy-v2-hero {
    padding: 65px 0;
  }
  .eyy-v2-copy h1 {
    font-size: 52px;
  }
  .eyy-v2-stage {
    padding: 8px;
  }
  .eyy-v2-app {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .eyy-v2-app aside {
    display: none;
  }
  .eyy-v2-messages {
    padding: 18px;
  }
  .float-a {
    right: -8px;
    top: -28px;
  }
  .float-b {
    left: -7px;
    bottom: -35px;
  }
  .eyy-v2-marquee .eyy-container {
    justify-content: center;
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .eyy-v2-marquee span {
    width: 100%;
    text-align: center;
  }
  .eyy-v2-section {
    padding: 75px 0;
  }
  .eyy-v2-heading {
    display: block;
  }
  .eyy-v2-heading > p,
  .eyy-v2-more {
    display: block;
    margin-top: 22px;
  }
  .eyy-v2-bento {
    grid-template-columns: 1fr;
  }
  .eyy-v2-bento-main,
  .eyy-v2-bento-wide {
    grid-column: auto;
    min-height: auto;
  }
  .eyy-v2-bento-card {
    min-height: 250px;
  }
  .eyy-v2-bento-wide {
    align-items: flex-start;
    overflow: hidden;
  }
  .eyy-v2-file-stack {
    flex: 0 0 110px;
    transform: scale(0.8);
  }
  .eyy-v2-steps {
    grid-template-columns: 1fr;
  }
  .eyy-v2-steps article,
  .eyy-v2-steps article + article {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #364058;
  }
  .eyy-v2-cta .eyy-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .eyy-v2-cta a {
    width: 100%;
    justify-content: center;
  }
}

.eyy-news-archive,
.eyy-single-page {
  background: #f6f7fa;
  color: #172033;
}
.eyy-clean-crumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a93a3;
  font-size: 13px;
}
.eyy-clean-crumb a:hover {
  color: var(--eyy-blue);
}
.eyy-archive-head {
  padding: 48px 0 58px;
  background: #fff;
  border-bottom: 1px solid #e5e8ef;
}
.eyy-archive-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-top: 48px;
}
.eyy-overline {
  color: var(--eyy-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.eyy-archive-title-row h1 {
  font-size: clamp(40px, 6vw, 62px);
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 12px 0 0;
}
.eyy-archive-title-row > p {
  max-width: 450px;
  color: #697386;
  line-height: 1.8;
  margin: 0;
}
.eyy-archive-body {
  padding: 70px 0 90px;
}
.eyy-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.eyy-archive-grid .eyy-post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 14px;
}
.eyy-archive-grid .eyy-post-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.eyy-archive-grid .eyy-text-link {
  margin-top: auto;
}
.eyy-card-meta {
  display: flex;
  justify-content: space-between;
  color: #8b94a4;
  font-size: 12px;
}
.eyy-card-meta span {
  color: var(--eyy-blue);
  font-weight: 700;
}
.eyy-post-body .eyy-text-link span {
  display: inline-block;
  margin-left: 4px;
  transition: 0.2s;
}
.eyy-post-card:hover .eyy-text-link span {
  transform: translateX(4px);
}
.eyy-clean-pages {
  margin-top: 55px;
}
.eyy-single-crumb {
  padding: 28px 0;
  white-space: nowrap;
  overflow: hidden;
}
.eyy-single-crumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.eyy-single-header {
  padding: 34px 0 54px;
  background: #fff;
}
.eyy-single-header-inner {
  max-width: 940px;
  text-align: center;
}
.eyy-article-category {
  display: inline-block;
  padding: 7px 13px;
  border-radius: 99px;
  background: #e9efff;
  color: var(--eyy-blue);
  font-size: 12px;
  font-weight: 800;
}
.eyy-single-header h1 {
  font-size: clamp(35px, 5vw, 56px);
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin: 20px auto 18px;
}
.eyy-single-deck {
  max-width: 760px;
  margin: 0 auto;
  color: #697386;
  font-size: 17px;
  line-height: 1.8;
}
.eyy-single-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  color: #7d8798;
  font-size: 13px;
}
.eyy-single-meta > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.eyy-single-meta b {
  color: #273044;
}
.eyy-single-meta small {
  font-size: 11px;
}
.eyy-author-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #456cf3;
  color: #fff;
  font-weight: 800;
}
.eyy-single-meta i {
  height: 20px;
  width: 1px;
  background: #d9dde5;
  margin-inline: 4px;
}
.eyy-single-cover {
  max-width: 1120px;
  max-height: 600px;
  margin: 0 auto 0;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  background: #e7eaf0;
}
.eyy-single-cover img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.eyy-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) 300px;
  gap: 42px;
  align-items: start;
  padding-top: 55px;
  padding-bottom: 65px;
}
.eyy-reading-card {
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid #e5e8ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(25, 39, 70, 0.045);
}
.eyy-reading-content {
  color: #343d4d;
  font-size: 17px;
  line-height: 2;
}
.eyy-reading-content > p:first-child {
  font-size: 18px;
  color: #222b3b;
}
.eyy-reading-content h2 {
  position: relative;
  margin: 2.1em 0 0.75em;
  padding-left: 17px;
  color: #172033;
  font-size: 28px;
  line-height: 1.45;
}
.eyy-reading-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 5px;
  height: 1.05em;
  border-radius: 4px;
  background: var(--eyy-blue);
}
.eyy-reading-content h3 {
  margin: 1.8em 0 0.6em;
  color: #253047;
  font-size: 22px;
}
.eyy-reading-content p {
  margin: 1.1em 0;
}
.eyy-reading-content a {
  color: #315ed8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.eyy-reading-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  border-radius: 10px;
}
.eyy-reading-content figure {
  max-width: 100%;
  margin: 30px 0;
}
.eyy-reading-content figcaption {
  text-align: center;
  color: #929aaa;
  font-size: 13px;
}
.eyy-reading-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--eyy-blue);
  background: #f3f6ff;
  color: #4e5a70;
}
.eyy-reading-content ul,
.eyy-reading-content ol {
  padding-left: 1.5em;
}
.eyy-reading-content li {
  margin: 0.55em 0;
}
.eyy-reading-content table {
  display: block;
  width: 100%;
  overflow: auto;
  border-collapse: collapse;
}
.eyy-reading-content th,
.eyy-reading-content td {
  padding: 12px 15px;
  border: 1px solid #dfe3ea;
}
.eyy-reading-content th {
  background: #f4f6f9;
}
.eyy-reading-content pre {
  overflow: auto;
  padding: 20px;
  border-radius: 9px;
  background: #172033;
  color: #eef2fa;
}
.eyy-reading-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin: 28px 0;
  border: 0;
  border-radius: 10px;
}
.eyy-article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 45px;
  padding-top: 28px;
  border-top: 1px solid #e8eaf0;
}
.eyy-article-tags span {
  margin-right: 5px;
  color: #7b8494;
  font-size: 13px;
}
.eyy-article-tags a {
  padding: 7px 11px;
  border-radius: 6px;
  background: #f1f3f7;
  color: #596476;
  font-size: 12px;
}
.eyy-article-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 22px;
  border-radius: 10px;
  background: #f5f7fb;
}
.eyy-article-note img {
  width: 45px;
  height: 45px;
}
.eyy-article-note b {
  font-size: 14px;
}
.eyy-article-note p {
  margin: 4px 0 0;
  color: #7c8697;
  font-size: 13px;
}
.eyy-single-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.eyy-side-download {
  padding: 30px;
  border-radius: 14px;
  background: #263342;
  color: #fff;
}
.eyy-side-download > span {
  color: #aeb9ce;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.eyy-side-download h2 {
  font-size: 25px;
  line-height: 1.35;
  margin: 14px 0;
}
.eyy-side-download p {
  color: #aeb7c9;
  font-size: 13px;
  line-height: 1.7;
}
.eyy-side-download a {
  display: block;
  margin-top: 22px;
  padding: 12px;
  border-radius: 8px;
  background: var(--eyy-blue);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
.eyy-side-latest {
  padding: 26px;
  border: 1px solid #e5e8ee;
  border-radius: 14px;
  background: #fff;
}
.eyy-side-latest h2 {
  font-size: 18px;
  margin: 0 0 12px;
}
.eyy-side-latest > a {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid #edf0f4;
}
.eyy-side-latest em {
  color: #b1b8c5;
  font-size: 11px;
  font-style: normal;
}
.eyy-side-latest span,
.eyy-side-latest b,
.eyy-side-latest small {
  display: block;
}
.eyy-side-latest b {
  font-size: 13px;
  line-height: 1.5;
}
.eyy-side-latest small {
  margin-top: 6px;
  color: #a0a7b4;
}
.eyy-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: 70px;
}
.eyy-post-nav > div {
  min-width: 0;
}
.eyy-post-nav a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 22px 25px;
  border: 1px solid #e1e5ec;
  border-radius: 12px;
  background: #fff;
}
.eyy-post-nav > div:last-child {
  text-align: right;
}
.eyy-post-nav small {
  color: #929baa;
  margin-bottom: 7px;
}
.eyy-post-nav b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eyy-single-related {
  padding: 75px 0 90px;
  background: #fff;
}
.eyy-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.eyy-related-head h2 {
  font-size: 34px;
  margin: 8px 0 0;
}
.eyy-related-head > a {
  color: var(--eyy-blue);
  font-weight: 700;
}
@media (max-width: 940px) {
  .eyy-single-layout {
    grid-template-columns: 1fr;
  }
  .eyy-single-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .eyy-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .eyy-archive-title-row {
    display: block;
    margin-top: 32px;
  }
  .eyy-archive-title-row > p {
    margin-top: 22px;
  }
  .eyy-archive-grid {
    grid-template-columns: 1fr;
  }
  .eyy-single-header {
    padding-top: 20px;
  }
  .eyy-single-header h1 {
    font-size: 34px;
  }
  .eyy-single-deck {
    font-size: 15px;
  }
  .eyy-single-meta {
    flex-wrap: wrap;
  }
  .eyy-single-meta i {
    display: none;
  }
  .eyy-single-cover {
    border-radius: 0;
  }
  .eyy-single-layout {
    width: 100%;
    padding-top: 22px;
  }
  .eyy-reading-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .eyy-reading-content {
    font-size: 16px;
    line-height: 1.9;
  }
  .eyy-reading-content h2 {
    font-size: 24px;
  }
  .eyy-single-sidebar {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1160px);
    margin: auto;
  }
  .eyy-post-nav {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }
  .eyy-post-nav > div:last-child {
    text-align: left;
  }
  .eyy-related-head {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
}

.eyy-card-description {
  display: -webkit-box;
  width: 100%;
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;

  border-width: 0;

  border-style: solid;

  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";

  font-feature-settings: normal;

  font-variation-settings: normal;

  -webkit-tap-highlight-color: transparent;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;

  line-height: inherit;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;

  color: inherit;

  border-top-width: 1px;
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;

  font-feature-settings: normal;

  font-variation-settings: normal;

  font-size: 1em;
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;

  border-color: inherit;

  border-collapse: collapse;
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  font-feature-settings: inherit;

  font-variation-settings: inherit;

  font-size: 100%;

  font-weight: inherit;

  line-height: inherit;

  letter-spacing: inherit;

  color: inherit;

  margin: 0;

  padding: 0;
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;

  background-color: transparent;

  background-image: none;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;

  outline-offset: -2px;
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;

  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;

  color: #9ca3af;
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;

  vertical-align: middle;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.content a {
  color: #10b981;
  text-decoration: underline;
  text-underline-offset: 2px;

  transition: color 0.2s ease;

  -webkit-tap-highlight-color: rgba(16, 185, 129, 0.2);

  outline-offset: 2px;

  word-break: break-word;
}

.content a:hover {
  color: #059669;

  text-decoration-thickness: 2px;
}

.content a:focus {
  outline: 2px solid #10b981;
  outline-offset: 2px;
}

.content {
  line-height: 1.75;
  color: #374151;
  font-size: 1rem;
  font-family:
    -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";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-display: swap;
  word-spacing: 0.05em;
  letter-spacing: 0.01em;
}

.content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;

  loading: lazy;

  aspect-ratio: attr(width) / attr(height);
}

.content p {
  margin-bottom: 1.25rem;
  text-align: justify;

  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;

  text-indent: 0;
  orphans: 2;
  widows: 2;
}

.content h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;

  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;

  scroll-margin-top: 2rem;

  position: relative;
}

.content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.5rem;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;

  scroll-margin-top: 2rem;
  position: relative;
}

.content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;

  scroll-margin-top: 2rem;
  position: relative;
}

.content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;

  scroll-margin-top: 2rem;
  position: relative;
}

.content h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4b5563;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;

  scroll-margin-top: 2rem;
  position: relative;
}

.content h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;

  scroll-margin-top: 2rem;
  position: relative;
}

@media (min-width: 768px) {
  .content h1 {
    font-size: 2.5rem;
  }

  .content h2 {
    font-size: 2rem;
  }

  .content h3 {
    font-size: 1.75rem;
  }

  .content h4 {
    font-size: 1.5rem;
  }

  .content h5 {
    font-size: 1.25rem;
  }
}

.content ul,
.content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;

  line-height: 1.6;
}

.content ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;

  padding-left: 0.25rem;
}

.content ol li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;

  padding-left: 0.25rem;
}

.content li {
  line-height: 1.6;
  word-break: break-word;

  margin-left: 0;
}

.content blockquote {
  border-left: 4px solid #10b981;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #6b7280;
  background-color: #f9fafb;
  padding: 1rem;
  border-radius: 0.375rem;

  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  word-break: break-word;

  position: relative;
  quotes: "" " " "" "'" "'";
}

.content code {
  background-color: #f3f4f6;
  color: #dc2626;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;

  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-family:
    ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo,
    "Courier New", monospace;
  font-size: 0.875em;

  white-space: nowrap;
  word-break: keep-all;

  direction: ltr;
  unicode-bidi: embed;
}

.content pre {
  background-color: #1f2937;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  overflow-x: auto;

  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;

  scrollbar-width: thin;
  scrollbar-color: #4b5563 #1f2937;

  direction: ltr;
  unicode-bidi: embed;

  will-change: scroll-position;
}

.content pre::-webkit-scrollbar {
  height: 8px;
}

.content pre::-webkit-scrollbar-track {
  background: #1f2937;
}

.content pre::-webkit-scrollbar-thumb {
  background: #4b5563;
  border-radius: 4px;
}

.content pre::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.content pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
  white-space: pre;
  word-break: normal;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border: 1px solid #e5e7eb;
  overflow: hidden;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;

  caption-side: top;
}

@media (min-width: 768px) {
  .content table {
    display: table;
    white-space: normal;
  }
}

.content th,
.content td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  word-break: break-word;

  vertical-align: top;
}

.content th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #374151;

  position: sticky;
  top: 0;
  z-index: 1;
}

.content tr:hover {
  background-color: #f9fafb;

  transition: background-color 0.2s ease;
}

.content hr {
  border: none;
  height: 1px;
  background-color: #e5e7eb;
  margin: 2rem 0;

  background-image: linear-gradient(to right, #e5e7eb, #e5e7eb);

  role: separator;
}

.content iframe {
  width: 100%;
  height: 250px;
  max-width: 100%;
  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin: 1.5rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 0;

  loading: lazy;

  sandbox: allow-scripts allow-same-origin allow-presentation allow-forms;

  title: "åµŒå…¥å†…å®¹";

  will-change: transform;

  transform: translateZ(0);

  overflow: hidden;

  -webkit-overflow-scrolling: touch;

  display: block;

  aspect-ratio: 16 / 9;
}

.content iframe[src*="youtube.com"],
.content iframe[src*="youtu.be"],
.content iframe[src*="vimeo.com"],
.content iframe[src*="bilibili.com"] {
  aspect-ratio: 16 / 9;
  min-height: 300px;
}

.content iframe[src*="maps.google.com"],
.content iframe[src*="openstreetmap.org"],
.content iframe[src*="amap.com"] {
  aspect-ratio: 4 / 3;
  min-height: 300px;
}

.content iframe[src*="twitter.com"],
.content iframe[src*="facebook.com"],
.content iframe[src*="instagram.com"] {
  aspect-ratio: 1 / 1;
  min-height: 400px;
  max-height: 600px;
}

@media (min-width: 768px) {
  .content iframe {
    height: 400px;
  }

  .content iframe[src*="youtube.com"],
  .content iframe[src*="youtu.be"],
  .content iframe[src*="vimeo.com"],
  .content iframe[src*="bilibili.com"] {
    height: 450px;
  }

  .content iframe[src*="maps.google.com"],
  .content iframe[src*="openstreetmap.org"],
  .content iframe[src*="amap.com"] {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .content iframe {
    height: 500px;
  }

  .content iframe[src*="youtube.com"],
  .content iframe[src*="youtu.be"],
  .content iframe[src*="vimeo.com"],
  .content iframe[src*="bilibili.com"] {
    height: 562px;
  }
}

.content video {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin: 1.5rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  object-fit: cover;

  -o-object-fit: cover;

  background-color: #000;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;

  will-change: transform;

  transform: translateZ(0);

  controls: true;

  preload: metadata;

  playsinline: true;
  -webkit-playsinline: true;

  muted: false;

  loop: false;

  autoplay: false;
}

.content audio {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0;
  border-radius: 0.375rem;

  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;

  background-color: #f9fafb;
  padding: 0.5rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);

  controls: true;

  preload: metadata;

  autoplay: false;
}

.content .media-container {
  position: relative;
  width: 100%;
  margin: 1.5rem 0;

  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.content .media-container iframe,
.content .media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  margin: 0;
  box-shadow: none;
}

.content strong {
  font-weight: 700;
  color: #111827;

  font-synthesis: weight;
}

.content em {
  font-style: italic;
  color: #4b5563;

  font-synthesis: style;
}

.content mark {
  background-color: #fef3c7;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;

  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;

  color: #92400e;

  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.content .highlight {
  background-color: #dbeafe;
  padding: 1rem;
  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-left: 4px solid #3b82f6;
  margin: 1.5rem 0;
  word-break: break-word;

  position: relative;
  role: note;
}

@media print {
  .content {
    color: #000;
    font-size: 12pt;
    line-height: 1.5;

    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    color: #000;
    page-break-after: avoid;

    -moz-column-break-after: avoid;
    break-after: avoid;
  }

  .content img {
    max-width: 100%;
    page-break-inside: avoid;

    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .content pre,
  .content blockquote {
    page-break-inside: avoid;

    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .content a {
    color: #000;
    text-decoration: underline;

    content: " (" attr(href) ")";
  }

  .content table {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .content iframe,
  .content video,
  .content audio {
    display: none;
  }

  .content iframe::after,
  .content video::after {
    content: "[è§†é¢‘å†…å®¹ - è¯·è®¿é—®åœ¨çº¿ç‰ˆæœ¬æŸ¥çœ‹]";
    display: block;
    text-align: center;
    padding: 2rem;
    border: 2px dashed #ccc;
    color: #666;
  }
}

@media (prefers-contrast: high) {
  .content {
    color: #000;
  }

  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    color: #000;
  }

  .content a {
    color: #0000ff;

    text-decoration-thickness: 2px;
  }

  .content code {
    background-color: #f0f0f0;
    color: #000;

    border: 1px solid #000;
  }

  .content mark {
    background-color: #ffff00;
    color: #000;
  }

  .content iframe,
  .content video {
    border: 2px solid #000;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content a,
  .content tr {
    transition: none;
  }

  .content * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .content video {
    autoplay: false;
  }
}

.content img[width][height] {
  aspect-ratio: attr(width) / attr(height);
}

.content *:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 2px;
}

@supports (font-display: swap) {
  .content {
    font-display: swap;
  }
}

@supports (aspect-ratio: 16 / 9) {
  .content iframe,
  .content video {
    aspect-ratio: 16 / 9;
  }
}

@supports not (aspect-ratio: 16 / 9) {
  .content .media-container {
    padding-bottom: 56.25%;

    height: 0;
  }

  .content .media-container iframe,
  .content .media-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-72 {
  min-width: 18rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-quickq-blue {
  --tw-border-opacity: 1;
  border-color: rgb(66 133 244 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-quickq-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(66 133 244 / var(--tw-bg-opacity, 1));
}

.bg-quickq-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 140 0 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-quickq-blue {
  --tw-text-opacity: 1;
  color: rgb(66 133 244 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.shadow-lg {
  --tw-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-quickq-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(66 133 244 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  .md\:left-4 {
    left: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:min-w-80 {
    min-width: 20rem;
  }

  .md\:max-w-96 {
    max-width: 24rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
