.lxk-dypclt-shell {
    --lx-shell-max: 1280px;
    --lx-radius: 24px;
    --lx-gap: 18px;
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    max-width: var(--lx-shell-max);
    margin: 0 auto;
    padding: 24px 14px;
    color: #fff;
    box-sizing: border-box;
}
.lxk-dypclt-shell * { box-sizing: border-box; }
.lxk-dypclt-hero {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    margin: 0 0 28px;
    padding: 44px 36px;
    border-radius: 0 0 34px 34px;
    background: radial-gradient(circle at 70% 16%, rgba(35, 74, 150, .20), transparent 42%), linear-gradient(180deg, rgba(8, 13, 23, .96), rgba(4, 8, 15, .98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 22px 60px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.05);
}
.lxk-dypclt-hero h2 {
    max-width: 680px;
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(44px, 7vw, 78px);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 600;
    color: #fff;
}
.lxk-dypclt-hero p:not(.lxk-dypclt-kicker) {
    max-width: 720px;
    margin: 26px 0 0;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,.72);
}
.lxk-dypclt-kicker {
    margin: 0 0 12px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.58);
}
.lxk-dypclt-panel {
    display: grid;
    gap: 18px;
}
.lxk-dypclt-control {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: var(--lx-radius);
    background: linear-gradient(180deg, rgba(12,18,34,.82), rgba(5,9,18,.96));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 40px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.05);
}
.lxk-dypclt-control label {
    flex: 1 0 100%;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.62);
}
.lxk-dypclt-date {
    width: 100%;
    min-height: 54px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 18px;
    text-align: center;
    color-scheme: dark;
}
.lxk-dypclt-button {
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd45d, #f7b91e);
    color: #15110a;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(247,185,30,.22);
}
.lxk-dypclt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--lx-gap);
}
.lxk-dypclt-card {
    --accent: 86,156,255;
    position: relative;
    overflow: hidden;
    min-height: 178px;
    padding: 22px 24px 20px;
    border-radius: var(--lx-radius);
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 8px;
    background: linear-gradient(180deg, rgba(12,18,34,.78), rgba(5,9,18,.96));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
    isolation: isolate;
}
.lxk-dypclt-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 12%, rgba(var(--accent), .20), rgba(var(--accent), 0) 43%), linear-gradient(135deg, rgba(255,72,72,.08), transparent 42%);
    pointer-events: none;
    z-index: 0;
}
.lxk-dypclt-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(var(--accent), .98), rgba(255,112,112,.72));
    z-index: 1;
}
.lxk-dypclt-card > * { position: relative; z-index: 2; }
.lxk-dypclt-card h3 {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #fff;
}
.lxk-dypclt-value {
    margin: 14px 0 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -.035em;
    color: #fff;
}
.lxk-dypclt-card p:not(.lxk-dypclt-kicker) {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,.70);
}
.lxk-dypclt-domain {
    margin-top: 8px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    color: rgba(255,255,255,.52);
}
.accent-blue { --accent: 86,156,255; }
.accent-violet { --accent: 148,118,255; }
.accent-gold { --accent: 255,206,80; }
.accent-orange { --accent: 255,142,78; }
.accent-cyan { --accent: 54,214,226; }
.accent-ruby { --accent: 255,92,115; }
.accent-green { --accent: 111,220,143; }

@media (max-width: 820px) {
    .lxk-dypclt-hero { min-height: 260px; padding: 34px 26px; }
    .lxk-dypclt-grid { grid-template-columns: 1fr; }
    .lxk-dypclt-date { width: 100%; min-width: 0; }
}

.lxk-dypclt-control-hint {
    margin: -4px 0 2px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,.70);
}
.lxk-dypclt-card h3:has(+ .lxk-dypclt-value) {
    overflow-wrap: anywhere;
}


/* Mirror mode: dates before the 2023-04-01 UTC reference receive a glass-water layer. */
.lxk-dypclt-is-mirror .lxk-dypclt-panel {
    position: relative;
}
.lxk-dypclt-is-mirror .lxk-dypclt-control,
.lxk-dypclt-is-mirror .lxk-dypclt-card {
    background:
        radial-gradient(ellipse at 18% 12%, rgba(255,255,255,.20), rgba(255,255,255,.05) 18%, transparent 38%),
        radial-gradient(ellipse at 82% 26%, rgba(120,190,255,.18), rgba(120,190,255,.04) 26%, transparent 48%),
        radial-gradient(ellipse at 54% 88%, rgba(255,255,255,.12), rgba(255,255,255,.03) 18%, transparent 42%),
        linear-gradient(180deg, rgba(19,26,42,.58), rgba(5,9,18,.82));
    border-color: rgba(255,255,255,.20);
    box-shadow:
        0 20px 56px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.22),
        inset 0 -1px 0 rgba(255,255,255,.06);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
}
.lxk-dypclt-is-mirror .lxk-dypclt-control::before,
.lxk-dypclt-is-mirror .lxk-dypclt-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        radial-gradient(ellipse at 24% 22%, rgba(255,255,255,.28), rgba(255,255,255,.08) 13%, transparent 28%),
        radial-gradient(ellipse at 68% 34%, rgba(255,255,255,.14), transparent 26%),
        radial-gradient(ellipse at 42% 72%, rgba(155,205,255,.16), transparent 32%);
    opacity: .84;
    pointer-events: none;
    z-index: 0;
}
.lxk-dypclt-is-mirror .lxk-dypclt-control::after,
.lxk-dypclt-is-mirror .lxk-dypclt-card::after {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(210,235,255,.95), rgba(255,255,255,.62));
}
.lxk-dypclt-is-mirror .lxk-dypclt-card > *,
.lxk-dypclt-is-mirror .lxk-dypclt-control > * {
    position: relative;
    z-index: 2;
}
.lxk-dypclt-is-mirror .lxk-dypclt-date {
    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
    border-color: rgba(255,255,255,.30);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 0 0 1px rgba(180,220,255,.10),
        0 0 28px rgba(150,195,255,.14);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    backdrop-filter: blur(12px) saturate(150%);
}
.lxk-dypclt-is-mirror .lxk-dypclt-value,
.lxk-dypclt-is-mirror .lxk-dypclt-card h3 {
    text-shadow: 0 1px 16px rgba(220,240,255,.15);
}

/* LXCalendarium placement layer: designed for insertion directly after the main hero. */
.lxk-dypclt-shell.lxk-dypclt-after-hero {
    --lx-shell-max: 1280px;
    width: 100%;
    max-width: var(--lx-shell-max);
    margin: 58px auto 0;
    padding: 0 14px;
    scroll-margin-top: 110px;
}
.lxk-dypclt-after-hero .lxk-dypclt-panel {
    gap: 22px;
}
.lxk-dypclt-after-hero .lxk-dypclt-control {
    padding: 28px 28px 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 16% 18%, rgba(87,126,255,.08) 0%, rgba(87,126,255,0) 34%),
        radial-gradient(circle at 82% 16%, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 28%),
        linear-gradient(180deg, rgba(10,14,26,.90) 0%, rgba(5,8,16,.96) 100%);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 24px 64px rgba(0,0,0,.30),
        inset 0 1px 0 rgba(255,255,255,.04);
}
.lxk-dypclt-after-hero .lxk-dypclt-control label,
.lxk-dypclt-after-hero .lxk-dypclt-kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    color: rgba(255,255,255,.56);
}
.lxk-dypclt-after-hero .lxk-dypclt-control-hint {
    max-width: 78ch;
    margin: 0 0 4px;
    font-size: 14.4px;
    line-height: 1.68;
    color: rgba(255,255,255,.70);
}
.lxk-dypclt-after-hero .lxk-dypclt-date {
    min-height: 62px;
    border-radius: 22px;
    font-family: inherit;
    font-size: 20px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.lxk-dypclt-after-hero .lxk-dypclt-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.lxk-dypclt-after-hero .lxk-dypclt-card {
    min-height: 196px;
    padding: 24px 24px 22px;
    border-radius: 24px;
}
.lxk-dypclt-after-hero .lxk-dypclt-card h3 {
    font-size: 25px;
}
.lxk-dypclt-after-hero .lxk-dypclt-value {
    font-size: clamp(25px, 2.4vw, 34px);
}

@media (max-width: 1080px) {
    .lxk-dypclt-shell.lxk-dypclt-after-hero {
        margin-top: 50px;
        padding: 0 12px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(3) {
        grid-column: 1 / -1;
    }
}
@media (max-width: 720px) {
    .lxk-dypclt-shell.lxk-dypclt-after-hero {
        margin-top: 36px;
        padding: 0 10px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-control {
        padding: 22px 18px 18px;
        border-radius: 24px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-grid {
        grid-template-columns: 1fr;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(3) {
        grid-column: auto;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card {
        min-height: 172px;
        padding: 22px 20px 20px;
        border-radius: 22px;
    }
}

/* v1.9.1 — keep the DYPCLT notation on one visual line whenever the card grid is displayed. */
.lxk-dypclt-after-hero .lxk-dypclt-card,
.lxk-dypclt-after-hero .lxk-dypclt-card * {
    min-width: 0;
}
.lxk-dypclt-after-hero .lxk-dypclt-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1.22fr) minmax(0, 1fr);
}
.lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(20px, 1.55vw, 30px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) h3 {
    white-space: nowrap;
}
@media (max-width: 1180px) {
    .lxk-dypclt-after-hero .lxk-dypclt-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 1.2fr) minmax(0, 1fr);
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: clamp(19px, 2.2vw, 27px);
    }
}
@media (max-width: 1080px) {
    .lxk-dypclt-after-hero .lxk-dypclt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: clamp(20px, 3vw, 30px);
    }
}
@media (max-width: 720px) {
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: clamp(17px, 5.2vw, 24px);
        letter-spacing: -.055em;
    }
}
@media (max-width: 390px) {
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: 16px;
    }
}


/* v1.9.2 — Calculator identity layer.
   Normal readings use one unified Calendarium-blue treatment.
   Mirror readings keep the liquid-glass / water-drop treatment.
   Main values use dashboard-scale typography to avoid competing with the page dashboard. */
.lxk-dypclt-after-hero .lxk-dypclt-card {
    --accent: 86,156,255;
    min-height: 158px;
    padding: 18px 20px 17px;
    background:
        radial-gradient(circle at 84% 16%, rgba(86,156,255,.18) 0%, rgba(86,156,255,0) 44%),
        radial-gradient(circle at 18% 88%, rgba(53,89,155,.10) 0%, rgba(53,89,155,0) 36%),
        linear-gradient(180deg, rgba(10,18,34,.74) 0%, rgba(5,9,18,.94) 100%);
    border-color: rgba(120,170,255,.13);
    box-shadow:
        0 16px 36px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.045);
}
.lxk-dypclt-after-hero .lxk-dypclt-card::before {
    background:
        radial-gradient(circle at 88% 12%, rgba(86,156,255,.20), rgba(86,156,255,0) 42%),
        linear-gradient(135deg, rgba(86,156,255,.055), transparent 44%);
}
.lxk-dypclt-after-hero .lxk-dypclt-card::after {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(86,156,255,.92), rgba(255,255,255,.18));
}
.lxk-dypclt-after-hero .lxk-dypclt-card h3 {
    font-size: 20px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.018em;
}
.lxk-dypclt-after-hero .lxk-dypclt-value {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -.028em;
}
.lxk-dypclt-after-hero .lxk-dypclt-card p:not(.lxk-dypclt-kicker) {
    font-size: 11.6px;
    line-height: 1.45;
    color: rgba(255,255,255,.62);
}
.lxk-dypclt-after-hero .lxk-dypclt-kicker {
    font-size: 9px;
    letter-spacing: .17em;
}
.lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
    font-size: clamp(18px, 1.12vw, 22px);
    line-height: 1.08;
    letter-spacing: -.032em;
    white-space: nowrap;
}
.lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) h3 {
    white-space: nowrap;
}

/* Mirror state overrides: a distinct silver-blue liquid-glass treatment. */
.lxk-dypclt-is-mirror.lxk-dypclt-after-hero .lxk-dypclt-card {
    background:
        radial-gradient(ellipse at 16% 12%, rgba(255,255,255,.24), rgba(255,255,255,.06) 16%, transparent 38%),
        radial-gradient(ellipse at 82% 24%, rgba(135,200,255,.20), rgba(135,200,255,.045) 26%, transparent 52%),
        radial-gradient(ellipse at 54% 94%, rgba(255,255,255,.12), rgba(255,255,255,.03) 18%, transparent 44%),
        linear-gradient(180deg, rgba(23,31,48,.58), rgba(5,9,18,.82));
    border-color: rgba(220,240,255,.21);
    box-shadow:
        0 20px 52px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.22),
        inset 0 -1px 0 rgba(255,255,255,.06);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
}
.lxk-dypclt-is-mirror.lxk-dypclt-after-hero .lxk-dypclt-card::after {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(215,238,255,.96), rgba(255,255,255,.62));
}

@media (max-width: 1180px) {
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: clamp(17px, 1.9vw, 21px);
    }
}
@media (max-width: 1080px) {
    .lxk-dypclt-after-hero .lxk-dypclt-card h3 {
        font-size: 19px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-value {
        font-size: 21px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: clamp(18px, 2.4vw, 22px);
    }
}
@media (max-width: 720px) {
    .lxk-dypclt-after-hero .lxk-dypclt-card {
        min-height: 146px;
        padding: 18px 18px 16px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card h3 {
        font-size: 18px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-value {
        font-size: 20px;
    }
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: clamp(16px, 4.5vw, 20px);
        letter-spacing: -.045em;
    }
}
@media (max-width: 390px) {
    .lxk-dypclt-after-hero .lxk-dypclt-card:nth-child(2) .lxk-dypclt-value {
        font-size: 15px;
    }
}


/* Mirror date calculator: explanatory utility below the three reading cards. */
.lxk-dypclt-mirror-calc {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
    gap: 18px;
    align-items: stretch;
    margin-top: 18px;
    padding: 22px;
    border-radius: var(--lx-radius);
    background:
        radial-gradient(circle at 82% 18%, rgba(86,156,255,.10), rgba(86,156,255,0) 38%),
        linear-gradient(180deg, rgba(12,18,34,.76), rgba(5,9,18,.96));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 40px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
}
.lxk-dypclt-mirror-calc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(86,156,255,.84), rgba(255,255,255,.22));
}
.lxk-dypclt-mirror-copy,
.lxk-dypclt-mirror-result { position: relative; z-index: 2; }
.lxk-dypclt-mirror-copy h3 {
    margin: 0 0 10px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #fff;
}
.lxk-dypclt-mirror-copy p:not(.lxk-dypclt-kicker):not(.lxk-dypclt-formula) {
    margin: 0;
    max-width: 68ch;
    font-size: 13px;
    line-height: 1.62;
    color: rgba(255,255,255,.70);
}
.lxk-dypclt-formula {
    display: inline-flex;
    margin: 14px 0 0;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
}
.lxk-dypclt-mirror-result { display: grid; gap: 12px; }
.lxk-dypclt-mirror-result > div {
    display: grid;
    gap: 6px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
}
.lxk-dypclt-mirror-result span {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.50);
}
.lxk-dypclt-mirror-result strong {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
}
.lxk-dypclt-is-mirror .lxk-dypclt-mirror-calc {
    background:
        radial-gradient(ellipse at 18% 12%, rgba(255,255,255,.20), rgba(255,255,255,.05) 18%, transparent 38%),
        radial-gradient(ellipse at 82% 26%, rgba(120,190,255,.18), rgba(120,190,255,.04) 26%, transparent 48%),
        linear-gradient(180deg, rgba(19,26,42,.58), rgba(5,9,18,.82));
    border-color: rgba(255,255,255,.20);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
}
.lxk-dypclt-is-mirror .lxk-dypclt-mirror-calc::after {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(210,235,255,.95), rgba(255,255,255,.62));
}
@media (max-width: 860px) {
    .lxk-dypclt-mirror-calc { grid-template-columns: 1fr; padding: 18px; }
}


/* v1.11.0 — Temporal Symmetry DYPCLT / −DYPCLT */
.lxk-dypclt-mirror-calc {
    grid-template-columns: 1fr;
}
.lxk-dypclt-mirror-copy {
    max-width: 860px;
}
.lxk-dypclt-symmetry {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, .54fr) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}
.lxk-dypclt-sym-card,
.lxk-dypclt-sym-center {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 7px;
    min-height: 138px;
    padding: 17px 18px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(180deg, rgba(13,26,52,.72), rgba(6,12,25,.94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 34px rgba(0,0,0,.22);
}
.lxk-dypclt-sym-opposite {
    background:
        radial-gradient(ellipse at 18% 10%, rgba(255,255,255,.22), rgba(255,255,255,.055) 22%, transparent 46%),
        radial-gradient(ellipse at 84% 22%, rgba(150,210,255,.22), rgba(150,210,255,.05) 28%, transparent 50%),
        linear-gradient(180deg, rgba(22,31,48,.62), rgba(6,11,22,.84));
    border-color: rgba(255,255,255,.22);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
}
.lxk-dypclt-sym-center {
    text-align: center;
    align-content: center;
    background: rgba(255,255,255,.045);
}
.lxk-dypclt-sym-card span,
.lxk-dypclt-sym-center span {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
}
.lxk-dypclt-sym-card strong,
.lxk-dypclt-sym-center strong {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.12;
    font-weight: 500;
    color: #fff;
}
.lxk-dypclt-sym-card em {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(12px, 1.05vw, 15px);
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(255,255,255,.86);
}
.lxk-dypclt-sym-card small,
.lxk-dypclt-sym-center small {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    color: rgba(255,255,255,.68);
}
@media (max-width: 980px) {
    .lxk-dypclt-symmetry {
        grid-template-columns: 1fr;
    }
    .lxk-dypclt-sym-center {
        min-height: auto;
    }
}
@media (max-width: 560px) {
    .lxk-dypclt-sym-card em {
        font-size: 11px;
        white-space: normal;
    }
}


/* v1.11.1 — distinct Mirror Symmetry color layer */
.lxk-dypclt-mirror-calc {
    background:
        radial-gradient(circle at 18% 12%, rgba(60, 255, 214, .12), rgba(60, 255, 214, 0) 34%),
        radial-gradient(circle at 88% 18%, rgba(118, 96, 255, .16), rgba(118, 96, 255, 0) 42%),
        linear-gradient(180deg, rgba(8, 24, 32, .86), rgba(5, 10, 22, .97));
    border-color: rgba(90, 255, 224, .16);
}
.lxk-dypclt-mirror-calc::after {
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0),
        rgba(72,255,224,.88),
        rgba(132,112,255,.72),
        rgba(255,255,255,.18)
    );
}
.lxk-dypclt-mirror-copy h3 {
    color: rgba(236, 255, 251, .98);
}
.lxk-dypclt-mirror-copy p:not(.lxk-dypclt-kicker):not(.lxk-dypclt-formula) {
    color: rgba(222, 246, 243, .72);
}
.lxk-dypclt-mirror-calc .lxk-dypclt-kicker {
    color: rgba(116, 255, 229, .72);
}
.lxk-dypclt-sym-selected {
    background:
        radial-gradient(circle at 82% 12%, rgba(58, 255, 220, .14), rgba(58, 255, 220, 0) 44%),
        linear-gradient(180deg, rgba(8, 30, 42, .78), rgba(4, 13, 25, .96));
    border-color: rgba(96, 255, 230, .14);
}
.lxk-dypclt-sym-center {
    background:
        radial-gradient(circle at 50% 0%, rgba(122, 104, 255, .14), rgba(122, 104, 255, 0) 48%),
        rgba(255,255,255,.04);
    border-color: rgba(122, 104, 255, .16);
}
.lxk-dypclt-sym-opposite {
    background:
        radial-gradient(ellipse at 18% 10%, rgba(255,255,255,.24), rgba(255,255,255,.07) 22%, transparent 46%),
        radial-gradient(ellipse at 84% 22%, rgba(150,230,255,.24), rgba(150,230,255,.06) 28%, transparent 50%),
        linear-gradient(180deg, rgba(20,36,46,.62), rgba(6,12,22,.86));
    border-color: rgba(210,245,255,.28);
    -webkit-backdrop-filter: blur(20px) saturate(155%);
    backdrop-filter: blur(20px) saturate(155%);
}


/* v1.11.2 — responsive DYPCLT containment only */
.lxk-dypclt-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lxk-dypclt-card,
.lxk-dypclt-sym-card,
.lxk-dypclt-sym-center {
    min-width: 0;
}
.lxk-dypclt-card h3,
.lxk-dypclt-card .lxk-dypclt-value,
.lxk-dypclt-sym-card strong,
.lxk-dypclt-sym-card em,
.lxk-dypclt-sym-card small {
    overflow-wrap: anywhere;
    word-break: normal;
}
.lxk-dypclt-card .lxk-dypclt-value {
    font-size: clamp(16px, 1.55vw, 22px);
    line-height: 1.18;
}
.lxk-dypclt-card.accent-blue .lxk-dypclt-value {
    font-size: clamp(13px, 1.35vw, 19px);
    white-space: normal;
    overflow-wrap: anywhere;
    letter-spacing: -.02em;
}
.lxk-dypclt-sym-card em {
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: clamp(11px, 1.05vw, 14px);
}
@media (max-width: 980px) {
    .lxk-dypclt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lxk-dypclt-card.accent-blue .lxk-dypclt-value {
        font-size: clamp(12px, 2.2vw, 17px);
    }
}
@media (max-width: 640px) {
    .lxk-dypclt-shell {
        padding-left: 10px;
        padding-right: 10px;
    }
    .lxk-dypclt-grid {
        grid-template-columns: 1fr;
    }
    .lxk-dypclt-card {
        min-height: 150px;
        padding: 18px 18px 16px;
    }
    .lxk-dypclt-card .lxk-dypclt-value,
    .lxk-dypclt-card.accent-blue .lxk-dypclt-value {
        font-size: clamp(15px, 4.15vw, 18px);
        line-height: 1.24;
        white-space: normal;
    }
    .lxk-dypclt-card h3 {
        font-size: clamp(19px, 5.2vw, 24px);
    }
    .lxk-dypclt-control-hint {
        font-size: 13px;
        line-height: 1.55;
    }
    .lxk-dypclt-date {
        font-size: 18px;
    }
}
@media (max-width: 390px) {
    .lxk-dypclt-card .lxk-dypclt-value,
    .lxk-dypclt-card.accent-blue .lxk-dypclt-value {
        font-size: 14px;
        letter-spacing: -.035em;
    }
    .lxk-dypclt-card {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* v1.11.3 — hard mobile containment fix for DYPCLT card */
@media (max-width: 820px) {
    .lxk-dypclt-shell .lxk-dypclt-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    .lxk-dypclt-shell .lxk-dypclt-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .lxk-dypclt-shell .lxk-dypclt-card.accent-blue .lxk-dypclt-value,
    .lxk-dypclt-shell .lxk-dypclt-card .lxk-dypclt-value {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }
    .lxk-dypclt-shell .lxk-dypclt-card.accent-blue .lxk-dypclt-value {
        font-size: clamp(13px, 3.65vw, 17px) !important;
        line-height: 1.32 !important;
        letter-spacing: -0.035em !important;
    }
}
@media (max-width: 430px) {
    .lxk-dypclt-shell .lxk-dypclt-card.accent-blue .lxk-dypclt-value {
        font-size: 13px !important;
        line-height: 1.34 !important;
    }
}
