:root {
    --game-ink: #242033;
    --game-coral: #ff4f70;
    --game-pink: #ff8bb1;
    --game-mint: #22c7a4;
    --game-butter: #ffe17c;
    --game-cloud: #f7fbfa;
    --game-lilac: #b8a7ff;
    --game-sky: #8ee5ff;
    --game-green: #b9f784;
    --game-border: rgba(36, 32, 51, .13);
    --game-shadow: 0 18px 0 rgba(36, 32, 51, .10), 0 28px 60px rgba(36, 32, 51, .12);
}

html {
    scroll-behavior: smooth;
}

body.game-home {
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 36%, #f7fbfa 100%);
    color: var(--game-ink);
    font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.game-home h1,
.game-home h2,
.game-home h3,
.game-home .font-black {
    font-family: "Fredoka", "Nunito", ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.game-home header {
    box-shadow: 0 8px 0 rgba(36, 32, 51, .05);
}

.game-home header img {
    background: #fff;
    border: 2px solid rgba(36, 32, 51, .12);
    box-shadow: 0 5px 0 rgba(36, 32, 51, .12);
}

.game-home nav a,
.game-home button,
.game-home [href] {
    -webkit-tap-highlight-color: transparent;
}

.game-home *,
.game-home *::before,
.game-home *::after {
    box-sizing: border-box;
}

.game-home img,
.game-home svg {
    max-width: 100%;
}

.game-home :where(.grid, .flex) > * {
    min-width: 0;
}

.game-home :where(h1, h2, h3, p, a, button, span, strong, small, li) {
    overflow-wrap: break-word;
}

.game-home :where(a, button) {
    text-wrap: balance;
}

.game-home main > section {
    position: relative;
}

.game-home main > section:first-child {
    background:
        linear-gradient(135deg, rgba(255, 79, 112, .08) 0 25%, transparent 25% 50%, rgba(34, 199, 164, .08) 50% 75%, transparent 75%),
        #ffffff;
    background-size: 38px 38px, auto;
}

.game-home main > section:first-child::before,
.game-home main > section:first-child::after {
    animation: reaction-token 6.8s ease-in-out infinite;
    background: var(--game-butter);
    border: 3px solid rgba(36, 32, 51, .18);
    border-radius: 999px;
    box-shadow:
        0 8px 0 rgba(36, 32, 51, .10),
        0 0 0 .45rem rgba(255, 255, 255, .54);
    color: var(--game-ink);
    display: grid;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Fredoka", sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    height: 3.15rem;
    place-items: center;
    position: absolute;
    width: 3.15rem;
    z-index: 1;
    display: none;
}

.game-home main > section:first-child::before {
    content: "💎";
    left: max(1rem, calc(50vw - 41rem));
    top: 8rem;
    transform: rotate(-10deg);
}

.game-home main > section:first-child::after {
    animation-name: reaction-token-alt;
    animation-delay: -2.4s;
    background: var(--game-sky);
    content: "😍";
    right: max(1rem, calc(50vw - 40rem));
    top: 22rem;
    transform: rotate(12deg);
}

.media-card {
    border: 2px solid rgba(36, 32, 51, .09);
    border-radius: 1.15rem;
    box-shadow: 0 8px 0 rgba(36, 32, 51, .08);
    min-width: 0;
    overflow: hidden;
}

.media-card__media {
    aspect-ratio: 16 / 11;
    background: #f7fbfa;
    border-bottom: 2px solid rgba(36, 32, 51, .09);
    overflow: hidden;
    position: relative;
}

.media-card--product .media-card__media {
    aspect-ratio: 4 / 3;
}

.media-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.media-card__media::after {
    background: linear-gradient(180deg, transparent 42%, rgba(36, 32, 51, .42));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.media-card__badge {
    background: #fff;
    border: 2px solid rgba(36, 32, 51, .12);
    border-radius: 999px;
    box-shadow: 0 4px 0 rgba(36, 32, 51, .1);
    color: var(--game-ink);
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: .76rem;
    font-weight: 900;
    left: .8rem;
    max-width: calc(100% - 5.5rem);
    overflow: hidden;
    padding: .34rem .7rem;
    position: absolute;
    text-overflow: ellipsis;
    top: .8rem;
    white-space: nowrap;
    z-index: 2;
}

.media-card__sprite {
    bottom: .55rem;
    position: absolute;
    right: .65rem;
    transform: scale(.68);
    transform-origin: bottom right;
    z-index: 3;
}

.pixel-grid {
    background-image:
        linear-gradient(rgba(36, 32, 51, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 32, 51, .07) 1px, transparent 1px);
    background-size: 22px 22px;
}

.game-home .bg-cloud {
    background-color: var(--game-cloud);
}

.game-home .rounded-3xl,
.game-home .rounded-\[1\.75rem\],
.game-home .rounded-\[2rem\],
.game-home .rounded-\[1\.5rem\],
.game-home .rounded-2xl {
    border-radius: 1.15rem;
}

.game-home article,
.game-home .shadow-sm,
.game-home .shadow-soft {
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.game-home article,
.game-home main > section:nth-child(2) .grid > div,
.game-home .phone-shell,
.game-home #messageText,
.game-home #whatsappUrl {
    border: 2px solid var(--game-border);
}

.game-home article,
.game-home main > section:nth-child(2) .grid > div,
.game-home #messageText {
    box-shadow: 0 7px 0 rgba(36, 32, 51, .08);
}

.game-home article:hover,
.game-home main > section:nth-child(2) .grid > div:hover {
    border-color: rgba(255, 79, 112, .38);
    box-shadow: 0 12px 0 rgba(36, 32, 51, .08), 0 18px 38px rgba(36, 32, 51, .12);
    transform: translateY(-4px);
}

.game-home a[class*="bg-"],
.game-home button[class*="bg-"] {
    transform: translateY(0) scale(1);
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.game-home a[class*="bg-"]:active,
.game-home button[class*="bg-"]:active {
    box-shadow: 0 2px 0 rgba(36, 32, 51, .12);
    transform: translateY(3px) scale(.98);
}

.game-home a.bg-coral,
.game-home button.bg-coral,
.game-home a.bg-ink,
.game-home button.bg-ink {
    border: 2px solid rgba(36, 32, 51, .18);
    box-shadow: 0 8px 0 rgba(36, 32, 51, .14);
}

.game-home .event-chip,
.game-home .message-tab,
.game-home .filter-chip,
.game-home .reaction-button,
.game-home .reaction-demo {
    border-width: 2px;
    box-shadow: 0 4px 0 rgba(36, 32, 51, .08);
    overflow-wrap: normal;
    white-space: nowrap;
}

.game-home .event-chip:hover,
.game-home .message-tab:hover,
.game-home .filter-chip:hover,
.game-home .reaction-button:hover,
.game-home .reaction-demo:hover {
    transform: translateY(-2px) rotate(-1deg);
}

.phone-shell {
    border-radius: 2.05rem;
    box-shadow: var(--game-shadow);
    isolation: isolate;
    max-width: 100%;
    position: relative;
}

.phone-shell::before {
    background: rgba(255, 255, 255, .75);
    border-radius: 999px;
    content: "";
    height: .45rem;
    left: 50%;
    position: absolute;
    top: 1rem;
    transform: translateX(-50%);
    width: 4.6rem;
    z-index: 2;
}

.sprite {
    display: grid;
    height: 4.25rem;
    place-items: center;
    position: relative;
    width: 4.25rem;
}

.sprite-body {
    animation: sprite-bob 3.2s ease-in-out infinite;
    background:
        radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .85) 0 .35rem, transparent .38rem),
        var(--sprite-bg);
    border: 3px solid rgba(36, 32, 51, .22);
    border-radius: 1.45rem 1.45rem 1.05rem 1.05rem;
    box-shadow: 0 .55rem 0 rgba(36, 32, 51, .12);
    height: 3rem;
    position: relative;
    width: 3.35rem;
}

.sprite-body::before,
.sprite-body::after {
    background: rgba(255, 255, 255, .88);
    border: 2px solid rgba(36, 32, 51, .14);
    border-radius: 999px;
    content: "";
    height: .7rem;
    position: absolute;
    top: .9rem;
    width: .7rem;
}

.sprite-body::before {
    left: .72rem;
}

.sprite-body::after {
    right: .72rem;
}

.sprite-face {
    background: rgba(36, 32, 51, .85);
    border-radius: 0 0 999px 999px;
    height: .28rem;
    left: 50%;
    position: absolute;
    top: 2.72rem;
    transform: translateX(-50%);
    width: .9rem;
}

.sprite-face::before,
.sprite-face::after {
    background: rgba(36, 32, 51, .92);
    border-radius: 999px;
    content: "";
    height: .28rem;
    position: absolute;
    top: -.88rem;
    width: .28rem;
}

.sprite-face::before {
    left: -.56rem;
}

.sprite-face::after {
    right: -.56rem;
}

.sprite-spark {
    animation: sparkle-pulse 1.8s ease-in-out infinite;
    background: #fff;
    border-radius: 999px;
    height: .55rem;
    position: absolute;
    right: .45rem;
    top: .38rem;
    width: .55rem;
}

.sprite-shadow {
    animation: shadow-pulse 3.2s ease-in-out infinite;
    background: rgba(36, 32, 51, .12);
    border-radius: 999px;
    bottom: .28rem;
    height: .45rem;
    position: absolute;
    width: 2.6rem;
}

.sprite-prop {
    animation: prop-float 2.8s ease-in-out infinite;
    bottom: 2.78rem;
    height: 1.15rem;
    pointer-events: none;
    position: absolute;
    right: .35rem;
    width: 1.15rem;
}

.sprite-prop::before,
.sprite-prop::after {
    content: "";
    position: absolute;
}

.sprite--create .sprite-prop::before {
    background: var(--game-ink);
    border-radius: 999px;
    height: 1.4rem;
    left: .48rem;
    top: -.08rem;
    transform: rotate(38deg);
    width: .18rem;
}

.sprite--create .sprite-prop::after {
    background: var(--game-butter);
    clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
    height: .82rem;
    right: -.12rem;
    top: -.2rem;
    width: .82rem;
}

.sprite--message .sprite-prop::before {
    background: #fff;
    border: 2px solid rgba(36, 32, 51, .2);
    border-radius: .35rem;
    box-shadow: 0 .18rem 0 rgba(36, 32, 51, .12);
    height: .9rem;
    left: .02rem;
    top: .18rem;
    width: 1.25rem;
}

.sprite--message .sprite-prop::after {
    border-left: .26rem solid transparent;
    border-top: .26rem solid rgba(36, 32, 51, .2);
    bottom: .06rem;
    left: .82rem;
}

.sprite--vote .sprite-prop::before {
    background: var(--game-mint);
    border: 2px solid rgba(36, 32, 51, .2);
    border-radius: 999px;
    box-shadow: 0 .18rem 0 rgba(36, 32, 51, .12);
    height: 1.08rem;
    inset: .04rem;
    width: 1.08rem;
}

.sprite--vote .sprite-prop::after {
    border-bottom: .18rem solid #fff;
    border-left: .18rem solid #fff;
    height: .34rem;
    left: .36rem;
    top: .34rem;
    transform: rotate(-45deg);
    width: .62rem;
}

.sprite--winner .sprite-prop::before {
    background: var(--game-butter);
    border: 2px solid rgba(36, 32, 51, .2);
    clip-path: polygon(0 100%, 0 35%, 24% 60%, 50% 15%, 76% 60%, 100% 35%, 100% 100%);
    height: .95rem;
    left: -.05rem;
    top: .18rem;
    width: 1.3rem;
}

.sprite--place .sprite-prop::before {
    background: var(--game-coral);
    border: 2px solid rgba(36, 32, 51, .2);
    border-radius: 999px 999px 999px 0;
    height: 1rem;
    left: .12rem;
    top: .08rem;
    transform: rotate(-45deg);
    width: 1rem;
}

.sprite--place .sprite-prop::after {
    background: #fff;
    border-radius: 999px;
    height: .32rem;
    left: .46rem;
    top: .42rem;
    width: .32rem;
}

.sprite--shop .sprite-prop::before {
    background: #fff;
    border: 2px solid rgba(36, 32, 51, .2);
    border-radius: .18rem .18rem .38rem .38rem;
    box-shadow: 0 .18rem 0 rgba(36, 32, 51, .12);
    height: .86rem;
    left: .12rem;
    top: .36rem;
    width: 1.02rem;
}

.sprite--shop .sprite-prop::after {
    border: 2px solid rgba(36, 32, 51, .2);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    height: .42rem;
    left: .35rem;
    top: .16rem;
    width: .56rem;
}

.sprite-coral {
    --sprite-bg: #ff7b92;
}

.sprite-mint {
    --sprite-bg: #63ddc4;
}

.sprite-butter {
    --sprite-bg: #ffe17c;
}

.sprite-lavender {
    --sprite-bg: #b8a7ff;
}

.sprite-sky {
    --sprite-bg: #a7e9ff;
}

.quiz-panel,
.quiz-result,
.planner-demo {
    border: 2px solid var(--game-border);
    max-width: 100%;
    overflow: hidden;
}

.quiz-dot {
    background: rgba(36, 32, 51, .18);
    border-radius: 999px;
    display: block;
    height: .5rem;
    transition: width .18s ease, background .18s ease;
    width: .5rem;
}

.quiz-dot.is-active {
    background: var(--game-coral);
    width: 1.35rem;
}

.quiz-option {
    align-items: center;
    background: #fff;
    border: 2px solid rgba(36, 32, 51, .1);
    border-radius: 1rem;
    box-shadow: 0 4px 0 rgba(36, 32, 51, .07);
    color: var(--game-ink);
    display: flex;
    gap: .8rem;
    min-height: 4.1rem;
    padding: .78rem .9rem;
    text-align: left;
    width: 100%;
}

.quiz-option > * {
    min-width: 0;
}

.quiz-option.is-active {
    background: rgba(34, 199, 164, .13);
    border-color: rgba(34, 199, 164, .62);
    box-shadow: 0 6px 0 rgba(34, 199, 164, .16);
}

.quiz-option__icon {
    align-items: center;
    background: var(--game-cloud);
    border-radius: .8rem;
    color: var(--game-coral);
    display: inline-flex;
    height: 2.3rem;
    justify-content: center;
    width: 2.3rem;
}

.quiz-option strong,
.quiz-option small {
    display: block;
}

.quiz-option strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: .98rem;
    font-weight: 900;
}

.quiz-option small {
    color: rgba(36, 32, 51, .55);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.3;
    margin-top: .15rem;
}

.quiz-timeline {
    display: grid;
    gap: .75rem;
}

.quiz-timeline__item {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .14);
    border-radius: 1rem;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(3.75rem, 4.3rem) minmax(0, 1fr);
    padding: .82rem;
}

.quiz-timeline__item time {
    background: var(--game-butter);
    border-radius: .8rem;
    color: var(--game-ink);
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: .9rem;
    font-weight: 900;
    padding: .45rem .4rem;
    text-align: center;
}

.quiz-timeline__item strong,
.quiz-timeline__item span,
.quiz-idea strong,
.quiz-idea span,
.quiz-idea small {
    display: block;
}

.quiz-timeline__item strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 900;
}

.quiz-timeline__item span {
    color: rgba(255, 255, 255, .64);
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: .12rem;
}

.quiz-idea {
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .14);
    border-radius: 1rem;
    display: grid;
    gap: .8rem;
    padding: .9rem;
}

.quiz-idea strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
}

.quiz-idea span {
    color: rgba(255, 255, 255, .64);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: .15rem;
}

.quiz-idea small {
    color: var(--game-butter);
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.35;
    margin-top: .35rem;
}

.planner-timeline {
    display: grid;
    gap: .55rem;
}

.planner-slot {
    align-items: center;
    background: #f7fbfa;
    border: 2px solid rgba(36, 32, 51, .1);
    border-radius: 1.1rem;
    display: grid;
    gap: .8rem;
    grid-template-columns: minmax(3.9rem, 4.8rem) minmax(0, 1fr);
    padding: .9rem;
}

.planner-slot time {
    background: var(--game-ink);
    border-radius: .85rem;
    color: #fff;
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
    padding: .55rem .4rem;
    text-align: center;
}

.planner-slot strong,
.planner-slot span {
    display: block;
}

.planner-slot strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
}

.planner-slot span {
    color: rgba(36, 32, 51, .58);
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: .15rem;
}

.planner-route {
    align-items: center;
    background: rgba(34, 199, 164, .12);
    border: 2px dashed rgba(34, 199, 164, .42);
    border-radius: 999px;
    color: #1b9f86;
    display: inline-flex;
    font-size: .85rem;
    font-weight: 900;
    gap: .45rem;
    margin-left: 5.5rem;
    max-width: calc(100% - 5.5rem);
    padding: .55rem .75rem;
    width: fit-content;
}

.planner-route span {
    min-width: 0;
}

.planner-route--long {
    background: rgba(255, 79, 112, .1);
    border-color: rgba(255, 79, 112, .35);
    color: var(--game-coral);
}

.idea-card {
    position: relative;
}

.idea-card > div {
    min-width: 0;
}

.idea-score {
    flex: 0 0 auto;
    white-space: nowrap;
}

.idea-card::before {
    background: linear-gradient(90deg, var(--game-coral), var(--game-butter), var(--game-mint));
    border-radius: 999px;
    content: "";
    height: .38rem;
    left: 1.15rem;
    position: absolute;
    right: 1.15rem;
    top: -.18rem;
}

.idea-score,
.rank-label,
.game-badge {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
}

.reaction-button.bg-coral {
    animation: selected-pop .36s cubic-bezier(.34, 1.56, .64, 1);
}

.add-to-event[data-added="true"] {
    box-shadow: 0 .35rem 0 rgba(34, 199, 164, .18);
}

.add-to-event-status {
    min-height: 1.15rem;
}

.game-home input:focus {
    box-shadow: 0 0 0 4px rgba(255, 79, 112, .14);
}

.game-home #toast {
    animation: toast-in .22s ease-out;
    border: 2px solid rgba(255, 255, 255, .18);
}

.game-home {
    scroll-behavior: smooth;
}

.mobile-event-nav {
    padding-bottom: max(.5rem, env(safe-area-inset-bottom));
}

.event-cockpit-page {
    background: #f7f6f2;
}

.event-cockpit-page header img,
.event-cockpit-page .event-sidebar-brand img,
.event-cockpit-page .event-mobile-brand img {
    border: 0;
    box-shadow: none;
}

.event-cockpit-page main > section:first-child {
    background: #fff;
}

.event-cockpit-page main > section:first-child::before,
.event-cockpit-page main > section:first-child::after {
    display: none;
}

.event-cockpit-page article:hover,
.event-cockpit-page main > section:nth-child(2) .grid > div:hover {
    transform: none;
}

.event-cockpit-topbar {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(36, 32, 51, .08);
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    min-height: 4rem;
    padding: .55rem .85rem;
    position: sticky;
    top: 0;
    z-index: 45;
}

.event-icon-button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .12);
    border-radius: .5rem;
    color: #242033;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.65rem;
    justify-content: center;
    width: 2.65rem;
}

.event-icon-button svg {
    height: 1.2rem;
    width: 1.2rem;
}

.event-mobile-brand,
.event-sidebar-brand {
    align-items: center;
    color: #242033;
    display: inline-flex;
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
    gap: .55rem;
    min-width: 0;
    text-decoration: none;
}

.event-mobile-brand img,
.event-sidebar-brand img {
    border-radius: .5rem;
    height: 2.4rem;
    width: 2.4rem;
}

.event-mobile-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-mobile-drawer {
    background: rgba(36, 32, 51, .42);
    inset: 0;
    padding: .75rem;
    position: fixed;
    z-index: 70;
}

.event-mobile-drawer__panel {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 22px 60px rgba(36, 32, 51, .18);
    margin: 0 auto;
    max-width: 26rem;
    padding: 1rem;
}

.event-cockpit-layout {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(15rem, 17rem) minmax(0, 48rem);
    justify-content: center;
    margin: 0 auto;
    max-width: 74rem;
    padding: 1.25rem 1rem 3rem;
    width: 100%;
}

.event-cockpit-sidebar {
    display: none;
}

.event-cockpit-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
    width: 100%;
}

.event-space {
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: .5rem;
    box-shadow: 0 12px 34px rgba(36, 32, 51, .07);
    overflow: hidden;
    padding: 1rem;
}

.event-eyebrow {
    color: #ff4f70;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.event-role-pill,
.event-card-badge {
    align-items: center;
    background: #f7fbfa;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: 999px;
    color: rgba(36, 32, 51, .68);
    display: inline-flex;
    font-size: .74rem;
    font-weight: 900;
    min-height: 1.9rem;
    padding: .25rem .65rem;
}

.event-card-badge.is-favorite {
    background: rgba(34, 199, 164, .12);
    border-color: rgba(34, 199, 164, .28);
    color: #16866f;
}

.event-primary-button,
.event-secondary-button {
    align-items: center;
    border-radius: .5rem;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 950;
    gap: .45rem;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 .9rem;
    text-align: center;
    text-decoration: none;
}

.event-primary-button {
    background: #ff4f70;
    border: 1px solid rgba(36, 32, 51, .12);
    color: #fff;
}

.event-secondary-button {
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .12);
    color: #242033;
}

.event-primary-button:disabled,
.event-secondary-button:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.event-stat,
.event-action-card {
    background: #f7fbfa;
    border: 1px solid rgba(36, 32, 51, .08);
    border-radius: .5rem;
    min-width: 0;
    padding: .8rem;
    text-decoration: none;
}

.event-stat svg,
.event-action-card svg {
    color: #ff4f70;
    height: 1.1rem;
    width: 1.1rem;
}

.event-stat span {
    color: rgba(36, 32, 51, .48);
    display: block;
    font-size: .7rem;
    font-weight: 950;
    margin-top: .45rem;
    text-transform: uppercase;
}

.event-stat strong,
.event-action-card span {
    color: #242033;
    display: block;
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
    line-height: 1.18;
    margin-top: .16rem;
}

.event-favorite-row,
.event-account-row {
    align-items: center;
    background: #f7fbfa;
    border: 1px solid rgba(36, 32, 51, .08);
    border-radius: .5rem;
    color: #242033;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 4.3rem;
    padding: .75rem;
    text-decoration: none;
}

.event-favorite-score {
    background: #ffe17c;
    border-radius: .5rem;
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
    min-width: 2.6rem;
    padding: .4rem .5rem;
    text-align: center;
}

.event-favorite-row h3,
.event-account-row strong {
    font-size: .96rem;
    font-weight: 950;
    line-height: 1.2;
    margin: 0;
}

.event-favorite-row p,
.event-account-row small {
    color: rgba(36, 32, 51, .55);
    display: block;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.3;
    margin-top: .2rem;
}

.event-favorite-row a,
.event-account-row > svg {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .08);
    border-radius: .5rem;
    color: #242033;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.event-empty-state {
    background: #f7fbfa;
    border: 1px dashed rgba(36, 32, 51, .2);
    border-radius: .5rem;
    display: grid;
    gap: .25rem;
    padding: 1rem;
}

.event-empty-state strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
}

.event-empty-state span {
    color: rgba(36, 32, 51, .62);
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.45;
}

.event-search-input {
    align-items: center;
    background: #f7fbfa;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: .5rem;
    display: flex;
    gap: .65rem;
    min-height: 3rem;
    padding: 0 .85rem;
}

.event-search-input svg {
    color: #ff4f70;
    height: 1.1rem;
    width: 1.1rem;
}

.event-search-input input {
    background: transparent;
    border: 0;
    color: #242033;
    flex: 1;
    font-weight: 850;
    min-height: 2.8rem;
    min-width: 0;
    outline: 0;
}

.event-filter-row {
    display: flex;
    gap: .45rem;
    overflow-x: auto;
    padding-bottom: .2rem;
    scrollbar-width: none;
}

.event-filter-row::-webkit-scrollbar {
    display: none;
}

.event-filter-row button,
.event-select {
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .12);
    border-radius: .5rem;
    color: rgba(36, 32, 51, .7);
    font-size: .82rem;
    font-weight: 950;
    min-height: 2.55rem;
    padding: 0 .75rem;
    white-space: nowrap;
}

.event-filter-row button.is-active {
    background: #242033;
    color: #fff;
}

.event-select {
    width: 100%;
}

.event-custom-form {
    background: #f7fbfa;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: .5rem;
    padding: .85rem;
}

.event-custom-form input,
.event-custom-form textarea {
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: .5rem;
    font-weight: 850;
    min-height: 2.75rem;
    padding: .75rem;
    width: 100%;
}

.event-custom-form textarea {
    min-height: 5.5rem;
    resize: vertical;
}

.event-catalog-card {
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: .5rem;
    display: grid;
    gap: .85rem;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    padding: .75rem;
}

.event-catalog-card[hidden] {
    display: none;
}

.event-catalog-card > img {
    aspect-ratio: 1;
    background: #f7fbfa;
    border-radius: .5rem;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.event-catalog-card h3 {
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.15;
    margin-top: .45rem;
}

.event-catalog-card p {
    color: rgba(36, 32, 51, .62);
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.42;
    margin-top: .35rem;
}

.event-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .65rem;
}

.event-card-meta span {
    background: #f7fbfa;
    border-radius: 999px;
    color: rgba(36, 32, 51, .62);
    font-size: .72rem;
    font-weight: 850;
    padding: .25rem .55rem;
}

.event-swipe-zone {
    min-height: 30rem;
    position: relative;
}

.event-swipe-card {
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .12);
    border-radius: .5rem;
    box-shadow: 0 14px 38px rgba(36, 32, 51, .12);
    display: grid;
    inset: 0;
    overflow: hidden;
    position: absolute;
    touch-action: none;
    transform: translateY(calc(var(--stack-index) * .55rem));
    transform-origin: center bottom;
    transition: opacity .2s ease, transform .2s ease;
    z-index: calc(20 - var(--stack-index));
}

.event-swipe-card:not(.is-current) {
    pointer-events: none;
}

.event-swipe-card.is-dragging {
    transition: none;
}

.event-swipe-card.is-liked {
    opacity: 0;
    transform: translateX(130%) rotate(16deg);
}

.event-swipe-card.is-rejected {
    opacity: 0;
    transform: translateX(-130%) rotate(-16deg);
}

.event-swipe-card > img {
    aspect-ratio: 16 / 10;
    background: #f7fbfa;
    object-fit: cover;
    width: 100%;
}

.event-swipe-card__body {
    display: grid;
    gap: .65rem;
    padding: 1rem;
}

.event-swipe-card__body h3 {
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1.05;
}

.event-swipe-card__body p {
    color: rgba(36, 32, 51, .62);
    font-size: .95rem;
    font-weight: 750;
    line-height: 1.45;
}

.event-swipe-actions {
    display: grid;
    gap: .75rem;
    grid-template-columns: 1fr 1fr;
    margin-top: .35rem;
}

.event-swipe-actions button {
    align-items: center;
    background: #242033;
    border: 0;
    border-radius: .5rem;
    color: #fff;
    display: inline-flex;
    height: 3.2rem;
    justify-content: center;
}

.event-swipe-actions button:last-child {
    background: #ff4f70;
}

.event-swipe-actions svg {
    height: 1.35rem;
    width: 1.35rem;
}

.event-swipe-zone .event-empty-state {
    inset: auto 0 0;
    position: absolute;
}

.event-swipe-zone .event-empty-state.is-deck-empty {
    display: none;
}

.event-photo-upload {
    background: #f7fbfa;
    border: 1px solid rgba(36, 32, 51, .1);
    border-radius: .5rem;
    padding: .85rem;
}

.event-photo-dropzone {
    align-items: center;
    background: #fff;
    border: 1px dashed rgba(36, 32, 51, .22);
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    gap: .85rem;
    min-height: 5.2rem;
    padding: .9rem;
}

.event-photo-dropzone.is-dragover {
    background: rgba(255, 79, 112, .08);
    border-color: #ff4f70;
}

.event-photo-dropzone > svg {
    color: #ff4f70;
    flex: 0 0 auto;
    height: 1.55rem;
    width: 1.55rem;
}

.event-photo-dropzone strong,
.event-photo-dropzone small {
    display: block;
}

.event-photo-dropzone strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: .98rem;
    font-weight: 950;
}

.event-photo-dropzone small {
    color: rgba(36, 32, 51, .58);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: .18rem;
}

.event-photo-file {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .08);
    border-radius: .5rem;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    min-height: 2.5rem;
    padding: .5rem .65rem;
}

.event-photo-file span {
    font-size: .8rem;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-photo-file small {
    color: rgba(36, 32, 51, .52);
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 900;
}

.event-photo-grid {
    background: #fff;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-photo-thumb {
    --photo-pos-x: 50%;
    --photo-pos-y: 50%;
    appearance: none;
    aspect-ratio: 1;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    touch-action: manipulation;
    width: 100%;
}

.event-photo-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: var(--photo-pos-x) var(--photo-pos-y);
    transform: scale(1.01);
    transition: filter .35s ease, object-position .25s ease, transform .35s ease;
    width: 100%;
    will-change: object-position, transform;
}

.event-photo-thumb[data-photo-pan="1"] {
    cursor: zoom-in;
}

.event-photo-thumb.is-panning img,
.event-photo-thumb:focus-visible img {
    filter: saturate(1.05);
    transform: scale(1.055);
}

.event-photo-thumb[data-photo-orientation="portrait"].is-panning:not(.is-probing) img,
.event-photo-thumb[data-photo-orientation="portrait"]:focus-visible img {
    animation: event-photo-pan-y 7s ease-in-out infinite alternate;
}

.event-photo-thumb[data-photo-orientation="landscape"].is-panning:not(.is-probing) img,
.event-photo-thumb[data-photo-orientation="landscape"]:focus-visible img {
    animation: event-photo-pan-x 7s ease-in-out infinite alternate;
}

.event-photo-thumb span {
    display: none;
}

.event-photo-viewer {
    --photo-viewer-pan-x: 0px;
    --photo-viewer-pan-y: 0px;
    --photo-viewer-zoom: 1;
    background: #050505;
    color: #fff;
    display: grid;
    inset: 0;
    overflow: hidden;
    position: fixed;
    z-index: 120;
}

.event-photo-viewer[hidden] {
    display: none;
}

.event-photo-viewer__stage {
    display: grid;
    grid-area: 1 / 1;
    min-height: 0;
    overflow: hidden;
    padding: calc(env(safe-area-inset-top) + 4.2rem) .75rem calc(env(safe-area-inset-bottom) + .75rem);
    place-items: center;
    touch-action: none;
}

.event-photo-viewer__stage img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: translate3d(var(--photo-viewer-pan-x), var(--photo-viewer-pan-y), 0) scale(var(--photo-viewer-zoom));
    transform-origin: center;
    transition: transform .22s ease;
    user-select: none;
}

.event-photo-viewer.is-dragging .event-photo-viewer__stage img {
    transition: none;
}

.event-photo-viewer.is-zoomed .event-photo-viewer__stage {
    cursor: grab;
}

.event-photo-viewer.is-dragging .event-photo-viewer__stage {
    cursor: grabbing;
}

.event-photo-viewer__top {
    display: flex;
    grid-area: 1 / 1;
    pointer-events: none;
    position: relative;
    z-index: 2;
}

.event-photo-viewer__top {
    align-items: flex-start;
    justify-content: flex-end;
    padding: calc(env(safe-area-inset-top) + .65rem) .75rem 0;
}

.event-photo-viewer__button {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    pointer-events: auto;
    width: 2.75rem;
}

.event-photo-viewer__button:disabled {
    cursor: default;
    opacity: .28;
}

.event-photo-viewer__button svg {
    height: 1.25rem;
    width: 1.25rem;
}

.event-photo-viewer__nav {
    grid-area: 1 / 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.event-photo-viewer__nav.is-prev {
    left: .75rem;
}

.event-photo-viewer__nav.is-next {
    right: .75rem;
}

@keyframes event-photo-pan-x {
    from {
        object-position: 12% 50%;
    }

    to {
        object-position: 88% 50%;
    }
}

@keyframes event-photo-pan-y {
    from {
        object-position: 50% 12%;
    }

    to {
        object-position: 50% 88%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-photo-thumb img {
        transition: none;
    }

    .event-photo-thumb.is-panning img,
    .event-photo-thumb:focus-visible img {
        animation: none !important;
    }
}

.event-side-link {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(36, 32, 51, .08);
    border-radius: .5rem;
    color: rgba(36, 32, 51, .68);
    display: flex;
    font-size: .9rem;
    font-weight: 950;
    gap: .65rem;
    min-height: 3rem;
    padding: 0 .85rem;
    text-decoration: none;
}

.event-side-link svg {
    height: 1.1rem;
    width: 1.1rem;
}

.event-side-link.is-active {
    background: #242033;
    color: #fff;
}

.event-bottom-nav {
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid rgba(36, 32, 51, .1);
    bottom: 0;
    box-shadow: 0 -12px 36px rgba(36, 32, 51, .1);
    display: grid;
    gap: .25rem;
    left: 0;
    padding: .45rem .45rem max(.45rem, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 55;
}

.event-bottom-nav a {
    align-items: center;
    border-radius: .5rem;
    color: rgba(36, 32, 51, .62);
    display: grid;
    font-size: clamp(.56rem, 2.45vw, .68rem);
    font-weight: 950;
    gap: .14rem;
    justify-items: center;
    min-height: 3.35rem;
    min-width: 0;
    overflow: hidden;
    padding: .2rem;
    text-align: center;
    text-decoration: none;
}

.event-bottom-nav a.is-active {
    background: #242033;
    color: #fff;
}

.event-bottom-nav svg {
    height: 1.12rem;
    width: 1.12rem;
}

.event-bottom-nav span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-cockpit-page .event-tabs {
    border-radius: .5rem;
    box-shadow: none;
}

@media (min-width: 768px) {
    .event-cockpit-layout {
        padding-top: 1.5rem;
    }

    .event-cockpit-sidebar {
        display: block;
        position: sticky;
        top: 1.5rem;
    }

    .event-bottom-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .event-cockpit-layout {
        display: block;
        padding: .85rem .75rem 1.5rem;
    }

    .event-space {
        padding: .9rem;
    }

    .event-catalog-card {
        grid-template-columns: 1fr;
    }

    .event-catalog-card > img {
        aspect-ratio: 16 / 10;
    }

    .event-swipe-zone {
        min-height: 29rem;
    }

    .event-photo-grid {
        gap: 1px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .5s ease, transform .5s cubic-bezier(.2, .9, .2, 1);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.tap-pop {
    animation: selected-pop .32s cubic-bezier(.34, 1.56, .64, 1);
}

.spark-burst {
    animation: burst .7s ease-out forwards;
    background: var(--spark-color, var(--game-butter));
    border: 2px solid rgba(36, 32, 51, .16);
    border-radius: 999px;
    box-shadow: 0 3px 0 rgba(36, 32, 51, .12);
    height: .75rem;
    left: var(--spark-x);
    pointer-events: none;
    position: fixed;
    top: var(--spark-y);
    width: .75rem;
    z-index: 80;
}

@keyframes sprite-bob {
    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-.34rem) rotate(1deg);
    }
}

@keyframes shadow-pulse {
    0%,
    100% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(.78);
    }
}

@keyframes sparkle-pulse {
    0%,
    100% {
        opacity: .7;
        transform: scale(.86);
    }

    50% {
        opacity: 1;
        transform: scale(1.22);
    }
}

@keyframes prop-float {
    0%,
    100% {
        transform: translateY(0) rotate(-4deg);
    }

    50% {
        transform: translateY(-.18rem) rotate(5deg);
    }
}

@keyframes reaction-token {
    0%,
    100% {
        translate: 0 0;
        rotate: -8deg;
        scale: 1;
    }

    35% {
        translate: 8px -14px;
        rotate: 7deg;
        scale: 1.07;
    }

    70% {
        translate: -5px -6px;
        rotate: -3deg;
        scale: .98;
    }
}

@keyframes reaction-token-alt {
    0%,
    100% {
        translate: 0 0;
        rotate: 9deg;
        scale: 1;
    }

    40% {
        translate: -10px -12px;
        rotate: -6deg;
        scale: 1.08;
    }

    75% {
        translate: 5px -5px;
        rotate: 4deg;
        scale: .99;
    }
}

@keyframes float-token {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -12px;
    }
}

@keyframes selected-pop {
    0% {
        transform: scale(.94);
    }

    60% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes toast-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes burst {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(.6);
    }

    to {
        opacity: 0;
        transform: translate(calc(-50% + var(--spark-dx)), calc(-50% + var(--spark-dy))) scale(.12);
    }
}

@media (max-width: 767px) {
    .game-home main > section:first-child::before,
    .game-home main > section:first-child::after {
        display: none;
    }

    .game-home h1 {
        font-size: 2.55rem;
    }

    .phone-shell {
        border-radius: 1.6rem;
        border-width: .48rem !important;
        padding: .35rem !important;
    }

    .phone-shell::before {
        height: .36rem;
        top: .72rem;
        width: 3.4rem;
    }

    .game-home article:hover,
    .game-home main > section:nth-child(2) .grid > div:hover {
        transform: none;
    }

    .planner-route {
        align-items: flex-start;
        border-radius: 1rem;
        line-height: 1.3;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

    .quiz-timeline__item,
    .planner-slot {
        grid-template-columns: minmax(3.35rem, 4rem) minmax(0, 1fr);
    }

    .idea-card {
        padding: .9rem !important;
    }

    .idea-card > div {
        display: grid !important;
        gap: .7rem;
        grid-template-columns: 3.05rem minmax(0, 1fr);
    }

    .idea-card > div > .sprite {
        height: 3.05rem;
        transform: scale(.72);
        transform-origin: top left;
        width: 3.05rem;
    }

    .idea-card .idea-score {
        font-size: .76rem;
        padding: .45rem .62rem;
    }

    .idea-card .add-to-event {
        padding-inline: .85rem;
    }

    .event-tabs {
        border-radius: 1rem;
        padding: .75rem;
    }

    .event-tabs__item {
        grid-template-columns: auto minmax(0, 1fr);
        padding: .75rem;
    }

    .event-tabs__score {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .event-tabs__reactions {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .25rem;
        scrollbar-width: none;
    }

    .event-tabs__reactions::-webkit-scrollbar {
        display: none;
    }

    .event-tabs__reactions button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .expense-dropzone {
        align-items: flex-start;
    }

    .expense-dropzone span {
        min-width: 0;
    }
}

@media (max-width: 380px) {
    .game-home h1 {
        font-size: 2.28rem;
    }

    .game-home h2 {
        font-size: 1.78rem;
    }

    .game-home :where(a, button) {
        line-height: 1.2;
    }

    .idea-card > div {
        grid-template-columns: 2.65rem minmax(0, 1fr);
    }

    .idea-card > div > .sprite {
        transform: scale(.62);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}

.event-tabs {
    background: #fff;
    border: 2px solid var(--game-border, rgba(36, 32, 51, .13));
    border-radius: 1.25rem;
    box-shadow: 0 8px 0 rgba(36, 32, 51, .08);
    padding: 1rem;
}

.event-tabs__list {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding-bottom: .35rem;
    scrollbar-width: none;
}

.event-tabs__list::-webkit-scrollbar {
    display: none;
}

.event-tabs__tab {
    align-items: center;
    background: #f7fbfa;
    border: 2px solid rgba(36, 32, 51, .10);
    border-radius: 999px;
    box-shadow: 0 4px 0 rgba(36, 32, 51, .08);
    color: #242033;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: .9rem;
    font-weight: 800;
    gap: .45rem;
    min-height: 2.65rem;
    padding: 0 .9rem;
}

.event-tabs__tab.is-active {
    background: #ff4f70;
    border-color: rgba(36, 32, 51, .18);
    color: #fff;
}

.event-tabs__count {
    background: rgba(255, 255, 255, .55);
    border-radius: 999px;
    min-width: 1.55rem;
    padding: .12rem .42rem;
    text-align: center;
}

.event-tabs__panel {
    margin-top: 1rem;
}

.event-tabs__toolbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .85rem;
}

.event-tabs__toolbar p,
.event-tabs__toolbar h3 {
    margin: 0;
}

.event-tabs__toolbar p {
    color: #ff4f70;
    font-size: .76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.event-tabs__toolbar h3 {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.event-tabs__copy {
    align-items: center;
    background: #242033;
    border: 2px solid rgba(36, 32, 51, .18);
    border-radius: 999px;
    box-shadow: 0 5px 0 rgba(36, 32, 51, .12);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .82rem;
    font-weight: 900;
    gap: .42rem;
    min-height: 2.45rem;
    padding: 0 .8rem;
}

.event-tabs__copy svg {
    height: .98rem;
    width: .98rem;
}

.event-tabs__copy:disabled {
    opacity: .78;
}

.event-tabs__podium {
    display: grid;
    gap: .85rem;
}

.event-tabs__item {
    background: #ffffff;
    border: 2px solid rgba(36, 32, 51, .10);
    border-radius: 1rem;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto 1fr auto;
    overflow: hidden;
    padding: .9rem;
}

.event-tabs__rank {
    background: #ffe17c;
    border: 2px solid rgba(36, 32, 51, .15);
    border-radius: .85rem;
    box-shadow: 0 4px 0 rgba(36, 32, 51, .08);
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
    padding: .45rem .55rem;
}

.event-tabs__image {
    aspect-ratio: 16 / 9;
    border-radius: .85rem;
    grid-column: 1 / -1;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.event-tabs__body h3 {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.15;
}

.event-tabs__body p {
    color: rgba(36, 32, 51, .62);
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.45;
    margin-top: .25rem;
}

.event-tabs__meta,
.event-tabs__reactions {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .65rem;
}

.event-tabs__meta span,
.event-tabs__score {
    align-items: center;
    background: #f7fbfa;
    border-radius: 999px;
    color: rgba(36, 32, 51, .68);
    display: inline-flex;
    font-size: .75rem;
    font-weight: 800;
    gap: .25rem;
    padding: .28rem .55rem;
}

.event-tabs__meta span svg {
    color: #ff4f70;
    height: .78rem;
    width: .78rem;
}

.event-tabs__score {
    color: #22a88d;
    font-size: .82rem;
    justify-self: flex-end;
    white-space: nowrap;
}

.event-tabs__reactions {
    grid-column: 1 / -1;
}

.event-tabs__reactions button {
    align-items: center;
    background: #fff;
    border: 2px solid rgba(36, 32, 51, .10);
    border-radius: 999px;
    box-shadow: 0 3px 0 rgba(36, 32, 51, .08);
    color: #242033;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 900;
    gap: .32rem;
    min-height: 2.15rem;
    padding: 0 .65rem;
}

.event-tabs__reactions button.is-active {
    background: #b8a7ff;
    color: #fff;
}

.event-tabs__empty {
    background: #f7fbfa;
    border: 2px dashed rgba(36, 32, 51, .16);
    border-radius: 1rem;
    display: grid;
    gap: .25rem;
    padding: 1rem;
}

.event-tabs__empty strong {
    font-family: "Fredoka", "Nunito", sans-serif;
    font-weight: 900;
}

.event-tabs__empty span {
    color: rgba(36, 32, 51, .62);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.45;
}

.expense-dropzone {
    align-items: center;
    background: #f7fbfa;
    border: 2px dashed rgba(36, 32, 51, .18);
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    gap: .85rem;
    min-height: 5rem;
    padding: 1rem;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.expense-dropzone strong,
.expense-dropzone small {
    display: block;
}

.expense-dropzone strong {
    font-size: .94rem;
    font-weight: 900;
}

.expense-dropzone small {
    color: rgba(36, 32, 51, .56);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.35;
    margin-top: .2rem;
}

.expense-dropzone.is-dragover,
.expense-dropzone:focus-visible {
    background: rgba(255, 79, 112, .08);
    border-color: #ff4f70;
    outline: none;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .event-tabs {
        border-radius: 1rem;
        padding: .75rem;
    }

    .event-tabs__item {
        grid-template-columns: auto minmax(0, 1fr);
        padding: .75rem;
    }

    .event-tabs__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .event-tabs__copy {
        justify-content: center;
        width: 100%;
    }

    .event-tabs__body {
        min-width: 0;
    }

    .event-tabs__score {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .event-tabs__reactions {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .25rem;
        scrollbar-width: none;
    }

    .event-tabs__reactions::-webkit-scrollbar {
        display: none;
    }

    .event-tabs__reactions button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .expense-dropzone {
        align-items: flex-start;
    }

    .expense-dropzone span {
        min-width: 0;
    }
}
