/* LBank site-pages — dark + gold editorial shell | prefix w8k3n6xe-st */

body.site-body--k7-static.site-body--static-page {
  --st-bg0: #000000;
  --st-bg1: #0a0a0a;
  --st-panel: #141414;
  --st-card: #1a1a1a;
  --st-inp: #222222;
  --st-accent: #ffcc00;
  --st-accent-2: #ffd633;
  --st-accent-soft: rgba(255, 204, 0, 0.12);
  --st-text: #ffffff;
  --st-muted: #8b949e;
  --st-border: #2b2f36;
  --st-r: 14px;
  direction: ltr;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 204, 0, 0.06), transparent 55%),
    linear-gradient(180deg, var(--st-bg0) 0%, var(--st-bg1) 100%);
  color: var(--st-text);
}

body.site-body--k7-static.site-body--static-page main.container {
  width: min(58rem, 100%);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 1.5rem);
  padding-block: clamp(1rem, 3vw, 1.75rem) clamp(2.5rem, 6vw, 3.5rem);
}

body.site-body--k7-static .site-header--static-page {
  direction: ltr;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid var(--st-border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}

body.site-body--k7-static .site-header--static-page .brand-mark {
  color: var(--st-accent);
  text-decoration: none;
}

body.site-body--k7-static .site-header--static-page .brand-mark__text {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.site-body--k7-static .site-header--static-page .site-header__tools {
  margin-inline-start: auto;
}

.w8k3n6xe-st__header-login {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  border: 1px solid var(--st-accent);
  background: var(--st-accent);
  transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
}

.w8k3n6xe-st__header-login:hover {
  background: var(--st-accent-2);
  border-color: var(--st-accent-2);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 204, 0, 0.25);
}

body.site-body--k7-static .card.w8k3n6xe-st {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.w8k3n6xe-st__shell {
  position: relative;
  border-radius: calc(var(--st-r) + 4px);
  overflow: hidden;
  background: var(--st-panel);
  border: 1px solid rgba(255, 204, 0, 0.18);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.w8k3n6xe-st__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--st-accent), var(--st-accent-2), transparent 80%);
  pointer-events: none;
  z-index: 2;
}

.w8k3n6xe-st__masthead {
  position: relative;
  padding: clamp(1.35rem, 4vw, 2rem) clamp(1.25rem, 4vw, 2rem) 1.35rem;
  background:
    radial-gradient(ellipse 90% 80% at 100% 0%, rgba(255, 204, 0, 0.1), transparent 58%),
    linear-gradient(165deg, #1a1a1a 0%, #111111 100%);
  border-bottom: 1px solid var(--st-border);
  overflow: hidden;
}

.w8k3n6xe-st__masthead-glow {
  position: absolute;
  inset: -40% auto auto -20%;
  width: min(480px, 70vw);
  height: min(480px, 70vw);
  background: radial-gradient(circle, rgba(255, 204, 0, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.w8k3n6xe-st__masthead-inner {
  position: relative;
  z-index: 1;
}

.w8k3n6xe-st__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--st-muted);
  text-decoration: none;
  transition: color 0.15s;
}

.w8k3n6xe-st__back:hover {
  color: var(--st-accent);
}

.w8k3n6xe-st__meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.w8k3n6xe-st__meta-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--st-muted);
  background: var(--st-inp);
  border: 1px solid var(--st-border);
}

.w8k3n6xe-st__meta-chip--accent {
  color: #111111;
  background: var(--st-accent);
  border-color: var(--st-accent);
}

.w8k3n6xe-st__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: var(--st-text);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.w8k3n6xe-st__quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.w8k3n6xe-st__quick-link {
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--st-muted);
  text-decoration: none;
  border: 1px solid var(--st-border);
  background: var(--st-card);
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.w8k3n6xe-st__quick-link:hover {
  color: var(--st-accent);
  border-color: rgba(255, 204, 0, 0.4);
}

.w8k3n6xe-st__quick-link.is-active {
  color: #111111;
  background: var(--st-accent);
  border-color: var(--st-accent);
}

.w8k3n6xe-st__body {
  padding: clamp(1.35rem, 4vw, 2rem);
  text-align: start;
}

.w8k3n6xe-st__lead {
  margin: 0 0 1.35rem;
  padding: 1rem 1.15rem;
  border-radius: var(--st-r);
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--st-text);
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.08) 0%, rgba(255, 204, 0, 0.02) 100%);
  border: 1px solid rgba(255, 204, 0, 0.22);
  border-inline-start: 4px solid var(--st-accent);
}

.w8k3n6xe-st__highlight {
  margin: 1.25rem 0;
  padding: 0.9rem 1rem;
  border-radius: var(--st-r);
  background: var(--st-card);
  border: 1px dashed rgba(255, 204, 0, 0.35);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--st-muted);
}

.w8k3n6xe-st__body h2 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 2rem 0 0.75rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--st-text);
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--st-border);
}

.w8k3n6xe-st__body h2::before {
  content: "";
  flex-shrink: 0;
  width: 4px;
  height: 1.1em;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--st-accent), var(--st-accent-2));
}

.w8k3n6xe-st__body h2:first-child {
  margin-top: 0.15rem;
}

.w8k3n6xe-st__body h3 {
  margin: 1.35rem 0 0.5rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--st-accent);
}

.w8k3n6xe-st__body p,
.w8k3n6xe-st__body li,
.w8k3n6xe-st__body dd {
  margin: 0 0 0.9rem;
  line-height: 1.78;
  font-size: 0.9375rem;
  color: var(--st-muted);
}

.w8k3n6xe-st__body dt {
  margin: 1.15rem 0 0.35rem;
  font-weight: 700;
  color: var(--st-text);
  font-size: 0.92rem;
}

.w8k3n6xe-st__body a {
  color: var(--st-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 204, 0, 0.35);
}

.w8k3n6xe-st__body a:hover {
  text-decoration-color: var(--st-accent);
}

.w8k3n6xe-st__body ul,
.w8k3n6xe-st__body ol {
  padding-inline-start: 1.2rem;
}

.w8k3n6xe-st__card-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.15rem 0;
}

@media (min-width: 640px) {
  .w8k3n6xe-st__card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.w8k3n6xe-st__info-card {
  padding: 1rem 1.05rem;
  border-radius: var(--st-r);
  background: var(--st-card);
  border: 1px solid var(--st-border);
  transition: border-color 0.15s, transform 0.12s;
}

.w8k3n6xe-st__info-card:hover {
  border-color: rgba(255, 204, 0, 0.35);
  transform: translateY(-2px);
}

.w8k3n6xe-st__info-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  color: var(--st-text);
}

.w8k3n6xe-st__info-card p {
  margin: 0;
  font-size: 0.85rem;
}

.w8k3n6xe-st__story-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

@media (min-width: 720px) {
  .w8k3n6xe-st__story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.w8k3n6xe-st__story-card {
  margin: 0;
  padding: 1rem 1.05rem 1.1rem;
  border-radius: var(--st-r);
  background: var(--st-card);
  border: 1px solid var(--st-border);
  position: relative;
  overflow: hidden;
}

.w8k3n6xe-st__story-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--st-accent);
}

.w8k3n6xe-st__story-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--st-text);
  line-height: 1.65;
}

.w8k3n6xe-st__story-card footer {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--st-accent);
}

.w8k3n6xe-st__body blockquote {
  margin: 0.85rem 0;
  padding: 0.9rem 1rem;
  border-radius: var(--st-r);
  border: 1px solid var(--st-border);
  background: var(--st-card);
  border-inline-start: 3px solid var(--st-accent);
}

.w8k3n6xe-st__figure {
  width: min(100%, 500px);
  margin: 1.35rem auto;
  padding: 0;
  border-radius: calc(var(--st-r) + 2px);
  overflow: hidden;
  border: 1px solid rgba(255, 204, 0, 0.15);
  background: var(--st-card);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.w8k3n6xe-st__figure img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: min(500px, calc(100vw - 2.5rem));
  padding: 0.5rem;
  margin-inline: auto;
  object-fit: contain;
  box-sizing: border-box;
  background: linear-gradient(145deg, #1a1a1a, #252525);
}

.w8k3n6xe-st__figure figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: var(--st-muted);
  text-align: center;
  border-top: 1px solid var(--st-border);
  background: var(--st-inp);
}

.w8k3n6xe-st__nap {
  margin: 1rem 0 1.25rem;
  padding: 0.9rem 1rem;
  border-radius: var(--st-r);
  background: var(--st-card);
  border: 1px dashed rgba(255, 204, 0, 0.28);
  color: var(--st-muted);
}

.w8k3n6xe-st__nap a {
  color: var(--st-accent);
}

.w8k3n6xe-st__faq-block {
  margin: 1rem 0;
  padding: 1rem 1.05rem;
  border-radius: var(--st-r);
  background: var(--st-card);
  border: 1px solid var(--st-border);
}

.w8k3n6xe-st__faq-block dl {
  margin: 0;
}

.w8k3n6xe-st__blog-hub {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0 2rem;
}

@media (min-width: 640px) {
  .w8k3n6xe-st__blog-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.w8k3n6xe-st__blog-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.85rem;
  border-radius: calc(var(--st-r) + 2px);
  border: 1px solid var(--st-border);
  background: linear-gradient(160deg, var(--st-card) 0%, rgba(255, 204, 0, 0.04) 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s;
}

.w8k3n6xe-st__blog-card:hover {
  border-color: rgba(255, 204, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.w8k3n6xe-st__blog-card--span {
  grid-column: 1 / -1;
}

.w8k3n6xe-st__blog-card__tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  background: var(--st-accent);
}

.w8k3n6xe-st__blog-card__title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--st-text);
}

.w8k3n6xe-st__blog-card__excerpt {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--st-muted);
}

.w8k3n6xe-st__blog-card img,
.w8k3n6xe-st__blog-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--st-border);
}

.w8k3n6xe-st__blog-articles {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.w8k3n6xe-st__article {
  padding: 1.35rem 1.2rem;
  border-radius: calc(var(--st-r) + 2px);
  border: 1px solid var(--st-border);
  background: var(--st-card);
  scroll-margin-top: 1rem;
  position: relative;
}

.w8k3n6xe-st__article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(180deg, var(--st-accent), transparent);
}

.w8k3n6xe-st__article h2 {
  margin-top: 0;
  border: none;
  padding: 0;
}

.w8k3n6xe-st__article h2::before {
  display: none;
}

/* Per-page accent tint */
.w8k3n6xe-st--about { --st-page-tint: rgba(255, 204, 0, 0.08); }
.w8k3n6xe-st--faq { --st-page-tint: rgba(255, 204, 0, 0.06); }
.w8k3n6xe-st--blog { --st-page-tint: rgba(255, 214, 51, 0.07); }
.w8k3n6xe-st--reviews { --st-page-tint: rgba(255, 180, 0, 0.07); }
.w8k3n6xe-st--contact { --st-page-tint: rgba(255, 204, 0, 0.05); }
.w8k3n6xe-st--terms { --st-page-tint: rgba(200, 200, 200, 0.04); }

.w8k3n6xe-st--about .w8k3n6xe-st__masthead,
.w8k3n6xe-st--faq .w8k3n6xe-st__masthead,
.w8k3n6xe-st--blog .w8k3n6xe-st__masthead,
.w8k3n6xe-st--reviews .w8k3n6xe-st__masthead,
.w8k3n6xe-st--contact .w8k3n6xe-st__masthead,
.w8k3n6xe-st--terms .w8k3n6xe-st__masthead {
  background-image:
    radial-gradient(ellipse 70% 90% at 0% 0%, var(--st-page-tint, transparent), transparent 65%),
    linear-gradient(165deg, #1a1a1a 0%, #111111 100%);
}

.w8k3n6xe-st--faq .w8k3n6xe-st__faq-block {
  border-color: rgba(255, 204, 0, 0.2);
}

body.site-body--k7-static .site-footer--static-page {
  direction: ltr;
  text-align: center;
  background: #000000;
  border-top: 1px solid var(--st-border);
  color: var(--st-muted);
  padding: 1.75rem clamp(1rem, 4vw, 2rem);
}

body.site-body--k7-static .footer-secondary-list a {
  color: var(--st-muted);
  font-weight: 600;
}

body.site-body--k7-static .footer-secondary-list a:hover {
  color: var(--st-accent);
}

body.site-body--k7-static .site-footer-publisher,
body.site-body--k7-static .site-footer-copy,
body.site-body--k7-static .site-footer-tagline {
  color: var(--st-muted);
}

body.site-body--k7-static .site-footer-publisher a {
  color: var(--st-accent);
}

body.site-body--k7-static .site-footer-nap__title {
  color: var(--st-accent);
}
