/* ===== Mega Man Landing Page ===== */
/* Base tokens/layout come from home/css/index.css */

.mm-page {
    --mm-cyan: #66d7ff;
    --mm-blue: #3f8cff;
    --mm-mint: #61d6a4;
    --mm-amber: #ffd166;
    --mm-rose: #ff6b7a;
    --mm-ink: #080911;
}

.wt-page-header {
    position: relative;
    z-index: 1;
    padding: 104px 24px 42px;
    text-align: center;
    overflow: hidden;
}
.wt-page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: linear-gradient(to bottom, transparent, var(--bg-dark));
    pointer-events: none;
}
.wt-page-header-inner {
    max-width: 1040px;
    margin: 0 auto;
    animation: fadeUp .6s cubic-bezier(.16,1,.3,1) both;
}

.wt-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    font-size: .88rem;
}
.wt-breadcrumbs a {
    color: var(--text-muted);
    transition: color .2s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.wt-breadcrumbs a:hover { color: var(--primary-light); }
.wt-breadcrumbs .sep { color: rgba(138,138,158,.3); }
.wt-breadcrumbs .current { color: var(--text); font-weight: 500; }

.mm-hero-status-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 22px;
}
.mm-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin: 0;
    padding: 8px 13px;
    border-radius: 8px;
    border: 1px solid rgba(102, 215, 255, .28);
    background:
        linear-gradient(135deg, rgba(102, 215, 255, .12), rgba(102, 215, 255, .04)),
        rgba(12, 18, 30, .72);
    color: #b8eeff;
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.wt-page-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    margin-bottom: 0;
    background:
        linear-gradient(135deg, rgba(102, 215, 255, .2), rgba(97, 214, 164, .12)),
        rgba(18,18,29,.78);
    border: 1px solid rgba(102, 215, 255, .28);
    font-size: 1.8rem;
    color: var(--mm-cyan);
    box-shadow: 0 14px 30px rgba(0,0,0,.24);
}
.wt-page-title {
    font-family: 'Press Start 2P', monospace;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 14px;
    background: linear-gradient(135deg, var(--text) 30%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wt-page-desc {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.mm-hero-stage {
    position: relative;
    max-width: 720px;
    min-height: 138px;
    margin: 22px auto 0;
    overflow: hidden;
    border-top: 1px solid rgba(102, 215, 255, .18);
    border-bottom: 1px solid rgba(255, 209, 102, .14);
    background-image:
        linear-gradient(rgba(102, 215, 255, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 215, 255, .09) 1px, transparent 1px);
    background-size: 22px 22px;
}
.mm-hero-stage::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 13px;
    background:
        repeating-linear-gradient(90deg, rgba(102, 215, 255, .9) 0 18px, rgba(63, 140, 255, .9) 18px 36px);
    box-shadow: 0 10px 0 rgba(13, 24, 44, .92), 0 18px 0 rgba(255, 209, 102, .48);
}
.mm-stage-platform {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 57px;
    height: 4px;
    background: repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 12px, transparent 12px 24px);
}
.mm-stage-select {
    position: absolute;
    right: 26px;
    top: 26px;
    display: grid;
    grid-template-columns: repeat(4, 44px);
    gap: 10px;
}
.mm-stage-node {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(8,9,17,.82);
    color: #fff;
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.18), 0 10px 20px rgba(0,0,0,.24);
}
.mm-stage-node--cyan { color: var(--mm-cyan); border-color: rgba(102,215,255,.45); }
.mm-stage-node--mint { color: var(--mm-mint); border-color: rgba(97,214,164,.45); }
.mm-stage-node--amber { color: var(--mm-amber); border-color: rgba(255,209,102,.45); }
.mm-stage-node--rose { color: var(--mm-rose); border-color: rgba(255,107,122,.45); }
.mm-pixel-robot {
    position: absolute;
    left: 70px;
    bottom: 42px;
    width: 78px;
    height: 82px;
}
.mm-pixel-robot span {
    position: absolute;
    display: block;
    image-rendering: pixelated;
}
.mm-pixel-robot__helmet {
    left: 16px;
    top: 0;
    width: 46px;
    height: 34px;
    border-radius: 9px 9px 5px 5px;
    background: var(--mm-blue);
    box-shadow: inset 0 8px 0 var(--mm-cyan), 0 0 0 4px rgba(7, 19, 43, .9);
    z-index: 3;
}
.mm-pixel-robot__face {
    left: 22px;
    top: 25px;
    width: 34px;
    height: 26px;
    border-radius: 4px;
    background: #e8f8ff;
    box-shadow: inset 6px 8px 0 #18345f, inset 24px 8px 0 #18345f, inset 15px 18px 0 #18345f;
    z-index: 4;
}
.mm-pixel-robot__body {
    left: 22px;
    top: 52px;
    width: 36px;
    height: 31px;
    border-radius: 5px;
    background: var(--mm-blue);
    box-shadow: inset 0 10px 0 var(--mm-cyan), inset 12px 20px 0 rgba(255,255,255,.12), 0 0 0 4px rgba(7, 19, 43, .9);
    z-index: 2;
}
.mm-pixel-robot__arm {
    top: 57px;
    width: 18px;
    height: 22px;
    border-radius: 5px;
    background: var(--mm-cyan);
    box-shadow: 0 0 0 4px rgba(7, 19, 43, .78);
    z-index: 1;
}
.mm-pixel-robot__arm--left { left: 1px; }
.mm-pixel-robot__arm--right {
    right: 0;
    width: 26px;
    background: var(--mm-amber);
}

.mm-quick-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin: 22px auto 0;
}
.mm-quick-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 600;
    border: 1px solid rgba(205, 211, 232, .12);
    background:
        linear-gradient(180deg, rgba(22, 22, 34, .8), rgba(13, 13, 22, .82));
    color: rgba(226, 226, 239, .74);
    transition: all .2s ease;
    white-space: nowrap;
}
.mm-quick-link:hover {
    border-color: rgba(102, 215, 255, .32);
    color: var(--text);
    transform: translateY(-2px);
    background: rgba(102, 215, 255, .08);
}
.mm-quick-link--primary {
    color: #c9f4ff;
    border-color: rgba(102, 215, 255, .32);
    background:
        linear-gradient(135deg, rgba(102, 215, 255, .12), rgba(63, 140, 255, .06)),
        rgba(13, 18, 30, .88);
}
.mm-quick-link i {
    flex: 0 0 auto;
}

.wt-stats {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 26px;
}
.mm-prep-status {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin: 20px auto 0;
}
.mm-prep-card {
    min-height: 66px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(102, 215, 255, .18);
    background:
        linear-gradient(160deg, rgba(15, 24, 37, .86), rgba(15, 15, 24, .92));
    text-align: left;
}
.mm-prep-card__icon {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 7px;
    color: var(--mm-cyan);
    background: rgba(102, 215, 255, .1);
    font-size: .82rem;
}
.mm-prep-card:nth-child(2) .mm-prep-card__icon {
    color: var(--mm-mint);
    background: rgba(97, 214, 164, .1);
}
.mm-prep-card:nth-child(3) .mm-prep-card__icon {
    color: var(--mm-amber);
    background: rgba(255, 209, 102, .1);
}
.mm-prep-card:nth-child(4) .mm-prep-card__icon {
    color: var(--mm-rose);
    background: rgba(255, 107, 122, .1);
}
.mm-prep-card__text {
    min-width: 0;
}
.mm-prep-card__value {
    display: block;
    color: #b8eeff;
    font-weight: 800;
    font-size: .9rem;
    line-height: 1.25;
}
.mm-prep-card__label {
    display: block;
    margin-top: 4px;
    color: var(--text-muted);
    font-size: .67rem;
    text-transform: uppercase;
    line-height: 1.25;
}
.mm-progress-line {
    max-width: 520px;
    margin: 16px auto 0;
    color: var(--text-muted);
    font-size: .84rem;
    text-align: left;
}
.mm-progress-line__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.mm-progress-line__label strong {
    color: #c9f4ff;
    font-size: .8rem;
}
.mm-progress-line__bar {
    margin-top: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    overflow: hidden;
}
.mm-progress-line__fill {
    height: 100%;
    background: linear-gradient(90deg, var(--mm-cyan), var(--mm-mint), var(--mm-amber));
}
.mm-progress-line--prep {
    max-width: 620px;
    margin-top: 18px;
}

.mm-subnav {
    position: sticky;
    top: var(--mm-nav-top, 68px);
    z-index: 24;
    display: flex;
    justify-content: center;
    gap: 6px;
    width: min(760px, calc(100% - 32px));
    margin: 10px auto 0;
    padding: 6px;
    overflow-x: auto;
    border: 1px solid rgba(205, 211, 232, .1);
    border-radius: 10px;
    background: rgba(11, 11, 16, .62);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
    transition: margin-top .18s ease, padding .18s ease, background-color .18s ease;
    scrollbar-width: none;
}
.mm-subnav::-webkit-scrollbar {
    display: none;
}
.mm-subnav.is-compact {
    margin-top: 6px;
    padding: 5px;
    background: rgba(11, 11, 16, .78);
}
.mm-subnav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(226, 226, 239, .7);
    white-space: nowrap;
    font-size: .8rem;
    font-weight: 700;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.mm-subnav-link i {
    width: 14px;
    text-align: center;
    color: rgba(102, 215, 255, .78);
    font-size: .78rem;
}
.mm-subnav-link.is-active {
    color: #f5fbff;
    border-color: rgba(102, 215, 255, .28);
    background:
        linear-gradient(135deg, rgba(102, 215, 255, .16), rgba(138, 109, 233, .14)),
        rgba(102, 215, 255, .04);
}
.mm-subnav-link.is-active i {
    color: #b8eeff;
}
.mm-subnav-link:hover {
    color: var(--text);
    background: rgba(255, 255, 255, .04);
    border-color: rgba(205, 211, 232, .1);
}

.mm-featured-hero {
    display: grid;
    gap: 10px;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid rgba(138,109,233,.28);
    background: linear-gradient(140deg, rgba(24,24,34,.88), rgba(16,16,24,.95));
}
.mm-featured-hero__label {
    color: var(--secondary-light);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.mm-featured-hero__title {
    margin: 0;
    font-size: 1.4rem;
}
.mm-featured-hero__meta {
    margin: 0;
    color: var(--text-muted);
}

.mm-platform-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    margin: 0 0 14px;
    padding-bottom: 4px;
}
.mm-platform-chip {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(138,109,233,.28);
    background: rgba(138,109,233,.1);
    color: var(--primary-light);
    font-size: .8rem;
}
.mm-platform-chip.is-active {
    color: #fff;
    background: rgba(138,109,233,.26);
    border-color: rgba(138,109,233,.45);
}

.wt-status-planned {
    background: rgba(255,193,7,.18);
    color: #FFD54F;
    border: 1px solid rgba(255,193,7,.3);
}

.mm-faq {
    display: grid;
    gap: 10px;
}
.mm-faq-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(26,26,40,.6);
    padding: 0;
    overflow: hidden;
}
.mm-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    padding: 13px 15px;
    list-style-position: inside;
}
.mm-faq-item p {
    margin: 0;
    padding: 0 15px 15px;
    color: var(--text-muted);
    line-height: 1.7;
}
.mm-faq-item[open] {
    border-color: rgba(102, 215, 255, .24);
    background: rgba(16, 22, 33, .82);
}
.wt-stat {
    padding: 16px 28px;
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(26,26,40,.7), rgba(19,19,28,.8));
    border: 1px solid rgba(138,109,233,.12);
    min-width: 120px;
    text-align: center;
}
.wt-stat-num {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wt-stat-label {
    font-size: .72rem;
    color: var(--text-muted);
    margin-top: 4px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
}

.wt-section {
    position: relative;
    z-index: 1;
    padding: 44px 24px;
}
.wt-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.wt-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.wt-section-title i { color: var(--primary-light); }
.mm-divider-tight {
    margin-top: 8px;
}

.mm-games-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.mm-games-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 1.2rem;
}
.mm-games-search {
    position: relative;
    min-width: 260px;
    flex: 1;
    max-width: 420px;
}
.mm-games-search input {
    width: 100%;
    padding: 12px 14px 12px 38px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: rgba(12,12,20,.8);
    color: var(--text);
    font-size: .9rem;
}
.mm-games-search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: .85rem;
}
.mm-games-search input:focus {
    outline: none;
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--glow);
}
.mm-toolbar-note {
    margin: 0;
    color: var(--text-muted);
    font-size: .86rem;
}
.mm-search-empty {
    margin: 16px 0 0;
    color: var(--text-muted);
    text-align: center;
}

.wt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.wt-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wt-card,
.wt-featured-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(160deg, rgba(26,26,40,.8), rgba(19,19,28,.9));
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.wt-card:hover,
.wt-featured-card:hover {
    transform: translateY(-6px);
    border-color: rgba(138,109,233,.45);
    box-shadow: 0 18px 36px rgba(0,0,0,.32);
}

.wt-card-thumb {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: var(--bg-surface);
}
.wt-card-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.wt-card:hover .wt-card-thumb img,
.wt-featured-card:hover .wt-card-thumb img {
    transform: scale(1.05);
}
.placeholder-thumb {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 2.3rem;
    background: linear-gradient(135deg, var(--bg-surface), var(--bg-card));
    opacity: .55;
}

.wt-thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,11,16,.7) 0%, transparent 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s;
}
.wt-card:hover .wt-thumb-overlay,
.wt-featured-card:hover .wt-thumb-overlay { opacity: 1; }
.wt-thumb-play {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(138,109,233,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wt-status {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: .72rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}
.wt-status-completed { background: rgba(76,175,80,.25); color: #81C784; border: 1px solid rgba(76,175,80,.3); }
.wt-status-easy { background: rgba(76,175,80,.2); color: #81C784; border: 1px solid rgba(76,175,80,.3); }
.wt-status-normal { background: rgba(33,150,243,.2); color: #64B5F6; border: 1px solid rgba(33,150,243,.3); }
.wt-status-hard { background: rgba(255,152,0,.2); color: #FFB74D; border: 1px solid rgba(255,152,0,.3); }
.wt-status-nightmare { background: rgba(244,67,54,.2); color: #EF5350; border: 1px solid rgba(244,67,54,.3); }

.wt-card-body { padding: 16px; }
.wt-card-title { font-size: .95rem; font-weight: 700; line-height: 1.4; margin-bottom: 6px; }
.wt-card-game { font-size: .84rem; color: var(--primary-light); margin-bottom: 4px; }
.wt-card-info { font-size: .78rem; color: var(--text-muted); margin-bottom: 8px; }
.wt-card-desc {
    font-size: .82rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mm-start-card .wt-card-desc {
    display: block;
    overflow: visible;
}
.wt-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.wt-card-episodes,
.wt-card-date {
    font-size: .78rem;
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.wt-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: .84rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
}

.wt-empty {
    text-align: center;
    padding: 42px 24px;
}
.wt-empty-icon {
    font-size: 4rem;
    margin-bottom: 24px;
    color: var(--primary-light);
}
.wt-empty-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.mm-prelaunch-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid rgba(102, 215, 255, .16);
    background:
        linear-gradient(135deg, rgba(13, 19, 31, .88), rgba(16, 16, 24, .92)),
        linear-gradient(90deg, rgba(102, 215, 255, .08), rgba(255, 209, 102, .06));
}
.mm-prelaunch-copy {
    text-align: left;
}
.mm-prelaunch-copy h3 {
    margin: 0 0 8px;
    font-size: 1.18rem;
}
.mm-prelaunch-copy p {
    max-width: 680px;
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}
.mm-prelaunch-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 14px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(102, 215, 255, .22);
    background: rgba(102, 215, 255, .08);
    color: var(--mm-cyan);
    font-size: 1.7rem;
}
.mm-prelaunch-actions {
    justify-content: flex-end;
    min-width: 230px;
}

.mm-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.mm-roadmap-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 180px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid rgba(205, 211, 232, .1);
    background: rgba(18, 18, 29, .74);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
}
.mm-roadmap-card__icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(102, 215, 255, .08);
    color: var(--mm-cyan);
}
.mm-roadmap-card:nth-child(2) .mm-roadmap-card__icon { color: var(--mm-mint); background: rgba(97,214,164,.08); }
.mm-roadmap-card:nth-child(3) .mm-roadmap-card__icon { color: var(--mm-amber); background: rgba(255,209,102,.08); }
.mm-roadmap-card:nth-child(4) .mm-roadmap-card__icon { color: var(--mm-rose); background: rgba(255,107,122,.08); }
.mm-roadmap-card__body {
    min-width: 0;
}
.mm-roadmap-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid rgba(102, 215, 255, .2);
    color: #b8eeff;
    background: rgba(102, 215, 255, .06);
    font-size: .72rem;
    font-weight: 700;
}
.mm-roadmap-card h3 {
    margin: 10px 0 2px;
    font-size: .98rem;
    line-height: 1.35;
}
.mm-roadmap-card__meta {
    margin: 0 0 8px;
    color: var(--text-muted);
    font-size: .78rem;
}
.mm-roadmap-card p:last-child {
    margin: 0;
    color: rgba(226,226,239,.72);
    font-size: .82rem;
    line-height: 1.6;
}
.mm-start-card .wt-card-body {
    min-height: 230px;
}
.mm-start-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}
.mm-start-card__icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    color: var(--mm-cyan);
    background: rgba(102, 215, 255, .08);
}
.mm-start-card__label {
    padding: 5px 8px;
    border-radius: 6px;
    color: var(--mm-amber);
    background: rgba(255, 209, 102, .08);
    border: 1px solid rgba(255, 209, 102, .18);
    font-size: .72rem;
    font-weight: 700;
}

.wt-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}
.wt-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.mm-page--empty .site-footer {
    margin-top: 10px;
    padding-top: 42px;
}

@media (max-width: 900px) {
    .mm-subnav {
        top: var(--mm-nav-top, 62px);
        justify-content: flex-start;
        width: calc(100% - 24px);
    }
    .mm-quick-actions,
    .mm-prep-status,
    .mm-roadmap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mm-prelaunch-panel {
        grid-template-columns: 1fr;
    }
    .mm-prelaunch-actions {
        justify-content: flex-start;
        min-width: 0;
    }
    .wt-grid,
    .wt-featured-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .mm-games-search {
        min-width: 100%;
        max-width: none;
    }
    .mm-hero-stage {
        min-height: 132px;
    }
    .mm-stage-select {
        right: 14px;
        grid-template-columns: repeat(4, 38px);
        gap: 7px;
    }
    .mm-stage-node {
        width: 38px;
        height: 38px;
        font-size: .84rem;
    }
    .mm-pixel-robot {
        left: 28px;
        transform: scale(.82);
        transform-origin: left bottom;
    }
}

@media (max-width: 640px) {
    .wt-page-header { padding: 94px 16px 34px; }
    .wt-section { padding: 34px 16px; }
    .wt-page-title { font-size: 1rem; }
    .mm-featured-hero { padding: 18px; }
    .mm-featured-hero__title { font-size: 1.12rem; }
    .mm-prep-status,
    .mm-roadmap-grid {
        grid-template-columns: 1fr;
    }
    .mm-prep-card {
        min-height: 68px;
    }
    .mm-progress-line__label {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .mm-prelaunch-panel {
        padding: 20px;
    }
    .mm-prelaunch-actions .btn-primary,
    .mm-prelaunch-actions .btn-outline {
        width: 100%;
        justify-content: center;
    }
    .mm-roadmap-card {
        min-height: 0;
    }
    .mm-quick-link {
        min-height: 42px;
        white-space: normal;
        text-align: center;
    }
    .wt-grid,
    .wt-featured-grid { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
    .mm-hero-stage {
        min-height: 120px;
    }
    .mm-stage-select {
        top: 18px;
        right: 10px;
        grid-template-columns: repeat(2, 36px);
    }
    .mm-stage-node {
        width: 36px;
        height: 36px;
    }
    .mm-pixel-robot {
        left: 18px;
        transform: scale(.7);
    }
    .mm-roadmap-card {
        grid-template-columns: 1fr;
    }
    .mm-prep-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}
