/*
 * Changelog
 * 2026-08-07
 * - Einmalige ShakeIT-Feedbackcard mit drei klaren Antwortbuttons gestaltet.
 * - Bestätigungszustand, Fokusdarstellung und mobiles Stapellayout ergänzt.
 * 2026-07-21
 * - Ergebnisansicht in Schritt 5 kompakter gegliedert und die rechte Desktop-Spalte für Abzeichen, Garwerte-Link und Folgeaktionen ausgebaut.
 * - Kleine Info-Icons mit Hover- und Fokus-Tooltips für alle Bewertungszeilen ergänzt.
 * 2026-07-21
 * - Aktionsabhängige Shake-, Wende- und Servierhinweise für Schritt 4 gestaltet.
 * - Abzeichen-Erfolgscard sowie Ergebnisbutton-Verteilung 40/30/30 mit mobilem Stapellayout ergänzt.
 * 2026-07-21
 * - Ingame-Oberflächen an die blau-violette Farbwelt der Landingpage angenähert.
 * - Schrittillustrationen in Start, Auswahl, Setup, Garphase und Ergebnis nach einer gemeinsamen Überhang-Regel ausgerichtet.
 * - Empfehlung, Buttons, Fortschritt und Statusflächen farblich vereinheitlicht; responsive Überhänge abgesichert.
 * 2026-07-21
 * - Vorhandene Schrittillustrationen als responsives visuelles Leitsystem in alle fünf Spielansichten integriert.
 * - Kategorieauswahl nach Trends-Vorbild auf umbrechende Icon-Kreise ohne horizontalen Scroller umgestellt.
 * - Manuellen Servier-Wartezustand, Ergebnis-Pokal und Sammlungsdashboard gestaltet.
 * 2026-07-21
 * - Sekundären Landingpage-Button für den sichtbaren Trainingsstart ergänzt.
 * 2026-07-21
 * - Featured-Foodbilder auf Desktop und Tablet um rund 13 Prozent flacher dargestellt; Mobile unverändert belassen.
 * 2026-07-21
 * - "So funktioniert’s" als offene, stärker inszenierte Vier-Schritte-Strecke mit Glows und Punktverbindungen überarbeitet.
 * - Schritt- und Pokalillustrationen ohne sichtbare Bildflächen dargestellt.
 * - Featured-Bilder kompakter, Foodtitel kräftiger und Gardaten mittig ausgerichtet.
 * 2026-07-21
 * - Eigenen ShakeIT Header und Landingpage nach freigegebenem Version-2-Mockup gestaltet.
 * - Featured Challenges, Premium Schrittillustrationen, Pokal CTA und responsive Layouts ergänzt.
 * - Ergebnisansicht um servierfertiges Food Bild erweitert.
 * 2026-07-18
 * - Gerichtssuche im Frontend deaktiviert; Kategorien bleiben unverändert nutzbar.
 * - Filterleiste auf die volle Breite der Kategorien umgestellt.
 * 2026-07-18
 * - Hero-Titel zweizeilig formatiert; Untertitel kleiner, orange und ohne Zeilenumbruch.
 * - Glocken-Icon über das Bootstrap-Pseudoelement optisch mittig ausgerichtet.
 * 2026-07-18
 * - Sichtbaren Abzeichenfortschritt für den Challenge-Modus ergänzt.
 * - Gesperrte Abzeichen trotz Fortschrittsanzeige besser lesbar gemacht.
 * 2026-07-18
 * - Aktionshilfe in der Garphase und sichtbaren Zustandsabzug gestaltet.
 * 2026-07-17
 * - Vollständiges responsives Beta-Design für ShakeIT ergänzt.
 * - Airfryer-Simulation, Garzustände, Spielansichten, Scorekarten und Sammlung gestaltet.
 * - Fokuszustände, Touch-Bedienung und reduzierte Bewegung berücksichtigt.
 */

.shakeit-page {
    --shakeit-bg: #08111f;
    --shakeit-panel: #0d1a2c;
    --shakeit-panel-2: #101f34;
    --shakeit-border: rgba(148, 163, 184, .2);
    --shakeit-text: #f5f8fc;
    --shakeit-muted: #9eb0c6;
    --shakeit-blue: #3d91ff;
    --shakeit-blue-light: #91c8ff;
    --shakeit-orange: #ff9f43;
    --shakeit-green: #59d68b;
    --shakeit-red: #ff7474;
    --shakeit-yellow: #f7d35c;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.15rem 1rem 3rem;
    color: var(--shakeit-text);
}

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

.shakeit-page button,
.shakeit-page input {
    font: inherit;
}

.shakeit-page button {
    touch-action: manipulation;
}

.shakeit-page button:focus-visible,
.shakeit-page a:focus-visible,
.shakeit-page input:focus-visible {
    outline: 3px solid rgba(61, 145, 255, .45);
    outline-offset: 3px;
}

.shakeit-breadcrumb {
    display: flex;
    gap: .45rem;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--shakeit-muted);
    font-size: .86rem;
}

.shakeit-breadcrumb a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    color: #c6d5e7;
}

.shakeit-breadcrumb a:hover {
    color: #fff;
}

.shakeit-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
    gap: 2rem;
    align-items: center;
    min-height: 360px;
    padding: clamp(1.35rem, 4vw, 3rem);
    overflow: hidden;
    border: 1px solid var(--shakeit-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at 82% 22%, rgba(255, 159, 67, .18), transparent 28%),
        radial-gradient(circle at 13% 88%, rgba(61, 145, 255, .2), transparent 32%),
        linear-gradient(135deg, #0c1d32 0%, #07111f 58%, #111b27 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.shakeit-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
    pointer-events: none;
}

.shakeit-hero-copy,
.shakeit-hero-machine {
    position: relative;
    z-index: 1;
}

.shakeit-kicker,
.shakeit-step-label,
.shakeit-section-heading > span {
    display: inline-flex;
    gap: .42rem;
    align-items: center;
    color: var(--shakeit-blue-light);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.shakeit-hero h1 {
    max-width: 760px;
    margin: .72rem 0 .85rem;
    color: #fff;
    font-size: clamp(2.35rem, 6vw, 4.75rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.04em;
}

.shakeit-hero h1 strong {
    display: block;
    font: inherit;
    font-weight: 900;
}

.shakeit-hero h1 span {
    display: block;
    margin-top: .42rem;
    color: var(--shakeit-orange);
    font-size: clamp(1.2rem, 2.6vw, 2.15rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.shakeit-hero-lead {
    max-width: 750px;
    margin: 0 0 .65rem;
    color: #e9f2fc;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.55;
}

.shakeit-hero-text {
    max-width: 720px;
    margin: 0;
    color: var(--shakeit-muted);
    line-height: 1.7;
}

.shakeit-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.3rem;
}

.shakeit-hero-facts span {
    padding: .55rem .72rem;
    border: 1px solid rgba(145, 200, 255, .16);
    border-radius: 9px;
    color: #b9cae0;
    background: rgba(7, 17, 31, .58);
    font-size: .82rem;
}

.shakeit-hero-facts strong {
    margin-right: .18rem;
    color: #fff;
}

.shakeit-hero-machine {
    width: min(100%, 360px);
    justify-self: center;
}

.shakeit-hero-machine picture {
    display: block;
}

.shakeit-hero-machine img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .34));
}

.shakeit-progress-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 1rem 0;
    overflow: hidden;
    border: 1px solid var(--shakeit-border);
    border-radius: 12px;
    background: rgba(8, 19, 33, .92);
}

.shakeit-progress-nav span {
    display: flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .55rem;
    border-right: 1px solid var(--shakeit-border);
    color: #7589a2;
    font-size: .82rem;
    font-weight: 700;
}

.shakeit-progress-nav span:last-child {
    border-right: 0;
}

.shakeit-progress-nav b {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 50%;
    font-size: .72rem;
}

.shakeit-progress-nav span.is-active,
.shakeit-progress-nav span.is-complete {
    color: #eaf4ff;
}

.shakeit-progress-nav span.is-active {
    background: rgba(61, 145, 255, .12);
}

.shakeit-progress-nav span.is-active b {
    border-color: var(--shakeit-blue);
    color: #fff;
    background: var(--shakeit-blue);
}

.shakeit-progress-nav span.is-complete b {
    border-color: rgba(89, 214, 139, .6);
    color: #06150d;
    background: var(--shakeit-green);
}

.shakeit-screen {
    animation: shakeit-screen-in .24s ease both;
}

.shakeit-screen[hidden] {
    display: none !important;
}

.shakeit-start-grid,
.shakeit-result-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
    gap: 1rem;
}

.shakeit-panel {
    border: 1px solid var(--shakeit-border);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(15, 31, 52, .98), rgba(8, 19, 33, .98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.shakeit-mode-panel,
.shakeit-control-panel,
.shakeit-result-main,
.shakeit-feedback-card {
    padding: clamp(1rem, 2.4vw, 1.45rem);
}

.shakeit-panel-head {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.shakeit-panel-head h2,
.shakeit-panel h2,
.shakeit-collection-section h3 {
    margin: 0;
    color: #fff;
}

.shakeit-panel-head h2 {
    font-size: 1.15rem;
}

.shakeit-panel-head p,
.shakeit-panel p {
    color: var(--shakeit-muted);
}

.shakeit-panel-head p {
    margin: .18rem 0 0;
    font-size: .85rem;
    line-height: 1.5;
}

.shakeit-panel-icon,
.shakeit-mode-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(61, 145, 255, .22);
    color: var(--shakeit-blue-light);
    background: rgba(61, 145, 255, .12);
}

.shakeit-panel-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
}

.shakeit-panel-icon.is-small {
    width: 36px;
    height: 36px;
    border-radius: 9px;
}

.shakeit-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.shakeit-mode-card {
    display: grid;
    gap: .55rem;
    min-height: 245px;
    align-content: start;
    padding: 1.2rem;
    border: 1px solid rgba(61, 145, 255, .24);
    border-radius: 14px;
    color: var(--shakeit-text);
    background:
        radial-gradient(circle at 100% 0, rgba(61, 145, 255, .15), transparent 35%),
        #0a1728;
    text-align: left;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.shakeit-mode-card.is-challenge {
    border-color: rgba(255, 159, 67, .28);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 159, 67, .16), transparent 35%),
        #0a1728;
}

.shakeit-mode-card:hover {
    transform: translateY(-3px);
    border-color: var(--shakeit-blue);
}

.shakeit-mode-card.is-challenge:hover {
    border-color: var(--shakeit-orange);
}

.shakeit-mode-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 1.35rem;
}

.shakeit-mode-card.is-challenge .shakeit-mode-icon {
    border-color: rgba(255, 159, 67, .3);
    color: #ffc17e;
    background: rgba(255, 159, 67, .12);
}

.shakeit-mode-card strong {
    color: #fff;
    font-size: 1.2rem;
}

.shakeit-mode-card > span:not(.shakeit-mode-icon) {
    color: var(--shakeit-muted);
    line-height: 1.58;
}

.shakeit-mode-card small {
    align-self: end;
    color: var(--shakeit-blue-light);
    font-weight: 700;
}

.shakeit-mode-card.is-challenge small {
    color: #ffc17e;
}

.shakeit-side-stack {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.shakeit-daily-card,
.shakeit-collection-preview,
.shakeit-source-card {
    padding: 1.15rem;
}

.shakeit-daily-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 8%, rgba(247, 211, 92, .18), transparent 32%),
        linear-gradient(145deg, #152033, #0a1524);
}

.shakeit-daily-label {
    display: inline-flex;
    gap: .42rem;
    align-items: center;
    color: #ffe58a;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.shakeit-daily-card h2 {
    margin-top: .65rem;
    font-size: 1.25rem;
}

.shakeit-daily-card p {
    margin: .45rem 0 .85rem;
    line-height: 1.6;
}

.shakeit-daily-date {
    color: #d8e4f2;
    font-size: .78rem;
}

.shakeit-collection-preview {
    display: grid;
    gap: 1rem;
}

.shakeit-collection-preview > div:first-child {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .65rem;
}

.shakeit-collection-preview h2,
.shakeit-collection-preview p {
    grid-column: 2;
}

.shakeit-collection-preview h2 {
    font-size: 1.05rem;
}

.shakeit-collection-preview p {
    margin: -.35rem 0 0;
    font-size: .84rem;
    line-height: 1.55;
}

.shakeit-link-button,
.shakeit-back-button,
.shakeit-secondary-button {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 9px;
    color: #dbe8f6;
    background: rgba(15, 31, 52, .7);
    cursor: pointer;
}

.shakeit-link-button {
    min-height: 40px;
    padding: .62rem .8rem;
    font-size: .84rem;
    font-weight: 700;
}

.shakeit-link-button:hover,
.shakeit-back-button:hover,
.shakeit-secondary-button:hover {
    border-color: var(--shakeit-blue);
    color: #fff;
    background: rgba(61, 145, 255, .11);
}

.shakeit-screen-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    margin: 1rem 0;
}

.shakeit-back-button {
    min-height: 39px;
    padding: .55rem .75rem;
    font-size: .84rem;
}

.shakeit-mode-badge,
.shakeit-mission-badge {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .46rem .7rem;
    border: 1px solid rgba(61, 145, 255, .25);
    border-radius: 999px;
    color: var(--shakeit-blue-light);
    background: rgba(61, 145, 255, .1);
    font-size: .76rem;
    font-weight: 800;
}

.shakeit-mode-badge.is-challenge,
.shakeit-mission-badge.is-challenge {
    border-color: rgba(255, 159, 67, .3);
    color: #ffc17e;
    background: rgba(255, 159, 67, .1);
}

.shakeit-section-heading {
    margin: 1rem 0 1.15rem;
}

.shakeit-section-heading h2 {
    margin: .35rem 0 .3rem;
    color: #fff;
    font-size: clamp(1.6rem, 4vw, 2.3rem);
    letter-spacing: -.025em;
}

.shakeit-section-heading p {
    margin: 0;
    color: var(--shakeit-muted);
}

.shakeit-filter-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
    margin-bottom: 1rem;
}

.shakeit-search {
    display: none;
    gap: .55rem;
    align-items: center;
    min-height: 46px;
    padding: 0 .8rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 10px;
    color: var(--shakeit-muted);
    background: #081526;
}

.shakeit-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
}

.shakeit-search input::placeholder {
    color: #71859f;
}

.shakeit-category-filters {
    display: flex;
    gap: .45rem;
    align-items: center;
    overflow-x: auto;
    padding-bottom: .18rem;
    scrollbar-width: thin;
}

.shakeit-category-filters button {
    flex: 0 0 auto;
    min-height: 39px;
    padding: .48rem .7rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 999px;
    color: #bfd0e4;
    background: rgba(11, 25, 43, .9);
    font-size: .78rem;
    cursor: pointer;
}

.shakeit-category-filters button.is-active {
    border-color: var(--shakeit-blue);
    color: #fff;
    background: rgba(61, 145, 255, .16);
}

.shakeit-food-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}

.shakeit-food-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--shakeit-border);
    border-radius: 13px;
    color: var(--shakeit-text);
    background: #0a1728;
    text-align: left;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease;
}

.shakeit-food-card:hover {
    transform: translateY(-3px);
    border-color: rgba(61, 145, 255, .72);
}

.shakeit-food-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #08111e;
}

.shakeit-food-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.shakeit-food-card:hover img {
    transform: scale(1.035);
}

.shakeit-food-card-image span {
    position: absolute;
    right: .55rem;
    bottom: .55rem;
    padding: .3rem .48rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    background: rgba(4, 10, 18, .8);
    font-size: .7rem;
    backdrop-filter: blur(8px);
}

.shakeit-food-card-copy {
    display: grid;
    gap: .45rem;
    padding: .8rem;
}

.shakeit-food-card-copy small {
    color: var(--shakeit-blue-light);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.shakeit-food-card-copy strong {
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-size: .98rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shakeit-food-card-meta {
    display: flex;
    gap: .35rem;
    flex-wrap: wrap;
}

.shakeit-food-card-meta span {
    padding: .28rem .42rem;
    border-radius: 6px;
    color: #b9c9dc;
    background: rgba(148, 163, 184, .08);
    font-size: .68rem;
}

.shakeit-empty {
    padding: 2rem;
    border: 1px dashed var(--shakeit-border);
    border-radius: 12px;
    color: var(--shakeit-muted);
    text-align: center;
}

.shakeit-setup-grid,
.shakeit-kitchen-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
    gap: 1rem;
    align-items: start;
}

.shakeit-selected-food {
    overflow: hidden;
}

.shakeit-selected-image-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #07111e;
}

.shakeit-selected-image-wrap::after {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(transparent, rgba(5, 12, 21, .9));
    content: "";
}

.shakeit-selected-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shakeit-selected-image-wrap span {
    position: absolute;
    z-index: 1;
    right: .85rem;
    bottom: .75rem;
    padding: .36rem .55rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 12, 21, .72);
    font-size: .74rem;
    backdrop-filter: blur(7px);
}

.shakeit-selected-copy {
    padding: 1.15rem;
}

.shakeit-selected-copy h2 {
    margin: .35rem 0 .4rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.shakeit-selected-copy > p {
    margin: 0;
    line-height: 1.6;
}

.shakeit-food-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin: 1rem 0 0;
}

.shakeit-food-meta div {
    padding: .7rem;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 9px;
    background: rgba(4, 13, 24, .38);
}

.shakeit-food-meta dt {
    color: #7f93ad;
    font-size: .7rem;
    text-transform: uppercase;
}

.shakeit-food-meta dd {
    margin: .18rem 0 0;
    color: #eef5fc;
    font-size: .88rem;
    font-weight: 700;
}

.shakeit-training-hint {
    display: flex;
    gap: .65rem;
    align-items: flex-start;
    margin-bottom: .9rem;
    padding: .75rem .8rem;
    border: 1px solid rgba(247, 211, 92, .25);
    border-radius: 9px;
    color: #f8e6a1;
    background: rgba(247, 211, 92, .08);
    font-size: .82rem;
    line-height: 1.5;
}

.shakeit-training-hint[hidden] {
    display: none;
}

.shakeit-training-hint i {
    margin-top: .12rem;
}

.shakeit-input-block {
    margin-bottom: 1rem;
}

.shakeit-input-label {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .45rem;
}

.shakeit-input-label label,
.shakeit-state-fieldset legend {
    color: #edf5fd;
    font-size: .88rem;
    font-weight: 700;
}

.shakeit-input-label span {
    color: #758aa4;
    font-size: .76rem;
}

.shakeit-stepper {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) 45px;
    overflow: hidden;
    border: 1px solid #33475e;
    border-radius: 10px;
    background: #071526;
}

.shakeit-stepper button {
    border: 0;
    color: #bdd6f3;
    background: #102238;
    font-size: 1.25rem;
    cursor: pointer;
}

.shakeit-stepper button:hover {
    color: #fff;
    background: #17314f;
}

.shakeit-stepper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #33475e;
    border-left: 1px solid #33475e;
}

.shakeit-stepper input {
    width: 72px;
    min-height: 46px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 1.15rem;
    font-weight: 900;
    text-align: right;
    -moz-appearance: textfield;
}

.shakeit-stepper input::-webkit-inner-spin-button,
.shakeit-stepper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.shakeit-stepper > div span {
    margin-left: .35rem;
    color: #8da2bb;
    font-size: .82rem;
}

.shakeit-state-fieldset {
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
}

.shakeit-state-fieldset legend {
    margin-bottom: .5rem;
}

.shakeit-state-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
}

.shakeit-state-grid button {
    display: flex;
    gap: .42rem;
    align-items: center;
    min-height: 43px;
    padding: .55rem .65rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 9px;
    color: #bdd0e4;
    background: #0a1829;
    font-size: .8rem;
    cursor: pointer;
}

.shakeit-state-grid button.is-active {
    border-color: var(--shakeit-blue);
    color: #fff;
    background: rgba(61, 145, 255, .16);
}

.shakeit-state-grid button.is-recommended::after {
    margin-left: auto;
    color: var(--shakeit-green);
    content: "✓";
    font-weight: 900;
}

.shakeit-validation {
    margin: 0 0 .75rem;
    padding: .65rem .7rem;
    border: 1px solid rgba(255, 116, 116, .35);
    border-radius: 8px;
    color: #ffd0d0;
    background: rgba(255, 116, 116, .09);
    font-size: .8rem;
}

.shakeit-primary-button,
.shakeit-secondary-button {
    min-height: 44px;
    padding: .65rem .9rem;
    font-size: .86rem;
    font-weight: 800;
}

.shakeit-primary-button {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(101, 176, 255, .8);
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(180deg, #3198ff, #126ed9);
    cursor: pointer;
    box-shadow: 0 9px 24px rgba(18, 110, 217, .22);
}

.shakeit-primary-button:hover {
    filter: brightness(1.08);
}

.shakeit-cook-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
    margin: 1rem 0;
}

.shakeit-cook-head h2 {
    margin: .25rem 0 0;
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.3rem);
}

.shakeit-live-status {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: .48rem .7rem;
    border: 1px solid rgba(255, 159, 67, .25);
    border-radius: 999px;
    color: #ffc17e;
    background: rgba(255, 159, 67, .09);
    font-size: .78rem;
    font-weight: 700;
}

.shakeit-airfryer {
    position: relative;
    min-height: 580px;
    padding: 1.35rem 1.35rem 2.5rem;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 66px 66px 38px 38px;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 255, 255, .07), transparent 26%),
        linear-gradient(145deg, #252d35, #080b0e 60%);
    box-shadow:
        inset 16px 16px 35px rgba(255, 255, 255, .03),
        inset -18px -18px 35px rgba(0, 0, 0, .55),
        0 30px 70px rgba(0, 0, 0, .35);
}

.shakeit-airfryer-top {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    gap: .85rem;
    align-items: center;
}

.shakeit-airfryer-top > span {
    width: 50px;
    height: 50px;
    border: 5px solid #050709;
    border-radius: 50%;
    background: radial-gradient(circle, #56616c 0 15%, #171c21 18% 58%, #050709 61%);
}

.shakeit-airfryer-top > span:nth-child(2) {
    grid-column: 3;
}

.shakeit-airfryer-screen {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: space-around;
    padding: .75rem .45rem;
    border: 2px solid #020405;
    border-radius: 10px;
    background: #06121a;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .8);
}

.shakeit-airfryer-screen strong {
    color: #83d4ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 1rem;
    text-shadow: 0 0 10px rgba(61, 145, 255, .5);
}

.shakeit-airfryer-window {
    position: relative;
    min-height: 385px;
    margin-top: 1.2rem;
    overflow: hidden;
    border: 11px solid #030506;
    border-radius: 38px;
    background: #071019;
    box-shadow: inset 0 0 42px rgba(0, 0, 0, .95);
}

.shakeit-airfryer-window img {
    width: 100%;
    height: 100%;
    min-height: 385px;
    object-fit: cover;
    transition: filter .5s ease, transform .25s ease;
}

.shakeit-airfryer-window.is-open img {
    transform: scale(1.06);
}

.shakeit-airfryer-window.state-raw img {
    filter: brightness(1.08) saturate(.72) contrast(.92);
}

.shakeit-airfryer-window.state-light img {
    filter: brightness(1.03) saturate(.9) sepia(.08);
}

.shakeit-airfryer-window.state-cooked img {
    filter: brightness(1) saturate(1.03) sepia(.12);
}

.shakeit-airfryer-window.state-optimal img {
    filter: brightness(1.02) saturate(1.12) contrast(1.03) sepia(.16);
}

.shakeit-airfryer-window.state-dark img {
    filter: brightness(.72) saturate(1.15) contrast(1.18) sepia(.35);
}

.shakeit-airfryer-window.state-burned img {
    filter: brightness(.38) saturate(.55) contrast(1.4) sepia(.45);
}

.shakeit-heat-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 55%, rgba(255, 145, 50, .08), transparent 45%);
    pointer-events: none;
}

.shakeit-food-state {
    position: absolute;
    right: .8rem;
    bottom: .8rem;
    padding: .42rem .62rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    background: rgba(3, 8, 14, .78);
    font-size: .76rem;
    font-weight: 800;
    backdrop-filter: blur(7px);
}

.shakeit-steam {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 50%;
    display: flex;
    gap: 18px;
    transform: translateX(-50%);
    pointer-events: none;
}

.shakeit-steam i {
    width: 8px;
    height: 60px;
    border-radius: 50%;
    opacity: .25;
    background: linear-gradient(transparent, rgba(255, 255, 255, .5), transparent);
    filter: blur(4px);
    animation: shakeit-steam 2.3s ease-in-out infinite;
}

.shakeit-steam i:nth-child(2) {
    animation-delay: .7s;
}

.shakeit-steam i:nth-child(3) {
    animation-delay: 1.3s;
}

.shakeit-airfryer-handle {
    width: 145px;
    height: 75px;
    margin: 0 auto -4.3rem;
    border: 12px solid #030506;
    border-top: 0;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(90deg, #11161b, #2d353d, #090c10);
}

.shakeit-cook-console {
    padding: 1.15rem;
}

.shakeit-progress-block {
    margin-bottom: 1rem;
}

.shakeit-progress-copy {
    display: flex;
    justify-content: space-between;
    margin-bottom: .4rem;
    color: #c5d4e5;
    font-size: .82rem;
}

.shakeit-progress-copy strong {
    color: #fff;
}

.shakeit-progress-track {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #07111f;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .16);
}

.shakeit-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--shakeit-blue), #72b7ff, var(--shakeit-orange));
    transition: width .12s linear;
}

.shakeit-action-guide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin-bottom: .75rem;
}

.shakeit-action-guide > div {
    min-width: 0;
    padding: .65rem .7rem;
    border: 1px solid rgba(61, 145, 255, .2);
    border-radius: 10px;
    background: rgba(61, 145, 255, .07);
}

.shakeit-action-guide span,
.shakeit-action-guide strong {
    display: block;
}

.shakeit-action-guide span {
    color: #7f93ad;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.shakeit-action-guide strong {
    margin-top: .2rem;
    color: #edf6ff;
    font-size: .82rem;
    line-height: 1.35;
}

.shakeit-moment {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
    min-height: 82px;
    margin-bottom: 1rem;
    padding: .75rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 11px;
    background: rgba(6, 17, 30, .72);
}

.shakeit-moment.is-active {
    border-color: rgba(255, 159, 67, .62);
    background: rgba(255, 159, 67, .11);
    box-shadow: 0 0 0 4px rgba(255, 159, 67, .06);
    animation: shakeit-pulse 1s ease-in-out infinite;
}

.shakeit-moment.is-active.is-action-shake {
    animation: shakeit-action-shake .56s ease-in-out infinite;
}

.shakeit-moment.is-active.is-action-shake .shakeit-moment-icon i {
    animation: shakeit-action-bell-shake .56s ease-in-out infinite;
}

.shakeit-moment.is-active.is-action-flip {
    animation: none;
}

.shakeit-moment.is-active.is-action-flip .shakeit-moment-icon i {
    animation: shakeit-action-flip .95s ease-in-out infinite;
    transform-origin: center;
}

.shakeit-moment.is-active.is-action-serve {
    border-color: rgba(89, 214, 139, .72);
    background: rgba(89, 214, 139, .11);
    box-shadow: 0 0 0 4px rgba(89, 214, 139, .07);
    animation: none;
}

.shakeit-moment.is-active.is-action-serve .shakeit-moment-icon {
    color: #a9f3c5;
    background: rgba(89, 214, 139, .14);
}

.shakeit-moment-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    color: #ffc17e;
    background: rgba(255, 159, 67, .12);
}

.shakeit-moment-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1;
}

.shakeit-moment-icon i::before {
    display: block;
    line-height: 1;
    vertical-align: 0;
    transform: translateY(2px);
}

.shakeit-moment strong,
.shakeit-moment span {
    display: block;
}

.shakeit-moment strong {
    color: #fff;
    font-size: .9rem;
}

.shakeit-moment > div > span {
    margin-top: .18rem;
    color: var(--shakeit-muted);
    font-size: .78rem;
    line-height: 1.45;
}

.shakeit-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.shakeit-action-grid button {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: .45rem;
    align-items: center;
    min-height: 54px;
    padding: .55rem .65rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 10px;
    color: #d4e2f1;
    background: #0a192a;
    text-align: left;
    cursor: pointer;
}

.shakeit-action-grid button:hover {
    border-color: var(--shakeit-blue);
    color: #fff;
    background: rgba(61, 145, 255, .11);
}

.shakeit-action-grid button i {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    color: var(--shakeit-blue-light);
    background: rgba(61, 145, 255, .11);
}

.shakeit-action-grid button.is-serve {
    border-color: rgba(89, 214, 139, .35);
}

.shakeit-action-grid button.is-serve i {
    color: #8aefb2;
    background: rgba(89, 214, 139, .11);
}

.shakeit-event-log {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, .14);
}

.shakeit-event-log-head {
    display: flex;
    justify-content: space-between;
    gap: .6rem;
    color: #d9e6f4;
    font-size: .8rem;
    font-weight: 700;
}

.shakeit-event-log-head small {
    color: var(--shakeit-muted);
    font-weight: 500;
}

.shakeit-event-log ol {
    display: grid;
    gap: .35rem;
    max-height: 125px;
    margin: .65rem 0 0;
    padding-left: 1.2rem;
    overflow-y: auto;
    color: #91a4bb;
    font-size: .75rem;
    line-height: 1.4;
}

.shakeit-result-main {
    align-self: start;
}

.shakeit-result-top {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
}

.shakeit-result-score-ring {
    display: grid;
    width: 125px;
    height: 125px;
    place-content: center;
    border: 8px solid rgba(61, 145, 255, .2);
    border-top-color: var(--shakeit-blue);
    border-right-color: var(--shakeit-orange);
    border-radius: 50%;
    text-align: center;
    box-shadow: inset 0 0 30px rgba(61, 145, 255, .08);
}

.shakeit-result-score-ring strong {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.shakeit-result-score-ring span {
    margin-top: .18rem;
    color: var(--shakeit-muted);
    font-size: .72rem;
    text-transform: uppercase;
}

.shakeit-result-stars {
    min-height: 28px;
    color: var(--shakeit-yellow);
    font-size: 1.25rem;
    letter-spacing: .1em;
}

.shakeit-result-top h2 {
    margin: .25rem 0 .35rem;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.shakeit-result-top p {
    margin: 0;
    line-height: 1.6;
}

.shakeit-score-bars {
    display: grid;
    gap: .65rem;
    margin: 1rem 0;
}

.shakeit-score-row {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr) 52px;
    gap: .65rem;
    align-items: center;
}

.shakeit-score-row span,
.shakeit-score-row strong {
    font-size: .78rem;
}

.shakeit-score-row span {
    color: #c3d2e2;
}

.shakeit-score-label {
    display: inline-flex;
    gap: .38rem;
    align-items: center;
    min-width: 0;
}

.shakeit-score-label-text {
    line-height: 1.35;
}

.shakeit-info-tip {
    position: relative;
    display: inline-grid;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(168, 85, 247, .34);
    border-radius: 999px;
    color: #ddcbff;
    background: rgba(168, 85, 247, .14);
    font-size: .7rem;
    line-height: 1;
    cursor: help;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

.shakeit-info-tip:hover,
.shakeit-info-tip:focus-visible {
    border-color: rgba(216, 168, 255, .64);
    color: #fff;
    background: rgba(168, 85, 247, .26);
    transform: translateY(-1px);
}

.shakeit-info-tip::before,
.shakeit-info-tip::after {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
}

.shakeit-info-tip::before {
    inset: calc(100% + 4px) auto auto 50%;
    border: 6px solid transparent;
    border-bottom-color: rgba(16, 22, 38, .98);
    transform: translate(-50%, -4px);
    content: "";
}

.shakeit-info-tip::after {
    inset: calc(100% + 14px) auto auto 0;
    width: min(260px, calc(100vw - 4rem));
    padding: .62rem .72rem;
    border: 1px solid rgba(168, 85, 247, .35);
    border-radius: 11px;
    color: #f6f3ff;
    background: rgba(10, 17, 31, .98);
    box-shadow: 0 18px 40px rgba(1, 7, 18, .42);
    font-size: .73rem;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
    transform: translateY(-4px);
    z-index: 8;
    content: attr(data-tooltip);
}

.shakeit-info-tip:hover::before,
.shakeit-info-tip:focus-visible::before {
    opacity: 1;
    transform: translate(-50%, 0);
}

.shakeit-info-tip:hover::after,
.shakeit-info-tip:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.shakeit-score-row strong {
    color: #fff;
    text-align: right;
}

.shakeit-score-row div {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #07111f;
}

.shakeit-score-row i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--shakeit-blue), #73b8ff);
}


.shakeit-score-row.is-penalty strong {
    color: #ffae9e;
}

.shakeit-score-row.is-penalty i {
    background: linear-gradient(90deg, #d9534f, #ff8a78);
}

.shakeit-daily-result {
    display: flex;
    gap: .65rem;
    align-items: center;
    margin: 1rem 0;
    padding: .75rem;
    border: 1px solid rgba(247, 211, 92, .22);
    border-radius: 10px;
    color: #f4e5a9;
    background: rgba(247, 211, 92, .07);
    font-size: .82rem;
}

.shakeit-daily-result.is-complete {
    border-color: rgba(89, 214, 139, .3);
    color: #bff3d2;
    background: rgba(89, 214, 139, .08);
}

.shakeit-badge-success {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: .8rem;
    align-items: center;
    margin: 0;
    padding: .85rem;
    border: 1px solid rgba(247, 211, 92, .42);
    border-radius: 13px;
    background:
        radial-gradient(circle at 8% 0, rgba(247, 211, 92, .16), transparent 35%),
        linear-gradient(135deg, rgba(69, 50, 17, .42), rgba(24, 25, 58, .72));
    box-shadow: 0 14px 32px rgba(28, 20, 5, .18);
}

.shakeit-badge-success[hidden] {
    display: none;
}

.shakeit-badge-success__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(247, 211, 92, .38);
    border-radius: 13px;
    color: #ffe58a;
    background: rgba(247, 211, 92, .12);
    font-size: 1.25rem;
}

.shakeit-badge-success__copy > span,
.shakeit-badge-success__copy > strong {
    display: block;
}

.shakeit-badge-success__copy > span {
    color: #d8bd67;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.shakeit-badge-success__copy > strong {
    margin-top: .16rem;
    color: #fff7d3;
    font-size: .9rem;
    line-height: 1.45;
}

.shakeit-result-actions-card {
    padding: 1rem 1.05rem 1.1rem;
}

.shakeit-result-actions-card .shakeit-panel-head {
    margin-bottom: .85rem;
}

.shakeit-result-actions {
    display: grid;
    gap: .65rem;
}

.shakeit-result-actions__secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.shakeit-result-actions > .shakeit-primary-button,
.shakeit-result-actions__secondary > .shakeit-secondary-button {
    width: 100%;
}

.shakeit-feedback-card ul {
    display: grid;
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shakeit-feedback-card li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: .55rem;
    align-items: start;
    color: #c2d0e0;
    font-size: .82rem;
    line-height: 1.48;
}

.shakeit-feedback-card li i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 8px;
    color: var(--shakeit-blue-light);
    background: rgba(61, 145, 255, .1);
}

.shakeit-source-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .7rem;
}

.shakeit-source-card h2 {
    font-size: 1rem;
}

.shakeit-source-card p {
    margin: .32rem 0 .65rem;
    font-size: .8rem;
    line-height: 1.5;
}

.shakeit-source-card a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    color: var(--shakeit-blue-light);
    font-size: .8rem;
    font-weight: 700;
}

.shakeit-collection-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
    margin-bottom: 1rem;
}

.shakeit-collection-stat {
    padding: .9rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 12px;
    background: linear-gradient(145deg, #0e1d31, #081321);
}

.shakeit-collection-stat strong,
.shakeit-collection-stat span {
    display: block;
}

.shakeit-collection-stat strong {
    color: #fff;
    font-size: 1.4rem;
}

.shakeit-collection-stat span {
    margin-top: .15rem;
    color: var(--shakeit-muted);
    font-size: .75rem;
}

.shakeit-collection-section {
    margin-top: 1.2rem;
}

.shakeit-collection-section h3 {
    margin-bottom: .7rem;
    font-size: 1.05rem;
}

.shakeit-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

.shakeit-collection-food {
    overflow: hidden;
    border: 1px solid var(--shakeit-border);
    border-radius: 11px;
    background: #0a1727;
}

.shakeit-collection-food.is-locked {
    filter: grayscale(1);
    opacity: .42;
}

.shakeit-collection-food img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.shakeit-collection-food div {
    padding: .65rem;
}

.shakeit-collection-food strong,
.shakeit-collection-food span {
    display: block;
}

.shakeit-collection-food strong {
    overflow: hidden;
    color: #fff;
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shakeit-collection-food span {
    margin-top: .18rem;
    color: var(--shakeit-muted);
    font-size: .7rem;
}

.shakeit-badge-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

.shakeit-badge-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    padding: .75rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 11px;
    background: #0a1727;
}

.shakeit-badge-card.is-locked {
    opacity: .72;
}

.shakeit-badge-card i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: #ffe38a;
    background: rgba(247, 211, 92, .1);
    font-size: 1.1rem;
}

.shakeit-badge-card strong,
.shakeit-badge-card span {
    display: block;
}

.shakeit-badge-card strong {
    color: #fff;
    font-size: .82rem;
}

.shakeit-badge-card span {
    margin-top: .16rem;
    color: var(--shakeit-muted);
    font-size: .68rem;
    line-height: 1.4;
}

.shakeit-badge-card .shakeit-badge-progress-copy {
    margin-top: .45rem;
    color: #cfe7ff;
    font-size: .68rem;
    font-weight: 700;
}

.shakeit-badge-progress {
    height: 5px;
    margin-top: .28rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
}

.shakeit-badge-progress > span {
    display: block;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #3198ff, #7bc5ff);
}

.shakeit-badge-card:not(.is-locked) .shakeit-badge-progress > span {
    background: linear-gradient(90deg, #f7d35c, #ffe9a3);
}

.shakeit-collection-note {
    margin: -.25rem 0 .75rem;
    color: var(--shakeit-muted);
    font-size: .75rem;
}

.shakeit-system-message {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: .8rem;
    align-items: start;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 116, 116, .35);
    border-radius: 13px;
    color: #ffd2d2;
    background: rgba(255, 116, 116, .08);
}

.shakeit-system-message > i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 116, 116, .11);
    font-size: 1.2rem;
}

.shakeit-system-message h2 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.shakeit-system-message p {
    margin: .25rem 0 0;
    color: #dcbcbc;
}

@keyframes shakeit-screen-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes shakeit-pulse {
    50% { transform: scale(1.012); }
}

@keyframes shakeit-action-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

@keyframes shakeit-action-bell-shake {
    0%, 100% { transform: translateY(2px) rotate(0); }
    25% { transform: translateY(2px) rotate(-12deg); }
    75% { transform: translateY(2px) rotate(12deg); }
}

@keyframes shakeit-action-flip {
    0%, 18%, 82%, 100% { transform: translateY(2px) scaleX(1); }
    46%, 54% { transform: translateY(2px) scaleX(-1); }
}

@keyframes shakeit-steam {
    0% { opacity: 0; transform: translateY(18px) scaleX(.7); }
    40% { opacity: .3; }
    100% { opacity: 0; transform: translateY(-28px) scaleX(1.2); }
}

@media (max-width: 1050px) {
    .shakeit-food-grid,
    .shakeit-collection-grid,
    .shakeit-badge-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shakeit-airfryer {
        min-height: 520px;
    }

    .shakeit-airfryer-window,
    .shakeit-airfryer-window img {
        min-height: 330px;
    }
}

@media (max-width: 850px) {
    .shakeit-hero,
    .shakeit-start-grid,
    .shakeit-result-grid,
    .shakeit-setup-grid,
    .shakeit-kitchen-grid {
        grid-template-columns: 1fr;
    }

    .shakeit-hero-machine {
        width: min(100%, 260px);
    }

    .shakeit-filter-bar {
        grid-template-columns: 1fr;
    }

    .shakeit-airfryer {
        min-height: 500px;
    }

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

@media (max-width: 640px) {
    .shakeit-page {
        padding-inline: .7rem;
    }

    .shakeit-hero {
        min-height: auto;
        padding: 1.2rem;
        border-radius: 16px;
    }

    .shakeit-progress-nav span {
        min-height: 43px;
        font-size: 0;
    }

    .shakeit-progress-nav b {
        font-size: .72rem;
    }

    .shakeit-mode-grid,
    .shakeit-food-meta,
    .shakeit-state-grid,
    .shakeit-result-actions,
    .shakeit-result-actions__secondary {
        grid-template-columns: 1fr;
    }

    .shakeit-badge-success {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .shakeit-badge-success .shakeit-secondary-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .shakeit-mode-card {
        min-height: 210px;
    }

    .shakeit-food-grid,
    .shakeit-collection-grid,
    .shakeit-badge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shakeit-screen-toolbar,
    .shakeit-cook-head {
        align-items: flex-start;
    }

    .shakeit-cook-head {
        flex-direction: column;
    }

    .shakeit-airfryer {
        min-height: 420px;
        padding: 1rem 1rem 2.2rem;
        border-radius: 44px 44px 30px 30px;
    }

    .shakeit-airfryer-top {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .shakeit-airfryer-top > span {
        width: 42px;
        height: 42px;
    }

    .shakeit-airfryer-window,
    .shakeit-airfryer-window img {
        min-height: 260px;
    }

    .shakeit-result-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .shakeit-result-score-ring {
        margin: 0 auto;
    }

    .shakeit-score-row {
        grid-template-columns: 92px minmax(0, 1fr) 43px;
    }
}

@media (max-width: 420px) {
    .shakeit-food-grid,
    .shakeit-collection-grid,
    .shakeit-badge-grid {
        grid-template-columns: 1fr;
    }

    .shakeit-action-grid,
    .shakeit-action-guide {
        grid-template-columns: 1fr;
    }

    .shakeit-collection-stats {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shakeit-screen,
    .shakeit-moment,
    .shakeit-moment-icon i,
    .shakeit-steam i,
    .shakeit-food-card,
    .shakeit-food-card img,
    .shakeit-mode-card,
    .shakeit-progress-track span {
        animation: none !important;
        transition: none !important;
    }
}


.shakeit-help-fab {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .78rem .95rem;
    border: 1px solid rgba(145, 200, 255, .24);
    border-radius: 999px;
    color: #eaf3ff;
    background: rgba(7, 17, 31, .92);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .25);
    font-size: .92rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.shakeit-help-fab:hover {
    border-color: rgba(255, 159, 67, .42);
    color: #fff;
    background: rgba(12, 26, 44, .96);
}

.shakeit-help-fab i {
    font-size: 1rem;
    line-height: 1;
}

.shakeit-help-dialog {
    width: min(720px, calc(100vw - 2rem));
    max-height: min(82vh, 860px);
    padding: 0;
    border: 1px solid rgba(145, 200, 255, .14);
    border-radius: 22px;
    color: #e8eef8;
    background: #0a1422;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .42);
}

.shakeit-help-dialog::backdrop {
    background: rgba(3, 8, 15, .72);
    backdrop-filter: blur(3px);
}

.shakeit-help-dialog__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.2rem 1rem;
    border-bottom: 1px solid var(--shakeit-border);
}

.shakeit-help-dialog__head h2 {
    margin: .25rem 0 0;
    color: #fff;
    font-size: 1.35rem;
}

.shakeit-help-dialog__body {
    display: grid;
    gap: .9rem;
    padding: 1.15rem 1.2rem 1.25rem;
    overflow: auto;
}

.shakeit-help-item {
    padding: 1rem 1rem .95rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
}

.shakeit-help-item h3 {
    margin: 0 0 .45rem;
    color: #fff;
    font-size: 1rem;
}

.shakeit-help-item p {
    margin: 0;
    color: #c2cfdf;
    line-height: 1.65;
}

.shakeit-help-item .shakeit-link-button.is-inline,
.shakeit-help-item .shakeit-help-reset {
    margin-top: .8rem;
}

.shakeit-dialog-close {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--shakeit-border);
    border-radius: 999px;
    color: #dbe8f7;
    background: rgba(255, 255, 255, .04);
}

.shakeit-dialog-close:hover {
    color: #fff;
    border-color: rgba(255, 159, 67, .3);
    background: rgba(255, 159, 67, .1);
}

@media (max-width: 700px) {
    .shakeit-help-fab {
        left: 14px;
        right: 14px;
        bottom: 14px;
        justify-content: center;
    }

    .shakeit-help-dialog {
        width: calc(100vw - 1rem);
    }

    .shakeit-help-dialog__head,
    .shakeit-help-dialog__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* ========================================================================== 
   ShakeIT Landingpage V2 und eigener Header
   ========================================================================== */

.shakeit-body {
    min-width: 320px;
    background:
        radial-gradient(circle at 82% 8%, rgba(126, 70, 255, .12), transparent 32rem),
        linear-gradient(180deg, #031022 0%, #061326 48%, #04101f 100%);
}

.shakeit-site-main {
    min-height: 72vh;
    overflow: clip;
    background: transparent;
}

.shakeit-site-header {
    --shakeit-header-border: rgba(148, 163, 184, .15);
    border-bottom: 1px solid var(--shakeit-header-border);
    background: rgba(3, 13, 29, .9);
    box-shadow: 0 10px 32px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.shakeit-site-header__inner {
    min-height: 68px;
    gap: .8rem;
}

.shakeit-site-header__brand img {
    display: block;
    width: 178px;
    height: auto;
}

.shakeit-site-header__product {
    display: inline-flex;
    gap: .48rem;
    align-items: center;
    padding: .52rem .78rem;
    border: 1px solid rgba(168, 85, 247, .22);
    border-radius: 999px;
    color: #e9d5ff;
    background: rgba(126, 70, 255, .12);
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
}

.shakeit-site-header__product:hover {
    border-color: rgba(192, 132, 252, .46);
    color: #fff;
    background: rgba(126, 70, 255, .2);
}

.shakeit-site-header__links,
.shakeit-site-header__actions {
    gap: .18rem;
}

.shakeit-site-header .nav-link {
    display: inline-flex;
    gap: .42rem;
    align-items: center;
    border-radius: 10px;
    color: #c5d0e0;
    font-size: .88rem;
    font-weight: 700;
}

.shakeit-site-header .nav-link:hover,
.shakeit-site-header .nav-link.is-active {
    color: #fff;
    background: rgba(148, 163, 184, .1);
}

.shakeit-site-header__search,
.shakeit-site-header__account {
    border: 1px solid rgba(148, 163, 184, .18);
}

.shakeit-site-header__account {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(126, 70, 255, .9), rgba(168, 85, 247, .82));
    box-shadow: 0 10px 28px rgba(126, 70, 255, .22);
}

.shakeit-site-header .dropdown-menu {
    padding: .55rem;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 14px;
    color: #e5edf8;
    background: #0a172a;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .36);
}

.shakeit-site-header .dropdown-header {
    color: #aebdd1;
}

.shakeit-site-header .dropdown-item {
    display: flex;
    gap: .55rem;
    align-items: center;
    padding: .62rem .7rem;
    border-radius: 9px;
    color: #dbe5f2;
}

.shakeit-site-header .dropdown-item:hover,
.shakeit-site-header .dropdown-item:focus {
    color: #fff;
    background: rgba(126, 70, 255, .16);
}

.shakeit-page {
    --shakeit-purple: #9b5cff;
    --shakeit-purple-light: #c084fc;
    --shakeit-purple-deep: #6d35d9;
    --shakeit-orange: #ff9f43;
    --shakeit-surface-v2: #0b1a31;
    --shakeit-surface-v2-soft: #10213c;
    --shakeit-border-v2: rgba(148, 163, 184, .16);
    max-width: 1320px;
    padding: 1rem 1rem 3.5rem;
}

.shakeit-landing-screen {
    display: grid;
    gap: 1.35rem;
}

.shakeit-landing-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(370px, .98fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    min-height: 560px;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    overflow: hidden;
    border: 1px solid var(--shakeit-border-v2);
    border-radius: 24px;
    background:
        radial-gradient(circle at 77% 45%, rgba(155, 92, 255, .22), transparent 31%),
        radial-gradient(circle at 16% 86%, rgba(61, 145, 255, .12), transparent 35%),
        linear-gradient(135deg, #06152a 0%, #071429 54%, #0a1430 100%);
    box-shadow: 0 28px 74px rgba(0, 0, 0, .28);
}

.shakeit-landing-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    pointer-events: none;
}

.shakeit-landing-hero__copy,
.shakeit-landing-hero__visual {
    position: relative;
    z-index: 1;
}

.shakeit-landing-kicker {
    display: flex;
    gap: .7rem;
    align-items: center;
    color: #e8edf7;
    font-size: .82rem;
}

.shakeit-landing-kicker span {
    padding: .35rem .62rem;
    border-radius: 999px;
    color: #e9d5ff;
    background: rgba(126, 70, 255, .24);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.shakeit-landing-kicker strong {
    font-weight: 800;
}

.shakeit-landing-hero h1 {
    max-width: 670px;
    margin: 1rem 0 1rem;
    color: #f8fafc;
    font-size: clamp(2.65rem, 5.2vw, 5rem);
    font-weight: 900;
    line-height: .99;
    letter-spacing: -.047em;
}

.shakeit-landing-hero h1 span {
    color: var(--shakeit-purple-light);
    text-shadow: 0 0 32px rgba(155, 92, 255, .18);
}

.shakeit-landing-hero__lead {
    max-width: 650px;
    margin: 0;
    color: #c2cde0;
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.65;
}

.shakeit-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1.1rem;
    align-items: center;
    margin-top: 1.55rem;
}

.shakeit-landing-button,
.shakeit-featured-card__button,
.shakeit-landing-text-button {
    border: 0;
    font: inherit;
}

.shakeit-landing-button {
    display: inline-flex;
    gap: .62rem;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: .85rem 1.25rem;
    border-radius: 11px;
    font-weight: 900;
}

.shakeit-landing-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #7844ee 0%, #a84ff1 58%, #8b49e9 100%);
    box-shadow: 0 16px 34px rgba(126, 70, 255, .3), inset 0 1px rgba(255, 255, 255, .18);
}

.shakeit-landing-button--primary:hover:not(:disabled) {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(126, 70, 255, .38), inset 0 1px rgba(255, 255, 255, .22);
}

.shakeit-landing-button--secondary {
    border: 1px solid rgba(192, 132, 252, .52);
    color: #efe7ff;
    background: rgba(116, 72, 178, .16);
    box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.shakeit-landing-button--secondary:hover:not(:disabled) {
    border-color: rgba(216, 168, 255, .82);
    color: #fff;
    background: rgba(139, 92, 246, .25);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(73, 42, 126, .22), inset 0 1px rgba(255, 255, 255, .1);
}

.shakeit-landing-button:disabled,
.shakeit-landing-text-button:disabled {
    cursor: not-allowed;
    opacity: .46;
}

.shakeit-landing-more,
.shakeit-landing-text-button {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    color: #d8a8ff;
    background: transparent;
    font-size: .94rem;
    font-weight: 800;
    text-decoration: none;
}

.shakeit-landing-more:hover,
.shakeit-landing-text-button:hover:not(:disabled) {
    color: #fff;
}

.shakeit-landing-facts {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.2rem;
    margin-top: 1.45rem;
    color: #bac7da;
    font-size: .82rem;
}

.shakeit-landing-facts span {
    display: inline-flex;
    gap: .42rem;
    align-items: center;
}

.shakeit-landing-facts i {
    color: #d8a8ff;
}

.shakeit-landing-hero__visual {
    min-height: 460px;
}

.shakeit-landing-machine {
    position: absolute;
    inset: 50% auto auto 50%;
    width: min(100%, 510px);
    transform: translate(-50%, -52%);
}

.shakeit-landing-machine img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 32px 52px rgba(0, 0, 0, .42));
}

.shakeit-mini-challenge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(320px, 82%);
    padding: .95rem;
    border: 1px solid rgba(192, 132, 252, .72);
    border-radius: 17px;
    color: #eaf1fb;
    background: rgba(6, 19, 40, .9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .36), 0 0 24px rgba(155, 92, 255, .12);
    backdrop-filter: blur(14px);
}

.shakeit-mini-challenge__head {
    display: flex;
    gap: .7rem;
    align-items: center;
}

.shakeit-mini-challenge__head img {
    width: 68px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.shakeit-mini-challenge__head div {
    display: grid;
    gap: .12rem;
}

.shakeit-mini-challenge__head span,
.shakeit-mini-challenge dt,
.shakeit-mini-challenge__progress span {
    color: #91a3bd;
    font-size: .68rem;
}

.shakeit-mini-challenge__head strong {
    font-size: .95rem;
}

.shakeit-mini-challenge dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
    margin: .8rem 0;
}

.shakeit-mini-challenge dl div {
    min-width: 0;
    padding: .5rem;
    border: 1px solid rgba(148, 163, 184, .11);
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
}

.shakeit-mini-challenge dt,
.shakeit-mini-challenge dd {
    margin: 0;
}

.shakeit-mini-challenge dd {
    overflow: hidden;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shakeit-mini-challenge__progress {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .35rem;
    align-items: center;
}

.shakeit-mini-challenge__progress strong {
    color: #dfe7f3;
    font-size: .72rem;
}

.shakeit-mini-challenge__progress i {
    grid-column: 1 / -1;
    display: block;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, .15);
}

.shakeit-mini-challenge__progress i::before {
    display: block;
    width: 28%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7c3aed, #c084fc);
    content: "";
}

.shakeit-landing-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    padding: .8rem;
    border: 1px solid var(--shakeit-border-v2);
    border-radius: 19px;
    background: rgba(7, 20, 40, .8);
}

.shakeit-landing-benefit {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .85rem;
    min-height: 128px;
    padding: 1rem;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(18, 38, 68, .88), rgba(11, 27, 50, .84));
}

.shakeit-landing-benefit > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(192, 132, 252, .18);
    border-radius: 50%;
    color: #d8a8ff;
    background: rgba(126, 70, 255, .12);
    font-size: 1.35rem;
}

.shakeit-landing-benefit h2 {
    margin: .1rem 0 .3rem;
    color: #f8fafc;
    font-size: .96rem;
}

.shakeit-landing-benefit p {
    margin: 0;
    color: #9fb0c8;
    font-size: .8rem;
    line-height: 1.52;
}

.shakeit-landing-section {
    padding: clamp(1.4rem, 3vw, 2.2rem) 0 .3rem;
}

.shakeit-landing-heading {
    margin-bottom: 1.05rem;
    text-align: center;
}

.shakeit-landing-heading > span {
    color: #b998f4;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shakeit-landing-heading h2 {
    margin: .25rem 0 0;
    color: #f8fafc;
    font-size: clamp(1.65rem, 3vw, 2.2rem);
}

#shakeitHowItWorks {
    position: relative;
    isolation: isolate;
    padding-top: clamp(2.8rem, 5vw, 4.4rem);
}

#shakeitHowItWorks::before {
    position: absolute;
    z-index: -1;
    inset: 1.25rem 2% -1rem;
    border-radius: 40%;
    background:
        radial-gradient(circle at 50% 34%, rgba(122, 77, 255, .13), transparent 42%),
        radial-gradient(circle at 18% 48%, rgba(61, 145, 255, .07), transparent 28%),
        radial-gradient(circle at 82% 48%, rgba(255, 159, 67, .055), transparent 28%);
    content: "";
    pointer-events: none;
}

#shakeitHowItWorks .shakeit-landing-heading {
    margin-bottom: 1.35rem;
}

#shakeitHowItWorks .shakeit-landing-heading h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.45rem);
    text-shadow: 0 10px 34px rgba(126, 70, 255, .18);
}

.shakeit-landing-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.shakeit-landing-step {
    position: relative;
    display: flex;
    min-height: 246px;
    flex-direction: column;
    align-items: center;
    padding: .2rem 1rem .35rem;
    border: 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
}

.shakeit-landing-step:not(:last-child)::after {
    position: absolute;
    z-index: 0;
    top: 91px;
    right: -14%;
    width: 28%;
    height: 5px;
    background: radial-gradient(circle, rgba(167, 139, 250, .72) 0 2px, transparent 2.4px) 0 50% / 12px 5px repeat-x;
    content: "";
    opacity: .78;
    pointer-events: none;
}

.shakeit-landing-step__number {
    position: absolute;
    z-index: 3;
    top: .25rem;
    left: 10%;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(216, 180, 254, .24);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #a855f7, #7138e2);
    box-shadow: 0 0 0 7px rgba(126, 70, 255, .07), 0 10px 25px rgba(126, 70, 255, .38);
    font-weight: 900;
}

.shakeit-landing-step picture {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 174px;
    place-items: center;
    margin: 0;
}

.shakeit-landing-step picture::before {
    position: absolute;
    z-index: -1;
    width: 168px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(126, 70, 255, .18), rgba(61, 145, 255, .06) 45%, transparent 72%);
    filter: blur(9px);
    content: "";
}

.shakeit-landing-step img {
    display: block;
    width: min(198px, 94%);
    height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .32));
    transition: transform .22s ease, filter .22s ease;
}

.shakeit-landing-step:hover img {
    filter: drop-shadow(0 20px 30px rgba(78, 43, 145, .32));
    transform: translateY(-3px) scale(1.025);
}

.shakeit-landing-step h3 {
    margin: .22rem 0 .32rem;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
}

.shakeit-landing-step p {
    max-width: 220px;
    margin: 0;
    color: #aab8cb;
    font-size: .8rem;
    line-height: 1.45;
}

.shakeit-landing-mode-link {
    display: flex;
    justify-content: center;
    margin-top: .55rem;
}

.shakeit-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.shakeit-featured-card {
    overflow: hidden;
    border: 1px solid var(--shakeit-border-v2);
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(14, 34, 62, .96), rgba(7, 23, 45, .94));
    box-shadow: 0 16px 34px rgba(0, 0, 0, .15);
}

.shakeit-featured-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 2.3 / 1;
    object-fit: cover;
    object-position: center;
}

.shakeit-featured-card__body {
    padding: .85rem;
}

.shakeit-featured-card__title {
    display: flex;
    gap: .65rem;
    align-items: center;
    justify-content: space-between;
}

.shakeit-featured-card h3 {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 850;
}

.shakeit-featured-card__title span {
    padding: .24rem .5rem;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
}

.shakeit-featured-card__title span.is-easy {
    color: #8cf0b2;
    background: rgba(22, 163, 74, .2);
}

.shakeit-featured-card__title span.is-medium {
    color: #ffc96c;
    background: rgba(217, 119, 6, .18);
}

.shakeit-featured-card dl {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .8rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: .75rem 0;
    color: #c1cce0;
    font-size: .72rem;
    text-align: center;
}

.shakeit-featured-card dl div {
    display: inline-flex;
    gap: .3rem;
    align-items: center;
}

.shakeit-featured-card dt,
.shakeit-featured-card dd {
    margin: 0;
}

.shakeit-featured-card dt {
    color: #c084fc;
}

.shakeit-featured-card__button {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(192, 132, 252, .54);
    border-radius: 9px;
    color: #dcb8ff;
    background: rgba(126, 70, 255, .08);
    font-size: .78rem;
    font-weight: 900;
}

.shakeit-featured-card__button:hover {
    color: #fff;
    background: rgba(126, 70, 255, .18);
}

.shakeit-landing-final-cta {
    display: grid;
    grid-template-columns: minmax(150px, .24fr) minmax(0, 1fr);
    gap: 1.3rem;
    align-items: center;
    margin-top: 1.9rem;
    padding: 1.25rem 1.55rem;
    overflow: hidden;
    border: 1px solid rgba(192, 132, 252, .34);
    border-radius: 18px;
    background:
        radial-gradient(circle at 10% 50%, rgba(155, 92, 255, .22), transparent 22%),
        linear-gradient(120deg, rgba(51, 31, 98, .9), rgba(18, 25, 66, .94));
}

.shakeit-landing-final-cta picture {
    position: relative;
    display: grid;
    place-items: center;
}

.shakeit-landing-final-cta picture::before {
    position: absolute;
    width: 190px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(155, 92, 255, .3), transparent 68%);
    filter: blur(8px);
    content: "";
}

.shakeit-landing-final-cta img {
    position: relative;
    display: block;
    width: min(190px, 100%);
    height: auto;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .3));
}

.shakeit-landing-final-cta h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.shakeit-landing-final-cta p {
    margin: .45rem 0 0;
    color: #bec8db;
}

.shakeit-landing-final-cta .shakeit-landing-actions {
    margin-top: 1rem;
}

.shakeit-landing-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    padding: 1rem .4rem 0;
    color: #9cabc0;
    font-size: .75rem;
}

.shakeit-landing-trust span {
    display: flex;
    gap: .42rem;
    align-items: center;
    justify-content: center;
}

.shakeit-landing-trust i {
    color: #cad5e4;
}

.shakeit-result-visual {
    margin: -1.25rem -1.25rem 1.2rem;
    overflow: hidden;
    border-bottom: 1px solid var(--shakeit-border);
    border-radius: 17px 17px 0 0;
}

.shakeit-result-visual img {
    display: block;
    width: 100%;
    max-height: 330px;
    object-fit: cover;
}

@media (max-width: 1080px) {
    .shakeit-landing-benefits,
    .shakeit-landing-steps,
    .shakeit-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shakeit-landing-steps {
        gap: .85rem;
    }

    .shakeit-landing-step {
        min-height: 252px;
        padding: .75rem 1rem .9rem;
        border: 1px solid rgba(148, 163, 184, .12);
        border-radius: 18px;
        background: linear-gradient(165deg, rgba(14, 34, 62, .5), rgba(7, 23, 45, .18));
    }

    .shakeit-landing-step:not(:last-child)::after {
        display: none;
    }

    .shakeit-landing-step__number {
        top: .75rem;
        left: .75rem;
    }

    .shakeit-landing-hero {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
    }
}

@media (max-width: 991.98px) {
    .shakeit-site-header__product {
        margin-left: auto;
    }

    .shakeit-site-header .navbar-collapse {
        padding: .8rem 0 1rem;
    }

    .shakeit-site-header__links,
    .shakeit-site-header__actions {
        gap: .25rem;
    }

    .shakeit-site-header .nav-link {
        width: 100%;
        padding: .7rem .8rem;
    }

    .shakeit-site-header__account {
        justify-content: space-between;
    }
}

@media (max-width: 820px) {
    .shakeit-landing-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .shakeit-landing-hero__visual {
        min-height: 440px;
    }

    .shakeit-landing-machine {
        width: min(100%, 440px);
    }
}

@media (max-width: 620px) {
    .shakeit-site-header__brand img {
        width: 148px;
    }

    .shakeit-site-header__product {
        padding: .45rem .62rem;
        font-size: .8rem;
    }

    .shakeit-page {
        padding: .7rem .65rem 3rem;
    }

    .shakeit-landing-hero {
        padding: 1.2rem;
        border-radius: 18px;
    }

    .shakeit-landing-hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.7rem);
    }

    .shakeit-landing-actions,
    .shakeit-landing-button {
        width: 100%;
    }

    .shakeit-landing-more {
        justify-content: center;
        width: 100%;
    }

    .shakeit-landing-facts {
        display: grid;
        grid-template-columns: 1fr;
    }

    .shakeit-landing-hero__visual {
        min-height: 390px;
    }

    .shakeit-mini-challenge {
        right: 50%;
        width: min(330px, 96%);
        transform: translateX(50%);
    }

    .shakeit-landing-benefits,
    .shakeit-landing-steps,
    .shakeit-featured-grid,
    .shakeit-landing-trust {
        grid-template-columns: 1fr;
    }

    .shakeit-featured-card > img {
        aspect-ratio: 2 / 1;
    }

    .shakeit-landing-benefit {
        min-height: auto;
    }

    .shakeit-landing-step {
        min-height: 270px;
    }

    .shakeit-landing-final-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .shakeit-landing-final-cta img {
        width: min(180px, 62vw);
    }

    .shakeit-landing-final-cta .shakeit-landing-actions {
        justify-content: center;
    }

    .shakeit-landing-trust span {
        justify-content: flex-start;
    }
}


/* Ingame Visual Upgrade 2026-07-21 */
.shakeit-stage-visual {
    position: relative;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.shakeit-stage-visual::before {
    position: absolute;
    z-index: 0;
    width: 82%;
    height: 68%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(126, 70, 255, .23), rgba(61, 145, 255, .07) 48%, transparent 72%);
    filter: blur(10px);
    content: "";
}

.shakeit-stage-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .36));
}

.shakeit-mode-panel,
.shakeit-control-panel,
.shakeit-cook-console,
.shakeit-result-top {
    position: relative;
}

.shakeit-mode-panel {
    overflow: hidden;
}

.shakeit-mode-panel > :not(.shakeit-stage-visual),
.shakeit-control-panel > :not(.shakeit-stage-visual),
.shakeit-cook-console > :not(.shakeit-stage-visual),
.shakeit-result-top > :not(.shakeit-stage-visual) {
    position: relative;
    z-index: 2;
}

.shakeit-stage-visual--start {
    position: absolute;
    z-index: 1;
    top: .35rem;
    right: 1.1rem;
    width: 205px;
    height: 150px;
    opacity: .96;
}

.shakeit-mode-panel > .shakeit-panel-head {
    min-height: 116px;
    padding-right: 215px;
}

.shakeit-screen-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 1rem;
    align-items: center;
}

.shakeit-screen-intro .shakeit-section-heading {
    margin-block: .65rem .8rem;
}

.shakeit-stage-visual--select {
    width: 176px;
    height: 142px;
    justify-self: end;
}

.shakeit-filter-bar {
    margin-bottom: 1.15rem;
}

.shakeit-category-filters {
    display: flex;
    gap: .58rem;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
    padding: .75rem .85rem;
    border: 1px solid var(--shakeit-border);
    border-radius: 14px;
    background: rgba(8, 21, 38, .74);
    scrollbar-width: none;
}

.shakeit-category-filters::-webkit-scrollbar {
    display: none;
}

.shakeit-category-filters .shakeit-category-button {
    display: grid;
    flex: 0 0 auto;
    min-width: 44px;
    width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--shakeit-category-accent) 58%, transparent);
    border-radius: 50%;
    color: #fff;
    background: color-mix(in srgb, var(--shakeit-category-accent) 10%, rgba(8, 21, 38, .96));
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.shakeit-category-filters .shakeit-category-button.is-all {
    width: auto;
    min-width: 58px;
    padding-inline: .9rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 850;
}

.shakeit-category-filters .shakeit-category-button:hover {
    transform: translateY(-2px);
    border-color: var(--shakeit-category-accent);
    background: color-mix(in srgb, var(--shakeit-category-accent) 18%, rgba(8, 21, 38, .96));
}

.shakeit-category-filters .shakeit-category-button.is-active {
    border-color: var(--shakeit-category-accent);
    background: color-mix(in srgb, var(--shakeit-category-accent) 26%, rgba(8, 21, 38, .92));
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--shakeit-category-accent) 18%, transparent), 0 8px 20px rgba(0, 0, 0, .18);
}

.shakeit-category-filters .shakeit-category-button.is-all.is-active {
    background: linear-gradient(180deg, #287fd2, #155ea9);
}

.shakeit-stage-visual--setup {
    position: absolute;
    z-index: 1;
    top: .4rem;
    right: .7rem;
    width: 142px;
    height: 118px;
    opacity: .9;
}

.shakeit-control-panel > .shakeit-panel-head {
    min-height: 90px;
    padding-right: 135px;
}

.shakeit-stage-visual--cook {
    position: absolute;
    z-index: 1;
    top: .2rem;
    right: .55rem;
    width: 116px;
    height: 112px;
    opacity: .42;
    transform: scale(.94);
    transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.shakeit-cook-console .shakeit-progress-block {
    min-height: 82px;
    padding-right: 112px;
}

.shakeit-cook-console.is-near-serve .shakeit-stage-visual--cook {
    opacity: .78;
    transform: scale(1);
}

.shakeit-cook-console.is-awaiting-serve {
    border-color: rgba(89, 214, 139, .46);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 0 36px rgba(89, 214, 139, .08);
}

.shakeit-cook-console.is-awaiting-serve .shakeit-stage-visual--cook {
    opacity: 1;
    transform: scale(1.08);
    filter: drop-shadow(0 0 20px rgba(89, 214, 139, .2));
}

.shakeit-action-grid button:disabled {
    cursor: not-allowed;
    opacity: .35;
}

.shakeit-cook-console.is-awaiting-serve .shakeit-action-grid button.is-serve {
    border-color: rgba(89, 214, 139, .8);
    color: #effff5;
    background: linear-gradient(180deg, rgba(45, 177, 101, .42), rgba(26, 112, 67, .38));
    box-shadow: 0 0 0 3px rgba(89, 214, 139, .1), 0 12px 28px rgba(25, 120, 70, .18);
    animation: shakeit-serve-ready 1.45s ease-in-out infinite;
}

.shakeit-stage-visual--result {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -.2rem;
    width: 150px;
    height: 128px;
    opacity: .82;
    transform: translateY(-50%);
}

.shakeit-result-top {
    min-height: 132px;
    padding-right: 152px;
}

.shakeit-stage-visual--result.is-bronze {
    opacity: .52;
    filter: saturate(.72);
}

.shakeit-stage-visual--result.is-silver {
    opacity: .78;
    filter: saturate(.9);
}

.shakeit-stage-visual--result.is-gold {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(247, 211, 92, .22));
}

.shakeit-collection-stats {
    align-items: stretch;
}

.shakeit-collection-stat {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
}

.shakeit-collection-stat > i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(61, 145, 255, .22);
    border-radius: 11px;
    color: var(--shakeit-blue-light);
    background: rgba(61, 145, 255, .1);
}

.shakeit-collection-stat.is-daily-complete > i {
    border-color: rgba(89, 214, 139, .32);
    color: #bdf2cf;
    background: rgba(89, 214, 139, .1);
}

.shakeit-collection-progress {
    display: grid;
    grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(192, 132, 252, .24);
    border-radius: 13px;
    background: linear-gradient(120deg, rgba(44, 27, 83, .42), rgba(10, 28, 51, .82));
}

.shakeit-collection-progress span,
.shakeit-collection-progress strong {
    display: block;
}

.shakeit-collection-progress > div:first-child > span {
    color: #b8a7db;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.shakeit-collection-progress strong {
    margin-top: .15rem;
    color: #fff;
    font-size: .95rem;
}

.shakeit-collection-progress-track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(3, 10, 20, .76);
}

.shakeit-collection-progress-track > span {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7e46ff, #3d91ff, #59d68b);
    box-shadow: 0 0 18px rgba(61, 145, 255, .2);
    transition: width .35s ease;
}

.shakeit-collection-food {
    position: relative;
    transition: transform .16s ease, border-color .16s ease;
}

.shakeit-collection-food:not(.is-locked):hover {
    transform: translateY(-2px);
    border-color: rgba(61, 145, 255, .55);
}

.shakeit-collection-food.is-locked {
    opacity: .58;
}

.shakeit-badge-card:not(.is-locked) {
    border-color: rgba(247, 211, 92, .28);
    background: linear-gradient(145deg, rgba(59, 46, 18, .35), #0a1727 52%);
}

@keyframes shakeit-serve-ready {
    50% { transform: translateY(-1px); filter: brightness(1.08); }
}

@media (max-width: 850px) {
    .shakeit-stage-visual--start {
        width: 180px;
        height: 135px;
    }

    .shakeit-screen-intro {
        grid-template-columns: minmax(0, 1fr) 155px;
    }

    .shakeit-stage-visual--select {
        width: 150px;
        height: 122px;
    }
}

@media (max-width: 640px) {
    .shakeit-mode-panel > .shakeit-panel-head {
        min-height: 96px;
        padding-right: 118px;
    }

    .shakeit-stage-visual--start {
        top: .55rem;
        right: .45rem;
        width: 118px;
        height: 92px;
    }

    .shakeit-screen-intro {
        grid-template-columns: minmax(0, 1fr) 105px;
        gap: .4rem;
    }

    .shakeit-stage-visual--select {
        width: 105px;
        height: 90px;
    }

    .shakeit-category-filters {
        gap: .48rem;
        padding: .65rem;
    }

    .shakeit-category-filters .shakeit-category-button {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .shakeit-control-panel > .shakeit-panel-head {
        min-height: 80px;
        padding-right: 102px;
    }

    .shakeit-stage-visual--setup {
        right: .25rem;
        width: 105px;
        height: 88px;
    }

    .shakeit-stage-visual--cook {
        width: 92px;
        height: 90px;
    }

    .shakeit-cook-console .shakeit-progress-block {
        padding-right: 86px;
    }

    .shakeit-result-top {
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-top: 116px;
    }

    .shakeit-stage-visual--result {
        top: .15rem;
        right: 50%;
        width: 135px;
        height: 108px;
        transform: translateX(50%);
    }

    .shakeit-collection-progress {
        grid-template-columns: 1fr;
        gap: .65rem;
    }
}

@media (max-width: 420px) {
    .shakeit-screen-intro {
        grid-template-columns: 1fr;
    }

    .shakeit-stage-visual--select {
        display: none;
    }

    .shakeit-category-filters {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shakeit-cook-console.is-awaiting-serve .shakeit-action-grid button.is-serve {
        animation: none;
    }

    .shakeit-stage-visual--cook,
    .shakeit-collection-progress-track > span {
        transition: none;
    }
}


/* ========================================================================== 
   Ingame Visual Revision R2 2026-07-21
   ========================================================================== */

.shakeit-page {
    --shakeit-bg: #061326;
    --shakeit-panel: #0b1a31;
    --shakeit-panel-2: #10213c;
    --shakeit-border: rgba(192, 132, 252, .2);
    --shakeit-blue: #9b5cff;
    --shakeit-blue-light: #d8b4fe;
    --shakeit-purple: #9b5cff;
    --shakeit-purple-light: #d8b4fe;
    --shakeit-purple-deep: #6d35d9;
}

.shakeit-page button:focus-visible,
.shakeit-page a:focus-visible,
.shakeit-page input:focus-visible {
    outline-color: rgba(192, 132, 252, .58);
}

.shakeit-progress-nav {
    border-color: rgba(192, 132, 252, .18);
    background:
        radial-gradient(circle at 55% 0, rgba(126, 70, 255, .1), transparent 45%),
        linear-gradient(135deg, rgba(6, 21, 42, .98), rgba(7, 20, 41, .96));
    box-shadow: 0 12px 34px rgba(0, 0, 0, .13);
}

.shakeit-progress-nav span {
    border-color: rgba(192, 132, 252, .14);
}

.shakeit-progress-nav span.is-active {
    background: linear-gradient(135deg, rgba(126, 70, 255, .24), rgba(61, 145, 255, .13));
}

.shakeit-progress-nav span.is-active b {
    border-color: #a56bff;
    background: linear-gradient(145deg, #a855f7, #7138e2);
    box-shadow: 0 0 0 5px rgba(126, 70, 255, .08);
}

.shakeit-panel,
.shakeit-screen-intro--select,
.shakeit-category-filters {
    border-color: rgba(192, 132, 252, .2);
    background:
        radial-gradient(circle at 90% 0, rgba(155, 92, 255, .1), transparent 34%),
        linear-gradient(150deg, rgba(11, 26, 49, .985), rgba(6, 20, 42, .985));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 18px 44px rgba(0, 0, 0, .1);
}

.shakeit-panel-icon,
.shakeit-mode-icon,
.shakeit-collection-stat > i {
    border-color: rgba(192, 132, 252, .3);
    color: #d8b4fe;
    background: linear-gradient(145deg, rgba(126, 70, 255, .22), rgba(61, 145, 255, .1));
}

.shakeit-mode-card {
    border-color: rgba(192, 132, 252, .28);
    background:
        radial-gradient(circle at 100% 0, rgba(155, 92, 255, .2), transparent 38%),
        linear-gradient(145deg, #0d1d38, #08172c);
}

.shakeit-mode-card:hover {
    border-color: #b57bff;
    box-shadow: 0 16px 34px rgba(74, 39, 134, .18);
}

.shakeit-link-button,
.shakeit-back-button,
.shakeit-secondary-button {
    border-color: rgba(192, 132, 252, .25);
    background: rgba(75, 47, 126, .16);
}

.shakeit-link-button:hover,
.shakeit-back-button:hover,
.shakeit-secondary-button:hover {
    border-color: rgba(216, 168, 255, .72);
    background: rgba(126, 70, 255, .2);
}

.shakeit-mode-badge,
.shakeit-mission-badge {
    border-color: rgba(192, 132, 252, .34);
    color: #e4ceff;
    background: rgba(126, 70, 255, .15);
}

.shakeit-food-card,
.shakeit-collection-food,
.shakeit-badge-card {
    border-color: rgba(192, 132, 252, .17);
    background: linear-gradient(155deg, rgba(12, 30, 55, .98), rgba(7, 21, 41, .98));
}

.shakeit-food-card:hover,
.shakeit-collection-food:not(.is-locked):hover {
    border-color: rgba(192, 132, 252, .7);
    box-shadow: 0 14px 28px rgba(74, 39, 134, .13);
}

.shakeit-food-card-copy small,
.shakeit-step-label,
.shakeit-section-heading > span {
    color: #caa8ff;
}

.shakeit-training-hint {
    border-color: rgba(192, 132, 252, .34);
    color: #eadcff;
    background:
        radial-gradient(circle at 92% 15%, rgba(155, 92, 255, .14), transparent 35%),
        rgba(88, 55, 142, .14);
}

.shakeit-stepper {
    border-color: rgba(192, 132, 252, .24);
    background: #07162b;
}

.shakeit-stepper button {
    color: #d8c5f4;
    background: #10213c;
}

.shakeit-stepper button:hover {
    background: rgba(126, 70, 255, .24);
}

.shakeit-stepper > div {
    border-color: rgba(192, 132, 252, .22);
}

.shakeit-state-grid button.is-active {
    border-color: #a66bff;
    background: linear-gradient(135deg, rgba(126, 70, 255, .28), rgba(61, 145, 255, .12));
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.shakeit-primary-button {
    border-color: rgba(216, 168, 255, .72);
    background: linear-gradient(135deg, #7844ee 0%, #a84ff1 58%, #8b49e9 100%);
    box-shadow: 0 14px 30px rgba(126, 70, 255, .28), inset 0 1px rgba(255, 255, 255, .16);
}

.shakeit-primary-button:hover {
    box-shadow: 0 18px 38px rgba(126, 70, 255, .36), inset 0 1px rgba(255, 255, 255, .2);
}

.shakeit-progress-track span,
.shakeit-score-row i {
    background: linear-gradient(90deg, #8b5cf6, #a855f7 48%, #58a6ff 100%);
}

.shakeit-result-score-ring {
    border-color: rgba(155, 92, 255, .22);
    border-top-color: #a855f7;
    border-right-color: #ff9f43;
    box-shadow: inset 0 0 30px rgba(126, 70, 255, .12), 0 0 32px rgba(126, 70, 255, .08);
}

.shakeit-action-guide > div,
.shakeit-action-grid button {
    border-color: rgba(192, 132, 252, .18);
    background: rgba(12, 29, 54, .88);
}

.shakeit-action-grid button:hover {
    border-color: rgba(192, 132, 252, .62);
    background: rgba(126, 70, 255, .14);
}

.shakeit-action-grid button i {
    color: #d8b4fe;
    background: rgba(126, 70, 255, .14);
}

.shakeit-category-filters {
    padding: .78rem .9rem;
    background:
        radial-gradient(circle at 18% 0, rgba(126, 70, 255, .11), transparent 30%),
        rgba(7, 21, 42, .86);
}

.shakeit-category-filters .shakeit-category-button.is-all.is-active {
    border-color: #b779ff;
    background: linear-gradient(145deg, #a855f7, #7138e2);
    box-shadow: 0 0 0 3px rgba(126, 70, 255, .13), 0 10px 24px rgba(74, 39, 134, .24);
}

/* Einheitlicher Card-Überhang für alle Ingame-Illustrationen. */
.shakeit-mode-panel,
.shakeit-screen-intro--select,
.shakeit-control-panel,
.shakeit-cook-console,
.shakeit-result-top {
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.shakeit-stage-visual {
    position: absolute;
    z-index: 4;
    top: -1.2rem;
    right: .9rem;
    opacity: .96;
}

.shakeit-stage-visual::before {
    width: 88%;
    height: 72%;
    background: radial-gradient(circle, rgba(155, 92, 255, .28), rgba(61, 145, 255, .08) 50%, transparent 74%);
}

.shakeit-stage-visual--start {
    top: -1.35rem;
    right: 1rem;
    width: 195px;
    height: 154px;
}

.shakeit-mode-panel > .shakeit-panel-head {
    min-height: 112px;
    padding-right: 198px;
}

.shakeit-screen-intro--select {
    display: block;
    min-height: 118px;
    margin: 1.35rem 0 1rem;
    padding: .9rem 205px .95rem 1.15rem;
    border: 1px solid rgba(192, 132, 252, .2);
    border-radius: 16px;
}

.shakeit-screen-intro--select .shakeit-section-heading {
    margin: 0;
}

.shakeit-stage-visual--select {
    top: -1.35rem;
    right: 1rem;
    width: 176px;
    height: 146px;
}

.shakeit-stage-visual--setup {
    top: -1.2rem;
    right: .85rem;
    width: 150px;
    height: 126px;
}

.shakeit-control-panel > .shakeit-panel-head {
    min-height: 104px;
    padding-right: 150px;
}

.shakeit-stage-visual--cook {
    top: -1.25rem;
    right: .75rem;
    width: 135px;
    height: 130px;
    opacity: .58;
}

.shakeit-cook-console .shakeit-progress-block {
    min-height: 106px;
    padding-right: 132px;
}

.shakeit-cook-console.is-near-serve .shakeit-stage-visual--cook {
    opacity: .86;
    transform: scale(1.02);
}

.shakeit-cook-console.is-awaiting-serve .shakeit-stage-visual--cook {
    opacity: 1;
    transform: scale(1.08);
}

.shakeit-result-top {
    min-height: 138px;
    padding: 1rem 170px 1rem 1rem;
    border: 1px solid rgba(192, 132, 252, .2);
    border-radius: 14px;
    background:
        radial-gradient(circle at 92% 0, rgba(155, 92, 255, .12), transparent 36%),
        rgba(7, 21, 42, .68);
}

.shakeit-stage-visual--result {
    top: -1.5rem;
    right: .65rem;
    width: 160px;
    height: 132px;
    transform: none;
}

.shakeit-collection-progress {
    border-color: rgba(192, 132, 252, .3);
    background: linear-gradient(120deg, rgba(63, 37, 116, .54), rgba(8, 24, 49, .9));
}

.shakeit-collection-progress-track > span {
    background: linear-gradient(90deg, #a855f7, #7e46ff 48%, #3d91ff 100%);
}

@media (max-width: 850px) {
    .shakeit-stage-visual--start {
        width: 168px;
        height: 134px;
    }

    .shakeit-mode-panel > .shakeit-panel-head {
        padding-right: 170px;
    }

    .shakeit-screen-intro--select {
        padding-right: 175px;
    }

    .shakeit-stage-visual--select {
        width: 150px;
        height: 126px;
    }
}

@media (max-width: 640px) {
    .shakeit-stage-visual {
        top: -.8rem;
        right: .35rem;
    }

    .shakeit-stage-visual--start {
        width: 112px;
        height: 92px;
    }

    .shakeit-mode-panel > .shakeit-panel-head {
        min-height: 88px;
        padding-right: 110px;
    }

    .shakeit-screen-intro--select {
        min-height: 96px;
        margin-top: 1rem;
        padding: .8rem 112px .8rem .85rem;
    }

    .shakeit-stage-visual--select {
        width: 100px;
        height: 86px;
    }

    .shakeit-stage-visual--setup {
        width: 102px;
        height: 88px;
    }

    .shakeit-control-panel > .shakeit-panel-head {
        min-height: 84px;
        padding-right: 98px;
    }

    .shakeit-stage-visual--cook {
        width: 90px;
        height: 88px;
    }

    .shakeit-cook-console .shakeit-progress-block {
        min-height: 82px;
        padding-right: 84px;
    }

    .shakeit-result-top {
        grid-template-columns: 1fr;
        min-height: 120px;
        padding: 5.5rem 1rem 1rem;
        text-align: center;
    }

    .shakeit-stage-visual--result {
        top: -.85rem;
        right: 50%;
        width: 108px;
        height: 92px;
        transform: translateX(50%);
    }
}

@media (max-width: 420px) {
    .shakeit-screen-intro--select {
        min-height: 92px;
        padding-right: 92px;
    }

    .shakeit-stage-visual--select {
        display: grid;
        width: 82px;
        height: 72px;
    }

    .shakeit-result-top {
        grid-template-columns: 1fr;
        gap: .75rem;
        padding: 5.4rem .8rem .9rem;
    }

    .shakeit-stage-visual--result {
        top: -.75rem;
        right: 50%;
        width: 102px;
        height: 86px;
        transform: translateX(50%);
    }
}

.shakeit-feedback-survey[hidden] {
    display: none !important;
}

.shakeit-feedback-survey {
    background: #10243a;
    border-color: rgba(105, 178, 255, 0.42);
}

.shakeit-feedback-survey__eyebrow {
    display: block;
    margin-bottom: 0.2rem;
    color: #8fc8ff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shakeit-feedback-survey__options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
}

.shakeit-feedback-survey__options button {
    min-height: 44px;
    padding: 0.7rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font: inherit;
    font-weight: 750;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.shakeit-feedback-survey__options button:hover,
.shakeit-feedback-survey__options button:focus-visible {
    border-color: rgba(143, 200, 255, 0.9);
    background: rgba(143, 200, 255, 0.16);
    transform: translateY(-1px);
}

.shakeit-feedback-survey__options button:focus-visible {
    outline: 3px solid rgba(143, 200, 255, 0.4);
    outline-offset: 2px;
}

.shakeit-feedback-survey__options button:disabled {
    cursor: default;
    transform: none;
}

.shakeit-feedback-survey__status {
    min-height: 1.4em;
    margin: 0.85rem 0 0;
    color: #d9ebff;
    font-weight: 700;
}

.shakeit-feedback-survey.is-complete .shakeit-feedback-survey__status {
    margin-top: 0.35rem;
}

@media (max-width: 560px) {
    .shakeit-feedback-survey__options {
        grid-template-columns: 1fr;
    }
}
