.site-main {
  line-height: 1.75;
}

.site-main h1 {
  position: relative;
  margin: 24px 0 34px;
  max-width: 980px;

  color: #f8f8f8;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.site-main h1::after {
  content: '';
  display: block;

  width: 96px;
  height: 4px;
  margin-top: 18px;

  border-radius: 999px;
  background: linear-gradient(90deg, #f6bd3b, #ffe18a);
  box-shadow: 0 0 20px rgba(246, 189, 59, 0.28);
}

.site-main h2 {
  margin: 58px 0 18px;

  color: #f8f8f8;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.site-main h3 {
  margin: 8px 0 14px;

  color: #f8f8f8;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.25;
}

.site-main p {
  margin: 0 0 20px;

  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.85;
}

.site-main h2 + p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.site-main strong {
  color: #fff;
  font-weight: 850;
}

.site-main ul,
.site-main ol {
  margin: 0 0 26px 22px;
  padding: 0;
}

.site-main li {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.site-main ul li::marker,
.site-main ol li::marker {
  color: #f6bd3b;
  font-weight: 900;
}

.site-main blockquote {
  margin: 32px 0;
  padding: 22px 26px;

  border-left: 4px solid #f6bd3b;
  border-radius: 0 18px 18px 0;

  background: radial-gradient(circle at 0% 0%, rgba(246, 189, 59, 0.08), transparent 32%), linear-gradient(180deg, #111315 0%, #070809 100%);

  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.site-main hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid rgba(246, 189, 59, 0.14);
}

.site-main > .container > img,
.site-main .entry-content > img,
.site-main p > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 32px auto;

  border-radius: 20px;
  border: 1px solid rgba(246, 189, 59, 0.16);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.site-main table {
  width: 100%;
  overflow: hidden;

  border-collapse: collapse;
  border-radius: 18px;
  border: 1px solid rgba(246, 189, 59, 0.18);

  background: radial-gradient(circle at 100% 0%, rgba(246, 189, 59, 0.05), transparent 28%), linear-gradient(180deg, #111315 0%, #070809 100%);
}

.site-main th {
  padding: 15px 16px;

  background: rgba(246, 189, 59, 0.08);
  color: #ffe18a;

  font-size: 13px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-main td {
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);

  color: rgba(255, 255, 255, 0.62);
}

.site-main tr:hover td {
  background: rgba(246, 189, 59, 0.035);
}

.site-main code {
  padding: 3px 7px;

  border-radius: 7px;
  background: rgba(246, 189, 59, 0.1);

  color: #ffe18a;
}

.site-main pre {
  margin: 30px 0;
  padding: 22px;

  overflow-x: auto;

  border-radius: 16px;
  border: 1px solid rgba(246, 189, 59, 0.16);

  background: #070809;
}

.site-main p a,
.site-main li a,
.site-main td a {
  color: #ffe18a;
  text-decoration: none;
}

.site-main p a:hover,
.site-main li a:hover,
.site-main td a:hover {
  color: #f6bd3b;
}

.notice {
  position: relative;

  margin: 26px 0;
  padding: 18px 22px 18px 58px;

  border-radius: 18px;
  border: 1px solid rgba(246, 189, 59, 0.16);
  border-left: 4px solid #f6bd3b;

  background: radial-gradient(circle at 0% 0%, rgba(246, 189, 59, 0.08), transparent 34%), linear-gradient(180deg, #111315 0%, #070809 100%);

  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.notice p {
  margin: 0;
}

.notice strong {
  color: #fff;
}

.notice::before {
  content: 'ℹ';
  position: absolute;
  left: 18px;
  top: 18px;

  width: 28px;
  height: 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 1px solid rgba(246, 189, 59, 0.22);
  background: rgba(246, 189, 59, 0.08);

  color: #f6bd3b;
  font-weight: 900;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;

  margin: 24px 0;

  border-radius: 18px;

  scrollbar-width: thin;
  scrollbar-color: #f6bd3b rgba(255, 255, 255, 0.06);
}

.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #f6bd3b, #ffe18a);
  border-radius: 999px;
}

.table-responsive table {
  min-width: 760px;
}

.bankue {
  position: relative;

  margin: 34px 0;
  padding: 22px 26px;

  border-radius: 22px;
  border: 1px solid rgba(246, 189, 59, 0.18);

  background: radial-gradient(circle at 100% 0%, rgba(246, 189, 59, 0.055), transparent 30%), linear-gradient(180deg, #111315 0%, #070809 100%);

  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.bankue::before {
  content: '';

  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;

  width: 4px;
  border-radius: 0 999px 999px 0;

  background: linear-gradient(180deg, #ffe18a, #f6bd3b);
}

.bankue p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.bankue strong {
  color: #ffe18a;
  font-weight: 900;
}

.bankue a {
  color: #ffe18a;
  text-decoration: none;
}

.bankue a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .bankue {
    padding: 18px 20px;
    border-radius: 18px;
  }

  .bankue::before {
    top: 14px;
    bottom: 14px;
  }

  .bankue p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .site-main h1 {
    margin: 12px 0 24px;
    font-size: 34px;
    line-height: 1.16;
  }

  .site-main h1::after {
    width: 72px;
    margin-top: 14px;
  }

  .site-main h2 {
    margin-top: 42px;
  }

  .site-main p {
    font-size: 15px;
    line-height: 1.7;
  }
}
