:root {
    color-scheme: dark;
    --bg: #050506;
    --panel: #11100d;
    --panel-2: #171818;
    --line: rgba(245, 211, 106, 0.24);
    --line-strong: rgba(245, 211, 106, 0.48);
    --gold: #f6c74a;
    --gold-soft: #ffe6a0;
    --red: #dc2f27;
    --cyan: #44d7d0;
    --green: #7ce38b;
    --text: #fff7dd;
    --muted: #b9b19b;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.is-premium-account [data-sales-only] {
    display: none !important;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -3;
    content: "";
    background:
        radial-gradient(circle at 15% 20%, rgba(246, 199, 74, 0.16) 0 1px, transparent 2px),
        radial-gradient(circle at 78% 24%, rgba(68, 215, 208, 0.16) 0 1px, transparent 2px),
        radial-gradient(circle at 34% 74%, rgba(255, 247, 221, 0.12) 0 1px, transparent 2px),
        linear-gradient(180deg, #050506 0%, #0b0a08 48%, #060606 100%);
    background-size: 190px 190px, 260px 260px, 310px 310px, auto;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 20;
    transform: translateY(-150%);
    border: 1px solid var(--gold);
    border-radius: 6px;
    padding: 10px 14px;
    background: #080806;
    color: var(--gold-soft);
    text-decoration: none;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 32px;
    background: rgba(5, 5, 6, 0.72);
    border-bottom: 1px solid rgba(246, 199, 74, 0.18);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}

.brand img {
    width: 38px;
    height: 38px;
}

.brand span {
    display: grid;
    gap: 2px;
}

.brand strong {
    color: var(--gold-soft);
    font-size: 0.95rem;
}

.brand small {
    color: var(--muted);
    font-size: 0.78rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-actions a,
.header-actions button {
    border: 1px solid rgba(255, 247, 221, 0.18);
    border-radius: 6px;
    padding: 10px 13px;
    background: rgba(255, 247, 221, 0.04);
    color: var(--text);
    text-decoration: none;
    cursor: pointer;
}

.header-actions button {
    border-color: rgba(246, 199, 74, 0.54);
    background: #f6c74a;
    color: #140f02;
    font-weight: 800;
}

.header-actions .site-sound-toggle {
    min-width: 74px;
    border-color: rgba(68, 215, 208, 0.34);
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.13), rgba(246, 199, 74, 0.055)),
        rgba(5, 5, 6, 0.44);
    color: #d9fcff;
    font-size: 0.76rem;
    font-weight: 950;
    box-shadow:
        inset 0 0 18px rgba(68, 215, 208, 0.08),
        0 0 18px rgba(68, 215, 208, 0.08);
}

.header-actions .site-sound-toggle.is-on {
    border-color: rgba(124, 227, 139, 0.48);
    background:
        linear-gradient(135deg, rgba(124, 227, 139, 0.14), rgba(68, 215, 208, 0.08)),
        rgba(5, 5, 6, 0.42);
    color: #d8ffdc;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 1px solid rgba(255, 247, 221, 0.18);
    border-radius: 6px;
    padding: 3px;
    background: rgba(255, 247, 221, 0.045);
}

.header-actions .language-switch button {
    min-width: 34px;
    border-color: transparent;
    padding: 7px 8px;
    background: transparent;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 950;
}

.header-actions .language-switch button.is-active {
    border-color: rgba(246, 199, 74, 0.58);
    background: rgba(246, 199, 74, 0.92);
    color: #120e03;
    box-shadow: 0 0 16px rgba(246, 199, 74, 0.18);
}

.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: 128px 32px 64px;
}

.space-field {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(246, 199, 74, 0.10) 1px, transparent 1px),
        linear-gradient(0deg, rgba(246, 199, 74, 0.08) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 76%, transparent 100%);
}

.hero::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: -1;
    height: 26vh;
    content: "";
    background:
        linear-gradient(180deg, transparent 0%, rgba(5, 5, 6, 0.72) 42%, var(--bg) 100%),
        repeating-linear-gradient(90deg, rgba(246, 199, 74, 0.22) 0 1px, transparent 1px 80px);
    transform: perspective(520px) rotateX(62deg);
    transform-origin: bottom;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: 42px;
    min-width: 0;
    max-width: 1240px;
    min-height: calc(100svh - 210px);
    margin: 0 auto;
}

.hero-copy {
    width: 100%;
    max-width: 640px;
    min-width: 0;
}

.eyebrow,
.detail-kicker,
.access-kicker,
.transmission-label,
.premium-label {
    margin: 0;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero h1 {
    margin: 12px 0 20px;
    color: #fff8df;
    font-size: 4.8rem;
    line-height: 0.92;
}

.hero-lead {
    max-width: 560px;
    margin: 0;
    color: #ddd2b5;
    font-size: 1.18rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.launch-offer {
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    max-width: 560px;
    margin-top: 14px;
    border: 1px solid rgba(246, 199, 74, 0.26);
    border-radius: 999px;
    padding: 8px 12px;
    background:
        linear-gradient(135deg, rgba(246, 199, 74, 0.13), rgba(68, 215, 208, 0.08)),
        rgba(255, 247, 221, 0.035);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.launch-offer[hidden] {
    display: none;
}

.launch-offer strong {
    color: var(--gold-soft);
    font-size: 0.86rem;
    font-weight: 950;
    white-space: nowrap;
}

.launch-offer span {
    color: #e9dfbf;
    font-size: 0.82rem;
    line-height: 1.35;
}

.reward-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 0.48fr) minmax(0, 0.52fr);
    align-items: center;
    gap: 24px;
    max-width: 1240px;
    margin: -14px auto 34px;
    padding: 0 32px;
}

.reward-showcase[hidden] {
    display: none;
}

.reward-showcase__visual,
.reward-showcase__copy {
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 14%, rgba(246, 199, 74, 0.18), transparent 34%),
        radial-gradient(circle at 82% 58%, rgba(68, 215, 208, 0.18), transparent 36%),
        linear-gradient(145deg, rgba(12, 18, 34, 0.92), rgba(4, 12, 16, 0.9));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 247, 221, 0.06);
}

.reward-showcase__visual {
    min-height: 320px;
    padding: 28px;
}

.reward-showcase__visual::before,
.reward-showcase__copy::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(rgba(255, 247, 221, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 247, 221, 0.028) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(135deg, #000, transparent 80%);
}

.reward-certificate-mini {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    width: min(340px, 74%);
    min-height: 190px;
    border: 1px solid rgba(246, 199, 74, 0.4);
    border-radius: 8px;
    padding: 18px 18px 42px;
    background:
        linear-gradient(135deg, rgba(255, 247, 221, 0.12), rgba(68, 215, 208, 0.08)),
        rgba(2, 6, 12, 0.72);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.3),
        inset 0 0 0 1px rgba(255, 247, 221, 0.08);
    transform: rotate(-2.5deg);
}

.reward-certificate-mini::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 6px;
    pointer-events: none;
}

.reward-certificate-mini__brand {
    color: #d9fcff;
    font-size: 0.74rem;
    font-weight: 900;
}

.reward-certificate-mini strong {
    max-width: 12ch;
    color: var(--gold-soft);
    font-size: clamp(1.55rem, 4.2vw, 2.55rem);
    line-height: 0.92;
}

.reward-certificate-mini small {
    color: #ddd2b5;
    font-size: 0.78rem;
    font-weight: 800;
}

.reward-certificate-mini em {
    align-self: end;
    color: #fff8df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 3vw, 1.9rem);
    font-style: normal;
    font-weight: 800;
}

.reward-certificate-mini__seal {
    position: absolute;
    right: 16px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(246, 199, 74, 0.46);
    border-radius: 50%;
    color: #151006;
    background: var(--gold);
    font-size: 0.78rem;
    font-weight: 950;
    box-shadow: 0 0 26px rgba(246, 199, 74, 0.28);
}

.reward-crown-gem {
    position: absolute;
    right: 36px;
    top: 52px;
    display: grid;
    place-items: center;
    width: 150px;
    aspect-ratio: 1;
}

.reward-crown-gem__orbit,
.reward-crown-gem__crown,
.reward-crown-gem__core {
    position: absolute;
}

.reward-crown-gem__orbit {
    inset: 8px;
    border: 1px dashed rgba(68, 215, 208, 0.46);
    border-radius: 50%;
    animation: gemRingSpin 10s linear infinite;
}

.reward-crown-gem__crown {
    top: 24px;
    width: 76px;
    height: 30px;
    clip-path: polygon(0 100%, 10% 42%, 29% 76%, 50% 0, 71% 76%, 90% 42%, 100% 100%);
    background: linear-gradient(135deg, #fff8df, #f6c74a 48%, #44d7d0);
    filter: drop-shadow(0 0 14px rgba(246, 199, 74, 0.32));
}

.reward-crown-gem__core {
    width: 74px;
    height: 86px;
    border-radius: 40% 40% 52% 52%;
    clip-path: polygon(50% 0, 92% 26%, 82% 78%, 50% 100%, 18% 78%, 8% 26%);
    background:
        radial-gradient(circle at 42% 24%, rgba(255, 247, 221, 0.98), transparent 18%),
        linear-gradient(145deg, #fff8df, #f6c74a 36%, #44d7d0 78%, #15333c);
    box-shadow:
        0 0 34px rgba(68, 215, 208, 0.34),
        0 0 44px rgba(246, 199, 74, 0.24);
    animation: gemRevealCrystal 2.6s ease-in-out infinite;
}

.reward-gem-rail {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.reward-gem-rail span {
    height: 12px;
    border: 1px solid rgba(68, 215, 208, 0.28);
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(246, 199, 74, 0.9), rgba(68, 215, 208, 0.28) 42%, rgba(255, 247, 221, 0.04) 72%);
    box-shadow: 0 0 18px rgba(68, 215, 208, 0.16);
}

.reward-showcase__copy {
    display: grid;
    gap: 14px;
    padding: 28px;
}

.reward-showcase__copy h2 {
    max-width: 760px;
    margin: 0;
    color: #fff8df;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 0.98;
}

.reward-showcase__copy p:not(.eyebrow) {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.62;
}

.reward-showcase__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.reward-showcase__list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
    color: #d9fcff;
    font-weight: 800;
}

.reward-showcase__list li::before {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #151006;
    background: var(--gold);
    content: "✓";
    font-size: 0.72rem;
    font-weight: 950;
}

.reward-showcase__copy .secondary-action {
    justify-self: start;
    margin-top: 4px;
}

.primary-action,
.secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 6px;
    padding: 13px 18px;
    text-decoration: none;
    cursor: pointer;
}

.primary-action {
    border: 1px solid rgba(246, 199, 74, 0.82);
    background: var(--gold);
    color: #151006;
    font-weight: 900;
    box-shadow: 0 16px 42px rgba(246, 199, 74, 0.18);
}

.secondary-action {
    border: 1px solid rgba(255, 247, 221, 0.22);
    background: rgba(255, 247, 221, 0.04);
    color: var(--text);
}

.mission-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 520px;
    margin: 36px 0 0;
}

.mission-stats div {
    border: 1px solid rgba(246, 199, 74, 0.2);
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 247, 221, 0.035);
}

.mission-stats dt {
    color: var(--gold-soft);
    font-size: 2rem;
    font-weight: 900;
}

.mission-stats dd {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.cockpit {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 580px;
}

.cockpit-screen {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 247, 221, 0.04), rgba(255, 247, 221, 0.01)),
        linear-gradient(145deg, rgba(10, 10, 8, 0.78), rgba(20, 12, 8, 0.6));
    box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 247, 221, 0.06);
}

.cockpit-screen::before {
    position: absolute;
    inset: 10% 11%;
    content: "";
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 50%;
}

.cockpit-screen::after {
    position: absolute;
    inset: 18% 22%;
    content: "";
    border: 1px dashed rgba(246, 199, 74, 0.32);
    border-radius: 50%;
}

.horizon-line {
    position: absolute;
    right: 8%;
    bottom: 24%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.48), transparent);
}

.mission-orbit {
    position: absolute;
    inset: 0;
}

.orbit-avatar {
    position: absolute;
    display: grid;
    place-items: center;
    width: 126px;
    height: 146px;
    border: 0;
    background: transparent;
    color: var(--gold-soft);
    cursor: pointer;
}

.orbit-avatar img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border: 1px solid rgba(246, 199, 74, 0.52);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.44), 0 0 0 8px rgba(246, 199, 74, 0.08);
}

.orbit-avatar span {
    margin-top: 8px;
    border: 1px solid rgba(246, 199, 74, 0.22);
    border-radius: 999px;
    padding: 4px 9px;
    background: rgba(5, 5, 6, 0.76);
    font-size: 0.76rem;
    font-weight: 800;
}

.orbit-avatar--1 {
    top: 10%;
    left: 8%;
}

.orbit-avatar--2 {
    top: 4%;
    right: 18%;
}

.orbit-avatar--3 {
    top: 42%;
    left: 3%;
}

.orbit-avatar--4 {
    right: 6%;
    bottom: 30%;
}

.orbit-avatar--5 {
    bottom: 5%;
    left: 26%;
}

.orbit-avatar--6 {
    right: 26%;
    bottom: 4%;
}

.central-core {
    position: absolute;
    top: 45%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(246, 199, 74, 0.64);
    border-radius: 50%;
    background: rgba(5, 5, 6, 0.82);
    box-shadow: 0 0 36px rgba(246, 199, 74, 0.14);
    transform: translate(-50%, -50%);
}

.central-core span {
    color: var(--gold);
    font-size: 3rem;
    font-weight: 950;
}

.central-core strong {
    color: var(--muted);
    font-size: 0.8rem;
}

.cockpit-console {
    position: absolute;
    right: 8%;
    bottom: -26px;
    left: 8%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cockpit-console span {
    display: block;
    height: 24px;
    border: 1px solid rgba(246, 199, 74, 0.26);
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(220, 47, 39, 0.34), rgba(246, 199, 74, 0.16));
}

.value-section {
    position: relative;
    max-width: 1240px;
    margin: -18px auto 28px;
    padding: 0 32px;
}

.value-section__head {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
    align-items: end;
    gap: 18px;
}

.value-section__head h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: #fff8df;
    line-height: 1.02;
}

.value-section__head p:last-child {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.62;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.value-card,
.value-prize {
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(217, 252, 255, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(68, 215, 208, 0.15), transparent 34%),
        linear-gradient(145deg, rgba(11, 15, 28, 0.92), rgba(4, 13, 17, 0.9));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 247, 221, 0.06);
}

.value-card {
    display: grid;
    gap: 8px;
    min-height: 178px;
    padding: 18px;
}

.value-card::before,
.value-prize::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(rgba(255, 247, 221, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 247, 221, 0.03) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(135deg, #000, transparent 80%);
}

.value-card--free {
    border-color: rgba(246, 199, 74, 0.32);
}

.value-card__icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(246, 199, 74, 0.34);
    border-radius: 8px;
    color: #f6c74a;
    background: rgba(246, 199, 74, 0.08);
    font-size: 0.82rem;
    font-weight: 950;
}

.value-card strong,
.value-prize strong {
    color: #fff8df;
    font-size: 1.02rem;
    line-height: 1.2;
}

.value-card p,
.value-prize p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.value-prize {
    display: grid;
    grid-template-columns: minmax(160px, 0.24fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: 14px;
    padding: 18px;
    border-color: rgba(246, 199, 74, 0.28);
}

.commerce-faq {
    position: relative;
    max-width: 1240px;
    margin: 0 auto 28px;
    padding: 0 32px;
}

.commerce-faq__head {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.46fr);
    align-items: end;
    gap: 18px;
}

.commerce-faq__head h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: #fff8df;
    line-height: 1.02;
}

.commerce-faq__head p:last-child {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.62;
}

.commerce-trust-strip,
.vc-checkout-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.commerce-trust-strip {
    margin-top: 18px;
    border: 1px solid rgba(68, 215, 208, 0.2);
    border-radius: 8px;
    padding: 12px;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.11), rgba(246, 199, 74, 0.06)),
        rgba(255, 247, 221, 0.035);
}

.commerce-trust-strip span,
.vc-checkout-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 999px;
    padding: 7px 10px;
    color: #d9fcff;
    background: rgba(2, 9, 15, 0.48);
    font-size: 0.78rem;
    font-weight: 900;
}

.commerce-trust-strip span::before,
.vc-checkout-trust span::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(246, 199, 74, 0.42);
    content: "";
}

.commerce-faq__grid,
.vc-paywall-faq {
    display: grid;
    gap: 10px;
}

.commerce-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.commerce-faq details,
.vc-paywall-faq details {
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgba(68, 215, 208, 0.1), transparent 34%),
        rgba(255, 247, 221, 0.035);
    overflow: hidden;
}

.commerce-faq summary,
.vc-paywall-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 15px;
    color: #fff8df;
    cursor: pointer;
    font-weight: 950;
    list-style: none;
}

.commerce-faq summary::-webkit-details-marker,
.vc-paywall-faq summary::-webkit-details-marker {
    display: none;
}

.commerce-faq summary::after,
.vc-paywall-faq summary::after {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(246, 199, 74, 0.24);
    border-radius: 50%;
    color: var(--gold);
    content: "+";
    display: grid;
    place-items: center;
    font-weight: 950;
}

.commerce-faq details[open] summary::after,
.vc-paywall-faq details[open] summary::after {
    content: "−";
}

.commerce-faq details p,
.vc-paywall-faq details p {
    margin: 0;
    border-top: 1px solid rgba(255, 247, 221, 0.08);
    padding: 0 15px 15px;
    color: #ddd2b5;
    line-height: 1.58;
}

.price-alert-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    gap: 16px;
    align-items: end;
    margin-top: 14px;
    border: 1px solid rgba(246, 199, 74, 0.28);
    border-radius: 8px;
    padding: 18px;
    background:
        radial-gradient(circle at 14% 20%, rgba(246, 199, 74, 0.17), transparent 34%),
        linear-gradient(135deg, rgba(15, 21, 35, 0.92), rgba(3, 17, 20, 0.88));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.price-alert-card[hidden] {
    display: none;
}

.price-alert-card__copy {
    display: grid;
    gap: 6px;
}

.price-alert-card h3 {
    margin: 0;
    color: #fff8df;
    font-size: clamp(1.25rem, 2.4vw, 1.8rem);
    line-height: 1.08;
}

.price-alert-card p {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.55;
}

.price-alert-form {
    display: grid;
    gap: 10px;
}

.price-alert-form label {
    display: grid;
    gap: 6px;
    color: #fff8df;
    font-size: 0.82rem;
    font-weight: 900;
}

.price-alert-form input {
    width: 100%;
    border: 1px solid rgba(255, 247, 221, 0.16);
    border-radius: 8px;
    padding: 12px 13px;
    color: #fff;
    background: rgba(3, 7, 14, 0.76);
    font: inherit;
}

.price-alert-form input:focus {
    border-color: rgba(246, 199, 74, 0.58);
    outline: none;
    box-shadow: 0 0 0 3px rgba(246, 199, 74, 0.12);
}

.price-alert-message {
    grid-column: 1 / -1;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(68, 215, 208, 0.08);
}

.price-alert-message.is-error {
    border-color: rgba(255, 107, 107, 0.32);
    color: #ffd7d7;
    background: rgba(220, 47, 39, 0.11);
}

.price-alert-message.is-success {
    color: #d9fcff;
}

.value-prize__visual {
    position: relative;
    min-height: 138px;
}

.value-prize__gem {
    position: absolute;
    top: 32px;
    left: 38px;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
    border: 1px solid rgba(246, 199, 74, 0.82);
    border-radius: 14px;
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.9), transparent 15%),
        linear-gradient(135deg, #f6c74a, #44d7d0 48%, #163d4a);
    box-shadow: 0 0 34px rgba(246, 199, 74, 0.24), 0 0 54px rgba(68, 215, 208, 0.16);
}

.value-prize__orbit {
    position: absolute;
    top: 24px;
    left: 18px;
    width: 112px;
    height: 86px;
    transform: rotate(-16deg);
    border: 1px solid rgba(68, 215, 208, 0.42);
    border-radius: 50%;
}

.value-prize__certificate {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: grid;
    place-items: center;
    width: 86px;
    min-height: 62px;
    border: 1px solid rgba(255, 247, 221, 0.22);
    border-radius: 8px;
    color: #fff8df;
    background: rgba(2, 5, 14, 0.78);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1.12;
    text-align: center;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.mobile-buy-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 1px solid rgba(246, 199, 74, 0.68);
    border-radius: 8px;
    color: #080704;
    background:
        linear-gradient(135deg, #f6c74a, #ffe48b 52%, #44d7d0);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42), 0 0 34px rgba(246, 199, 74, 0.22);
    font: 950 0.98rem/1.1 Inter, system-ui, sans-serif;
    text-align: center;
}

.mobile-buy-cta[hidden] {
    display: none !important;
}

.access-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto 34px;
    border: 1px solid rgba(124, 227, 139, 0.22);
    border-radius: 8px;
    padding: 20px 24px;
    background: rgba(124, 227, 139, 0.05);
}

.access-band strong {
    display: block;
    margin-top: 4px;
    color: #f4ffe7;
}

.access-band p {
    max-width: 420px;
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.mission-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 54px 32px 82px;
}

.section-title {
    margin-bottom: 24px;
}

.section-title h2 {
    margin: 8px 0 0;
    font-size: 2.7rem;
}

.gem-chamber {
    position: relative;
    isolation: isolate;
    margin: 0 0 18px;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: clamp(12px, 2vw, 18px);
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(68, 215, 208, 0.16), transparent 30%),
        linear-gradient(115deg, rgba(6, 9, 14, 0.94), rgba(16, 11, 28, 0.9) 55%, rgba(8, 12, 16, 0.94)),
        rgba(8, 10, 13, 0.92);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 247, 221, 0.08);
}

.gem-chamber::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(rgba(255, 247, 221, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 247, 221, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    opacity: 0.45;
}

.gem-chamber::after {
    position: absolute;
    right: 14px;
    bottom: 10px;
    left: 14px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.55), rgba(246, 199, 74, 0.55), transparent);
}

.gem-chamber.is-first-run {
    border-color: rgba(246, 199, 74, 0.42);
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.44), 0 0 42px rgba(246, 199, 74, 0.1);
}

.gem-chamber__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
}

.gem-chamber__summary {
    min-width: 0;
}

.gem-chamber__title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.gem-chamber__rank {
    border: 1px solid rgba(246, 199, 74, 0.24);
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(246, 199, 74, 0.08);
    color: #fff2ba;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gem-chamber__header h3 {
    margin: 6px 0 4px;
    color: #fff8df;
    font-size: clamp(1.15rem, 2.4vw, 1.65rem);
    line-height: 1.08;
}

.gem-chamber__header p {
    max-width: 760px;
    margin: 0;
    color: #ddd2b5;
    font-size: 0.92rem;
    line-height: 1.5;
}

.gem-chamber__actions {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.gem-chamber__counter {
    display: grid;
    min-width: 112px;
    gap: 2px;
    justify-items: center;
    border: 1px solid rgba(246, 199, 74, 0.24);
    border-radius: 8px;
    padding: 10px 12px;
    background:
        linear-gradient(145deg, rgba(246, 199, 74, 0.11), rgba(68, 215, 208, 0.05)),
        rgba(5, 5, 6, 0.35);
}

.gem-chamber__counter strong {
    color: var(--gold-soft);
    font-size: 1.42rem;
    line-height: 1;
}

.gem-chamber__counter span,
.gem-chamber__counter small {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 850;
    text-align: center;
}

.gem-chamber__counter small {
    color: #d9fcff;
}

.gem-chamber__toggle {
    align-self: stretch;
    border: 1px solid rgba(68, 215, 208, 0.34);
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(68, 215, 208, 0.08);
    color: #d9fcff;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.gem-chamber__toggle:hover,
.gem-chamber__toggle:focus-visible {
    border-color: rgba(246, 199, 74, 0.5);
    color: #fff2ba;
    outline: none;
    box-shadow: 0 0 0 3px rgba(68, 215, 208, 0.1);
}

.gem-rail {
    display: grid;
    grid-template-columns: repeat(18, minmax(12px, 1fr));
    gap: 6px;
    margin-top: 12px;
}

.gem-rail-node {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    height: 36px;
    border: 1px solid rgba(255, 247, 221, 0.1);
    border-radius: 8px;
    padding: 4px 2px;
    background: rgba(255, 247, 221, 0.035);
    color: var(--muted);
    cursor: pointer;
}

.gem-rail-node:hover,
.gem-rail-node:focus-visible {
    border-color: rgba(68, 215, 208, 0.48);
    outline: none;
    box-shadow: 0 0 0 3px rgba(68, 215, 208, 0.1);
}

.gem-rail-node__crystal {
    display: block;
    width: 12px;
    height: 16px;
    clip-path: polygon(50% 0, 90% 24%, 75% 78%, 50% 100%, 25% 78%, 10% 24%);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), transparent 30%),
        linear-gradient(155deg, #44d7d0, #f6c74a 58%, #aa57ff);
    filter: grayscale(0.65) brightness(0.66);
    opacity: 0.72;
}

.gem-rail-node strong {
    color: inherit;
    font-size: 0.58rem;
    font-weight: 900;
    line-height: 1;
}

.gem-rail-node small {
    display: none;
}

.gem-rail-node.is-awarded,
.gem-rail-node.is-radiant,
.gem-rail-node.is-perfect {
    border-color: rgba(246, 199, 74, 0.34);
    background: rgba(246, 199, 74, 0.08);
    color: #fff2ba;
}

.gem-rail-node.is-awarded .gem-rail-node__crystal,
.gem-rail-node.is-radiant .gem-rail-node__crystal,
.gem-rail-node.is-perfect .gem-rail-node__crystal {
    filter: none;
    opacity: 1;
    box-shadow: 0 0 14px rgba(246, 199, 74, 0.24);
}

.gem-chamber__body {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(255, 247, 221, 0.09);
    padding-top: 14px;
}

.gem-objective,
.gem-constellation {
    min-width: 0;
    border: 1px solid rgba(255, 247, 221, 0.1);
    border-radius: 8px;
    background: rgba(5, 5, 6, 0.32);
}

.gem-objective {
    padding: 14px;
}

.gem-objective__tag {
    display: inline-flex;
    border: 1px solid rgba(68, 215, 208, 0.28);
    border-radius: 999px;
    padding: 4px 8px;
    color: #d9fcff;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gem-objective h4 {
    margin: 10px 0 6px;
    color: #fff8df;
    font-size: clamp(1.05rem, 2.2vw, 1.38rem);
    line-height: 1.12;
}

.gem-objective p {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.52;
}

.gem-objective__steps {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.gem-objective__steps div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 247, 221, 0.08);
    border-radius: 8px;
    padding: 8px;
    background: rgba(255, 247, 221, 0.035);
}

.gem-objective__steps strong {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(246, 199, 74, 0.26);
    border-radius: 50%;
    color: var(--gold-soft);
    font-size: 0.7rem;
}

.gem-objective__steps span {
    color: #fff8df;
    font-size: 0.84rem;
    font-weight: 900;
}

.gem-objective__steps small {
    color: var(--muted);
    line-height: 1.35;
}

.gem-constellation {
    padding: 12px;
}

.gem-constellation__head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gem-constellation__head span,
.gem-constellation__head strong {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gem-constellation__head strong {
    color: #fff2ba;
}

.gem-orbit {
    display: grid;
    grid-template-columns: repeat(6, minmax(58px, 1fr));
    gap: 8px;
}

.gem-node {
    position: relative;
    display: grid;
    grid-template-rows: 30px auto auto;
    justify-items: center;
    min-width: 0;
    min-height: 82px;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 8px 5px 7px;
    background: rgba(255, 247, 221, 0.035);
    color: var(--text);
    cursor: pointer;
}

.gem-node:hover,
.gem-node:focus-visible {
    border-color: rgba(68, 215, 208, 0.48);
    outline: none;
    box-shadow: 0 0 0 3px rgba(68, 215, 208, 0.1);
}

.gem-node__crystal,
.champion-gem-card__crystal span,
.gem-ceremony__crystal {
    display: block;
    width: 24px;
    height: 30px;
    clip-path: polygon(50% 0, 90% 24%, 75% 78%, 50% 100%, 25% 78%, 10% 24%);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.84), transparent 30%),
        linear-gradient(155deg, #44d7d0, #f6c74a 58%, #aa57ff);
    box-shadow: 0 0 18px rgba(68, 215, 208, 0.28);
}

.gem-node.is-fragmented .gem-node__crystal,
.gem-node.is-latent .gem-node__crystal {
    filter: grayscale(1) brightness(0.56) contrast(0.96);
    opacity: 0.62;
    box-shadow: none;
}

.gem-node.is-awarded,
.gem-node.is-radiant,
.gem-node.is-perfect {
    border-color: rgba(246, 199, 74, 0.36);
    background: rgba(246, 199, 74, 0.08);
}

.gem-node.is-radiant .gem-node__crystal,
.gem-node.is-perfect .gem-node__crystal {
    animation: gemPulse 2.4s ease-in-out infinite;
}

.gem-node.is-awarded .gem-node__crystal,
.gem-node.is-radiant .gem-node__crystal,
.gem-node.is-perfect .gem-node__crystal {
    filter: none;
    opacity: 1;
    box-shadow: 0 0 18px rgba(68, 215, 208, 0.28);
}

.gem-node strong {
    margin-top: 4px;
    color: var(--gold-soft);
    font-size: 0.76rem;
}

.gem-node small {
    max-width: 100%;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gem-milestones {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
}

.gem-milestones span {
    display: grid;
    gap: 2px;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 7px 6px;
    color: var(--muted);
    font-weight: 900;
    text-align: center;
}

.gem-milestones strong {
    color: #fff8df;
    font-size: 0.76rem;
}

.gem-milestones small {
    color: inherit;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gem-milestones span.is-active {
    border-color: rgba(124, 227, 139, 0.36);
    background: rgba(124, 227, 139, 0.08);
    color: #d8ffdc;
}

.gem-chamber.is-master-complete {
    border-color: rgba(246, 199, 74, 0.58);
    box-shadow:
        0 0 0 1px rgba(68, 215, 208, 0.12) inset,
        0 22px 90px rgba(246, 199, 74, 0.12),
        0 0 70px rgba(68, 215, 208, 0.08);
}

.silicon-master-card {
    position: relative;
    isolation: isolate;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    border: 1px solid rgba(246, 199, 74, 0.42);
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 50%, rgba(246, 199, 74, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(68, 215, 208, 0.12), rgba(246, 199, 74, 0.09), rgba(170, 87, 255, 0.08)),
        rgba(7, 9, 12, 0.72);
}

.silicon-master-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, transparent, rgba(255, 247, 221, 0.14), transparent),
        repeating-linear-gradient(90deg, rgba(255, 247, 221, 0.05) 0 1px, transparent 1px 72px);
    content: "";
    opacity: 0.46;
}

.silicon-master-card__trophy {
    position: relative;
    display: grid;
    place-items: center;
    width: 98px;
    height: 98px;
}

.silicon-master-card__aura,
.silicon-master-card__crown,
.silicon-master-card__core {
    position: absolute;
    display: block;
}

.silicon-master-card__aura {
    inset: 6px;
    border: 1px solid rgba(68, 215, 208, 0.32);
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(68, 215, 208, 0.18), 0 0 44px rgba(246, 199, 74, 0.18);
    animation: siliconMasterAura 3.6s ease-in-out infinite;
}

.silicon-master-card__crown {
    top: 18px;
    width: 62px;
    height: 28px;
    clip-path: polygon(0 100%, 10% 34%, 28% 72%, 50% 0, 72% 72%, 90% 34%, 100% 100%);
    background: linear-gradient(135deg, #fff7dd, #f6c74a 46%, #44d7d0);
    box-shadow: 0 0 22px rgba(246, 199, 74, 0.34);
}

.silicon-master-card__core {
    bottom: 14px;
    width: 46px;
    height: 58px;
    clip-path: polygon(50% 0, 90% 24%, 75% 78%, 50% 100%, 25% 78%, 10% 24%);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), transparent 28%),
        linear-gradient(155deg, #44d7d0, #f6c74a 58%, #aa57ff);
    box-shadow: 0 0 24px rgba(246, 199, 74, 0.28), 0 0 38px rgba(68, 215, 208, 0.2);
}

.silicon-master-card__copy {
    min-width: 0;
}

.silicon-master-card__copy h4 {
    margin: 6px 0 4px;
    color: #fff8df;
    font-size: clamp(1.38rem, 3vw, 2.2rem);
    line-height: 1;
}

.silicon-master-card__copy p {
    max-width: 760px;
    margin: 0;
    color: #ddd2b5;
    line-height: 1.5;
}

.silicon-master-card__status {
    display: inline-flex;
    margin-top: 10px;
    border: 1px solid rgba(124, 227, 139, 0.34);
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(124, 227, 139, 0.08);
    color: #d8ffdc;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.silicon-master-card__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.champion-node__badge.is-gem {
    border-color: rgba(68, 215, 208, 0.36);
    background: rgba(68, 215, 208, 0.1);
    color: #d9fcff;
}

.champion-gem-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) minmax(210px, 0.72fr);
    gap: 18px;
    align-items: center;
    margin: 22px 0 0;
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    padding: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 50%, rgba(255, 247, 221, 0.08), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(255, 247, 221, 0.06), transparent 26%),
        linear-gradient(112deg, rgba(255, 247, 221, 0.05), rgba(255, 247, 221, 0.025) 48%, transparent),
        rgba(255, 247, 221, 0.035);
}

.champion-gem-card::before {
    position: absolute;
    inset: -28% -14% auto 52%;
    z-index: -1;
    height: 180px;
    content: "";
    background: linear-gradient(115deg, transparent, rgba(255, 247, 221, 0.1), transparent);
    transform: rotate(-9deg);
    animation: gemCardScan 5.8s ease-in-out infinite;
}

.champion-gem-card::after {
    position: absolute;
    inset: 12px;
    z-index: -1;
    border: 1px solid rgba(255, 247, 221, 0.07);
    border-radius: 6px;
    content: "";
}

.champion-gem-card.is-awarded,
.champion-gem-card.is-radiant,
.champion-gem-card.is-perfect {
    border-color: rgba(246, 199, 74, 0.34);
    background:
        linear-gradient(110deg, rgba(246, 199, 74, 0.11), rgba(68, 215, 208, 0.07), transparent),
        rgba(255, 247, 221, 0.04);
}

.champion-gem-card.is-live-awarded {
    animation: gemCardIgnition 1.8s ease-out 1;
}

.champion-gem-card__crystal {
    position: relative;
    display: grid;
    place-items: center;
    width: 98px;
    height: 98px;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.18), transparent 42%),
        rgba(5, 5, 6, 0.42);
    box-shadow: inset 0 0 26px rgba(68, 215, 208, 0.12), 0 0 26px rgba(68, 215, 208, 0.12);
}

.champion-gem-card__crystal::before,
.champion-gem-card__crystal::after {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(68, 215, 208, 0.2);
    border-radius: 50%;
    content: "";
    animation: gemRingSpin 7.2s linear infinite;
}

.champion-gem-card__crystal::after {
    inset: 22px;
    border-color: rgba(246, 199, 74, 0.24);
    animation-direction: reverse;
    animation-duration: 5.8s;
}

.champion-gem-card__crystal span {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 64px;
    animation: gemCardFloat 2.8s ease-in-out infinite;
}

.champion-gem-card.is-fragmented .champion-gem-card__crystal span,
.champion-gem-card.is-latent .champion-gem-card__crystal span {
    filter: none;
    opacity: 0.72;
}

.champion-gem-card.is-fragmented .champion-gem-card__crystal,
.champion-gem-card.is-latent .champion-gem-card__crystal {
    filter: grayscale(1) brightness(0.58) contrast(0.95);
    opacity: 0.72;
    box-shadow: inset 0 0 18px rgba(255, 247, 221, 0.07), 0 0 14px rgba(255, 247, 221, 0.05);
}

.champion-gem-card.is-fragmented .champion-gem-card__crystal::before,
.champion-gem-card.is-fragmented .champion-gem-card__crystal::after,
.champion-gem-card.is-latent .champion-gem-card__crystal::before,
.champion-gem-card.is-latent .champion-gem-card__crystal::after {
    border-color: rgba(255, 247, 221, 0.16);
}

.champion-gem-card.is-awarded .champion-gem-card__crystal,
.champion-gem-card.is-radiant .champion-gem-card__crystal,
.champion-gem-card.is-perfect .champion-gem-card__crystal {
    border-color: rgba(246, 199, 74, 0.44);
    filter: none;
    opacity: 1;
    box-shadow:
        inset 0 0 28px rgba(246, 199, 74, 0.18),
        0 0 34px rgba(246, 199, 74, 0.22),
        0 0 62px rgba(68, 215, 208, 0.16);
}

.champion-gem-card.is-awarded .champion-gem-card__crystal span,
.champion-gem-card.is-radiant .champion-gem-card__crystal span,
.champion-gem-card.is-perfect .champion-gem-card__crystal span {
    animation: gemCardFloat 2.4s ease-in-out infinite, gemPulse 2.2s ease-in-out infinite;
}

.champion-gem-card__copy h4 {
    margin: 8px 0;
    color: #fff8df;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    line-height: 1.08;
}

.champion-gem-card__copy p {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.58;
}

.champion-gem-card__telemetry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.champion-gem-card__telemetry div {
    min-width: 0;
    border: 1px solid rgba(255, 247, 221, 0.1);
    border-radius: 8px;
    padding: 10px;
    background: rgba(5, 5, 6, 0.28);
}

.champion-gem-card__telemetry dt {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 850;
}

.champion-gem-card__telemetry dd {
    margin: 4px 0 0;
    color: var(--gold-soft);
    font-size: 0.84rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.gem-ceremony {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 22px;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.42s ease, transform 0.42s ease;
}

.gem-ceremony.is-visible {
    opacity: 1;
    transform: scale(1);
}

.gem-ceremony__veil {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 45%, rgba(246, 199, 74, 0.22), transparent 24%),
        radial-gradient(circle at 50% 48%, rgba(68, 215, 208, 0.16), transparent 38%),
        rgba(2, 4, 9, 0.78);
    backdrop-filter: blur(10px);
}

.gem-ceremony__panel {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(640px, calc(100vw - 30px));
    border: 1px solid rgba(246, 199, 74, 0.46);
    border-radius: 8px;
    padding: clamp(24px, 5vw, 42px);
    overflow: hidden;
    pointer-events: auto;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.16), rgba(246, 199, 74, 0.14), rgba(170, 87, 255, 0.12)),
        rgba(7, 9, 12, 0.94);
    color: var(--text);
    text-align: center;
    box-shadow: 0 30px 120px rgba(0, 0, 0, 0.68), 0 0 90px rgba(246, 199, 74, 0.18);
}

.gem-ceremony__panel::before {
    position: absolute;
    inset: -42%;
    content: "";
    background: conic-gradient(from 0deg, transparent, rgba(68, 215, 208, 0.18), transparent, rgba(246, 199, 74, 0.22), transparent);
    animation: gemCeremonyRays 7s linear infinite;
}

.gem-ceremony__panel::after {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 247, 221, 0.08);
    border-radius: 6px;
    content: "";
}

.gem-ceremony__crown {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    width: min(220px, 48vw);
    margin-bottom: 10px;
}

.gem-ceremony__crown span {
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(246, 199, 74, 0.82), transparent);
    box-shadow: 0 0 14px rgba(246, 199, 74, 0.34);
    animation: gemCrownPulse 1.6s ease-in-out infinite;
}

.gem-ceremony__crown span:nth-child(2),
.gem-ceremony__crown span:nth-child(3) {
    animation-delay: 0.18s;
}

.gem-ceremony__gem {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: min(260px, 58vw);
    height: min(260px, 58vw);
    margin: 0 auto 12px;
}

.gem-ceremony__halo,
.gem-ceremony__flare {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.gem-ceremony__halo {
    inset: 12px;
    border: 1px solid rgba(68, 215, 208, 0.36);
    box-shadow: 0 0 36px rgba(68, 215, 208, 0.18);
    animation: gemHaloExpand 2.4s ease-in-out infinite;
}

.gem-ceremony__halo--inner {
    inset: 44px;
    border-color: rgba(246, 199, 74, 0.38);
    animation-delay: 0.26s;
    animation-duration: 2s;
}

.gem-ceremony__flare {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 247, 221, 0.88), transparent);
    box-shadow: 0 0 20px rgba(246, 199, 74, 0.5);
    animation: gemFlareSweep 2.8s ease-in-out infinite;
}

.gem-ceremony__crystal {
    position: relative;
    z-index: 1;
    width: min(112px, 26vw);
    height: min(142px, 34vw);
    animation: gemRevealCrystal 2s ease-in-out infinite;
    box-shadow:
        0 0 28px rgba(246, 199, 74, 0.34),
        0 0 70px rgba(68, 215, 208, 0.28),
        0 0 120px rgba(170, 87, 255, 0.16);
}

.gem-ceremony__copy {
    position: relative;
    z-index: 1;
}

.gem-ceremony__eyebrow {
    display: inline-flex;
    border: 1px solid rgba(246, 199, 74, 0.32);
    border-radius: 999px;
    padding: 6px 10px;
    color: #fff2ba;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.gem-ceremony h2 {
    margin: 12px 0 8px;
    color: var(--gold-soft);
    font-size: clamp(2rem, 7vw, 4.8rem);
    line-height: 0.95;
    text-shadow: 0 0 24px rgba(246, 199, 74, 0.22);
}

.gem-ceremony p {
    max-width: 520px;
    margin: 0 auto;
    color: #ddd2b5;
    line-height: 1.55;
}

.gem-ceremony__seal {
    display: inline-flex;
    margin-top: 14px;
    border: 1px solid rgba(124, 227, 139, 0.36);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(124, 227, 139, 0.08);
    color: #d8ffdc;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gem-ceremony__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.gem-ceremony__close,
.gem-ceremony__line {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(68, 215, 208, 0.38);
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(68, 215, 208, 0.1);
    color: #d9fcff;
    font-weight: 950;
    cursor: pointer;
}

.gem-ceremony__line {
    border-color: rgba(246, 199, 74, 0.48);
    background:
        linear-gradient(135deg, rgba(246, 199, 74, 0.22), rgba(68, 215, 208, 0.12)),
        rgba(8, 13, 18, 0.82);
    color: #fff2ba;
    box-shadow: 0 0 22px rgba(246, 199, 74, 0.16);
}

.gem-ceremony__close:hover,
.gem-ceremony__close:focus-visible,
.gem-ceremony__line:hover,
.gem-ceremony__line:focus-visible {
    border-color: rgba(246, 199, 74, 0.56);
    color: #fff2ba;
    outline: none;
    box-shadow: 0 0 0 3px rgba(68, 215, 208, 0.12);
}

.gem-ceremony__particles {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.gem-ceremony__particles span {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #fff2ba;
    box-shadow: 0 0 12px rgba(246, 199, 74, 0.72), 0 0 22px rgba(68, 215, 208, 0.36);
    opacity: 0;
    animation: gemParticleBurst 2.6s ease-out var(--delay) infinite;
}

.silicon-master-ceremony,
.silicon-certificate-dialog {
    position: fixed;
    inset: 0;
    z-index: 132;
    display: grid;
    place-items: center;
    padding: 14px;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.01);
    transition: opacity 0.42s ease, transform 0.42s ease;
}

.silicon-certificate-dialog {
    z-index: 136;
}

.silicon-master-ceremony.is-visible,
.silicon-certificate-dialog.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.silicon-master-ceremony__veil,
.silicon-certificate-dialog::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 44%, rgba(246, 199, 74, 0.22), transparent 24%),
        radial-gradient(circle at 48% 52%, rgba(68, 215, 208, 0.18), transparent 38%),
        rgba(2, 4, 9, 0.84);
    backdrop-filter: blur(12px);
    content: "";
}

.silicon-master-ceremony__stars {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.silicon-master-ceremony__stars span {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #fff8df;
    box-shadow: 0 0 16px rgba(246, 199, 74, 0.8), 0 0 32px rgba(68, 215, 208, 0.44);
    opacity: 0;
    animation: siliconMasterStarBurst 3.4s ease-out var(--delay) infinite;
}

.silicon-master-ceremony__panel,
.silicon-certificate-dialog__panel {
    position: relative;
    isolation: isolate;
    display: grid;
    justify-items: center;
    width: min(720px, calc(100vw - 28px));
    max-height: calc(100dvh - 28px);
    border: 1px solid rgba(246, 199, 74, 0.5);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.16), rgba(246, 199, 74, 0.12), rgba(170, 87, 255, 0.1)),
        rgba(7, 9, 12, 0.96);
    box-shadow: 0 34px 130px rgba(0, 0, 0, 0.72), 0 0 110px rgba(246, 199, 74, 0.18);
}

.silicon-master-ceremony__panel {
    padding: clamp(18px, 3.8vw, 32px);
    text-align: center;
}

.silicon-master-ceremony__panel::before,
.silicon-certificate-dialog__panel::before {
    position: absolute;
    inset: -42%;
    z-index: -1;
    background: conic-gradient(from 0deg, transparent, rgba(68, 215, 208, 0.18), transparent, rgba(246, 199, 74, 0.26), transparent);
    content: "";
    animation: gemCeremonyRays 8s linear infinite;
}

.silicon-master-ceremony__orbit {
    position: absolute;
    top: 28px;
    right: 28px;
    left: 28px;
    z-index: 0;
    height: min(210px, 40vw);
    opacity: 0.82;
    pointer-events: none;
}

.silicon-master-ceremony__orbit-gem {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 20px;
    clip-path: polygon(50% 0, 90% 24%, 75% 78%, 50% 100%, 25% 78%, 10% 24%);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), transparent 30%),
        linear-gradient(155deg, #44d7d0, #f6c74a 58%, #aa57ff);
    box-shadow: 0 0 18px rgba(246, 199, 74, 0.46), 0 0 28px rgba(68, 215, 208, 0.28);
    transform: rotate(var(--angle)) translateX(min(176px, 25vw)) rotate(calc(-1 * var(--angle)));
    animation: siliconMasterGemConverge 4.8s ease-in-out var(--delay) infinite;
}

.silicon-master-trophy {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: min(230px, 58vw);
    height: min(230px, 58vw);
    margin-bottom: 2px;
}

.silicon-master-trophy span {
    position: absolute;
    display: block;
}

.silicon-master-trophy__aura {
    inset: 10px;
    border: 1px solid rgba(68, 215, 208, 0.42);
    border-radius: 50%;
    box-shadow: 0 0 60px rgba(68, 215, 208, 0.22), 0 0 100px rgba(246, 199, 74, 0.2);
    animation: siliconMasterAura 3.2s ease-in-out infinite;
}

.silicon-master-trophy__crown {
    top: 28px;
    width: 124px;
    height: 60px;
    clip-path: polygon(0 100%, 9% 36%, 27% 73%, 50% 0, 73% 73%, 91% 36%, 100% 100%);
    background: linear-gradient(135deg, #fff8df, #f6c74a 45%, #44d7d0);
    filter: drop-shadow(0 0 24px rgba(246, 199, 74, 0.36));
    animation: siliconMasterCrownFloat 2.8s ease-in-out infinite;
}

.silicon-master-trophy__core {
    bottom: 62px;
    width: 72px;
    height: 94px;
    clip-path: polygon(50% 0, 90% 24%, 75% 78%, 50% 100%, 25% 78%, 10% 24%);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), transparent 30%),
        linear-gradient(155deg, #44d7d0, #f6c74a 58%, #aa57ff);
    box-shadow: 0 0 34px rgba(246, 199, 74, 0.38), 0 0 90px rgba(68, 215, 208, 0.24);
    animation: gemRevealCrystal 2.4s ease-in-out infinite;
}

.silicon-master-trophy__base {
    bottom: 44px;
    width: 132px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(246, 199, 74, 0.82), transparent);
    box-shadow: 0 0 28px rgba(246, 199, 74, 0.3);
}

.silicon-master-ceremony__copy {
    position: relative;
    z-index: 2;
}

.silicon-master-ceremony h2 {
    margin: 6px 0 3px;
    color: #f6c74a;
    font-size: clamp(2rem, 6vw, 4.25rem);
    line-height: 0.94;
    text-shadow: 0 0 28px rgba(246, 199, 74, 0.24);
}

.silicon-master-ceremony__subtitle {
    display: block;
    color: #d9fcff;
    font-size: clamp(0.9rem, 2vw, 1.16rem);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.silicon-master-ceremony p {
    max-width: 560px;
    margin: 10px auto 0;
    color: #ddd2b5;
    line-height: 1.58;
}

.silicon-master-ceremony__seal {
    display: inline-flex;
    margin-top: 10px;
    border: 1px solid rgba(124, 227, 139, 0.36);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(124, 227, 139, 0.08);
    color: #d8ffdc;
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.silicon-master-ceremony__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
}

.silicon-certificate-dialog__panel {
    grid-template-columns: minmax(190px, 0.44fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: clamp(18px, 4vw, 28px);
}

.silicon-certificate-preview {
    position: relative;
    display: grid;
    gap: 10px;
    place-items: center;
    width: 100%;
    min-height: 250px;
    border: 1px solid rgba(246, 199, 74, 0.32);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 30%, rgba(246, 199, 74, 0.2), transparent 40%),
        rgba(5, 5, 6, 0.38);
    text-align: center;
}

.silicon-certificate-preview__logo {
    display: block;
    width: min(148px, 68%);
    max-height: 128px;
    object-fit: contain;
    padding: 10px;
    border: 1px solid rgba(246, 199, 74, 0.32);
    border-radius: 8px;
    background: rgba(2, 4, 9, 0.58);
    filter: drop-shadow(0 0 20px rgba(246, 199, 74, 0.24));
}

.silicon-certificate-preview__line {
    width: 74%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(246, 199, 74, 0.8), transparent);
}

.silicon-certificate-preview strong {
    color: #f6c74a;
    font-size: 1.4rem;
    line-height: 1;
}

.silicon-certificate-preview small {
    color: #d9fcff;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.silicon-certificate-dialog__copy {
    width: 100%;
}

.silicon-certificate-dialog__copy h3 {
    margin: 8px 0 8px;
    color: #fff8df;
    font-size: clamp(1.32rem, 3vw, 2rem);
    line-height: 1.08;
}

.silicon-certificate-dialog__copy p {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.52;
}

.silicon-certificate-dialog__field,
.silicon-certificate-dialog__message,
.silicon-certificate-dialog__actions {
    grid-column: 2;
    width: 100%;
}

.silicon-certificate-dialog__message {
    margin: -8px 0 0;
    color: #ffd7d7;
    font-size: 0.84rem;
    font-weight: 800;
}

.silicon-certificate-dialog__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

@keyframes siliconMasterAura {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.68;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes siliconMasterStarBurst {
    0% {
        opacity: 0;
        transform: rotate(var(--angle)) translateX(0) scale(0.4);
    }
    28% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(var(--angle)) translateX(var(--distance)) scale(1);
    }
}

@keyframes siliconMasterGemConverge {
    0%,
    100% {
        opacity: 0.86;
        transform: rotate(var(--angle)) translateX(min(176px, 25vw)) rotate(calc(-1 * var(--angle))) scale(0.92);
    }
    46% {
        opacity: 1;
        transform: rotate(var(--angle)) translateX(min(102px, 17vw)) rotate(calc(-1 * var(--angle))) scale(1.08);
    }
    72% {
        opacity: 0.92;
        transform: rotate(var(--angle)) translateX(min(144px, 21vw)) rotate(calc(-1 * var(--angle))) scale(0.98);
    }
}

@keyframes siliconMasterCrownFloat {
    0%,
    100% {
        transform: translateY(0);
        filter: drop-shadow(0 0 20px rgba(246, 199, 74, 0.28));
    }
    50% {
        transform: translateY(-8px);
        filter: drop-shadow(0 0 32px rgba(246, 199, 74, 0.44));
    }
}

@keyframes gemPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: translateY(-2px) scale(1.05);
        filter: brightness(1.22);
    }
}

@keyframes gemCardScan {
    0%,
    100% {
        transform: translateX(-28%) rotate(-9deg);
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    70% {
        transform: translateX(18%) rotate(-9deg);
        opacity: 0;
    }
}

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

@keyframes gemCardFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.035);
    }
}

@keyframes gemCardIgnition {
    0% {
        transform: scale(0.985);
        box-shadow: 0 0 0 rgba(246, 199, 74, 0);
    }
    28% {
        transform: scale(1.012);
        box-shadow: 0 0 48px rgba(246, 199, 74, 0.24), 0 0 82px rgba(68, 215, 208, 0.14);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(246, 199, 74, 0);
    }
}

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

@keyframes gemCrownPulse {
    0%,
    100% {
        opacity: 0.52;
        transform: scaleX(0.76);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes gemHaloExpand {
    0%,
    100% {
        opacity: 0.34;
        transform: scale(0.92);
    }
    50% {
        opacity: 0.92;
        transform: scale(1.08);
    }
}

@keyframes gemFlareSweep {
    0%,
    100% {
        opacity: 0;
        transform: rotate(-18deg) translateX(-34%);
    }
    45%,
    60% {
        opacity: 1;
    }
    72% {
        opacity: 0;
        transform: rotate(-18deg) translateX(34%);
    }
}

@keyframes gemRevealCrystal {
    0%,
    100% {
        transform: translateY(0) scale(1);
        filter: brightness(1.05);
    }
    50% {
        transform: translateY(-8px) scale(1.06);
        filter: brightness(1.35);
    }
}

@keyframes gemParticleBurst {
    0% {
        opacity: 0;
        transform: rotate(var(--angle)) translateX(0) scale(0.2);
    }
    16% {
        opacity: 1;
    }
    72% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
        transform: rotate(var(--angle)) translateX(var(--distance)) scale(0.92);
    }
}

@keyframes loader-orbit-pulse {
    from {
        transform: scale(0.96);
        filter: brightness(0.95);
    }
    to {
        transform: scale(1.04);
        filter: brightness(1.22);
    }
}

@keyframes star-drift {
    from {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    to {
        transform: translate3d(42px, 28px, 0) rotate(8deg);
    }
}

.mission-shell {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    min-width: 0;
}

.mission-map,
.mission-control {
    border: 1px solid rgba(246, 199, 74, 0.18);
    border-radius: 8px;
    background: rgba(255, 247, 221, 0.035);
    box-shadow: var(--shadow);
}

.mission-map {
    position: sticky;
    top: 88px;
    max-height: calc(100svh - 112px);
    overflow: auto;
}

.map-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid rgba(246, 199, 74, 0.16);
    background: rgba(10, 10, 8, 0.94);
}

.map-header span {
    color: var(--muted);
    font-size: 0.84rem;
}

.experience-loader {
    position: relative;
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 190px;
    padding: 28px;
    overflow: hidden;
    color: var(--text);
    text-align: center;
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.1), rgba(246, 199, 74, 0.06)),
        rgba(5, 8, 14, 0.62);
}

.experience-loader::before {
    content: "";
    position: absolute;
    inset: -45%;
    background:
        radial-gradient(circle, rgba(68, 215, 208, 0.16) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(246, 199, 74, 0.12) 0 1px, transparent 2px);
    background-size: 62px 62px, 97px 97px;
    opacity: 0.42;
    animation: star-drift 18s linear infinite;
}

.experience-loader > * {
    position: relative;
    z-index: 1;
}

.experience-loader strong {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.experience-loader p {
    max-width: 44rem;
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.experience-loader--list {
    min-height: 260px;
}

.experience-loader--panel {
    min-height: 360px;
}

.experience-loader__orb,
.orbit-loading-core {
    border: 1px solid rgba(68, 215, 208, 0.32);
    box-shadow:
        0 0 0 1px rgba(255, 247, 221, 0.05) inset,
        0 0 32px rgba(68, 215, 208, 0.18);
}

.experience-loader__orb {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 34%, rgba(255, 247, 221, 0.9), rgba(246, 199, 74, 0.42) 24%, rgba(68, 215, 208, 0.18) 55%, transparent 72%);
    animation: loader-orbit-pulse 1.7s ease-in-out infinite alternate;
}

.orbit-loading-core {
    display: grid;
    place-items: center;
    align-content: center;
    width: min(170px, 48vw);
    aspect-ratio: 1;
    margin: auto;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 247, 221, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(68, 215, 208, 0.12), rgba(246, 199, 74, 0.1));
}

.orbit-loading-core span {
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 2rem;
}

.orbit-loading-core strong {
    color: var(--muted);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.champion-list {
    display: grid;
    gap: 8px;
    padding: 12px;
}

.champion-node {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px;
    background: transparent;
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.champion-node:hover,
.champion-node.is-active {
    border-color: rgba(246, 199, 74, 0.34);
    background: rgba(246, 199, 74, 0.08);
}

.champion-node.is-gem-just-added {
    border-color: rgba(68, 215, 208, 0.68);
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.18), rgba(246, 199, 74, 0.12)),
        rgba(246, 199, 74, 0.08);
    box-shadow:
        0 0 0 1px rgba(255, 247, 221, 0.08) inset,
        0 0 24px rgba(68, 215, 208, 0.24),
        0 0 34px rgba(246, 199, 74, 0.16);
    animation: champion-gem-just-added 1.35s ease-in-out infinite alternate;
}

.champion-node.is-locked {
    color: rgba(255, 247, 221, 0.72);
}

.champion-node__portrait {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border: 1px solid rgba(246, 199, 74, 0.28);
    border-radius: 50%;
    background: #fff;
}

.champion-node__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.champion-node__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.champion-node__copy strong,
.champion-node__copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.champion-node__copy strong {
    font-size: 0.92rem;
}

.champion-node__copy small {
    color: var(--muted);
    font-size: 0.78rem;
}

.champion-node__badge,
.access-pill {
    border: 1px solid rgba(124, 227, 139, 0.28);
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(124, 227, 139, 0.08);
    color: #c9ffd0;
    font-size: 0.72rem;
    font-weight: 900;
}

.champion-node__badge.is-premium,
.access-pill.is-premium {
    border-color: rgba(246, 199, 74, 0.34);
    background: rgba(246, 199, 74, 0.08);
    color: var(--gold-soft);
}

@keyframes champion-gem-just-added {
    from {
        transform: translateY(0);
        filter: brightness(1);
    }
    to {
        transform: translateY(-2px);
        filter: brightness(1.16);
    }
}

.mission-control {
    min-height: 620px;
    min-width: 0;
    overflow: hidden;
    scroll-margin-top: 86px;
}

.mission-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(246, 199, 74, 0.16);
    padding: 18px 22px;
}

#station-label {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 800;
}

.champion-detail {
    min-width: 0;
    padding: 24px;
    scroll-margin-top: 96px;
}

.champion-profile {
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.champion-portrait {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(246, 199, 74, 0.38);
    border-radius: 8px;
    background: #fff;
}

.champion-portrait::after {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.62));
}

.champion-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.champion-portrait.is-locked img {
    filter: saturate(0.78) brightness(0.78);
}

.champion-copy h3 {
    margin: 8px 0 12px;
    font-size: 2.8rem;
    line-height: 1;
}

.champion-summary {
    margin: 0;
    color: #e5dcc2;
    font-size: 1.04rem;
    line-height: 1.7;
}

.champion-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
}

.champion-meta div {
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 12px;
    background: rgba(255, 247, 221, 0.035);
}

.champion-meta dt {
    color: var(--muted);
    font-size: 0.78rem;
}

.champion-meta dd {
    margin: 4px 0 0;
    color: var(--gold-soft);
    font-weight: 850;
}

.mission-console {
    display: grid;
    grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
    gap: 20px;
    margin-top: 24px;
    border-top: 1px solid rgba(246, 199, 74, 0.16);
    padding-top: 24px;
}

.board-wrap {
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: 14px;
    background: rgba(68, 215, 208, 0.04);
}

.holo-board {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(246, 199, 74, 0.24);
    border-radius: 6px;
}

.holo-square {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 0;
}

.holo-square.is-light {
    background: #eee4d1;
}

.holo-square.is-dark {
    background: #1a8e78;
}

.holo-square::after {
    position: absolute;
    right: 4px;
    bottom: 3px;
    content: attr(data-square);
    color: rgba(20, 18, 10, 0.48);
    font-size: 0.58rem;
}

.holo-square.is-dark::after {
    color: rgba(255, 247, 221, 0.72);
}

.holo-square.is-highlighted {
    outline: 2px solid rgba(68, 215, 208, 0.88);
    outline-offset: -2px;
}

.holo-square img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35));
}

.transmission {
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 247, 221, 0.035);
}

.transmission h4 {
    margin: 8px 0 14px;
    font-size: 1.5rem;
}

.lesson-beams {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lesson-beams li {
    border-left: 3px solid var(--cyan);
    padding: 10px 0 10px 12px;
    color: #ddd2b5;
    line-height: 1.5;
}

blockquote {
    margin: 18px 0 0;
    border-top: 1px solid rgba(246, 199, 74, 0.18);
    padding-top: 18px;
    color: var(--gold-soft);
    font-size: 1.12rem;
    line-height: 1.55;
}

.lesson-deck {
    margin-top: 24px;
    border-top: 1px solid rgba(246, 199, 74, 0.16);
    padding-top: 24px;
}

.lesson-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.lesson-nav__button {
    min-height: 48px;
    border: 1px solid rgba(255, 247, 221, 0.14);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(255, 247, 221, 0.04);
    color: var(--text);
    font-weight: 900;
    cursor: pointer;
}

.lesson-nav__button.is-active {
    border-color: rgba(246, 199, 74, 0.62);
    background: rgba(246, 199, 74, 0.13);
    color: var(--gold-soft);
    box-shadow: inset 0 0 0 1px rgba(246, 199, 74, 0.14);
}

.lesson-stage {
    margin-top: 14px;
    scroll-margin-top: 96px;
}

.lesson-panel {
    min-width: 0;
    scroll-margin-top: 96px;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 22px;
    background:
        linear-gradient(145deg, rgba(255, 247, 221, 0.055), rgba(255, 247, 221, 0.02)),
        rgba(10, 10, 8, 0.72);
}

.lesson-panel__intro {
    max-width: 760px;
}

.lesson-panel__intro h4,
.quiz-head strong,
.quiz-finish h4,
.premium-gate strong {
    display: block;
    margin: 8px 0 10px;
    color: var(--text);
    font-size: 1.55rem;
    line-height: 1.15;
}

.lesson-panel__intro p,
.quiz-finish p,
.puzzle-status p,
.quote-byline {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.65;
}

.bio-capsule {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.bio-capsule div {
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: 14px;
    background: rgba(68, 215, 208, 0.045);
}

.bio-capsule span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
}

.bio-capsule strong {
    display: block;
    margin-top: 5px;
    color: var(--gold-soft);
}

.bio-copy {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.bio-copy p {
    position: relative;
    margin: 0;
    border-left: 3px solid rgba(246, 199, 74, 0.62);
    padding: 14px 14px 14px 54px;
    background: rgba(255, 247, 221, 0.035);
    color: #efe5ca;
    line-height: 1.72;
}

.bio-copy p::before {
    position: absolute;
    top: 14px;
    left: 14px;
    content: attr(data-step);
    color: var(--cyan);
    font-weight: 950;
}

.lesson-panel--bio {
    overflow: hidden;
    padding: clamp(18px, 3vw, 30px);
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.08), transparent 26%),
        linear-gradient(90deg, transparent, rgba(246, 199, 74, 0.06), transparent),
        rgba(10, 10, 8, 0.72);
}

.section-advance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: clamp(22px, 4vw, 34px);
    padding-top: 18px;
    border-top: 1px solid rgba(255, 247, 221, 0.1);
}

.section-advance__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.section-advance__copy span {
    color: rgba(68, 215, 208, 0.88);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-advance__copy strong {
    color: var(--gold-soft);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.2;
}

.section-advance__button {
    min-height: 48px;
    border: 1px solid rgba(246, 199, 74, 0.58);
    border-radius: 8px;
    padding: 12px 18px;
    background:
        linear-gradient(135deg, rgba(246, 199, 74, 0.96), rgba(255, 224, 112, 0.86)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.48), transparent 30%);
    color: #151008;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 950;
    box-shadow:
        0 0 0 1px rgba(255, 247, 221, 0.08) inset,
        0 16px 34px rgba(246, 199, 74, 0.12);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.section-advance__button:hover {
    border-color: rgba(255, 247, 221, 0.76);
    box-shadow:
        0 0 0 1px rgba(255, 247, 221, 0.18) inset,
        0 18px 42px rgba(246, 199, 74, 0.2);
    transform: translateY(-1px);
}

.section-advance__button:focus-visible {
    outline: 2px solid rgba(68, 215, 208, 0.9);
    outline-offset: 3px;
}

.bio-bridge {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(128px, 190px) minmax(0, 1fr);
    gap: clamp(18px, 4vw, 36px);
    align-items: center;
    min-width: 0;
}

.bio-bridge::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 247, 221, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 247, 221, 0.035) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.7;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.bio-bridge__signal {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 190px);
    aspect-ratio: 1 / 1;
    justify-self: center;
}

.bio-bridge__signal img {
    position: relative;
    z-index: 2;
    width: min(76%, 140px);
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 247, 221, 0.18);
    border-radius: 50%;
    object-fit: cover;
    background: rgba(4, 7, 10, 0.8);
    box-shadow:
        0 0 0 9px rgba(68, 215, 208, 0.05),
        0 24px 48px rgba(0, 0, 0, 0.38);
}

.bio-bridge__ring {
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(68, 215, 208, 0.44);
    border-radius: 50%;
    box-shadow: inset 0 0 22px rgba(68, 215, 208, 0.12);
}

.bio-bridge__ring:nth-child(2) {
    inset: 22px;
    border-color: rgba(246, 199, 74, 0.44);
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: bio-orbit-spin 8s linear infinite;
}

.bio-bridge__intro {
    min-width: 0;
}

.bio-bridge__intro h4 {
    margin: 8px 0 12px;
    color: var(--text);
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    line-height: 1.05;
}

.bio-bridge__intro p {
    max-width: 760px;
    margin: 0;
    color: #ddd2b5;
    font-size: clamp(1rem, 1.8vw, 1.08rem);
    line-height: 1.7;
}

.bio-data-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin: clamp(18px, 3vw, 26px) 0 0;
}

.bio-data-strip div {
    min-width: 0;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: 12px;
    background:
        linear-gradient(145deg, rgba(68, 215, 208, 0.07), rgba(255, 247, 221, 0.025)),
        rgba(3, 4, 5, 0.28);
}

.bio-data-strip dt {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.bio-data-strip dd {
    margin: 5px 0 0;
    color: var(--gold-soft);
    font-weight: 900;
    line-height: 1.28;
}

.bio-orbital-log {
    margin-top: clamp(22px, 4vw, 34px);
}

.bio-route-head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: baseline;
    margin-bottom: 16px;
}

.bio-route-head strong {
    color: var(--text);
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    line-height: 1.12;
}

.bio-timeline {
    position: relative;
    display: grid;
    gap: 12px;
    padding-left: clamp(12px, 2vw, 18px);
}

.bio-timeline::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: clamp(29px, 3vw, 36px);
    width: 1px;
    background: linear-gradient(180deg, rgba(68, 215, 208, 0.18), rgba(246, 199, 74, 0.72), rgba(68, 215, 208, 0.18));
    box-shadow: 0 0 22px rgba(246, 199, 74, 0.18);
}

.bio-log-entry {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: clamp(10px, 2vw, 16px);
    align-items: stretch;
    min-width: 0;
}

.bio-log-entry__marker {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-top: 12px;
    border: 1px solid rgba(246, 199, 74, 0.5);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(246, 199, 74, 0.16), transparent 62%),
        rgba(4, 7, 10, 0.92);
    color: #fff0bd;
    font-size: 0.72rem;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 0 24px rgba(246, 199, 74, 0.2);
}

.bio-log-entry__copy {
    min-width: 0;
    border: 1px solid rgba(255, 247, 221, 0.1);
    border-radius: 8px;
    padding: clamp(14px, 2.4vw, 18px);
    background:
        linear-gradient(90deg, rgba(68, 215, 208, 0.055), transparent),
        rgba(255, 247, 221, 0.03);
}

.bio-log-entry__copy strong {
    display: block;
    margin-bottom: 8px;
    color: var(--cyan);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.bio-log-entry__copy p {
    margin: 0;
    color: #efe5ca;
    line-height: 1.75;
}

.lesson-panel[data-champion="lasker"] {
    --champion-mind: #e2635a;
    --champion-mind-soft: rgba(226, 99, 90, 0.16);
}

.lesson-panel--bio[data-champion="lasker"] {
    background:
        linear-gradient(135deg, rgba(226, 99, 90, 0.08), transparent 26%),
        linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.07), rgba(246, 199, 74, 0.055), transparent),
        rgba(10, 10, 8, 0.72);
}

.lesson-panel--bio[data-champion="lasker"] .bio-bridge__ring:nth-child(2) {
    border-color: rgba(226, 99, 90, 0.5);
    border-right-color: rgba(246, 199, 74, 0.44);
    border-bottom-color: transparent;
    animation-direction: reverse;
}

.lesson-panel--bio[data-champion="lasker"] .bio-data-strip div,
.lesson-panel--quiz[data-champion="lasker"] .quiz-console,
.lesson-panel--quote[data-champion="lasker"] .quote-signal::before {
    border-color: rgba(226, 99, 90, 0.22);
}

.lesson-panel--bio[data-champion="lasker"] .bio-log-entry__marker {
    border-color: rgba(226, 99, 90, 0.5);
    box-shadow:
        0 0 20px rgba(226, 99, 90, 0.18),
        0 0 28px rgba(68, 215, 208, 0.08);
}

.lesson-panel--bio[data-champion="lasker"] .bio-log-entry__copy {
    background:
        linear-gradient(90deg, rgba(226, 99, 90, 0.055), rgba(68, 215, 208, 0.035), transparent),
        rgba(255, 247, 221, 0.03);
}

.lesson-panel--quiz[data-champion="lasker"] .quiz-console {
    background:
        linear-gradient(145deg, rgba(226, 99, 90, 0.08), rgba(68, 215, 208, 0.045)),
        repeating-linear-gradient(90deg, rgba(255, 247, 221, 0.035) 0 1px, transparent 1px 26px),
        rgba(3, 4, 5, 0.58);
}

.lesson-panel--quote[data-champion="lasker"] .champion-quote {
    background:
        linear-gradient(90deg, rgba(226, 99, 90, 0.12), rgba(68, 215, 208, 0.045), transparent),
        rgba(5, 11, 13, 0.58);
    box-shadow:
        inset 3px 0 0 rgba(226, 99, 90, 0.74),
        inset 0 0 0 1px rgba(255, 247, 221, 0.06),
        0 14px 34px rgba(0, 0, 0, 0.2);
}

.lesson-panel[data-champion="capablanca"] {
    --capablanca-crystal: #8eefff;
    --capablanca-lime: #bff0b1;
    --capablanca-gold: #f7df91;
    --capablanca-violet: #b7a6ff;
}

.lesson-panel--bio[data-champion="capablanca"] {
    background:
        linear-gradient(135deg, rgba(142, 239, 255, 0.105), transparent 28%),
        linear-gradient(90deg, transparent, rgba(191, 240, 177, 0.06), rgba(247, 223, 145, 0.052), transparent),
        repeating-linear-gradient(120deg, rgba(255, 247, 221, 0.026) 0 1px, transparent 1px 26px),
        rgba(7, 11, 13, 0.74);
}

.lesson-panel--bio[data-champion="capablanca"] .bio-bridge__signal {
    filter:
        drop-shadow(0 0 22px rgba(142, 239, 255, 0.2))
        drop-shadow(0 18px 36px rgba(0, 0, 0, 0.34));
}

.lesson-panel--bio[data-champion="capablanca"] .bio-bridge__ring:first-child {
    border-color: rgba(142, 239, 255, 0.54);
    border-left-color: rgba(247, 223, 145, 0.5);
}

.lesson-panel--bio[data-champion="capablanca"] .bio-bridge__ring:nth-child(2) {
    border-color: rgba(191, 240, 177, 0.42);
    border-top-color: transparent;
    border-bottom-color: rgba(183, 166, 255, 0.35);
    animation-duration: 8.2s;
}

.lesson-panel--bio[data-champion="capablanca"] .bio-data-strip div,
.lesson-panel--quiz[data-champion="capablanca"] .quiz-console,
.lesson-panel--quote[data-champion="capablanca"] .quote-signal::before {
    border-color: rgba(142, 239, 255, 0.25);
}

.lesson-panel--bio[data-champion="capablanca"] .bio-data-strip div {
    background:
        linear-gradient(145deg, rgba(142, 239, 255, 0.06), rgba(247, 223, 145, 0.028)),
        rgba(255, 247, 221, 0.032);
}

.lesson-panel--bio[data-champion="capablanca"] .bio-log-entry__marker {
    border-color: rgba(142, 239, 255, 0.52);
    background:
        conic-gradient(from 140deg, rgba(142, 239, 255, 0.2), rgba(247, 223, 145, 0.28), rgba(191, 240, 177, 0.18), rgba(142, 239, 255, 0.2)),
        rgba(4, 8, 10, 0.94);
    color: #effcff;
    box-shadow:
        0 0 24px rgba(142, 239, 255, 0.22),
        0 0 32px rgba(247, 223, 145, 0.08);
}

.lesson-panel--bio[data-champion="capablanca"] .bio-log-entry__copy {
    background:
        linear-gradient(90deg, rgba(142, 239, 255, 0.06), rgba(191, 240, 177, 0.034), transparent),
        rgba(255, 247, 221, 0.032);
}

.lesson-panel--bio[data-champion="capablanca"] .bio-log-entry__copy strong {
    color: var(--capablanca-crystal);
}

.lesson-panel--quiz[data-champion="capablanca"] .quiz-console {
    background:
        radial-gradient(circle at 17% 16%, rgba(142, 239, 255, 0.18), transparent 32%),
        linear-gradient(145deg, rgba(142, 239, 255, 0.072), rgba(191, 240, 177, 0.04)),
        repeating-linear-gradient(90deg, rgba(255, 247, 221, 0.032) 0 1px, transparent 1px 24px),
        rgba(3, 5, 6, 0.64);
    box-shadow:
        inset 0 0 0 1px rgba(255, 247, 221, 0.04),
        0 0 46px rgba(142, 239, 255, 0.08),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.lesson-panel--quiz[data-champion="capablanca"] .quiz-scanner {
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.34) 0 6%, rgba(142, 239, 255, 0.2) 7% 20%, transparent 21%),
        conic-gradient(from 120deg, transparent, rgba(142, 239, 255, 0.7), rgba(247, 223, 145, 0.42), transparent 42%);
}

.lesson-panel--quiz[data-champion="capablanca"] .quiz-option:hover:not(:disabled) {
    border-color: rgba(142, 239, 255, 0.48);
    background: rgba(142, 239, 255, 0.08);
}

.lesson-panel--quote[data-champion="capablanca"] .quote-signal {
    background:
        linear-gradient(135deg, rgba(142, 239, 255, 0.09), rgba(191, 240, 177, 0.035)),
        rgba(5, 9, 11, 0.72);
}

.lesson-panel--quote[data-champion="capablanca"] .champion-quote {
    background:
        linear-gradient(90deg, rgba(142, 239, 255, 0.12), rgba(247, 223, 145, 0.048), transparent),
        rgba(5, 11, 13, 0.58);
    box-shadow:
        inset 3px 0 0 rgba(142, 239, 255, 0.72),
        inset 0 0 0 1px rgba(255, 247, 221, 0.06),
        0 14px 34px rgba(0, 0, 0, 0.2);
}

.lesson-panel--play[data-champion="capablanca"] .puzzle-awaiting {
    border-color: rgba(142, 239, 255, 0.24);
    background:
        linear-gradient(135deg, rgba(142, 239, 255, 0.08), rgba(247, 223, 145, 0.04)),
        rgba(4, 8, 10, 0.62);
}

.lesson-panel[data-champion="alekhine"] {
    --alekhine-red: #ff5b4f;
    --alekhine-violet: #b78cff;
    --alekhine-gold: #ffd36c;
    --alekhine-ember: #ff9a5c;
}

.lesson-panel--bio[data-champion="alekhine"] {
    background:
        radial-gradient(circle at 13% 8%, rgba(255, 91, 79, 0.18), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(183, 140, 255, 0.14), transparent 34%),
        linear-gradient(135deg, rgba(255, 91, 79, 0.082), transparent 28%),
        repeating-linear-gradient(120deg, rgba(255, 211, 108, 0.03) 0 1px, transparent 1px 24px),
        rgba(9, 6, 10, 0.78);
}

.lesson-panel--bio[data-champion="alekhine"] .bio-bridge__signal {
    filter:
        drop-shadow(0 0 24px rgba(255, 91, 79, 0.22))
        drop-shadow(0 0 30px rgba(183, 140, 255, 0.12))
        drop-shadow(0 18px 36px rgba(0, 0, 0, 0.34));
}

.lesson-panel--bio[data-champion="alekhine"] .bio-bridge__ring:first-child {
    border-color: rgba(255, 91, 79, 0.58);
    border-bottom-color: rgba(255, 211, 108, 0.48);
}

.lesson-panel--bio[data-champion="alekhine"] .bio-bridge__ring:nth-child(2) {
    border-color: rgba(183, 140, 255, 0.48);
    border-left-color: transparent;
    border-top-color: rgba(255, 154, 92, 0.46);
    animation-duration: 6.4s;
    animation-direction: reverse;
}

.lesson-panel--bio[data-champion="alekhine"] .bio-data-strip div,
.lesson-panel--quiz[data-champion="alekhine"] .quiz-console,
.lesson-panel--quote[data-champion="alekhine"] .quote-signal::before {
    border-color: rgba(255, 91, 79, 0.24);
}

.lesson-panel--bio[data-champion="alekhine"] .bio-data-strip div {
    background:
        linear-gradient(145deg, rgba(255, 91, 79, 0.07), rgba(183, 140, 255, 0.035)),
        rgba(255, 247, 221, 0.032);
}

.lesson-panel--bio[data-champion="alekhine"] .bio-log-entry__marker {
    border-color: rgba(255, 91, 79, 0.54);
    background:
        conic-gradient(from 40deg, rgba(255, 91, 79, 0.26), rgba(255, 211, 108, 0.28), rgba(183, 140, 255, 0.2), rgba(255, 91, 79, 0.26)),
        rgba(8, 5, 8, 0.94);
    color: #fff0d1;
    box-shadow:
        0 0 24px rgba(255, 91, 79, 0.2),
        0 0 34px rgba(183, 140, 255, 0.1);
}

.lesson-panel--bio[data-champion="alekhine"] .bio-log-entry__copy {
    background:
        linear-gradient(90deg, rgba(255, 91, 79, 0.06), rgba(183, 140, 255, 0.034), transparent),
        rgba(255, 247, 221, 0.032);
}

.lesson-panel--bio[data-champion="alekhine"] .bio-log-entry__copy strong {
    color: var(--alekhine-gold);
}

.lesson-panel--quiz[data-champion="alekhine"] .quiz-console {
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 91, 79, 0.18), transparent 32%),
        radial-gradient(circle at 82% 20%, rgba(183, 140, 255, 0.14), transparent 34%),
        linear-gradient(145deg, rgba(255, 91, 79, 0.076), rgba(255, 211, 108, 0.035)),
        repeating-linear-gradient(90deg, rgba(255, 247, 221, 0.028) 0 1px, transparent 1px 23px),
        rgba(4, 3, 5, 0.65);
    box-shadow:
        inset 0 0 0 1px rgba(255, 247, 221, 0.04),
        0 0 48px rgba(255, 91, 79, 0.08),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.lesson-panel--quiz[data-champion="alekhine"] .quiz-scanner {
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.32) 0 6%, rgba(255, 91, 79, 0.2) 7% 20%, transparent 21%),
        conic-gradient(from 120deg, transparent, rgba(255, 91, 79, 0.72), rgba(183, 140, 255, 0.48), rgba(255, 211, 108, 0.38), transparent 44%);
}

.lesson-panel--quiz[data-champion="alekhine"] .quiz-option:hover:not(:disabled) {
    border-color: rgba(255, 91, 79, 0.5);
    background: rgba(255, 91, 79, 0.08);
}

.lesson-panel--quote[data-champion="alekhine"] .quote-signal {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 91, 79, 0.14), transparent 36%),
        linear-gradient(135deg, rgba(255, 91, 79, 0.09), rgba(183, 140, 255, 0.04)),
        rgba(8, 5, 9, 0.74);
}

.lesson-panel--quote[data-champion="alekhine"] .champion-quote {
    background:
        linear-gradient(90deg, rgba(255, 91, 79, 0.13), rgba(183, 140, 255, 0.055), transparent),
        rgba(8, 5, 10, 0.6);
    box-shadow:
        inset 3px 0 0 rgba(255, 91, 79, 0.74),
        inset 0 0 0 1px rgba(255, 247, 221, 0.06),
        0 14px 34px rgba(0, 0, 0, 0.2);
}

.lesson-panel--play[data-champion="alekhine"] .puzzle-awaiting {
    border-color: rgba(255, 91, 79, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 91, 79, 0.08), rgba(183, 140, 255, 0.04)),
        rgba(7, 4, 8, 0.64);
}

.lesson-panel[data-champion="euwe"] {
    --euwe-green: #8fe68f;
    --euwe-cyan: #78dce8;
    --euwe-amber: #f0d27a;
    --euwe-ink: #09100c;
}

.lesson-panel--bio[data-champion="euwe"] {
    background:
        radial-gradient(circle at 16% 12%, rgba(143, 230, 143, 0.16), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(120, 220, 232, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(143, 230, 143, 0.07), transparent 30%),
        repeating-linear-gradient(90deg, rgba(240, 210, 122, 0.028) 0 1px, transparent 1px 28px),
        rgba(5, 10, 8, 0.78);
}

.lesson-panel--bio[data-champion="euwe"] .bio-bridge__signal {
    filter:
        drop-shadow(0 0 22px rgba(143, 230, 143, 0.18))
        drop-shadow(0 0 26px rgba(120, 220, 232, 0.1))
        drop-shadow(0 18px 36px rgba(0, 0, 0, 0.34));
}

.lesson-panel--bio[data-champion="euwe"] .bio-bridge__ring:first-child {
    border-color: rgba(143, 230, 143, 0.5);
    border-right-color: rgba(240, 210, 122, 0.48);
}

.lesson-panel--bio[data-champion="euwe"] .bio-bridge__ring:nth-child(2) {
    border-color: rgba(120, 220, 232, 0.42);
    border-bottom-color: transparent;
    border-left-color: rgba(143, 230, 143, 0.4);
    animation-duration: 9s;
}

.lesson-panel--bio[data-champion="euwe"] .bio-data-strip div,
.lesson-panel--quiz[data-champion="euwe"] .quiz-console,
.lesson-panel--quote[data-champion="euwe"] .quote-signal::before {
    border-color: rgba(143, 230, 143, 0.24);
}

.lesson-panel--bio[data-champion="euwe"] .bio-data-strip div {
    background:
        linear-gradient(145deg, rgba(143, 230, 143, 0.06), rgba(120, 220, 232, 0.032)),
        rgba(255, 247, 221, 0.032);
}

.lesson-panel--bio[data-champion="euwe"] .bio-log-entry__marker {
    border-color: rgba(143, 230, 143, 0.5);
    background:
        conic-gradient(from 90deg, rgba(143, 230, 143, 0.22), rgba(240, 210, 122, 0.24), rgba(120, 220, 232, 0.18), rgba(143, 230, 143, 0.22)),
        rgba(4, 9, 7, 0.95);
    color: #ecffe6;
    box-shadow:
        0 0 24px rgba(143, 230, 143, 0.18),
        0 0 34px rgba(120, 220, 232, 0.08);
}

.lesson-panel--bio[data-champion="euwe"] .bio-log-entry__copy {
    background:
        linear-gradient(90deg, rgba(143, 230, 143, 0.052), rgba(120, 220, 232, 0.034), transparent),
        rgba(255, 247, 221, 0.032);
}

.lesson-panel--bio[data-champion="euwe"] .bio-log-entry__copy strong {
    color: var(--euwe-green);
}

.lesson-panel--quiz[data-champion="euwe"] .quiz-console {
    background:
        radial-gradient(circle at 18% 14%, rgba(143, 230, 143, 0.16), transparent 32%),
        radial-gradient(circle at 82% 20%, rgba(120, 220, 232, 0.12), transparent 34%),
        linear-gradient(145deg, rgba(143, 230, 143, 0.065), rgba(240, 210, 122, 0.032)),
        repeating-linear-gradient(90deg, rgba(255, 247, 221, 0.028) 0 1px, transparent 1px 25px),
        rgba(3, 6, 5, 0.66);
    box-shadow:
        inset 0 0 0 1px rgba(255, 247, 221, 0.04),
        0 0 46px rgba(143, 230, 143, 0.07),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.lesson-panel--quiz[data-champion="euwe"] .quiz-scanner {
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.32) 0 6%, rgba(143, 230, 143, 0.2) 7% 20%, transparent 21%),
        conic-gradient(from 120deg, transparent, rgba(143, 230, 143, 0.7), rgba(120, 220, 232, 0.48), rgba(240, 210, 122, 0.36), transparent 44%);
}

.lesson-panel--quiz[data-champion="euwe"] .quiz-option:hover:not(:disabled) {
    border-color: rgba(143, 230, 143, 0.48);
    background: rgba(143, 230, 143, 0.08);
}

.lesson-panel--quote[data-champion="euwe"] .quote-signal {
    background:
        radial-gradient(circle at 16% 18%, rgba(143, 230, 143, 0.12), transparent 36%),
        linear-gradient(135deg, rgba(143, 230, 143, 0.08), rgba(120, 220, 232, 0.04)),
        rgba(4, 8, 6, 0.74);
}

.lesson-panel--quote[data-champion="euwe"] .champion-quote {
    background:
        linear-gradient(90deg, rgba(143, 230, 143, 0.12), rgba(240, 210, 122, 0.05), transparent),
        rgba(5, 10, 8, 0.6);
    box-shadow:
        inset 3px 0 0 rgba(143, 230, 143, 0.72),
        inset 0 0 0 1px rgba(255, 247, 221, 0.06),
        0 14px 34px rgba(0, 0, 0, 0.2);
}

.lesson-panel--play[data-champion="euwe"] .puzzle-awaiting {
    border-color: rgba(143, 230, 143, 0.24);
    background:
        linear-gradient(135deg, rgba(143, 230, 143, 0.08), rgba(120, 220, 232, 0.04)),
        rgba(4, 8, 6, 0.64);
}

.quiz-mount {
    margin-top: 18px;
}

.quiz-console {
    position: relative;
    display: grid;
    gap: 16px;
    overflow: hidden;
    border: 1px solid rgba(68, 215, 208, 0.24);
    border-radius: 8px;
    padding: clamp(16px, 3vw, 24px);
    background:
        radial-gradient(circle at 15% 12%, rgba(68, 215, 208, 0.18), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(246, 199, 74, 0.12), transparent 32%),
        linear-gradient(145deg, rgba(68, 215, 208, 0.07), rgba(255, 247, 221, 0.035)),
        rgba(3, 4, 5, 0.58);
    box-shadow:
        inset 0 0 0 1px rgba(255, 247, 221, 0.035),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.quiz-console::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0 8%, rgba(68, 215, 208, 0.08) 8% 8.35%, transparent 8.35% 100%),
        linear-gradient(0deg, transparent 0 10%, rgba(246, 199, 74, 0.06) 10% 10.35%, transparent 10.35% 100%);
    background-size: 42px 42px;
    opacity: 0.42;
}

.quiz-console.is-correct {
    border-color: rgba(124, 227, 139, 0.42);
    box-shadow:
        inset 0 0 0 1px rgba(124, 227, 139, 0.08),
        0 0 34px rgba(124, 227, 139, 0.12),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.quiz-console.is-wrong {
    border-color: rgba(220, 47, 39, 0.44);
    box-shadow:
        inset 0 0 0 1px rgba(220, 47, 39, 0.08),
        0 0 34px rgba(220, 47, 39, 0.14),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.quiz-telemetry {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.quiz-orbit-map {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr)) auto;
    gap: 7px;
    align-items: center;
}

.quiz-orbit-node {
    display: grid;
    place-items: center;
    min-height: 28px;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 999px;
    background: rgba(255, 247, 221, 0.035);
    color: rgba(255, 247, 221, 0.55);
    font-size: 0.68rem;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
}

.quiz-orbit-node.is-past {
    border-color: rgba(124, 227, 139, 0.34);
    background: rgba(124, 227, 139, 0.09);
    color: #d8ffdc;
}

.quiz-orbit-node.is-current {
    border-color: rgba(246, 199, 74, 0.72);
    background:
        radial-gradient(circle, rgba(246, 199, 74, 0.25), transparent 62%),
        rgba(246, 199, 74, 0.1);
    color: #fff3be;
    box-shadow: 0 0 22px rgba(246, 199, 74, 0.26);
}

.quiz-orbit-score {
    justify-self: end;
    border: 1px solid rgba(68, 215, 208, 0.3);
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(68, 215, 208, 0.07);
    color: #d9fcff;
    font-size: 0.8rem;
    font-variant-numeric: tabular-nums;
}

.quiz-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(74px, 0.2fr) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    border: 1px solid rgba(246, 199, 74, 0.18);
    border-radius: 8px;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(246, 199, 74, 0.09), rgba(68, 215, 208, 0.045)),
        rgba(255, 247, 221, 0.035);
}

.quiz-scanner {
    position: relative;
    width: clamp(72px, 10vw, 96px);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.28) 0 6%, rgba(68, 215, 208, 0.18) 7% 20%, transparent 21%),
        conic-gradient(from 120deg, transparent, rgba(68, 215, 208, 0.62), transparent 38%);
    box-shadow:
        inset 0 0 28px rgba(68, 215, 208, 0.12),
        0 0 26px rgba(68, 215, 208, 0.2);
}

.quiz-scanner__ring,
.quiz-scanner__core,
.quiz-scanner__beam {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px solid rgba(68, 215, 208, 0.38);
}

.quiz-scanner__ring:nth-child(2) {
    inset: 28%;
    border-color: rgba(246, 199, 74, 0.42);
}

.quiz-scanner__core {
    inset: 42%;
    border: 0;
    background: #f6c74a;
    box-shadow: 0 0 18px rgba(246, 199, 74, 0.68);
}

.quiz-scanner__beam {
    inset: 48% 10% auto 50%;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(246, 199, 74, 0.95), transparent);
    transform-origin: left center;
    animation: quiz-scanner-sweep 3.8s linear infinite;
}

.quiz-question-copy {
    display: grid;
    gap: 8px;
}

.quiz-question-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.quiz-options {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.quiz-option {
    position: relative;
    display: grid;
    grid-template-columns: minmax(72px, 0.18fr) minmax(0, 1fr) 22px;
    gap: 12px;
    align-items: center;
    width: 100%;
    border: 1px solid rgba(255, 247, 221, 0.14);
    border-radius: 8px;
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(255, 247, 221, 0.055), rgba(68, 215, 208, 0.025)),
        rgba(255, 247, 221, 0.035);
    color: var(--text);
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

.quiz-option::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.14), transparent);
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 180ms ease, transform 240ms ease;
}

.quiz-option:hover:not(:disabled) {
    border-color: rgba(68, 215, 208, 0.46);
    background: rgba(68, 215, 208, 0.08);
}

.quiz-option:hover:not(:disabled)::before {
    opacity: 1;
    transform: translateX(100%);
}

.quiz-option:disabled {
    cursor: default;
    opacity: 0.88;
}

.quiz-option__route {
    position: relative;
    z-index: 1;
    color: var(--cyan);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.quiz-option__text {
    position: relative;
    z-index: 1;
    min-width: 0;
    font-weight: 800;
    line-height: 1.35;
}

.quiz-option__ping {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(68, 215, 208, 0.36);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(68, 215, 208, 0.16);
}

.quiz-option.is-correct {
    border-color: rgba(124, 227, 139, 0.72);
    background: rgba(124, 227, 139, 0.13);
}

.quiz-option.is-correct .quiz-option__ping {
    border-color: rgba(124, 227, 139, 0.82);
    background: rgba(124, 227, 139, 0.72);
    box-shadow: 0 0 20px rgba(124, 227, 139, 0.42);
}

.quiz-option.is-wrong {
    border-color: rgba(220, 47, 39, 0.7);
    background: rgba(220, 47, 39, 0.14);
}

.quiz-option.is-wrong .quiz-option__ping {
    border-color: rgba(220, 47, 39, 0.82);
    background: rgba(220, 47, 39, 0.68);
    box-shadow: 0 0 18px rgba(220, 47, 39, 0.42);
}

.quiz-feedback {
    position: relative;
    z-index: 1;
    margin: 0;
    border: 1px solid rgba(246, 199, 74, 0.22);
    border-radius: 8px;
    padding: 12px 14px;
    background: rgba(246, 199, 74, 0.06);
    color: #efe5ca;
    line-height: 1.55;
}

.quiz-feedback.is-correct {
    border-color: rgba(124, 227, 139, 0.36);
    background: rgba(124, 227, 139, 0.08);
}

.quiz-feedback.is-wrong {
    border-color: rgba(220, 47, 39, 0.34);
    background: rgba(220, 47, 39, 0.08);
}

.quiz-next {
    position: relative;
    z-index: 1;
    justify-self: end;
}

.quiz-next[hidden] {
    display: none !important;
}

.quiz-finish {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(124, 227, 139, 0.22);
    border-radius: 8px;
    padding: 22px;
    background:
        radial-gradient(circle at 18% 14%, rgba(124, 227, 139, 0.2), transparent 32%),
        linear-gradient(145deg, rgba(124, 227, 139, 0.08), rgba(68, 215, 208, 0.045)),
        rgba(3, 4, 5, 0.62);
}

.quiz-finish-signal {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(120px, 24vw, 170px);
    aspect-ratio: 1;
    margin-bottom: 18px;
    border-radius: 50%;
    background:
        conic-gradient(rgba(124, 227, 139, 0.92) var(--quiz-score), rgba(255, 247, 221, 0.08) 0),
        radial-gradient(circle, rgba(5, 5, 6, 0.94) 0 58%, transparent 59%);
    box-shadow: 0 0 34px rgba(124, 227, 139, 0.2);
}

.quiz-finish-signal__orbit {
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(68, 215, 208, 0.32);
    border-radius: 50%;
}

.quiz-finish-signal strong {
    color: #d8ffdc;
    font-size: clamp(1.8rem, 6vw, 2.6rem);
}

.quiz-finish-signal small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.quiz-finish .primary-action {
    margin-top: 18px;
}

.quiz-saved-note {
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(68, 215, 208, 0.06);
    color: #d9fcff;
    font-size: 0.9rem;
    font-weight: 800;
}

.puzzle-landing-modal {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: grid;
    place-items: center;
    padding: 22px;
    background:
        radial-gradient(circle at 50% 42%, rgba(124, 227, 139, 0.18), transparent 28%),
        radial-gradient(circle at 50% 54%, rgba(68, 215, 208, 0.14), transparent 38%),
        rgba(2, 5, 10, 0.72);
    backdrop-filter: blur(9px);
    opacity: 0;
    transform: scale(1.015);
    transition: opacity 0.34s ease, transform 0.34s ease;
}

.puzzle-landing-modal.is-visible {
    opacity: 1;
    transform: scale(1);
}

.puzzle-landing-modal__panel {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(560px, calc(100vw - 28px));
    border: 1px solid rgba(124, 227, 139, 0.38);
    border-radius: 8px;
    padding: clamp(22px, 4vw, 34px);
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(124, 227, 139, 0.12), rgba(68, 215, 208, 0.1), rgba(246, 199, 74, 0.06)),
        rgba(7, 10, 13, 0.96);
    text-align: center;
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.62),
        0 0 62px rgba(124, 227, 139, 0.18);
}

.puzzle-landing-modal__panel::before {
    position: absolute;
    inset: -30% -10% auto;
    height: 190px;
    content: "";
    background: linear-gradient(110deg, transparent, rgba(255, 247, 221, 0.14), transparent);
    animation: puzzleLandingScan 4s ease-in-out infinite;
}

.puzzle-landing-modal__ship {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: min(220px, 56vw);
    height: 154px;
    margin-bottom: 10px;
}

.puzzle-landing-modal__beam {
    position: absolute;
    top: 38px;
    width: 94px;
    height: 98px;
    clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
    background: linear-gradient(rgba(124, 227, 139, 0.28), rgba(68, 215, 208, 0.02));
    animation: puzzleLandingBeam 1.8s ease-in-out infinite;
}

.puzzle-landing-modal__craft {
    position: absolute;
    top: 14px;
    width: 74px;
    height: 42px;
    border: 1px solid rgba(255, 247, 221, 0.28);
    border-radius: 50% 50% 44% 44%;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 247, 221, 0.88), transparent 16%),
        linear-gradient(135deg, #d9fcff, #44d7d0 48%, #1d4d58);
    box-shadow:
        0 0 26px rgba(68, 215, 208, 0.34),
        0 14px 28px rgba(124, 227, 139, 0.16);
    animation: puzzleLandingCraft 1.8s ease-in-out infinite;
}

.puzzle-landing-modal__craft::before,
.puzzle-landing-modal__craft::after {
    position: absolute;
    top: 22px;
    width: 28px;
    height: 10px;
    border-radius: 999px;
    content: "";
    background: rgba(246, 199, 74, 0.72);
    box-shadow: 0 0 14px rgba(246, 199, 74, 0.38);
}

.puzzle-landing-modal__craft::before {
    left: -16px;
    transform: rotate(-16deg);
}

.puzzle-landing-modal__craft::after {
    right: -16px;
    transform: rotate(16deg);
}

.puzzle-landing-modal__pad {
    position: absolute;
    bottom: 24px;
    width: 170px;
    height: 24px;
    border: 1px solid rgba(124, 227, 139, 0.34);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(124, 227, 139, 0.22), rgba(68, 215, 208, 0.04) 58%, transparent 60%);
    box-shadow: 0 0 32px rgba(124, 227, 139, 0.24);
}

.puzzle-landing-modal__copy {
    position: relative;
    z-index: 1;
}

.puzzle-landing-modal h3 {
    margin: 8px 0;
    color: #d8ffdc;
    font-size: clamp(1.8rem, 6vw, 3.25rem);
    line-height: 0.98;
    text-shadow: 0 0 24px rgba(124, 227, 139, 0.28);
}

.puzzle-landing-modal p {
    max-width: 460px;
    margin: 0 auto;
    color: #ddd2b5;
    line-height: 1.55;
}

.puzzle-landing-modal__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
}

.puzzle-landing-modal__actions button:disabled {
    opacity: 0.58;
    cursor: default;
}

.puzzle-landing-modal__particles {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    overflow: hidden;
}

.puzzle-landing-modal__particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d8ffdc;
    box-shadow: 0 0 14px rgba(124, 227, 139, 0.72);
    opacity: 0;
    animation: puzzleLandingParticle 2.2s ease-out var(--delay) infinite;
}

.puzzle-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.puzzle-module-section + .puzzle-module-section {
    margin-top: clamp(24px, 5vw, 42px);
    padding-top: clamp(20px, 4vw, 34px);
    border-top: 1px solid rgba(68, 215, 208, 0.18);
}

.puzzle-module-section--training {
    position: relative;
}

.puzzle-module-section--training::before {
    position: absolute;
    inset: 0 auto auto 0;
    width: min(420px, 70vw);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(68, 215, 208, 0.7), transparent);
    box-shadow: 0 0 22px rgba(68, 215, 208, 0.22);
}

.puzzle-module-section--training .puzzle-hero {
    padding: 14px;
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.09), rgba(246, 199, 74, 0.045)),
        rgba(3, 8, 14, 0.28);
}

.puzzle-module-section--training .transmission-label {
    color: #d9fcff;
}

.puzzle-module-section--training .puzzle-route__head strong {
    color: #d9fcff;
}

.puzzle-metrics {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 230px;
}

.puzzle-metrics span {
    border: 1px solid rgba(246, 199, 74, 0.2);
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(246, 199, 74, 0.055);
    color: var(--gold-soft);
    font-size: 0.78rem;
    font-weight: 900;
}

.vc-sound-toggle {
    border: 1px solid rgba(68, 215, 208, 0.24);
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(68, 215, 208, 0.055);
    color: #d9fcff;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: inset 0 0 18px rgba(68, 215, 208, 0.055);
}

.vc-sound-toggle.is-on {
    border-color: rgba(124, 227, 139, 0.42);
    background: rgba(124, 227, 139, 0.105);
    color: #d8ffdc;
}

.puzzle-metrics .puzzle-sound-toggle,
.puzzle-metrics .vc-sound-toggle {
    display: none !important;
}

.puzzle-timer {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(68, 215, 208, 0.32);
    border-radius: 999px;
    border-color: rgba(68, 215, 208, 0.32) !important;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.18), rgba(246, 199, 74, 0.08)),
        radial-gradient(circle at 18% 50%, rgba(68, 215, 208, 0.24), transparent 40%) !important;
    color: #d9fcff !important;
    font-size: 0.78rem;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1;
    min-width: 168px;
    min-height: 40px;
    padding: 10px 14px !important;
    text-align: center;
    white-space: nowrap;
    box-shadow:
        inset 0 0 20px rgba(68, 215, 208, 0.1),
        0 0 18px rgba(68, 215, 208, 0.16);
    text-shadow: 0 0 12px rgba(217, 252, 255, 0.36);
}

.puzzle-timer::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #44d7d0;
    box-shadow: 0 0 14px rgba(68, 215, 208, 0.78);
}

.puzzle-timer.is-warning {
    border-color: rgba(246, 199, 74, 0.62) !important;
    background:
        linear-gradient(135deg, rgba(246, 199, 74, 0.22), rgba(220, 47, 39, 0.1)),
        radial-gradient(circle at 18% 50%, rgba(246, 199, 74, 0.34), transparent 42%) !important;
    color: #fff1c7 !important;
    box-shadow:
        0 0 18px rgba(246, 199, 74, 0.34),
        inset 0 0 20px rgba(246, 199, 74, 0.12);
    animation: puzzle-timer-warning 860ms ease-in-out infinite alternate;
}

.puzzle-timer.is-warning::before {
    background: #f6c74a;
    box-shadow: 0 0 18px rgba(246, 199, 74, 0.86);
}

.puzzle-timer.is-critical {
    border-color: rgba(220, 47, 39, 0.86) !important;
    background:
        linear-gradient(135deg, rgba(220, 47, 39, 0.34), rgba(246, 199, 74, 0.18)),
        radial-gradient(circle at 18% 50%, rgba(220, 47, 39, 0.44), transparent 42%) !important;
    color: #fff1df !important;
    box-shadow:
        0 0 30px rgba(220, 47, 39, 0.58),
        0 0 64px rgba(246, 199, 74, 0.18),
        inset 0 0 24px rgba(220, 47, 39, 0.2);
    animation: puzzle-timer-critical 360ms ease-in-out infinite alternate;
}

.puzzle-timer.is-critical::before {
    background: #ff4b3f;
    box-shadow: 0 0 20px rgba(220, 47, 39, 0.98);
}

.puzzle-timer.is-expired {
    border-color: rgba(220, 47, 39, 0.76) !important;
    background:
        linear-gradient(135deg, rgba(220, 47, 39, 0.34), rgba(5, 5, 6, 0.3)) !important;
    color: #fff1df !important;
    box-shadow:
        0 0 34px rgba(220, 47, 39, 0.56),
        inset 0 0 24px rgba(220, 47, 39, 0.18);
}

.puzzle-timer.is-expired::before {
    background: #ff4b3f;
    box-shadow: 0 0 20px rgba(220, 47, 39, 0.98);
}

.puzzle-timer.is-paused {
    opacity: 0.74;
}

.puzzle-command {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
    min-width: 0;
}

.puzzle-route {
    scroll-margin-top: 96px;
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    padding: 14px;
    background: rgba(68, 215, 208, 0.035);
}

.puzzle-route__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.puzzle-route__head strong {
    color: var(--gold-soft);
    font-size: 0.86rem;
}

.puzzle-route__grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(34px, 1fr));
    gap: 7px;
}

.puzzle-route__slot {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(255, 247, 221, 0.13);
    border-radius: 8px;
    padding: 8px 6px;
    background:
        linear-gradient(180deg, rgba(255, 247, 221, 0.055), rgba(255, 247, 221, 0.025)),
        rgba(5, 5, 6, 0.36);
    color: var(--text);
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 247, 221, 0.025);
}

.puzzle-route__slot.is-active {
    border-color: rgba(246, 199, 74, 0.58);
    background:
        linear-gradient(180deg, rgba(246, 199, 74, 0.15), rgba(246, 199, 74, 0.055)),
        rgba(5, 5, 6, 0.42);
}

.puzzle-route__slot.is-perfect {
    border-color: rgba(124, 227, 139, 0.64);
    background:
        linear-gradient(180deg, rgba(124, 227, 139, 0.15), rgba(124, 227, 139, 0.045)),
        rgba(5, 5, 6, 0.42);
}

.puzzle-route__slot.is-incorrect {
    border-color: rgba(220, 47, 39, 0.58);
    background:
        linear-gradient(180deg, rgba(220, 47, 39, 0.14), rgba(220, 47, 39, 0.045)),
        rgba(5, 5, 6, 0.42);
}

.puzzle-route__slot.is-pending {
    color: rgba(255, 247, 221, 0.58);
}

.puzzle-route__slot strong {
    color: rgba(255, 247, 221, 0.9);
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1;
}

.puzzle-route__slot.is-active strong {
    color: var(--gold-soft);
}

.puzzle-route__slot.is-perfect strong {
    color: #d8ffdc;
}

.puzzle-route__slot.is-incorrect strong {
    color: #ffc7c2;
}

.puzzle-route__mark {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 247, 221, 0.22);
}

.puzzle-route__slot.is-active .puzzle-route__mark {
    background: var(--gold);
    box-shadow: 0 0 12px rgba(246, 199, 74, 0.48);
}

.puzzle-route__slot.is-perfect .puzzle-route__mark {
    background: var(--green);
    box-shadow: 0 0 12px rgba(124, 227, 139, 0.5);
}

.puzzle-route__slot.is-incorrect .puzzle-route__mark {
    background: var(--red);
    box-shadow: 0 0 12px rgba(220, 47, 39, 0.42);
}

.puzzle-arena {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
    min-width: 0;
}

.puzzle-board-frame {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    place-items: center;
    min-width: 0;
    overflow: visible;
    border: 1px solid rgba(246, 199, 74, 0.24);
    border-radius: 8px;
    padding: 16px;
    background:
        linear-gradient(145deg, rgba(246, 199, 74, 0.08), rgba(68, 215, 208, 0.045)),
        rgba(3, 4, 5, 0.62);
    box-shadow: inset 0 0 0 1px rgba(255, 247, 221, 0.035);
}

.puzzle-board-frame.is-loading-diagram .champion-puzzle-board {
    opacity: 0.42;
    filter: saturate(0.82) brightness(0.76);
}

.puzzle-diagram-loader {
    position: absolute;
    left: 50%;
    top: calc(50% + 32px);
    z-index: 24;
    display: grid;
    justify-items: center;
    gap: 7px;
    width: min(78%, 330px);
    min-height: 138px;
    padding: 26px 24px 22px;
    overflow: hidden;
    border: 1px solid rgba(68, 215, 208, 0.42);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0%, rgba(246, 199, 74, 0.2), transparent 48%),
        linear-gradient(145deg, rgba(5, 18, 24, 0.92), rgba(3, 5, 8, 0.9));
    box-shadow:
        0 0 0 1px rgba(255, 247, 221, 0.06) inset,
        0 20px 62px rgba(0, 0, 0, 0.5),
        0 0 44px rgba(68, 215, 208, 0.22);
    color: #fff7dd;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, -50%);
}

.puzzle-diagram-loader[hidden] {
    display: none !important;
}

.puzzle-diagram-loader::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 247, 221, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.12), transparent),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
    opacity: 0.72;
}

.puzzle-diagram-loader__orbit {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(68, 215, 208, 0.42);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(246, 199, 74, 0.86) 0 5px, transparent 6px),
        radial-gradient(circle, rgba(68, 215, 208, 0.2), transparent 58%);
    box-shadow:
        0 0 18px rgba(246, 199, 74, 0.3),
        0 0 30px rgba(68, 215, 208, 0.22);
}

.puzzle-diagram-loader__orbit::before,
.puzzle-diagram-loader__orbit::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: rgba(68, 215, 208, 0.9);
    border-right-color: rgba(246, 199, 74, 0.6);
    animation: diagram-loader-spin 1.1s linear infinite;
}

.puzzle-diagram-loader__orbit::after {
    inset: 7px;
    border-top-color: rgba(255, 247, 221, 0.58);
    border-right-color: transparent;
    animation-duration: 1.8s;
    animation-direction: reverse;
}

.puzzle-diagram-loader strong,
.puzzle-diagram-loader small {
    position: relative;
    z-index: 1;
}

.puzzle-diagram-loader strong {
    font-size: clamp(1rem, 2vw, 1.18rem);
    font-weight: 950;
    letter-spacing: 0;
}

.puzzle-diagram-loader small {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.puzzle-board-timer-dock {
    position: relative;
    z-index: 18;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 680px);
    min-width: 0;
    padding: 2px clamp(8px, 2vw, 18px) 4px;
    pointer-events: none;
}

.puzzle-board-timer-dock::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(82%, 430px);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.9), rgba(246, 199, 74, 0.82), transparent);
    box-shadow:
        0 0 18px rgba(68, 215, 208, 0.46),
        0 0 28px rgba(246, 199, 74, 0.24);
    transform: translateX(-50%);
}

.puzzle-board-timer-dock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 48%;
    width: min(94%, 430px);
    height: 54px;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-right-color: rgba(246, 199, 74, 0.34);
    border-left-color: rgba(246, 199, 74, 0.16);
    border-radius: 999px;
    opacity: 0.78;
    transform: translate(-50%, -50%);
}

.puzzle-timer--board {
    width: min(100%, 360px);
    min-width: min(100%, 270px);
    min-height: 52px;
    padding: 13px 44px 13px 18px !important;
    border-color: rgba(68, 215, 208, 0.46) !important;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.22), rgba(246, 199, 74, 0.12)),
        radial-gradient(circle at 18% 50%, rgba(68, 215, 208, 0.34), transparent 42%),
        rgba(5, 5, 6, 0.76) !important;
    color: #efffff !important;
    font-size: clamp(0.88rem, 2.5vw, 1.04rem);
    box-shadow:
        inset 0 0 24px rgba(68, 215, 208, 0.14),
        0 0 24px rgba(68, 215, 208, 0.24),
        0 0 48px rgba(246, 199, 74, 0.08);
}

.puzzle-timer--board::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(68, 215, 208, 0.52);
    border-top-color: rgba(246, 199, 74, 0.86);
    border-radius: 50%;
    box-shadow:
        inset 0 0 12px rgba(68, 215, 208, 0.18),
        0 0 16px rgba(68, 215, 208, 0.3);
    transform: translateY(-50%) rotate(-22deg);
}

.puzzle-board-timer-dock:has(.puzzle-timer.is-warning)::before,
.puzzle-board-timer-dock:has(.puzzle-timer.is-critical)::before,
.puzzle-board-timer-dock:has(.puzzle-timer.is-expired)::before {
    background: linear-gradient(90deg, transparent, rgba(246, 199, 74, 0.98), rgba(220, 47, 39, 0.88), transparent);
    box-shadow:
        0 0 22px rgba(246, 199, 74, 0.44),
        0 0 38px rgba(220, 47, 39, 0.3);
}

.puzzle-timer--board.is-warning::after {
    border-color: rgba(246, 199, 74, 0.74);
    border-bottom-color: rgba(220, 47, 39, 0.34);
    box-shadow:
        inset 0 0 12px rgba(246, 199, 74, 0.18),
        0 0 18px rgba(246, 199, 74, 0.48);
}

.puzzle-timer--board.is-critical::after,
.puzzle-timer--board.is-expired::after {
    border-color: rgba(220, 47, 39, 0.86);
    border-top-color: rgba(246, 199, 74, 0.88);
    box-shadow:
        inset 0 0 14px rgba(220, 47, 39, 0.24),
        0 0 22px rgba(220, 47, 39, 0.62);
}

.puzzle-board-frame.is-crashing .champion-puzzle-board {
    animation: puzzle-board-impact 780ms cubic-bezier(0.2, 0.9, 0.25, 1);
}

.puzzle-board-retry {
    position: absolute;
    left: 50%;
    bottom: clamp(16px, 4vw, 34px);
    z-index: 62;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(86%, 300px);
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid rgba(255, 247, 221, 0.56);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(220, 47, 39, 0.92), rgba(246, 199, 74, 0.72)),
        rgba(5, 5, 6, 0.9);
    color: #fff7dd;
    font-family: inherit;
    font-size: clamp(0.82rem, 2.5vw, 0.98rem);
    font-weight: 950;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateX(-50%);
    box-shadow:
        0 0 0 1px rgba(255, 247, 221, 0.12),
        0 0 34px rgba(220, 47, 39, 0.72),
        0 0 84px rgba(246, 199, 74, 0.34);
    text-shadow: 0 1px 14px rgba(5, 5, 6, 0.52);
    animation: puzzle-board-retry-pulse 760ms ease-in-out infinite alternate;
}

.puzzle-board-retry[hidden] {
    display: none !important;
}

.puzzle-board-retry:focus-visible {
    outline: 2px solid #fff7dd;
    outline-offset: 4px;
}

.puzzle-crash-layer {
    --impact-x: 50%;
    --impact-y: 50%;
    position: absolute;
    inset: 0;
    z-index: 30;
    overflow: visible;
    pointer-events: none;
    opacity: 0;
}

.puzzle-crash-layer.is-active {
    opacity: 1;
}

.puzzle-crash-layer.is-settled {
    opacity: 1;
}

.puzzle-crash-alert {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(220, 47, 39, 0.22), transparent),
        radial-gradient(circle at var(--impact-x) var(--impact-y), rgba(246, 199, 74, 0.18), transparent 34%);
    mix-blend-mode: screen;
    opacity: 0;
    animation: puzzle-crash-alert 1050ms ease-out forwards;
}

.puzzle-crash-board-flash,
.puzzle-crash-firefield,
.puzzle-crash-heat,
.puzzle-crash-board-smoke {
    position: absolute;
    left: var(--board-left);
    top: var(--board-top);
    width: var(--board-width);
    height: var(--board-height);
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
}

.puzzle-crash-board-flash {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 247, 221, 0.96) 0 9%, rgba(246, 199, 74, 0.84) 18%, rgba(220, 47, 39, 0.54) 38%, transparent 68%),
        linear-gradient(135deg, rgba(255, 247, 221, 0.35), rgba(220, 47, 39, 0.26));
    filter: blur(2px);
    mix-blend-mode: screen;
    transform: scale(0.62);
    animation: puzzle-crash-board-flash 1200ms ease-out 260ms forwards;
}

.puzzle-crash-firefield {
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 247, 221, 0.55) 0 3%, rgba(246, 199, 74, 0.56) 7%, transparent 19%),
        radial-gradient(circle at 72% 30%, rgba(255, 247, 221, 0.4) 0 4%, rgba(220, 47, 39, 0.58) 10%, transparent 24%),
        radial-gradient(circle at 45% 72%, rgba(246, 199, 74, 0.68) 0 8%, rgba(220, 47, 39, 0.5) 16%, transparent 32%),
        linear-gradient(0deg, rgba(220, 47, 39, 0.62), rgba(246, 199, 74, 0.22) 48%, rgba(5, 5, 6, 0.12));
    box-shadow:
        0 0 52px rgba(220, 47, 39, 0.62),
        0 0 120px rgba(246, 199, 74, 0.38);
    mix-blend-mode: screen;
    transform: scale(0.96);
    animation: puzzle-crash-firefield 1300ms ease-out 520ms forwards, puzzle-crash-firefield-pulse 860ms ease-in-out 1.45s infinite alternate;
}

.puzzle-crash-heat {
    inset: calc(var(--board-top) - 28px) auto auto calc(var(--board-left) - 28px);
    width: calc(var(--board-width) + 56px);
    height: calc(var(--board-height) + 56px);
    border: 1px solid rgba(246, 199, 74, 0.18);
    background:
        repeating-linear-gradient(115deg, rgba(255, 247, 221, 0.08) 0 7px, transparent 7px 18px),
        radial-gradient(circle at 50% 50%, rgba(246, 199, 74, 0.17), transparent 64%);
    filter: blur(5px);
    mix-blend-mode: screen;
    animation: puzzle-crash-heat 1500ms ease-out 430ms forwards;
}

.puzzle-crash-board-smoke {
    inset: calc(var(--board-top) - 34px) auto auto calc(var(--board-left) - 34px);
    width: calc(var(--board-width) + 68px);
    height: calc(var(--board-height) + 68px);
    background:
        radial-gradient(circle at 22% 34%, rgba(25, 20, 18, 0.52), transparent 34%),
        radial-gradient(circle at 62% 22%, rgba(82, 62, 46, 0.42), transparent 38%),
        radial-gradient(circle at 72% 72%, rgba(15, 14, 14, 0.48), transparent 34%),
        radial-gradient(circle at 42% 72%, rgba(220, 47, 39, 0.2), transparent 38%);
    filter: blur(15px);
    mix-blend-mode: multiply;
    animation: puzzle-crash-board-smoke 1700ms ease-out 720ms forwards;
}

.puzzle-crash-trail {
    position: absolute;
    left: var(--impact-x);
    top: var(--impact-y);
    width: min(72vw, 520px);
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.3), rgba(246, 199, 74, 0.72), rgba(220, 47, 39, 0.78));
    filter: blur(4px);
    opacity: 0;
    transform-origin: right center;
    animation: puzzle-crash-trail 760ms cubic-bezier(0.18, 0.88, 0.25, 1) forwards;
}

.puzzle-crash-ship {
    position: absolute;
    left: var(--impact-x);
    top: var(--impact-y);
    width: 72px;
    height: 30px;
    border-radius: 70% 18% 18% 70%;
    background:
        linear-gradient(90deg, rgba(255, 247, 221, 0.95), rgba(68, 215, 208, 0.9) 58%, rgba(5, 5, 6, 0.72)),
        #d9fcff;
    box-shadow:
        0 0 24px rgba(68, 215, 208, 0.74),
        -34px 0 36px rgba(246, 199, 74, 0.42);
    opacity: 0;
    transform-origin: 70% 50%;
    animation: puzzle-crash-ship 760ms cubic-bezier(0.2, 0.86, 0.22, 1) forwards;
}

.puzzle-crash-ship::before,
.puzzle-crash-ship::after {
    content: "";
    position: absolute;
    left: 30px;
    width: 28px;
    height: 14px;
    background: rgba(246, 199, 74, 0.82);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}

.puzzle-crash-ship::before {
    top: -7px;
    transform: rotate(-18deg);
}

.puzzle-crash-ship::after {
    bottom: -7px;
    transform: rotate(18deg);
}

.puzzle-crash-flash,
.puzzle-crash-wave,
.puzzle-crash-crater,
.puzzle-crash-smoke,
.puzzle-crash-flame,
.puzzle-crash-label {
    position: absolute;
    left: var(--impact-x);
    top: var(--impact-y);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none;
}

.puzzle-crash-flash {
    width: min(86vw, 620px);
    height: min(86vw, 620px);
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.96) 0 14%, rgba(246, 199, 74, 0.82) 26%, rgba(220, 47, 39, 0.66) 48%, transparent 72%);
    filter: blur(1px);
    animation: puzzle-crash-flash 850ms ease-out 430ms forwards;
}

.puzzle-crash-wave {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(246, 199, 74, 0.88);
    box-shadow: 0 0 38px rgba(220, 47, 39, 0.56);
    animation: puzzle-crash-wave 920ms ease-out 450ms forwards;
}

.puzzle-crash-shard {
    position: absolute;
    left: var(--impact-x);
    top: var(--impact-y);
    width: 5px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 247, 221, 0.95), rgba(220, 47, 39, 0.78));
    box-shadow: 0 0 12px rgba(246, 199, 74, 0.45);
    opacity: 0;
    transform: translate(-50%, -50%) rotate(24deg);
    animation: puzzle-crash-shard 720ms cubic-bezier(0.18, 0.82, 0.28, 1) var(--shard-delay) forwards;
}

.puzzle-crash-crater {
    width: min(82vw, 540px);
    height: min(82vw, 540px);
    background:
        radial-gradient(circle, rgba(255, 247, 221, 0.9) 0 5%, rgba(246, 199, 74, 0.8) 9%, rgba(220, 47, 39, 0.78) 24%, rgba(5, 5, 6, 0.78) 46%, transparent 68%),
        repeating-conic-gradient(from 18deg, rgba(246, 199, 74, 0.34) 0 8deg, transparent 8deg 20deg);
    box-shadow:
        0 0 58px rgba(220, 47, 39, 0.78),
        0 0 140px rgba(246, 199, 74, 0.42);
    opacity: 0;
    animation: puzzle-crash-crater 1050ms ease-out 520ms forwards;
}

.puzzle-crash-smoke {
    width: min(94vw, 680px);
    height: min(88vw, 620px);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 42%, rgba(22, 18, 16, 0.66), transparent 34%),
        radial-gradient(circle at 58% 36%, rgba(74, 58, 44, 0.46), transparent 35%),
        radial-gradient(circle at 50% 62%, rgba(220, 47, 39, 0.24), transparent 44%);
    filter: blur(9px);
    mix-blend-mode: multiply;
    opacity: 0;
    animation: puzzle-crash-smoke 1450ms ease-out 720ms forwards;
}

.puzzle-crash-flame {
    width: 28px;
    height: 64px;
    border-radius: 50% 50% 46% 46%;
    background:
        radial-gradient(circle at 50% 70%, rgba(255, 247, 221, 0.98) 0 14%, transparent 15%),
        radial-gradient(circle at 48% 55%, rgba(246, 199, 74, 0.96) 0 34%, transparent 35%),
        linear-gradient(180deg, rgba(255, 114, 47, 0.98), rgba(220, 47, 39, 0.92) 62%, transparent 100%);
    box-shadow:
        0 0 18px rgba(246, 199, 74, 0.68),
        0 0 34px rgba(220, 47, 39, 0.58);
    opacity: 0;
    transform-origin: 50% 100%;
    animation: puzzle-crash-flame 780ms ease-out var(--flame-delay) forwards, puzzle-crash-fire-breathe 680ms ease-in-out 1.38s infinite alternate;
}

.puzzle-crash-board-flame {
    position: absolute;
    left: var(--board-flame-x);
    top: var(--board-flame-y);
    width: 34px;
    height: 86px;
    border-radius: 50% 50% 44% 44%;
    background:
        radial-gradient(circle at 50% 72%, rgba(255, 247, 221, 0.98) 0 12%, transparent 13%),
        radial-gradient(circle at 50% 56%, rgba(246, 199, 74, 0.98) 0 31%, transparent 32%),
        linear-gradient(180deg, rgba(255, 135, 46, 0.98), rgba(220, 47, 39, 0.92) 58%, rgba(92, 12, 8, 0.18) 100%);
    box-shadow:
        0 0 22px rgba(246, 199, 74, 0.76),
        0 0 48px rgba(220, 47, 39, 0.7);
    opacity: 0;
    transform-origin: 50% 100%;
    animation:
        puzzle-crash-board-flame 920ms ease-out var(--board-flame-delay) forwards,
        puzzle-crash-board-fire-breathe 780ms ease-in-out 1.35s infinite alternate;
}

.puzzle-crash-label {
    min-width: 116px;
    border: 1px solid rgba(255, 247, 221, 0.28);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(28, 4, 4, 0.82);
    color: #fff1df;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 28px rgba(220, 47, 39, 0.5);
    opacity: 0;
    transform: translate(-50%, calc(-50% + 82px)) scale(0.9);
    animation: puzzle-crash-label 650ms ease-out 700ms forwards;
}

.champion-puzzle-board {
    --puzzle-coord-gap: clamp(18px, 3vw, 26px);
    --puzzle-coord-edge: clamp(6px, 1.1vw, 10px);
    width: min(100%, 680px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 247, 221, 0.18);
    border-radius: 8px;
    padding: 0;
    background: #eee4d1;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.champion-puzzle-board .cg-wrap,
.champion-puzzle-board cg-container {
    width: calc(100% - var(--puzzle-coord-gap) - var(--puzzle-coord-edge)) !important;
    height: calc(100% - var(--puzzle-coord-gap) - var(--puzzle-coord-edge)) !important;
    margin: var(--puzzle-coord-edge) var(--puzzle-coord-edge) var(--puzzle-coord-gap) var(--puzzle-coord-gap);
    overflow: visible !important;
    position: relative;
}

.champion-puzzle-board cg-board {
    background-color: #eee4d1 !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><g id="a"><g id="b"><g id="c"><g id="d"><rect width="1" height="1" id="e" fill="%23eee4d1"/><use x="1" y="1" href="%23e"/><rect y="1" width="1" height="1" id="f" fill="%231a8e78"/><use x="1" y="-1" href="%23f"/></g><use x="2" href="%23d"/></g><use x="4" href="%23c"/></g><use y="2" href="%23b"/></g><use y="4" href="%23a"/></svg>') !important;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.champion-puzzle-board piece {
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.champion-puzzle-board .ads-eval-promotion-modal {
    width: min(320px, calc(100% - 26px)) !important;
    max-width: calc(100% - 26px) !important;
    overflow: hidden !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 15px !important;
    border: 1px solid rgba(246, 199, 74, 0.52) !important;
    border-radius: 12px !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(246, 199, 74, 0.24), transparent 36%),
        radial-gradient(circle at 84% 12%, rgba(68, 215, 208, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(8, 9, 10, 0.98), rgba(20, 16, 8, 0.96)) !important;
    color: var(--text) !important;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.68) !important,
        0 0 0 1px rgba(255, 247, 221, 0.07) inset !important,
        0 0 36px rgba(246, 199, 74, 0.24) !important,
        0 0 54px rgba(68, 215, 208, 0.14) !important;
    backdrop-filter: blur(14px) saturate(128%) !important;
    animation: vc-promotion-arrival 260ms cubic-bezier(0.18, 0.88, 0.24, 1.18);
}

.champion-puzzle-board .ads-eval-promotion-modal::before {
    content: "";
    position: absolute;
    inset: 8px;
    z-index: 0;
    border: 1px solid rgba(255, 247, 221, 0.08);
    border-radius: 9px;
    background:
        linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.12), transparent),
        repeating-linear-gradient(180deg, rgba(255, 247, 221, 0.035) 0 1px, transparent 1px 8px);
    opacity: 0.7;
    pointer-events: none;
}

.champion-puzzle-board .ads-eval-promotion-modal::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -44px;
    z-index: 0;
    width: 118px;
    height: 118px;
    border: 1px solid rgba(68, 215, 208, 0.32);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(68, 215, 208, 0.16), transparent 58%);
    box-shadow: 0 0 34px rgba(68, 215, 208, 0.18);
    pointer-events: none;
}

.champion-puzzle-board .ads-eval-promotion-title,
.champion-puzzle-board .ads-eval-promotion-grid,
.champion-puzzle-board .ads-eval-promotion-cancel {
    position: relative;
    z-index: 1;
}

.champion-puzzle-board .ads-eval-promotion-title {
    display: grid !important;
    gap: 4px;
    color: var(--gold-soft);
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
        0 0 14px rgba(246, 199, 74, 0.26),
        0 1px 3px rgba(0, 0, 0, 0.66);
}

.champion-puzzle-board .ads-eval-promotion-title::after {
    content: "";
    justify-self: center;
    width: min(140px, 58%);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(68, 215, 208, 0.9), rgba(246, 199, 74, 0.82), transparent);
    box-shadow:
        0 0 12px rgba(68, 215, 208, 0.36),
        0 0 18px rgba(246, 199, 74, 0.22);
}

.champion-puzzle-board .ads-eval-promotion-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px !important;
    width: 100%;
    padding: 7px;
    border: 1px solid rgba(255, 247, 221, 0.08);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: inset 0 4px 18px rgba(0, 0, 0, 0.42);
}

.champion-puzzle-board .ads-eval-promotion-piece {
    display: grid !important;
    place-items: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 82px;
    gap: 5px;
    padding: 8px 5px 7px !important;
    border: 1px solid rgba(246, 199, 74, 0.26) !important;
    border-radius: 10px !important;
    appearance: none;
    background:
        radial-gradient(circle at 50% 34%, rgba(246, 199, 74, 0.16), transparent 44%),
        linear-gradient(180deg, rgba(255, 247, 221, 0.1), rgba(255, 247, 221, 0.025)) !important;
    color: var(--gold-soft);
    font-family: inherit;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 247, 221, 0.14);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.champion-puzzle-board .ads-eval-promotion-piece::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(68, 215, 208, 0.14), transparent 44%, rgba(246, 199, 74, 0.1));
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.champion-puzzle-board .ads-eval-promotion-piece:hover,
.champion-puzzle-board .ads-eval-promotion-piece:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(246, 199, 74, 0.78) !important;
    background:
        radial-gradient(circle at 50% 32%, rgba(246, 199, 74, 0.28), transparent 48%),
        linear-gradient(180deg, rgba(255, 247, 221, 0.16), rgba(68, 215, 208, 0.06)) !important;
    box-shadow:
        0 12px 26px rgba(0, 0, 0, 0.42),
        0 0 24px rgba(246, 199, 74, 0.22),
        0 0 30px rgba(68, 215, 208, 0.16);
    outline: none;
}

.champion-puzzle-board .ads-eval-promotion-piece:hover::before,
.champion-puzzle-board .ads-eval-promotion-piece:focus-visible::before {
    opacity: 1;
}

.champion-puzzle-board .ads-eval-promotion-piece-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 1;
    display: block !important;
    width: clamp(38px, 10vw, 50px) !important;
    height: clamp(38px, 10vw, 50px) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter:
        drop-shadow(0 7px 11px rgba(0, 0, 0, 0.58))
        drop-shadow(0 0 12px rgba(246, 199, 74, 0.16));
    transition:
        transform 180ms ease,
        filter 180ms ease;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.white.queen {
    background-image: url("../../evaluacion/piezassilicio/wQ.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.white.rook {
    background-image: url("../../evaluacion/piezassilicio/wR.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.white.bishop {
    background-image: url("../../evaluacion/piezassilicio/wB.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.white.knight {
    background-image: url("../../evaluacion/piezassilicio/wN.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.black.queen {
    background-image: url("../../evaluacion/piezassilicio/bQ.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.black.rook {
    background-image: url("../../evaluacion/piezassilicio/bR.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.black.bishop {
    background-image: url("../../evaluacion/piezassilicio/bB.svg") !important;
}

.champion-puzzle-board piece.ads-eval-promotion-piece-icon.black.knight {
    background-image: url("../../evaluacion/piezassilicio/bN.svg") !important;
}

.champion-puzzle-board .ads-eval-promotion-piece:hover .ads-eval-promotion-piece-icon,
.champion-puzzle-board .ads-eval-promotion-piece:focus-visible .ads-eval-promotion-piece-icon {
    transform: translateY(-1px) scale(1.08);
    filter:
        drop-shadow(0 8px 14px rgba(0, 0, 0, 0.64))
        drop-shadow(0 0 16px rgba(246, 199, 74, 0.32))
        drop-shadow(0 0 20px rgba(68, 215, 208, 0.2));
}

.champion-puzzle-board .ads-eval-promotion-piece-label {
    position: relative;
    z-index: 1;
    display: block !important;
    color: rgba(255, 247, 221, 0.86);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.68);
}

.champion-puzzle-board .ads-eval-promotion-cancel {
    border: 1px solid rgba(255, 247, 221, 0.16) !important;
    border-radius: 9px !important;
    padding: 8px 11px !important;
    background: rgba(255, 247, 221, 0.06) !important;
    color: rgba(255, 247, 221, 0.82) !important;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

.champion-puzzle-board .ads-eval-promotion-cancel:hover,
.champion-puzzle-board .ads-eval-promotion-cancel:focus-visible {
    border-color: rgba(68, 215, 208, 0.52) !important;
    background: rgba(68, 215, 208, 0.1) !important;
    color: #efffff !important;
    outline: none;
}

.champion-puzzle-board .ads-eval-promotion-modal--black {
    border-color: rgba(255, 247, 221, 0.54) !important;
    background:
        radial-gradient(circle at 50% 6%, rgba(255, 247, 221, 0.24), transparent 34%),
        radial-gradient(circle at 18% 0%, rgba(68, 215, 208, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(4, 5, 6, 0.99), rgba(13, 17, 17, 0.98)) !important;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.76) !important,
        0 0 0 1px rgba(255, 247, 221, 0.1) inset !important,
        0 0 34px rgba(255, 247, 221, 0.16) !important,
        0 0 48px rgba(68, 215, 208, 0.18) !important;
}

.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-title {
    color: #fffdf2;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.4),
        0 0 20px rgba(68, 215, 208, 0.22),
        0 1px 3px rgba(0, 0, 0, 0.72);
}

.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-grid {
    border-color: rgba(255, 247, 221, 0.12);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 42%),
        rgba(0, 0, 0, 0.36);
}

.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-piece {
    border-color: rgba(255, 247, 221, 0.28) !important;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.22), transparent 43%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(68, 215, 208, 0.045)) !important;
}

.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-piece:hover,
.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-piece:focus-visible {
    border-color: rgba(255, 255, 255, 0.86) !important;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.32), transparent 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(68, 215, 208, 0.08)) !important;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.5),
        0 0 24px rgba(255, 255, 255, 0.22),
        0 0 34px rgba(68, 215, 208, 0.18);
}

.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-piece-icon {
    filter:
        drop-shadow(0 5px 9px rgba(0, 0, 0, 0.95))
        drop-shadow(0 0 14px rgba(255, 255, 255, 0.62))
        drop-shadow(0 0 26px rgba(255, 255, 255, 0.24))
        drop-shadow(0 0 24px rgba(68, 215, 208, 0.24));
}

.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-piece:hover .ads-eval-promotion-piece-icon,
.champion-puzzle-board .ads-eval-promotion-modal--black .ads-eval-promotion-piece:focus-visible .ads-eval-promotion-piece-icon {
    filter:
        drop-shadow(0 8px 14px rgba(0, 0, 0, 0.96))
        drop-shadow(0 0 19px rgba(255, 255, 255, 0.86))
        drop-shadow(0 0 34px rgba(255, 255, 255, 0.42))
        drop-shadow(0 0 30px rgba(68, 215, 208, 0.3));
}

.champion-puzzle-board cg-board square.selected {
    background-color: rgba(246, 199, 74, 0.42) !important;
}

.champion-puzzle-board cg-board square.last-move {
    background-color: rgba(68, 215, 208, 0.28) !important;
}

.champion-puzzle-board cg-board square.move-dest {
    background: radial-gradient(circle, rgba(246, 199, 74, 0.48) 22%, transparent 24%);
}

.champion-puzzle-board coords.files {
    position: absolute !important;
    right: 0 !important;
    bottom: calc(var(--puzzle-coord-gap) * -0.82) !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    align-items: center !important;
    height: calc(var(--puzzle-coord-gap) * 0.7) !important;
    pointer-events: none !important;
}

.champion-puzzle-board coords.ranks {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: calc(var(--puzzle-coord-gap) * -0.82) !important;
    display: grid !important;
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
    align-items: center !important;
    width: calc(var(--puzzle-coord-gap) * 0.7) !important;
    pointer-events: none !important;
}

.champion-puzzle-board coords coord {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #15120c !important;
    font-size: clamp(9px, 1.6vw, 12px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-shadow: none !important;
    transform: none !important;
}

.champion-puzzle-board coords.ranks coord:nth-child(1) { order: 8; }
.champion-puzzle-board coords.ranks coord:nth-child(2) { order: 7; }
.champion-puzzle-board coords.ranks coord:nth-child(3) { order: 6; }
.champion-puzzle-board coords.ranks coord:nth-child(4) { order: 5; }
.champion-puzzle-board coords.ranks coord:nth-child(5) { order: 4; }
.champion-puzzle-board coords.ranks coord:nth-child(6) { order: 3; }
.champion-puzzle-board coords.ranks coord:nth-child(7) { order: 2; }
.champion-puzzle-board coords.ranks coord:nth-child(8) { order: 1; }

.champion-puzzle-board coords.files.black coord:nth-child(1) { order: 8; }
.champion-puzzle-board coords.files.black coord:nth-child(2) { order: 7; }
.champion-puzzle-board coords.files.black coord:nth-child(3) { order: 6; }
.champion-puzzle-board coords.files.black coord:nth-child(4) { order: 5; }
.champion-puzzle-board coords.files.black coord:nth-child(5) { order: 4; }
.champion-puzzle-board coords.files.black coord:nth-child(6) { order: 3; }
.champion-puzzle-board coords.files.black coord:nth-child(7) { order: 2; }
.champion-puzzle-board coords.files.black coord:nth-child(8) { order: 1; }

.champion-puzzle-board coords.ranks.black coord:nth-child(1) { order: 1; }
.champion-puzzle-board coords.ranks.black coord:nth-child(2) { order: 2; }
.champion-puzzle-board coords.ranks.black coord:nth-child(3) { order: 3; }
.champion-puzzle-board coords.ranks.black coord:nth-child(4) { order: 4; }
.champion-puzzle-board coords.ranks.black coord:nth-child(5) { order: 5; }
.champion-puzzle-board coords.ranks.black coord:nth-child(6) { order: 6; }
.champion-puzzle-board coords.ranks.black coord:nth-child(7) { order: 7; }
.champion-puzzle-board coords.ranks.black coord:nth-child(8) { order: 8; }

.puzzle-telemetry {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
    align-content: start;
    align-items: start;
    gap: 12px;
    min-width: 0;
}

.puzzle-status-card,
.puzzle-facts,
.puzzle-awaiting {
    min-width: 0;
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 247, 221, 0.04);
}

.puzzle-status-card {
    border-color: rgba(246, 199, 74, 0.22);
    background: rgba(246, 199, 74, 0.055);
}

.puzzle-status-card.is-loading {
    border-color: rgba(68, 215, 208, 0.3);
}

.puzzle-status-card.is-warning,
.puzzle-status-card.is-incorrect {
    border-color: rgba(220, 47, 39, 0.56);
    background: rgba(220, 47, 39, 0.12);
}

.puzzle-status-card.is-perfect {
    border-color: rgba(124, 227, 139, 0.58);
    background: rgba(124, 227, 139, 0.12);
}

.puzzle-status-card strong,
.puzzle-awaiting strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-soft);
    font-size: 1.22rem;
}

.puzzle-status-card p,
.puzzle-awaiting p {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.62;
}

.puzzle-fuel-briefing {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.puzzle-fuel-briefing__pulse {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow:
        0 0 0 0 rgba(246, 199, 74, 0.42),
        0 0 18px rgba(246, 199, 74, 0.34);
    animation: puzzle-fuel-briefing-pulse 1.45s ease-out infinite;
}

.puzzle-sequence-line {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.puzzle-sequence-line__label {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.puzzle-sequence {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.puzzle-sequence__number,
.puzzle-sequence__result {
    color: rgba(255, 247, 221, 0.58);
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
}

.puzzle-sequence__move {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid rgba(246, 199, 74, 0.24);
    border-radius: 6px;
    padding: 4px 8px;
    background: linear-gradient(135deg, rgba(246, 199, 74, 0.14), rgba(255, 247, 221, 0.045));
    color: var(--gold-soft);
    font-family: "Times New Roman", "Noto Serif", serif;
    font-size: 1.04rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    box-shadow: inset 0 0 18px rgba(246, 199, 74, 0.08);
}

.puzzle-sequence__move.is-black {
    border-color: rgba(68, 215, 208, 0.25);
    background: linear-gradient(135deg, rgba(68, 215, 208, 0.12), rgba(255, 247, 221, 0.04));
    color: #d9fcff;
    box-shadow: inset 0 0 18px rgba(68, 215, 208, 0.08);
}

.puzzle-progress {
    display: inline-flex;
    margin-top: 14px;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 900;
}

.puzzle-sync-notice {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    z-index: 90;
    max-width: min(360px, calc(100vw - 2rem));
    padding: 0.85rem 1rem;
    border: 1px solid rgba(246, 199, 74, 0.42);
    border-radius: 8px;
    background: rgba(10, 13, 28, 0.94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
    color: var(--gold-soft);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.puzzle-sync-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.puzzle-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.puzzle-facts div {
    min-width: 0;
}

.puzzle-facts dt {
    color: var(--muted);
    font-size: 0.76rem;
}

.puzzle-facts dd {
    margin: 4px 0 0;
    color: var(--gold-soft);
    font-weight: 850;
}

.puzzle-retry {
    grid-column: 1 / -1;
    width: 100%;
}

.puzzle-awaiting {
    min-height: 320px;
    display: grid;
    align-content: center;
    justify-items: start;
    background:
        linear-gradient(145deg, rgba(68, 215, 208, 0.08), rgba(246, 199, 74, 0.04)),
        rgba(255, 247, 221, 0.035);
}

.puzzle-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 18px;
}

.board-wrap--empty {
    background: rgba(10, 10, 8, 0.52);
}

.puzzle-status {
    border: 1px solid rgba(68, 215, 208, 0.18);
    border-radius: 8px;
    padding: 18px;
    background: rgba(68, 215, 208, 0.045);
}

.puzzle-status strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-soft);
    font-size: 1.25rem;
}

.lesson-panel--quote {
    display: grid;
    justify-items: stretch;
    overflow: hidden;
    padding: clamp(18px, 3vw, 30px);
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.09), transparent 28%),
        linear-gradient(90deg, transparent, rgba(246, 199, 74, 0.08), transparent),
        rgba(255, 247, 221, 0.035);
}

.quote-signal {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(138px, 180px) minmax(0, 1fr);
    gap: clamp(18px, 4vw, 34px);
    align-items: center;
    width: 100%;
    min-width: 0;
}

.quote-signal::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border: 1px solid rgba(68, 215, 208, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 247, 221, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 247, 221, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.55;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.quote-signal__portrait {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 180px);
    aspect-ratio: 1 / 1;
    justify-self: center;
}

.quote-signal__portrait::before,
.quote-signal__portrait::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(68, 215, 208, 0.52);
    border-radius: 50%;
    box-shadow:
        0 0 24px rgba(68, 215, 208, 0.22),
        inset 0 0 22px rgba(246, 199, 74, 0.12);
    transform: rotate(-12deg);
}

.quote-signal__portrait::after {
    inset: 19px;
    border-color: rgba(246, 199, 74, 0.46);
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: quote-signal-rotate 7s linear infinite;
}

.quote-signal__portrait img {
    position: relative;
    z-index: 1;
    width: min(78%, 138px);
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 247, 221, 0.2);
    border-radius: 50%;
    object-fit: cover;
    background: rgba(4, 7, 10, 0.8);
    box-shadow:
        0 0 0 8px rgba(68, 215, 208, 0.055),
        0 22px 44px rgba(0, 0, 0, 0.42);
}

.quote-signal__content {
    min-width: 0;
}

.quote-signal__header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: baseline;
    margin-bottom: 16px;
}

.quote-signal__header strong {
    color: var(--text);
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
    line-height: 1.1;
}

.champion-quote {
    position: relative;
    max-width: 820px;
    margin: 0;
    border: 0;
    padding: 18px clamp(18px, 3vw, 26px);
    color: var(--gold-soft);
    font-size: clamp(1.15rem, 2.35vw, 1.75rem);
    font-weight: 820;
    font-style: italic;
    line-height: 1.42;
    text-wrap: balance;
    background:
        linear-gradient(90deg, rgba(246, 199, 74, 0.12), rgba(68, 215, 208, 0.045), transparent),
        rgba(5, 11, 13, 0.58);
    box-shadow:
        inset 3px 0 0 rgba(246, 199, 74, 0.72),
        inset 0 0 0 1px rgba(255, 247, 221, 0.06),
        0 14px 34px rgba(0, 0, 0, 0.2);
}

.quote-byline {
    display: grid;
    gap: 3px;
    margin-top: 18px;
    color: var(--text);
    font-weight: 950;
}

.quote-byline small {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.quote-telemetry {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.quote-telemetry span {
    border: 1px solid rgba(68, 215, 208, 0.24);
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(68, 215, 208, 0.055);
    color: #dff8f2;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.premium-gate {
    margin-top: 24px;
    border: 1px solid rgba(246, 199, 74, 0.22);
    border-radius: 8px;
    padding: 20px;
    background: rgba(246, 199, 74, 0.055);
}

.premium-gate strong {
    display: block;
    margin: 8px 0;
    font-size: 1.45rem;
}

.premium-gate p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.6;
}

.site-footer {
    border-top: 1px solid rgba(246, 199, 74, 0.14);
    padding: 28px 32px 42px;
    color: var(--muted);
    text-align: center;
}

.unlock-dialog {
    width: min(980px, calc(100vw - 28px));
    max-height: min(86vh, 820px);
    border: 1px solid rgba(246, 199, 74, 0.34);
    border-radius: 8px;
    padding: 0;
    background: #0b0a08;
    color: var(--text);
    box-shadow: var(--shadow);
    overflow: auto;
}

.unlock-dialog::backdrop {
    background: rgba(0, 0, 0, 0.72);
}

.unlock-dialog.is-session-replaced {
    border-color: rgba(68, 215, 208, 0.5);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.58),
        0 0 42px rgba(68, 215, 208, 0.18);
}

.unlock-dialog.is-session-replaced::backdrop {
    background:
        radial-gradient(circle at 50% 45%, rgba(68, 215, 208, 0.16), transparent 34%),
        rgba(0, 0, 0, 0.82);
}

.dialog-close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid rgba(255, 247, 221, 0.2);
    border-radius: 6px;
    padding: 8px 10px;
    background: rgba(255, 247, 221, 0.06);
    color: var(--text);
    cursor: pointer;
}

.unlock-dialog__body {
    padding: 34px;
}

.unlock-dialog h2 {
    margin: 10px 0 12px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 0.98;
}

.unlock-dialog p {
    color: #ddd2b5;
    line-height: 1.65;
}

.unlock-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.unlock-benefits span {
    border: 1px solid rgba(124, 227, 139, 0.24);
    border-radius: 999px;
    padding: 7px 10px;
    color: #c9ffd0;
    font-size: 0.82rem;
    font-weight: 800;
}

.vc-paywall-head {
    max-width: 680px;
}

.vc-session-closed-panel {
    position: relative;
    display: grid;
    gap: 10px;
    margin: 20px 0;
    border: 1px solid rgba(68, 215, 208, 0.34);
    border-radius: 8px;
    padding: 18px 18px 18px 62px;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.14), rgba(220, 47, 39, 0.09)),
        rgba(255, 247, 221, 0.035);
    overflow: hidden;
}

.vc-session-closed-panel::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 62px;
    height: 1px;
    background: linear-gradient(90deg, rgba(68, 215, 208, 0.9), transparent);
}

.vc-session-closed-panel__signal {
    position: absolute;
    top: 19px;
    left: 18px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(68, 215, 208, 0.62);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(68, 215, 208, 0.96) 0 22%, rgba(68, 215, 208, 0.16) 24% 100%);
    box-shadow: 0 0 24px rgba(68, 215, 208, 0.36);
}

.vc-session-closed-panel__signal::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(68, 215, 208, 0.28);
    border-radius: 50%;
    animation: session-signal-pulse 1.65s ease-out infinite;
}

.vc-session-closed-panel strong {
    color: #ffffff;
    font-size: 1.02rem;
    letter-spacing: 0;
}

.vc-session-closed-panel p {
    margin: 0;
    color: #d9fcff;
}

@keyframes session-signal-pulse {
    from {
        opacity: 0.7;
        transform: scale(0.82);
    }
    to {
        opacity: 0;
        transform: scale(1.35);
    }
}

.vc-price-card {
    display: grid;
    gap: 4px;
    margin: 20px 0;
    border: 1px solid rgba(246, 199, 74, 0.34);
    border-radius: 8px;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(246, 199, 74, 0.16), rgba(68, 215, 208, 0.07)),
        rgba(255, 247, 221, 0.035);
}

.vc-price-card span,
.vc-price-card small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.vc-price-card strong {
    color: var(--gold-soft);
    font-size: clamp(2rem, 6vw, 3.6rem);
    line-height: 0.95;
}

.vc-paywall-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 18px;
    align-items: start;
}

.vc-paywall-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    gap: 18px;
    align-items: start;
    margin-top: 18px;
}

.vc-paywall-details .vc-paywall-faq {
    align-self: start;
}

.unlock-dialog .price-alert-card.is-paywall-footer {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
    align-items: center;
    margin-top: 18px;
}

.unlock-dialog .price-alert-card.is-paywall-footer .price-alert-card__copy {
    max-width: 620px;
}

.unlock-dialog .price-alert-card.is-paywall-footer h3 {
    font-size: clamp(1.25rem, 2.3vw, 1.72rem);
    line-height: 1.1;
}

.vc-paywall-value .price-alert-card {
    grid-template-columns: 1fr;
}

.vc-paywall-account-only {
    max-width: 620px;
}

.vc-paywall-value {
    display: grid;
    gap: 12px;
}

.vc-paywall-preview {
    position: relative;
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(246, 199, 74, 0.26);
    border-radius: 8px;
    padding: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 25%, rgba(246, 199, 74, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(12, 16, 29, 0.88), rgba(3, 19, 22, 0.76));
}

.vc-paywall-preview::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(rgba(255, 247, 221, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 247, 221, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.72;
    pointer-events: none;
}

.vc-paywall-preview__visual {
    position: relative;
    min-height: 118px;
}

.vc-paywall-preview__gem {
    position: absolute;
    top: 24px;
    left: 18px;
    width: 62px;
    height: 62px;
    transform: rotate(45deg);
    border: 1px solid rgba(246, 199, 74, 0.8);
    border-radius: 13px;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.84), transparent 16%),
        linear-gradient(135deg, #f6c74a, #44d7d0 50%, #101c38);
    box-shadow: 0 0 28px rgba(246, 199, 74, 0.22);
}

.vc-paywall-preview__ring {
    position: absolute;
    top: 18px;
    left: 8px;
    width: 86px;
    height: 70px;
    transform: rotate(-16deg);
    border: 1px solid rgba(68, 215, 208, 0.42);
    border-radius: 50%;
}

.vc-paywall-preview__cert {
    position: absolute;
    right: 0;
    bottom: 8px;
    display: grid;
    place-items: center;
    min-width: 72px;
    height: 44px;
    border: 1px solid rgba(255, 247, 221, 0.22);
    border-radius: 8px;
    color: #fff8df;
    background: rgba(2, 5, 12, 0.78);
    font-size: 0.66rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vc-paywall-preview__copy {
    position: relative;
    display: grid;
    gap: 6px;
}

.vc-paywall-preview__copy .eyebrow {
    margin: 0;
}

.vc-paywall-preview__copy strong {
    color: #fff8df;
    font-size: 1.1rem;
    line-height: 1.14;
}

.vc-paywall-preview__copy span {
    color: #ddd2b5;
    line-height: 1.48;
}

.vc-paywall-preview__badge {
    position: absolute;
    right: 12px;
    bottom: 10px;
    border: 1px solid rgba(246, 199, 74, 0.34);
    border-radius: 999px;
    padding: 5px 9px;
    color: #f6c74a;
    background: rgba(246, 199, 74, 0.08);
    font-size: 0.68rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vc-paywall-benefits,
.vc-auth-panel,
.vc-premium-panel,
.vc-payment-box,
.vc-terms-box,
.reset-card,
.terms-document {
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 10% 0%, rgba(68, 215, 208, 0.09), transparent 36%),
        rgba(255, 247, 221, 0.035);
}

.vc-paywall-benefits {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.vc-paywall-faq {
    border: 1px solid rgba(255, 247, 221, 0.12);
    border-radius: 8px;
    padding: 12px;
    background:
        radial-gradient(circle at 18% 0%, rgba(68, 215, 208, 0.08), transparent 34%),
        rgba(255, 247, 221, 0.03);
}

.vc-paywall-faq__title,
.vc-account-protection strong {
    color: #fff8df;
    font-size: 0.95rem;
    font-weight: 950;
}

.vc-paywall-faq__title {
    margin: 0 0 8px;
}

.vc-checkout-trust {
    margin: 2px 0 8px;
}

.vc-checkout-trust span {
    border-color: rgba(68, 215, 208, 0.16);
    color: #c9ffd0;
    background: rgba(68, 215, 208, 0.06);
}

.vc-account-protection {
    display: grid;
    gap: 6px;
    border: 1px solid rgba(68, 215, 208, 0.22);
    border-radius: 8px;
    padding: 13px;
    background:
        linear-gradient(135deg, rgba(68, 215, 208, 0.1), rgba(246, 199, 74, 0.05)),
        rgba(255, 247, 221, 0.03);
}

.vc-account-protection p {
    margin: 0;
    color: #ddd2b5;
    line-height: 1.58;
}

.vc-paywall-benefit {
    position: relative;
    display: grid;
    gap: 4px;
    border: 1px solid rgba(68, 215, 208, 0.14);
    border-radius: 8px;
    padding: 13px 13px 13px 48px;
    background: rgba(68, 215, 208, 0.04);
}

.vc-paywall-benefit::before {
    position: absolute;
    top: 14px;
    left: 13px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(246, 199, 74, 0.28);
    border-radius: 6px;
    color: #f6c74a;
    background: rgba(246, 199, 74, 0.06);
    content: attr(data-step);
    font-size: 0.62rem;
    font-weight: 950;
}

.vc-paywall-benefit strong,
.vc-auth-panel > strong,
.vc-payment-box > strong,
.vc-account-head strong {
    color: #fff8df;
    font-weight: 950;
}

.vc-paywall-benefit span,
.vc-auth-panel p,
.vc-payment-box p,
.vc-account-head span,
.reset-card p,
.terms-document p,
.terms-document li {
    color: #ddd2b5;
    line-height: 1.58;
}

.vc-auth-panel,
.vc-premium-panel {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.vc-auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.vc-auth-tabs .secondary-action {
    justify-content: center;
}

.vc-auth-tabs .secondary-action.is-active {
    border-color: rgba(246, 199, 74, 0.58);
    background: rgba(246, 199, 74, 0.16);
    color: var(--gold-soft);
}

.vc-form {
    display: grid;
    gap: 10px;
}

.vc-field {
    display: grid;
    gap: 6px;
}

.vc-field span,
.vc-check {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 850;
}

.vc-field input {
    width: 100%;
    border: 1px solid rgba(255, 247, 221, 0.16);
    border-radius: 6px;
    padding: 11px 12px;
    background: rgba(5, 5, 6, 0.56);
    color: var(--text);
    outline: none;
}

.vc-field input:focus {
    border-color: rgba(68, 215, 208, 0.58);
    box-shadow: 0 0 0 3px rgba(68, 215, 208, 0.11);
}

.vc-check {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    line-height: 1.45;
}

.vc-check input {
    margin-top: 2px;
    accent-color: var(--gold);
}

.vc-check a,
.terms-document a {
    color: var(--gold-soft);
}

.vc-link-button {
    justify-self: start;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--cyan);
    cursor: pointer;
    font-weight: 850;
}

.vc-message {
    margin: 0;
    border: 1px solid rgba(68, 215, 208, 0.16);
    border-radius: 8px;
    padding: 11px 12px;
    background: rgba(68, 215, 208, 0.055);
    color: #d9fcff !important;
}

.vc-message:empty,
.vc-message[hidden] {
    display: none;
}

.vc-message.is-correct {
    border-color: rgba(124, 227, 139, 0.26);
    background: rgba(124, 227, 139, 0.07);
    color: #d8ffdc !important;
}

.vc-message.is-wrong {
    border-color: rgba(220, 47, 39, 0.34);
    background: rgba(220, 47, 39, 0.09);
    color: #ffd2c7 !important;
}

.vc-account-head {
    display: grid;
    gap: 2px;
    border: 1px solid rgba(246, 199, 74, 0.18);
    border-radius: 8px;
    padding: 13px;
    background: rgba(246, 199, 74, 0.06);
}

.vc-payment-box,
.vc-terms-box {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.vc-paypal {
    position: relative;
    min-height: 72px;
}

.vc-paypal::after {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    content: attr(data-paypal-status);
}

.vc-terms-summary {
    display: grid;
    gap: 8px;
}

.vc-terms-summary p {
    margin: 0;
    color: #ddd2b5;
}

.reset-shell,
.terms-shell {
    width: min(960px, calc(100vw - 28px));
    margin: 0 auto;
    padding: 132px 0 54px;
}

.reset-card,
.terms-document {
    padding: clamp(22px, 4vw, 42px);
}

.terms-document h1 {
    margin: 12px 0 18px;
    color: var(--gold-soft);
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 0.98;
}

.terms-document h2 {
    margin: 28px 0 8px;
    color: #fff8df;
}

.terms-note {
    border-left: 3px solid rgba(246, 199, 74, 0.62);
    padding-left: 14px;
}

@media (max-width: 1040px) {
    .hero-grid,
    .reward-showcase,
    .value-section__head,
    .commerce-faq__head,
    .price-alert-card,
    .mission-shell,
    .champion-profile,
    .gem-chamber__header,
    .champion-gem-card,
    .mission-console,
    .puzzle-command,
    .puzzle-arena,
    .puzzle-shell {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: 0;
    }

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

    .value-prize {
        grid-template-columns: minmax(140px, 0.24fr) minmax(0, 1fr);
    }

    .value-prize .primary-action {
        grid-column: 2;
        width: fit-content;
    }

    .reward-showcase__visual {
        min-height: 280px;
    }

    .commerce-faq__grid {
        grid-template-columns: 1fr;
    }

    .cockpit {
        min-height: 560px;
    }

    .mission-map {
        position: static;
        max-height: none;
    }

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

    .bio-data-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bio-data-strip div:last-child {
        grid-column: 1 / -1;
    }

    .gem-chamber__body {
        grid-template-columns: 1fr;
    }

    .silicon-master-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .silicon-master-card__actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .silicon-certificate-dialog__panel {
        grid-template-columns: 1fr;
    }

    .silicon-certificate-dialog__field,
    .silicon-certificate-dialog__message,
    .silicon-certificate-dialog__actions {
        grid-column: 1;
    }

    .gem-chamber__actions {
        justify-content: flex-start;
    }

    .puzzle-route__grid {
        grid-template-columns: repeat(10, minmax(34px, 1fr));
    }

    .gem-orbit {
        grid-template-columns: repeat(6, minmax(58px, 1fr));
    }

    .champion-gem-card__telemetry {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .champion-puzzle-board {
        width: min(100%, 620px);
    }

    .vc-paywall-grid {
        grid-template-columns: 1fr;
    }

    .vc-paywall-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body.has-mobile-buy-cta {
        padding-bottom: 84px;
    }

    body.has-mobile-buy-cta .mobile-buy-cta {
        display: flex;
    }

    .site-header {
        align-items: flex-start;
        gap: 8px;
        padding: 12px 16px;
    }

    .brand {
        max-width: 154px;
    }

    .brand img {
        width: 34px;
        height: 34px;
    }

    .brand strong {
        font-size: 0.84rem;
    }

    .brand small {
        display: none;
    }

    .header-actions {
        flex: 0 1 auto;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 6px;
    }

    .header-actions a:first-child {
        display: none;
    }

    .header-actions button {
        display: none;
    }

    .header-actions .language-switch {
        display: inline-flex;
    }

    .header-actions .language-switch button {
        display: inline-flex;
        justify-content: center;
        padding: 7px 8px;
        font-size: 0.72rem;
    }

    .header-actions a,
    .header-actions button {
        padding: 8px 9px;
        font-size: 0.78rem;
    }

    .hero {
        padding: 98px 16px 44px;
    }

    .hero-grid,
    .value-section,
    .reward-showcase,
    .commerce-faq,
    .value-section__head,
    .commerce-faq__head,
    .hero-copy,
    .hero-lead,
    .hero-actions,
    .cockpit,
    .mission-shell,
    .mission-map,
    .mission-control {
        max-width: 100%;
        min-width: 0;
    }

    .hero-grid,
    .value-section,
    .reward-showcase,
    .commerce-faq,
    .value-section__head,
    .commerce-faq__head,
    .hero-copy,
    .hero-lead,
    .hero-actions,
    .cockpit {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

    .hero h1 {
        font-size: 3.1rem;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .launch-offer {
        grid-template-columns: 1fr;
        border-radius: 8px;
        width: 100%;
    }

    .launch-offer strong {
        white-space: normal;
    }

    .value-section {
        margin-top: 0;
        padding: 0 16px;
    }

    .reward-showcase {
        margin: -8px auto 24px;
        padding: 0 16px;
    }

    .reward-showcase__visual,
    .reward-showcase__copy {
        padding: 18px;
    }

    .reward-showcase__visual {
        min-height: 250px;
    }

    .reward-certificate-mini {
        width: min(280px, 78%);
        min-height: 166px;
        padding: 15px 15px 36px;
    }

    .reward-crown-gem {
        right: 16px;
        top: 44px;
        width: 114px;
    }

    .reward-certificate-mini__seal {
        width: 46px;
        height: 46px;
    }

    .reward-showcase__copy h2 {
        font-size: 2rem;
    }

    .commerce-faq {
        padding: 0 16px;
    }

    .value-section__head,
    .reward-showcase,
    .commerce-faq__head,
    .value-grid,
    .value-prize,
    .price-alert-card {
        grid-template-columns: 1fr;
    }

    .commerce-trust-strip,
    .vc-checkout-trust {
        align-items: stretch;
        flex-direction: column;
    }

    .commerce-trust-strip span,
    .vc-checkout-trust span {
        width: 100%;
    }

    .price-alert-card {
        padding: 16px;
    }

    .unlock-dialog .price-alert-card.is-paywall-footer {
        grid-template-columns: 1fr;
    }

    .price-alert-form button {
        width: 100%;
    }

    .value-card {
        min-height: 0;
    }

    .value-prize .primary-action {
        grid-column: 1;
        width: 100%;
    }

    .value-prize__visual {
        min-height: 122px;
        width: min(220px, 100%);
    }

    .mission-stats,
    .champion-meta,
    .champion-gem-card__telemetry,
    .bio-capsule,
    .puzzle-facts,
    .lesson-nav {
        grid-template-columns: 1fr;
    }

    .gem-chamber {
        padding: 12px;
    }

    .gem-chamber__header {
        align-items: start;
    }

    .gem-chamber__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
    }

    .gem-chamber__counter {
        justify-items: start;
    }

    .gem-chamber__counter span,
    .gem-chamber__counter small {
        text-align: left;
    }

    .gem-chamber__toggle {
        padding: 0 12px;
    }

    .gem-rail {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .gem-rail-node {
        height: 32px;
    }

    .gem-objective__steps div {
        grid-template-columns: 30px minmax(0, 1fr);
    }

    .gem-milestones {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gem-orbit {
        grid-template-columns: repeat(3, minmax(70px, 1fr));
    }

    .gem-node {
        min-height: 88px;
    }

    .champion-gem-card {
        gap: 12px;
    }

    .champion-gem-card__crystal {
        width: 90px;
        height: 90px;
    }

    .champion-gem-card__crystal span {
        width: 46px;
        height: 58px;
    }

    .gem-ceremony {
        padding: 14px;
    }

    .gem-ceremony__panel {
        padding: 22px 16px;
    }

    .gem-ceremony__gem {
        width: min(210px, 66vw);
        height: min(210px, 66vw);
    }

    .gem-ceremony h2 {
        font-size: clamp(1.8rem, 11vw, 3.2rem);
    }

    .silicon-master-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .silicon-master-card__actions,
    .silicon-certificate-dialog__actions,
    .silicon-master-ceremony__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .silicon-master-card__actions button,
    .silicon-certificate-dialog__actions button,
    .silicon-master-ceremony__actions button {
        width: 100%;
    }

    .silicon-master-ceremony,
    .silicon-certificate-dialog {
        padding: 14px;
    }

    .silicon-master-ceremony__panel {
        padding: 16px 14px;
        max-height: calc(100dvh - 20px);
    }

    .silicon-master-trophy {
        width: min(178px, 52vw);
        height: min(178px, 52vw);
    }

    .silicon-master-trophy__crown {
        top: 22px;
        width: 94px;
        height: 46px;
    }

    .silicon-master-trophy__core {
        bottom: 48px;
        width: 58px;
        height: 74px;
    }

    .silicon-master-trophy__base {
        bottom: 34px;
        width: 106px;
    }

    .silicon-master-ceremony h2 {
        font-size: clamp(1.9rem, 11vw, 3rem);
    }

    .silicon-master-ceremony p {
        font-size: 0.92rem;
        line-height: 1.42;
    }

    .silicon-master-ceremony__seal {
        font-size: 0.68rem;
    }

    .silicon-certificate-preview {
        min-height: 190px;
    }

    .puzzle-landing-modal {
        padding: 14px;
    }

    .puzzle-landing-modal__panel {
        padding: 20px 16px;
    }

    .puzzle-landing-modal__ship {
        height: 134px;
    }

    .puzzle-landing-modal__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .puzzle-landing-modal__actions button {
        width: 100%;
    }

    .cockpit {
        min-height: 470px;
        overflow: hidden;
    }

    .orbit-avatar {
        width: 96px;
        height: 116px;
    }

    .orbit-avatar img {
        width: 84px;
        height: 84px;
    }

    .central-core {
        width: 116px;
        height: 116px;
    }

    .central-core span {
        font-size: 2.2rem;
    }

    .access-band {
        align-items: flex-start;
        flex-direction: column;
        margin-right: 16px;
        margin-left: 16px;
    }

    .mission-map {
        max-height: 440px;
        overflow: auto;
    }

    .mission-section {
        padding: 44px 16px 64px;
    }

    .mission-control,
    .champion-detail,
    .lesson-stage,
    .lesson-panel {
        scroll-margin-top: 112px;
    }

    .section-title h2,
    .champion-copy h3 {
        font-size: 2.1rem;
    }

    .champion-detail {
        padding: 16px;
    }

    .lesson-panel {
        padding: 16px;
    }

    .lesson-nav__button {
        min-height: 44px;
        padding: 10px;
    }

    .section-advance {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .section-advance__button {
        width: 100%;
    }

    .lesson-panel__intro h4,
    .quiz-head strong,
    .quiz-finish h4,
    .premium-gate strong {
        font-size: 1.32rem;
    }

    .bio-bridge {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bio-bridge::before {
        inset: -10px;
        background-size: 22px 22px;
    }

    .bio-bridge__signal {
        width: min(56vw, 154px);
    }

    .bio-bridge__intro h4 {
        font-size: 1.55rem;
        line-height: 1.12;
    }

    .bio-bridge__intro p {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .bio-data-strip {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bio-data-strip div:last-child {
        grid-column: auto;
    }

    .bio-route-head {
        margin-bottom: 12px;
    }

    .bio-timeline {
        gap: 10px;
        padding-left: 0;
    }

    .bio-timeline::before {
        left: 18px;
    }

    .bio-log-entry {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 8px;
    }

    .bio-log-entry__marker {
        width: 34px;
        height: 34px;
        margin-top: 12px;
        font-size: 0.66rem;
    }

    .bio-log-entry__copy {
        padding: 14px;
    }

    .bio-log-entry__copy p {
        line-height: 1.68;
    }

    .bio-copy p {
        padding: 14px 12px 14px 46px;
    }

    .bio-copy p::before {
        left: 12px;
    }

    .quiz-head,
    .quiz-finish,
    .puzzle-status {
        padding: 16px;
    }

    .quiz-console {
        padding: 14px;
    }

    .quiz-orbit-map {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .quiz-orbit-score {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .quiz-head {
        grid-template-columns: 1fr;
    }

    .quiz-scanner {
        width: 78px;
    }

    .quiz-option {
        grid-template-columns: minmax(0, 1fr) 18px;
    }

    .quiz-option__route {
        grid-column: 1 / -1;
    }

    .puzzle-shell {
        gap: 14px;
    }

    .puzzle-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .puzzle-metrics {
        justify-content: flex-start;
        min-width: 0;
    }

    .puzzle-command {
        gap: 14px;
    }

    .puzzle-telemetry {
        grid-template-columns: 1fr;
    }

    .puzzle-route {
        scroll-margin-top: 112px;
        padding: 12px;
    }

    .puzzle-route__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .puzzle-route__slot {
        min-height: 36px;
        padding: 8px 6px;
    }

    .puzzle-board-frame {
        gap: 8px;
        padding: 10px;
    }

    @media (orientation: portrait) {
        .mission-control {
            overflow: visible;
        }

        .lesson-panel--play,
        .lesson-panel--play .puzzle-command,
        .lesson-panel--play .puzzle-arena {
            overflow: visible;
        }

        .lesson-panel--play .puzzle-board-frame {
            width: calc(100vw - 8px);
            max-width: calc(100vw - 8px);
            margin-right: calc(50% - 50vw + 4px);
            margin-left: calc(50% - 50vw + 4px);
            padding: 4px;
        }

        .lesson-panel--play .champion-puzzle-board {
            --puzzle-coord-gap: clamp(16px, 4.5vw, 20px);
            --puzzle-coord-edge: 4px;
            width: 100%;
            max-width: calc(100vw - 18px);
        }
    }

    .puzzle-diagram-loader {
        top: calc(50% + 26px);
        width: min(84%, 280px);
        min-height: 120px;
        padding: 22px 18px 18px;
    }

    .puzzle-diagram-loader__orbit {
        width: 46px;
        height: 46px;
    }

    .puzzle-board-timer-dock {
        padding-inline: 4px;
    }

    .puzzle-timer--board {
        min-height: 46px;
        padding: 11px 40px 11px 14px !important;
        font-size: 0.86rem;
    }

    .puzzle-status-card,
    .puzzle-facts,
    .puzzle-awaiting {
        padding: 14px;
    }

    .quote-signal {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .quote-signal::before {
        inset: -10px;
        background-size: 22px 22px;
    }

    .quote-signal__portrait {
        width: min(58vw, 154px);
    }

    .quote-signal__header {
        margin-bottom: 12px;
    }

    .champion-quote {
        padding: 16px 14px;
        font-size: 1.08rem;
        line-height: 1.5;
    }

    .quote-telemetry span {
        font-size: 0.68rem;
    }

    .champion-node {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .champion-node__badge {
        grid-column: 2;
        justify-self: start;
    }

    .unlock-dialog__body {
        padding: 24px 16px 18px;
    }

    .vc-auth-tabs {
        grid-template-columns: 1fr;
    }

    .vc-paywall-preview {
        grid-template-columns: 1fr;
    }

    .vc-paywall-preview__visual {
        min-height: 104px;
        width: 134px;
    }

    .vc-paywall-preview__badge {
        position: static;
        justify-self: start;
    }

    .reset-shell,
    .terms-shell {
        padding-top: 112px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .space-field {
        animation: drift-grid 18s linear infinite;
    }

    .orbit-avatar {
        transition: transform 180ms ease, filter 180ms ease;
    }

    .orbit-avatar:hover {
        filter: brightness(1.1);
        transform: translateY(-4px);
    }
}

@keyframes drift-grid {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 84px 84px;
    }
}

@keyframes vc-promotion-arrival {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.84);
    }

    72% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.035);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes puzzle-board-impact {
    0% { transform: translate(0, 0) scale(1); filter: brightness(1); }
    16% { transform: translate(-9px, 5px) scale(1.006); filter: brightness(1.28); }
    30% { transform: translate(8px, -4px) scale(1.004); }
    45% { transform: translate(-5px, 3px) scale(1.002); }
    62% { transform: translate(3px, -2px) scale(1); }
    100% { transform: translate(0, 0) scale(1); filter: brightness(1); }
}

@keyframes puzzle-board-retry-pulse {
    0% {
        transform: translateX(-50%);
        filter: brightness(1);
        box-shadow:
            0 0 0 1px rgba(255, 247, 221, 0.12),
            0 0 28px rgba(220, 47, 39, 0.58),
            0 0 62px rgba(246, 199, 74, 0.24);
    }
    100% {
        transform: translateX(-50%);
        filter: brightness(1.18);
        box-shadow:
            0 0 0 1px rgba(255, 247, 221, 0.22),
            0 0 44px rgba(220, 47, 39, 0.86),
            0 0 104px rgba(246, 199, 74, 0.42);
    }
}

@keyframes puzzle-timer-warning {
    0% { transform: translateY(0); filter: brightness(1); }
    100% { transform: translateY(-1px); filter: brightness(1.18); }
}

@keyframes puzzle-timer-critical {
    0% { transform: translateY(0) scale(1); filter: brightness(1); }
    100% { transform: translateY(-2px) scale(1.035); filter: brightness(1.32); }
}

@keyframes puzzle-fuel-briefing-pulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(246, 199, 74, 0.42),
            0 0 18px rgba(246, 199, 74, 0.34);
    }
    70% {
        box-shadow:
            0 0 0 10px rgba(246, 199, 74, 0),
            0 0 22px rgba(246, 199, 74, 0.42);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(246, 199, 74, 0),
            0 0 18px rgba(246, 199, 74, 0.28);
    }
}

@keyframes puzzleLandingScan {
    0%,
    100% {
        opacity: 0;
        transform: translateX(-32%) rotate(-8deg);
    }
    48% {
        opacity: 1;
    }
    72% {
        opacity: 0;
        transform: translateX(24%) rotate(-8deg);
    }
}

@keyframes puzzleLandingBeam {
    0%,
    100% {
        opacity: 0.42;
        transform: scaleY(0.86);
    }
    50% {
        opacity: 0.9;
        transform: scaleY(1.04);
    }
}

@keyframes puzzleLandingCraft {
    0%,
    100% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(4px);
    }
}

@keyframes puzzleLandingParticle {
    0% {
        opacity: 0;
        transform: rotate(var(--angle)) translateX(0) scale(0.4);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(var(--angle)) translateX(var(--distance)) scale(0.8);
    }
}

@keyframes quiz-scanner-sweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes puzzle-crash-alert {
    0% { opacity: 0; transform: translateX(-22%); }
    18% { opacity: 0.9; }
    48% { opacity: 0.48; transform: translateX(12%); }
    100% { opacity: 0; transform: translateX(28%); }
}

@keyframes puzzle-crash-board-flash {
    0% { opacity: 0; transform: scale(0.36); filter: blur(1px) brightness(1); }
    18% { opacity: 1; transform: scale(1.08); filter: blur(2px) brightness(1.35); }
    100% { opacity: 0.36; transform: scale(1.28); filter: blur(9px) brightness(1.05); }
}

@keyframes puzzle-crash-firefield {
    0% { opacity: 0; transform: scale(0.68); }
    32% { opacity: 0.92; transform: scale(1.03); }
    100% { opacity: 0.72; transform: scale(1.08); }
}

@keyframes puzzle-crash-firefield-pulse {
    from { filter: hue-rotate(-10deg) brightness(1); }
    to { filter: hue-rotate(10deg) brightness(1.18); }
}

@keyframes puzzle-crash-heat {
    0% { opacity: 0; transform: scale(0.82) skewX(0deg); }
    34% { opacity: 0.78; transform: scale(1.04) skewX(-1.5deg); }
    100% { opacity: 0.42; transform: scale(1.14) skewX(1.5deg); }
}

@keyframes puzzle-crash-board-smoke {
    0% { opacity: 0; transform: scale(0.74) translateY(18px); }
    45% { opacity: 0.72; transform: scale(1.04) translateY(-8px); }
    100% { opacity: 0.58; transform: scale(1.16) translateY(-24px); }
}

@keyframes puzzle-crash-trail {
    0% {
        opacity: 0;
        transform: translate(-220px, -170px) rotate(42deg) scaleX(0.55);
    }
    22% { opacity: 0.82; }
    72% {
        opacity: 0.9;
        transform: translate(-24px, -20px) rotate(42deg) scaleX(1);
    }
    100% {
        opacity: 0;
        transform: translate(-4px, -4px) rotate(42deg) scaleX(0.28);
    }
}

@keyframes puzzle-crash-ship {
    0% {
        opacity: 0;
        transform: translate(-235px, -188px) rotate(42deg) scale(0.7);
    }
    18% { opacity: 1; }
    72% {
        opacity: 1;
        transform: translate(-18px, -14px) rotate(42deg) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(82deg) scale(0.34);
    }
}

@keyframes puzzle-crash-flash {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.2); }
    16% { opacity: 1; transform: translate(-50%, -50%) scale(0.9); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(2.7); }
}

@keyframes puzzle-crash-wave {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.15); }
    18% { opacity: 0.82; }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(18); }
}

@keyframes puzzle-crash-shard {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(18deg) scale(0.5);
    }
    15% { opacity: 0.95; }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--shard-x)), calc(-50% + var(--shard-y))) rotate(240deg) scale(0.15);
    }
}

@keyframes puzzle-crash-crater {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
    }
    22% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08) rotate(12deg);
    }
    100% {
        opacity: 0.92;
        transform: translate(-50%, -50%) scale(0.86) rotate(28deg);
    }
}

@keyframes puzzle-crash-smoke {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.42);
    }
    42% {
        opacity: 0.78;
        transform: translate(-50%, -58%) scale(0.96);
    }
    100% {
        opacity: 0.58;
        transform: translate(-50%, -64%) scale(1.18);
    }
}

@keyframes puzzle-crash-flame {
    0% {
        opacity: 0;
        transform: translate(calc(-50% + var(--flame-x)), calc(-50% + var(--flame-y) + 18px)) scale(0.25) rotate(-7deg);
    }
    54% {
        opacity: 1;
        transform: translate(calc(-50% + var(--flame-x)), calc(-50% + var(--flame-y) - 2px)) scale(calc(var(--flame-scale) * 1.12)) rotate(5deg);
    }
    100% {
        opacity: 0.92;
        transform: translate(calc(-50% + var(--flame-x)), calc(-50% + var(--flame-y))) scale(var(--flame-scale)) rotate(-3deg);
    }
}

@keyframes puzzle-crash-fire-breathe {
    from {
        filter: hue-rotate(-8deg) brightness(1.02);
        transform: translate(calc(-50% + var(--flame-x)), calc(-50% + var(--flame-y))) scale(var(--flame-scale)) rotate(-4deg);
    }
    to {
        filter: hue-rotate(8deg) brightness(1.22);
        transform: translate(calc(-50% + var(--flame-x)), calc(-50% + var(--flame-y) - 8px)) scale(calc(var(--flame-scale) * 1.08)) rotate(4deg);
    }
}

@keyframes puzzle-crash-board-flame {
    0% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 26px)) scale(0.28) rotate(-8deg);
    }
    48% {
        opacity: 1;
        transform: translate(-50%, calc(-50% - 4px)) scale(calc(var(--board-flame-scale) * 1.16)) rotate(5deg);
    }
    100% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(var(--board-flame-scale)) rotate(-3deg);
    }
}

@keyframes puzzle-crash-board-fire-breathe {
    from {
        filter: hue-rotate(-12deg) brightness(1.04);
        transform: translate(-50%, -50%) scale(var(--board-flame-scale)) rotate(-5deg);
    }
    to {
        filter: hue-rotate(8deg) brightness(1.22);
        transform: translate(-50%, calc(-50% - 10px)) scale(calc(var(--board-flame-scale) * 1.1)) rotate(5deg);
    }
}

@keyframes puzzle-crash-label {
    0% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 100px)) scale(0.82);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, calc(-50% + 82px)) scale(1);
    }
}

@keyframes diagram-loader-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bio-orbit-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes quote-signal-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .puzzle-board-frame.is-crashing .champion-puzzle-board,
    .puzzle-crash-board-flash,
    .puzzle-crash-firefield,
    .puzzle-crash-heat,
    .puzzle-crash-board-smoke,
    .puzzle-crash-alert,
    .puzzle-crash-trail,
    .puzzle-crash-ship,
    .puzzle-crash-flash,
    .puzzle-crash-wave,
    .puzzle-crash-shard,
    .puzzle-crash-crater,
    .puzzle-crash-smoke,
    .puzzle-crash-flame,
    .puzzle-crash-board-flame,
    .puzzle-crash-label,
    .puzzle-board-retry,
    .puzzle-timer.is-warning,
    .puzzle-timer.is-critical,
    .puzzle-fuel-briefing__pulse,
    .puzzle-diagram-loader__orbit::before,
    .puzzle-diagram-loader__orbit::after,
    .bio-bridge__ring:nth-child(2),
    .quote-signal__portrait::after,
    .quiz-scanner__beam,
    .silicon-master-card__aura,
    .silicon-master-ceremony__stars span,
    .silicon-master-ceremony__panel::before,
    .silicon-certificate-dialog__panel::before,
    .silicon-master-ceremony__orbit-gem,
    .silicon-master-trophy__aura,
    .silicon-master-trophy__crown,
    .silicon-master-trophy__core {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
    }

    .puzzle-crash-layer.is-active {
        opacity: 1;
    }
}
