/* ==========================================================================
   MMOwelten Spielvorlage - mmo-profile.css
   Bereinigt am 08.2026: Ursprüngliche Datei enthielt 205 Selektoren, die
   textlich exakt mehrfach vorkamen (teils bis zu 12x), meist aus
   nachträglich angehängten Versions-Patches ("MMOwelten 2.x"). Diese
   wurden sicher konsolidiert: pro Selektor wurden alle Deklarationen in
   der ursprünglichen Kaskaden-Reihenfolge zusammengeführt (spätere
   Werte gewinnen, !important schlägt normale Deklarationen unabhängig
   von der Position) und an der Position des letzten Vorkommens
   zusammengefasst. Frühere, dadurch tote Duplikate wurden entfernt.
   Media-Query-Kontexte wurden dabei sauber getrennt gehalten (ein
   Selektor innerhalb @media wird nie mit derselben Regel außerhalb
   der Media Query vermischt).

   Diese Konsolidierung verändert das Rendering NICHT - sie entfernt
   ausschließlich Deklarationen, die von einer späteren, exakt
   gleichen Regel ohnehin überschrieben wurden. Selektoren, die sich
   nur leicht unterscheiden (z.B. unterschiedliche Kombinationen wie
   ".foo" vs ".foo, .foo p"), wurden bewusst NICHT angefasst, da das
   eine vollständige Spezifitäts-Analyse über die ganze Datei
   erfordern würde - das ist ein größeres, separates Vorhaben.

   Ergebnis: 221 tote Regel-Duplikate entfernt, 133 Regel-Gruppen
   konsolidiert, Dateigröße von ca. 166 KB auf ca. 132 KB reduziert
   (nur der Original-Theme-Teil, ohne die weiter unten angehängten
   Session-Korrekturen).
   ========================================================================== */

.mmow-mmo-page *, .mmow-mmo-page *::before, .mmow-mmo-page *::after {
     box-sizing:border-box; 
}

.mmow-mmo-hero {
        position:relative;
    min-height:610px;
    overflow:hidden;
    border-radius:26px;
    margin-bottom:20px;
    background:#0b1915;
    color:#fff;
    box-shadow:0 28px 80px rgba(5,24,18,.28);
    isolation:isolate;
}

.mmow-mmo-hero__image {
     position:absolute; inset:-2%; transition:transform .25s ease-out; will-change:transform; 
}

.mmow-mmo-hero__image img {
     width:104%; height:104%; object-fit:cover; object-position:center; 
}

.mmow-mmo-hero__overlay {
        position:absolute; inset:0; z-index:1;
    background:
        radial-gradient(circle at 78% 45%,rgba(25,110,79,.05),rgba(0,0,0,.2) 42%,rgba(0,0,0,.72) 100%),
        linear-gradient(90deg,rgba(3,12,9,.98) 0%,rgba(3,12,9,.90) 38%,rgba(3,12,9,.48) 68%,rgba(3,12,9,.18) 100%),
        linear-gradient(0deg,rgba(3,12,9,.70),transparent 58%);
}

.mmow-hero-ribbon {
        position:absolute; z-index:3; top:26px; right:-46px;
    min-width:200px; padding:12px 55px;
    transform:rotate(35deg);
    background:#21a978; color:#fff; text-align:center;
    font-size:.72rem; font-weight:950; letter-spacing:.13em; text-transform:uppercase;
    box-shadow:0 12px 28px rgba(0,0,0,.25);
}

.mmow-hero-ribbon--announced {
     background:#65758a; 
}

.mmow-hero-ribbon--pre-alpha {
     background:#5b74c7; 
}

.mmow-hero-ribbon--alpha {
     background:#1fa56f; 
}

.mmow-hero-ribbon--beta {
     background:#2b78d0; 
}

.mmow-hero-ribbon--early-access {
     background:#d48320; 
}

.mmow-hero-ribbon--release {
     background:#7b4bc9; 
}

.mmow-hero-ribbon--paused {
     background:#7b7f86; 
}

.mmow-hero-ribbon--cancelled {
     background:#b43b3b; 
}

.mmow-mmo-hero__content {
        position:relative; z-index:2;
    display:grid; grid-template-columns:minmax(0,1.45fr) minmax(260px,.65fr);
    gap:42px; align-items:end;
    min-height:610px; padding:62px;
}

.mmow-mmo-hero__main {
     align-self:center; max-width:760px; 
}

.mmow-mmo-logo {
        display:block; max-width:350px; max-height:150px; width:auto; height:auto;
    margin:0 0 24px; object-fit:contain;
    filter:drop-shadow(0 10px 28px rgba(0,0,0,.48));
}

.mmow-mmo-kicker {
     display:flex; flex-wrap:wrap; gap:10px; margin-bottom:18px; 
}

.mmow-chip {
        display:inline-flex; align-items:center; min-height:34px; border:1px solid rgba(255,255,255,.22); border-radius:999px;
    padding:7px 13px; background:rgba(255,255,255,.11); color:#fff;
    font-size:.76rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase;
    backdrop-filter:blur(7px);
}

.mmow-chip--platform {
     background:rgba(33,169,120,.16); border-color:rgba(105,225,178,.35); 
}

.mmow-mmo-title {
     margin:0 0 16px; color:#fff; font-size:clamp(3.2rem,6vw,6rem); line-height:.94; letter-spacing:-.055em; text-shadow:0 5px 24px rgba(0,0,0,.42); 
}

.mmow-mmo-intro {
     max-width:700px; color:rgba(255,255,255,.91); font-size:1.08rem; line-height:1.72; 
}

.mmow-mmo-intro p:last-child {
     margin-bottom:0; 
}

.mmow-hero-actions {
     display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; 
}

.mmow-hero-action:hover {
     transform:translateY(-2px); background:rgba(255,255,255,.18); box-shadow:0 10px 24px rgba(0,0,0,.18); 
}

.mmow-hero-action--primary {
     border-color:#a8ead1; background:#fff; color:#124b38 !important; 
}

.mmow-hero-panel {
        align-self:end;
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    padding:20px;
    background:rgba(6,24,18,.58);
    backdrop-filter:blur(14px);
    box-shadow:0 18px 44px rgba(0,0,0,.24);
}

.mmow-next-event {
     position:relative; padding:2px 0 18px; border-bottom:1px solid rgba(255,255,255,.15); 
}

.mmow-next-event__icon {
     display:grid; place-items:center; width:44px; height:44px; margin-bottom:16px; border-radius:13px; background:rgba(33,169,120,.18); color:#7fe2bd; 
}

.mmow-next-event__icon svg {
     width:23px; height:23px; fill:currentColor; 
}

.mmow-next-event__eyebrow {
     display:block; margin-bottom:6px; color:rgba(255,255,255,.62); font-size:.7rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; 
}

.mmow-next-event__title {
     display:block; margin-bottom:5px; color:#fff; font-size:1.25rem; line-height:1.2; 
}

.mmow-next-event__date {
     color:#c6d8d1; font-size:.92rem; 
}

.mmow-next-event__note {
     display:block; margin-top:6px; color:rgba(255,255,255,.66); font-size:.82rem; line-height:1.4; 
}

.mmow-hero-mini-facts {
     display:grid; gap:12px; padding-top:18px; 
}

.mmow-hero-mini-facts div {
     display:flex; justify-content:space-between; gap:18px; 
}

.mmow-hero-mini-facts span {
     color:rgba(255,255,255,.58); font-size:.74rem; font-weight:800; text-transform:uppercase; 
}

.mmow-hero-mini-facts strong {
     color:#fff; text-align:right; font-size:.82rem; 
}

.mmow-info-band__icon {
     display:grid; place-items:center; width:42px; height:42px; flex:0 0 42px; border-radius:12px; background:#e5f6ee; color:var(--mmow-accent-dark); 
}

.mmow-info-band__icon svg {
     width:21px; height:21px; fill:currentColor; 
}

.mmow-info-band__label {
     display:block; margin-bottom:4px; color:var(--mmow-muted); font-size:.64rem; font-weight:900; letter-spacing:.055em; text-transform:uppercase; 
}

.mmow-info-band__value {
     display:block; overflow-wrap:anywhere; color:var(--mmow-text); font-size:.88rem; line-height:1.25; 
}

.mmow-mmo-grid {
     display:grid; grid-template-columns:minmax(0,1.9fr) minmax(300px,.85fr); gap:28px; align-items:start; 
}

.mmow-card::before {
     content:""; position:absolute; top:0; left:0; width:4px; height:58px; background:var(--mmow-accent); 
}

.mmow-card h2 {
     margin:0 0 22px; color:var(--mmow-text); font-size:1.32rem; 
}

.mmow-card h3 {
     color:var(--mmow-text); 
}

.mmow-overview-grid {
     display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; 
}

.mmow-overview-card__icon {
     grid-row:1/3; display:grid; place-items:center; width:44px; height:44px; border-radius:12px; background:#e1f5eb; color:var(--mmow-accent-dark); 
}

.mmow-overview-card__icon svg {
     width:22px; height:22px; fill:currentColor; 
}

.mmow-overview-card__label {
     color:var(--mmow-muted); font-size:.66rem; font-weight:900; letter-spacing:.05em; text-transform:uppercase; 
}

.mmow-overview-card__value {
     overflow-wrap:anywhere; color:var(--mmow-text); font-size:.9rem; line-height:1.25; 
}

.mmow-feature-grid {
     display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; 
}

.mmow-feature {
     border:1px solid var(--mmow-border); border-radius:12px; padding:15px; background:var(--mmow-surface-soft); 
}

.mmow-feature--positive {
     background:#edf8f3; border-color:#bee3d3; 
}

.mmow-feature--optional {
     background:#eef5fb; border-color:#c7dced; 
}

.mmow-feature--negative {
     background:#fbefef; border-color:#edcaca; 
}

.mmow-feature__label {
     display:block; margin-bottom:5px; color:var(--mmow-muted); font-size:.72rem; font-weight:800; text-transform:uppercase; 
}

.mmow-feature__value {
     color:var(--mmow-text); font-weight:800; 
}

.mmow-tags {
     display:flex; flex-wrap:wrap; gap:9px; 
}

.mmow-tag {
     display:inline-flex; align-items:center; border:1px solid #bfe1d2; border-radius:999px; padding:7px 11px; background:#edf8f3; color:var(--mmow-accent-dark); font-size:.82rem; font-weight:800; 
}

.mmow-timeline {
     position:relative; list-style:none; margin:0; padding:0; 
}

.mmow-timeline::before {
     content:""; position:absolute; top:10px; bottom:10px; left:8px; width:2px; background:linear-gradient(var(--mmow-accent),#cfe3da); 
}

.mmow-timeline__item {
     position:relative; padding:0 0 28px 38px; 
}

.mmow-timeline__item:last-child {
     padding-bottom:0; 
}

.mmow-timeline__item::before {
     content:""; position:absolute; left:0; top:5px; width:18px; height:18px; border:4px solid #daf1e7; border-radius:50%; background:var(--mmow-accent); box-shadow:0 0 0 4px #fff; 
}

.mmow-timeline__date {
     display:block; margin-bottom:5px; color:var(--mmow-accent-dark); font-size:.84rem; font-weight:900; text-transform:uppercase; 
}

.mmow-timeline__title {
     display:block; margin-bottom:4px; color:var(--mmow-text); font-size:1.05rem; 
}

.mmow-timeline__meta {
     margin-bottom:8px; color:var(--mmow-muted); font-size:.84rem; 
}

.mmow-timeline__description {
     color:var(--mmow-text); line-height:1.65; 
}

.mmow-source-link {
     display:inline-flex; margin-top:6px; color:var(--mmow-accent-dark); font-weight:800; text-decoration:none; 
}

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

.mmow-news-card {
     overflow:hidden; border:1px solid var(--mmow-border); border-radius:12px; background:var(--mmow-surface-soft); 
}

.mmow-news-card__image img {
     display:block; width:100%; aspect-ratio:16/9; object-fit:cover; 
}

.mmow-news-card__content {
     padding:16px; 
}

.mmow-news-card__date {
     display:block; margin-bottom:7px; color:var(--mmow-muted); font-size:.78rem; 
}

.mmow-news-card__title {
     margin:0; font-size:1rem; line-height:1.35; 
}

.mmow-news-card__title a {
     color:var(--mmow-text); text-decoration:none; 
}

.mmow-links {
     display:grid; gap:10px; 
}

.mmow-button {
     display:flex; justify-content:space-between; align-items:center; min-height:46px; border:1px solid #b8ddce; border-radius:10px; padding:10px 14px; background:#edf8f3; color:var(--mmow-accent-dark) !important; font-weight:800; text-decoration:none; 
}

.mmow-button::after {
     content:"↗"; 
}

.mmow-source-text {
     color:var(--mmow-text); overflow-wrap:anywhere; 
}

.mmow-empty {
     margin:0; color:var(--mmow-muted); font-style:italic; 
}

@media (max-width:1080px) {
  .mmow-mmo-hero__content {
       grid-template-columns:1fr; align-items:end; 
  }

  .mmow-hero-panel {
       max-width:360px; 
  }

  .mmow-info-band {
       grid-template-columns:repeat(3,minmax(0,1fr)); 
  }

  .mmow-info-band__item {
       border-bottom:1px solid var(--mmow-border); 
  }
}

@media (max-width:900px) {
  .mmow-mmo-grid {
       grid-template-columns:1fr; 
  }

  .mmow-overview-grid {
       grid-template-columns:repeat(2,minmax(0,1fr)); 
  }
}

@media (max-width:680px) {
  .mmow-mmo-page {
       padding:18px 12px 48px; 
  }

  .mmow-mmo-hero {
       min-height:760px; 
  }

  .mmow-mmo-hero__overlay {
       background:linear-gradient(0deg,rgba(3,12,9,.99) 0%,rgba(3,12,9,.88) 72%,rgba(3,12,9,.35) 100%); 
  }

  .mmow-mmo-hero__content {
       min-height:760px; grid-template-columns:1fr; gap:24px; padding:36px 24px 28px; 
  }

  .mmow-mmo-logo {
       max-width:250px; max-height:112px; 
  }

  .mmow-mmo-title {
       font-size:3rem; 
  }

  .mmow-hero-panel {
       max-width:none; width:100%; 
  }

  .mmow-hero-action {
       flex:1 1 135px; 
  }

  .mmow-info-band {
       grid-template-columns:1fr; 
  }

  .mmow-info-band__item {
       border-right:0; 
  }

  .mmow-overview-grid,.mmow-feature-grid,.mmow-news-grid {
       grid-template-columns:1fr; 
  }

  .mmow-card {
       padding:23px 20px; 
  }

  .mmow-hero-ribbon {
       top:18px; right:-58px; 
  }
}

.mmow-hero-action.mmow-ui-button {
     border:0; backdrop-filter:none; 
}

.mmow-hero-action.mmow-ui-button:hover {
     box-shadow:0 12px 28px rgba(0,0,0,.22); 
}

.mmow-info-band {
        display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    overflow:visible;
    margin:0 0 30px;
    border:0;
    border-radius:17px;
    background:transparent;
    box-shadow:none;
    gap:12px;
}

.mmow-info-band__item {
        display:flex;
    align-items:center;
    gap:13px;
    min-width:0;
    padding:18px 20px;
    border-right:1px solid var(--mmow-border);
    border:1px solid var(--mmow-color-border);
    border-radius:var(--mmow-radius-md);
    background:var(--mmow-color-surface);
}

.mmow-info-band__item:last-child {
        border-right:1px solid var(--mmow-color-border);
}

.mmow-info-band__icon.mmow-icon,
.mmow-overview-card__icon.mmow-icon {
     background:inherit; color:inherit; 
}

.mmow-info-band__icon.mmow-icon--developer,
.mmow-overview-card__icon.mmow-icon--developer {
     background:#e7f8f1; color:#13865b; 
}

.mmow-info-band__icon.mmow-icon--publisher,
.mmow-overview-card__icon.mmow-icon--publisher {
     background:#edf0fb; color:#4d62b4; 
}

.mmow-info-band__icon.mmow-icon--engine,
.mmow-overview-card__icon.mmow-icon--engine {
     background:#fff1df; color:#b46a13; 
}

.mmow-info-band__icon.mmow-icon--genre,
.mmow-overview-card__icon.mmow-icon--genre {
     background:#f2eafb; color:#7a4eb5; 
}

.mmow-info-band__icon.mmow-icon--model,
.mmow-overview-card__icon.mmow-icon--model {
     background:#e8f3fb; color:#287ab0; 
}

.mmow-info-band__icon.mmow-icon--release,
.mmow-overview-card__icon.mmow-icon--release {
     background:#f8eafd; color:#8f46a8; 
}

.mmow-info-band__icon.mmow-icon--platform,
.mmow-overview-card__icon.mmow-icon--platform {
     background:#e8f7f6; color:#147e78; 
}

.mmow-overview-card {
        display:grid;
    grid-template-columns:44px 1fr;
    grid-template-rows:auto auto;
    gap:2px 12px;
    align-items:center;
    min-height:92px;
    padding:16px;
    border:1px solid var(--mmow-border);
    border-radius:13px;
    background:linear-gradient(145deg,#fff,#f4faf7);
    transition:transform var(--mmow-transition), box-shadow var(--mmow-transition), border-color var(--mmow-transition);
}

.mmow-overview-card:hover {
     transform:translateY(-3px); border-color:#bcd8cc; box-shadow:var(--mmow-shadow-hover); 
}

.mmow-button.mmow-ui-button {
     justify-content:space-between; border:0; 
}

.mmow-button.mmow-ui-button::after {
     content:"↗"; 
}

.mmow-button.mmow-ui-button--website,
.mmow-button.mmow-ui-button--steam,
.mmow-button.mmow-ui-button--discord,
.mmow-button.mmow-ui-button--reddit,
.mmow-button.mmow-ui-button--youtube,
.mmow-button.mmow-ui-button--twitter {
     color:#fff !important; 
}

.mmow-card {
        position:relative;
    overflow:hidden;
    border:1px solid var(--mmow-border);
    border-radius:16px;
    padding:28px;
    margin-bottom:24px;
    background:var(--mmow-surface);
    box-shadow:var(--mmow-shadow);
    transition:box-shadow var(--mmow-transition), border-color var(--mmow-transition);
}

.mmow-card:hover {
     border-color:#c4dbd1; box-shadow:var(--mmow-shadow-hover); 
}

.mmow-hero-v4 .mmow-mmo-hero__image {
        inset: -3%;
}

.mmow-hero-v4 .mmow-mmo-hero__image img {
        width: 106%;
    height: 106%;
    filter: saturate(.95) contrast(1.04);
}

.mmow-hero-v4 .mmow-mmo-hero__overlay {
        background:
        radial-gradient(circle at 72% 40%, rgba(33,169,120,.06), rgba(0,0,0,.18) 35%, rgba(0,0,0,.76) 100%),
        linear-gradient(90deg, rgba(2,10,8,.99) 0%, rgba(2,10,8,.92) 36%, rgba(2,10,8,.56) 64%, rgba(2,10,8,.20) 100%),
        linear-gradient(0deg, rgba(2,10,8,.80) 0%, rgba(2,10,8,.18) 62%, transparent 100%);
}

.mmow-mmo-hero__glow {
        position:absolute;
    z-index:1;
    left:30px;
    top:60px;
    width:480px;
    height:330px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(25,181,122,.16), transparent 68%);
    filter:blur(18px);
    pointer-events:none;
}

.mmow-mmo-logo-wrap {
        position:relative;
    display:inline-flex;
    margin-bottom:26px;
}

.mmow-mmo-logo-glow {
        position:absolute;
    inset:10% 5%;
    background:rgba(25,181,122,.14);
    filter:blur(34px);
    border-radius:50%;
}

.mmow-chip--model {
        background:rgba(212,131,32,.18);
    border-color:rgba(255,188,93,.35);
}

.mmow-hero-v4 .mmow-mmo-intro {
        max-width:720px;
    font-size:1.1rem;
}

.mmow-hero-v4 .mmow-hero-actions {
        margin-top:30px;
}

.mmow-more-links {
        position:relative;
}

.mmow-more-links summary {
        list-style:none;
    cursor:pointer;
}

.mmow-more-links summary::-webkit-details-marker {
        display:none;
}

.mmow-more-links__menu {
        position:absolute;
    z-index:8;
    left:0;
    top:calc(100% + 10px);
    min-width:210px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:12px;
    background:rgba(5,18,14,.96);
    box-shadow:0 18px 45px rgba(0,0,0,.34);
    backdrop-filter:blur(14px);
}

.mmow-more-links__menu a:last-child {
        border-bottom:0;
}

.mmow-more-links__menu a:hover {
        background:rgba(255,255,255,.08);
}

.mmow-hero-v4 .mmow-hero-panel {
        align-self:center;
    border:1px solid rgba(72,224,164,.36);
    border-radius:20px;
    padding:24px;
    background:linear-gradient(180deg, rgba(5,24,18,.88), rgba(5,18,14,.72));
    box-shadow:
        0 0 0 1px rgba(25,181,122,.08),
        0 24px 60px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.mmow-hero-panel__status-dot {
        width:10px;
    height:10px;
    border-radius:50%;
    background:var(--mmow-color-primary);
    box-shadow:0 0 0 5px rgba(25,181,122,.12);
}

.mmow-hero-panel__status--beta .mmow-hero-panel__status-dot {
     background:var(--mmow-color-beta); 
}

.mmow-hero-panel__status--early-access .mmow-hero-panel__status-dot {
     background:var(--mmow-color-early); 
}

.mmow-hero-panel__status--release .mmow-hero-panel__status-dot {
     background:var(--mmow-color-release); 
}

.mmow-hero-panel__status--cancelled .mmow-hero-panel__status-dot {
     background:var(--mmow-color-cancelled); 
}

.mmow-hero-v4 .mmow-next-event {
        padding:18px 0 22px;
    border-top:1px solid rgba(255,255,255,.11);
    border-bottom:1px solid rgba(255,255,255,.11);
}

.mmow-next-event__main {
        display:flex;
    align-items:center;
    gap:14px;
}

.mmow-hero-v4 .mmow-next-event__icon {
        margin:0;
}

.mmow-countdown {
        display:grid;
    align-items:end;
    gap:7px;
    margin-top:18px;
    grid-template-columns:auto auto;
    grid-template-areas:"caption caption"
        "value label";
    justify-content:center;
    width:128px;
    height:128px;
    margin:22px auto 0;
    border:3px solid rgba(67,220,159,.72);
    border-radius:50%;
    background:radial-gradient(circle, rgba(25,181,122,.10), transparent 68%);
    box-shadow:0 0 0 8px rgba(25,181,122,.05),
        inset 0 0 24px rgba(25,181,122,.08);
}

.mmow-countdown__caption {
        grid-area:caption;
    align-self:end;
    margin-bottom:-3px;
    color:rgba(255,255,255,.60);
    font-size:.64rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-align:center;
}

.mmow-countdown__value {
        color:#fff;
    font-size:2.45rem;
    font-weight:950;
    line-height:.9;
    grid-area:value;
    align-self:start;
}

.mmow-countdown__label {
        color:#8ee4c1;
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    grid-area:label;
    align-self:start;
    margin-left:5px;
}

.mmow-hero-specs {
        margin:0;
    padding-top:18px;
}

.mmow-hero-specs > div:last-child {
        border-bottom:0;
}

@media (max-width:1080px) {
  .mmow-hero-v4 .mmow-mmo-hero__content {
              grid-template-columns:1fr;
        align-items:end;
        padding:54px;
    
  }

  .mmow-hero-v4 .mmow-hero-panel {
              max-width:420px;
    
  }
}

@media (max-width:680px) {
  .mmow-hero-v4 {
              min-height:860px;
    
  }

  .mmow-hero-v4 .mmow-mmo-hero__content {
              min-height:860px;
        gap:26px;
        padding:36px 22px 24px;
    
  }

  .mmow-hero-v4 .mmow-mmo-logo {
              max-width:250px;
        max-height:115px;
    
  }

  .mmow-hero-v4 .mmow-mmo-title {
              font-size:3.05rem;
    
  }

  .mmow-hero-v4 .mmow-mmo-intro {
              font-size:1rem;
    
  }

  .mmow-more-links {
              flex:1 1 135px;
    
  }

  .mmow-more-links summary {
              width:100%;
    
  }

  .mmow-more-links__menu {
              right:0;
        left:auto;
    
  }
}

.mmow-hero-v4 {
        min-height:720px;
    border-radius:28px;
}

.mmow-hero-v4 .mmow-mmo-hero__content {
        min-height:720px;
    grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);
    gap:54px;
    align-items:center;
    padding:68px;
}

.mmow-hero-v4 .mmow-mmo-title {
        font-size:clamp(3rem,5.7vw,5.8rem);
}

.mmow-hero-v4 .mmow-mmo-logo {
        position:relative;
    z-index:1;
    max-width:420px;
    max-height:180px;
    margin:0;
}

.mmow-dashboard {
        margin:0 0 30px;
    padding:26px;
    border:1px solid var(--mmow-color-border);
    border-radius:20px;
    background:linear-gradient(180deg,#fff,#f8fbf9);
    box-shadow:var(--mmow-shadow-card);
}

.mmow-dashboard__header,
.mmow-section__header {
        display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:20px;
}

.mmow-dashboard__eyebrow,
.mmow-section__eyebrow {
        display:block;
    margin-bottom:4px;
    color:var(--mmow-color-primary-700);
    font-size:.67rem;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.mmow-dashboard h2,
.mmow-section h2 {
        margin:0;
    color:var(--mmow-color-ink);
    font-size:1.35rem;
}

.mmow-dashboard__grid {
        display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.mmow-dashboard-card:hover {
        transform:translateY(-2px);
    border-color:#bcd7cb;
    box-shadow:var(--mmow-shadow-hover);
}

.mmow-dashboard-card__icon svg {
        width:22px;
    height:22px;
    fill:currentColor;
}

.mmow-dashboard-card--positive {
     background:#f1faf6; 
}

.mmow-dashboard-card--optional {
     background:#f1f6fb; 
}

.mmow-dashboard-card--negative {
     background:#fcf2f2; 
}

.mmow-section {
        margin-bottom:24px;
    padding:28px;
    border:1px solid var(--mmow-color-border);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--mmow-shadow-card);
}

.mmow-roadmap {
        position:relative;
    list-style:none;
    margin:0;
    padding:0 0 0 4px;
}

.mmow-roadmap::before {
        content:"";
    position:absolute;
    top:22px;
    bottom:22px;
    left:28px;
    width:3px;
    border-radius:3px;
    background:linear-gradient(var(--mmow-color-primary),#bcd9cc);
}

.mmow-roadmap__item {
        position:relative;
    display:grid;
    grid-template-columns:58px 1fr;
    gap:18px;
    padding:0 0 24px;
}

.mmow-roadmap__item:last-child {
        padding-bottom:0;
}

.mmow-roadmap__marker {
        position:relative;
    z-index:2;
    display:grid;
    place-items:center;
    width:56px;
    height:56px;
    border:5px solid #fff;
    border-radius:50%;
    background:#e8f7f0;
    color:var(--mmow-color-primary-700);
    box-shadow:0 0 0 1px #cfe5da,0 8px 20px rgba(14,73,51,.12);
}

.mmow-roadmap__marker svg {
        width:24px;
    height:24px;
    fill:currentColor;
}

.mmow-roadmap__marker--release {
        background:#f2eafb;
    color:#7b4bc9;
}

.mmow-roadmap__marker--beta {
        background:#eaf2fb;
    color:#2b78d0;
}

.mmow-roadmap__card {
        padding:18px 20px;
    border:1px solid var(--mmow-color-border);
    border-radius:14px;
    background:linear-gradient(180deg,#fff,#f9fbfa);
}

.mmow-roadmap__topline {
        display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
}

.mmow-roadmap__topline time {
        color:var(--mmow-color-primary-700);
    font-size:.73rem;
    font-weight:950;
    letter-spacing:.055em;
    text-transform:uppercase;
}

.mmow-roadmap__badge {
        display:inline-flex;
    border-radius:999px;
    padding:5px 9px;
    background:#e9f7f1;
    color:#177e58;
    font-size:.66rem;
    font-weight:900;
    text-transform:uppercase;
}

.mmow-roadmap__card h3 {
        margin:0 0 6px;
    font-size:1.15rem;
}

.mmow-roadmap__status {
        color:var(--mmow-color-muted);
    font-size:.8rem;
}

.mmow-roadmap__description {
        margin-top:10px;
    line-height:1.6;
}

.mmow-roadmap__source {
        display:inline-flex;
    margin-top:10px;
    color:var(--mmow-color-primary-700);
    font-weight:850;
    text-decoration:none;
}

.mmow-news-grid--premium {
        grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.mmow-news-card--premium {
        overflow:hidden;
    border:1px solid var(--mmow-color-border);
    border-radius:15px;
    background:#fff;
    box-shadow:0 10px 28px rgba(10,35,27,.08);
    transition:transform var(--mmow-transition),box-shadow var(--mmow-transition);
}

.mmow-news-card--premium:hover {
        transform:translateY(-3px);
    box-shadow:var(--mmow-shadow-hover);
}

.mmow-news-card--premium .mmow-news-card__image img {
        aspect-ratio:16/10;
}

.mmow-news-card--premium .mmow-news-card__content {
        padding:18px;
}

.mmow-news-card__meta {
        margin-bottom:8px;
    color:var(--mmow-color-muted);
    font-size:.74rem;
    font-weight:800;
}

.mmow-news-card--premium h3 {
        margin:0 0 10px;
    font-size:1.05rem;
    line-height:1.35;
}

.mmow-news-card--premium h3 a {
        color:var(--mmow-color-ink);
    text-decoration:none;
}

.mmow-news-card--premium p {
        margin:0 0 14px;
    color:var(--mmow-color-muted);
    font-size:.88rem;
    line-height:1.55;
}

.mmow-news-card__link {
        color:var(--mmow-color-primary-700);
    font-weight:900;
    text-decoration:none;
}

.mmow-sources-grid {
        display:grid;
    gap:14px;
}

.mmow-source-card {
        display:grid;
    grid-template-columns:50px 1fr;
    gap:14px;
    padding:18px;
    border:1px solid var(--mmow-color-border);
    border-radius:14px;
    background:linear-gradient(180deg,#fff,#fafcfb);
}

.mmow-source-card__icon {
        display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:13px;
    background:#e7f8f1;
    color:#13865b;
}

.mmow-source-card__icon svg {
        width:24px;
    height:24px;
    fill:currentColor;
}

.mmow-source-card__label {
        display:block;
    margin-bottom:6px;
    color:var(--mmow-color-ink);
    font-size:.9rem;
    font-weight:950;
}

.mmow-source-card__content {
        overflow-wrap:anywhere;
    color:var(--mmow-color-muted);
    line-height:1.55;
}

.mmow-source-card__content p:last-child {
        margin-bottom:0;
}

.mmow-source-card__checked {
        margin-top:9px;
    color:var(--mmow-color-primary-700);
    font-size:.74rem;
    font-weight:850;
}

.mmow-sidebar-maintenance strong {
        display:block;
    margin-bottom:8px;
    font-size:1.2rem;
}

.mmow-sidebar-maintenance p {
        margin:0;
    color:var(--mmow-color-muted);
    line-height:1.55;
}

@media (max-width:1080px) {
  .mmow-dashboard__grid {
              grid-template-columns:repeat(3,minmax(0,1fr));
    
  }

  .mmow-news-grid--premium {
              grid-template-columns:repeat(2,minmax(0,1fr));
    
  }
}

@media (max-width:760px) {
  .mmow-dashboard {
              padding:20px;
    
  }

  .mmow-dashboard__grid {
              grid-template-columns:repeat(2,minmax(0,1fr));
    
  }

  .mmow-news-grid--premium {
              grid-template-columns:1fr;
    
  }

  .mmow-section {
              padding:22px 18px;
    
  }
}

@media (max-width:520px) {
  .mmow-dashboard__grid {
              grid-template-columns:1fr;
    
  }

  .mmow-roadmap__item {
              grid-template-columns:48px 1fr;
        gap:12px;
    
  }

  .mmow-roadmap::before {
              left:24px;
    
  }

  .mmow-roadmap__marker {
              width:48px;
        height:48px;
    
  }
}

.mmow-hero-action {
        display:inline-grid;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-width:145px;
    min-height:48px;
    padding:12px 15px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:11px;
    background:rgba(255,255,255,.11);
    color:#fff !important;
    font-weight:900;
    text-decoration:none;
    backdrop-filter:blur(8px);
    transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
    position:relative;
    grid-template-columns:26px 1fr auto;
}

.mmow-hero-action__icon {
        display:grid;
    place-items:center;
    width:26px;
    height:26px;
    border-radius:8px;
    background:rgba(255,255,255,.14);
}

.mmow-hero-action__icon svg {
        width:17px;
    height:17px;
    fill:currentColor;
}

.mmow-hero-action__label {
        text-align:left;
}

.mmow-hero-action__arrow {
        opacity:.86;
    font-size:1rem;
}

.mmow-ui-button--website {
        background:#149761 !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(20,151,97,.22);
}

.mmow-ui-button--steam {
        background:#173b5f !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(23,59,95,.22);
}

.mmow-ui-button--discord {
        background:#5865f2 !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(88,101,242,.24);
}

.mmow-ui-button--reddit {
        background:#f4511e !important;
    color:#fff !important;
}

.mmow-ui-button--youtube {
        background:#e62117 !important;
    color:#fff !important;
}

.mmow-ui-button--twitter {
        background:#151515 !important;
    color:#fff !important;
}

.mmow-hero-action--more {
        border:1px solid rgba(255,255,255,.20);
    background:rgba(255,255,255,.11);
    color:#fff !important;
    display:inline-grid;
    grid-template-columns:1fr auto;
    min-width:130px;
}

.mmow-hero-panel__eyebrow {
        display:block;
    margin-bottom:8px;
    color:#9ce8c8;
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.mmow-hero-panel__status {
        display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    padding:14px 15px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:12px;
    background:rgba(255,255,255,.05);
    color:#fff;
}

.mmow-hero-panel__status strong {
        font-size:1rem;
    letter-spacing:.01em;
}

.mmow-hero-specs > div {
        display:flex;
    justify-content:space-between;
    gap:18px;
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.09);
    align-items:center;
}

.mmow-hero-specs dt {
        color:rgba(255,255,255,.74);
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    line-height:1.3;
}

.mmow-hero-specs dd {
        margin:0;
    color:#fff;
    font-size:.91rem;
    font-weight:900;
    text-align:right;
    line-height:1.3;
}

.mmow-dashboard-card__icon {
        grid-row:auto;
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:12px;
    align-self:center;
}

.mmow-dashboard-card__label {
        color:var(--mmow-color-muted);
    font-size:.64rem;
    font-weight:900;
    letter-spacing:.055em;
    text-transform:uppercase;
    align-self:end;
    margin-bottom:3px;
    line-height:1.2;
}

.mmow-dashboard-card__value {
        overflow-wrap:anywhere;
    color:var(--mmow-color-ink);
    font-size:.9rem;
    line-height:1.25;
    align-self:start;
}

.mmow-dashboard-card {
        display:grid;
    grid-template-columns:46px minmax(0,1fr);
    grid-template-rows:none;
    gap:2px 12px;
    align-items:center;
    min-height:92px;
    padding:14px;
    border:1px solid var(--mmow-color-border);
    border-radius:13px;
    background:#fff;
    transition:transform var(--mmow-transition),box-shadow var(--mmow-transition),border-color var(--mmow-transition);
    position:relative;
}

.mmow-dashboard-card__label,
.mmow-dashboard-card__value {
        grid-column:2;
    display:block;
}

.mmow-dashboard-card > .mmow-dashboard-card__label {
        margin-top:2px;
}

.mmow-sidebar-links .mmow-links {
        gap:9px;
}

.mmow-sidebar-links .mmow-button {
        display:grid;
    grid-template-columns:28px 1fr auto;
    align-items:center;
    gap:10px;
    min-height:50px;
    padding:11px 13px;
    border:1px solid transparent;
    color:#fff !important;
    opacity:1;
    filter:none;
    box-shadow:0 8px 20px rgba(10,35,27,.10);
}

.mmow-sidebar-link__icon {
        display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border-radius:8px;
    background:rgba(255,255,255,.15);
}

.mmow-sidebar-link__icon svg {
        width:17px;
    height:17px;
    fill:currentColor;
}

.mmow-sidebar-link__label {
        color:#fff;
    font-size:.86rem;
    font-weight:900;
    text-align:left;
}

.mmow-sidebar-link__arrow {
        color:#fff;
    opacity:.9;
}

.mmow-sidebar-links .mmow-ui-button--website {
        background:#149761 !important;
}

.mmow-sidebar-links .mmow-ui-button--steam {
        background:#173b5f !important;
}

.mmow-sidebar-links .mmow-ui-button--discord {
        background:#5865f2 !important;
}

.mmow-sidebar-links .mmow-ui-button--youtube {
        background:#e62117 !important;
}

.mmow-sidebar-links .mmow-ui-button--reddit {
        background:#f4511e !important;
}

.mmow-sidebar-links .mmow-ui-button--twitter {
        background:#151515 !important;
}

.mmow-sidebar-links .mmow-button:hover {
        transform:translateY(-2px);
    filter:brightness(1.07);
    box-shadow:0 12px 24px rgba(10,35,27,.16);
}

.mmow-more-links__menu a {
        display:grid;
    justify-content:space-between;
    gap:10px;
    padding:12px 14px;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-weight:800;
    text-decoration:none;
    grid-template-columns:24px 1fr auto;
    align-items:center;
}

.mmow-more-links__icon {
        display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:7px;
    background:rgba(255,255,255,.10);
}

.mmow-more-links__icon svg {
        width:15px;
    height:15px;
    fill:currentColor;
}

.mmow-dashboard-card__icon.mmow-icon {
        box-shadow:inset 0 0 0 1px rgba(0,0,0,.025);
}

@media (max-width:680px) {
  .mmow-hero-action {
              min-width:0;
        width:100%;
    
  }

  .mmow-dashboard-card {
              min-height:86px;
    
  }

  .mmow-hero-specs dt {
              font-size:.72rem;
    
  }

  .mmow-hero-specs dd {
              font-size:.86rem;
    
  }
}

.mmow-game-header {
        position:relative; isolation:isolate; overflow:hidden;
    min-height:600px; margin:0 0 14px; border-radius:26px;
    background:#071712; box-shadow:0 24px 70px rgba(4,28,20,.18);
}

.mmow-game-header__media,.mmow-game-header__shade,.mmow-game-header__ambient {
     position:absolute; inset:0; 
}

.mmow-game-header__media {
     z-index:-3; inset:-2%; 
}

.mmow-game-header__media img {
     width:104%; height:104%; object-fit:cover; object-position:center; 
}

.mmow-game-header__shade {
     z-index:-2; background:
    linear-gradient(90deg,rgba(2,11,8,.98) 0%,rgba(2,11,8,.88) 42%,rgba(2,11,8,.35) 72%,rgba(2,11,8,.28) 100%),
    linear-gradient(0deg,rgba(2,11,8,.82),transparent 58%); 
}

.mmow-game-header__ambient {
     z-index:-1; background:
    radial-gradient(circle at 22% 32%,rgba(34,197,139,.16),transparent 30%),
    radial-gradient(circle at 78% 40%,rgba(85,170,255,.08),transparent 32%); 
}

.mmow-game-header__layout {
        min-height:600px; display:grid; grid-template-columns:minmax(0,1.55fr) minmax(300px,.62fr);
    gap:60px; align-items:center; padding:58px 62px;
}

.mmow-game-header__identity {
     max-width:760px; 
}

.mmow-game-header__logo {
     display:block; max-width:340px; max-height:135px; width:auto; height:auto; object-fit:contain; margin:0 0 22px; filter:drop-shadow(0 12px 25px rgba(0,0,0,.32)); 
}

.mmow-game-header__badges {
     display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; 
}

.mmow-game-badge {
     display:inline-flex; align-items:center; gap:7px; min-height:27px; padding:5px 10px; border:1px solid rgba(255,255,255,.18); border-radius:999px; background:rgba(7,25,19,.58); color:#edf8f3; font-size:.65rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase; backdrop-filter:blur(10px); 
}

.mmow-game-badge--status {
     border-color:rgba(34,197,139,.42); color:#8be8c4; 
}

.mmow-game-badge--status i,.mmow-game-status__head strong i {
     width:7px; height:7px; border-radius:50%; background:var(--v2-green); box-shadow:0 0 0 4px rgba(34,197,139,.12); 
}

.mmow-game-header h1 {
     margin:0 0 14px; color:#fff; font-size:clamp(3rem,5.4vw,5.3rem); line-height:.98; letter-spacing:-.045em; text-shadow:0 8px 30px rgba(0,0,0,.28); 
}

.mmow-game-header__intro {
     max-width:680px; color:rgba(245,251,248,.88); font-size:1.02rem; line-height:1.65; 
}

.mmow-game-header__intro p:last-child {
     margin-bottom:0; 
}

.mmow-game-actions {
     display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; 
}

.mmow-game-action {
     display:inline-flex; align-items:center; gap:10px; min-height:44px; padding:10px 14px; border:1px solid rgba(255,255,255,.15); border-radius:10px; background:rgba(255,255,255,.09); color:#fff!important; font-size:.78rem; font-weight:900; text-decoration:none!important; backdrop-filter:blur(10px); transition:.18s ease; 
}

.mmow-game-action:hover {
     transform:translateY(-2px); border-color:rgba(255,255,255,.28); 
}

.mmow-game-action__icon,.mmow-game-action__icon svg {
     width:17px; height:17px; fill:currentColor; 
}

.mmow-game-action--website {
     background:#eefbf6; color:#0b563c!important; 
}

.mmow-game-action--steam {
     background:#182838; 
}

.mmow-game-action--discord {
     background:#5865f2; 
}

.mmow-game-action b {
     margin-left:4px; font-weight:700; opacity:.72; 
}

.mmow-game-more {
     position:relative; 
}

.mmow-game-more summary {
     list-style:none; cursor:pointer; 
}

.mmow-game-more summary::-webkit-details-marker {
     display:none; 
}

.mmow-game-more__menu {
     position:absolute; z-index:20; top:calc(100% + 8px); left:0; min-width:190px; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:11px; background:#071712; box-shadow:0 18px 45px rgba(0,0,0,.35); 
}

.mmow-game-more__menu a {
     display:grid; grid-template-columns:18px 1fr auto; gap:10px; align-items:center; padding:11px 13px; color:#fff!important; text-decoration:none!important; 
}

.mmow-game-more__menu a:hover {
     background:rgba(255,255,255,.07); 
}

.mmow-game-more__menu svg {
     width:16px; height:16px; fill:currentColor; 
}

.mmow-game-status {
     overflow:hidden; border:1px solid rgba(61,222,162,.35); border-radius:20px; background:linear-gradient(180deg,rgba(5,29,21,.91),rgba(4,18,14,.84)); box-shadow:0 24px 55px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.04); backdrop-filter:blur(14px); 
}

.mmow-game-status__head {
     display:flex; align-items:center; justify-content:space-between; gap:15px; padding:17px 19px; border-bottom:1px solid rgba(255,255,255,.09); 
}

.mmow-game-status__head>span,.mmow-game-status__milestone>span,.mmow-game-status__foot span {
     color:#73d9b1; font-size:.62rem; font-weight:950; letter-spacing:.08em; text-transform:uppercase; 
}

.mmow-game-status__head strong {
     display:flex; align-items:center; gap:9px; color:#fff; font-size:.82rem; 
}

.mmow-game-status__milestone {
     padding:24px 19px 22px; 
}

.mmow-game-status__milestone>strong {
     display:block; margin:7px 0 2px; color:#fff; font-size:1.65rem; line-height:1.12; 
}

.mmow-game-status__milestone time {
     display:block; color:#a9f0d4; font-size:.95rem; font-weight:850; 
}

.mmow-game-status__milestone small {
     display:block; margin-top:5px; color:rgba(255,255,255,.56); 
}

.mmow-game-countdown>span {
     color:rgba(255,255,255,.55); font-size:.72rem; font-weight:850; text-transform:uppercase; 
}

.mmow-game-countdown b {
     color:#fff; font-size:2.6rem; line-height:1; 
}

.mmow-game-countdown em {
     color:#8be8c4; font-size:.75rem; font-style:normal; font-weight:900; text-transform:uppercase; 
}

.mmow-game-status__foot {
     display:grid; grid-template-columns:1fr 1fr; border-top:1px solid rgba(255,255,255,.09); 
}

.mmow-game-status__foot div {
     padding:15px 19px; 
}

.mmow-game-status__foot div+div {
     border-left:1px solid rgba(255,255,255,.09); 
}

.mmow-game-status__foot strong {
     display:block; margin-top:3px; color:#fff; font-size:.8rem; 
}

.mmow-game-bar {
     display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); overflow:hidden; margin:0 0 30px; border:1px solid var(--v2-line); border-radius:16px; background:#fff; box-shadow:0 14px 38px rgba(10,35,27,.08); 
}

.mmow-game-bar__item:last-child {
     border-right:0; 
}

.mmow-game-bar__icon {
     display:grid; place-items:center; width:38px; height:38px; border-radius:11px; 
}

.mmow-game-bar__icon svg {
     width:19px; height:19px; fill:currentColor; 
}

@media (max-width:1100px) {
  .mmow-game-header__layout {
       grid-template-columns:1fr; gap:30px; padding:48px; 
  }

  .mmow-game-status {
       max-width:460px; 
  }

  .mmow-game-bar {
       grid-template-columns:repeat(3,1fr); 
  }

  .mmow-game-bar__item:nth-child(3n) {
       border-right:0; 
  }

  .mmow-game-bar__item:nth-child(-n+3) {
       border-bottom:1px solid var(--v2-line); 
  }
}

@media (max-width:680px) {
  .mmow-game-header {
       min-height:auto; border-radius:19px; 
  }

  .mmow-game-header__layout {
       min-height:760px; padding:34px 22px 24px; align-content:end; 
  }

  .mmow-game-header__media img {
       object-position:60% center; 
  }

  .mmow-game-header__logo {
       max-width:245px; max-height:105px; 
  }

  .mmow-game-header h1 {
       font-size:3rem; 
  }

  .mmow-game-status {
       width:100%; 
  }

  .mmow-game-bar {
       grid-template-columns:repeat(2,1fr); border-radius:14px; 
  }

  .mmow-game-bar__item,.mmow-game-bar__item:nth-child(3n) {
       border-right:1px solid var(--v2-line); border-bottom:1px solid var(--v2-line); 
  }

  .mmow-game-bar__item:nth-child(2n) {
       border-right:0; 
  }

  .mmow-game-bar__item:nth-last-child(-n+2) {
       border-bottom:0; 
  }
}

.mmow-roadmap-v2__summary {
        display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}

.mmow-roadmap-v2__summary span {
        display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border:1px solid #dce9e3;
    border-radius:999px;
    background:#f8fbf9;
    color:#66776f;
    font-size:.66rem;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.045em;
}

.mmow-roadmap-v2__summary b {
        color:#17271f;
    font-size:.75rem;
}

.mmow-timeline-v2 {
        position:relative;
    list-style:none;
    margin:0;
    padding:0;
}

.mmow-timeline-v2__item:last-child {
        padding-bottom:0;
}

.mmow-timeline-v2__card:hover {
        transform:translateY(-2px);
    box-shadow:0 15px 36px rgba(10,35,27,.10);
}

.mmow-timeline-v2__meta {
        display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    margin-bottom:12px;
}

.mmow-timeline-v2__state {
        background:#edf3f0;
    color:#697a72;
}

.mmow-timeline-v2__certainty {
        border:1px solid #e0e9e5;
    background:#fff;
    color:#7b8983;
}

.mmow-timeline-v2__title-row {
        display:flex;
    justify-content:space-between;
    gap:22px;
    align-items:center;
}

.mmow-timeline-v2__description p:last-child {
        margin-bottom:0;
}

.mmow-timeline-v2__source {
        display:inline-flex;
    gap:6px;
    align-items:center;
    margin-top:14px;
    color:#167a58!important;
    font-size:.76rem;
    font-weight:900;
    text-decoration:none!important;
}

.mmow-timeline-v2__source:hover {
        text-decoration:underline!important;
}

.mmow-timeline-v2__item--past .mmow-timeline-v2__node {
        background:#eef2f0;
    color:#89968f;
}

.mmow-timeline-v2__item--past .mmow-timeline-v2__state {
        background:#eef1ef;
    color:#7e8984;
}

.mmow-timeline-v2__item--next .mmow-timeline-v2__card::before {
        content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    background:#20b97f;
}

.mmow-timeline-v2__item--future .mmow-timeline-v2__node,
.mmow-timeline-v2__item--open .mmow-timeline-v2__node {
        background:#f1f8f5;
    color:#448a70;
}

@media (max-width:760px) {
  .mmow-roadmap-v2 {
              padding:24px 18px;
        border-radius:18px;
    
  }

  .mmow-roadmap-v2__header {
              align-items:flex-start;
        flex-direction:column;
        gap:15px;
    
  }

  .mmow-roadmap-v2__summary {
              justify-content:flex-start;
    
  }

  .mmow-timeline-v2::before {
              left:24px;
    
  }

  .mmow-timeline-v2__item {
              grid-template-columns:50px minmax(0,1fr);
        gap:12px;
    
  }

  .mmow-timeline-v2__node {
              width:50px;
        height:50px;
        border-width:5px;
    
  }

  .mmow-timeline-v2__node svg {
              width:20px;
        height:20px;
    
  }

  .mmow-timeline-v2__card {
              padding:17px 16px;
    
  }

  .mmow-timeline-v2__title-row {
              align-items:flex-start;
        flex-direction:column;
        gap:12px;
    
  }
}

.mmow-roadmap-v2 {
        margin-bottom:28px;
    padding:36px;
    border:1px solid #dce9e3;
    border-radius:22px;
    background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);
    box-shadow:0 14px 38px rgba(10,35,27,.07);
}

.mmow-roadmap-v2__header {
        display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:34px;
    padding-bottom:24px;
    border-bottom:1px solid #e5eee9;
}

.mmow-roadmap-v2__header h2 {
        margin:0;
    color:#13231d;
    font-size:1.7rem;
    letter-spacing:-.025em;
}

.mmow-timeline-v2::before {
        content:"";
    position:absolute;
    top:31px;
    bottom:31px;
    left:35px;
    width:4px;
    border-radius:4px;
    background:linear-gradient(180deg,#b9c8c1,#29bd87 48%,#d8e5df);
}

.mmow-timeline-v2__item {
        position:relative;
    display:grid;
    grid-template-columns:72px minmax(0,1fr);
    gap:22px;
    padding-bottom:28px;
}

.mmow-timeline-v2__rail {
        position:relative;
    z-index:2;
    min-height:72px;
}

.mmow-timeline-v2__node {
        display:grid;
    place-items:center;
    width:70px;
    height:70px;
    border:6px solid #fff;
    border-radius:50%;
    background:#f0f5f2;
    color:#75867e;
    box-shadow:0 0 0 1px #d6e3dd,0 8px 22px rgba(9,40,29,.10);
    border-width:7px;
}

.mmow-timeline-v2__node svg {
        width:27px;
    height:27px;
    fill:currentColor;
}

.mmow-timeline-v2__sequence {
        position:absolute;
    z-index:3;
    right:-2px;
    bottom:0;
    display:grid;
    place-items:center;
    width:23px;
    height:23px;
    border:3px solid #fff;
    border-radius:50%;
    background:#dfeae5;
    color:#52635b;
    font-size:.58rem;
    font-weight:950;
}

.mmow-timeline-v2__card {
        position:relative;
    overflow:hidden;
    padding:24px 25px;
    border:1px solid #dce9e3;
    border-radius:16px;
    background:#fff;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
    min-height:132px;
}

.mmow-timeline-v2__item--next .mmow-timeline-v2__node {
        background:#d7f8ea;
    color:#078657;
    box-shadow:0 0 0 1px #6bd0a9,
        0 0 0 10px rgba(34,197,139,.12),
        0 12px 30px rgba(15,110,77,.21);
    transform:scale(1.05);
}

.mmow-timeline-v2__item--next .mmow-timeline-v2__sequence {
        background:#1ab77d;
    color:#fff;
}

.mmow-timeline-v2__item--next .mmow-timeline-v2__card {
        border-color:#69cda6;
    background:linear-gradient(135deg,#fff 0%,#f1fbf7 100%);
    box-shadow:0 17px 42px rgba(13,104,73,.14);
    border-width:2px;
}

.mmow-timeline-v2__item--next .mmow-timeline-v2__state {
        background:#19b57a;
    color:#fff;
    min-height:27px;
    padding:5px 11px;
}

.mmow-timeline-v2__item--past {
        opacity:.76;
}

.mmow-timeline-v2__item--past:hover {
        opacity:1;
}

.mmow-timeline-v2__item--past .mmow-timeline-v2__card {
        background:#fbfcfb;
    min-height:118px;
}

.mmow-timeline-v2__item--open .mmow-timeline-v2__card {
        border-style:dashed;
}

@media (max-width:760px) {
  .mmow-roadmap-v2 {
              padding:25px 18px;
    
  }

  .mmow-timeline-v2::before {
              left:26px;
    
  }

  .mmow-timeline-v2__item {
              grid-template-columns:54px minmax(0,1fr);
        gap:13px;
    
  }

  .mmow-timeline-v2__node {
              width:52px;
        height:52px;
        border-width:5px;
    
  }

  .mmow-timeline-v2__node svg {
              width:21px;
        height:21px;
    
  }

  .mmow-timeline-v2__sequence {
              width:20px;
        height:20px;
        border-width:2px;
    
  }

  .mmow-timeline-v2__card {
              min-height:auto;
        padding:18px 16px;
    
  }

  .mmow-timeline-v2__title-row h3 {
              font-size:1.2rem;
    
  }
}

@media (max-width:760px) {
  .mmow-timeline-v2__countdown {
              min-width:88px;
        min-height:68px;
    
  }
}

.mmow-timeline-v2__status span,
.mmow-timeline-v2__status strong {
        display:block;
    margin:0;
    padding:0;
    line-height:1.25;
}

@media (max-width:480px) {
  .mmow-timeline-v2__status {
              column-gap:8px;
    
  }
}

.mmow-timeline-v2__countdown {
        flex:0 0 auto;
    display:grid;
    grid-template-columns:auto auto;
    grid-template-rows:auto auto auto;
    align-items:center;
    column-gap:5px;
    min-width:104px;
    padding:12px;
    border:0;
    border-radius:50%;
    background:radial-gradient(circle at 50% 42%, rgba(255,255,255,.98) 0 42%, rgba(236,250,244,.96) 43% 100%);
    flex-direction:column;
    justify-content:center;
    min-height:104px;
    text-align:center;
    position:relative;
    place-items:center;
    width:104px;
    height:104px;
    overflow:hidden;
    box-shadow:0 0 0 1px rgba(24,167,113,.22),
        0 0 0 7px rgba(25,181,122,.07),
        0 12px 30px rgba(13,104,73,.14),
        inset 0 1px 0 rgba(255,255,255,.85);
}

.mmow-timeline-v2__item--next .mmow-timeline-v2__countdown {
        animation:mmowCountdownPulse 3.8s ease-in-out infinite;
}

@keyframes mmowCountdownPulse {
    0%,100% {
        box-shadow:
            0 0 0 1px rgba(24,167,113,.22),
            0 0 0 7px rgba(25,181,122,.07),
            0 12px 30px rgba(13,104,73,.14),
            inset 0 1px 0 rgba(255,255,255,.85);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(24,167,113,.34),
            0 0 0 10px rgba(25,181,122,.10),
            0 15px 34px rgba(13,104,73,.18),
            inset 0 1px 0 rgba(255,255,255,.85);
    }
}

@media (prefers-reduced-motion: reduce) {
  .mmow-timeline-v2__item--next .mmow-timeline-v2__countdown {
              animation:none;
    
  }
}

@media (max-width:760px) {
  .mmow-timeline-v2__countdown {
              width:92px;
        min-width:92px;
        height:92px;
        min-height:92px;
    
  }

  .mmow-timeline-v2__countdown b {
              font-size:1.75rem;
    
  }
}

.mmow-timeline-v2__countdown::before {
        content:"";
    position:absolute;
    inset:6px;
    border:0;
    border-radius:0 0 999px 999px;
    pointer-events:none;
    top:0;
    left:50%;
    width:48px;
    height:3px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,#6dd9b0,#19b57a,#6dd9b0);
    box-shadow:0 2px 10px rgba(25,181,122,.24);
}

.mmow-timeline-v2__countdown span {
        grid-column:1/3;
    color:#638075;
    font-size:.55rem;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:block;
    width:100%;
    margin:0 0 2px;
    line-height:1.15;
    position:relative;
    z-index:1;
}

.mmow-timeline-v2__countdown b {
        color:#08734d;
    font-size:2.15rem;
    line-height:.98;
    display:block;
    margin:0;
    font-weight:950;
    position:relative;
    z-index:1;
    letter-spacing:-.055em;
    text-shadow:0 1px 0 #fff;
}

.mmow-timeline-v2__countdown em {
        padding-bottom:2px;
    color:#2f765e;
    font-size:.56rem;
    font-style:normal;
    font-weight:950;
    text-transform:uppercase;
    display:block;
    margin-top:1px;
    padding:0;
    line-height:1;
    letter-spacing:.10em;
    position:relative;
    z-index:1;
    margin:1px 0 10px;
}

.mmow-timeline-v2__countdown small {
        position:relative;
    z-index:1;
    display:block;
    width:100%;
    overflow:hidden;
    color:#557168;
    font-size:.54rem;
    font-weight:900;
    line-height:1.2;
    letter-spacing:.055em;
    text-overflow:ellipsis;
    text-transform:uppercase;
    white-space:nowrap;
}

@media (max-width:760px) {
  .mmow-timeline-v2__countdown,
    .mmow-timeline-v2__item--next .mmow-timeline-v2__countdown {
              width:104px;
        min-width:104px;
        min-height:104px;
        padding:13px 11px 11px;
    
  }

  .mmow-timeline-v2__countdown b {
              font-size:1.9rem;
    
  }

  .mmow-timeline-v2__countdown small {
              font-size:.49rem;
    
  }
}

.mmow-timeline-v2__countdown,
.mmow-timeline-v2__item--next .mmow-timeline-v2__countdown {
        position:relative;
    display:flex !important;
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto auto;
    place-items:center;
    width:118px !important;
    min-width:118px !important;
    height:auto;
    min-height:116px !important;
    padding:15px 14px 12px !important;
    overflow:hidden;
    border:1px solid rgba(24,167,113,.28);
    border-radius:16px;
    background:linear-gradient(145deg,rgba(255,255,255,.99) 0%,rgba(239,250,245,.98) 100%);
    box-shadow:0 12px 28px rgba(13,104,73,.11),
        inset 0 1px 0 rgba(255,255,255,.92);
    text-align:center !important;
    animation:none;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
}

.mmow-timeline-v2__countdown .mmow-countdown-card__caption {
        order:1 !important;
    display:block !important;
    width:100% !important;
    margin:0 0 3px !important;
    padding:0 !important;
    color:#638075 !important;
    font-size:.56rem !important;
    font-weight:950 !important;
    line-height:1.1 !important;
    letter-spacing:.12em !important;
    text-align:center !important;
    text-transform:uppercase !important;
}

.mmow-timeline-v2__countdown .mmow-countdown-card__value {
        order:2 !important;
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    color:#08734d !important;
    font-size:2.15rem !important;
    font-weight:950 !important;
    line-height:.95 !important;
    letter-spacing:-.05em !important;
    text-align:center !important;
}

.mmow-timeline-v2__countdown .mmow-countdown-card__unit {
        order:3 !important;
    display:block !important;
    width:100% !important;
    margin:2px 0 10px !important;
    padding:0 !important;
    color:#2f765e !important;
    font-size:.56rem !important;
    font-style:normal !important;
    font-weight:950 !important;
    line-height:1.05 !important;
    letter-spacing:.10em !important;
    text-align:center !important;
    text-transform:uppercase !important;
}

.mmow-timeline-v2__countdown .mmow-countdown-card__target {
        order:4 !important;
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:9px 0 0 !important;
    border-top:1px solid rgba(24,167,113,.14) !important;
    color:#557168 !important;
    font-size:.53rem !important;
    font-weight:900 !important;
    line-height:1.15 !important;
    letter-spacing:.055em !important;
    text-align:center !important;
    text-transform:uppercase !important;
    white-space:normal !important;
}

.mmow-timeline-v2__countdown::after {
        content:"";
    position:absolute;
    top:8px;
    left:50%;
    width:auto;
    height:1px;
    transform:none;
    border-radius:0;
    background:rgba(24,167,113,.13);
    box-shadow:none;
    inset:auto 12px 30px;
    display:none !important;
}

@media (max-width:760px) {
  .mmow-timeline-v2__countdown,
    .mmow-timeline-v2__item--next .mmow-timeline-v2__countdown {
              width:106px !important;
        min-width:106px !important;
        min-height:108px !important;
        padding:14px 11px 11px !important;
    
  }

  .mmow-timeline-v2__countdown .mmow-countdown-card__value {
              font-size:1.95rem !important;
    
  }
}

.mmow-game-countdown {
        display:flex !important;
    align-items:center !important;
    gap:10px !important;
    margin-top:19px;
    padding-top:17px;
    border-top:1px solid rgba(255,255,255,.09);
    justify-content:flex-start !important;
    line-height:1;
}

.mmow-game-countdown > span,
.mmow-game-countdown > b,
.mmow-game-countdown > em {
        display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
    vertical-align:middle !important;
}

.mmow-game-countdown > span {
        color:rgba(255,255,255,.58);
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.mmow-game-countdown > b {
        color:#fff;
    font-size:2.7rem;
    font-weight:950;
    letter-spacing:-.045em;
}

.mmow-game-countdown > em {
        color:#8be8c4;
    font-size:.72rem;
    font-style:normal;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
}

@media (max-width:680px) {
  .mmow-game-countdown {
              gap:8px !important;
    
  }

  .mmow-game-countdown > b {
              font-size:2.35rem;
    
  }
}

@media (max-width:680px) {
  .mmow-game-status .mmow-game-countdown {
              column-gap:9px !important;
        min-height:70px !important;
    
  }

  .mmow-game-status .mmow-game-countdown__caption,
    .mmow-game-status .mmow-game-countdown__value,
    .mmow-game-status .mmow-game-countdown__unit {
              height:42px !important;
        line-height:42px !important;
    
  }

  .mmow-game-status .mmow-game-countdown__value {
              font-size:2.35rem !important;
    
  }
}

.mmow-game-status .mmow-game-countdown {
        display:flex !important;
    grid-template-columns:auto auto auto !important;
    grid-template-rows:1fr !important;
    align-items:center !important;
    justify-content:center !important;
    column-gap:11px !important;
    min-height:78px !important;
    margin-top:19px !important;
    padding:17px 0 0 !important;
    border-top:1px solid rgba(255,255,255,.09) !important;
    line-height:1 !important;
    flex-flow:row nowrap !important;
    gap:11px !important;
    width:100% !important;
    margin:19px 0 0 !important;
    text-align:center !important;
}

.mmow-game-status .mmow-game-countdown__caption,
.mmow-game-status .mmow-game-countdown__value,
.mmow-game-status .mmow-game-countdown__unit {
        display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    align-self:center !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
    vertical-align:middle !important;
    position:static !important;
    transform:none !important;
    flex:0 0 auto !important;
    min-height:48px !important;
    grid-area:auto !important;
}

.mmow-game-status .mmow-game-countdown__caption {
        color:rgba(255,255,255,.58) !important;
    font-size:.72rem !important;
    font-weight:900 !important;
    letter-spacing:.04em !important;
    text-transform:uppercase !important;
}

.mmow-game-status .mmow-game-countdown__value {
        color:#fff !important;
    font-size:2.7rem !important;
    font-weight:950 !important;
    letter-spacing:-.045em !important;
}

.mmow-game-status .mmow-game-countdown__unit {
        color:#8be8c4 !important;
    font-size:.72rem !important;
    font-style:normal !important;
    font-weight:950 !important;
    letter-spacing:.04em !important;
    text-transform:uppercase !important;
}

@media (max-width:680px) {
  .mmow-game-status .mmow-game-countdown {
              gap:9px !important;
        min-height:70px !important;
    
  }

  .mmow-game-status .mmow-game-countdown__caption,
    .mmow-game-status .mmow-game-countdown__value,
    .mmow-game-status .mmow-game-countdown__unit {
              min-height:42px !important;
    
  }

  .mmow-game-status .mmow-game-countdown__value {
              font-size:2.35rem !important;
    
  }
}

.mmow-community-hub {
        margin-bottom:24px;
    padding:24px;
    border:1px solid #dce9e3;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
    box-shadow:0 14px 38px rgba(10,35,27,.08);
}

.mmow-community-hub__header {
        margin-bottom:22px;
}

.mmow-community-hub__header h2 {
        margin:0;
    color:#14231e;
    font-size:1.28rem;
    letter-spacing:-.02em;
}

.mmow-community-group + .mmow-community-group {
        margin-top:22px;
    padding-top:20px;
    border-top:1px solid #e4ede8;
}

.mmow-community-links {
        display:grid;
    gap:10px;
}

.mmow-community-link {
        --brand-color:#19b57a;
    --brand-soft:#e9f8f1;

    display:grid;
    grid-template-columns:42px minmax(0,1fr) 24px;
    gap:12px;
    align-items:center;
    min-height:66px;
    padding:11px 12px;
    border:1px solid #dce9e3;
    border-radius:13px;
    background:#fff;
    color:#14231e!important;
    text-decoration:none!important;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.mmow-community-link:hover {
        transform:translateX(3px);
    border-color:color-mix(in srgb,var(--brand-color) 38%,#dce9e3);
    background:linear-gradient(90deg,#fff 0%,var(--brand-soft) 100%);
    box-shadow:0 10px 26px rgba(10,35,27,.09);
}

.mmow-community-link__icon {
        display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:12px;
    background:var(--brand-soft);
    color:var(--brand-color);
}

.mmow-community-link__icon svg {
        width:20px;
    height:20px;
    fill:currentColor;
}

.mmow-community-link__content {
        min-width:0;
}

.mmow-community-link__arrow {
        display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:8px;
    color:var(--brand-color);
    font-size:.85rem;
    font-weight:900;
    transition:transform .18s ease,background .18s ease;
}

.mmow-community-link:hover .mmow-community-link__arrow {
        transform:translate(2px,-2px);
    background:var(--brand-soft);
}

.mmow-community-link--website {
        --brand-color:#159868;
    --brand-soft:#e7f8f0;
}

.mmow-community-link--steam {
        --brand-color:#315b7d;
    --brand-soft:#eaf1f6;
}

.mmow-community-link--discord {
        --brand-color:#5865f2;
    --brand-soft:#eef0ff;
}

.mmow-community-link--reddit {
        --brand-color:#e94d18;
    --brand-soft:#fff0ea;
}

.mmow-community-link--youtube {
        --brand-color:#e92323;
    --brand-soft:#fff0f0;
}

.mmow-community-link--twitter {
        --brand-color:#202020;
    --brand-soft:#f1f1f1;
}

@media (max-width:900px) {
  .mmow-community-hub {
              padding:22px;
    
  }

  .mmow-community-links {
              grid-template-columns:repeat(2,minmax(0,1fr));
    
  }
}

@media (max-width:620px) {
  .mmow-community-links {
              grid-template-columns:1fr;
    
  }

  .mmow-community-link {
              min-height:62px;
    
  }
}

.mmow-news-hub__header h2 {
        margin:2px 0 0;
    color:#14231e;
    font-size:1.35rem;
    letter-spacing:-.025em;
}

.mmow-news-hub__layout {
        display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);
    gap:18px;
}

.mmow-news-lead {
        overflow:hidden;
    border:1px solid #dce8e2;
    border-radius:15px;
    background:#fff;
    transition:transform .2s ease,box-shadow .2s ease;
}

.mmow-news-lead:hover {
        transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(10,35,27,.09);
}

.mmow-news-lead__media {
        position:relative;
    display:block;
    aspect-ratio:16/8.6;
    overflow:hidden;
    background:#eef5f1;
}

.mmow-news-lead__media img {
        width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.mmow-news-lead:hover .mmow-news-lead__media img {
        transform:scale(1.025);
}

.mmow-news-lead__badge {
        position:absolute;
    left:14px;
    bottom:14px;
    padding:6px 9px;
    border-radius:999px;
    background:rgba(5,37,27,.88);
    color:#8ee7c4;
    font-size:.58rem;
    font-weight:950;
    letter-spacing:.055em;
    text-transform:uppercase;
    backdrop-filter:blur(7px);
}

.mmow-news-meta span::before {
        content:"•";
    margin-right:10px;
    color:#21ad79;
}

.mmow-news-lead h3 a,
.mmow-news-compact h3 a {
        color:#14231e!important;
    text-decoration:none!important;
}

.mmow-news-readmore span {
        transition:transform .18s ease;
}

.mmow-news-readmore:hover span {
        transform:translateX(3px);
}

.mmow-news-stack {
        display:grid;
    align-content:start;
    gap:10px;
}

.mmow-news-compact {
        display:grid;
    grid-template-columns:92px minmax(0,1fr);
    gap:12px;
    min-height:92px;
    padding:9px;
    border:1px solid #dfeae5;
    border-radius:13px;
    background:#fff;
    transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.mmow-news-compact:hover {
        transform:translateX(2px);
    border-color:#bcded0;
    box-shadow:0 8px 20px rgba(10,35,27,.065);
}

.mmow-news-compact__media {
        display:block;
    overflow:hidden;
    border-radius:9px;
    background:#edf4f0;
}

.mmow-news-compact__media img {
        width:100%;
    height:100%;
    min-height:72px;
    object-fit:cover;
}

.mmow-news-compact__body {
        min-width:0;
    padding:2px 2px 2px 0;
}

@media (max-width:850px) {
  .mmow-news-hub__layout {
              grid-template-columns:1fr;
    
  }

  .mmow-news-stack {
              grid-template-columns:repeat(2,minmax(0,1fr));
    
  }
}

@media (max-width:620px) {
  .mmow-news-hub {
              padding:21px;
    
  }

  .mmow-news-hub__header {
              display:block;
    
  }

  .mmow-news-hub__count {
              display:inline-block;
        margin-top:12px;
    
  }

  .mmow-news-stack {
              grid-template-columns:1fr;
    
  }

  .mmow-news-compact {
              grid-template-columns:82px minmax(0,1fr);
    
  }
}

.mmow-news-lead__body {
        padding:21px 22px 23px;
}

.mmow-news-hub--single .mmow-news-hub__layout {
        display:block;
}

.mmow-news-hub--single .mmow-news-lead {
        display:grid;
    grid-template-columns:minmax(300px,1.2fr) minmax(260px,.8fr);
    align-items:stretch;
}

.mmow-news-hub--single .mmow-news-lead__media {
        height:100%;
    min-height:290px;
    aspect-ratio:auto;
}

.mmow-news-hub--single .mmow-news-lead__body {
        display:flex;
    flex-direction:column;
    justify-content:center;
    padding:28px;
}

.mmow-news-hub--single .mmow-news-lead h3 {
        font-size:1.32rem;
}

.mmow-news-hub--single .mmow-news-readmore {
        align-self:flex-start;
}

@media (max-width:850px) {
  .mmow-news-hub--multi .mmow-news-hub__layout {
              grid-template-columns:1fr;
    
  }

  .mmow-news-hub--single .mmow-news-lead {
              grid-template-columns:1fr;
    
  }

  .mmow-news-hub--single .mmow-news-lead__media {
              min-height:0;
        aspect-ratio:16/8.6;
    
  }

  .mmow-news-hub--multi .mmow-news-stack {
              grid-template-columns:repeat(2,minmax(0,1fr));
    
  }
}

@media (max-width:620px) {
  .mmow-news-hub--multi .mmow-news-stack {
              grid-template-columns:1fr;
    
  }

  .mmow-news-hub--multi .mmow-news-compact {
              grid-template-columns:96px minmax(0,1fr);
        min-height:96px;
    
  }

  .mmow-news-hub--single .mmow-news-lead__body {
              padding:21px;
    
  }
}

.mmow-news-hub--multi .mmow-news-lead__body {
        padding:20px 21px 22px;
}

.mmow-news-hub--multi .mmow-news-compact__media,
.mmow-news-hub--multi .mmow-news-compact__media img {
        min-height:100px !important;
}

.mmow-news-hub--multi .mmow-news-stack:has(.mmow-news-compact:only-child) .mmow-news-compact__media img {
        min-height:0 !important;
}

.mmow-news-hub--multi .mmow-news-stack:has(.mmow-news-compact:only-child) .mmow-news-compact__body {
        padding:5px 4px 7px !important;
}

@media (max-width:1050px) {
  .mmow-news-hub--multi .mmow-news-hub__layout {
              grid-template-columns:minmax(0,1.45fr) minmax(270px,1fr) !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact {
              grid-template-columns:110px minmax(0,1fr) !important;
        min-height:108px !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media,
    .mmow-news-hub--multi .mmow-news-compact__media img {
              min-height:86px !important;
    
  }
}

@media (max-width:850px) {
  .mmow-news-hub--multi .mmow-news-hub__layout {
              grid-template-columns:1fr !important;
    
  }

  .mmow-news-hub--multi .mmow-news-stack {
              grid-template-columns:repeat(2,minmax(0,1fr));
    
  }
}

@media (max-width:620px) {
  .mmow-news-hub--multi .mmow-news-stack {
              grid-template-columns:1fr;
    
  }

  .mmow-news-hub--multi .mmow-news-compact {
              grid-template-columns:96px minmax(0,1fr) !important;
        min-height:96px !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media,
    .mmow-news-hub--multi .mmow-news-compact__media img {
              min-height:74px !important;
    
  }
}

.mmow-news-hub--multi .mmow-news-hub__layout {
        grid-template-columns:minmax(0,3fr) minmax(300px,2fr) !important;
    gap:24px !important;
    align-items:start;
}

.mmow-news-hub {
        margin-top:24px;
    padding:30px !important;
    border:1px solid #dce9e3;
    border-radius:18px;
    background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);
    box-shadow:0 14px 38px rgba(10,35,27,.075);
}

.mmow-news-hub__header {
        display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px !important;
    padding-bottom:21px !important;
    border-bottom:1px solid #e3ece7;
}

.mmow-news-hub--multi .mmow-news-lead__media {
        aspect-ratio:16/9.2 !important;
}

.mmow-news-hub--multi .mmow-news-lead h3 {
        font-size:1.2rem !important;
    line-height:1.3 !important;
}

.mmow-news-hub--multi .mmow-news-stack {
        gap:14px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
}

.mmow-news-hub--multi .mmow-news-compact {
        grid-template-columns:132px minmax(0,1fr) !important;
    min-height:0 !important;
    padding:0 !important;
    gap:13px !important;
    display:block !important;
    overflow:hidden !important;
    border-radius:14px !important;
    background:#fff !important;
}

.mmow-news-hub--multi .mmow-news-compact__media {
        min-height:0 !important;
    display:block !important;
    width:100% !important;
    aspect-ratio:16/7.4 !important;
    border-radius:0 !important;
    overflow:hidden !important;
}

.mmow-news-hub--multi .mmow-news-compact__media img {
        min-height:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    transition:transform .3s ease !important;
}

.mmow-news-hub--multi .mmow-news-compact:hover .mmow-news-compact__media img {
        transform:scale(1.025);
}

.mmow-news-hub--multi .mmow-news-compact__body {
        padding:13px 15px 15px !important;
}

.mmow-news-hub--multi .mmow-news-compact time {
        font-size:.6rem !important;
    margin-bottom:6px !important;
    color:#829189 !important;
    font-weight:800 !important;
}

.mmow-news-hub--multi .mmow-news-compact h3 {
        font-size:.86rem !important;
    line-height:1.36 !important;
    margin:0 !important;
}

.mmow-news-hub--multi .mmow-news-compact__link {
        margin-top:9px !important;
    font-size:.63rem !important;
}

.mmow-news-hub--multi .mmow-news-stack .mmow-news-compact:nth-child(n+3) .mmow-news-compact__media {
        aspect-ratio:16/6.4 !important;
}

.mmow-news-hub--multi .mmow-news-stack:has(.mmow-news-compact:only-child) .mmow-news-compact {
        grid-template-columns:1fr;
    display:block !important;
}

.mmow-news-hub--multi .mmow-news-stack:has(.mmow-news-compact:only-child) .mmow-news-compact__media {
        aspect-ratio:16/8.2 !important;
    display:block;
    min-height:0 !important;
    margin-bottom:0 !important;
}

@media (max-width:1050px) {
  .mmow-news-hub--multi .mmow-news-hub__layout {
              grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr) !important;
        gap:18px !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media {
              aspect-ratio:16/7 !important;
    
  }
}

@media (max-width:850px) {
  .mmow-news-hub {
              padding:25px !important;
    
  }

  .mmow-news-hub--multi .mmow-news-hub__layout {
              grid-template-columns:1fr !important;
    
  }

  .mmow-news-hub--multi .mmow-news-stack {
              grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media {
              aspect-ratio:16/8 !important;
    
  }
}

@media (max-width:620px) {
  .mmow-news-hub {
              padding:21px !important;
    
  }

  .mmow-news-hub--multi .mmow-news-stack {
              grid-template-columns:1fr !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media {
              aspect-ratio:16/8.2 !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__body {
              padding:13px 14px 15px !important;
    
  }
}

.mmow-mmo-rail .mmow-sources-section {
        margin-top:0 !important;
    padding:22px !important;
    border-radius:16px !important;
}

.mmow-mmo-rail .mmow-sources-section .mmow-section__header {
        margin-bottom:16px !important;
    padding-bottom:14px !important;
}

.mmow-mmo-rail .mmow-sources-section .mmow-section__header h2 {
        font-size:1.05rem !important;
}

.mmow-mmo-rail .mmow-sources-section .mmow-section__eyebrow {
        font-size:.57rem !important;
}

.mmow-mmo-rail .mmow-sources-grid {
        display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
}

.mmow-mmo-rail .mmow-source-card {
        display:grid !important;
    grid-template-columns:34px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:start !important;
    padding:12px !important;
    border-radius:12px !important;
    background:#fbfdfc !important;
}

.mmow-mmo-rail .mmow-source-card__icon {
        width:34px !important;
    height:34px !important;
    border-radius:10px !important;
}

.mmow-mmo-rail .mmow-source-card__content a {
        color:#147c59 !important;
    text-decoration:none !important;
}

.mmow-mmo-rail .mmow-source-card__content a:hover {
        text-decoration:underline !important;
}

.mmow-sources-trust__dot {
        grid-row:1 / span 2;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#1db77c;
    box-shadow:0 0 0 4px rgba(29,183,124,.10);
}

@media (max-width:850px) {
  .mmow-mmo-rail {
              width:100%;
        gap:16px;
    
  }

  .mmow-mmo-rail .mmow-sources-section {
              padding:21px !important;
    
  }
}

@media (min-width:851px) {
  .mmow-news-hub--multi .mmow-news-hub__layout {
              align-items:stretch !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead,
    .mmow-news-hub--multi .mmow-news-stack {
              height:100% !important;
        min-height:0 !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead {
              display:flex !important;
        flex-direction:column !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__media {
              flex:1 1 auto !important;
        min-height:0 !important;
        aspect-ratio:auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__media img {
              width:100% !important;
        height:100% !important;
        object-fit:cover !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__body {
              flex:0 0 auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-stack {
              display:grid !important;
        grid-auto-rows:minmax(0,1fr) !important;
        align-content:stretch !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact {
              height:100% !important;
        min-height:0 !important;
        display:flex !important;
        flex-direction:column !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media {
              flex:1 1 auto !important;
        min-height:115px !important;
        aspect-ratio:auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media img {
              width:100% !important;
        height:100% !important;
        min-height:0 !important;
        object-fit:cover !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__body {
              flex:0 0 auto !important;
    
  }
}

@media (max-width:850px) {
  .mmow-news-hub--multi .mmow-news-lead,
    .mmow-news-hub--multi .mmow-news-stack,
    .mmow-news-hub--multi .mmow-news-compact {
              height:auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__media,
    .mmow-news-hub--multi .mmow-news-compact__media {
              aspect-ratio:16/8 !important;
    
  }
}

@media (min-width:851px) {
  .mmow-news-hub--multi .mmow-news-hub__layout {
              align-items:stretch !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead {
              display:block !important;
        height:auto !important;
        min-height:0 !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__media {
              display:block !important;
        height:auto !important;
        min-height:0 !important;
        aspect-ratio:16/9.2 !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__media img {
              width:100% !important;
        height:100% !important;
        object-fit:cover !important;
    
  }

  .mmow-news-hub--multi .mmow-news-lead__body {
              display:block !important;
        height:auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-stack {
              height:100% !important;
        min-height:0 !important;
        display:grid !important;
        grid-template-rows:repeat(2,minmax(0,1fr)) !important;
        grid-auto-rows:minmax(0,1fr) !important;
        align-self:stretch !important;
        align-content:stretch !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact {
              height:100% !important;
        min-height:0 !important;
        display:flex !important;
        flex-direction:column !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media {
              flex:1 1 auto !important;
        height:auto !important;
        min-height:0 !important;
        aspect-ratio:auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__media img {
              width:100% !important;
        height:100% !important;
        min-height:0 !important;
        object-fit:cover !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact__body {
              flex:0 0 auto !important;
    
  }

  .mmow-news-hub--multi .mmow-news-stack:has(.mmow-news-compact:nth-child(3)) {
              grid-template-rows:repeat(auto-fit,minmax(0,1fr)) !important;
    
  }
}

@media (max-width:850px) {
  .mmow-news-hub--multi .mmow-news-stack {
              height:auto !important;
        grid-template-rows:none !important;
    
  }

  .mmow-news-hub--multi .mmow-news-compact {
              height:auto !important;
    
  }
}

.mmow-features-section,.mmow-trailer-section {
    margin-top:24px
}

.mmow-feature-card__icon svg {
    width:19px;height:19px;fill:currentColor
}

.mmow-feature-card__label {
    display:block;color:#7b8a83;font-size:.59rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase
}

.mmow-trailer {
    position:relative;overflow:hidden;border-radius:16px;background:#071710;box-shadow:0 14px 34px rgba(10,35,27,.10);aspect-ratio:16/9
}

.mmow-trailer__poster {
    position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:#071710;cursor:pointer;text-align:left
}

.mmow-trailer__poster img,.mmow-trailer iframe {
    display:block;width:100%;height:100%;border:0;object-fit:cover
}

.mmow-trailer__shade {
    position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,20,14,.08),rgba(4,20,14,.62))
}

.mmow-trailer__play {
    position:absolute;left:50%;top:50%;display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:rgba(255,255,255,.94);color:#159868;font-size:22px;transform:translate(-50%,-50%);box-shadow:0 10px 30px rgba(0,0,0,.22);transition:transform .2s ease
}

.mmow-trailer__poster:hover .mmow-trailer__play {
    transform:translate(-50%,-50%) scale(1.06)
}

.mmow-trailer__caption {
    position:absolute;left:20px;right:20px;bottom:18px;color:#fff
}

@media(max-width:850px) {
  .mmow-features-grid {
      grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:520px) {
  .mmow-features-grid {
      grid-template-columns:1fr
  }

  .mmow-trailer__play {
      width:56px;height:56px
  }
}

.mmow-mmo-rail .mmow-features-section .mmow-section__eyebrow {
        font-size:.57rem !important;
}

.mmow-mmo-rail .mmow-feature-card:nth-child(1) .mmow-feature-card__icon {
        background:#e8f8f1;
    color:#159868;
}

.mmow-mmo-rail .mmow-feature-card:nth-child(2) .mmow-feature-card__icon {
        background:#eef3ff;
    color:#586de8;
}

.mmow-mmo-rail .mmow-feature-card:nth-child(3) .mmow-feature-card__icon {
        background:#eaf8f7;
    color:#278f89;
}

.mmow-mmo-rail .mmow-feature-card:nth-child(4) .mmow-feature-card__icon {
        background:#fff4e6;
    color:#c88725;
}

.mmow-mmo-rail .mmow-feature-card:nth-child(5) .mmow-feature-card__icon {
        background:#f2edff;
    color:#8063cf;
}

.mmow-mmo-rail .mmow-feature-card:nth-child(6) .mmow-feature-card__icon {
        background:#edf7ff;
    color:#3d8ab8;
}

@media (max-width:850px) {
  .mmow-mmo-rail .mmow-features-grid {
              grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card {
              display:flex !important;
        align-items:center !important;
        gap:10px !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card__icon {
              flex:0 0 34px;
        margin-bottom:0 !important;
    
  }
}

@media (max-width:560px) {
  .mmow-mmo-rail .mmow-features-grid {
              grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card {
              display:block !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card__icon {
              margin-bottom:8px !important;
    
  }
}

.mmow-mmo-rail .mmow-features-section .mmow-section__header {
        margin-bottom:18px !important;
    padding-bottom:16px !important;
}

.mmow-mmo-rail .mmow-features-section .mmow-section__header h2 {
        font-size:1.15rem !important;
    line-height:1.25 !important;
}

.mmow-mmo-rail .mmow-feature-card__icon svg {
        width:21px !important;
    height:21px !important;
    fill:currentColor !important;
}

.mmow-mmo-rail .mmow-feature-card:hover {
        transform:translateY(-2px);
    border-color:#c9ded4 !important;
    box-shadow:0 10px 24px rgba(10,35,27,.08) !important;
}

@media (max-width:850px) {
  .mmow-mmo-rail .mmow-feature-card {
              min-height:88px !important;
        padding:14px !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card__icon {
              width:38px !important;
        height:38px !important;
    
  }
}

@media (max-width:560px) {
  .mmow-mmo-rail .mmow-feature-card {
              min-height:104px !important;
    
  }
}

@media (max-width:850px) {
  .mmow-mmo-rail .mmow-feature-card {
              display:flex !important;
        min-height:82px !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card__icon {
              margin:0 !important;
    
  }
}

@media (max-width:560px) {
  .mmow-mmo-rail .mmow-feature-card {
              display:flex !important;
        min-height:78px !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card__icon {
              margin:0 !important;
    
  }
}

.mmow-mmo-profile--v2 {
        --v2-green:#22c58b;
    --v2-dark:#06130f;
    --v2-line:#dbe8e2;
    --mmow-text-main:#182620;
    --mmow-text-muted:#596a62;
    --mmow-text-soft:#6a7a73;
    --mmow-text-label:#52645c;
}

.mmow-mmo-profile--v2,
.mmow-mmo-profile--v2 p,
.mmow-mmo-profile--v2 li,
.mmow-mmo-profile--v2 a,
.mmow-mmo-profile--v2 span,
.mmow-mmo-profile--v2 strong,
.mmow-mmo-profile--v2 small,
.mmow-mmo-profile--v2 time {
        text-rendering:optimizeLegibility;
}

.mmow-timeline-v2__status {
        display:grid;
    gap:8px;
    align-items:baseline;
    margin-top:14px;
    color:var(--mmow-text-muted) !important;
    font-size:.8rem !important;
    grid-template-columns:auto 1fr;
    column-gap:10px;
    line-height:1.25;
}

.mmow-timeline-v2__status strong {
        color:#2b3b34 !important;
    font-size:.8rem !important;
    font-weight:800;
}

.mmow-roadmap-v2__summary span,
.mmow-news-hub__count,
.mmow-game-badge {
        letter-spacing:.05em;
}

@media (max-width:760px) {
  .mmow-mmo-profile--v2 p {
              font-size:.95rem;
    
  }

  .mmow-mmo-profile--v2 .mmow-section__header h2,
    .mmow-mmo-profile--v2 .mmow-community-hub__header h2,
    .mmow-mmo-profile--v2 .mmow-roadmap-v2__header h2,
    .mmow-mmo-profile--v2 .mmow-news-hub__header h2 {
              font-size:1.32rem !important;
    
  }

  .mmow-news-lead h3 {
              font-size:1.18rem !important;
    
  }

  .mmow-news-compact h3 {
              font-size:.95rem !important;
    
  }
}

.mmow-timeline-v2__description {
        max-width:780px;
    margin-top:13px;
    color:var(--mmow-text-muted) !important;
    font-size:.97rem !important;
    line-height:1.62;
}

.mmow-sources-trust {
        display:grid;
    grid-template-columns:8px 1fr;
    gap:2px 8px;
    align-items:center;
    margin-top:14px;
    padding-top:13px;
    border-top:1px solid #e1ebe6;
    color:#62736b !important;
    font-size:.67rem !important;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.035em;
}

.mmow-sources-trust strong {
        grid-column:2;
    color:var(--mmow-text-main) !important;
    font-size:.76rem !important;
    font-weight:900;
    text-transform:none;
    letter-spacing:0;
}

.mmow-trailer__caption small {
        display:block;
    margin-bottom:3px;
    color:#9be6c8;
    font-size:.67rem !important;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.mmow-trailer__caption strong {
        font-size:1.06rem !important;
}

.mmow-news-hub__count {
        flex:0 0 auto;
    padding:7px 11px;
    border:1px solid #d7e6df;
    border-radius:999px;
    background:#f6faf8;
    color:#586961 !important;
    font-size:.72rem !important;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

@media (max-width:760px) {
  .mmow-mmo-profile--v2 p {
              font-size:1rem !important;
    
  }

  .mmow-mmo-profile--v2 .mmow-section__header h2,
    .mmow-mmo-profile--v2 .mmow-community-hub__header h2,
    .mmow-mmo-profile--v2 .mmow-roadmap-v2__header h2,
    .mmow-mmo-profile--v2 .mmow-news-hub__header h2 {
              font-size:1.4rem !important;
    
  }

  .mmow-news-lead h3 {
              font-size:1.25rem !important;
    
  }

  .mmow-news-compact h3 {
              font-size:1rem !important;
    
  }
}

.mmow-mmo-profile--v2 p {
        color:var(--mmow-text-muted);
    font-size:1rem !important;
    line-height:1.7 !important;
}

.mmow-mmo-profile--v2 .mmow-section__eyebrow {
        color:#087a53 !important;
    font-size:.7rem !important;
    line-height:1.2 !important;
    letter-spacing:.075em !important;
}

.mmow-mmo-profile--v2 .mmow-section__header h2,
.mmow-mmo-profile--v2 .mmow-community-hub__header h2,
.mmow-mmo-profile--v2 .mmow-roadmap-v2__header h2,
.mmow-mmo-profile--v2 .mmow-news-hub__header h2 {
        color:var(--mmow-text-main) !important;
    font-size:1.56rem !important;
    line-height:1.28 !important;
}

.mmow-hero-v2__description,
.mmow-hero-v2__description p,
.mmow-hero-v2__content > p {
        color:rgba(255,255,255,.88) !important;
    font-size:1rem !important;
    line-height:1.62 !important;
    font-weight:450 !important;
    text-shadow:0 1px 2px rgba(0,0,0,.28);
}

.mmow-roadmap-v2__header p {
        max-width:650px;
    margin:8px 0 0;
    color:var(--mmow-text-muted) !important;
    font-size:.99rem !important;
    line-height:1.55;
}

.mmow-timeline-v2__state,
.mmow-timeline-v2__certainty {
        display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:4px 9px;
    border-radius:999px;
    font-size:.73rem !important;
    font-weight:950;
    letter-spacing:.055em;
    text-transform:uppercase;
}

.mmow-timeline-v2__title-row time {
        display:block;
    margin-bottom:4px;
    color:#17845e;
    font-size:.88rem !important;
    font-weight:950;
    letter-spacing:.055em;
    text-transform:uppercase;
}

.mmow-timeline-v2__title-row h3 {
        margin:0;
    color:#15251f;
    font-size:1.56rem !important;
    line-height:1.2;
}

.mmow-timeline-v2__status,
.mmow-timeline-v2__status strong {
        font-size:.89rem !important;
}

.mmow-timeline-v2__status span {
        font-size:.71rem !important;
    font-weight:950;
    letter-spacing:.055em;
    text-transform:uppercase;
    color:var(--mmow-text-label) !important;
}

.mmow-community-hub__header p {
        margin:8px 0 0;
    color:var(--mmow-text-muted) !important;
    font-size:.97rem !important;
    line-height:1.55;
}

.mmow-community-group h3 {
        margin:0 0 10px;
    color:var(--mmow-text-label) !important;
    font-size:.76rem !important;
    font-weight:950;
    letter-spacing:.075em;
    text-transform:uppercase;
}

.mmow-community-link__content strong {
        display:block;
    overflow:hidden;
    color:#182821;
    font-size:.99rem !important;
    font-weight:900;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.mmow-community-link__content small {
        display:block;
    overflow:hidden;
    margin-top:3px;
    color:#65766e !important;
    font-size:.79rem !important;
    line-height:1.2;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.mmow-mmo-rail .mmow-features-section {
        margin-top:0 !important;
    padding:22px !important;
    border-radius:16px !important;
}

.mmow-mmo-rail .mmow-features-grid {
        display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
}

.mmow-mmo-rail .mmow-feature-card {
        display:flex !important;
    min-width:0 !important;
    padding:11px 10px !important;
    border-radius:13px !important;
    background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%) !important;
    min-height:80px !important;
    box-shadow:0 6px 18px rgba(10,35,27,.045) !important;
    align-items:center !important;
    gap:9px !important;
}

.mmow-mmo-rail .mmow-feature-card__icon {
        display:grid !important;
    place-items:center;
    width:38px !important;
    height:38px !important;
    margin-bottom:11px !important;
    border-radius:11px !important;
    flex:0 0 38px !important;
    margin:0 !important;
}

.mmow-mmo-rail .mmow-feature-card > div {
        min-width:0 !important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    flex:1 1 auto !important;
}

.mmow-mmo-rail .mmow-feature-card__label {
        margin-bottom:4px !important;
    font-size:.64rem !important;
    line-height:1.15 !important;
    color:var(--mmow-text-label) !important;
    letter-spacing:.055em !important;
    margin:0 0 4px !important;
    white-space:nowrap !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
}

.mmow-mmo-rail .mmow-feature-card strong {
        margin-top:0 !important;
    font-size:.88rem !important;
    line-height:1.22 !important;
    overflow-wrap:normal !important;
    color:var(--mmow-text-main) !important;
    margin:0 !important;
    white-space:nowrap !important;
    word-break:normal !important;
    hyphens:none !important;
}

.mmow-mmo-rail .mmow-source-card__label {
        display:block;
    margin-bottom:4px;
    font-size:.8rem !important;
    font-weight:900 !important;
    line-height:1.3;
    color:var(--mmow-text-main) !important;
}

.mmow-mmo-rail .mmow-source-card__content,
.mmow-mmo-rail .mmow-source-card__content p {
        margin:0 !important;
    color:#5b6c64 !important;
    font-size:.77rem !important;
    line-height:1.55 !important;
    overflow-wrap:anywhere;
}

.mmow-news-hub__header p {
        max-width:620px;
    margin:7px 0 0;
    color:var(--mmow-text-muted) !important;
    font-size:.97rem !important;
    line-height:1.55;
}

.mmow-news-meta {
        display:flex;
    gap:10px;
    color:#66776f !important;
    font-size:.76rem !important;
    font-weight:750;
}

.mmow-news-lead h3 {
        margin:8px 0 9px;
    font-size:1.4rem !important;
    line-height:1.28;
    margin-top:9px;
    margin-bottom:10px;
}

.mmow-news-lead__body p {
        margin:0;
    color:var(--mmow-text-muted) !important;
    font-size:.95rem !important;
    line-height:1.6;
}

.mmow-news-readmore {
        display:inline-flex;
    gap:7px;
    align-items:center;
    margin-top:15px;
    color:#087a53 !important;
    font-size:.85rem !important;
    font-weight:900;
    text-decoration:none !important;
}

.mmow-news-compact time {
        display:block;
    margin-bottom:4px;
    color:#66776f !important;
    font-size:.72rem !important;
    font-weight:800;
}

.mmow-news-compact h3 {
        margin:0;
    font-size:1rem !important;
    line-height:1.3;
}

.mmow-news-compact__link {
        display:inline-block;
    margin-top:7px;
    color:#13825b !important;
    font-size:.76rem !important;
    font-weight:900;
    text-decoration:none !important;
}

.mmow-game-bar strong {
        display:block;
    overflow:hidden;
    color:var(--mmow-text-main) !important;
    font-size:.89rem !important;
    line-height:1.25;
    text-overflow:ellipsis;
}

@media (min-width:851px) and (max-width:1150px) {
  .mmow-mmo-rail .mmow-feature-card__label {
              font-size:.59rem !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card strong {
              font-size:.8rem !important;
    
  }

  .mmow-mmo-rail .mmow-feature-card__icon {
              flex-basis:34px !important;
        width:34px !important;
        height:34px !important;
    
  }
}

@media (max-width:760px) {
  .mmow-mmo-profile--v2 p {
              font-size:1.02rem !important;
    
  }

  .mmow-hero-v2__description,
    .mmow-hero-v2__description p,
    .mmow-hero-v2__content > p {
              font-size:1rem !important;
    
  }
}

.mmow-hero-v2 .mmow-hero-v2__summary,
.mmow-hero-v2 .mmow-hero-v2__description,
.mmow-hero-v2 .mmow-hero__description,
.mmow-hero-v2 .mmow-hero__summary,
.mmow-hero-v2 .mmow-hero-summary,
.mmow-hero-v2 .mmow-game-description,
.mmow-hero-v2 .mmow-game-summary,
.mmow-hero-v2 .mmow-hero-v2__content > p,
.mmow-hero-v2__summary,
.mmow-hero-v2__description,
.mmow-hero__description,
.mmow-hero__summary,
.mmow-hero-summary,
.mmow-game-description,
.mmow-game-summary {
        color:#e7efeb !important;
    opacity:1 !important;
    max-width:780px !important;
    font-size:1.03rem !important;
    line-height:1.62 !important;
    font-weight:500 !important;
    letter-spacing:.002em !important;
    text-shadow:0 1px 3px rgba(0,0,0,.48) !important;
}

.mmow-hero-v2 .mmow-hero-v2__summary *,
.mmow-hero-v2 .mmow-hero-v2__description *,
.mmow-hero-v2 .mmow-hero__description *,
.mmow-hero-v2 .mmow-hero__summary *,
.mmow-hero-v2 .mmow-hero-summary *,
.mmow-hero-v2 .mmow-game-description *,
.mmow-hero-v2 .mmow-game-summary * {
        color:inherit !important;
    opacity:1 !important;
}

.mmow-hero-v2 .mmow-hero-v2__summary,
.mmow-hero-v2 .mmow-hero-v2__description,
.mmow-hero-v2 .mmow-hero__description,
.mmow-hero-v2 .mmow-hero__summary,
.mmow-hero-v2 .mmow-hero-summary,
.mmow-hero-v2 .mmow-game-description,
.mmow-hero-v2 .mmow-game-summary {
        margin-top:14px !important;
    margin-bottom:22px !important;
}

.mmow-hero-v2 h1,
.mmow-hero-v2__title {
        font-size:clamp(3.5rem,5.2vw,5.2rem) !important;
    line-height:.98 !important;
    letter-spacing:-.035em !important;
}

.mmow-hero-v2 .mmow-hero-v2__summary,
.mmow-hero-v2 .mmow-hero-v2__description,
.mmow-hero-v2 .mmow-hero__description,
.mmow-hero-v2 .mmow-hero__summary,
.mmow-hero-v2 .mmow-hero-summary,
.mmow-hero-v2 .mmow-game-description,
.mmow-hero-v2 .mmow-game-summary,
.mmow-hero-v2 .mmow-hero-v2__content > p {
        font-size:1.08rem !important;
    line-height:1.65 !important;
}

.mmow-hero-v2 .mmow-game-badge,
.mmow-hero-v2__badges .mmow-game-badge,
.mmow-hero-v2__badges span {
        font-size:.72rem !important;
}

.mmow-hero-v2__actions a,
.mmow-hero-v2__actions button,
.mmow-hero-v2 .mmow-button {
        font-size:.94rem !important;
}

.mmow-hero-v2__status-card,
.mmow-hero-v2__status {
        font-size:.9rem;
}

.mmow-hero-v2__status-card small,
.mmow-hero-v2__status small,
.mmow-hero-v2__status-card .label,
.mmow-hero-v2__status .label {
        font-size:.72rem !important;
}

.mmow-hero-v2__status-card strong,
.mmow-hero-v2__status strong {
        font-size:.95rem;
}

.mmow-hero-v2__status-card h2,
.mmow-hero-v2__status-card h3,
.mmow-hero-v2__status h2,
.mmow-hero-v2__status h3 {
        font-size:1.75rem !important;
    line-height:1.12 !important;
}

.mmow-hero-v2__countdown strong,
.mmow-hero-v2 .mmow-countdown strong {
        font-size:2.6rem !important;
}

.mmow-hero-v2__countdown span,
.mmow-hero-v2 .mmow-countdown span {
        font-size:.78rem !important;
}

.mmow-hero-v2__status-footer small,
.mmow-hero-v2__status-footer span {
        font-size:.72rem !important;
}

.mmow-hero-v2__status-footer strong {
        font-size:.9rem !important;
}

@media (max-width:900px) {
  .mmow-hero-v2 h1,
    .mmow-hero-v2__title {
              font-size:clamp(2.8rem,8vw,4rem) !important;
    
  }
}

@media (max-width:600px) {
  .mmow-hero-v2 h1,
    .mmow-hero-v2__title {
              font-size:2.7rem !important;
    
  }

  .mmow-hero-v2 .mmow-hero-v2__summary,
    .mmow-hero-v2 .mmow-hero-v2__description,
    .mmow-hero-v2 .mmow-hero__description,
    .mmow-hero-v2 .mmow-hero__summary,
    .mmow-hero-v2 .mmow-hero-summary,
    .mmow-hero-v2 .mmow-game-description,
    .mmow-hero-v2 .mmow-game-summary,
    .mmow-hero-v2 .mmow-hero-v2__content > p {
              font-size:1.03rem !important;
    
  }
}

.mmow-game-header .mmow-game-header__identity h1 {
        font-size:clamp(3.8rem,5vw,5.4rem) !important;
    line-height:.98 !important;
    letter-spacing:-.04em !important;
}

.mmow-game-header .mmow-game-header__intro,
.mmow-game-header .mmow-game-header__intro p {
        color:#eef4f1 !important;
    opacity:1 !important;
    max-width:820px !important;
    font-size:1.1rem !important;
    line-height:1.68 !important;
    font-weight:500 !important;
    text-shadow:0 1px 3px rgba(0,0,0,.5) !important;
}

.mmow-game-header .mmow-game-header__intro {
        margin-top:16px !important;
    margin-bottom:23px !important;
}

.mmow-game-header .mmow-game-badge {
        font-size:.76rem !important;
    line-height:1 !important;
    padding:.6em .9em !important;
}

.mmow-game-header .mmow-game-action,
.mmow-game-header .mmow-game-action span,
.mmow-game-header .mmow-game-more summary {
        font-size:.96rem !important;
}

.mmow-game-header .mmow-game-status__head > span,
.mmow-game-header .mmow-game-status__milestone > span,
.mmow-game-header .mmow-game-status__foot span {
        font-size:.75rem !important;
}

.mmow-game-header .mmow-game-status__head strong {
        font-size:1rem !important;
}

.mmow-game-header .mmow-game-status__milestone > strong {
        font-size:1.85rem !important;
    line-height:1.1 !important;
}

.mmow-game-header .mmow-game-status__milestone time {
        font-size:1rem !important;
}

.mmow-game-header .mmow-game-status__foot strong {
        font-size:.95rem !important;
}

.mmow-game-header .mmow-game-countdown__caption,
.mmow-game-header .mmow-game-countdown__unit {
        font-size:.78rem !important;
}

.mmow-game-header .mmow-game-countdown__value {
        font-size:2.85rem !important;
}

@media (max-width:900px) {
  .mmow-game-header .mmow-game-header__identity h1 {
              font-size:clamp(3rem,8vw,4.3rem) !important;
    
  }

  .mmow-game-header .mmow-game-header__intro,
    .mmow-game-header .mmow-game-header__intro p {
              font-size:1.04rem !important;
    
  }
}

@media (max-width:600px) {
  .mmow-game-header .mmow-game-header__identity h1 {
              font-size:2.8rem !important;
    
  }

  .mmow-game-header .mmow-game-header__intro,
    .mmow-game-header .mmow-game-header__intro p {
              font-size:1rem !important;
        line-height:1.62 !important;
    
  }
}

.mmow-about-section {
        margin-top:24px;
}

.mmow-about-section__header {
        margin-bottom:18px !important;
}

.mmow-about-section__content p {
        margin:0 0 1.15em !important;
    color:#3f5148 !important;
    font-size:1rem !important;
    line-height:1.78 !important;
}

.mmow-about-section__content p:last-child {
        margin-bottom:0 !important;
}

.mmow-about-section__content a:hover {
        border-bottom-color:currentColor;
}

.mmow-about-section__content ul,
.mmow-about-section__content ol {
        margin:1em 0 1.2em 1.3em;
    color:#3f5148;
}

.mmow-about-section__content li {
        margin:.38em 0;
    font-size:1rem;
    line-height:1.7;
}

@media (max-width:760px) {
  .mmow-about-section__content,
    .mmow-about-section__content p,
    .mmow-about-section__content li {
              font-size:1.02rem !important;
        line-height:1.72 !important;
    
  }
}

.mmow-about-section__content {
        max-width:900px;
    color:#253b31 !important;
    font-size:1.03rem !important;
    line-height:1.78 !important;
    font-weight:500 !important;
}

.mmow-about-section__content p,
.mmow-about-section__content li {
        color:#253b31 !important;
    font-size:1.03rem !important;
    line-height:1.78 !important;
    font-weight:500 !important;
}

.mmow-about-section__content strong {
        color:#12271e !important;
    font-weight:750 !important;
}

.mmow-about-section__content a {
        color:#087d57 !important;
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid rgba(12,143,97,.25);
}

@media (max-width:760px) {
  .mmow-about-section__content,
    .mmow-about-section__content p,
    .mmow-about-section__content li {
              font-size:1.04rem !important;
        line-height:1.72 !important;
    
  }
}

@media (min-width: 901px) {
  .mmow-about-section {
              min-height: 292px !important;
        display:flex !important;
        flex-direction:column !important;
    
  }

  .mmow-about-section__content {
              flex:1 1 auto !important;
    
  }

  .mmow-mmo-rail > *:first-child {
              min-height:292px !important;
        box-sizing:border-box !important;
    
  }
}

@media (max-width:900px) {
  .mmow-about-section,
    .mmow-mmo-rail > *:first-child {
              min-height:0 !important;
    
  }
}

.mmow-profile-intro-grid {
        display:grid;
    grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
    gap:24px;
    align-items:stretch;
    margin-top:24px;
    margin-bottom:24px;
}

.mmow-profile-intro-grid__about,
.mmow-profile-intro-grid__features {
        min-width:0;
    display:flex;
}

.mmow-profile-intro-grid__about > .mmow-about-section,
.mmow-profile-intro-grid__features > .mmow-features-section {
        width:100%;
    height:100%;
    margin-top:0 !important;
    box-sizing:border-box;
}

.mmow-profile-intro-grid .mmow-about-section {
        display:flex;
    flex-direction:column;
}

.mmow-profile-intro-grid .mmow-about-section__content {
        flex:1 1 auto;
}

.mmow-profile-intro-grid .mmow-features-section {
        padding:22px !important;
    border-radius:16px !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-section__header {
        margin-bottom:16px !important;
    padding-bottom:14px !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-section__header h2 {
        font-size:1.05rem !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-section__eyebrow {
        font-size:.57rem !important;
}

.mmow-profile-intro-grid .mmow-features-grid {
        display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
}

.mmow-profile-intro-grid .mmow-feature-card {
        display:flex !important;
    align-items:center !important;
    gap:9px !important;
    min-width:0 !important;
    min-height:80px !important;
    padding:11px 10px !important;
    border-radius:12px !important;
    background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%) !important;
}

.mmow-profile-intro-grid .mmow-feature-card__icon {
        display:grid !important;
    place-items:center;
    flex:0 0 38px !important;
    width:38px !important;
    height:38px !important;
    margin:0 !important;
    border-radius:10px !important;
}

.mmow-profile-intro-grid .mmow-feature-card__icon svg {
        width:19px !important;
    height:19px !important;
    fill:currentColor !important;
}

.mmow-profile-intro-grid .mmow-feature-card > div {
        min-width:0 !important;
    flex:1 1 auto !important;
}

.mmow-profile-intro-grid .mmow-feature-card__label {
        margin:0 0 4px !important;
    font-size:.64rem !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
}

.mmow-profile-intro-grid .mmow-feature-card strong {
        margin:0 !important;
    font-size:.88rem !important;
    line-height:1.22 !important;
    white-space:nowrap !important;
}

.mmow-profile-intro-grid .mmow-feature-card:nth-child(1) .mmow-feature-card__icon {
        background:#e8f8f1;
    color:#159868;
}

.mmow-profile-intro-grid .mmow-feature-card:nth-child(2) .mmow-feature-card__icon {
        background:#eef3ff;
    color:#586de8;
}

.mmow-profile-intro-grid .mmow-feature-card:nth-child(3) .mmow-feature-card__icon {
        background:#eaf8f7;
    color:#278f89;
}

.mmow-profile-intro-grid .mmow-feature-card:nth-child(4) .mmow-feature-card__icon {
        background:#fff4e6;
    color:#c88725;
}

.mmow-profile-intro-grid .mmow-feature-card:nth-child(5) .mmow-feature-card__icon {
        background:#f2edff;
    color:#8063cf;
}

.mmow-profile-intro-grid .mmow-feature-card:nth-child(6) .mmow-feature-card__icon {
        background:#edf7ff;
    color:#3d8ab8;
}

.mmow-about-section,
.mmow-mmo-rail > *:first-child {
        min-height:0 !important;
}

@media (max-width:900px) {
  .mmow-profile-intro-grid {
              grid-template-columns:1fr;
        gap:16px;
    
  }

  .mmow-profile-intro-grid__about,
    .mmow-profile-intro-grid__features {
              display:block;
    
  }

  .mmow-profile-intro-grid__about > .mmow-about-section,
    .mmow-profile-intro-grid__features > .mmow-features-section {
              height:auto;
    
  }

  .mmow-profile-intro-grid .mmow-features-grid {
              grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    
  }
}

@media (max-width:620px) {
  .mmow-profile-intro-grid .mmow-features-grid {
              grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    
  }
}

.mmow-about-section--collapsible:not(.is-expanded) .mmow-about-section__content::after {
        content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height:4.5rem;
    background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 78%);
    pointer-events:none;
}

.mmow-about-section--collapsible.is-expanded .mmow-about-section__content {
        max-height:120rem;
}

.mmow-about-toggle__less {
     display:none; 
}

.mmow-about-section--collapsible.is-expanded .mmow-about-toggle__more {
     display:none; 
}

.mmow-about-section--collapsible.is-expanded .mmow-about-toggle__less {
     display:inline; 
}

.mmow-source-group {
        display:grid;
    gap:10px;
    min-width:0;
}

.mmow-source-group__label {
        display:block;
    margin:2px 0 1px;
    color:#6b7d74;
    font-size:.68rem;
    line-height:1.2;
    font-weight:850;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.mmow-source-card--single {
        align-items:flex-start !important;
}

.mmow-source-card__url {
        display:block;
    margin-top:2px;
    color:#63766d;
    font-size:.72rem;
    line-height:1.35;
    overflow-wrap:anywhere;
    text-decoration:none;
}

.mmow-source-card__url:hover {
     color:#087d57; 
}

.mmow-source-card__description {
        margin:7px 0 0 !important;
    color:#50645a !important;
    font-size:.76rem !important;
    line-height:1.5 !important;
}

@media (max-width:900px) {
  .mmow-about-section--collapsible .mmow-about-section__content {
              max-height:22rem;
    
  }
}

@media (min-width: 1051px) {
  .mmow-game-bar {
              grid-template-columns:
            minmax(118px,.9fr)
            minmax(150px,1.15fr)
            minmax(145px,1.05fr)
            minmax(125px,.95fr)
            minmax(220px,1.55fr)
            minmax(145px,1.05fr) !important;
    
  }
}

.mmow-game-bar__item {
        display:grid;
    grid-template-columns:38px 1fr;
    gap:11px !important;
    align-items:center;
    min-width:0 !important;
    padding:13px 14px !important;
    border-right:1px solid var(--v2-line);
}

.mmow-game-bar__item > div:last-child {
        min-width:0 !important;
}

.mmow-game-bar__label {
        display:block;
    margin-bottom:3px !important;
    color:#5e6f67 !important;
    font-size:.68rem !important;
    font-weight:950;
    letter-spacing:.065em;
    text-transform:uppercase;
}

.mmow-game-bar__item--genre strong {
        display:block !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    hyphens:none !important;
    line-height:1.35 !important;
    max-width:100%;
}

.mmow-game-bar__item--entwickler strong,
.mmow-game-bar__item--engine strong,
.mmow-game-bar__item--modell strong {
        line-height:1.35 !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
}

@media (min-width: 761px) and (max-width: 1050px) {
  .mmow-game-bar {
              grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    
  }

  .mmow-game-bar__item {
              min-height:70px !important;
    
  }
}

@media (max-width:760px) {
  .mmow-game-bar {
              grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    
  }

  .mmow-game-bar__item {
              padding:12px !important;
    
  }
}

@media (min-width:1051px) {
  .mmow-game-bar {
              grid-template-columns:repeat(auto-fit,minmax(0,1fr)) !important;
    
  }
}

.mmow-feature-genres {
        margin:0 0 14px;
    padding:12px 13px;
    border:1px solid #dce9e3;
    border-radius:12px;
    background:#fbfdfc;
}

.mmow-feature-genres__label {
        display:block;
    margin-bottom:8px;
    color:#6b7d74;
    font-size:.68rem;
    line-height:1;
    font-weight:850;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.mmow-feature-genres__tags {
        display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.mmow-feature-genre-tag {
        display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:5px 9px;
    border:1px solid #cfe3da;
    border-radius:999px;
    background:#f1faf6;
    color:#173f32;
    font-size:.72rem;
    line-height:1.2;
    font-weight:800;
    white-space:nowrap;
}

.mmow-features-grid {
        display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px;
}

@media (max-width:520px) {
  .mmow-feature-genre-tag {
              white-space:normal;
    
  }
}

.mmow-about-toggle {
        align-self:flex-start;
    margin-top:16px !important;
    padding:7px 13px !important;
    border:1px solid #d4e6de !important;
    background:#f7fbf9 !important;
    color:#087d57 !important;
    font:inherit;
    font-size:.88rem;
    font-weight:800;
    cursor:pointer;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:auto;
    min-height:34px;
    border-radius:999px !important;
    line-height:1.2 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

.mmow-about-toggle:hover {
        text-decoration:none !important;
    border-color:#bcd9cc !important;
    background:#eef8f3 !important;
}

.mmow-about-toggle:focus-visible {
        outline:2px solid #18a875;
    outline-offset:2px;
}

.mmow-languages-section__header {
        display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
}

.mmow-languages-count {
        display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    height:30px;
    padding:0 9px;
    border:1px solid #d4e6de;
    border-radius:999px;
    background:#f5faf7;
    color:#31594b;
    font-size:.74rem;
    line-height:1;
    font-weight:850;
}

.mmow-language-tags {
        display:flex;
    flex-wrap:wrap;
    gap:7px;
}

.mmow-language-tag {
        display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:6px 10px;
    border:1px solid #d8e7e0;
    border-radius:999px;
    background:#fbfdfc;
    color:#29483d;
    font-size:.76rem;
    line-height:1.2;
    font-weight:750;
}

.mmow-language-tag--more {
        background:#eef7f3;
    color:#087d57;
    border-color:#c9dfd5;
}

.mmow-languages-summary {
        display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

.mmow-languages-toggle {
        display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:6px 11px;
    border:1px solid #d4e6de;
    border-radius:999px;
    background:#f7fbf9;
    color:#087d57;
    font:inherit;
    font-size:.74rem;
    line-height:1.2;
    font-weight:800;
    cursor:pointer;
}

.mmow-languages-toggle:hover {
        border-color:#bcd9cc;
    background:#eef8f3;
}

.mmow-languages-toggle:focus-visible {
        outline:2px solid #18a875;
    outline-offset:2px;
}

.mmow-languages-toggle__less {
        display:none;
}

.mmow-languages-summary.is-expanded .mmow-language-tags--preview {
        display:none;
}

.mmow-languages-summary.is-expanded .mmow-languages-toggle__more {
        display:none;
}

.mmow-languages-summary.is-expanded .mmow-languages-toggle__less {
        display:inline;
}

.mmow-language-tags--all {
        margin-top:10px;
}

@media (max-width:520px) {
  .mmow-language-tag {
              font-size:.72rem;
    
  }
}

.mmow-feature-languages {
        margin-top:14px;
    padding:12px 13px;
    border:1px solid #dce9e3;
    border-radius:12px;
    background:#fbfdfc;
}

.mmow-feature-language-tag {
        background:#f8fbfa;
}

.mmow-feature-languages .mmow-feature-genres__tags {
        display:flex;
    flex-wrap:wrap;
    gap:6px;
}

@media (min-width:1051px) {
  .mmow-profile-intro-grid,
    .mmow-mmo-grid {
              grid-template-columns:minmax(0, 2fr) minmax(300px, .82fr) !important;
    
  }

  .mmow-profile-intro-grid__features,
    .mmow-mmo-rail,
    .mmow-mmo-rail > .mmow-section,
    .mmow-profile-intro-grid__features > .mmow-section {
              width:100% !important;
        max-width:none !important;
        min-width:0 !important;
        box-sizing:border-box;
    
  }
}

.mmow-mmo-rail,
.mmow-mmo-rail > *,
.mmow-profile-intro-grid__features,
.mmow-profile-intro-grid__features > * {
        box-sizing:border-box;
}

.mmow-languages-section {
        margin-top:18px;
    display:none !important;
}

.mmow-profile-intro-grid__features > .mmow-section,
.mmow-mmo-rail > .mmow-section {
        width:100% !important;
    max-width:none !important;
    box-sizing:border-box;
}

.mmow-source-notes p {
        margin:0 0 10px;
}

.mmow-source-notes p:last-child {
        margin-bottom:0;
}

.mmow-source-notes.is-collapsible:not(.is-expanded) {
        max-height:9.7em;
    overflow:hidden;
}

.mmow-source-notes.is-collapsible:not(.is-expanded)::after {
        content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:2.8em;
    background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events:none;
}

.mmow-source-notes-toggle:hover {
        border-color:#bcd9cc;
    background:#eef8f3;
}

.mmow-source-notes-toggle:focus-visible {
        outline:2px solid #18a875;
    outline-offset:2px;
}

.mmow-source-notes-toggle__less {
        display:none;
}

.mmow-source-notes-toggle[aria-expanded="true"] .mmow-source-notes-toggle__more {
        display:none;
}

.mmow-source-notes-toggle[aria-expanded="true"] .mmow-source-notes-toggle__less {
        display:inline;
}

.mmow-mmo-page {
        --mmow-surface:var(--mmow-color-surface);
    --mmow-surface-soft:#eff6f3;
    --mmow-border:var(--mmow-color-border);
    --mmow-text:var(--mmow-color-ink);
    --mmow-muted:var(--mmow-color-muted);
    --mmow-accent:var(--mmow-color-primary);
    --mmow-accent-dark:var(--mmow-color-primary-700);
    --mmow-shadow:var(--mmow-shadow-card);
    max-width:1240px;
    margin:0 auto;
    padding:34px 20px 72px;
    color:var(--mmow-text);
    padding-top:10px !important;
}

@media (min-width:1051px) {
  .mmow-profile-intro-grid {
              align-items:stretch !important;
    
  }

  .mmow-profile-intro-grid__about,
    .mmow-profile-intro-grid__features {
              display:flex !important;
        min-width:0;
    
  }

  .mmow-profile-intro-grid__about > .mmow-about-section,
    .mmow-profile-intro-grid__features > .mmow-mmo-sidebar,
    .mmow-profile-intro-grid__features .mmow-community-hub {
              width:100% !important;
        height:100% !important;
        min-height:100% !important;
        box-sizing:border-box;
    
  }

  .mmow-profile-intro-grid__features > .mmow-mmo-sidebar {
              display:flex !important;
        flex-direction:column;
    
  }

  .mmow-profile-intro-grid__features .mmow-community-hub {
              flex:1 1 auto;
        margin-bottom:0 !important;
    
  }

  .mmow-about-section {
              display:flex !important;
        flex-direction:column !important;
    
  }

  .mmow-about-section--collapsible .mmow-about-section__content {
              max-height:24.5rem !important;
    
  }

  .mmow-about-section .mmow-about-toggle {
              margin-top:auto !important;
        padding-top:7px !important;
        padding-bottom:7px !important;
        transform:translateY(2px);
    
  }
}

.mmow-mmo-rail > .mmow-section {
        margin-top:0 !important;
    margin-bottom:0 !important;
}

.mmow-mmo-rail > .mmow-section + .mmow-section {
        margin-top:0 !important;
}

.mmow-source-notes-section {
        margin-top:0 !important;
    margin-bottom:0 !important;
}

.mmow-source-notes,
.mmow-source-notes.is-collapsible,
.mmow-source-notes.is-collapsible:not(.is-expanded) {
        max-height:none !important;
    overflow:visible !important;
}

.mmow-source-notes::after,
.mmow-source-notes.is-collapsible::after,
.mmow-source-notes.is-collapsible:not(.is-expanded)::after {
        display:none !important;
    content:none !important;
}

.mmow-source-notes-toggle {
        display:none !important;
    align-items:center;
    justify-content:center;
    margin-top:11px;
    min-height:32px;
    padding:6px 12px;
    border:1px solid #d4e6de;
    border-radius:999px;
    background:#f7fbf9;
    color:#087d57;
    font:inherit;
    font-size:.75rem;
    line-height:1.2;
    font-weight:800;
    cursor:pointer;
}

.mmow-mmo-main > .mmow-sources-section {
        width:100%;
    margin-top:16px !important;
    padding:20px 22px !important;
    margin-bottom:24px !important;
    border-radius:16px !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-section__header {
        margin-bottom:12px !important;
    padding-bottom:10px !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-section__eyebrow {
        margin-bottom:2px !important;
    font-size:.62rem !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-section__header h2 {
        font-size:1.28rem !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-sources-grid {
        gap:9px !important;
}

@media (min-width:901px) {
  .mmow-mmo-main > .mmow-sources-section .mmow-sources-grid {
              grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        align-items:start;
    
  }

  .mmow-mmo-main > .mmow-sources-section .mmow-source-group:last-child:nth-child(odd) {
              grid-column:1 / -1;
    
  }
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-group {
        gap:7px !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-group__label {
        margin:0 !important;
    font-size:.62rem !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-card {
        grid-template-columns:34px minmax(0,1fr) !important;
    gap:10px !important;
    padding:10px 11px !important;
    border-radius:11px !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-card__icon {
        width:34px !important;
    height:34px !important;
    border-radius:10px !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-card__icon svg {
        width:17px !important;
    height:17px !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-card__label {
        margin-bottom:2px !important;
    font-size:.78rem !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-card__url {
        margin-top:0 !important;
    font-size:.66rem !important;
    line-height:1.3 !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-source-card__description {
        margin-top:4px !important;
    font-size:.70rem !important;
    line-height:1.4 !important;
}

.mmow-mmo-main > .mmow-sources-section .mmow-sources-trust {
        margin-top:10px !important;
    padding-top:9px !important;
    font-size:.70rem !important;
}

@media (max-width:900px) {
  .mmow-mmo-page {
              padding-top:8px !important;
    
  }

  .mmow-mmo-main > .mmow-sources-section {
              padding:18px !important;
    
  }

  .mmow-mmo-main > .mmow-sources-section .mmow-sources-grid {
              grid-template-columns:1fr !important;
    
  }
}

@media (min-width:1051px) {
  .mmow-about-section--collapsible:not(.is-expanded) .mmow-about-section__content {
              max-height:24.5rem !important;
        overflow:hidden !important;
    
  }

  .mmow-about-section--collapsible.is-expanded .mmow-about-section__content {
              max-height:none !important;
        overflow:visible !important;
    
  }

  .mmow-about-section--collapsible.is-expanded .mmow-about-section__content::after {
              display:none !important;
        content:none !important;
    
  }

  .mmow-profile-intro-grid__about:has(.mmow-about-section.is-expanded) {
              align-items:flex-start !important;
    
  }

  .mmow-profile-intro-grid__about:has(.mmow-about-section.is-expanded) .mmow-about-section {
              height:auto !important;
        min-height:100% !important;
    
  }
}

.mmow-mmo-rail {
        min-width:0;
    display:flex;
    flex-direction:column;
    gap:24px !important;
    align-self:start;
}

.mmow-source-notes {
        position:relative;
    color:#263a32 !important;
    font-size:.84rem !important;
    line-height:1.62 !important;
}

.mmow-source-notes__text {
        color:#263a32 !important;
}

.mmow-source-notes__text p + p {
        padding-top:12px !important;
    border-top:1px solid #e1ebe6;
}

.mmow-source-notes__text p:last-child {
        padding-bottom:0 !important;
}

.mmow-source-notes-section .mmow-section__header {
        margin-bottom:14px !important;
    padding-bottom:10px !important;
}

.mmow-source-notes-section .mmow-section__eyebrow {
        color:#087d57 !important;
}

@media (max-width:1050px) {
  .mmow-source-notes {
              font-size:.9rem !important;
    
  }

  .mmow-source-notes__text p {
              font-size:.9rem !important;
    
  }
}

@media (min-width:1051px) {
  .mmow-about-section--collapsible:not(.is-expanded) .mmow-about-section__content {
              max-height:30rem !important;
    
  }
}

@media (min-width:1051px) {
  .mmow-about-section--collapsible:not(.is-expanded) .mmow-about-section__content {
              max-height:34rem !important;
    
  }

  .mmow-about-section--collapsible:not(.is-expanded) .mmow-about-section__content::after {
              height:3.2rem !important;
    
  }

  .mmow-about-section .mmow-about-toggle {
              margin-top:auto !important;
        transform:none !important;
    
  }
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__card {
        border-color:#79d8b2 !important;
    background:linear-gradient(180deg,#fbfffd 0%,#f4fbf8 100%) !important;
    box-shadow:0 12px 28px rgba(12,112,78,.08),
        inset 3px 0 0 #18a875 !important;
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__state {
        background:#daf6ea !important;
    color:#087d57 !important;
    border-color:#b7e8d4 !important;
    font-weight:900 !important;
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__title-row time {
        color:#087d57 !important;
    font-weight:900 !important;
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__node {
        background:#18a875 !important;
    color:#fff !important;
    box-shadow:0 0 0 8px rgba(24,168,117,.10),
        0 8px 22px rgba(9,112,76,.16) !important;
    border-color:#c9efe0 !important;
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__node svg {
        color:#fff !important;
    fill:currentColor;
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__rail::after {
        background:#46bd91 !important;
}

.mmow-timeline-v2__item--current .mmow-timeline-v2__card:hover {
        transform:translateY(-1px);
    box-shadow:
        0 14px 32px rgba(12,112,78,.10),
        inset 3px 0 0 #18a875 !important;
}

.mmow-feature-card {
        display:flex;
    align-items:center;
    gap:9px !important;
    padding:14px 16px 14px 12px !important;
    border:1px solid #dfeae5;
    border-radius:13px;
    background:#fff;
    min-width:0;
}

.mmow-feature-card > *:not(.mmow-feature-card__icon) {
        min-width:0;
}

.mmow-feature-card strong {
        display:block;
    margin-top:3px;
    color:#172820;
    font-size:clamp(.72rem, .72vw, .78rem) !important;
    line-height:1.28 !important;
    padding-right:2px;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:auto;
}

.mmow-feature-card__icon {
        display:grid;
    place-items:center;
    flex:0 0 38px;
    width:36px !important;
    height:36px !important;
    border-radius:11px;
    background:#e9f8f1;
    color:#159868;
    flex-basis:36px !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-feature-card,
.mmow-mmo-rail .mmow-features-section .mmow-feature-card {
        gap:8px !important;
    padding:11px 14px 11px 9px !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-feature-card__icon,
.mmow-mmo-rail .mmow-features-section .mmow-feature-card__icon {
        flex:0 0 34px !important;
    width:34px !important;
    height:34px !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-feature-card > div,
.mmow-mmo-rail .mmow-features-section .mmow-feature-card > div {
        min-width:0 !important;
    flex:1 1 auto !important;
    padding-right:2px !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-feature-card strong,
.mmow-mmo-rail .mmow-features-section .mmow-feature-card strong {
        margin:0 !important;
    padding-right:1px !important;
    font-size:.82rem !important;
    line-height:1.2 !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    hyphens:auto !important;
}

.mmow-profile-intro-grid .mmow-features-section .mmow-feature-card:nth-child(6) strong,
.mmow-mmo-rail .mmow-features-section .mmow-feature-card:nth-child(6) strong {
        font-size:.79rem !important;
}

.mmow-profile-intro-grid .mmow-about-section__content,
.mmow-profile-intro-grid .mmow-about-section__content p {
        font-size:1.03rem !important;
    line-height:1.68 !important;
    color:#405149 !important;
}

.mmow-profile-intro-grid .mmow-about-section__content > p,
.mmow-profile-intro-grid .mmow-about-section__content > ul,
.mmow-profile-intro-grid .mmow-about-section__content > ol,
.mmow-profile-intro-grid .mmow-about-section__content > h3,
.mmow-profile-intro-grid .mmow-about-section__content > h4 {
        max-width:72ch;
}

.mmow-profile-intro-grid .mmow-about-section__content h3,
.mmow-profile-intro-grid .mmow-about-section__content h4 {
        margin:1.25em 0 .55em !important;
    color:#1c2d25 !important;
    line-height:1.3 !important;
}

.mmow-profile-intro-grid .mmow-about-section__content ul,
.mmow-profile-intro-grid .mmow-about-section__content ol {
        margin:.65em 0 1.1em 1.15em !important;
    padding:0 !important;
}

.mmow-profile-intro-grid .mmow-about-section__content li {
        margin:.34em 0;
    color:#405149 !important;
    font-size:1.02rem !important;
    line-height:1.58 !important;
}

.mmow-about-section--collapsible .mmow-about-section__content {
        position:relative;
    max-height:21.5rem !important;
    overflow:hidden;
    transition:max-height .28s ease;
}

.mmow-sources-section .mmow-source-card__label {
        color:#1d2d26 !important;
    font-size:.83rem !important;
    line-height:1.3 !important;
}

.mmow-sources-section .mmow-source-card__url {
        display:inline-block;
    margin-top:2px;
    color:#61736a !important;
    font-size:.76rem !important;
    line-height:1.35 !important;
    text-decoration:none !important;
    overflow-wrap:anywhere;
}

.mmow-sources-section .mmow-source-card__url:hover,
.mmow-sources-section .mmow-source-card__url:focus-visible {
        color:#087d57 !important;
    text-decoration:underline !important;
}

.mmow-sources-section .mmow-source-card__description {
        margin-top:7px !important;
    color:#52645b !important;
    font-size:.82rem !important;
    line-height:1.55 !important;
}

.mmow-source-notes__text p {
        margin:0 !important;
    padding:12px 0 12px 15px !important;
    color:#405149 !important;
    font-size:.91rem !important;
    line-height:1.6 !important;
    position:relative;
    border-top:1px solid #e2ebe6;
}

.mmow-source-notes__text p:first-child {
        padding-top:2px !important;
    border-top:0;
}

.mmow-source-notes__text p::before {
        content:"";
    position:absolute;
    left:0;
    top:1.15em;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#23a777;
}

.mmow-source-notes__text p:first-child::before {
        top:.45em;
}

@media (max-width:760px) {
  .mmow-profile-intro-grid .mmow-about-section__content,
    .mmow-profile-intro-grid .mmow-about-section__content p {
              font-size:1rem !important;
        line-height:1.65 !important;
    
  }

  .mmow-profile-intro-grid .mmow-about-section__content > p,
    .mmow-profile-intro-grid .mmow-about-section__content > ul,
    .mmow-profile-intro-grid .mmow-about-section__content > ol,
    .mmow-profile-intro-grid .mmow-about-section__content > h3,
    .mmow-profile-intro-grid .mmow-about-section__content > h4 {
              max-width:none;
    
  }
}

/* ============================================================
   Ab hier: Inhalt des aktuell live geschalteten 'Zusaetzliches
   CSS' Felds im WordPress-Customizer (Stand: 2026-08-08).
   Enthaelt sowohl die vorbestehenden Anpassungen (Header, Footer,
   Startseiten-Boxen) als auch alle in dieser Session besprochenen
   Korrekturen an der Spielvorlage (Schriftgroessen, Eckenradien,
   Quellen-Layout, Zur-Quellenlage-Linie).
   ============================================================ */

/* MMOwelten – bereinigtes Zusatz-CSS */

/* Grundlayout und Seitenhintergrund */
html.s-dark body {
  background-color: #0f1115;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(85, 150, 108, 0.24) 0, rgba(85, 150, 108, 0.08) 24%, transparent 48%),
    radial-gradient(circle at 88% 18%, rgba(23, 92, 86, 0.20) 0, transparent 42%),
    linear-gradient(145deg, #171b22 0%, #101318 45%, #0b0d11 100%);
  background-attachment: fixed;
}

html.s-dark body.layout-boxed .main-wrap {
  background: linear-gradient(180deg, #050607 0%, #0a0b0d 52%, #070809 100%);
  border-left: 1px solid rgba(152, 211, 169, 0.10);
  border-right: 1px solid rgba(152, 211, 169, 0.10);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.68), 0 0 40px rgba(73, 130, 94, 0.06);
}

/* Header */
#smart-head.smart-head-main {
  position: relative;
  top: auto;
  z-index: 100;
  min-height: 66px;
  margin: 0 0 28px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(110deg, rgba(42, 92, 73, 0.38) 0%, rgba(7, 14, 13, 0.98) 34%, rgba(3, 7, 8, 0.99) 70%, rgba(28, 74, 61, 0.34) 100%);
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.52), 0 0 25px rgba(85, 150, 108, 0.12), inset 0 1px 0 rgba(209, 250, 229, 0.07), inset 0 -1px 0 rgba(143, 211, 166, 0.10);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  will-change: auto;
}

#smart-head.smart-head-main .smart-head-row {
  background: transparent;
  opacity: 1 !important;
  visibility: visible !important;
}

html.s-light #smart-head.smart-head-main {
  background: linear-gradient(110deg, #173c32 0%, #08110f 34%, #030707 70%, #14372e 100%);
  box-shadow: 0 9px 24px rgba(24, 54, 45, 0.20), 0 0 18px rgba(85, 150, 108, 0.09), inset 0 1px 0 rgba(209, 250, 229, 0.08), inset 0 -1px 0 rgba(143, 211, 166, 0.13);
}

#smart-head .smart-head-row.smart-head-sticky {
  opacity: 1 !important;
  visibility: visible !important;
  background: linear-gradient(110deg, #173c32 0%, #08110f 34%, #030707 70%, #14372e 100%) !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.34), 0 0 18px rgba(85, 150, 108, 0.10), inset 0 -1px 0 rgba(143, 211, 166, 0.14) !important;
}

/* Haupt- und Untermenü */
@media (min-width: 1025px) {
  .navigation-main > .menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }

  .navigation-main > .menu > li {
    position: relative;
  }

  .navigation-main > .menu > li > a {
    position: relative;
    padding-left: 11px !important;
    padding-right: 11px !important;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  }

  .navigation-main > .menu > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 26px;
    background: linear-gradient(to bottom, transparent, rgba(167, 243, 208, 0.52), transparent);
    box-shadow: 0 0 6px rgba(143, 211, 166, 0.16);
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
  }

  .navigation-main > .menu > li:hover > a,
  .navigation-main > .menu > li:focus-within > a,
  .navigation-main > .menu > li > a:hover,
  .navigation-main > .menu > li > a:focus-visible {
    color: #d1fae5 !important;
    background-color: rgba(85, 150, 108, 0.12);
    background-image: linear-gradient(#8fd3a6, #8fd3a6);
    background-repeat: no-repeat;
    background-position: center calc(100% - 13px);
    background-size: calc(100% - 22px) 2px;
    box-shadow: inset 0 0 0 1px rgba(167, 243, 208, 0.08);
  }

  .navigation-main .sub-menu li > a {
    border-left: 3px solid transparent;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, padding-left 180ms ease;
  }

  .navigation-main .sub-menu li:hover > a,
  .navigation-main .sub-menu li:focus-within > a,
  .navigation-main .sub-menu li > a:hover,
  .navigation-main .sub-menu li > a:focus-visible {
    color: #d1fae5 !important;
    border-left-color: #8fd3a6 !important;
    background-color: rgba(85, 150, 108, 0.16);
    box-shadow: inset 3px 0 0 #8fd3a6 !important;
    padding-left: 21px;
  }

  .smart-head-main .offcanvas-toggle {
    display: none;
  }
}

/* Startseiten- und Sidebarboxen */
.home .elementor-widget-smartmag-grid > .elementor-widget-container > .block-wrap,
.home .elementor-widget-smartmag-postslist > .elementor-widget-container > .block-wrap {
  padding: 16px;
  border: 1px solid rgba(143, 211, 166, 0.18);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(18, 28, 26, 0.78) 0%, rgba(7, 10, 12, 0.94) 52%, rgba(9, 17, 16, 0.82) 100%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34), 0 0 18px rgba(85, 150, 108, 0.05), inset 0 1px 0 rgba(209, 250, 229, 0.035);
}

.home .main-sidebar .widget {
  padding: 16px;
  border: 1px solid rgba(143, 211, 166, 0.18);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(18, 28, 26, 0.76) 0%, rgba(7, 10, 12, 0.95) 58%, rgba(9, 17, 16, 0.80) 100%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32), 0 0 18px rgba(85, 150, 108, 0.05), inset 0 1px 0 rgba(209, 250, 229, 0.035);
}

.home .block-wrap .grid-card-post,
.home .block-wrap .grid-stylish-post {
  overflow: hidden;
  border: 1px solid rgba(143, 211, 166, 0.14);
  border-radius: 8px;
  background: rgba(5, 8, 9, 0.78);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.26);
}

html.s-light body.home .elementor-widget-smartmag-grid > .elementor-widget-container > .block-wrap,
html.s-light body.home .elementor-widget-smartmag-postslist > .elementor-widget-container > .block-wrap,
html.s-light body.home .main-sidebar .widget {
  color: #26332d;
  border-color: rgba(60, 132, 101, 0.28);
  background: linear-gradient(145deg, #ffffff 0%, #f7faf8 55%, #eef5f1 100%);
  box-shadow: 0 10px 24px rgba(30, 68, 53, 0.10), 0 0 16px rgba(85, 150, 108, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

html.s-light body.home .block-wrap .grid-card-post,
html.s-light body.home .block-wrap .grid-stylish-post {
  color: #26332d;
  border-color: rgba(60, 132, 101, 0.22);
  background: #ffffff;
  box-shadow: 0 7px 17px rgba(30, 68, 53, 0.09);
}

html.s-light body.home .block-head .heading,
html.s-light body.home .block-head .heading a,
html.s-light body.home .grid-card-post .post-title a,
html.s-light body.home .main-sidebar .post-title a {
  color: #17231e;
}

html.s-light body.home .post-meta,
html.s-light body.home .post-meta a,
html.s-light body.home .post-meta time {
  color: #617069;
}

html.s-light body.home .post-excerpt,
html.s-light body.home .post-excerpt p {
  color: #46564f;
}

html.s-light body.home .widget_categories select {
  color: #34443d;
  border-color: #cbd9d2;
  background-color: #ffffff;
}

html.s-light.site-s-light body.home .elementor-widget-smartmag-grid .grid-stylish-post .post-title > a {
  color: #000000 !important;
}

/* Sidebar-Einleitung */
.mmw-sidebar-intro h1 {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.25px;
}

.mmw-sidebar-intro h1::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  background: #31b89b;
  content: "";
}

.mmw-sidebar-intro p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.home .main-sidebar .inner > .widget:first-child {
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .mmw-sidebar-intro h1 {
    box-sizing: border-box;
    max-width: 100%;
    padding-right: 8px;
    font-size: 17px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.45px !important;
    white-space: nowrap;
  }
}

/* Footerboxen */
.main-footer .widgets.row {
  justify-content: space-between !important;
  align-items: stretch !important;
  row-gap: 20px;
}

.main-footer .widgets.row > .widget_custom_html {
  width: 33.3333% !important;
  max-width: 33.3333% !important;
  min-height: 155px;
  padding: 27px 24px !important;
  border: 1px solid rgba(143, 211, 166, 0.26);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(42, 92, 73, 0.38) 0%, rgba(7, 14, 13, 0.98) 34%, rgba(3, 7, 8, 0.99) 70%, rgba(28, 74, 61, 0.34) 100%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42), 0 0 20px rgba(85, 150, 108, 0.10), inset 0 1px 0 rgba(209, 250, 229, 0.07), inset 0 -1px 0 rgba(143, 211, 166, 0.10);
  flex: 0 0 33.3333% !important;
}

.main-footer .widgets.row > .widget_custom_html:last-child {
  margin-left: auto !important;
}

.main-footer .widget_custom_html .widget-title {
  margin-bottom: 14px;
}

.main-footer .widget_custom_html .heading {
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.main-footer .widget_custom_html .heading::after {
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  border-radius: 2px;
  background: #8fd3a6;
  content: "";
}

.main-footer .widget_custom_html ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .widget_custom_html li {
  margin: 0;
}

.main-footer .widget_custom_html a {
  display: inline-block;
  position: relative;
  padding: 8px 11px;
  border-radius: 5px;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.main-footer .widget_custom_html a::after {
  position: absolute;
  right: 11px;
  bottom: 4px;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background: #8fd3a6;
  opacity: 0;
  content: "";
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.main-footer .widget_custom_html a:hover,
.main-footer .widget_custom_html a:focus-visible {
  color: #d1fae5;
  background-color: rgba(85, 150, 108, 0.12);
  box-shadow: inset 0 0 0 1px rgba(167, 243, 208, 0.08);
}

.main-footer .widget_custom_html a:hover::after,
.main-footer .widget_custom_html a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.main-footer .widget_custom_html p {
  margin: 0 !important;
  color: #d1d1d1 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

html.s-light.site-s-light .main-footer .widget_custom_html {
  border: 1px solid rgba(48, 119, 88, 0.42) !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(73, 156, 108, 0.26) 0%, rgba(73, 156, 108, 0.10) 27%, transparent 52%),
    radial-gradient(circle at 90% 22%, rgba(42, 137, 123, 0.20) 0%, rgba(42, 137, 123, 0.07) 30%, transparent 54%),
    linear-gradient(135deg, #ffffff 0%, #f3faf6 42%, #e4f2ea 72%, #d8ebe1 100%) !important;
  box-shadow: 0 12px 28px rgba(30, 68, 53, 0.15), 0 0 20px rgba(69, 139, 98, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 -1px 0 rgba(48, 119, 88, 0.13) !important;
}

html.s-light.site-s-light .main-footer .widget_custom_html .heading {
  color: #101a15 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

html.s-light.site-s-light .main-footer .widget_custom_html .heading::after {
  background: #398761 !important;
}

html.s-light.site-s-light .main-footer .widget_custom_html a {
  color: #17352a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

html.s-light.site-s-light .main-footer .widget_custom_html a:hover,
html.s-light.site-s-light .main-footer .widget_custom_html a:focus-visible {
  color: #0d241b !important;
  background-color: rgba(57, 135, 97, 0.14) !important;
  box-shadow: inset 0 0 0 1px rgba(48, 119, 88, 0.18) !important;
}

html.s-light.site-s-light .main-footer .widget_custom_html p {
  color: #263b31 !important;
}

/* Untere Footerzeile */
.lower-footer.bold-footer-lower .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.lower-footer.bold-footer-lower .copyright {
  order: 1;
  margin: 0;
  font-size: 13px;
  line-height: 19.5px;
}

.lower-footer.bold-footer-lower .links {
  order: 2;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 19.5px;
}

.lower-footer.bold-footer-lower .links .menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.lower-footer.bold-footer-lower .links .menu li,
.lower-footer.bold-footer-lower .links .menu a {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.lower-footer.bold-footer-lower .links .menu li + li::before {
  display: inline;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.38);
  content: "|";
}

/* Mobile Anpassungen */
@media (max-width: 767px) {
  html.s-dark body {
    background-attachment: scroll;
  }

  html.s-dark body.layout-boxed .main-wrap {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  #smart-head.smart-head-main {
    margin: 0 0 18px;
    border-radius: 0;
  }

  .home .elementor-widget-smartmag-grid > .elementor-widget-container > .block-wrap,
  .home .main-sidebar .widget {
    padding: 12px;
    border-radius: 8px;
  }

  .main-footer .widgets.row {
    justify-content: flex-start !important;
  }

  .main-footer .widgets.row > .widget_custom_html {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 145px;
    padding: 17px 18px !important;
    border-radius: 7px;
    flex: 0 0 100% !important;
  }

  .main-footer .widgets.row > .widget_custom_html:last-child {
    margin-left: 0 !important;
  }

  .lower-footer.bold-footer-lower .inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .lower-footer.bold-footer-lower .copyright {
    order: 1;
  }

  .lower-footer.bold-footer-lower .links {
    order: 2;
    width: auto;
  }

  .lower-footer.bold-footer-lower .links .menu {
    flex-direction: row;
    justify-content: center;
    gap: 6px 14px;
  }

  .lower-footer.bold-footer-lower .links .menu li + li::before {
    display: none;
  }
}


/* Feine Headerkontur */
#smart-head.smart-head-main {
  border-top: 1px solid rgba(143, 211, 166, 0.30);
  border-bottom: 1px solid rgba(143, 211, 166, 0.30);
}

/* Sidebar-Abstände an Hauptbereich angleichen */
.main-sidebar .widget {
  margin-bottom: 20px;
}

/* ==========================================================================
   Lesbarkeits-Fix (08.2026): Basis-Schriftgröße des Themes ist 14px, nicht
   16px - daher waren alle rem-Werte im Child-Theme kleiner als beabsichtigt.
   Diese Regeln haben eine hoehere Spezifitaet als die bestehenden
   Deklarationen in mmo-profile.css, damit sie sicher greifen.
   ========================================================================== */

body .mmow-about-section__content,
body .mmow-about-section__content p,
body .mmow-profile-intro-grid .mmow-about-section__content,
body .mmow-profile-intro-grid .mmow-about-section__content p {
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
}
body .mmow-about-section__content li,
body .mmow-profile-intro-grid .mmow-about-section__content li {
    font-size: 1.15rem !important;
    line-height: 1.65 !important;
}

@media (max-width:760px) {
    body .mmow-about-section__content,
    body .mmow-about-section__content p,
    body .mmow-profile-intro-grid .mmow-about-section__content,
    body .mmow-profile-intro-grid .mmow-about-section__content p {
        font-size: 1.15rem !important;
        line-height: 1.65 !important;
    }
}

/* ==========================================================================
   Eckenradius-Angleichung (08.2026): Startseite/Theme nutzt durchgaengig
   10px (SmartMag-Standard, siehe .widget, .block-wrap). Die Spielvorlage
   wich davon stark ab (16-26px). Nur border-radius, keine Farben/Groessen.
   ========================================================================== */
body .mmow-game-header {
    border-radius: 10px !important;
}
body .mmow-game-bar {
    border-radius: 10px !important;
}
body .mmow-card {
    border-radius: 10px !important;
}
body .mmow-community-hub {
    border-radius: 10px !important;
}
body .mmow-news-card {
    border-radius: 10px !important;
}
body .mmow-feature-card {
    border-radius: 10px !important;
}
body .mmow-trailer {
    border-radius: 10px !important;
}

/* Eckenradius Teil 2: echte Klasse ist .mmow-section (nicht .mmow-card),
   und .mmow-feature-card braucht hoehere Spezifitaet */
body .mmow-section {
    border-radius: 10px !important;
}
body .mmow-mmo-rail .mmow-feature-card,
body .mmow-features-section .mmow-feature-card {
    border-radius: 10px !important;
}

/* ==========================================================================
   Eckenradius Teil 3: restliche Boxen, die von Teil 1/2 noch nicht erfasst
   wurden. Selektoren mit hoeherer Spezifitaet als die jeweils staerkste
   bestehende Regel, damit sie sicher greifen.
   ========================================================================== */
body .mmow-game-status {
    border-radius: 10px !important;
}
body .mmow-game-more__menu {
    border-radius: 10px !important;
}
body .mmow-community-link {
    border-radius: 10px !important;
}
body .mmow-roadmap-v2 {
    border-radius: 10px !important;
}
body .mmow-timeline-v2__card {
    border-radius: 10px !important;
}
body .mmow-mmo-main > .mmow-sources-section,
body .mmow-mmo-rail .mmow-sources-section {
    border-radius: 10px !important;
}
body .mmow-mmo-main > .mmow-sources-section .mmow-source-card,
body .mmow-mmo-rail .mmow-source-card,
body .mmow-source-card {
    border-radius: 10px !important;
}
body .mmow-mmo-rail .mmow-features-section,
body .mmow-profile-intro-grid .mmow-features-section {
    border-radius: 10px !important;
}
body .mmow-feature-genres,
body .mmow-feature-languages {
    border-radius: 10px !important;
}

/* Lesbarkeits-Fix Teil 2: weitere Mini-Textstellen in der
   Spielvorlage, die durch die 14px-Basisschrift zu klein gerendert wurden.
   Farben/Radius bewusst unveraendert, nur font-size/line-height. */
body .mmow-game-bar__item strong {
    font-size: 14px !important;
}
body .mmow-community-link strong {
    font-size: 15px !important;
}
body .mmow-community-link small {
    font-size: 12.5px !important;
}
body .mmow-feature-genre-tag {
    font-size: 11.5px !important;
}
body .mmow-section__eyebrow {
    font-size: 11px !important;
}
body .mmow-source-notes__text p {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* Lesbarkeits-Fix Teil 3: hoehere Spezifitaet fuer Selektoren, die von
   spezifischeren Modul-Regeln ueberstimmt wurden (Badges/Buttons sitzen
   immer im Hero, daher reicht die hier gescopte Variante). */
body .mmow-game-header .mmow-game-badge {
    font-size: 11.5px !important;
}
body .mmow-mmo-main > .mmow-sources-section .mmow-section__eyebrow,
body .mmow-profile-intro-grid .mmow-features-section .mmow-section__eyebrow,
body .mmow-mmo-rail .mmow-features-section .mmow-section__eyebrow,
body .mmow-mmo-profile--v2 .mmow-section__eyebrow {
    font-size: 11px !important;
}
body .mmow-game-header .mmow-game-action,
body .mmow-game-header .mmow-hero-action {
    font-size: 14.5px !important;
}

/* ==========================================================================
   "Zur Quellenlage" (Datenstand): Punkte vertikal auf Zeilenmitte der
   ersten Textzeile zentrieren. Die verbindende Linie selbst folgt weiter
   unten (automatisch skalierende Loesung, ein Segment pro Absatz).
   ========================================================================== */
body .mmow-source-notes__text {
    position: relative;
    z-index: 1;
}
body .mmow-source-notes__text p::before {
    top: 21.5px !important;
    z-index: 2 !important;
}
body .mmow-source-notes__text p:first-child::before {
    top: 11.5px !important;
}

/* ==========================================================================
   "Auf einen Blick" / Spielfeatures: Abstand zur Genre-Box verkleinern,
   PVE/PVP/... Kacheln einspaltig stapeln, Schriftgroesse von Label und
   Wert in den Kacheln vereinheitlichen. Icons/Datenfelder bleiben.
   ========================================================================== */
body .mmow-mmo-rail .mmow-features-section .mmow-section__header,
body .mmow-profile-intro-grid .mmow-features-section .mmow-section__header {
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
}

body .mmow-mmo-rail .mmow-features-grid,
body .mmow-profile-intro-grid .mmow-features-grid {
    grid-template-columns: 1fr !important;
}

body .mmow-mmo-rail .mmow-feature-card__label {
    font-size: 13px !important;
}
body .mmow-profile-intro-grid .mmow-features-section .mmow-feature-card strong,
body .mmow-mmo-rail .mmow-features-section .mmow-feature-card strong {
    font-size: 13px !important;
}

/* ==========================================================================
   Gesamtbild-Feinschliff (08.2026): einheitliche Typo-Stufen ueber die
   ganze Spielvorlage. Quellen-Box war der groesste Ausreisser (drei
   uneinheitliche Zwischengroessen), dazu ein paar kleinere Antipassungen.
   Stufen: H2=22px, Primaertitel=15px, Beschreibung=14px, Meta/Caption=12.5px,
   Mikro-Label=11px.
   ========================================================================== */

/* Spielfeatures-Ueberschrift auf gleiche Groesse wie alle anderen H2 */
body .mmow-mmo-rail .mmow-features-section .mmow-section__header h2,
body .mmow-profile-intro-grid .mmow-features-section .mmow-section__header h2 {
    font-size: 22px !important;
}

/* Quellen-Box: Titel/URL/Beschreibung an die Stufen des restlichen Seite angleichen */
body .mmow-sources-section .mmow-source-card__label,
body .mmow-mmo-main > .mmow-sources-section .mmow-source-card__label {
    font-size: 15px !important;
}
body .mmow-sources-section .mmow-source-card__url,
body .mmow-mmo-main > .mmow-sources-section .mmow-source-card__url {
    font-size: 12.5px !important;
    color: #4c5e56 !important;
}
body .mmow-sources-section .mmow-source-card__description,
body .mmow-mmo-main > .mmow-sources-section .mmow-source-card__description {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

/* Roadmap-Timeline: Meta-Text (Badges, Datum, Status) an dieselben Stufen angleichen */
body .mmow-timeline-v2__state,
body .mmow-timeline-v2__certainty {
    font-size: 11px !important;
}
body .mmow-timeline-v2__title-row time {
    font-size: 13px !important;
}
body .mmow-timeline-v2__status span {
    font-size: 11px !important;
}
body .mmow-timeline-v2__status strong {
    font-size: 13px !important;
}
body .mmow-timeline-v2__description {
    font-size: 14px !important;
}

/* Statleiste-Label auf dieselbe Mikro-Label-Stufe wie der Rest */
body .mmow-game-bar__label {
    font-size: 11px !important;
}

/* ==========================================================================
   Fix 1: "Klassen"-Kachel (6. Feature-Card) hatte eine eigene, kleinere
   Sonderregel fuer den Wert ("Klassenbasiert"). Auf die einheitliche
   13px-Stufe der anderen Feature-Werte angehoben.
   ========================================================================== */
body .mmow-profile-intro-grid .mmow-features-section .mmow-feature-card:nth-child(6) strong,
body .mmow-mmo-rail .mmow-features-section .mmow-feature-card:nth-child(6) strong {
    font-size: 13px !important;
}

/* ==========================================================================
   Fix 2: "Zur Quellenlage" - verbindende Linie automatisch an die jeweilige
   Textlaenge anpassen statt fester Pixelwerte. Jeder Absatz bekommt sein
   eigenes Liniensegment (top/bottom relativ zu seiner eigenen, automatisch
   wachsenden Box), dadurch passt es sich jeder Textlaenge automatisch an.
   ========================================================================== */
body .mmow-source-notes__text p::after {
    content: "";
    position: absolute;
    left: 2px;
    width: 1px;
    background: linear-gradient(#23a777, #cfe3da);
    z-index: 1;
}
/* Erster Absatz (falls nicht gleichzeitig der letzte): Linie startet an
   seinem eigenen Punkt und laeuft bis zum Absatzende (auto-Hoehe). */
body .mmow-source-notes__text p:first-child:not(:last-child)::after {
    top: 11.5px;
    bottom: 0;
}
/* Mittlere Absaetze: Linie laeuft ueber die volle, automatische Absatzhoehe,
   verbindet sich nahtlos mit dem vorherigen und naechsten Segment. */
body .mmow-source-notes__text p:not(:first-child):not(:last-child)::after {
    top: 0;
    bottom: 0;
}
/* Letzter Absatz (falls nicht gleichzeitig der erste): Linie startet oben
   und endet exakt an seinem eigenen Punkt - fester Abstand, unabhaengig von
   der Textlaenge, da der Punkt immer an der ersten Zeile sitzt. */
body .mmow-source-notes__text p:last-child:not(:first-child)::after {
    top: 0;
    height: 21.5px;
}
/* Nur ein einzelner Absatz: keine Linie noetig. */
body .mmow-source-notes__text p:first-child:last-child::after {
    content: none;
}

/* "Quellen"-Ueberschrift auf gleiche Groesse wie alle anderen H2 */
body .mmow-mmo-main > .mmow-sources-section .mmow-section__header h2,
body .mmow-mmo-rail .mmow-sources-section .mmow-section__header h2 {
    font-size: 22px !important;
}

/* ==========================================================================
   Quellen-Box: einspaltig, volle Breite - wie bei /mmo/corepunk/ (dort
   nur 1 Quellengruppe -> automatisch voll breit). Bei 2 Quellengruppen
   (z.B. Chrono Odyssey: 5 + 1) quetschte sich das sonst ab 901px in zwei
   ungleich gefuellte Spalten. Jetzt immer einspaltig, Gruppen stapeln
   sich untereinander in voller Breite.
   ========================================================================== */
body .mmow-mmo-main > .mmow-sources-section .mmow-sources-grid {
    grid-template-columns: 1fr !important;
}
/* v2.7.44: Align the profile hero with the other custom hero boxes. */
.mmow-mmo-page{padding-top:0!important}
