.cec-host {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    background: transparent;
    pointer-events: none;
    z-index: 8;
}

.cec-host *,
.cec-host::before,
.cec-host::after {
    box-sizing: border-box;
}

.cec-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cec-content {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 5vw;
    z-index: 5;
}

.cec-host .cec-dot,
.cec-host .cec-chip,
.cec-host .cec-spark {
    position: absolute;
    pointer-events: none;
}

.cec-good-job-classic {
    --cec-gj1-duration: 3.4s;
    --cec-gj1-ink: #f8fbff;
    --cec-gj1-cyan: #27d8ff;
    --cec-gj1-blue: #4f7cff;
    --cec-gj1-violet: #9c5cff;
    --cec-gj1-gold: #ffd45a;
}

.cec-good-job-classic::before {
    content: "";
    position: absolute;
    inset: -20%;
    background: repeating-conic-gradient(from 12deg at 50% 50%, transparent 0deg 11deg, rgba(39, 216, 255, .08) 11deg 13deg, transparent 13deg 25deg);
    opacity: 0;
    transform: scale(.55) rotate(-8deg);
}

.cec-good-job-classic.playing::before {
    animation: cec-gj1-rays var(--cec-gj1-duration) cubic-bezier(.2, .7, .2, 1) both;
}

.cec-good-job-classic__grid {
    display: none;
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 4%, black 36%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 4%, black 36%, transparent 100%);
    transform: perspective(600px) rotateX(64deg) translateY(40%);
    transform-origin: 50% 75%;
}

.cec-good-job-classic__flash {
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    z-index: 20;
}

.cec-good-job-classic.playing .cec-good-job-classic__flash {
    animation: cec-gj1-flash var(--cec-gj1-duration) linear both;
}

.cec-good-job-classic__ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28vmin;
    aspect-ratio: 1;
    border: 3px solid rgba(39, 216, 255, .9);
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.2);
    box-shadow: 0 0 28px rgba(39, 216, 255, .55), inset 0 0 24px rgba(79, 124, 255, .35);
}

.cec-good-job-classic__ring--violet {
    border-color: rgba(156, 92, 255, .8);
    animation-delay: .12s !important;
}

.cec-good-job-classic.playing .cec-good-job-classic__ring {
    animation: cec-gj1-ring-pop var(--cec-gj1-duration) cubic-bezier(.1, .8, .2, 1) both;
}

.cec-good-job-classic .cec-content {
    transform: translateY(-1.5%);
}

.cec-good-job-classic__headline {
    position: relative;
    margin: 0;
    font-size: clamp(84px, 16.5vw, 240px);
    line-height: .82;
    font-weight: 950;
    letter-spacing: -.075em;
    text-transform: uppercase;
    color: var(--cec-gj1-ink);
    opacity: 0;
    transform: scale(.55) rotate(-3deg);
    filter: blur(10px);
    text-shadow: 0 8px 0 rgba(8, 14, 36, .86), 0 18px 44px rgba(39, 216, 255, .34), 0 0 68px rgba(255, 212, 90, .24);
}

.cec-good-job-classic__headline::after {
    content: "GOOD JOB";
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: clamp(3px, .38vw, 7px) rgba(79, 124, 255, .9);
    transform: translate(.045em, .065em);
}

.cec-good-job-classic__underline {
    width: 0;
    height: clamp(6px, .7vw, 12px);
    margin: clamp(14px, 1.9vw, 26px) auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cec-gj1-cyan), var(--cec-gj1-blue), var(--cec-gj1-violet), var(--cec-gj1-gold));
    box-shadow: 0 0 24px rgba(79, 124, 255, .72);
}

.cec-good-job-classic__subline {
    margin: clamp(13px, 1.6vw, 22px) 0 0;
    font-size: clamp(20px, 2.7vw, 36px);
    font-weight: 750;
    letter-spacing: .035em;
    color: rgba(248, 251, 255, .88);
    opacity: 0;
    transform: translateY(14px);
}

.cec-good-job-classic.playing .cec-good-job-classic__headline {
    animation: cec-gj1-headline var(--cec-gj1-duration) cubic-bezier(.16, 1, .3, 1) both;
}

.cec-good-job-classic.playing .cec-good-job-classic__underline {
    animation: cec-gj1-underline var(--cec-gj1-duration) cubic-bezier(.2, .9, .2, 1) both;
}

.cec-good-job-classic.playing .cec-good-job-classic__subline {
    animation: cec-gj1-subline var(--cec-gj1-duration) ease both;
}

.cec-good-job-classic__shard {
    left: 50%;
    top: 50%;
    width: var(--w);
    height: var(--h);
    border-radius: 2px;
    background: var(--c);
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--r)) translateX(0) scale(.4);
    box-shadow: 0 0 10px rgba(39, 216, 255, .45);
    z-index: 4;
}

.cec-good-job-classic.playing .cec-good-job-classic__shard {
    animation: cec-gj1-shard var(--cec-gj1-duration) cubic-bezier(.15, .7, .2, 1) both;
    animation-delay: var(--d);
}

.cec-good-job-classic__spark {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 12px 4px rgba(39, 216, 255, .55);
    opacity: 0;
    z-index: 4;
}

.cec-good-job-classic.playing .cec-good-job-classic__spark {
    animation: cec-gj1-sparkle var(--cec-gj1-duration) ease both;
    animation-delay: var(--d);
}

.cec-good-job-streak {
    --cec-gj2-duration: 3.5s;
    --cec-gj2-cyan: #2edcff;
    --cec-gj2-blue: #5278ff;
    --cec-gj2-violet: #a35cff;
    --cec-gj2-gold: #ffd65c;
    --cec-gj2-white: #f8fbff;
}

.cec-good-job-streak__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: .16;
    -webkit-mask-image: radial-gradient(circle at center, #000 15%, transparent 72%);
    mask-image: radial-gradient(circle at center, #000 15%, transparent 72%);
}

.cec-good-job-streak__burst {
    position: absolute;
    inset: -25%;
    opacity: 0;
    transform: scale(.55) rotate(-16deg);
    background: repeating-conic-gradient(from 0deg at 50% 50%, transparent 0 8deg, rgba(46, 220, 255, .08) 8deg 10deg, transparent 10deg 19deg, rgba(163, 92, 255, .05) 19deg 21deg);
}

.cec-good-job-streak.playing .cec-good-job-streak__burst {
    animation: cec-gj2-burst var(--cec-gj2-duration) cubic-bezier(.18, .8, .2, 1) both;
}

.cec-good-job-streak__line {
    left: -30%;
    top: var(--t);
    width: var(--w);
    height: var(--h);
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--c), transparent);
    opacity: 0;
    transform: skewX(-22deg) translateX(-20vw);
    filter: blur(var(--b));
}

.cec-good-job-streak.playing .cec-good-job-streak__line {
    animation: cec-gj2-speed var(--cec-gj2-duration) cubic-bezier(.12, .76, .16, 1) both;
    animation-delay: var(--delay);
}

.cec-good-job-streak__slash {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(78vw, 900px);
    border-radius: 99px;
    opacity: 0;
    z-index: 2;
}

.cec-good-job-streak__slash--a {
    height: clamp(16px, 2vw, 28px);
    background: linear-gradient(90deg, transparent, var(--cec-gj2-cyan) 18%, var(--cec-gj2-blue) 60%, transparent);
    box-shadow: 0 0 30px rgba(46, 220, 255, .5);
    transform: translate(-50%, -50%) rotate(-5deg) scaleX(0);
}

.cec-good-job-streak__slash--b {
    height: clamp(6px, .8vw, 11px);
    background: linear-gradient(90deg, transparent, var(--cec-gj2-gold) 22%, var(--cec-gj2-violet) 68%, transparent);
    box-shadow: 0 0 22px rgba(255, 214, 92, .35);
    transform: translate(-50%, -50%) rotate(4deg) scaleX(0);
}

.cec-good-job-streak.playing .cec-good-job-streak__slash--a {
    animation: cec-gj2-slash-a var(--cec-gj2-duration) cubic-bezier(.18, .86, .18, 1) both;
}

.cec-good-job-streak.playing .cec-good-job-streak__slash--b {
    animation: cec-gj2-slash-b var(--cec-gj2-duration) cubic-bezier(.18, .86, .18, 1) both;
}

.cec-good-job-streak__flash {
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    z-index: 20;
}

.cec-good-job-streak.playing .cec-good-job-streak__flash {
    animation: cec-gj2-flash var(--cec-gj2-duration) linear both;
}

.cec-good-job-streak .cec-content {
    transform: translateY(-1%);
}

.cec-good-job-streak__eyebrow {
    margin: 0 0 .28em;
    font-size: clamp(13px, 1.55vw, 21px);
    font-weight: 850;
    letter-spacing: .31em;
    text-transform: uppercase;
    color: var(--cec-gj2-gold);
    opacity: 0;
    transform: translateY(12px);
    text-shadow: 0 0 18px rgba(255, 214, 92, .32);
}

.cec-good-job-streak__headline {
    position: relative;
    margin: 0;
    font-size: clamp(72px, 14.2vw, 186px);
    line-height: .82;
    font-weight: 950;
    letter-spacing: -.074em;
    text-transform: uppercase;
    color: var(--cec-gj2-white);
    opacity: 0;
    transform: translateX(-45px) skewX(-7deg) scale(.88);
    filter: blur(8px);
    text-shadow: 0 6px 0 rgba(6, 12, 30, .85), 0 15px 38px rgba(46, 220, 255, .2);
}

.cec-good-job-streak__headline::before {
    content: "GOOD JOB";
    position: absolute;
    inset: 0;
    z-index: -2;
    color: var(--cec-gj2-blue);
    opacity: .7;
    transform: translate(.052em, .07em);
}

.cec-good-job-streak__headline::after {
    content: "GOOD JOB";
    position: absolute;
    inset: 0;
    z-index: -3;
    color: transparent;
    -webkit-text-stroke: clamp(2px, .32vw, 5px) rgba(163, 92, 255, .8);
    transform: translate(-.032em, -.035em);
}

.cec-good-job-streak__accent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.6vw, 20px);
    margin-top: clamp(18px, 2.1vw, 28px);
    opacity: 0;
    transform: translateY(12px);
}

.cec-good-job-streak__bar {
    width: clamp(50px, 9vw, 120px);
    height: clamp(4px, .5vw, 7px);
    border-radius: 99px;
    background: linear-gradient(90deg, var(--cec-gj2-cyan), var(--cec-gj2-blue));
    box-shadow: 0 0 18px rgba(46, 220, 255, .42);
}

.cec-good-job-streak__bar--right {
    background: linear-gradient(90deg, var(--cec-gj2-violet), var(--cec-gj2-gold));
    box-shadow: 0 0 18px rgba(163, 92, 255, .35);
}

.cec-good-job-streak__diamond {
    width: clamp(10px, 1vw, 15px);
    aspect-ratio: 1;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: 0 0 14px rgba(255, 255, 255, .65), 0 0 24px rgba(46, 220, 255, .45);
}

.cec-good-job-streak__sub {
    margin: clamp(13px, 1.7vw, 22px) 0 0;
    font-size: clamp(17px, 2.1vw, 29px);
    font-weight: 760;
    color: rgba(248, 251, 255, .86);
    opacity: 0;
    transform: translateY(13px);
}

.cec-good-job-streak.playing .cec-good-job-streak__eyebrow {
    animation: cec-gj2-eyebrow var(--cec-gj2-duration) ease both;
}

.cec-good-job-streak.playing .cec-good-job-streak__headline {
    animation: cec-gj2-title var(--cec-gj2-duration) cubic-bezier(.14, 1, .28, 1) both;
}

.cec-good-job-streak.playing .cec-good-job-streak__accent {
    animation: cec-gj2-accent var(--cec-gj2-duration) ease both;
}

.cec-good-job-streak.playing .cec-good-job-streak__sub {
    animation: cec-gj2-sub var(--cec-gj2-duration) ease both;
}

.cec-good-job-streak__spark {
    width: var(--s);
    aspect-ratio: 1;
    left: var(--x);
    top: var(--y);
    opacity: 0;
    z-index: 4;
}

.cec-good-job-streak__spark::before,
.cec-good-job-streak__spark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--c);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px var(--c);
}

.cec-good-job-streak__spark::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cec-good-job-streak.playing .cec-good-job-streak__spark {
    animation: cec-gj2-spark var(--cec-gj2-duration) ease both;
    animation-delay: var(--delay);
}

.cec-good-job-streak__chip {
    left: 50%;
    top: 50%;
    width: var(--w);
    height: var(--h);
    border-radius: 2px;
    background: var(--c);
    opacity: 0;
    z-index: 3;
    transform: translate(-50%, -50%) rotate(var(--r)) translateX(0) scale(.55);
    box-shadow: 0 0 10px rgba(82, 120, 255, .45);
}

.cec-good-job-streak.playing .cec-good-job-streak__chip {
    animation: cec-gj2-chip var(--cec-gj2-duration) cubic-bezier(.14, .72, .2, 1) both;
    animation-delay: var(--delay);
}

.cec-good-job-spotlight {
    --cec-gj3-duration: 3.7s;
    --cec-gj3-white: #f8fbff;
    --cec-gj3-cyan: #2ddcff;
    --cec-gj3-blue: #5677ff;
    --cec-gj3-violet: #a85cff;
    --cec-gj3-gold: #ffd85f;
    --cec-gj3-pink: #ff6fa8;
}

.cec-good-job-spotlight__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: .15;
    -webkit-mask-image: radial-gradient(circle at center, #000 10%, transparent 73%);
    mask-image: radial-gradient(circle at center, #000 10%, transparent 73%);
}

.cec-good-job-spotlight__spotlight {
    position: absolute;
    left: 50%;
    bottom: -34%;
    width: min(80vw, 980px);
    height: 125%;
    transform: translateX(-50%) scaleX(.35);
    transform-origin: 50% 100%;
    opacity: 0;
    clip-path: polygon(44% 100%, 56% 100%, 78% 0%, 22% 0%);
    background: linear-gradient(to top, rgba(45, 220, 255, .38), rgba(86, 119, 255, .18) 48%, rgba(168, 92, 255, .04) 78%, transparent);
    filter: blur(3px);
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__spotlight {
    animation: cec-gj3-spotlight var(--cec-gj3-duration) cubic-bezier(.2, .8, .2, 1) both;
}

.cec-good-job-spotlight__halo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(48vw, 610px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%) scale(.4);
    border-radius: 50%;
    border: 2px solid rgba(45, 220, 255, .48);
    opacity: 0;
    box-shadow: 0 0 42px rgba(45, 220, 255, .2), inset 0 0 44px rgba(86, 119, 255, .12);
}

.cec-good-job-spotlight__halo::before,
.cec-good-job-spotlight__halo::after {
    content: "";
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 216, 95, .42);
}

.cec-good-job-spotlight__halo::after {
    inset: 24%;
    border-style: solid;
    border-color: rgba(168, 92, 255, .32);
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__halo {
    animation: cec-gj3-halo var(--cec-gj3-duration) cubic-bezier(.16, .86, .22, 1) both;
}

.cec-good-job-spotlight__ribbon {
    position: absolute;
    left: 50%;
    width: min(118vw, 1450px);
    height: clamp(18px, 2.2vw, 32px);
    border-radius: 999px;
    opacity: 0;
    filter: blur(.2px);
    z-index: 2;
}

.cec-good-job-spotlight__ribbon--one {
    top: 40%;
    transform: translateX(-50%) rotate(-7deg) scaleX(.05);
    background: linear-gradient(90deg, transparent, var(--cec-gj3-cyan) 18%, var(--cec-gj3-blue) 52%, transparent);
    box-shadow: 0 0 34px rgba(45, 220, 255, .42);
}

.cec-good-job-spotlight__ribbon--two {
    top: 53%;
    height: clamp(10px, 1.3vw, 18px);
    transform: translateX(-50%) rotate(6deg) scaleX(.05);
    background: linear-gradient(90deg, transparent, var(--cec-gj3-gold) 20%, var(--cec-gj3-pink) 52%, var(--cec-gj3-violet) 75%, transparent);
    box-shadow: 0 0 28px rgba(255, 216, 95, .34);
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__ribbon--one {
    animation: cec-gj3-ribbon-one var(--cec-gj3-duration) cubic-bezier(.16, .9, .18, 1) both;
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__ribbon--two {
    animation: cec-gj3-ribbon-two var(--cec-gj3-duration) cubic-bezier(.16, .9, .18, 1) both;
}

.cec-good-job-spotlight__beam {
    position: absolute;
    bottom: -12%;
    left: var(--x);
    width: var(--w);
    height: 78%;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(to top, var(--c), transparent 72%);
    opacity: 0;
    transform: translateY(24%) scaleY(.35);
    filter: blur(var(--blur));
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__beam {
    animation: cec-gj3-beam var(--cec-gj3-duration) ease both;
    animation-delay: var(--delay);
}

.cec-good-job-spotlight .cec-content {
    transform: translateY(-1%);
}

.cec-good-job-spotlight__eyebrow {
    margin: 0 0 .28em;
    font-size: clamp(13px, 1.55vw, 21px);
    font-weight: 850;
    letter-spacing: .31em;
    text-transform: uppercase;
    color: var(--cec-gj3-cyan);
    opacity: 0;
    transform: translateY(16px);
    text-shadow: 0 0 18px rgba(45, 220, 255, .36);
}

.cec-good-job-spotlight__headline {
    position: relative;
    margin: 0;
    font-size: clamp(70px, 13.7vw, 180px);
    line-height: .84;
    font-weight: 950;
    letter-spacing: -.072em;
    text-transform: uppercase;
    color: var(--cec-gj3-white);
    opacity: 0;
    transform: translateY(52px) scale(.84);
    filter: blur(10px);
    text-shadow: 0 6px 0 rgba(6, 12, 30, .84), 0 16px 42px rgba(45, 220, 255, .2);
}

.cec-good-job-spotlight__headline::before {
    content: "GREAT JOB!";
    position: absolute;
    inset: 0;
    z-index: -2;
    color: var(--cec-gj3-violet);
    opacity: .68;
    transform: translate(.045em, .068em);
}

.cec-good-job-spotlight__headline::after {
    content: "GREAT JOB!";
    position: absolute;
    inset: 0;
    z-index: -3;
    color: transparent;
    -webkit-text-stroke: clamp(2px, .32vw, 5px) rgba(255, 216, 95, .72);
    transform: translate(-.032em, -.036em);
}

.cec-good-job-spotlight__badge {
    width: clamp(58px, 7vw, 92px);
    aspect-ratio: 1;
    margin: clamp(16px, 2vw, 24px) auto 0;
    position: relative;
    opacity: 0;
    transform: scale(.35) rotate(-22deg);
}

.cec-good-job-spotlight__badge::before {
    content: "";
    position: absolute;
    inset: 8%;
    background: linear-gradient(145deg, var(--cec-gj3-gold), #fff1a5 48%, var(--cec-gj3-pink));
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 2% 35%, 39% 35%);
    filter: drop-shadow(0 0 18px rgba(255, 216, 95, .45));
}

.cec-good-job-spotlight__badge::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .26);
    box-shadow: 0 0 26px rgba(45, 220, 255, .28);
}

.cec-good-job-spotlight__sub {
    margin: clamp(13px, 1.6vw, 22px) 0 0;
    font-size: clamp(17px, 2vw, 28px);
    font-weight: 760;
    letter-spacing: .025em;
    color: rgba(248, 251, 255, .86);
    opacity: 0;
    transform: translateY(14px);
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__eyebrow {
    animation: cec-gj3-eyebrow var(--cec-gj3-duration) ease both;
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__headline {
    animation: cec-gj3-headline var(--cec-gj3-duration) cubic-bezier(.14, 1, .28, 1) both;
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__badge {
    animation: cec-gj3-badge var(--cec-gj3-duration) cubic-bezier(.18, 1.35, .25, 1) both;
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__sub {
    animation: cec-gj3-sub var(--cec-gj3-duration) ease both;
}

.cec-good-job-spotlight__star {
    left: var(--x);
    top: var(--y);
    width: var(--s);
    aspect-ratio: 1;
    opacity: 0;
    z-index: 4;
    transform: scale(.25) rotate(0deg);
}

.cec-good-job-spotlight__star::before,
.cec-good-job-spotlight__star::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--c);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px var(--c);
}

.cec-good-job-spotlight__star::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__star {
    animation: cec-gj3-star var(--cec-gj3-duration) ease both;
    animation-delay: var(--delay);
}

.cec-good-job-spotlight__orb {
    left: var(--x);
    top: var(--y);
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    background: var(--c);
    box-shadow: 0 0 16px var(--c);
    opacity: 0;
    z-index: 3;
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__orb {
    animation: cec-gj3-orb var(--cec-gj3-duration) ease both;
    animation-delay: var(--delay);
}

.cec-good-job-spotlight__flash {
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    z-index: 20;
}

.cec-good-job-spotlight.playing .cec-good-job-spotlight__flash {
    animation: cec-gj3-flash var(--cec-gj3-duration) linear both;
}

.cec-nice-try-signal {
    --cec-nt1-duration: 3.8s;
    --cec-nt1-cyan: #39d7ff;
    --cec-nt1-blue: #5e7cff;
    --cec-nt1-orange: #ffb14d;
    --cec-nt1-white: #f7fbff;
    --cec-nt1-muted: #b9c7da;
}

.cec-nice-try-signal__glow {
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(94, 124, 255, .22), transparent 28%), radial-gradient(circle at 50% 50%, rgba(255, 177, 77, .09), transparent 46%);
    opacity: 0;
    transform: scale(.7);
}

.cec-nice-try-signal.playing .cec-nice-try-signal__glow {
    animation: cec-nt1-glow var(--cec-nt1-duration) ease both;
}

.cec-nice-try-signal__scan {
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(57, 215, 255, .12) 48%, rgba(57, 215, 255, .36) 50%, rgba(57, 215, 255, .12) 52%, transparent 100%);
    transform: translateY(-100%);
    opacity: 0;
}

.cec-nice-try-signal.playing .cec-nice-try-signal__scan {
    animation: cec-nt1-scan var(--cec-nt1-duration) ease both;
}

.cec-nice-try-signal__orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid rgba(57, 215, 255, .18);
    transform: translate(-50%, -50%) scale(.65);
    opacity: 0;
}

.cec-nice-try-signal__orbit::before,
.cec-nice-try-signal__orbit::after {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 177, 77, .28);
}

.cec-nice-try-signal__orbit::after {
    inset: 25%;
    border-style: solid;
    border-color: rgba(94, 124, 255, .25);
}

.cec-nice-try-signal.playing .cec-nice-try-signal__orbit {
    animation: cec-nt1-orbit var(--cec-nt1-duration) cubic-bezier(.2, .8, .2, 1) both;
}

.cec-nice-try-signal__label {
    margin: 0 0 .45em;
    font-size: clamp(12px, 1.5vw, 19px);
    font-weight: 900;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--cec-nt1-orange);
    opacity: 0;
    transform: translateY(10px);
}

.cec-nice-try-signal__headline {
    margin: 0;
    font-size: clamp(74px, 14vw, 182px);
    line-height: .84;
    font-weight: 950;
    letter-spacing: -.07em;
    text-transform: uppercase;
    color: var(--cec-nt1-white);
    opacity: 0;
    transform: translateY(22px) scale(.9);
    text-shadow: 0 5px 0 rgba(0, 0, 0, .28), 0 0 34px rgba(57, 215, 255, .22);
}

.cec-nice-try-signal__headline span {
    position: relative;
    display: inline-block;
}

.cec-nice-try-signal__headline span::after {
    content: "NICE TRY";
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: clamp(2px, .3vw, 5px) rgba(94, 124, 255, .72);
    transform: translate(.04em, .065em);
}

.cec-nice-try-signal__line {
    width: 0;
    height: clamp(5px, .65vw, 9px);
    margin: clamp(16px, 2vw, 26px) auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cec-nt1-orange), var(--cec-nt1-cyan), var(--cec-nt1-blue));
    box-shadow: 0 0 24px rgba(57, 215, 255, .38);
    opacity: 0;
}

.cec-nice-try-signal__message {
    margin: clamp(16px, 2vw, 24px) 0 0;
    font-size: clamp(17px, 2vw, 27px);
    font-weight: 760;
    color: var(--cec-nt1-muted);
    opacity: 0;
    transform: translateY(12px);
}

.cec-nice-try-signal.playing .cec-nice-try-signal__label {
    animation: cec-nt1-label var(--cec-nt1-duration) ease both;
}

.cec-nice-try-signal.playing .cec-nice-try-signal__headline {
    animation: cec-nt1-headline var(--cec-nt1-duration) cubic-bezier(.16, 1, .3, 1) both;
}

.cec-nice-try-signal.playing .cec-nice-try-signal__line {
    animation: cec-nt1-line var(--cec-nt1-duration) cubic-bezier(.2, .9, .2, 1) both;
}

.cec-nice-try-signal.playing .cec-nice-try-signal__message {
    animation: cec-nt1-message var(--cec-nt1-duration) ease both;
}

.cec-nice-try-signal__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cec-nt1-cyan);
    box-shadow: 0 0 14px rgba(57, 215, 255, .75);
    opacity: 0;
    z-index: 3;
}

.cec-nice-try-signal__dot--orange {
    background: var(--cec-nt1-orange);
    box-shadow: 0 0 14px rgba(255, 177, 77, .7);
}

.cec-nice-try-signal.playing .cec-nice-try-signal__dot {
    animation: cec-nt1-dot var(--cec-nt1-duration) ease both;
    animation-delay: var(--delay);
}

.cec-nice-try-bloom {
    --cec-nt2-duration: 3.6s;
    --cec-nt2-cyan: #6ae6ff;
    --cec-nt2-blue: #6a7cff;
    --cec-nt2-amber: #ffbf66;
    --cec-nt2-ink: #f9fbff;
    --cec-nt2-muted: #d8e1f2;
}

.cec-nice-try-bloom::before {
    content: "";
    position: absolute;
    inset: -18%;
    background: radial-gradient(circle at center, rgba(106, 124, 255, .18), transparent 33%), radial-gradient(circle at center, rgba(255, 191, 102, .08), transparent 55%);
    opacity: 0;
    transform: scale(.6);
}

.cec-nice-try-bloom.playing::before {
    animation: cec-nt2-aura var(--cec-nt2-duration) ease both;
}

.cec-nice-try-bloom__halo {
    position: absolute;
    left: 50%;
    top: 48%;
    width: min(44vw, 560px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid rgba(106, 230, 255, .24);
    opacity: 0;
    transform: translate(-50%, -50%) scale(.4);
    box-shadow: 0 0 34px rgba(106, 230, 255, .24);
}

.cec-nice-try-bloom__halo::before,
.cec-nice-try-bloom__halo::after {
    content: "";
    position: absolute;
    inset: 14%;
    border-radius: 50%;
    border: 1px solid rgba(255, 191, 102, .24);
}

.cec-nice-try-bloom__halo::after {
    inset: 28%;
    border-color: rgba(106, 124, 255, .3);
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__halo {
    animation: cec-nt2-halo var(--cec-nt2-duration) cubic-bezier(.14, .82, .2, 1) both;
}

.cec-nice-try-bloom__beam {
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(106, 230, 255, .08) 18%, rgba(106, 230, 255, .14) 50%, transparent 100%);
    opacity: 0;
    transform: scaleY(.7);
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__beam {
    animation: cec-nt2-beam var(--cec-nt2-duration) ease both;
}

.cec-nice-try-bloom__eyebrow {
    margin: 0 0 .42em;
    font-size: clamp(12px, 1.45vw, 18px);
    font-weight: 900;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--cec-nt2-amber);
    opacity: 0;
    transform: translateY(8px);
}

.cec-nice-try-bloom__headline {
    position: relative;
    margin: 0;
    font-size: clamp(70px, 13.5vw, 176px);
    line-height: .84;
    font-weight: 950;
    letter-spacing: -.065em;
    text-transform: uppercase;
    color: var(--cec-nt2-ink);
    opacity: 0;
    transform: scale(.88);
    filter: blur(6px);
    text-shadow: 0 6px 0 rgba(7, 18, 37, .7), 0 0 34px rgba(106, 230, 255, .18);
}

.cec-nice-try-bloom__headline::after {
    content: "NICE TRY";
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: clamp(2px, .28vw, 4px) rgba(106, 124, 255, .68);
    transform: translate(.04em, .06em);
}

.cec-nice-try-bloom__sub {
    margin: clamp(18px, 2vw, 26px) auto 0;
    max-width: min(62vw, 720px);
    font-size: clamp(18px, 2.15vw, 28px);
    font-weight: 760;
    color: var(--cec-nt2-muted);
    opacity: 0;
    transform: translateY(10px);
}

.cec-nice-try-bloom__trail {
    width: 0;
    height: clamp(6px, .7vw, 10px);
    margin: clamp(16px, 1.9vw, 24px) auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cec-nt2-amber), var(--cec-nt2-cyan), var(--cec-nt2-blue));
    opacity: 0;
    box-shadow: 0 0 22px rgba(106, 230, 255, .35);
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__eyebrow {
    animation: cec-nt2-eyebrow var(--cec-nt2-duration) ease both;
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__headline {
    animation: cec-nt2-headline var(--cec-nt2-duration) cubic-bezier(.15, 1, .28, 1) both;
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__trail {
    animation: cec-nt2-trail var(--cec-nt2-duration) ease both;
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__sub {
    animation: cec-nt2-sub var(--cec-nt2-duration) ease both;
}

.cec-nice-try-bloom__spark {
    width: var(--s);
    height: var(--s);
    left: var(--x);
    top: var(--y);
    border-radius: 999px;
    opacity: 0;
    background: radial-gradient(circle, var(--c) 0%, rgba(255, 255, 255, .9) 30%, transparent 72%);
    box-shadow: 0 0 18px rgba(106, 230, 255, .28);
    z-index: 3;
}

.cec-nice-try-bloom.playing .cec-nice-try-bloom__spark {
    animation: cec-nt2-spark var(--cec-nt2-duration) ease both;
    animation-delay: var(--delay);
}

.cec-nice-try-almost {
    --cec-nt3-duration: 3.8s;
    --cec-nt3-white: #f7fbff;
    --cec-nt3-cyan: #35dcff;
    --cec-nt3-blue: #5c78ff;
    --cec-nt3-violet: #a45cff;
    --cec-nt3-orange: #ffae4a;
    --cec-nt3-gold: #ffd861;
}

.cec-nice-try-almost__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: .15;
    -webkit-mask-image: radial-gradient(circle at center, #000 12%, transparent 75%);
    mask-image: radial-gradient(circle at center, #000 12%, transparent 75%);
}

.cec-nice-try-almost__target {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(53vw, 650px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%) scale(.5) rotate(-22deg);
    opacity: 0;
    border-radius: 50%;
    border: 2px solid rgba(53, 220, 255, .36);
    box-shadow: 0 0 46px rgba(53, 220, 255, .12), inset 0 0 54px rgba(92, 120, 255, .08);
}

.cec-nice-try-almost__target::before,
.cec-nice-try-almost__target::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.cec-nice-try-almost__target::before {
    inset: 14%;
    border: 2px dashed rgba(255, 174, 74, .42);
}

.cec-nice-try-almost__target::after {
    inset: 31%;
    border: 2px solid rgba(164, 92, 255, .34);
}

.cec-nice-try-almost.playing .cec-nice-try-almost__target {
    animation: cec-nt3-target var(--cec-nt3-duration) cubic-bezier(.16, .9, .22, 1) both;
}

.cec-nice-try-almost__crosshair {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(62vw, 760px);
    height: min(62vw, 760px);
    transform: translate(-50%, -50%) scale(.55);
    opacity: 0;
    z-index: 2;
}

.cec-nice-try-almost__crosshair::before,
.cec-nice-try-almost__crosshair::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(53, 220, 255, .75), transparent);
}

.cec-nice-try-almost__crosshair::before {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
}

.cec-nice-try-almost__crosshair::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(53, 220, 255, .75), transparent);
}

.cec-nice-try-almost.playing .cec-nice-try-almost__crosshair {
    animation: cec-nt3-crosshair var(--cec-nt3-duration) ease both;
}

.cec-nice-try-almost__sweep {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(52vw, 630px);
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    overflow: hidden;
}

.cec-nice-try-almost__sweep::before {
    content: "";
    position: absolute;
    inset: -12%;
    background: conic-gradient(from -30deg, transparent 0deg 270deg, rgba(53, 220, 255, 0) 270deg, rgba(53, 220, 255, .26) 315deg, rgba(255, 174, 74, .34) 338deg, transparent 360deg);
}

.cec-nice-try-almost.playing .cec-nice-try-almost__sweep {
    animation: cec-nt3-sweep var(--cec-nt3-duration) linear both;
}

.cec-nice-try-almost__miss-dot {
    position: absolute;
    left: 58.5%;
    top: 43%;
    width: clamp(12px, 1.35vw, 19px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--cec-nt3-orange);
    box-shadow: 0 0 0 9px rgba(255, 174, 74, .08), 0 0 24px rgba(255, 174, 74, .78);
    opacity: 0;
    transform: scale(.35);
    z-index: 4;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__miss-dot {
    animation: cec-nt3-miss-dot var(--cec-nt3-duration) cubic-bezier(.2, 1.2, .25, 1) both;
}

.cec-nice-try-almost__arc {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(59vw, 720px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: var(--c);
    border-right-color: color-mix(in srgb, var(--c) 62%, transparent);
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--r)) scale(.55);
    filter: drop-shadow(0 0 10px color-mix(in srgb, var(--c) 50%, transparent));
}

.cec-nice-try-almost.playing .cec-nice-try-almost__arc {
    animation: cec-nt3-arc var(--cec-nt3-duration) cubic-bezier(.16, .84, .2, 1) both;
    animation-delay: var(--delay);
}

.cec-nice-try-almost .cec-content {
    transform: translateY(1%);
}

.cec-nice-try-almost__eyebrow {
    margin: 0 0 .4em;
    font-size: clamp(13px, 1.55vw, 21px);
    font-weight: 850;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--cec-nt3-orange);
    opacity: 0;
    transform: translateY(12px);
    text-shadow: 0 0 18px rgba(255, 174, 74, .34);
}

.cec-nice-try-almost__headline {
    position: relative;
    margin: 0;
    font-size: clamp(62px, 11.7vw, 154px);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -.066em;
    text-transform: uppercase;
    color: var(--cec-nt3-white);
    opacity: 0;
    transform: translateY(30px) scale(.88);
    filter: blur(9px);
    text-shadow: 0 6px 0 rgba(6, 12, 30, .82), 0 14px 38px rgba(53, 220, 255, .18);
}

.cec-nice-try-almost__headline::before {
    content: "ALMOST HAD IT!";
    position: absolute;
    inset: 0;
    z-index: -2;
    color: var(--cec-nt3-blue);
    opacity: .67;
    transform: translate(.045em, .065em);
}

.cec-nice-try-almost__headline::after {
    content: "ALMOST HAD IT!";
    position: absolute;
    inset: 0;
    z-index: -3;
    color: transparent;
    -webkit-text-stroke: clamp(2px, .32vw, 5px) rgba(164, 92, 255, .74);
    transform: translate(-.028em, -.034em);
}

.cec-nice-try-almost__progress-wrap {
    width: min(66vw, 690px);
    margin: clamp(20px, 2.4vw, 30px) auto 0;
    opacity: 0;
    transform: translateY(12px);
}

.cec-nice-try-almost__progress-track {
    width: 100%;
    height: clamp(7px, .8vw, 11px);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .08);
}

.cec-nice-try-almost__progress-fill {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cec-nt3-cyan), var(--cec-nt3-blue), var(--cec-nt3-violet), var(--cec-nt3-orange));
    box-shadow: 0 0 22px rgba(53, 220, 255, .4);
}

.cec-nice-try-almost__progress-cap {
    position: absolute;
    right: 4%;
    top: 50%;
    width: clamp(8px, .9vw, 12px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--cec-nt3-gold);
    box-shadow: 0 0 16px rgba(255, 216, 97, .8);
    transform: translateY(-50%) scale(0);
}

.cec-nice-try-almost__progress-inner {
    position: relative;
}

.cec-nice-try-almost__sub {
    margin: clamp(14px, 1.7vw, 22px) 0 0;
    font-size: clamp(17px, 2vw, 28px);
    font-weight: 760;
    color: rgba(247, 251, 255, .84);
    opacity: 0;
    transform: translateY(12px);
}

.cec-nice-try-almost.playing .cec-nice-try-almost__eyebrow {
    animation: cec-nt3-eyebrow var(--cec-nt3-duration) ease both;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__headline {
    animation: cec-nt3-headline var(--cec-nt3-duration) cubic-bezier(.14, 1, .28, 1) both;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__progress-wrap {
    animation: cec-nt3-progress-wrap var(--cec-nt3-duration) ease both;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__progress-fill {
    animation: cec-nt3-progress-fill var(--cec-nt3-duration) cubic-bezier(.18, .82, .18, 1) both;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__progress-cap {
    animation: cec-nt3-progress-cap var(--cec-nt3-duration) cubic-bezier(.2, 1.3, .24, 1) both;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__sub {
    animation: cec-nt3-sub var(--cec-nt3-duration) ease both;
}

.cec-nice-try-almost__spark {
    left: var(--x);
    top: var(--y);
    width: var(--s);
    aspect-ratio: 1;
    opacity: 0;
    z-index: 3;
}

.cec-nice-try-almost__spark::before,
.cec-nice-try-almost__spark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--c);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 11px var(--c);
}

.cec-nice-try-almost__spark::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cec-nice-try-almost.playing .cec-nice-try-almost__spark {
    animation: cec-nt3-spark var(--cec-nt3-duration) ease both;
    animation-delay: var(--delay);
}

.cec-nice-try-almost__flash {
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    z-index: 20;
}

.cec-nice-try-almost.playing .cec-nice-try-almost__flash {
    animation: cec-nt3-flash var(--cec-nt3-duration) linear both;
}

.cec-nice-try-not-quite {
    --cec-nt4-duration: 2.2s;
    --cec-nt4-white: #f7fbff;
    --cec-nt4-cyan: #39d8ff;
    --cec-nt4-blue: #5877ff;
    --cec-nt4-orange: #ffad4f;
    --cec-nt4-muted: #b8c5d8;
}

.cec-nice-try-not-quite__grid {
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 50px 50px;
    -webkit-mask-image: radial-gradient(circle at center, #000 10%, transparent 74%);
    mask-image: radial-gradient(circle at center, #000 10%, transparent 74%);
}

.cec-nice-try-not-quite__pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(34vw, 420px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%) scale(.45);
    border-radius: 50%;
    border: 2px solid rgba(255, 173, 79, .45);
    opacity: 0;
    box-shadow: 0 0 28px rgba(255, 173, 79, .16), inset 0 0 30px rgba(88, 119, 255, .08);
}

.cec-nice-try-not-quite.playing .cec-nice-try-not-quite__pulse {
    animation: cec-nt4-pulse var(--cec-nt4-duration) ease both;
}

.cec-nice-try-not-quite__slash {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(54vw, 650px);
    height: clamp(8px, 1vw, 14px);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--cec-nt4-orange), var(--cec-nt4-cyan), transparent);
    transform: translate(-50%, -50%) rotate(-8deg) scaleX(0);
    opacity: 0;
    box-shadow: 0 0 22px rgba(255, 173, 79, .32);
}

.cec-nice-try-not-quite.playing .cec-nice-try-not-quite__slash {
    animation: cec-nt4-slash var(--cec-nt4-duration) cubic-bezier(.18, .9, .2, 1) both;
}

.cec-nice-try-not-quite__eyebrow {
    margin: 0 0 .35em;
    font-size: clamp(12px, 1.4vw, 18px);
    font-weight: 850;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--cec-nt4-orange);
    opacity: 0;
    transform: translateY(8px);
}

.cec-nice-try-not-quite__headline {
    position: relative;
    margin: 0;
    font-size: clamp(68px, 12.5vw, 164px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.07em;
    text-transform: uppercase;
    color: var(--cec-nt4-white);
    opacity: 0;
    transform: scale(.9);
    text-shadow: 0 5px 0 rgba(5, 12, 30, .8), 0 12px 28px rgba(57, 216, 255, .16);
}

.cec-nice-try-not-quite__headline::after {
    content: "NOT QUITE";
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: clamp(2px, .3vw, 5px) rgba(88, 119, 255, .72);
    transform: translate(.04em, .06em);
}

.cec-nice-try-not-quite__sub {
    margin: clamp(14px, 1.7vw, 20px) 0 0;
    font-size: clamp(16px, 1.9vw, 25px);
    font-weight: 740;
    color: var(--cec-nt4-muted);
    opacity: 0;
    transform: translateY(9px);
}

.cec-nice-try-not-quite.playing .cec-nice-try-not-quite__eyebrow {
    animation: cec-nt4-eyebrow var(--cec-nt4-duration) ease both;
}

.cec-nice-try-not-quite.playing .cec-nice-try-not-quite__headline {
    animation: cec-nt4-headline var(--cec-nt4-duration) cubic-bezier(.18, 1, .25, 1) both;
}

.cec-nice-try-not-quite.playing .cec-nice-try-not-quite__sub {
    animation: cec-nt4-subline var(--cec-nt4-duration) ease both;
}

.cec-nice-try-not-quite__spark {
    left: var(--x);
    top: var(--y);
    width: var(--s);
    aspect-ratio: 1;
    opacity: 0;
    z-index: 3;
}

.cec-nice-try-not-quite__spark::before,
.cec-nice-try-not-quite__spark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--c);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px var(--c);
}

.cec-nice-try-not-quite__spark::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cec-nice-try-not-quite.playing .cec-nice-try-not-quite__spark {
    animation: cec-nt4-spark var(--cec-nt4-duration) ease both;
    animation-delay: var(--delay);
}

@keyframes cec-gj1-rays {
    0%, 5% { opacity: 0; transform: scale(.55) rotate(-8deg); }
    20% { opacity: 1; }
    70% { opacity: .75; }
    100% { opacity: .35; transform: scale(1.18) rotate(7deg); }
}

@keyframes cec-gj1-flash {
    0%, 5% { opacity: 0; }
    7% { opacity: .72; }
    10%, 100% { opacity: 0; }
}

@keyframes cec-gj1-ring-pop {
    0%, 6% { opacity: 0; transform: translate(-50%, -50%) scale(.18); }
    11% { opacity: .95; }
    52% { opacity: .25; }
    75%, 100% { opacity: .16; transform: translate(-50%, -50%) scale(1.75); }
}

@keyframes cec-gj1-headline {
    0%, 6% { opacity: 0; transform: scale(.55) rotate(-3deg); filter: blur(10px); }
    15% { opacity: 1; transform: scale(1.08) rotate(.6deg); filter: blur(0); }
    21% { transform: scale(.98) rotate(0); }
    27%, 76% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
    100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes cec-gj1-underline {
    0%, 18% { width: 0; opacity: 0; }
    32%, 76% { width: min(58vw, 820px); opacity: 1; }
    100% { width: min(58vw, 820px); opacity: 1; }
}

@keyframes cec-gj1-subline {
    0%, 26% { opacity: 0; transform: translateY(14px); }
    38%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-gj1-shard {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--r)) translateX(0) scale(.4); }
    14% { opacity: 1; }
    72% { opacity: .95; }
    100% { opacity: 0; transform: translate(-50%, -50%) rotate(calc(var(--r) + 220deg)) translateX(var(--dist)) translateY(var(--fall)) scale(1); }
}

@keyframes cec-gj1-sparkle {
    0%, 12% { opacity: 0; transform: scale(.3); }
    18% { opacity: 1; transform: scale(1.4); }
    24% { opacity: .3; transform: scale(.8); }
    31% { opacity: 1; transform: scale(1.1); }
    45%, 100% { opacity: 0; transform: scale(.2); }
}

@keyframes cec-gj2-burst {
    0%, 5% { opacity: 0; transform: scale(.55) rotate(-16deg); }
    18% { opacity: 1; }
    72% { opacity: .72; }
    100% { opacity: .34; transform: scale(1.12) rotate(8deg); }
}

@keyframes cec-gj2-speed {
    0%, 5% { opacity: 0; transform: skewX(-22deg) translateX(-20vw); }
    13% { opacity: .9; }
    42% { opacity: .45; }
    74%, 100% { opacity: 0; transform: skewX(-22deg) translateX(150vw); }
}

@keyframes cec-gj2-slash-a {
    0%, 7% { opacity: 0; transform: translate(-50%, -50%) rotate(-5deg) scaleX(0); }
    13% { opacity: .95; transform: translate(-50%, -50%) rotate(-5deg) scaleX(1.08); }
    20% { opacity: .5; }
    35%, 100% { opacity: .26; transform: translate(-50%, -50%) rotate(-5deg) scaleX(1); }
}

@keyframes cec-gj2-slash-b {
    0%, 10% { opacity: 0; transform: translate(-50%, -50%) rotate(4deg) scaleX(0); }
    17% { opacity: .9; transform: translate(-50%, -50%) rotate(4deg) scaleX(1); }
    25% { opacity: .4; }
    38%, 100% { opacity: .22; transform: translate(-50%, -50%) rotate(4deg) scaleX(1); }
}

@keyframes cec-gj2-flash {
    0%, 7% { opacity: 0; }
    9% { opacity: .6; }
    12%, 100% { opacity: 0; }
}

@keyframes cec-gj2-eyebrow {
    0%, 14% { opacity: 0; transform: translateY(12px); }
    25%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-gj2-title {
    0%, 7% { opacity: 0; transform: translateX(-45px) skewX(-7deg) scale(.88); filter: blur(8px); }
    16% { opacity: 1; transform: translateX(7px) skewX(2deg) scale(1.075); filter: blur(0); }
    22% { transform: translateX(-2px) skewX(-.5deg) scale(.985); }
    28%, 76% { opacity: 1; transform: none; filter: blur(0); }
    100% { opacity: 1; transform: none; filter: blur(0); }
}

@keyframes cec-gj2-accent {
    0%, 24% { opacity: 0; transform: translateY(12px) scaleX(.65); }
    37%, 76% { opacity: 1; transform: translateY(0) scaleX(1); }
    100% { opacity: 1; transform: translateY(0) scaleX(1); }
}

@keyframes cec-gj2-sub {
    0%, 31% { opacity: 0; transform: translateY(13px); }
    43%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-gj2-spark {
    0%, 13% { opacity: 0; transform: scale(.2) rotate(0); }
    20% { opacity: 1; transform: scale(1.35) rotate(22deg); }
    28% { opacity: .55; transform: scale(.85) rotate(45deg); }
    38% { opacity: .95; transform: scale(1.05) rotate(70deg); }
    52%, 100% { opacity: 0; transform: scale(.25) rotate(110deg); }
}

@keyframes cec-gj2-chip {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--r)) translateX(0) scale(.55); }
    16% { opacity: 1; }
    72% { opacity: .9; }
    100% { opacity: 0; transform: translate(-50%, -50%) rotate(calc(var(--r) + 190deg)) translateX(var(--dist)) translateY(var(--fall)) scale(1); }
}

@keyframes cec-gj3-spotlight {
    0%, 5% { opacity: 0; transform: translateX(-50%) scaleX(.35); }
    18% { opacity: .9; transform: translateX(-50%) scaleX(1); }
    72% { opacity: .68; }
    100% { opacity: .38; transform: translateX(-50%) scaleX(1); }
}

@keyframes cec-gj3-halo {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) scale(.4) rotate(-18deg); }
    20% { opacity: 1; transform: translate(-50%, -50%) scale(1.06) rotate(5deg); }
    28%, 76% { opacity: .75; transform: translate(-50%, -50%) scale(1) rotate(16deg); }
    100% { opacity: .34; transform: translate(-50%, -50%) scale(1) rotate(16deg); }
}

@keyframes cec-gj3-ribbon-one {
    0%, 7% { opacity: 0; transform: translateX(-50%) rotate(-7deg) scaleX(.05); }
    16% { opacity: .95; transform: translateX(-50%) rotate(-7deg) scaleX(1.02); }
    25% { opacity: .5; }
    40%, 100% { opacity: .22; transform: translateX(-50%) rotate(-7deg) scaleX(1); }
}

@keyframes cec-gj3-ribbon-two {
    0%, 10% { opacity: 0; transform: translateX(-50%) rotate(6deg) scaleX(.05); }
    19% { opacity: .9; transform: translateX(-50%) rotate(6deg) scaleX(1); }
    27% { opacity: .45; }
    42%, 100% { opacity: .2; transform: translateX(-50%) rotate(6deg) scaleX(1); }
}

@keyframes cec-gj3-beam {
    0%, 8% { opacity: 0; transform: translateY(24%) scaleY(.35); }
    18% { opacity: .78; }
    58% { opacity: .32; }
    100% { opacity: .16; transform: translateY(0) scaleY(1); }
}

@keyframes cec-gj3-eyebrow {
    0%, 15% { opacity: 0; transform: translateY(16px); }
    27%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-gj3-headline {
    0%, 8% { opacity: 0; transform: translateY(52px) scale(.84); filter: blur(10px); }
    18% { opacity: 1; transform: translateY(-7px) scale(1.07); filter: blur(0); }
    24% { transform: translateY(2px) scale(.985); }
    29%, 76% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes cec-gj3-badge {
    0%, 24% { opacity: 0; transform: scale(.35) rotate(-22deg); }
    36% { opacity: 1; transform: scale(1.15) rotate(5deg); }
    43%, 76% { opacity: 1; transform: scale(1) rotate(0); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes cec-gj3-sub {
    0%, 34% { opacity: 0; transform: translateY(14px); }
    46%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-gj3-star {
    0%, 13% { opacity: 0; transform: scale(.25) rotate(0deg); }
    21% { opacity: 1; transform: scale(1.4) rotate(30deg); }
    31% { opacity: .55; transform: scale(.9) rotate(70deg); }
    42% { opacity: .95; transform: scale(1.05) rotate(105deg); }
    55%, 100% { opacity: 0; transform: scale(.2) rotate(150deg); }
}

@keyframes cec-gj3-orb {
    0%, 10% { opacity: 0; transform: translateY(30px) scale(.45); }
    20% { opacity: 1; }
    68% { opacity: .75; }
    100% { opacity: 0; transform: translateY(-180px) scale(1); }
}

@keyframes cec-gj3-flash {
    0%, 7% { opacity: 0; }
    9% { opacity: .56; }
    12%, 100% { opacity: 0; }
}

@keyframes cec-nt1-glow {
    0%, 6% { opacity: 0; transform: scale(.7); }
    22% { opacity: 1; transform: scale(1); }
    78% { opacity: .8; transform: scale(1.05); }
    100% { opacity: .26; transform: scale(1.05); }
}

@keyframes cec-nt1-scan {
    0%, 8% { opacity: 0; transform: translateY(-100%); }
    18% { opacity: .8; }
    45% { opacity: .25; }
    60%, 100% { opacity: .12; transform: translateY(0); }
}

@keyframes cec-nt1-orbit {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) scale(.65) rotate(-25deg); }
    24% { opacity: 1; transform: translate(-50%, -50%) scale(1.05) rotate(10deg); }
    32%, 78% { opacity: .72; transform: translate(-50%, -50%) scale(1) rotate(20deg); }
    100% { opacity: .38; transform: translate(-50%, -50%) scale(1) rotate(20deg); }
}

@keyframes cec-nt1-label {
    0%, 7% { opacity: 0; transform: translateY(10px); }
    16%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt1-headline {
    0%, 7% { opacity: 0; transform: translateY(22px) scale(.9); filter: blur(8px); }
    16% { opacity: 1; transform: translateY(-3px) scale(1.03); filter: blur(0); }
    22%, 100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes cec-nt1-line {
    0%, 12% { width: 0; opacity: 0; }
    22%, 100% { width: min(62vw, 650px); opacity: 1; }
}

@keyframes cec-nt1-message {
    0%, 16% { opacity: 0; transform: translateY(12px); }
    27%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt1-dot {
    0%, 10% { opacity: 0; transform: translate(0, 0) scale(.5); }
    20% { opacity: 1; transform: translate(var(--x1), var(--y1)) scale(1.2); }
    70% { opacity: .85; }
    100% { opacity: 0; transform: translate(var(--x2), var(--y2)) scale(.6); }
}

@keyframes cec-nt2-aura {
    0%, 6% { opacity: 0; transform: scale(.6); }
    18% { opacity: 1; transform: scale(1); }
    76% { opacity: .78; }
    100% { opacity: .24; transform: scale(1.04); }
}

@keyframes cec-nt2-halo {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) scale(.4); }
    18% { opacity: .95; transform: translate(-50%, -50%) scale(1.02); }
    72% { opacity: .28; transform: translate(-50%, -50%) scale(1.08); }
    100% { opacity: .34; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes cec-nt2-beam {
    0%, 10% { opacity: 0; transform: scaleY(.7); }
    20% { opacity: 1; transform: scaleY(1); }
    72% { opacity: .52; }
    100% { opacity: .16; transform: scaleY(1); }
}

@keyframes cec-nt2-eyebrow {
    0%, 8% { opacity: 0; transform: translateY(8px); }
    18%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt2-headline {
    0%, 8% { opacity: 0; transform: scale(.88); filter: blur(6px); }
    18% { opacity: 1; transform: scale(1.04); filter: blur(0); }
    25%, 100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes cec-nt2-trail {
    0%, 16% { width: 0; opacity: 0; }
    28%, 100% { width: min(60vw, 620px); opacity: 1; }
}

@keyframes cec-nt2-sub {
    0%, 22% { opacity: 0; transform: translateY(10px); }
    33%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt2-spark {
    0%, 10% { opacity: 0; transform: scale(.3); }
    22% { opacity: 1; transform: scale(1.15); }
    50% { opacity: .55; }
    100% { opacity: 0; transform: scale(.55) translateY(-10px); }
}

@keyframes cec-nt3-target {
    0%, 7% { opacity: 0; transform: translate(-50%, -50%) scale(.5) rotate(-22deg); }
    20% { opacity: 1; transform: translate(-50%, -50%) scale(1.05) rotate(4deg); }
    29%, 76% { opacity: .72; transform: translate(-50%, -50%) scale(1) rotate(14deg); }
    100% { opacity: .46; transform: translate(-50%, -50%) scale(1) rotate(14deg); }
}

@keyframes cec-nt3-crosshair {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) scale(.55); }
    18% { opacity: .88; transform: translate(-50%, -50%) scale(1); }
    34%, 72% { opacity: .35; }
    100% { opacity: .18; transform: translate(-50%, -50%) scale(1); }
}

@keyframes cec-nt3-sweep {
    0%, 7% { opacity: 0; transform: translate(-50%, -50%) rotate(-40deg); }
    18% { opacity: 1; }
    67% { opacity: .58; }
    100% { opacity: .2; transform: translate(-50%, -50%) rotate(300deg); }
}

@keyframes cec-nt3-miss-dot {
    0%, 15% { opacity: 0; transform: scale(.35); }
    24% { opacity: 1; transform: scale(1.35); }
    31%, 70% { opacity: 1; transform: scale(1); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes cec-nt3-eyebrow {
    0%, 17% { opacity: 0; transform: translateY(12px); }
    29%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt3-headline {
    0%, 10% { opacity: 0; transform: translateY(30px) scale(.88); filter: blur(9px); }
    21% { opacity: 1; transform: translateY(-4px) scale(1.055); filter: blur(0); }
    27% { transform: translateY(1px) scale(.988); }
    32%, 76% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes cec-nt3-progress-wrap {
    0%, 28% { opacity: 0; transform: translateY(12px); }
    40%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt3-progress-fill {
    0%, 34% { width: 0; }
    60%, 100% { width: 96%; }
}

@keyframes cec-nt3-progress-cap {
    0%, 54% { transform: translateY(-50%) scale(0); opacity: 0; }
    63% { transform: translateY(-50%) scale(1.35); opacity: 1; }
    72%, 100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

@keyframes cec-nt3-sub {
    0%, 40% { opacity: 0; transform: translateY(12px); }
    52%, 76% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt3-spark {
    0%, 14% { opacity: 0; transform: scale(.2) rotate(0); }
    22% { opacity: 1; transform: scale(1.3) rotate(30deg); }
    31% { opacity: .55; transform: scale(.85) rotate(60deg); }
    42% { opacity: .95; transform: scale(1) rotate(95deg); }
    55%, 100% { opacity: 0; transform: scale(.2) rotate(140deg); }
}

@keyframes cec-nt3-arc {
    0%, 8% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--r)) scale(.55); }
    20% { opacity: .92; transform: translate(-50%, -50%) rotate(calc(var(--r) + 18deg)) scale(1.03); }
    38% { opacity: .45; }
    60%, 100% { opacity: .18; transform: translate(-50%, -50%) rotate(calc(var(--r) + 120deg)) scale(1.04); }
}

@keyframes cec-nt3-flash {
    0%, 8% { opacity: 0; }
    10% { opacity: .42; }
    13%, 100% { opacity: 0; }
}

@keyframes cec-nt4-pulse {
    0%, 5% { opacity: 0; transform: translate(-50%, -50%) scale(.45); }
    18% { opacity: .9; transform: translate(-50%, -50%) scale(1); }
    52% { opacity: .45; }
    100% { opacity: .22; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes cec-nt4-slash {
    0%, 6% { opacity: 0; transform: translate(-50%, -50%) rotate(-8deg) scaleX(0); }
    16% { opacity: .9; transform: translate(-50%, -50%) rotate(-8deg) scaleX(1); }
    28% { opacity: .35; }
    44%, 100% { opacity: .22; transform: translate(-50%, -50%) rotate(-8deg) scaleX(1); }
}

@keyframes cec-nt4-eyebrow {
    0%, 14% { opacity: 0; transform: translateY(8px); }
    28%, 70% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt4-headline {
    0%, 8% { opacity: 0; transform: scale(.9); filter: blur(7px); }
    18% { opacity: 1; transform: scale(1.04); filter: blur(0); }
    24% { transform: translateX(-5px) scale(.99); }
    28% { transform: translateX(5px) scale(1); }
    32%, 70% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
    100% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}

@keyframes cec-nt4-subline {
    0%, 28% { opacity: 0; transform: translateY(9px); }
    42%, 70% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes cec-nt4-spark {
    0%, 12% { opacity: 0; transform: scale(.2) rotate(0); }
    23% { opacity: 1; transform: scale(1.15) rotate(35deg); }
    36% { opacity: .55; transform: scale(.8) rotate(70deg); }
    54%, 100% { opacity: 0; transform: scale(.2) rotate(110deg); }
}

@media (prefers-reduced-motion: reduce) {
    .cec-host *,
    .cec-host::before,
    .cec-host::after,
    .cec-nice-try-signal__orbit::before,
    .cec-nice-try-signal__orbit::after,
    .cec-nice-try-bloom__halo::before,
    .cec-nice-try-bloom__halo::after {
        animation: none !important;
    }

    .cec-good-job-classic__headline,
    .cec-good-job-classic__subline,
    .cec-good-job-streak__eyebrow,
    .cec-good-job-streak__headline,
    .cec-good-job-streak__accent,
    .cec-good-job-streak__sub,
    .cec-good-job-spotlight__eyebrow,
    .cec-good-job-spotlight__headline,
    .cec-good-job-spotlight__badge,
    .cec-good-job-spotlight__sub,
    .cec-nice-try-signal__label,
    .cec-nice-try-signal__headline,
    .cec-nice-try-signal__message,
    .cec-nice-try-bloom__eyebrow,
    .cec-nice-try-bloom__headline,
    .cec-nice-try-bloom__sub,
    .cec-nice-try-almost__eyebrow,
    .cec-nice-try-almost__headline,
    .cec-nice-try-almost__progress-wrap,
    .cec-nice-try-almost__sub,
    .cec-nice-try-not-quite__eyebrow,
    .cec-nice-try-not-quite__headline,
    .cec-nice-try-not-quite__sub {
        opacity: 1;
        transform: none;
        filter: none;
    }

    .cec-good-job-classic__underline {
        width: min(42vw, 560px);
    }

    .cec-good-job-spotlight__halo,
    .cec-good-job-spotlight__spotlight {
        opacity: .7;
    }

    .cec-good-job-streak__bar,
    .cec-good-job-streak__bar--right,
    .cec-nice-try-signal__line,
    .cec-nice-try-bloom__trail {
        opacity: 1;
        width: min(62vw, 650px);
    }

    .cec-nice-try-almost__progress-fill {
        width: 96%;
    }

    .cec-nice-try-almost__progress-cap {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}
