:root {
    --flappycat-bg: #020406;
    --flappycat-surface: #0a0d10;
    --flappycat-surface-soft: #101419;
    --flappycat-panel: rgba(12, 16, 20, 0.92);
    --flappycat-border: rgba(255, 255, 255, 0.08);
    --flappycat-text: #f5f7f8;
    --flappycat-muted: rgba(245, 247, 248, 0.68);
    --flappycat-accent: #00c805;
    --flappycat-accent-soft: #8cff8d;
    --flappycat-accent-glow: rgba(0, 200, 5, 0.24);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background:
        radial-gradient(circle at top, rgba(0, 200, 5, 0.12), transparent 24%),
        linear-gradient(180deg, #000000 0%, #050708 46%, #090c10 100%);
    color: var(--flappycat-text);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

body[data-chain="ready"] .flappycat-connect-btn {
    background: linear-gradient(135deg, #00c805, #7dff80);
    color: #021003;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 200, 5, 0.14), transparent 18%),
        radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.06), transparent 14%),
        radial-gradient(circle at 80% 68%, rgba(0, 200, 5, 0.1), transparent 20%);
    opacity: 0.95;
}

a {
    color: inherit;
}

code {
    color: var(--flappycat-accent-soft);
}

.flappycat-page {
    position: relative;
    min-height: 100vh;
    padding: 20px;
}

.flappycat-shell {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.flappycat-hero,
.flappycat-section,
.flappycat-stage {
    position: relative;
    border: 1px solid var(--flappycat-border);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(11, 14, 17, 0.96), rgba(8, 11, 14, 0.92)),
        radial-gradient(circle at top left, rgba(0, 200, 5, 0.06), transparent 32%);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.flappycat-hero::before,
.flappycat-stage::before,
.flappycat-section::before {
    content: "";
    position: absolute;
    inset: auto -10% -38% 42%;
    height: 220px;
    background: radial-gradient(circle, rgba(0, 200, 5, 0.16), transparent 68%);
    pointer-events: none;
}

.flappycat-hero {
    display: block;
}

.flappycat-hero__copy,
.flappycat-stage {
    padding: 24px;
}

.flappycat-hero__copy {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.flappycat-hero__top {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
    gap: 44px;
    align-items: center;
    margin-bottom: 8px;
}

.flappycat-hero__text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.flappycat-hero__visual {
    position: relative;
    min-width: 0;
}

.flappycat-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.flappycat-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 126px;
    min-height: 40px;
    padding: 6px 16px 6px 8px;
    border-radius: 999px;
    background: rgba(0, 200, 5, 0.1);
    color: var(--flappycat-accent-soft);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.flappycat-brand__icon {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
}

.flappycat-brand__cat {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.32));
    z-index: 2;
}

.flappycat-feather-wing {
    position: absolute;
    transform-origin: left center;
    z-index: 1;
}

.flappycat-feather-wing__shaft,
.flappycat-feather-wing__feather {
    position: absolute;
    display: block;
}

.flappycat-feather-wing__shaft {
    left: 5%;
    top: 14%;
    width: 14%;
    height: 72%;
    border-radius: 999px;
    background: linear-gradient(180deg, #00c805, #96ff99);
    transform: rotate(16deg);
    box-shadow: 0 0 16px rgba(0, 200, 5, 0.34);
}

.flappycat-feather-wing__feather {
    left: 18%;
    border-radius: 78% 18% 74% 26%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(240, 245, 250, 0.96) 58%, rgba(190, 198, 208, 0.95) 100%);
    box-shadow:
        -8px 8px 18px rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.24);
}

.flappycat-feather-wing__feather--1 {
    top: 0;
    width: 68%;
    height: 30%;
    transform: rotate(-28deg);
}

.flappycat-feather-wing__feather--2 {
    top: 16%;
    width: 72%;
    height: 34%;
    transform: rotate(-14deg);
}

.flappycat-feather-wing__feather--3 {
    top: 35%;
    width: 70%;
    height: 34%;
    transform: rotate(4deg);
}

.flappycat-feather-wing__feather--4 {
    top: 54%;
    width: 60%;
    height: 28%;
    transform: rotate(18deg);
}

.flappycat-brand__wing {
    top: 10%;
    left: 2%;
    width: 48%;
    height: 42%;
    transform: rotate(-22deg);
}

.flappycat-brand__label {
    display: inline-flex;
    align-items: center;
}

.flappycat-hero h1 {
    margin: 0;
    max-width: 7ch;
    font-size: clamp(52px, 6vw, 88px);
    line-height: 0.88;
    letter-spacing: -0.05em;
    text-transform: lowercase;
}

.flappycat-hero h1 em {
    color: var(--flappycat-accent-soft);
    font-style: normal;
    text-shadow: 0 0 18px rgba(0, 200, 5, 0.26);
}

.flappycat-copy {
    margin: 0;
    max-width: 30ch;
    color: rgba(245, 247, 248, 0.8);
    font-size: 17px;
    line-height: 1.55;
}

.flappycat-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(245, 247, 248, 0.84);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    transform: rotate(-2deg);
}

.flappycat-social-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 12px;
    margin: 0;
}

.flappycat-social-strip--hero-side {
    grid-template-columns: 1fr;
    margin-top: 6px;
}

.flappycat-social-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none;
}

.flappycat-social-strip--hero-side .flappycat-social-chip {
    min-height: 52px;
}

.flappycat-social-chip--ca {
    border-color: rgba(0, 200, 5, 0.18);
    background: rgba(0, 200, 5, 0.05);
}

.flappycat-social-chip--link {
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.flappycat-social-chip--link:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 200, 5, 0.28);
    background: rgba(255, 255, 255, 0.05);
}

.flappycat-social-chip__label {
    color: rgba(245, 247, 248, 0.58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.flappycat-social-chip__value {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.flappycat-social-chip__value code,
.flappycat-social-chip code {
    color: inherit;
}

.flappycat-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -2px;
}

.flappycat-hero__facts span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 200, 5, 0.18);
    background: rgba(0, 200, 5, 0.06);
    color: rgba(216, 255, 217, 0.94);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.flappycat-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 18px;
}

.flappycat-hero__primary,
.flappycat-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.flappycat-hero__primary {
    background: linear-gradient(135deg, #00c805, #79ff7d);
    color: #031003;
    box-shadow: 0 12px 30px rgba(0, 200, 5, 0.22);
}

.flappycat-hero__secondary {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: var(--flappycat-text);
}

.flappycat-hero__primary:hover,
.flappycat-hero__secondary:hover,
.flappycat-connect-btn:hover,
.flappycat-link:hover {
    transform: translateY(-2px) scale(1.01);
}

.flappycat-logo-card {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.64fr);
    gap: 24px;
    align-items: center;
    margin: 0;
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 200, 5, 0.18), transparent 34%),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(0, 200, 5, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transform: rotate(-1deg) translateY(4px);
    position: relative;
}

.flappycat-logo-card::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 26px;
    width: 108px;
    height: 108px;
    border-radius: 22px;
    background: radial-gradient(circle, rgba(0, 200, 5, 0.28), transparent 68%);
    pointer-events: none;
}

.flappycat-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 18%, rgba(0, 200, 5, 0.26), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    overflow: hidden;
}

.flappycat-logo-mark {
    position: relative;
    width: min(100%, 340px);
    aspect-ratio: 1 / 1;
}

.flappycat-logo-mark__cat {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
        drop-shadow(0 22px 28px rgba(0, 0, 0, 0.42))
        drop-shadow(0 0 26px rgba(0, 200, 5, 0.14));
    z-index: 2;
}

.flappycat-logo-mark__wing {
    top: 17%;
    left: 6%;
    width: 40%;
    height: 32%;
    transform: rotate(-24deg);
}

.flappycat-logo-card__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flappycat-logo-card__eyebrow {
    color: rgba(245, 247, 248, 0.5);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.flappycat-logo-card__meta strong {
    font-size: 42px;
    line-height: 1;
    max-width: 9ch;
}

.flappycat-logo-card__meta span {
    color: var(--flappycat-muted);
    max-width: 16ch;
    line-height: 1.5;
}

.flappycat-score-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(0, 200, 5, 0.16);
    border-radius: 999px;
    background: rgba(0, 200, 5, 0.07);
    font-size: 12px;
    color: rgba(216, 255, 217, 0.94);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.flappycat-score-pill strong {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: normal;
}

.flappycat-topbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin: 0 auto 16px;
    max-width: 1120px;
    padding: 14px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

.flappycat-topbar__status {
    color: rgba(245, 247, 248, 0.82);
    font-size: 15px;
    line-height: 1.35;
    max-width: 32ch;
}

.flappycat-wallet-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.flappycat-connect-btn,
.flappycat-link {
    height: 44px;
    border-radius: 999px;
    border: 0;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.flappycat-connect-btn {
    background: linear-gradient(135deg, #00c805, #79ff7d);
    color: #031003;
}

.flappycat-connect-btn:disabled {
    opacity: 0.7;
    cursor: progress;
}

.flappycat-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.flappycat-stage__frame {
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top, rgba(0, 200, 5, 0.2), transparent 26%),
        linear-gradient(180deg, rgba(5, 8, 11, 0.94), rgba(3, 6, 8, 0.94));
    max-width: 1120px;
    margin: 0 auto;
}

.flappycat-stage__viewport {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: min(74vh, 760px);
}

.flappycat-stage__intro {
    max-width: 1120px;
    margin: 0 auto 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flappycat-stage__eyebrow {
    margin-bottom: 10px;
    color: rgba(140, 255, 141, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.flappycat-stage__intro h2 {
    margin: 0 0 8px;
    max-width: none;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.92;
    letter-spacing: -0.04em;
}

.flappycat-stage__intro p {
    margin: 0;
    max-width: 24ch;
    color: rgba(245, 247, 248, 0.78);
    font-size: 15px;
    line-height: 1.4;
}

.flappycat-game-root {
    width: min(100%, 432px);
    aspect-ratio: 288 / 505;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.flappycat-game-root canvas {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.flappycat-stage__meta {
    margin: 14px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    color: rgba(245, 247, 248, 0.58);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    max-width: 1120px;
}

.flappycat-toast {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%) translateY(12px);
    opacity: 0;
    pointer-events: none;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 200, 5, 0.14);
    border: 1px solid rgba(0, 200, 5, 0.28);
    color: #d8ffd8;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.flappycat-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.is-hidden {
    display: none;
}

.flappycat-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flappycat-marquee {
    position: relative;
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
    border-radius: 999px;
}

.flappycat-marquee__track {
    width: max-content;
    padding-left: 100%;
    color: rgba(245, 247, 248, 0.86);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    white-space: nowrap;
    text-transform: uppercase;
    animation: flappycat-marquee 24s linear infinite;
}

.flappycat-section {
    padding: 28px;
}

.flappycat-section__intro {
    max-width: 760px;
    margin-bottom: 24px;
}

.flappycat-section__eyebrow {
    margin-bottom: 10px;
    color: rgba(140, 255, 141, 0.88);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.flappycat-section h2,
.flappycat-section h3 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.flappycat-section h3 {
    font-size: 24px;
}

.flappycat-section p {
    margin: 0;
    color: rgba(245, 247, 248, 0.74);
    line-height: 1.7;
}

.flappycat-section p + p {
    margin-top: 12px;
}

.flappycat-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.flappycat-achievement-grid,
.flappycat-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.flappycat-feature-card,
.flappycat-info-card,
.flappycat-achievement-card,
.flappycat-roadmap-card {
    padding: 22px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.flappycat-feature-card:hover,
.flappycat-info-card:hover,
.flappycat-achievement-card:hover,
.flappycat-roadmap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 200, 5, 0.24);
    background: rgba(255, 255, 255, 0.05);
}

.flappycat-feature-card h3,
.flappycat-info-card h3,
.flappycat-achievement-card h3,
.flappycat-roadmap-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.flappycat-achievement-score,
.flappycat-roadmap-cap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 38px;
    margin-bottom: 14px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(0, 200, 5, 0.1);
    border: 1px solid rgba(0, 200, 5, 0.2);
    color: var(--flappycat-accent-soft);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.flappycat-achievement-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    background:
        linear-gradient(180deg, rgba(14, 18, 22, 0.96), rgba(8, 11, 14, 0.96));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.flappycat-achievement-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.flappycat-achievement-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.28);
}

.flappycat-achievement-mint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(245, 247, 248, 0.72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.flappycat-achievement-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
}

.flappycat-achievement-card--bronze .flappycat-achievement-image {
    border: 1px solid rgba(194, 125, 88, 0.2);
}

.flappycat-achievement-card--bronze .flappycat-achievement-score {
    background: rgba(168, 104, 70, 0.16);
    border-color: rgba(194, 125, 88, 0.24);
    color: #f5c3a3;
}

.flappycat-achievement-card--silver .flappycat-achievement-image {
    border: 1px solid rgba(205, 214, 224, 0.2);
}

.flappycat-achievement-card--silver .flappycat-achievement-score {
    background: rgba(185, 197, 212, 0.12);
    border-color: rgba(205, 214, 224, 0.24);
    color: #eff5fb;
}

.flappycat-achievement-card--gold .flappycat-achievement-image {
    border: 1px solid rgba(255, 216, 107, 0.22);
}

.flappycat-achievement-card--gold .flappycat-achievement-score {
    background: rgba(255, 216, 107, 0.14);
    border-color: rgba(255, 216, 107, 0.24);
    color: #ffe598;
}

.flappycat-achievement-card p,
.flappycat-roadmap-card p {
    margin: 0;
    color: rgba(245, 247, 248, 0.74);
    line-height: 1.7;
}

.flappycat-section--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.flappycat-step-list {
    margin: 14px 0 0;
    padding-left: 18px;
    color: rgba(245, 247, 248, 0.74);
    line-height: 1.8;
}

@keyframes flappycat-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 1100px) {
    .flappycat-hero__top {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .flappycat-copy,
    .flappycat-section__intro {
        max-width: none;
    }

    .flappycat-social-strip {
        grid-template-columns: 1fr;
    }

    .flappycat-hero__copy {
        max-width: none;
    }

    .flappycat-logo-card {
        grid-template-columns: 1fr;
        transform: none;
        padding: 20px;
    }

    .flappycat-topbar {
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
    }

    .flappycat-wallet-actions {
        justify-content: flex-start;
    }

    .flappycat-stage__viewport {
        min-height: min(68vh, 700px);
    }

    .flappycat-feature-grid,
    .flappycat-achievement-grid,
    .flappycat-roadmap-grid,
    .flappycat-section--split {
        grid-template-columns: 1fr;
    }

    .flappycat-stage__frame,
    .flappycat-stage__meta,
    .flappycat-stage__intro {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .flappycat-page {
        padding: 10px;
    }

    .flappycat-hero,
    .flappycat-section,
    .flappycat-stage {
        border-radius: 22px;
    }

    .flappycat-hero__copy,
    .flappycat-stage,
    .flappycat-section {
        padding: 18px;
    }

    .flappycat-hero h1 {
        font-size: 40px;
        max-width: 10ch;
    }

    .flappycat-logo-frame {
        min-height: 220px;
    }

    .flappycat-hero__badges {
        gap: 8px;
    }

    .flappycat-stage__intro h2 {
        max-width: none;
        font-size: 34px;
    }

    .flappycat-topbar__title {
        font-size: 17px;
    }

    .flappycat-wallet-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .flappycat-score-pill {
        justify-content: space-between;
    }

    .flappycat-stage__viewport {
        min-height: auto;
    }

    .flappycat-game-root {
        width: min(100%, 360px);
    }

    .flappycat-stage__meta {
        flex-direction: column;
    }

    .flappycat-connect-btn,
    .flappycat-link,
    .flappycat-hero__primary,
    .flappycat-hero__secondary {
        justify-content: center;
        width: 100%;
    }
}

/*# sourceMappingURL=app.afa2b749.css.map*/