.pg {
  background: var(--ink);
  color: var(--parchment);
  padding: clamp(4.5rem,8vw,7rem) var(--pad);
  border-top: 1px solid #faf9f614;
  border-bottom: 1px solid #faf9f614;
  position: relative;
  overflow: hidden;
}

.pg:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(#c9941a1a, #0000 70%);
  width: 70%;
  height: 60%;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}

.pg-inner {
  max-width: var(--max);
  z-index: 1;
  margin: 0 auto;
  position: relative;
}

.pg-head {
  max-width: 640px;
  margin-bottom: 3rem;
}

.pg-label {
  font-family: var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-light);
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .62rem;
  font-weight: 300;
  display: flex;
}

.pg-label:before {
  content: "";
  background: var(--gold);
  width: 1.25rem;
  height: 1px;
}

.pg-head h2 {
  font-family: var(--serif);
  letter-spacing: -.01em;
  color: var(--parchment);
  margin-bottom: .9rem;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 500;
  line-height: 1.08;
}

.pg-head h2 em {
  color: var(--gold-light);
  font-style: italic;
}

.pg-head p {
  color: #faf9f699;
  max-width: 56ch;
  font-size: .95rem;
  line-height: 1.7;
}

.pg-frame {
  background: #14120c;
  border: 1px solid #faf9f61f;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px #0009;
}

.pg-bar {
  background: #0f0d08;
  border-bottom: 1px solid #faf9f614;
  align-items: center;
  gap: .5rem;
  padding: .65rem .9rem;
  display: flex;
}

.pg-dot {
  background: #faf9f629;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.pg-url {
  font-family: var(--mono);
  color: #faf9f666;
  letter-spacing: .03em;
  background: #faf9f60f;
  border-radius: 3px;
  flex: 1;
  margin-left: .5rem;
  padding: .25rem .8rem;
  font-size: .64rem;
}

.pg-shot {
  gap: 1.1rem;
  padding: 1.5rem;
  display: grid;
}

.pg-shot-head {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.pg-shot-title {
  font-family: var(--serif);
  color: var(--parchment);
  font-size: 1.15rem;
}

.pg-shot-sub {
  font-family: var(--mono);
  letter-spacing: .06em;
  color: #faf9f659;
  text-transform: uppercase;
  font-size: .6rem;
}

.pg-kpis {
  grid-template-columns: repeat(5, 1fr);
  gap: .7rem;
  display: grid;
}

.pg-kpi {
  background: #faf9f608;
  border: 1px solid #faf9f612;
  border-radius: 4px;
  padding: .75rem .8rem;
  position: relative;
  overflow: hidden;
}

.pg-kpi:before {
  content: "";
  background: var(--gold);
  opacity: .5;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-kpi.up:before {
  opacity: .7;
  background: #5cbd7a;
}

.pg-kpi.down:before {
  opacity: .7;
  background: #d8776b;
}

.pg-kpi .s {
  font-family: var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #faf9f666;
  margin-bottom: .4rem;
  font-size: .5rem;
}

.pg-kpi .v {
  font-family: var(--mono);
  color: var(--parchment);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1;
}

.pg-kpi .d {
  font-family: var(--mono);
  margin-top: .3rem;
  font-size: .56rem;
}

.pg-kpi .d.up {
  color: #5cbd7a;
}

.pg-kpi .d.down {
  color: #d8776b;
}

.pg-body {
  grid-template-columns: 2fr 1fr;
  gap: 1.1rem;
  display: grid;
}

.pg-panel {
  background: #faf9f608;
  border: 1px solid #faf9f612;
  border-radius: 4px;
  padding: 1rem;
}

.pg-panel .cap {
  font-family: var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #faf9f666;
  margin-bottom: .9rem;
  font-size: .55rem;
}

.pg-bars {
  align-items: flex-end;
  gap: 6px;
  height: 130px;
  display: flex;
}

.pg-bars .b {
  background: #faf9f62e;
  border-radius: 2px 2px 0 0;
  flex: 1;
}

.pg-bars .b.g {
  background: linear-gradient(180deg,var(--gold-light),var(--gold));
}

.pg-bars .b.t {
  background: linear-gradient(#4fcbb8, #2f9d8c);
}

.pg-stack {
  flex-direction: column;
  gap: .55rem;
  display: flex;
}

.pg-stack .row {
  font-family: var(--mono);
  color: #faf9f68c;
  align-items: center;
  gap: .5rem;
  font-size: .6rem;
  display: flex;
}

.pg-stack .row .lbl {
  flex-shrink: 0;
  width: 52px;
}

.pg-stack .row .track {
  background: #faf9f612;
  border-radius: 4px;
  flex: 1;
  height: 7px;
  overflow: hidden;
}

.pg-stack .row .fill {
  background: linear-gradient(90deg,var(--gold),var(--gold-light));
  border-radius: 4px;
  height: 100%;
}

.pg-stack .row .fill.t {
  background: linear-gradient(90deg, #2f9d8c, #4fcbb8);
}

.pg-thumbs {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 1.1rem;
  display: grid;
}

.pg-thumb {
  background: #14120c;
  border: 1px solid #faf9f61a;
  border-radius: 5px;
  transition: border-color .2s, transform .2s;
  overflow: hidden;
}

.pg-thumb:hover {
  border-color: #c9941a66;
  transform: translateY(-2px);
}

.pg-thumb .tbar {
  background: #0f0d08;
  border-bottom: 1px solid #faf9f612;
  gap: 5px;
  padding: .5rem .7rem;
  display: flex;
}

.pg-thumb .tbar i {
  background: #faf9f624;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.pg-thumb-shot {
  height: 150px;
  padding: .9rem;
  position: relative;
  overflow: hidden;
}

.pg-thumb-cap {
  border-top: 1px solid #faf9f612;
  padding: .75rem .9rem;
}

.pg-thumb-cap b {
  font-family: var(--serif);
  color: var(--parchment);
  margin-bottom: .15rem;
  font-size: .95rem;
  font-weight: 500;
  display: block;
}

.pg-thumb-cap span {
  color: #faf9f680;
  font-size: .72rem;
  line-height: 1.4;
}

.pg-map {
  display: block;
  position: absolute;
  inset: .9rem;
}

.pg-map .dot {
  border-radius: 50%;
  position: absolute;
}

.pg-rows {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.pg-rows .r {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.pg-rows .r .n {
  font-family: var(--mono);
  color: #faf9f666;
  width: 14px;
  font-size: .55rem;
}

.pg-rows .r .bar {
  background: linear-gradient(90deg,var(--gold),var(--gold-light));
  border-radius: 2px;
  height: 9px;
}

.pg-rows .r .val {
  font-family: var(--mono);
  color: #faf9f68c;
  font-size: .56rem;
}

.pg-foot {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.pg-note {
  font-family: var(--mono);
  letter-spacing: .03em;
  color: #faf9f661;
  font-size: .62rem;
}

.pg-cta {
  font-family: var(--mono);
  letter-spacing: .06em;
  background: var(--gold);
  color: var(--ink);
  border-radius: 2px;
  padding: .6rem 1.4rem;
  font-size: .72rem;
  transition: background .2s, color .2s;
}

.pg-cta:hover {
  background: var(--gold-light);
}

@media (width <= 820px) {
  .pg-kpis {
    grid-template-columns: repeat(3, 1fr);
  }

  .pg-kpis .pg-kpi:nth-child(4), .pg-kpis .pg-kpi:nth-child(5) {
    display: none;
  }

  .pg-body, .pg-thumbs {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=lucernainsights-web.9d3a3786.css.map */
