.elementor-22 .elementor-element.elementor-element-50c2895{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-adf851e *//* =========================================================
   LOMKOMMANDO BLOG / TUDÁSTÁR
   Teljesen izolált, Elementor-barát CSS
========================================================= */

.lmkb-page,
.lmkb-page * {
  box-sizing: border-box;
}

.lmkb-page {
  --lmkb-black: #070a05;
  --lmkb-black-2: #0d1209;
  --lmkb-forest: #10160c;
  --lmkb-forest-2: #1a2412;
  --lmkb-olive: #34431f;
  --lmkb-olive-2: #64743b;
  --lmkb-sage: #87915a;
  --lmkb-sand: #dcc58d;
  --lmkb-cream: #f4ecd2;
  --lmkb-copper: #bd7b37;
  --lmkb-white: #ffffff;
  --lmkb-muted: rgba(244, 236, 210, 0.72);
  --lmkb-border: rgba(220, 197, 141, 0.16);
  --lmkb-border-strong: rgba(220, 197, 141, 0.32);

  width: 100%;
  overflow: hidden;
  color: var(--lmkb-cream);
  background: var(--lmkb-black);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.lmkb-page a,
.lmkb-page a:visited,
.lmkb-page a:hover,
.lmkb-page a:focus,
.lmkb-page button,
.lmkb-page input {
  font-family: inherit;
}

.lmkb-page a,
.lmkb-page a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

.lmkb-page a:hover,
.lmkb-page a:focus,
.lmkb-page button:hover,
.lmkb-page button:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.lmkb-page button {
  appearance: none;
  -webkit-appearance: none;
}

.lmkb-container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

/* ---------- HERO ---------- */

.lmkb-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 164px 0 122px;
  background:
    radial-gradient(circle at 80% 18%, rgba(135, 145, 90, 0.18), transparent 28%),
    radial-gradient(circle at 12% 75%, rgba(189, 123, 55, 0.12), transparent 28%),
    linear-gradient(135deg, #070a05 0%, #10160c 54%, #070a05 100%);
}

.lmkb-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 190px;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, var(--lmkb-black));
  pointer-events: none;
}

.lmkb-hero-camo {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  background:
    radial-gradient(ellipse at 12% 14%, rgba(100, 116, 59, 0.26) 0 8%, transparent 9%),
    radial-gradient(ellipse at 30% 42%, rgba(52, 67, 31, 0.34) 0 10%, transparent 11%),
    radial-gradient(ellipse at 76% 22%, rgba(26, 36, 18, 0.54) 0 13%, transparent 14%),
    radial-gradient(ellipse at 87% 62%, rgba(100, 116, 59, 0.22) 0 10%, transparent 11%),
    radial-gradient(ellipse at 55% 86%, rgba(189, 123, 55, 0.08) 0 9%, transparent 10%),
    linear-gradient(100deg, rgba(7, 10, 5, 0.36), rgba(16, 22, 12, 0.24));
  background-size: 680px 520px, 760px 560px, 620px 500px, 720px 580px, 800px 600px, auto;
  filter: saturate(0.88);
}

.lmkb-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(220, 197, 141, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 197, 141, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 58%, transparent 92%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 58%, transparent 92%);
}

.lmkb-noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.lmkb-hero-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 62px;
  align-items: center;
}

.lmkb-eyebrow,
.lmkb-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lmkb-sand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lmkb-eyebrow i {
  width: 34px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, var(--lmkb-sand), var(--lmkb-copper));
  box-shadow: 0 0 14px rgba(220, 197, 141, 0.32);
}

.lmkb-hero h1 {
  max-width: 790px;
  margin: 22px 0 26px;
  color: var(--lmkb-cream);
  font-size: clamp(54px, 6.5vw, 94px);
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 20px 55px rgba(0, 0, 0, 0.48);
}

.lmkb-hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 197, 141, 0.9);
  text-shadow: none;
}

.lmkb-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 236, 210, 0.78);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.lmkb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lmkb-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.lmkb-btn span {
  font-size: 20px;
  line-height: 0;
  transition: transform 0.24s ease;
}

.lmkb-btn:hover {
  transform: translateY(-3px);
}

.lmkb-btn:hover span {
  transform: translateX(4px);
}

.lmkb-btn-primary,
.lmkb-btn-primary:visited,
.lmkb-page .lmkb-btn-primary:hover {
  color: #17150e !important;
  background: linear-gradient(135deg, var(--lmkb-sand), var(--lmkb-copper));
  box-shadow: 0 20px 55px rgba(189, 123, 55, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.lmkb-btn-primary:hover {
  box-shadow: 0 28px 70px rgba(189, 123, 55, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.lmkb-btn-ghost,
.lmkb-btn-ghost:visited {
  color: var(--lmkb-cream) !important;
  background: rgba(244, 236, 210, 0.07);
  border-color: rgba(244, 236, 210, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lmkb-btn-ghost:hover {
  background: rgba(244, 236, 210, 0.12);
  border-color: rgba(220, 197, 141, 0.34);
}

.lmkb-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.lmkb-trust-row > div {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(220, 197, 141, 0.14);
  border-radius: 18px;
  background: rgba(7, 10, 5, 0.52);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lmkb-trust-row strong,
.lmkb-trust-row span {
  display: block;
  overflow-wrap: anywhere;
}

.lmkb-trust-row strong {
  margin-bottom: 6px;
  color: var(--lmkb-cream);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.lmkb-trust-row span {
  color: rgba(244, 236, 210, 0.58);
  font-size: 12.5px;
  line-height: 1.45;
}

/* ---------- HERO COMMAND CARD ---------- */

.lmkb-hero-visual {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.lmkb-command-card {
  width: min(475px, 100%);
  padding: 20px;
  border: 1px solid rgba(220, 197, 141, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 0%, rgba(135, 145, 90, 0.18), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(189, 123, 55, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(244, 236, 210, 0.11), rgba(244, 236, 210, 0.025)),
    rgba(7, 10, 5, 0.76);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: transform 0.12s ease;
  transform-style: preserve-3d;
}

.lmkb-command-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: rgba(244, 236, 210, 0.52);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lmkb-command-top strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lmkb-sand);
  font-size: 11px;
}

.lmkb-command-top strong i,
.lmkb-live-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 999px;
  background: var(--lmkb-sand);
  box-shadow: 0 0 18px rgba(220, 197, 141, 0.78);
  animation: lmkbLive 1.8s ease-in-out infinite;
}

.lmkb-radar-screen {
  position: relative;
  height: 390px;
  overflow: hidden;
  border: 1px solid rgba(220, 197, 141, 0.15);
  border-radius: 26px;
  background:
    linear-gradient(rgba(220, 197, 141, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 197, 141, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 52%, rgba(135, 145, 90, 0.2), transparent 33%),
    linear-gradient(160deg, #1a2412, #080b06 72%);
  background-size: 36px 36px, 36px 36px, auto, auto;
}

.lmkb-radar-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 4px, rgba(244, 236, 210, 0.025) 5px);
  pointer-events: none;
}

.lmkb-radar-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(220, 197, 141, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lmkb-ring-1 { width: 300px; height: 300px; }
.lmkb-ring-2 { width: 205px; height: 205px; }
.lmkb-ring-3 { width: 110px; height: 110px; }

.lmkb-radar-ring::before,
.lmkb-radar-ring::after {
  content: "";
  position: absolute;
  background: rgba(220, 197, 141, 0.16);
}

.lmkb-radar-ring::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
}

.lmkb-radar-ring::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.lmkb-radar-sweep {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 150px;
  height: 150px;
  transform-origin: 0 0;
  background: conic-gradient(from 272deg, rgba(220, 197, 141, 0.42), transparent 32deg);
  border-radius: 0 100% 0 0;
  animation: lmkbRadar 4.8s linear infinite;
}

.lmkb-map-line {
  position: absolute;
  width: 180px;
  height: 74px;
  border: 1px dashed rgba(135, 145, 90, 0.28);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-15deg);
  opacity: 0.85;
}

.lmkb-map-line-a { left: 18px; top: 38px; }
.lmkb-map-line-b { right: 8px; bottom: 36px; transform: rotate(165deg); }

.lmkb-truck {
  position: absolute;
  left: 50%;
  top: 53%;
  width: 155px;
  height: 86px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.5));
  animation: lmkbTruckFloat 4s ease-in-out infinite;
}

.lmkb-truck-box {
  position: absolute;
  left: 4px;
  top: 12px;
  width: 100px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid #2c2a1f;
  border-radius: 8px 10px 4px 4px;
  color: #17150e;
  background: linear-gradient(135deg, var(--lmkb-sand), #b98d4c);
  box-shadow: inset -10px -8px 0 rgba(0, 0, 0, 0.08);
}

.lmkb-truck-box span {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.lmkb-truck-cab {
  position: absolute;
  right: 3px;
  top: 27px;
  width: 52px;
  height: 39px;
  border: 2px solid #2c2a1f;
  border-radius: 5px 13px 4px 4px;
  background: linear-gradient(135deg, #64743b, #34431f);
}

.lmkb-truck-cab::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 25px;
  height: 13px;
  border-radius: 3px 8px 2px 2px;
  background: rgba(7, 10, 5, 0.74);
}

.lmkb-truck-cab::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 5px;
  width: 7px;
  height: 8px;
  border-radius: 1px;
  background: var(--lmkb-copper);
  box-shadow: 0 0 12px rgba(189, 123, 55, 0.8);
}

.lmkb-wheel {
  position: absolute;
  bottom: 6px;
  width: 25px;
  height: 25px;
  border: 6px solid #10110c;
  border-radius: 50%;
  background: var(--lmkb-sand);
  box-shadow: 0 0 0 2px rgba(220, 197, 141, 0.2);
}

.lmkb-wheel-a { left: 25px; }
.lmkb-wheel-b { right: 20px; }

.lmkb-signal {
  position: absolute;
  min-width: 132px;
  padding: 11px 12px 11px 31px;
  border: 1px solid rgba(220, 197, 141, 0.16);
  border-radius: 14px;
  background: rgba(7, 10, 5, 0.7);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: lmkbSignalFloat 4.5s ease-in-out infinite;
}

.lmkb-signal > i {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lmkb-sand);
  box-shadow: 0 0 13px rgba(220, 197, 141, 0.78);
}

.lmkb-signal strong,
.lmkb-signal span {
  display: block;
}

.lmkb-signal strong {
  color: var(--lmkb-cream);
  font-size: 11px;
  line-height: 1.25;
}

.lmkb-signal span {
  margin-top: 3px;
  color: rgba(244, 236, 210, 0.48);
  font-size: 9.5px;
  line-height: 1.25;
}

.lmkb-signal-a { left: 16px; top: 28px; }
.lmkb-signal-b { right: 14px; bottom: 34px; animation-delay: 1.2s; }
.lmkb-signal-c { left: 20px; bottom: 38px; animation-delay: 2.1s; }

.lmkb-command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.lmkb-command-metrics > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(220, 197, 141, 0.12);
  border-radius: 15px;
  background: rgba(244, 236, 210, 0.045);
}

.lmkb-command-metrics span,
.lmkb-command-metrics strong {
  display: block;
  overflow-wrap: anywhere;
}

.lmkb-command-metrics span {
  margin-bottom: 5px;
  color: rgba(244, 236, 210, 0.46);
  font-size: 10.5px;
}

.lmkb-command-metrics strong {
  color: var(--lmkb-cream);
  font-size: 12.5px;
}

/* ---------- INFINITE MARQUEE ---------- */

.lmkb-marquee {
  position: relative;
  z-index: 6;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(220, 197, 141, 0.18);
  border-bottom: 1px solid rgba(220, 197, 141, 0.18);
  background: linear-gradient(90deg, #1a2412, #34431f, #1a2412);
  transform: rotate(-1.2deg) scale(1.02);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}

.lmkb-marquee-track {
  width: max-content;
  display: flex;
  animation: lmkbMarquee 32s linear infinite;
  will-change: transform;
}

.lmkb-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 25px;
  padding: 17px 12.5px;
}

.lmkb-marquee-group span {
  color: var(--lmkb-cream);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.lmkb-marquee-group i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  background: var(--lmkb-sand);
  box-shadow: 0 0 14px rgba(220, 197, 141, 0.5);
}

/* ---------- STATS ---------- */

.lmkb-stats {
  position: relative;
  z-index: 5;
  padding: 88px 0 82px;
  background: var(--lmkb-black);
}

.lmkb-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--lmkb-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 0, rgba(135, 145, 90, 0.12), transparent 34%),
    rgba(244, 236, 210, 0.045);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.lmkb-stats-grid > div {
  min-width: 0;
  padding: 30px 24px;
  border-right: 1px solid var(--lmkb-border);
}

.lmkb-stats-grid > div:last-child {
  border-right: 0;
}

.lmkb-stats-grid strong,
.lmkb-stats-grid span {
  display: block;
  overflow-wrap: anywhere;
}

.lmkb-stats-grid strong {
  margin-bottom: 8px;
  color: var(--lmkb-sand);
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.lmkb-stats-grid span {
  color: var(--lmkb-muted);
  font-size: 13.5px;
  line-height: 1.45;
}

/* ---------- GENERAL SECTIONS ---------- */

.lmkb-section {
  position: relative;
  padding: 108px 0;
}

.lmkb-section h2,
.lmkb-final h2 {
  margin: 15px 0 19px;
  color: var(--lmkb-cream);
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.lmkb-section p,
.lmkb-final p {
  color: var(--lmkb-muted);
  font-size: 16.5px;
  line-height: 1.78;
}

.lmkb-section-head {
  max-width: 860px;
  margin-bottom: 48px;
}

.lmkb-section-head p {
  max-width: 720px;
  margin: 0;
}

.lmkb-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.85fr);
  gap: 54px;
  align-items: center;
}

/* ---------- INTRO ---------- */

.lmkb-intro {
  background:
    radial-gradient(circle at 82% 20%, rgba(100, 116, 59, 0.11), transparent 32%),
    var(--lmkb-black);
}

.lmkb-copy p {
  margin: 0 0 18px;
}

.lmkb-copy p:last-child {
  margin-bottom: 0;
}

.lmkb-intel-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid var(--lmkb-border);
  border-radius: 30px;
  background:
    linear-gradient(rgba(220, 197, 141, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 197, 141, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 94% 4%, rgba(189, 123, 55, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(244, 236, 210, 0.08), rgba(244, 236, 210, 0.025));
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.lmkb-intel-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(220, 197, 141, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(220, 197, 141, 0.025), 0 0 0 48px rgba(220, 197, 141, 0.018);
}

.lmkb-intel-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--lmkb-sand);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lmkb-intel-card h3 {
  max-width: 520px;
  margin: 0 0 17px;
  color: var(--lmkb-cream);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.lmkb-intel-card > p {
  margin: 0;
  font-size: 15.5px;
}

.lmkb-check-list {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}

.lmkb-check-list > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(220, 197, 141, 0.12);
  border-radius: 15px;
  background: rgba(7, 10, 5, 0.34);
}

.lmkb-check-list i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #17150e;
  background: linear-gradient(135deg, var(--lmkb-sand), var(--lmkb-copper));
  font-style: normal;
  font-weight: 950;
}

.lmkb-check-list span {
  color: rgba(244, 236, 210, 0.78);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35;
}

/* ---------- TOPICS ---------- */

.lmkb-topics {
  background:
    radial-gradient(circle at 8% 18%, rgba(135, 145, 90, 0.12), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(189, 123, 55, 0.08), transparent 30%),
    linear-gradient(180deg, var(--lmkb-black), var(--lmkb-forest));
}

.lmkb-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lmkb-topic-card {
  position: relative;
  min-height: 345px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--lmkb-border);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 100%, rgba(100, 116, 59, 0.12), transparent 40%),
    rgba(244, 236, 210, 0.045);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.lmkb-topic-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--lmkb-sand), var(--lmkb-copper));
  transition: transform 0.28s ease;
}

.lmkb-topic-card:hover {
  transform: translateY(-8px);
  border-color: var(--lmkb-border-strong);
  background:
    radial-gradient(circle at 100% 100%, rgba(100, 116, 59, 0.18), transparent 44%),
    rgba(244, 236, 210, 0.07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.lmkb-topic-card:hover::before {
  transform: scaleX(1);
}

.lmkb-topic-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(220, 197, 141, 0.2);
  border-radius: 16px;
  color: var(--lmkb-sand);
  background: rgba(220, 197, 141, 0.07);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  font-weight: 900;
}

.lmkb-topic-tag {
  margin-bottom: 10px;
  color: var(--lmkb-sage);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lmkb-topic-card h3 {
  margin: 0 0 14px;
  color: var(--lmkb-cream);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.lmkb-topic-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.lmkb-topic-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--lmkb-sand) !important;
  font-size: 13px;
  font-weight: 900;
}

.lmkb-topic-card a span {
  transition: transform 0.22s ease;
}

.lmkb-topic-card a:hover span {
  transform: translateX(4px);
}

/* ---------- LIVE BLOG ---------- */

.lmkb-posts {
  background:
    radial-gradient(circle at 84% 12%, rgba(100, 116, 59, 0.12), transparent 29%),
    var(--lmkb-black);
}

.lmkb-posts-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.lmkb-posts-head > div:first-child {
  max-width: 850px;
}

.lmkb-posts-head h2 {
  margin-bottom: 13px;
}

.lmkb-posts-head p {
  max-width: 760px;
  margin: 0;
}

.lmkb-live-status {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--lmkb-border);
  border-radius: 999px;
  color: rgba(244, 236, 210, 0.72);
  background: rgba(244, 236, 210, 0.05);
  white-space: nowrap;
}

.lmkb-live-status[data-state="error"] .lmkb-live-dot {
  background: #b95546;
  box-shadow: 0 0 18px rgba(185, 85, 70, 0.7);
}

.lmkb-live-status[data-state="loading"] .lmkb-live-dot {
  animation-duration: 0.85s;
}

.lmkb-live-status strong {
  font-size: 12px;
  font-weight: 850;
}

.lmkb-post-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 15px;
  align-items: end;
  margin-bottom: 18px;
}

.lmkb-search-box {
  display: block;
  padding: 16px;
  border: 1px solid var(--lmkb-border);
  border-radius: 24px;
  background: rgba(244, 236, 210, 0.045);
}

.lmkb-search-box > span {
  display: block;
  margin: 0 0 9px 4px;
  color: var(--lmkb-sand);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmkb-search-box > div {
  position: relative;
}

.lmkb-search-box svg {
  position: absolute;
  left: 19px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: rgba(244, 236, 210, 0.46);
  stroke-width: 2;
  stroke-linecap: round;
}

.lmkb-search-box input {
  width: 100%;
  height: 58px;
  padding: 0 20px 0 52px;
  border: 1px solid rgba(220, 197, 141, 0.12);
  border-radius: 999px;
  outline: none;
  color: var(--lmkb-cream);
  background: rgba(7, 10, 5, 0.56);
  font-size: 14.5px;
  font-weight: 700;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lmkb-search-box input::placeholder {
  color: rgba(244, 236, 210, 0.36);
  opacity: 1;
}

.lmkb-search-box input:focus {
  border-color: rgba(220, 197, 141, 0.45);
  box-shadow: 0 0 0 4px rgba(220, 197, 141, 0.08);
}

.lmkb-post-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.lmkb-refresh-btn,
.lmkb-all-posts-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--lmkb-border);
  border-radius: 999px;
  color: var(--lmkb-cream) !important;
  background: rgba(244, 236, 210, 0.055);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.lmkb-refresh-btn:hover,
.lmkb-all-posts-link:hover {
  transform: translateY(-2px);
  border-color: var(--lmkb-border-strong);
  background: rgba(244, 236, 210, 0.09);
}

.lmkb-refresh-btn.is-loading .lmkb-refresh-icon {
  animation: lmkbSpin 0.8s linear infinite;
}

.lmkb-refresh-icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.lmkb-all-posts-link span {
  color: var(--lmkb-sand);
  font-size: 18px;
}

.lmkb-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
}

.lmkb-filter-row button {
  min-height: 39px;
  padding: 0 14px;
  border: 1px solid var(--lmkb-border);
  border-radius: 999px;
  color: rgba(244, 236, 210, 0.66);
  background: transparent;
  font-size: 11.5px;
  font-weight: 850;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lmkb-filter-row button:hover {
  transform: translateY(-1px);
  border-color: var(--lmkb-border-strong);
  color: var(--lmkb-cream);
}

.lmkb-filter-row button.is-active {
  color: #17150e;
  border-color: transparent;
  background: linear-gradient(135deg, var(--lmkb-sand), var(--lmkb-copper));
  box-shadow: 0 10px 26px rgba(189, 123, 55, 0.18);
}

.lmkb-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lmkb-post-card,
.lmkb-post-skeleton {
  min-width: 0;
  min-height: 455px;
  overflow: hidden;
  border: 1px solid var(--lmkb-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 100%, rgba(100, 116, 59, 0.1), transparent 42%),
    rgba(244, 236, 210, 0.045);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
}

.lmkb-post-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.lmkb-post-card:hover {
  transform: translateY(-8px);
  border-color: var(--lmkb-border-strong);
  background:
    radial-gradient(circle at 100% 100%, rgba(100, 116, 59, 0.16), transparent 46%),
    rgba(244, 236, 210, 0.07);
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.26);
}

.lmkb-post-image {
  position: relative;
  height: 220px;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 44%, rgba(135, 145, 90, 0.22), transparent 32%),
    linear-gradient(145deg, var(--lmkb-forest-2), var(--lmkb-black));
}

.lmkb-post-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 10, 5, 0.44), transparent 58%);
  pointer-events: none;
}

.lmkb-post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.lmkb-post-card:hover .lmkb-post-image img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.06);
}

.lmkb-post-image-fallback {
  display: grid;
  place-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(220, 197, 141, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 197, 141, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(100, 116, 59, 0.25), transparent 38%),
    linear-gradient(145deg, var(--lmkb-forest-2), var(--lmkb-black));
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.lmkb-post-image-fallback span,
.lmkb-post-image-fallback i {
  position: relative;
  z-index: 2;
  display: block;
}

.lmkb-post-image-fallback span {
  color: var(--lmkb-sand);
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.lmkb-post-image-fallback i {
  margin-top: 6px;
  color: rgba(244, 236, 210, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.14em;
}

.lmkb-post-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.lmkb-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.lmkb-post-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(220, 197, 141, 0.12);
  border-radius: 999px;
  color: rgba(244, 236, 210, 0.58);
  background: rgba(244, 236, 210, 0.04);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
}

.lmkb-post-meta .lmkb-post-category {
  color: var(--lmkb-sand);
}

.lmkb-post-card h3 {
  margin: 0 0 12px;
  color: var(--lmkb-cream);
  font-size: clamp(22px, 2.1vw, 27px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.05em;
  overflow-wrap: anywhere;
}

.lmkb-post-card h3 a {
  color: var(--lmkb-cream) !important;
}

.lmkb-post-card h3 a:hover {
  color: var(--lmkb-sand) !important;
}

.lmkb-post-card p {
  margin: 0 0 18px;
  color: rgba(244, 236, 210, 0.64);
  font-size: 14.5px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.lmkb-post-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--lmkb-sand) !important;
  font-size: 12.5px;
  font-weight: 900;
}

.lmkb-post-read span {
  font-size: 18px;
  transition: transform 0.22s ease;
}

.lmkb-post-read:hover span {
  transform: translateX(4px);
}

.lmkb-post-skeleton {
  position: relative;
  border-color: rgba(220, 197, 141, 0.08);
  background: linear-gradient(90deg, rgba(244, 236, 210, 0.035), rgba(244, 236, 210, 0.085), rgba(244, 236, 210, 0.035));
  background-size: 220% 100%;
  animation: lmkbSkeleton 1.25s ease-in-out infinite;
}

.lmkb-post-empty {
  display: none;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 25px;
  border: 1px solid rgba(189, 123, 55, 0.25);
  border-radius: 24px;
  background: rgba(189, 123, 55, 0.075);
}

.lmkb-post-empty.is-visible {
  display: grid;
}

.lmkb-post-empty > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #17150e;
  background: linear-gradient(135deg, var(--lmkb-sand), var(--lmkb-copper));
  font-size: 22px;
  font-weight: 950;
}

.lmkb-post-empty h3 {
  margin: 0 0 5px;
  color: var(--lmkb-cream);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.lmkb-post-empty p {
  margin: 0;
  font-size: 14px;
}

/* ---------- GUIDES ---------- */

.lmkb-guides {
  background:
    radial-gradient(circle at 12% 26%, rgba(100, 116, 59, 0.13), transparent 30%),
    linear-gradient(180deg, var(--lmkb-black), var(--lmkb-forest));
}

.lmkb-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.lmkb-guide-card {
  position: relative;
  overflow: hidden;
  padding: 31px;
  border: 1px solid var(--lmkb-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 100%, rgba(100, 116, 59, 0.14), transparent 42%),
    rgba(244, 236, 210, 0.045);
}

.lmkb-guide-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(220, 197, 141, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(220, 197, 141, 0.02);
}

.lmkb-guide-card > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--lmkb-sand);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lmkb-guide-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: var(--lmkb-cream);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.lmkb-guide-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---------- DEPTH / SEO ---------- */

.lmkb-depth {
  background:
    radial-gradient(circle at 10% 18%, rgba(100, 116, 59, 0.13), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(189, 123, 55, 0.08), transparent 32%),
    linear-gradient(180deg, var(--lmkb-forest), var(--lmkb-black));
}

.lmkb-depth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.lmkb-depth-copy {
  padding: 42px;
  border: 1px solid var(--lmkb-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0 0, rgba(100, 116, 59, 0.13), transparent 34%),
    rgba(244, 236, 210, 0.045);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.24);
}

.lmkb-depth-copy p {
  margin: 0 0 20px;
  font-size: 15.8px;
  line-height: 1.82;
}

.lmkb-depth-copy p:last-child {
  margin-bottom: 0;
}

.lmkb-keyword {
  display: inline;
  padding: 2px 8px;
  border: 1px solid rgba(220, 197, 141, 0.2);
  border-radius: 999px;
  color: var(--lmkb-cream);
  background: linear-gradient(135deg, rgba(100, 116, 59, 0.23), rgba(189, 123, 55, 0.12));
  font-weight: 900;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.lmkb-depth-card {
  position: sticky;
  top: 110px;
  padding: 31px;
  border: 1px solid var(--lmkb-border-strong);
  border-radius: 30px;
  background:
    linear-gradient(rgba(220, 197, 141, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 197, 141, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 95% 0%, rgba(189, 123, 55, 0.16), transparent 34%),
    #10160c;
  background-size: 29px 29px, 29px 29px, auto, auto;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.lmkb-depth-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.lmkb-depth-card-head span {
  color: var(--lmkb-sand);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.lmkb-depth-card-head i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #17150e;
  background: linear-gradient(135deg, var(--lmkb-sand), var(--lmkb-copper));
  font-style: normal;
  font-weight: 950;
}

.lmkb-depth-card h3 {
  margin: 0 0 23px;
  color: var(--lmkb-cream);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.lmkb-depth-list {
  display: grid;
  gap: 10px;
}

.lmkb-depth-list > div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(220, 197, 141, 0.12);
  border-radius: 15px;
  background: rgba(7, 10, 5, 0.42);
}

.lmkb-depth-list strong {
  color: var(--lmkb-sand);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

.lmkb-depth-list span {
  color: rgba(244, 236, 210, 0.76);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.lmkb-mini-cta {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  border-radius: 999px;
  color: #17150e !important;
  background: linear-gradient(135deg, var(--lmkb-sand), var(--lmkb-copper));
  box-shadow: 0 14px 34px rgba(189, 123, 55, 0.2);
  font-size: 13px;
  font-weight: 950;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lmkb-mini-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(189, 123, 55, 0.28);
}

/* ---------- FAQ ---------- */

.lmkb-faq {
  background:
    radial-gradient(circle at 86% 18%, rgba(100, 116, 59, 0.13), transparent 30%),
    var(--lmkb-black);
}

.lmkb-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 50px;
  align-items: start;
}

.lmkb-faq-copy p {
  margin: 0;
}

.lmkb-faq-list {
  display: grid;
  gap: 10px;
}

.lmkb-faq-list details {
  overflow: hidden;
  border: 1px solid var(--lmkb-border);
  border-radius: 19px;
  background: rgba(244, 236, 210, 0.045);
  transition: border-color 0.22s ease, background 0.22s ease;
}

.lmkb-faq-list details[open] {
  border-color: var(--lmkb-border-strong);
  background:
    radial-gradient(circle at 100% 0, rgba(100, 116, 59, 0.12), transparent 35%),
    rgba(244, 236, 210, 0.065);
}

.lmkb-faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 21px;
  color: var(--lmkb-cream);
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.lmkb-faq-list summary::-webkit-details-marker {
  display: none;
}

.lmkb-faq-list summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 197, 141, 0.18);
  border-radius: 9px;
  color: var(--lmkb-sand);
  font-size: 20px;
  font-weight: 500;
  transition: transform 0.22s ease, background 0.22s ease;
}

.lmkb-faq-list details[open] summary span {
  transform: rotate(45deg);
  background: rgba(220, 197, 141, 0.08);
}

.lmkb-faq-list details p {
  margin: 0;
  padding: 0 21px 21px;
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---------- FINAL CTA ---------- */

.lmkb-final {
  position: relative;
  padding: 105px 0 115px;
  background:
    radial-gradient(circle at 76% 20%, rgba(189, 123, 55, 0.1), transparent 30%),
    linear-gradient(180deg, var(--lmkb-black), #030402);
}

.lmkb-final-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  overflow: hidden;
  padding: 46px;
  border: 1px solid var(--lmkb-border-strong);
  border-radius: 32px;
  background:
    linear-gradient(rgba(220, 197, 141, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 197, 141, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 10% 0%, rgba(100, 116, 59, 0.2), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(189, 123, 55, 0.14), transparent 35%),
    #10160c;
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.35);
}

.lmkb-final-card::after {
  content: "LOM";
  position: absolute;
  right: -12px;
  bottom: -46px;
  color: rgba(244, 236, 210, 0.025);
  font-size: 190px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.lmkb-final-card > div {
  position: relative;
  z-index: 2;
}

.lmkb-final h2 {
  max-width: 820px;
  margin-bottom: 15px;
  font-size: clamp(38px, 4.2vw, 62px);
}

.lmkb-final p {
  max-width: 780px;
  margin: 0;
}

.lmkb-final-actions {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.lmkb-text-link {
  color: rgba(244, 236, 210, 0.68) !important;
  font-size: 12.5px;
  font-weight: 850;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.lmkb-text-link:hover {
  color: var(--lmkb-sand) !important;
}

/* ---------- REVEAL ---------- */

.lmkb-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.lmkb-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- ACCESSIBILITY ---------- */

.lmkb-page a:focus-visible,
.lmkb-page button:focus-visible,
.lmkb-page input:focus-visible,
.lmkb-page summary:focus-visible {
  outline: 3px solid rgba(220, 197, 141, 0.65) !important;
  outline-offset: 3px;
}

/* ---------- ANIMATIONS ---------- */

@keyframes lmkbLive {
  0%, 100% { opacity: 0.5; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes lmkbRadar {
  to { transform: rotate(360deg); }
}

@keyframes lmkbTruckFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-9px); }
}

@keyframes lmkbSignalFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes lmkbMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes lmkbSpin {
  to { transform: rotate(360deg); }
}

@keyframes lmkbSkeleton {
  from { background-position: 0% 0; }
  to { background-position: -220% 0; }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1120px) {
  .lmkb-hero-inner,
  .lmkb-two-col,
  .lmkb-depth-grid,
  .lmkb-faq-grid,
  .lmkb-final-card {
    grid-template-columns: 1fr;
  }

  .lmkb-hero {
    min-height: auto;
  }

  .lmkb-hero-visual {
    justify-content: flex-start;
  }

  .lmkb-command-card {
    width: min(620px, 100%);
  }

  .lmkb-topic-grid,
  .lmkb-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmkb-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmkb-stats-grid > div:nth-child(2) {
    border-right: 0;
  }

  .lmkb-stats-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lmkb-border);
  }

  .lmkb-depth-card {
    position: relative;
    top: auto;
  }

  .lmkb-final-actions {
    justify-items: start;
  }
}

@media (max-width: 820px) {
  .lmkb-container {
    width: min(100% - 30px, 1220px);
  }

  .lmkb-hero {
    padding: 132px 0 92px;
  }

  .lmkb-hero-inner {
    gap: 48px;
  }

  .lmkb-hero h1 {
    font-size: clamp(42px, 12.2vw, 58px);
    line-height: 0.94;
    letter-spacing: -0.065em;
  }

  .lmkb-hero-copy > p {
    font-size: 16px;
    line-height: 1.7;
  }

  .lmkb-trust-row,
  .lmkb-guide-grid {
    grid-template-columns: 1fr;
  }

  .lmkb-section {
    padding: 82px 0;
  }

  .lmkb-posts-head,
  .lmkb-post-tools {
    grid-template-columns: 1fr;
  }

  .lmkb-post-actions {
    justify-content: flex-start;
  }

  .lmkb-radar-screen {
    height: 350px;
  }

  .lmkb-final {
    padding: 82px 0 92px;
  }
}

@media (max-width: 620px) {
  .lmkb-hero-actions,
  .lmkb-post-actions {
    display: grid;
  }

  .lmkb-btn,
  .lmkb-refresh-btn,
  .lmkb-all-posts-link {
    width: 100%;
  }

  .lmkb-topic-grid,
  .lmkb-post-grid,
  .lmkb-stats-grid,
  .lmkb-command-metrics {
    grid-template-columns: 1fr;
  }

  .lmkb-stats-grid > div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--lmkb-border);
  }

  .lmkb-stats-grid > div:last-child {
    border-bottom: 0;
  }

  .lmkb-command-card {
    padding: 15px;
    border-radius: 26px;
  }

  .lmkb-command-top {
    font-size: 9.5px;
  }

  .lmkb-radar-screen {
    height: 310px;
    border-radius: 21px;
  }

  .lmkb-ring-1 { width: 245px; height: 245px; }
  .lmkb-ring-2 { width: 165px; height: 165px; }
  .lmkb-ring-3 { width: 88px; height: 88px; }
  .lmkb-radar-sweep { width: 122px; height: 122px; }

  .lmkb-signal {
    min-width: 115px;
    padding: 9px 10px 9px 26px;
  }

  .lmkb-signal > i {
    left: 10px;
    top: 12px;
  }

  .lmkb-signal strong { font-size: 9.5px; }
  .lmkb-signal span { font-size: 8.5px; }
  .lmkb-signal-a { left: 9px; top: 15px; }
  .lmkb-signal-b { right: 8px; bottom: 20px; }
  .lmkb-signal-c { display: none; }

  .lmkb-truck {
    transform: translate(-50%, -50%) scale(0.88);
  }

  .lmkb-section h2,
  .lmkb-final h2 {
    font-size: clamp(34px, 10.6vw, 48px);
    line-height: 1;
  }

  .lmkb-intel-card,
  .lmkb-depth-copy,
  .lmkb-depth-card,
  .lmkb-final-card {
    padding: 25px;
    border-radius: 25px;
  }

  .lmkb-topic-card,
  .lmkb-guide-card {
    padding: 25px;
    border-radius: 24px;
  }

  .lmkb-post-card,
  .lmkb-post-skeleton {
    min-height: 420px;
    border-radius: 24px;
  }

  .lmkb-post-image {
    height: 205px;
  }

  .lmkb-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
  }

  .lmkb-filter-row button {
    flex: 0 0 auto;
  }

  .lmkb-post-empty {
    grid-template-columns: 1fr;
  }

  .lmkb-final-actions {
    width: 100%;
  }
}

@media (max-width: 410px) {
  .lmkb-container {
    width: min(100% - 24px, 1220px);
  }

  .lmkb-hero h1 {
    font-size: clamp(40px, 12.2vw, 50px);
  }

  .lmkb-hero-copy > p,
  .lmkb-section p,
  .lmkb-final p {
    font-size: 15px;
  }

  .lmkb-command-top > span {
    max-width: 160px;
  }

  .lmkb-radar-screen {
    height: 285px;
  }

  .lmkb-truck {
    transform: translate(-50%, -50%) scale(0.78);
  }

  .lmkb-search-box {
    padding: 12px;
    border-radius: 20px;
  }

  .lmkb-search-box input {
    height: 54px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmkb-page *,
  .lmkb-page *::before,
  .lmkb-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .lmkb-reveal {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */